*{
    box-sizing: border-box;
}
body{
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: #d4d4d4;/*white;*/
    /*background-image: url('/img/fondo1.jpg');*/
    font-family: 'Nunito', sans-serif;
    color: black;
}
hr{
    color: black;
    border-color: black;
}
.div_recuadro_login{
    margin: 0 auto;
    /*width: 355px;*/
    width: 60vw;
    height: 500px;
    box-shadow: -1px 1px 20px #999;
    overflow: hidden;
    border-style: solid;
    border-color: #083CAE;
}
.divImgLogo{
    float: left;
    padding: 12px;
    overflow: hidden;
    text-align: center;
}
.img_logo{
    width: 190px;
}
.img_logo2{
    width: 140px;
    padding-left: 40px;
    padding-top: 30px;
}
.div_col1{
    float: left;
    /*width: 350px;*/
    width: 55%;
    height: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}

.div_logo{
    /*text-align: left;*/
    text-align: center;
    padding-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    height: 130px;
}
.color_negro{
    background-color: white;
}
.input_datos{
    /*width: 250px;*/
    height: 50px;
    border-style: none;
    border-color: darkgray;
    border-width: 1px;
    padding: 12px;
    color: black;
    font-size: 16px;
}

.div_boton_loginA{
    width: 100%;
    padding: 14px;
    border-width: 0px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: white;
}
.color_fondo{
    /*background-color: white;*/
    background-color: #083CAE;
}
.color_boton{
    background-color: #083CAE;
}
.div_cerrar_b{
    width: 50px;
    float: right;
    text-align: right;
    cursor: pointer;
    font-weight: bold;
    font-size: 24px;
}
.div_input{
    width: 300px;
    text-align: left;
    border-style: solid;
    border-width: 1px;
    border-color: darkgrey;
    margin-bottom: 6px;
    overflow: hidden;
}

.img_fondo_log{
    overflow: hidden;
    padding-top: 50px;
    width: 100%;
    height: 100vh;
}
.logo{
    width: 70px;
}
.logo2{
    width: 100px;
    padding-top: 15px;
}
.vert_align{
    vertical-align: middle;
}
.float_l{
    float: left;
}
.float_r{
    float: right;
}
.div_logo_menu{
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
}
.ban1{
    z-index: 2;
    position: fixed;
    background-color: white;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.ban2{
    z-index: 2;
    position: fixed;
    top: 70px;
    background-color: #083CAE;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    width: 100%;
}
.titulo1{
    font-size: 22px;
    font-weight: bold;
}
.titulo_group1{
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    float: left;
    overflow: hidden;
    /*padding: 8px;*/
    padding-top: 10px;
    padding-left: 10px;
    /*background-color: #083CAE; */
    /*background-color: lightgray;*/
    color: black;
}
.menu1{
    float: left;
    padding: 14px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
}

.div_opcion{
    cursor: pointer;
    color: blue;
    overflow: hidden;
    padding:  2px;
    font-size: 14px;
    line-height: 12px;
    padding-top: 10px;
    padding-bottom: 4px;
    /*border-style: solid; border-width: 1px;*/
}
.div_mod1{
    z-index: 1;
    position: absolute;
    top: 130px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    padding: 20px;
}
.div_mod2{
    margin: 0 auto;
    width: 87vw;
    overflow: hidden;
    background-color: white;
    padding: 10px;
    box-shadow: -3px 3px 16px #333333;
}
.color_azul{
    background-color: #083CAE;
    color: white;
}
.div_fondo_pantalla{
    background-color: white;
    padding: 14px;
    overflow: hidden;
    margin-top: 10px;
}
.div_fondo_pantalla2{
    height: 56vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
}
.div_titulo_2{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 10px;
}
.div_titulo_3{
    float: left;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 10px;
}
.div_opciones{
    float: left;
    /*background-color: #FF6464;*/
    background-color: red;
    padding: 5px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
    min-width: 80px;
    text-align: center;
    color: white;
    font-size: 13px;
}
.div_opciones_2{
    float: left;
    /*background-color: #FF6464;*/
    background-color: red;
    padding: 5px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 11px;
}
.toggle_div{
    display: none;
    overflow: hidden;
    width: 100%;
}
.div_opciones_cerrar{
    float: right;
    /*background-color: #FF6464;*/
    background-color: red;
    padding: 5px;
    margin-right: 10px;
    overflow: hidden;
    font-weight: bold;
    cursor: pointer;
    width: 80px;
    text-align: center;
    color: white;
}
.div_hr{
    width: 100%;
    overflow: hidden;
}
.float_left{
    float: left;
}
.contenedor2{
    /*width: 45vw;*/
    min-height: 100px;
    overflow: hidden;
    margin-right: 12px;
}
.margin_right{
    margin-right: 20px;
}
.lightgrey{
    background-color: lightgray;
}
select{
    width: 150px;
}
.padding1{
    padding: 6px;
}
.txtsize11{
    font-size: 11px;
}
.pantalla{
    z-index:  1;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4)
}
.pantalla_menu_glob{
    position: fixed;
    top: 120px;
    /*background-color: white;*/
    max-width: 1000px;
}
.ad2{
    overflow: hidden;
    float: left;
    width: 100%;
}
.d2{
    overflow: hidden;
    float: left;
    width: 160px;
    height: 170px;
    padding: 10px;
}

