/*EFECTO RING*/
.kt-pulse .kt-pulse__ring {
    display: block;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    top: 15.5px !important;
    right: 1.5px !important;
    position: absolute;
    -webkit-animation: kt-pulse 3.5s ease-out;
    animation: kt-pulse 3.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #d8dce6;
}

.kt-pulse.kt-pulse--brand .kt-pulse__ring {
    border-color: rgba(93,120,255,.8);
}

.kt-pulse .kt-pulse__ring {
    display: block;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    -webkit-animation: kt-pulse 3.5s ease-out;
    animation: kt-pulse 3.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #d8dce6
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .kt-pulse .kt-pulse__ring {
        top: 2px;
        left: 2px
    }
}

.kt-pulse.kt-pulse--brand .kt-pulse__ring {
    border-color: rgba(93,120,255,.8)
}

.kt-pulse.kt-pulse--light .kt-pulse__ring {
    border-color: rgba(255,255,255,.8)
}

.kt-pulse.kt-pulse--dark .kt-pulse__ring {
    border-color: rgba(40,42,60,.8)
}

.kt-pulse.kt-pulse--primary .kt-pulse__ring {
    border-color: rgba(88,103,221,.8)
}

.kt-pulse.kt-pulse--success .kt-pulse__ring {
    border-color: rgba(10,187,135,.8)
}

.kt-pulse.kt-pulse--info .kt-pulse__ring {
    border-color: rgba(85,120,235,.8)
}

.kt-pulse.kt-pulse--warning .kt-pulse__ring {
    border-color: rgba(255,184,34,.8)
}

.kt-pulse.kt-pulse--danger .kt-pulse__ring {
    border-color: rgba(253,57,122,.8)
}

@-webkit-keyframes kt-pulse {
    0% {
        -webkit-transform: scale(.1,.1);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(.1,.1);
        opacity: 0
    }

    65% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2,1.2);
        opacity: 0
    }
}

@keyframes kt-pulse {
    0% {
        -webkit-transform: scale(.1,.1);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(.1,.1);
        opacity: 0
    }

    65% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2,1.2);
        opacity: 0
    }
}

/*FIN EFECTO RING*/

/*//// UTILIDADES ////*/
.mtable1 > div,
.mtable1 > div > div {
    width: 100%;
}

.pl-cero {
    padding-left: 0px;
}

.dbscroll1 {
    max-height: 320px;
    overflow-y: auto;
}

.progress {
    overflow: visible;
}

.progress-bar {
    overflow: visible;
    position: relative;
}

.circulitofinal {
    height: 15px;
    width: 15px;
    background-color: #35a2f7;
    position: absolute;
    right: 0px;
    border-radius: 15px;
}

.m-popover .popover-body strong {
    float: right !important;
}
/*//// MINI CHART DOCENTES ////*/
/*
.m-widget14__header {
    margin-bottom: 0px !important;
    padding: 0px !important;
}

.m-widget14__chart {
    margin-top: 0px !important;
}
*/
.avisos_fechasimportantes1 span {
    color: #fff !important;
}

form#form1 {
    margin: 0px;
    padding: 0px;
}

@media (max-width: 1290px) {
    .m-widget24 .m-widget24__item .m-widget24__stats {
        margin-right: 1rem;
        margin-top: 0.0rem;
    }
}

