/* 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-labor {
    max-width: 30px;
    max-height: 30px;
}
.fila-resaltada {
    background-color: #0094ff;
    color: #000000;
}

@media screen and (orientation: portrait) {
    html {
         /*Rotate the content container*/ 
        transform: rotate(-90deg);
        transform-origin: left top;
         /*Set content width to viewport height*/ 
        width: 100vh;
         /*Set content height to viewport width*/ 
        height: 100vw;
        overflow-x: auto;
        overflow-y: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}