.d2_b{
    overflow: hidden;
    float: left;
    width: 160px;
    height: 50px;
    padding: 10px;
}
.pantalla_menu{
    float: left;
    /*background-color: white;*/
    width: 200px;
    max-height: 430px;
    overflow: hidden;
    font-size: 14px;
}
.menu2{
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: white;
    margin-bottom: 5px;
}

.pantalla_menu2{
    float: left;
    position: fixed;
    z-index: 4;
    top: 120px;
    background-color: white;
    font-size: 12px;
    display: none;
    width: 500px;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    border-left-style: solid;
    border-left-color: red;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}
.espacio_r{
    padding-bottom: 10px;
}
.fondo_blanco1{
    background-color: white;
}
.menu3{
    cursor: pointer;
    padding: 10px;
}
.pantalla_menu3{
    float: left;
    background-color: white;
    overflow: hidden;
    font-size: 12px;
    display: none;
    width: 500px;
}
.titulo_d2{
    font-weight: bold;
    font-size: 15px;
    line-height: 14px;
    margin-top: 16px;
    /*background-color: #083CAE;*/
    /*color: white;*/
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*padding: 10px;*/
}
.scroll{
    overflow: auto;
}
input{
    font-size: 11px;
}
select{
    font-size: 11px;
}
.div_plus{
    float: left;
    background-color: red;
    padding: 5px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
    width: 30px;
    height: 30px;
}
.msgctre{
    float: left;
    font-weight: bold;
    width: 200px;
}
.no_hay_reg{
    font-weight: bold;
    font-size: 14px;
}
.tabla1{
    width: 100%;
    border-spacing: 0px;
    border-color: lightgrey;
    font-size: 12px;
    border-left-style: none;
    border-right-style: none;
}
td{
    padding: 6px;
    border-left-style: none;
    border-right-style: none;
}
th{
    background-color: #083CAE;
    color: white;
    border-style: none;
    text-align: center;
}
.t_td{
    padding: 4px;
    margin: 4px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    width: 32%;
    text-align: right;
    color: #083CAE;
    background-color: lightgray;
}


@media only screen and (max-width: 1200px) {
    .img_fondo_log{
        position: relative;
    }
}

@media only screen and (max-width: 920px) {
    .t_td{
        font-size: 12px;
        width: 48%;
    }
}