.lm_portlet_clarito.m-portlet {
    border: 1px solid #1e75c7;
    background: #479ce6;
    background: -moz-linear-gradient(-45deg, #479ce6 0%, #1e75c7 15%, #1e75c7 85%, #2c6899 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #479ce6), color-stop(15%, #1e75c7), color-stop(85%, #1e75c7), color-stop(100%, #2c6899));
    background: -webkit-linear-gradient(-45deg, #479ce6 0%, #1e75c7 15%, #1e75c7 85%, #2c6899 100%);
    background: -o-linear-gradient(-45deg, #479ce6 0%, #1e75c7 15%, #1e75c7 85%, #2c6899 100%);
    background: -ms-linear-gradient(-45deg, #479ce6 0%, #1e75c7 15%, #1e75c7 85%, #2c6899 100%);
    background: linear-gradient(135deg, #479ce6 0%, #1e75c7 15%, #1e75c7 85%, #2c6899 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#479ce6', endColorstr='#2c6899', GradientType=1 );
}

.lm_portlet_mas_clarito.m-portlet {
    background: #40c2d6;
    background: -moz-linear-gradient(-45deg, #40c2d6 0%, #16abc5 22%, #16abc5 59%, #288391 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #40c2d6), color-stop(22%, #16abc5), color-stop(59%, #16abc5), color-stop(100%, #288391));
    background: -webkit-linear-gradient(-45deg, #40c2d6 0%, #16abc5 22%, #16abc5 59%, #288391 100%);
    background: -o-linear-gradient(-45deg, #40c2d6 0%, #16abc5 22%, #16abc5 59%, #288391 100%);
    background: -ms-linear-gradient(-45deg, #40c2d6 0%, #16abc5 22%, #16abc5 59%, #288391 100%);
    background: linear-gradient(135deg, #40c2d6 0%, #16abc5 22%, #16abc5 59%, #288391 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40c2d6', endColorstr='#288391', GradientType=1 );
}

    .lm_portlet_mas_clarito.m-portlet .lm_control_ddl {
        background-color: transparent;
        border-bottom: 1px solid #fff !important;
        border-width: 0px 0px 1px 0px !important;
        font-size: 12px;
        color: #fff !important;
        padding-left: 0px;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }

        .lm_portlet_mas_clarito.m-portlet .lm_control_ddl * {
            color: black !important;
        }

.lm_portlet_mamey_oscuro.m-portlet {
    background: #40c2d6;
    background: -moz-linear-gradient(-45deg, #40c2d6 0%, #16abc5 22%, #16abc5 59%, #288391 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #40c2d6), color-stop(22%, #16abc5), color-stop(59%, #16abc5), color-stop(100%, #288391));
    background: -webkit-linear-gradient(-45deg, #40c2d6 0%, #16abc5 22%, #16abc5 59%, #288391 100%);
    background: -o-linear-gradient(-45deg, #40c2d6 0%, #16abc5 22%, #16abc5 59%, #288391 100%);
    background: -ms-linear-gradient(-45deg, #40c2d6 0%, #16abc5 22%, #16abc5 59%, #288391 100%);
    background: linear-gradient(135deg, #40c2d6 0%, #16abc5 22%, #16abc5 59%, #288391 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40c2d6', endColorstr='#288391', GradientType=1 );
}

.lm_portlet_clarito.m-portlet .lm_table1 * {
    color: #a0c7ec !important;
}

.lm_portlet_mamey_oscuro.m-portlet .m-portlet__head .m-portlet__head-text {
    color: #fff !important;
}

.lm_portlet_clarito.m-portlet .m-portlet__head .m-portlet__head-text {
    color: #c1dbf5 !important;
}

.lm_portlet_mamey_oscuro.lm_widget5.m-portlet .m-portlet__body .m-widget5__stats1,
.lm_portlet_mamey_oscuro.lm_widget5.m-portlet .m-portlet__body .m-widget5__stats2 {
    padding-top: 0px !important;
    vertical-align: bottom !important;
}

    .lm_portlet_mamey_oscuro.lm_widget5.m-portlet .m-portlet__body .m-widget5__stats1 .m-widget5__number,
    .lm_portlet_mamey_oscuro.lm_widget5.m-portlet .m-portlet__body .m-widget5__stats2 .m-widget5__number {
        color: #f3eded;
        text-transform: capitalize;
        font-size: 1.1rem
    }

    .lm_portlet_mamey_oscuro.lm_widget5.m-portlet .m-portlet__body .m-widget5__stats1 .m-widget5__sales,
    .lm_portlet_mamey_oscuro.lm_widget5.m-portlet .m-portlet__body .m-widget5__stats2 .m-widget5__votes {
        color: #f3eded;
    }

.lm_portlet_mamey_oscuro.lm_widget5.m-portlet .m-portlet__body .m-widget5__item {
    padding-bottom: 0px !important;
    border-bottom: 0.07rem dashed #f3eded !important;
}

.lm_portlet_mamey_oscuro.lm_widget5.m-portlet .m-portlet__body .m-widget5__content {
    padding: 0px !important;
    vertical-align: bottom !important;
}

    .lm_portlet_mamey_oscuro.lm_widget5.m-portlet .m-portlet__body .m-widget5__content .m-widget5__title {
        margin-bottom: 0.2rem !important;
        color: #f3eded;
    }

/*
.m-widget14__chart .m-widget14__stat {
    font-size: 1.8rem !important;
    color: #00c5dc !important;
}*/

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */

/*-- Intro -------------------------*/
/*-- Intro -------------------------*/

.btn > i {
    line-height: normal !important;
}
/*
.m-widget14 .m-widget14__chart .m-widget14__stat {
    font-size: 1.8rem;
}*/

#intro .modal.open {
    height: 100%;
    max-height: 80%;
}

#flot_datos_inscritos g text tspan {
    fill: white;
}
/*asjd*/
#intro .modal.open .modal-content {
    overflow: hidden;
    height: 100%;
}

#intro .modal .modal-close span i.material-icons {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

#intro .modal .modal-content .carousel.carousel-slider {
    height: 100% !important;
}

    #intro .modal .modal-content .carousel.carousel-slider .carousel-fixed-item .middle-indicator-text {
        position: absolute;
    }

        #intro .modal .modal-content .carousel.carousel-slider .carousel-fixed-item .middle-indicator-text.moveNextCarousel {
            top: -5px;
            right: -0;
            border-radius: 30px;
        }

            #intro .modal .modal-content .carousel.carousel-slider .carousel-fixed-item .middle-indicator-text.moveNextCarousel:hover {
                color: #fff !important;
                background-color: #8e24aa;
            }

        #intro .modal .modal-content .carousel.carousel-slider .carousel-fixed-item .middle-indicator-text.movePrevCarousel {
            top: -5px;
            left: -0;
            border-radius: 30px;
        }

            #intro .modal .modal-content .carousel.carousel-slider .carousel-fixed-item .middle-indicator-text.movePrevCarousel:hover {
                color: #fff !important;
                background-color: #8e24aa;
            }

    #intro .modal .modal-content .carousel.carousel-slider .carousel-fixed-item i.material-icons {
        line-height: 1;
        position: relative;
        top: 4px;
    }

    #intro .modal .modal-content .carousel.carousel-slider .carousel-item .slide-1-img,
    #intro .modal .modal-content .carousel.carousel-slider .carousel-item .slide3-img {
        width: 200px;
    }

    #intro .modal .modal-content .carousel.carousel-slider .carousel-item .slide-2-img {
        width: 160px;
    }

    #intro .modal .modal-content .carousel.carousel-slider .carousel-item .intro-step-title {
        color: #8e24aa;
    }

    #intro .modal .modal-content .carousel.carousel-slider .carousel-item.slide-2 .select-wrapper input.select-dropdown {
        text-overflow: ellipsis;
    }

    #intro .modal .modal-content .carousel.carousel-slider .carousel-item.slide-3 ul.feature-list li i.material-icons {
        position: relative;
        top: 7px;
        color: #8e24aa;
    }

    #intro .modal .modal-content .carousel.carousel-slider .carousel-item.slide-3 .get-started {
        border-radius: 30px;
    }

    #intro .modal .modal-content .carousel.carousel-slider ul.indicators {
        bottom: 20px;
    }

        #intro .modal .modal-content .carousel.carousel-slider ul.indicators .indicator-item {
            background-color: #9e9e9e;
        }

            #intro .modal .modal-content .carousel.carousel-slider ul.indicators .indicator-item.active {
                background-color: #36a3f7;
            }

