﻿body.body-small.pace-done{
    background-color: white;
}
/*Cuando se tiene una resolucion con ancho mayor o igual a 900px*/
@media screen and (max-width: 912px) {

    .cuerpoGENERAL{
        padding:0;
    }

    body.pace-running.body-small {
        background-color: white;
    }

    .newLogin .contenedores {
        min-height: 0;
        flex-direction: column;
        padding: 0;
        height: 100%;
        background-color: white;
    }

        .newLogin .contenedores .contenedorDerecho.mostrar {
            background-color: white;
            width: 100%;
            height: 100%;
            position: relative;
            bottom: 20px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

        .newLogin .contenedores .contenedorIzquierdo {
            width: 100%;
            height: 100%;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            min-height: 150px;
            background-position: top;
        }

    form .boton{
        margin-top:3%;
    }

    .h2General {
        text-align: center;
        border-bottom: none;
        /**/
        background-color: var(--grisBase);
        color: white;
        border-radius: 10px;
        padding: 10px 0;
        font-size: 1.2em;
    }
    .h1OS {
        text-align: center;
        border-bottom: none;
        /**/
        background-color: var(--grisBase);
        color: white;
        border-radius: 10px;
        padding: 10px 0;
        font-size: 1.2em;
        margin: 15px 0;
    }
    .lineaGris {
        border-bottom: none
    }

    /*FOOTER*/

    .footerRework .logo{
        text-align:center;
    }

    .footerRework {
        border-top: 1px solid var(--grisPlaceholder);
        padding: 1% 2%;
        height: 10vh;
        align-items: center;
    }

        .footerRework {
            flex-direction: column;
        }

        .footerRework .text-right {
            width: 100%;
            float: initial;
            text-align: center;
            font-size: 0.7em;
            padding: 1%;
        }

    .navBar {
        display: none;
    }

    .navBar-Mobile {
        display: initial;
        margin-bottom: 2%;
    }

        .navBar-Mobile .row {
            padding: 0;
        }

            .navBar-Mobile .row div {
                padding: 0;
            }

    .navBar_Inicial {
        align-self: center;
        width: 40px;
        padding: 0;
    }

    .logoEmpresa {
        width: 100%;
        justify-content: center;
        margin: 2% 0 !important;
    }

    .cuerpoGENERAL .row.col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .nombreEmpresa {
        font-size: 12px;
    }

    .navBar_Empresa{
        min-height: 0;
    }

    .navBar_Empresa .row.nombreEmpresa {
        margin-bottom: 0 !important;
    }

    .navBar_Empresa .row .el-button.botonTXT.el-button--text {
        font-size: 0.8em;
    }

    .navBar_Icono {
        padding: 10% !important;
        border-radius: 5px;
        height: 100%;
        min-width: none;
    }

    .navBar_Icono div {
        font-size: 12px;
        margin-bottom: 0;
    }

    .circulo_Iniciales {
        min-width: 40px;
    }

    .iniciales{
        font-size:1.2em;
    }

    .navBar_NombreUsuario.row .col-md-9 .row {
        justify-content: right;
    }

    .navBar_NombreUsuario.row .col-md-3{
        text-align: center;
    }

    .navBar_Empresa {
        align-self: center;
        text-align:center;
    }

    .navBar_Empresa p {
        border: solid 1px green;
        font-size: 0.7em;
        width: fit-content;
    }

    .contenedor_Buzon {
        display: flex;
        flex-direction: column-reverse;
        padding: 10px 0;
    }
        .contenedor_Buzon .col-lg-6 {
            padding: 0 0 5% 0;
            width: 100%;
        }

            .contenedor_Buzon .col-lg-6 .imagen_Buzon {
                min-height: 200px;
            }

    .contenedor_botonBuzon {
        width: 100%;
        padding:0 15px;
    }

        .contenedor_botonBuzon .row .relleno {
            width: 33.33%;
        }

        .contenedor_botonBuzon .row .botonBuzon {
            width: 66.66%;
            padding: 0 15px;
        }
    .campoForm label{
        font-size:1em;
    }

        .contenedor_filtros .col-lg-11 {          
            width: 100%;
        }
            /*.contenedor_filtros .col-lg-11 .col-lg-4 {
                width: 100%;
            }*/
        .contenedor_filtros .col-lg-1 {
            width: 100%;
            padding: 0 15px;
        }

    .contenedor_filtros .col-lg-11 .col-lg-3 {
        width: 100%;
    }
    .contenedor_filtrosLectura .col-lg-11 .col-lg-4 {
        width: 100%;
    }
    .form_OS .col-lg-3 {
        width: 100%;
    }
    .form_OS .col-lg-6 {
        width: 100%;
    }
    .navBar_OS .header--button {
        position: absolute;
        top: 0px;
        display: block;
        margin-top: -30px;
        padding: 10px;
        height: 45px;
        left: 10%;
        /*   border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;*/
        width: 50%;
        /*     border: 1px solid;
        border-color: green;
        background-color: white;*/
        font-size: 13px;
        border: none;
        background-color: transparent;
    }
    .tagStatus {
        display: flex;
        background-color: green;
        color: white;
    }
    .detalleOS {
        display: inline-flex;
        flex-direction: column-reverse;
    }

    .contenedor_HomeDer{
        display:none;
    }

    .contenedor_HomeIzq{
        width: 100%;
    }

        .contenedor_HomeIzq .bienvenida {
            align-items: center;
            flex-direction: column;
            border-radius: 10px;
            margin: 0 15px !important;
        }

            .contenedor_HomeIzq .bienvenida .titulo_Bienvenida, .contenedor_HomeIzq .bienvenida .dato_Dia {
                text-align: center;
                width:100%;
            }

            .contenedor_HomeIzq .bienvenida .dato_Dia{
                font-size: 0.8em;
            }

    .contenedor_HomeIzq .row.col-lg-12{
        flex-direction:column-reverse;
    }

    .resumen_Diario {
        align-items: center;
    }

    .contenedorBotonesCalendario{
        padding-left: 15px;
    }

    .calendario_Margen{
        margin: 0;
    }
    .resumen_Direcciones{
        margin: 5% 0 0 0;
    }

    .resumen_Direcciones, .calendario_Margen {
        width: 100%;
    }

    .v-toolbar__title{
        font-size: 1rem;
    }

    .calendario_Cuerpo.v-sheet.theme--light {
        height: 300px;
    }

    .v-calendar-monthly{
        font-size: 0.8em;
    }

    .calendario_TablaDia.verTabla {
        display: none;
    }

    .calendario_TablaDia2.verTabla {
        display: initial;
    }

    .el-button--small{
        font-size:0.7em;
    }

    .el-rate__item > i {
        font-size: 30px;
    }

    .contenedor_EncabezadoEncuesta {
        flex-direction: column;
        background: none;
    }

        .contenedor_EncabezadoEncuesta .nombre {
            background: none;
            width: 100%;
            text-align: center;
            color: var(--grisBase);
            padding-bottom: 0;
            font-size:1.2em;
        }

        .contenedor_EncabezadoEncuesta .dia {
            background: none;
            width: 100%;
            font-size: 0.9em;
            text-align: center;
        }

    .posicionBoton {
        width: 40%;
    }

        .posicionBoton .botonChico, .encuesta_Botones .encuesta_BotonIzq .botonChico, .encuesta_Botones .encuesta_BotonDer .botonChico {
            font-size: 0.8em;
        }

    .encuesta_Botones .encuesta_BotonIzq, .encuesta_Botones .encuesta_BotonDer {
        width: 45%;
    }

    .encuesta_Botones .relleno {
        width: 60%;
    }

    .preguntaEncuesta {
        padding: 5% 0;
        font-size: 1.2em;
    }

    .respuestaTexto, .respuestaCerrada{
        width: 80%;
    }

    .calficacionTexto div {
        width: 100%;
    }

    .calficacionTexto .Izq, .calficacionTexto .Der {
        font-size: 1em;
    }
    .cuerpoGENERAL {
        min-height: none;
    }
    .agregarNuevo .col-lg-10{
        width: 100%;
    }
    .agregarNuevo .col-lg-2 {
        width: 100%;
    }
    .datosFiscales .col-lg-6{
        width:100%;
    }
    .selectEquipo {
        border: 1px solid green;
        border-radius: 20px;
        font-size: 0.8em;
        font-weight: 600;
        margin: 0;
        padding: 0.5em;
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
        padding-top: 1.5rem !important;
        height: 835px;
    }
    .contenedor_btnBlock {
        width:100%
    }
    .el-select-dropdown {
        position: absolute;
        z-index: 1001;
        border: solid 1px #e4e7ed;
        border-radius: 4px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
        box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 5px 0;
        max-width:350px;
    }

    /*Util para home */
    #home .row.col-lg-12 {
        padding: 0.5em;
    }

}

@media screen and (min-width: 500px) and (max-width: 912px) {
    .v-calendar-monthly {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 912px) and (min-height:900px) and (min-width: 500px) {
    .contenido_login {
        background-size: contain;
    }

    .footerRework .text-right {
        font-size: 1.2em;
        padding: 1.2em;
    }
}

@media screen and (min-height: 750px) and (max-width: 500px){
    .panelEncuesta{
        min-height: 350px;
    }

    .posicionBoton {
        width: 40%;
        margin-bottom: 10%;
    }
    .encuesta_Botones .relleno{
        width:10%;
    }

    .encuesta_BotonIzq, .encuesta_BotonDer{
        width: 45%;
    }

}

@media screen and (max-height: 600px) {
    .contenedor_derecho{
        max-height: none;
        height: auto;
    }
}