@media only screen and (max-width: 700px) {
    .menu1{
        padding: 12px;
        font-size: 12px;
        width: 50%;
        min-width: 150px;
    }
    .cont{
        padding-top: 200px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .pantalla_menu_glob{
        top: 190px;
    }
    .pantalla_menu{
        width: 150px;
        font-size: 14px;
    }
    .pantalla_menu2{
        top: 190px;
        font-size: 12px;
        width: 190px;
        height: 350px;
        overflow-y: auto;
        /*border-style: solid;
        border-color: black;*/
    }
    .div_mod1{
        top: 200px;
        width: 100%;
        padding: 0px;
    }
    .div_mod2{
        width: 85vw;
        background-color: white;
        padding: 10px;
    }
    .t_td{
        font-size: 12px;
        width: 100%;
    }
    input{
        width: 270px;
    }
}
@media only screen and (max-width: 290px) {
    .div_recuadro_login{
        width: 270px;
    }
    .div_col1{
        width: 230px;
        padding: 12px;
    }
    .div_cerrar_b{
        width: 30px;
    }
    .input_datos{
        width: 170px;
    }
}

.d_pestañas.accordion-header{
    background-color: rgb(211, 211, 211) !important;
    color: #fff !important;
    font-size: 16px !important;
}

.d_pestañas.accordion-header button{
    /*color: #fff;*/
    color: #000000;
}

.collapsed{
    color: #000 !important;
}

@media only screen and (max-width: 560px) {
    .rt1{
        text-align:left !important;
    }

}

.rt1 {
    text-align: right;
    padding: 6px;
    overflow: hidden;
}

input.campos-formularios{
    width: 100%;
    border-radius: 0px;
    font-size: 12px !important;
    height: 25px !important;
    font-family: Arial,Helvetica,sans-serif;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    /* background-color: #fff; */
    background-clip: padding-box;
    border: 1px solid #979898;
    margin-bottom: 3px !important;
}

label.formularios-texto{
    font-family: Arial,Helvetica,sans-serif !important;
    color: #000;
    /*padding-right: 1px;*/
    font:bold;
    font-size: small;
    margin-bottom: 3px !important;
}

select.campos-formularios{
    width: 100%;
    border-radius: 0px;
    font-size: 12px !important;
    height: 25px !important;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    /* background-color: #fff; */
    background-clip: padding-box;
    border: 1px solid #979898;
    margin-bottom: 3px !important;
}

div.encabezados-form{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 5px !important;
}

@media only screen and (min-width: 560px) {
    .inputs-combinados-1{
        padding-right: 0px !important;
    }

    .inputs-combinados-2{
        padding-left: 0px !important;
    }

}

input:disabled {
    cursor: default;
    background-color: #e8e8e8 !important;
}

select:disabled {
    cursor: default;
    background-color: #e8e8e8 !important;
}

textarea.campos-formularios {
    width: 100%;
    height: 66px;
    padding: .375rem .75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #979898;
    border-radius: 0px;
}

.table td, .table th {
    padding: 0px !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-family: Arial,Helvetica,sans-serif !important;
    text-align: left;
    font-size: 14px;
}

div.table-procesos-c{
    min-height: 150px;
    max-height: 250px;

}

button.boton-icon-tabla{
    height: 27px !important;
    padding-top: 1px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.div_fecha_hora{
    width:100%;
    overflow:hidden;
    position: fixed;
    bottom: 0px;
    z-index:5;
    background-color: #083CAE;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 4px;
    padding-right: 20px;
    text-align: right;
}

.menu2_oculto{
    display: none;
}

.posicion_gerencial{
    left: 20px;
}
.posicion2_gerencial{
    left: 220px;
}

.login_img{
    background-image: url(/images/tm_login.png);
    background-size: cover;
    background-position: center center;
}
.card-login{
    background-color: white;
    box-shadow: -1px 1px 20px #999;
    border-style: solid;
    border-color: #083CAE;
}
.img_logo_a{
    background-image: url(/images/logo_local.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.img_logo_b{
    background-image: url(/images/logo_cliente.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.div_boton_loginA{
    padding: 0.5vh;
}
.form-control{border-radius: 0px !important;}
#login{
    background-color: #083CAE;
    border-color: initial;
    border-radius: 0px;
}
