/* Your Custom CSS Goes here */



/*
.app-sidebar .logo .logo-icon {
    background: url(../images/logo.png) no-repeat;
    height:100px;
}

.app-auth-container .logo a {
    background: url('../images/logo.png') no-repeat;
    height: 100px;
}*/

/*.horizontal-menu .app-header .logo a {
    background: url('../images/logo_white.png') no-repeat;
    height: 100px;
    display: flex;
    padding-left: 70px;
    align-items: center;
    text-decoration: none;
    color: #40475c;
    font-size: 21px;
    font-weight: bold;
    padding:0 1000px;
}
*/
@media (max-width: 1198px) {
    .hidden-on-desktop {
        display: block !important;
    }
}

@media (min-width: 1199px) {
    .hidden-on-desktop {
        display: none !important;
    }
}

.icon-button {
    position: absolute;
    top: 15px; 
    right: 10px;
    font-size: 24px !important;
    width: 50px !important;
    height: 50px !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
}




#selectedFileName {
    margin-left: 25px !important;
    padding: 6px !important;
    color: #333;
    background-color:#e3e6eb;
    border-color: #e3e6eb;
    font-weight: bold;
    border-radius: 5px;
}

.form-controlPropio, #selectedFileName {
    position: relative;
    flex: 1 !important;
    width: 1%;
    min-width: 0;
}

.material-icons.md-18{
    font-size:18px;
}

table a {
    text-decoration: none;
}

.cargando-busqueda {
    display:none;
    background-color: rgba(85,107,139,0.4);
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

    .cargando-busqueda .cargando {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.idioma {
    text-align:right;
}

    .idioma a {
        text-decoration:none;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #E3E6EA !important;
}

.icono-ejercicio {
    width: 80%;
    margin-top: 5px;
}

.icono-ejercicio-radio {
    margin-top: -10px;
    width: 40px;
}
.filter-green {
    /*https://codepen.io/sosuke/pen/Pjoqqp */
    /*#E73B1B*/
    filter: invert(34%) sepia(81%) saturate(1870%) hue-rotate(345deg) brightness(87%) contrast(109%);
}

.app-auth-sign-in .app-auth-background {
    background: url('../images/backgrounds/korner_home.jpg') no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

.ui-sortable li.ordenar {
    cursor: move;
}
li.ordenar::before {
    font-family: "Material Icons Outlined";
    content: "\e5d4";
    position: absolute;
    left: 0;
}

.modal {
    z-index: 99998 !important;
}
.modal-backdrop {
    z-index: 99997 !important;
}
#div_FechasSemana {
    cursor: pointer;
}
.es-clickable {
    cursor: pointer;
}
.asfap:after {
    content: 'ASFAP';
    z-index: 99;
    position: absolute;
    font-size: 8px;
    color: #fff;
    background-color: #999;
    padding: 0 3px;
    display: block;
    left: 21px;
    margin-top: -4px;
    border-radius: 6px;
}