#intro .modal .modal-content:after {
    background: url('../../../app-assets/images/gallery/wave.png');
    -webkit-background-size: cover;
    background-size: cover;
}

#intro .modal .bg-img-div {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 90%;
    height: 100px;
    opacity: 1;
    background: url('/img/wave.png');
    -webkit-background-size: cover;
    background-size: cover;
}

@media (min-width: 992px) {
    #intro .modal {
        width: 35% !important;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    #intro .modal.open {
        width: 35%;
    }

        #intro .modal.open .modal-content .carousel .slide-3 .get-started {
            margin-top: -5px !important;
            margin-top: -5px !important;
        }
}

@media (max-width: 768px) {
    #intro .modal.open {
        height: 60%;
    }
}

@media (max-width: 540px) {
    #intro .modal {
        width: 80%;
        height: 100% !important;
        max-height: 70%;
    }

        #intro .modal .modal-content .carousel.carousel-slider .carousel-item .intro-step-title {
            font-size: 1.25rem !important;
        }

        #intro .modal .modal-content .carousel.carousel-slider .carousel-item.slide-3 ul.feature-list {
            margin: 0;
        }
}

@media (width: 375px) and (height: 667px) {
    #intro .modal .modal-content .carousel.carousel-slider .carousel-item img.responsive-img {
        width: 100px;
    }
}

