* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Varela Round';
    font-weight: 400;
}

.main {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
}

.content-logo {
    margin-left: 7%;
}

.left-menu {
    margin-left: 80px;
}

.logo {
    width: 90%;
}

.loading {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, .99);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    transition: .3s;
}

tr th {
    padding: 8px;
    border-radius: 0px;
}

.menu-mimaguen {
    font-size: 14px;
    margin-right: 7%;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.c-blanco {
    color: white !important;
}

.b-blanco {
    background-color: white !important;
}

.c-azul {
    color: #12487E !important;
}

.b-azul {
    background-color: #12487E !important;
}

.b-azul_hover:hover {
    background-color: #12487E !important;
}

.c-blanco_hover:hover {
    color: #FFFFFF !important;
}

.c-azul-claro {
    color: #66BAE5 !important;
}

.b-azul-claro {
    background-color: #66BAE5 !important;
}

.c-gris {
    color: #787878 !important;
}

c-azul-cielo {
    color: #00C2EE !important;
}

b-azul-cielo {
    background-color: #00C2EE !important;
}

.b-gris {
    background-color: #787878 !important;
}

.right {
    float: right;
}

.left {
    float: left;
}

.borde_superior_amarillo {
    border-top: 2px solid #FFC000;
    padding: 0px 0px;
}

.borde_superior_blanco {
    border-top: 1px solid #FFFFFF;
    padding: 0px 0px;
}

.caja-login {
    background-color: white;
    padding: 2rem;
    width: 60%;
    height: 400px;
    margin: 60px auto;
}

.logo-login {
    width: 30%;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

.d-none {
    display: none;
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.w-90 {
    width: 90%;
}

.border-azul {
    border: 1px solid #12487E;
}

.border-radius-none {
    border-radius: 0px;
}

/*override de clases del framework css*/
/*date picker de materialize*/
.picker__date-display {
    background-color: #12487E !important;
}

.picker__day--selected {
    background-color: #12487E !important;
}

.picker__close {
    color: #12487E !important;
}

.picker--focused .picker__day--selected {
    color: #FFFFFF !important;
}

.picker__day.picker__day--today {
    color: red !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #00C2EE;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: rgba(0, 0, 0, 0.38);
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #00C2EE;
    background-color: #00C2EE;
    z-index: 0;
}

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: #12487E;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

input[type=number] {
    -moz-appearance: textfield;
}

.ui-timepicker-wrapper {
    width: 28% !important;
    max-height: 350px !important;
}

.ui-timepicker-list li {
    padding: 15px !important;
}

/*border-bottom de los textbox*/

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #00C4F0 !important;
    box-shadow: 0 1px 0 0 #00C4F0 !important;
}

.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #00C4F0;
}

/*indicador del tab*/
.tabs .indicator {
    background-color: #0d47a1;
}

.tabs .tab a {
    color: white;
}

.tabs .tab a:hover {
    color: #e0e0e0;
}

.tabs .tab a.active {
    color: white;
    background-color: #2962ff;
}

.alinear-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.efecto-btn:hover {
    transition: .5s;
    filter: brightness(80%);
}

.modal-chmd-fondo {
    height: 100vh;
    width: 100vw;
    display: none;
    background-color: rgba(30, 30, 30, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1099;

}

.modal-chmd {
    display: none;
    position: fixed;
    background-color: whitesmoke;
    padding: 1rem;
    width: 75vw;
    height: 80vh;
    top: 8%;
    left: 12%;
    z-index: 1100;
    border-radius: 5px;
}

.modal-chmd-content {
    height: 89%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-chmd-close {
    text-decoration: none;
    right: 1%;
    position: absolute;
}

.modal-chmd-footer {
    border-top: 1px solid #E1E1E1;
    padding-top: 1rem;
    text-align: right;
}

/***************************************************************/

.modal-chmd-fondo1 {
    height: 100vh;
    width: 100vw;
    display: none;
    background-color: rgba(30, 30, 30, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1099;

}

.modal-chmd1 {
    display: none;
    position: fixed;
    background-color: whitesmoke;
    padding: 1rem;
    width: 95vw;
    height: 80vh;
    top: 4%;
    left: 2%;
    z-index: 1100;
    border-radius: 5px;
}

.modal-chmd-content1 {
    height: 89%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-chmd-close1 {
    text-decoration: none;
    right: 1%;
    position: absolute;
}

.modal-chmd-footer1 {
    border-top: 1px solid #E1E1E1;
    padding-top: 1rem;
    text-align: right;
}




/******************************************************************/
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #12487E !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: none;
    color: white !important;
}

.input-field .prefix.active, label {
    color: #6DC1EC !important;
}

.jqx-menu-vertical {
    background-color: white !important;
    padding: 0px !important;
    color: #12487E !important;
}

.jqx-widget-content {
    border-color: #6DC1EC !important;
    padding: 0px !important;
}

.jqx-fill-state-pressed {
    border-color: rgba(255, 255, 255, 1) !important;
    background: #12487E !important;
    color: white !important;
    padding: .7rem !important;
}

.margin-no-desktop {

}

.error {
    color: #ff1744 !important;
}

.card-titulo-principal {
    padding: .1rem;
    text-align: center;
    background-color: #12487E;
    color: white;
}

.card-subtitulo {
    padding: .1rem;
    text-align: center;
    background-color: #66BAE5;
    color: white;
}

.ui-timepicker-disabled {
    display: none;
}

.info-card-modulo-menu {
    padding: 0px;
    margin-top: -15px;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
    background-color: #12487D;
    border-color: white;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border: 2px solid #12487D;
}

@media screen and (min-width: 280px) and (max-width: 760px) {
    .modal-documentos{
        width: 95%;
    }
}
@media screen and (min-width: 280px) and (max-width: 960px) {
    .caja-login {
        width: 90%;
    }

    .content-logo {
        margin-left: 0px;
    }

    .logo {
        width: 100%;
        margin-left: 0;
    }

    .logo-login {
        width: 90%;
    }

    .ui-timepicker-wrapper {
        width: 60% !important;
    }

    .ui-timepicker-positioned-top {
        transition: .3s;
        margin-top: 18rem !important;
    }

    .alinear-flex-center {
        display: inline-block;
    }

    .modal-chmd {
        width: 90vw;
        height: 80vh;
        top: 5%;
        left: 4%;
        z-index: 1100;
    }

    .modal-chmd-close {
        right: 3%;
    }

    .margin-no-desktop {
        margin-left: 1rem;
    }

    .font-mobile {
        font-size: .9rem !important;
    }
}

@media screen and (min-width: 1280px) {
    .img-icon-card-info-menu {
        width: 90% !important;
        margin: auto;
    }
}

/*CSS LOADING*/

.box-loading {

    z-index: 10000;
    width: 100vw;
    height: 100vh;
    background: #1a237e;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
    position: fixed;
}

.container-loading {
    height: 15px;
    width: 105px;
    display: flex;
    position: relative;
}
.container-loading .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    animation: move 500ms linear 0ms infinite;
    margin-right: 30px;
}
.container-loading .circle:first-child {
    position: absolute;
    top: 0;
    left: 0;
    animation: grow 500ms linear 0ms infinite;
}
.container-loading .circle:last-child {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    animation: grow 500ms linear 0s infinite reverse;
}

@keyframes grow {
    from {
        transform: scale(0, 0);
        opacity: 0;
    }
    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}
@keyframes move {
    from {
        transform: translateX(0px);
    }
    to {
        transform: translateX(45px);
    }
}

/*END CSS LOADING*/

/* Ocultar íconos y resetear paddings SOLO en pantallas chicas */
@media (max-width: 600px){
  .input-field.with-prefix .prefix{ display: none; }

  .input-field.with-prefix .prefix + select.browser-default,
  .input-field.with-prefix .prefix ~ select.browser-default,
  .input-field.with-prefix .prefix ~ input,
  .input-field.with-prefix .prefix ~ textarea{
    padding-left: 0 !important;
  }

  .input-field.with-prefix > label{
    margin-left: 0 !important;
  }

  .input-field.with-prefix .prefix ~ .select-wrapper{
    margin-left: 0 !important;
    width: 100% !important;
  }
}
