/*5 columnas en boostrap*/
.dashboard .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
.toast {
    opacity: 1 !important;
}
.separaupdown {
    padding: 0px;
    padding-bottom: 1em;
    padding-top: 1em
}
@media only screen and (min-width: 0px) {
    .nav-tabs span {
        display: none
    }
}
@media only screen and (min-width: 1100px) {
    .nav-tabs span {
        display: inline-block;
        font-size: 0.8em
    }
}
@media only screen and (min-width: 1300px) {
    .nav-tabs span {
        display: inline-block;
        font-size: 1em
    }
}
/*
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
	.nav-tabs span{display:none}
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
	.nav-tabs span{display:inline-block; font-size:0.9em}
}
@media (min-width: 1100px) {
.nav-tabs span{display:inline-block; font-size:1em}
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
*/
/*WIDGETS*/
.mt-widget-1 {
    border: 1px solid #e7ecf1;
    text-align: center;
    position: relative
}
.mt-widget-1 .mt-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 7px;
    font-size: 20px
}
.mt-widget-1 .mt-icon>a>i {
    color: #a1e5e1
}
.mt-widget-1 .mt-icon>a:hover>i {
    color: #79dad5
}
.mt-widget-1 .mt-img {
    display: inline-block;
    border-radius: 50%!important;
    border: 4px solid #e7ecf1;
    margin: 40px 0 30px
}
.mt-widget-1 .mt-img>img {
    border: 1px solid trnsparent;
    border-radius: 50%!important
}
.mt-widget-1 .mt-body .mt-username {
    text-align: center;
    margin: 5px 10px;
    font-weight: 600;
    font-size: 16px
}
.mt-widget-1 .mt-body .mt-user-title {
    text-align: center;
    margin: 10px;
    color: #666;
    font-size: 13px
}
.mt-widget-1 .mt-body .mt-stats {
    margin: 30px 0 0
}
.mt-widget-1 .mt-body .mt-stats .btn-group {
    border-top: 1px solid #e7ecf1
}
.mt-widget-1 .mt-body .mt-stats .btn-group .btn {
    padding: 10px;
    font-size: 14px;
    border-right: 1px solid #e7ecf1
}
.mt-widget-1 .mt-body .mt-stats .btn-group .btn:hover {
    background-color: #e7ecf1
}
.mt-widget-1 .mt-body .mt-stats .btn-group .btn:last-child {
    border: 0;
    border-bottom-right-radius: 4px!important
}
.mt-widget-1 .mt-body .mt-stats .btn-group .btn>i {
    position: relative;
    top: 3px;
    right: 2px;
    font-size: 16px
}
.mt-widget-1 .mt-body .mt-stats .btn-group .btn:first-child {
    border-bottom-left-radius: 4px!important
}
.mt-widget-2 {
    border: 1px solid #e7ecf1;
    position: relative
}
.mt-widget-2 .mt-head {
    position: absolute;
    width: 100%;
    background-size: auto;
}
.mt-widget-2 .mt-head .mt-head-label {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer
}
.mt-widget-2 .mt-head .mt-head-label>button {
    font-size: 13px;
    border-radius: 2px!important
}
.mt-widget-2 .mt-head .mt-head-user .mt-head-user-img {
    position: relative;
    float: left;
    margin: 165px 32px 18px 35px
}
.mt-widget-2 .mt-head .mt-head-user .mt-head-user-img::after {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -15px;
    border-width: 13px;
    border-style: solid;
    border-color: transparent transparent #fff
}
.mt-widget-2 .mt-head .mt-head-user .mt-head-user-img>img {
    width: 65px;
    border-radius: 50%!important
}
.mt-widget-2 .mt-head .mt-head-user .mt-head-user-info {
    margin: 175px 0 0 -9px;
    color: #fff;
    display: inline-block
}
.mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-name {
    display: block;
    font-size: 15px
}
.mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-time {
    font-size: 13px;
    display: block
}
.mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-time>i {
    position: relative;
    top: 1px;
    font-size: 13px
}
.mt-widget-2 .mt-body {
    padding-top: 160px;
    text-align: center
}
.mt-widget-2 .mt-body .mt-body-title {
    margin-top: 130px;
    font-weight: 600;
    font-size: 16px
}
.mt-widget-2 .mt-body .mt-body-description {
    margin-top: 10px;
    display: inline-block;
    color: #666;
    font-size: 13px;
    padding: 0 10px
}
.mt-widget-2 .mt-body .mt-body-stats {
    padding: 0
}
.mt-widget-2 .mt-body .mt-body-stats:after,
.mt-widget-2 .mt-body .mt-body-stats:before {
    content: " ";
    display: table
}
.mt-widget-2 .mt-body .mt-body-stats:after {
    clear: both
}
.mt-widget-2 .mt-body .mt-body-stats>li {
    margin: 15px;
    list-style: none;
    display: inline-block
}
.mt-widget-2 .mt-body .mt-body-actions {
    border-top: 1px solid #e7ecf1
}
.mt-widget-2 .mt-body .mt-body-actions>i {
    font-size: 18px
}
.mt-widget-2 .mt-body .mt-body-actions .btn {
    font-size: 14px;
    border-right: 1px solid #e7ecf1;
    padding: 12px 0;
    text-align: center
}
.mt-widget-2 .mt-body .mt-body-actions .btn:last-child {
    border: 0
}
.mt-widget-3 {
    border: 1px solid #e7ecf1
}
.mt-widget-3 .mt-head {
    background-color: #5DC9E6;
    margin-bottom: 20px;
    color: #fff;
    padding: 15px 0
}
.mt-widget-4,
.mt-widget-4 .mt-container {
    background-color: #26C0B8;
    min-height: 250px
}
.mt-widget-3 .mt-head .mt-head-icon {
    font-size: 35px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 10px
}
.mt-widget-3 .mt-head .mt-head-desc {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80)
}
.mt-widget-3 .mt-head .mt-head-date {
    text-align: center;
    margin-top: 20px;
    display: block;
    color: #f2f2f2
}
.mt-widget-3 .mt-head .mt-head-button {
    margin: 10px 0;
    text-align: center;
    padding: 20px
}
.mt-widget-3 .mt-head .mt-head-button>button {
    width: 90px
}
.mt-widget-3 .mt-body-actions-icons .btn-group {
    margin-bottom: 20px
}
.mt-widget-3 .mt-body-actions-icons .btn-group .mt-icon {
    display: block;
    position: relative;
    padding: 5px;
    font-size: 15px
}
.mt-widget-3 .mt-body-actions-icons .btn {
    border-right: 1px solid #e7ecf1;
    font-size: 11px;
    text-align: center;
    padding: 0
}
.mt-widget-3 .mt-body-actions-icons .btn:last-child {
    border-right: 0
}
.mt-widget-4 {
    color: #fff
}
.mt-widget-4 .mt-img-container {
    position: relative
}
.mt-widget-4 .mt-img-container>img {
    height: 250px;
    width: 100%
}
.mt-widget-4 .mt-container {
    width: 30%;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0
}
.mt-widget-4 .mt-container .mt-head-title {
    text-align: center;
    margin-top: 20px;
    padding: 10px
}
.mt-widget-4 .mt-container .mt-body-icons {
    margin-top: 30px;
    text-align: center
}
.mt-widget-4 .mt-container .mt-body-icons>a {
    color: #e6e6e6;
    display: inline-block;
    padding: 10px;
    font-size: 17px
}
.mt-widget-4 .mt-container .mt-body-icons>a:hover {
    color: #fff
}
.mt-widget-4 .mt-container .mt-footer-button {
    margin-top: 30px;
    position: absolute;
    right: 0
}
.mt-widget-4 .mt-container .mt-footer-button>.btn {
    width: 90px;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border: none!important
}
/* REVISINO DOCUMENTOS*/
.mt-comments .mt-comment {
    padding: 10px;
    margin: 0 0 10px;
}
.mt-comments .mt-comment .mt-comment-img {
    width: 40px;
    float: left
}
.mt-comments .mt-comment .mt-comment-img>img {
    border-radius: 50%!important
}
.mt-comments .mt-comment .mt-comment-body {
    padding-left: 20px;
    position: relative;
    overflow: hidden
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-info:after,.mt-comments .mt-comment .mt-comment-body .mt-comment-info:before {
    content: " ";
    display: table
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-info:after {
    clear: both
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-author {
    display: inline-block;
    float: left;
    margin: 0 0 10px;
    color: #060606;
    font-weight: 600;
    font-size: 1.4em; padding:10px 0px;
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-date {
    display: inline-block;
    float: right;
    margin: 0;
    color: #BABABA
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-text {
    color: #999;
    font-size: 1.4em
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details {
    margin: 10px 0 0
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status {
    text-transform: uppercase;
    float: left
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-pending {
    color: #B8C0F5
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-approved {
    color: #6BD873
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-rejected {
    color: red
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions>li {
    float: left;
    padding: 0 5px;
    margin: 0
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions>li>a {
    text-transform: uppercase;
    color: #999
}
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions>li>a:hover {
    color: #666;
    text-decoration: none
}
.mt-comments .mt-comment:hover {
    background: #f9f9f9
}
.mt-comments .mt-comment:hover .mt-comment-body .mt-comment-details .mt-comment-actions {
    display: inline-block
}
.mt-comments p { color: #ccc !important; text-decoration: none; margin-bottom: 10px;}
.list{ cursor: pointer}

.mt-comments a.logo{ border-bottom: 1px solid #337ab7; margin:40px 0px; font-size: 1.4em; padding: 10px; text-decoration: none}
.mt-comments a.logo:hover{ text-decoration: none;}
/*FIN REVISION DOCUMENTOS*/
.bg-dark-opacity {
    background: rgba(47, 53, 59, .8)!important;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
/* CSS CUSTOM DEL LAYOUT*/
.page-header.navbar .page-logo .logo-default {
    margin: 4px 0 0;
    /*corrige el logo */
}
.highlight {
    background-color: yellow
}
.portlet>.portlet-title>.tools,
.portlet>.portlet-title>.actions {
    margin: 0px 0 0;
}
select.input-sm {
    height: 34px;
    line-height: 34px;
    padding: 2px 10px;
}
/*DASHBOARD*/
.sinfondo {
    background: none !important;
}
.dashboard-stat {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;

    padding: 10px 20px 30px 20px;
    font-family: 'Muli', "Helvetica", Arial, sans-serif !important; 
}
.dashboard-stat .visual>i {
    /* margin-left: -27px; */
    font-size: 60px;
    line-height: 60px;
}
.dashboard-stat .visual>i {
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    padding-top: 0px;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 60px;
    line-height: 60px;
}
.dashboard-stat .details .title {
    padding-top: 15px;
    text-align: right;
    font-size: 16px;
    line-height: 54px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #000;
}
.dashboard-stat .details .desc {
    text-align: right;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #000;
}
.dashboard-stat .info {
    display: block;
    position: relative;
    text-align: left;
    font-size: 14px;
    color: #666;
    letter-spacing: 0px;
    font-weight: 300;
    margin-top: 110px;
    border-top: 1px solid #dedede;
    padding-top: 10px
}
/*APPS*/
.dashboard-stat.dash2 .detalles {
    width:100%; margin:0px auto; padding:2%
    }
    .dashboard-stat.dash2 .imgfondo {
    position:relative;height:100%; width:auto; max-height:145px; min-height: 120px;border-radius: 5px 0px !important;
    }
    .dashboard-stat.dash2 .detalles .title {
        padding-top: 5px;
        text-align: left;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: -1px;
        margin-bottom: 0px;
        font-weight: 300;
        color: #000;
    }
    .dashboard-stat.dash2 .info {
        display: block;
        position: relative;
        text-align: left;
        font-size: 14px;
        color: #666;
        letter-spacing: 0px;
        font-weight: 300;
        margin-top: 10px;
        border-top: 1px solid #dedede;
        padding-top: 10px
    }
    


a.dashboard-stat {
    text-decoration: none !important;
}
.input-append.color .add-on i,
.input-prepend.color .add-on i {
    display: block !important;
    cursor: pointer !important;
    width: 16px !important;
    height: 16px !important;
}
.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 34px;
    min-width: 16px;
    padding: 2px 2px;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}
.input-append.color .add-on i,
.input-prepend.color .add-on i {
    display: block !important;
    cursor: pointer !important;
    width: 34px !important;
    height: 28px !important;
}
.radio-inline {
    padding-left: 0
}
.clearinicio {
    clear: both;
    display: block;
    font-size: 11px;
    font-weight: 300;
    opacity: 0.7;
    padding: 6px 10px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    padding-left: 80px;
    color: #fff
}
.corrigealto {
    height: 33px;
    line-height: 24px;
    margin-right: 4px
}
.portlet>.portlet-title>.actions>.btn-group {
    margin-bottom: 8px;
    margin-top: 8px;
}
/*loading*/
.isloading-wrapper.isloading-right {
    margin-left: 10px;
}
.isloading-overlay {
    position: relative;
    text-align: center;
}
.isloading-overlay .isloading-wrapper {
    background: none;
    -webkit-border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px;
    -moz-background-clip: padding;
    border-radius: 7px;
    background-clip: padding-box;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    top: 20%;
    z-index: 9000;
    font-size: 25px;
    font-weight: bold
}
.isloading-overlay i {
    font-size: 25px;
    font-weight: bold
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.helper {
    border: 0px
}
/*kcFinder*/
.imagefinder {
    width: 100%;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
    background: #000;
    color: #fff;
}
.imagefinder img {
    visibility: hidden;
}
.imagefinder .selectload {
    margin: 5px;
    position: absolute;
    top: 0;
    color: #fff;
    z-index: 2
}
.imagefinder .imgload {
    position: absolute;
    top: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1
}
h3.color_a p {
    color: #714141;
    font-weight: bold
}
h3.color_b p {
    color: #975F5F;
    font-weight: bold
}
h3.color_c p {
    color: #6B2B2B;
    font-weight: bold
}
h3.color_d p {
    color: #645757;
    font-weight: bold
}
h3.color_e p {
    color: #D30000;
    font-weight: bold
}
h3.color_f p {
    color: #382929;
    font-weight: bold
}
h3.color_g p {
    color: #714141;
    font-weight: bold
}
h3.color_h p {
    color: #975F5F;
    font-weight: bold
}
h3.color_i p {
    color: #6B2B2B;
    font-weight: bold
}
h3.color_j p {
    color: #645757;
    font-weight: bold
}
h3.color_k p {
    color: #D30000;
    font-weight: bold
}
h3.color_l p {
    color: #382929;
    font-weight: bold
}
h3.color_m p {
    color: #714141;
    font-weight: bold
}
/*DATABLES CUSTOM*/
.dataTable caption {
    padding: 2%;
    background: #666;
    text-align: left;
    font-size: 1.2em;
    color: #fff;
}
.dataTable caption a {
    color: #FF9
}
h3.form-section.color_a {
    border-bottom: 1px solid #714141;
}
h3.form-section.color_b {
    border-bottom: 1px solid #975F5F;
}
h3.form-section.color_c {
    border-bottom: 1px solid #6B2B2B;
}
h3.form-section.color_d {
    border-bottom: 1px solid #645757;
}
h3.form-section.color_e {
    border-bottom: 1px solid #D30000;
}
h3.form-section.color_f {
    border-bottom: 1px solid #382929;
}
h3.form-section.color_g {
    border-bottom: 1px solid #714141;
}
h3.form-section.color_h {
    border-bottom: 1px solid #975F5F;
}
h3.form-section.color_i {
    border-bottom: 1px solid #6B2B2B;
}
h3.form-section.color_j {
    border-bottom: 1px solid #645757;
}
h3.form-section.color_k {
    border-bottom: 1px solid #D30000;
}
h3.form-section.color_l {
    border-bottom: 1px solid #382929;
}
h3.form-section.color_m {
    border-bottom: 1px solid #714141;
}
/*MULTISELECT*/
.ms-container {
    width: 100%
}
html.no-js td.dataTables_empty {
    height: 200px !important;
    vertical-align: middle;
    background: #bdbdbd!important;
    color: #000;
    font-weight: bold;
    font-size: 1.3em
}
/*CHART BARRAS INICIO*/
#chartdiv {
    width: 100%;
    height: 500px;
    font-size: 11px;
    width: 100%;
    height: 500px;
    font-size: 11px;
}
.amcharts-export-menu-top-right {
    top: 10px;
    right: 0;
}
/* parse json */
pre {
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
    font-size: 0.8em
}
.string {
    color: green;
}
.number {
    color: darkorange;
}
.boolean {
    color: blue;
}
.null {
    color: magenta;
}
.key {
    color: red;
}
#tabs_listados .tab-content {
    padding: 10px !important
}
tr.rowT {
    /*display:block !important;*/
    height: auto;
    overflow: hidden;
    transition: all 0.3s ease;
}
tr.hide.rowT {
    height: 0px;
}
.tab-pane h3 {
    font-size: 1.1em
}
.tab-pane .row {
    margin: 0px;
}
.tab-pane .row .form-group {
    margin-bottom: 0px;
}
.page-footer {
    padding-bottom: 150px;
    margin-bottom: -150px;
}
.page-footer div {
    padding-top: .5%;
    padding-bottom: .5%
}
@media (max-width: 768px) {
    .page-footer {
        padding-bottom: 30px;
        margin-bottom: -30px;
    }
    .page-footer div {
        padding-top: 1%;
        padding-bottom: 1%
    }
}