#intro .modal {
    position: fixed;
    right: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    width: 55%;
    max-height: 70%;
    margin: auto;
    padding: 0;
    border-radius: 2px;
    background-color: #fafafa;
    will-change: top, opacity;
}

    #intro .modal:focus {
        outline: none;
    }

@media only screen and (max-width: 992px) {
    #intro .modal {
        width: 80%;
    }
}

#intro .modal h1,
#intro .modal h2,
#intro .modal h3,
#intro .modal h4 {
    margin-top: 0;
}

#intro .modal .modal-content {
    padding: 24px;
}

#intro .modal .modal-close {
    cursor: pointer;
}

#intro .modal .modal-footer {
    width: 100%;
    height: 56px;
    padding: 4px 6px;
    text-align: right;
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
}

#intro .modal-overlay {
    position: fixed;
    z-index: 999;
    top: -25%;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 125%;
    background: #000;
    will-change: opacity;
}

#intro .modal.modal-fixed-footer {
    height: 70%;
    padding: 0;
}

    #intro .modal.modal-fixed-footer .modal-content {
        position: absolute;
        overflow-y: auto;
        width: 100%;
        height: -webkit-calc(100% - 56px);
        height: -moz-calc(100% - 56px);
        height: calc(100% - 56px);
        max-height: 100%;
    }

    #intro .modal.modal-fixed-footer .modal-footer {
        position: absolute;
        bottom: 0;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

#intro .modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    width: 100%;
    max-height: 45%;
    margin: 0;
    border-radius: 0;
    will-change: bottom, opacity;
}

#intro .carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    #intro .carousel.carousel-slider {
        top: 0;
        left: 0;
    }

        #intro .carousel.carousel-slider .carousel-fixed-item {
            position: absolute;
            z-index: 1;
            right: 0;
            bottom: 20px;
            left: 0;
        }

            #intro .carousel.carousel-slider .carousel-fixed-item.with-indicators {
                bottom: 68px;
            }

        #intro .carousel.carousel-slider .carousel-item {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            min-height: 400px;
        }

            #intro .carousel.carousel-slider .carousel-item h2 {
                font-size: 24px;
                font-weight: 500;
                line-height: 32px;
            }

            #intro .carousel.carousel-slider .carousel-item p {
                font-size: 15px;
            }

    #intro .carousel .carousel-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 200px;
    }

        #intro .carousel .carousel-item > img {
            width: 100%;
        }

    #intro .carousel .indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        text-align: center;
    }

        #intro .carousel .indicators .indicator-item {
            position: relative;
            display: inline-block;
            width: 8px;
            height: 8px;
            margin: 24px 4px;
            cursor: pointer;
            -webkit-transition: background-color .3s;
            -moz-transition: background-color .3s;
            -o-transition: background-color .3s;
            transition: background-color .3s;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, .5);
        }

            #intro .carousel .indicators .indicator-item.active {
                background-color: #fff;
            }

    #intro .carousel.scrolling .carousel-item .materialboxed,
    #intro .carousel .carousel-item:not(.active) .materialboxed {
        pointer-events: none;
    }

#intro .hide {
    display: none !important;
}

#intro .left-align {
    text-align: left;
}

#intro .right-align {
    text-align: right;
}

#intro .center,
#intro .center-align {
    text-align: center;
}

#intro .left {
    float: left !important;
}

#intro .right {
    float: right !important;
}

#intro .no-select,
#intro input[type=range],
#intro input[type=range] + .thumb {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#intro .circle {
    border-radius: 50%;
}

#intro .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#intro .truncate {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#intro .mt-7 {
    margin-top: 7% !important;
}

#intro .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#intro .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#intro h5 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: .82rem 0 .656rem 0;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    line-height: 1.1;
}

#intro .hide {
    display: none !important;
}

#intro .left-align {
    text-align: left;
}

#intro .right-align {
    text-align: right;
}

#intro .center,
#intro .center-align {
    text-align: center;
}

#intro .left {
    float: left !important;
}

#intro .right {
    float: right !important;
}

#intro .no-select,
input[type=range],
input[type=range] + .thumb {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#intro .circle {
    border-radius: 50%;
}

#intro .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#intro .truncate {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#intro .no-padding {
    padding: 0 !important;
}

#intro span.badge {
    font-size: 1rem;
    line-height: 22px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 3rem;
    height: 22px;
    margin-left: 14px;
    padding: 0 6px;
    text-align: center;
    color: #757575;
}

    #intro span.badge.new {
        font-size: .8rem;
        font-weight: 300;
        color: #fff;
        border-radius: 2px;
        background-color: #00bcd4;
    }

        #intro span.badge.new:after {
            content: ' new';
        }

    #intro span.badge[data-badge-caption]::after {
        content: ' ' attr(data-badge-caption);
    }

#intro nav ul a span.badge {
    line-height: 22px;
    display: inline-block;
    float: none;
    height: 22px;
    margin-left: 4px;
    -webkit-font-smoothing: auto;
}

#intro .collection-item span.badge {
    margin-top: -webkit-calc(.75rem - 11px);
    margin-top: -moz-calc(.75rem - 11px);
    margin-top: calc(.75rem - 11px);
}

#intro .collapsible span.badge {
    margin-left: auto;
}

#intro .sidenav span.badge {
    margin-top: -webkit-calc(24px - 11px);
    margin-top: -moz-calc(24px - 11px);
    margin-top: calc(24px - 11px);
}

#intro .table span.badge {
    display: inline-block;
    float: none;
    margin-left: auto;
}

#intro .waves-effect {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

    #intro .waves-effect .waves-ripple {
        position: absolute;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        -webkit-transition: all .7s ease-out;
        -moz-transition: all .7s ease-out;
        -o-transition: all .7s ease-out;
        transition: all .7s ease-out;
        -webkit-transition-property: opacity, -webkit-transform;
        -moz-transition-property: transform, opacity, -moz-transform;
        -o-transition-property: opacity, -o-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        pointer-events: none;
        opacity: 0;
        border-radius: 50%;
        background: rgba(0, 0, 0, .2);
    }

    #intro .waves-effect.waves-light .waves-ripple {
        background-color: rgba(255, 255, 255, .45);
    }

    #intro .waves-effect.waves-red .waves-ripple {
        background-color: rgba(244, 67, 54, .7);
    }

    #intro .waves-effect.waves-yellow .waves-ripple {
        background-color: rgba(255, 235, 59, .7);
    }

    #intro .waves-effect.waves-orange .waves-ripple {
        background-color: rgba(255, 152, 0, .7);
    }

    #intro .waves-effect.waves-purple .waves-ripple {
        background-color: rgba(156, 39, 176, .7);
    }

    #intro .waves-effect.waves-green .waves-ripple {
        background-color: rgba(76, 175, 80, .7);
    }

    #intro .waves-effect.waves-teal .waves-ripple {
        background-color: rgba(0, 150, 136, .7);
    }

    #intro .waves-effect input[type='button'],
    #intro .waves-effect input[type='reset'],
    #intro .waves-effect input[type='submit'] {
        font-size: inherit;
        font-style: normal;
        text-transform: inherit;
        border: 0;
        background: none;
    }

    #intro .waves-effect img {
        position: relative;
        z-index: -1;
    }

#intro .waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#intro .waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

#intro .waves-input-wrapper {
    vertical-align: bottom;
    border-radius: .2em;
}

    #intro .waves-input-wrapper .waves-button-input {
        position: relative;
        z-index: 1;
        top: 0;
        left: 0;
    }

#intro .waves-circle {
    line-height: 2.5em;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    border-radius: 50%;
    -webkit-mask-image: none;
}

#intro .waves-block {
    display: block;
}

#intro .waves-effect .waves-ripple {
    z-index: -1;
}

#intro .modal .modal-close {
    cursor: pointer;
}

#intro .modal .modal-footer {
    width: 100%;
    height: 56px;
    padding: 4px 6px;
    text-align: right;
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
}

#intro .modal .modal-content .carousel.carousel-slider .carousel-item.slide-3 .get-started {
    border-radius: 30px;
}

#intro .collapsible {
    margin: .5rem 0 1rem 0;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

#intro .collapsible-header {
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent;
}

    #intro .collapsible-header:focus {
        outline: 0;
    }

    #intro .collapsible-header i {
        font-size: 1.6rem;
        display: inline-block;
        width: 2rem;
        margin-right: 1rem;
        text-align: center;
    }

#intro .keyboard-focused .collapsible-header:focus {
    background-color: #eee;
}

#intro .collapsible-body {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
    border-bottom: 1px solid #ddd;
}

#intro .sidenav .collapsible,
#intro .sidenav.fixed .collapsible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
    padding: 0;
}

#intro .sidenav .collapsible-header,
#intro .sidenav.fixed .collapsible-header {
    line-height: inherit;
    height: inherit;
    padding: 0 16px;
    border: none;
    background-color: transparent;
}

    #intro .sidenav .collapsible-header:hover,
    #intro .sidenav.fixed .collapsible-header:hover {
        background-color: rgba(0, 0, 0, .05);
    }

    #intro .sidenav .collapsible-header i,
    #intro .sidenav.fixed .collapsible-header i {
        line-height: inherit;
    }

#intro element.style {
    transform: translateX(0px) translateX(0px) translateX(0px) translateZ(0px);
    z-index: 0;
    opacity: 1;
    visibility: visible;
}

.m-widget3__item {
}

.ui-dashboard-ha {
    padding: 8px;
    margin: 8px auto;
    background-color: #1b67af;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .ui-dashboard-ha h5 {
        color: white;
    }

    .ui-dashboard-ha table {
        width: 100%;
    }

.m-scroll-top {
    border: 3px solid #0054a6;
}

    .m-scroll-top .la-arrow-up {
        color: #0054a6;
    }

.coac_bloques_top_4 select {
    width: 100%;
}

.m-timeline-3 .m-timeline-3__item .m-timeline-3__item-time {
    width: 4.37rem;
}

.m-timeline-3__item.m-timeline-3__item--info:before {
    background: #e9ecef;
}

.m-timeline-3 .m-timeline-3__item:before {
    height: 100%
}

/* //// INNER TABLE //////////////////// */
.inner_table {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    color: black;
    z-index: 99999;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.inner_table_cerrado {
    height: 0px !important;
}

    .inner_table_cerrado * {
        display: none !important;
    }

.m-portlet {
    overflow: hidden !important;
    border-radius: 0.42rem !important;
}

.m-portlet__head {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    min-height: 70px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
}
/*
.m-portlet__head-text {
    font-weight: 600 !important;
    color: #181C32 !important;
}*/

.m-content--skin-light2 .m-body {
    /*background-color: #f7f7f7;*/
    background-color: rgb(238, 240, 248);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}

h1, h2, h3, h4, h5, h6, .m-portlet__head-title, .m-portlet__head-text, .m-portlet__head-text, .m-portlet__head-text {
    /*color: #575962;*/
    font-weight: 500 !important;
}

.m-portlet__head-title, .m-portlet__head-text, .m-subheader__title, .m-subheader__title, .m-portlet__head-text, .m-portlet__head-text {
    /*color: #575962 !important;*/
    font-family: Poppins, Poppins !important
}



/*DATATABLE CCS*/

.paginate_button.current {
    background: #36a3f7;
    padding: 0.4em;
    color: white;
    margin: .5em;
    font-weight: 500;
    border-radius: 100%;
    width: 32px !important;
    height: 32px !important;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.paginate_button {
    background: #ebe9f2;
    color: #575962;
    padding: 0.4em;
    margin: .5em;
    font-weight: 500;
    border-radius: 100%;
    width: 32px !important;
    height: 32px !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

    .paginate_button:hover {
        background: #36a3f7;
        color: white;
        text-decoration: none !important;
    }

.dataTables_info {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
}
/*FIN DATATABLE CCS*/


.m-topbar__userpic img, .m-card-user__pic img, #imagenPersona {
    object-fit: cover !important;
}

.m-footer--push.m-aside-left--enabled:not(.m-footer--fixed).m-aside-left--minimize .m-footer {
    margin-left: 0px;
}

footer {
    bottom: 0px;
    left: 0px;
    position: fixed;
}

#m_header_nav {
    position: relative;
}

#ui_toplogo_2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 70px;
    padding-top: 21px;
    padding-left: 18px;
    vertical-align: middle;
}

    #ui_toplogo_2 img {
        height: 32px;
    }

#m_ver_menu .mCustomScrollBox,
#m_ver_menu .mCSB_container {
    overflow: visible !important;
}
