/* toolkit */
:root {
--main_color: #18395F;
--secondary_color: #264E89;
--third_color: #FF7F30;
--title_color: transparent;
--text_color: #2D2C29;
--background_color: #EEEEEE;
--tr1_backgroudn_color: #EFEFEF;
--tr2_backgroudn_color: #FFFFFF;
}
body{
    background: var(--background_color);
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
a{
    color:var(--main_color);
}

h2{
    font-size: 2.1875rem;
    padding: 0 0 6px 0;
    margin: 0 0 5px 0;
}

h3{
    font-size: 1.5625rem;
    padding: 0 0 6px 0;
    margin: 0 0 5px 0;
}

a{
    text-decoration: none;
}

.separador-tit{
    background: var(--secondary_color);
    width: 100%;
    height: 1px;
    margin: 10px 0 10px 0;
}

.cont_slede3_all{
    position: relative;
}

.cont_slede3_all{
    display: flex;
}

p{
    line-height: 17px;
}


.ce_bullets{
    width: 12.5rem;
    box-shadow: 2px 1px 6px 0px #31313121;
    list-style: none;
    padding: 12px;
    z-index: 5;
    height: 100vh;
    margin: 0;
    background: var(--main_color);
    position: fixed;
}

.ce_bullets li {
    font-size: 1rem;
    cursor: pointer;
    border-top: 1px solid #88888a;
    padding: 14px;
    display: grid;
    justify-content: center;
    font-weight: 500;
    color: #fff;
}

.ce_bullets li:last-child {
    border-bottom: 1px solid #88888a;
}

li.activado{
    color: #fff;
    background: var(--secondary_color);
}

.slidersce{
    width: 85%;
    position: absolute;
    right: 0;
}

.cont-objetos-visual{
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 20px;
}

.objetos {
    padding: 20px;
    background: #FFF;
    margin: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid #AFAFAF;
}


.objetos-code{
    display: flex;
    background: #FFF;
    margin: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid #AFAFAF;
    height: 350px;
}

.code-html, .code-css{
    padding: 20px;
}

.code-html{
    width: 50%;
    border-right: 1px solid var(--secondary_color);
    height: 100%;
    overflow: auto;
    padding: 10px;
}

.code-css{
    padding-left: 20px; 
    height: 100%;
    overflow: auto;
    width: 50%;
    padding: 10px;
}

.elementos-form{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin: 30px 0;
    gap: 20px;
}

.listado-iconos{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

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

.cont-icono img{
    width: 60px;
    margin-bottom: 20px;
    background: var(--text_color);
    padding: 5px;
    border-radius: 5px;
}

.svg-fill{
    fill: #EE1B2E;
}

@keyframes opacidadb{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* FIN toolkit */

/* ESTILOS EJEMPLO DE MAQUETACION */
.container{
    width: 90%;
    max-width: 1600px; 
    margin: auto;
}

/* cabecera-1 */

.cabecera-1{
    background: var(--main_color);
    padding: 20px 0;
    position: relative;
    height: 105px;
}

.logo-botones article{
    display: inline-block;
}

.saludo-botones{
    float: right;
}

.saludo-botones div{
    display: inline-block;
}

.cabecera-logo{
    width: 150px;
}

.saludo-botones{

}

.imagen-saludo div{
    display: inline-block
}

.cont-imagen{
    width: 45px;
    height: 45px;
    border-radius: 50px;
    border: 2px solid var(--secondary_color);
    overflow: hidden;
    margin-right: 18px;
}

.header-saludo{
    color:#fff;
}

.nombre-editar{
    margin-top:-10px;
}

.cont-imagen img{
    width: 100%;
}

.editar-perfil div{
    display: inline-block;
}

.ico-cabecera-usuario{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.text-editar{
    margin-top: 7px;
}

.cont-icono-notificacion{

    position: relative;
    margin: -5px 0 0 54px;
}

.icono-cabecera-campana{
    width:27px;
    height: 27px;
}

.canti-mensajes{
    background: var(--secondary_color);
    padding: 3px 0;
    color: #FFF;
    position: absolute;
    border-radius: 50px;
    right: -11px;
    top: -10px;
    text-align: center;
    font-size: 14px;
    width:25px;
    height: 25px;
}


.cont-cabecera-boton{
    float: right;
    position: relative;
    left: 173px;
}

.cabecera-2{
    background: var(--secondary_color);
    padding: 10px 0;
}

/* FIN cabecera-1 */

.menu div{
    display: inline-block;
}

.menu li{
    list-style: none;
    color: #FFF;
    white-space: nowrap;
    margin-left: 10px;
}

.menu li:hover{
    color: var(--main_color);
}

.menu-sec-1 a{
    display: inline-block;
}
.menu-sec-1 li a:hover{
    color: var(--main_color); 
}

.menu-ico{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: 3px;
}

.menu-configuracion{
    float: right;
}


.logo-empresa{
    margin-left: auto;
    display:table;
}

.logo-empresa img{
    margin: 10px 0;
}

.fondos-blancos{
    margin-top: 20px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid #AFAFAF;
}

.margen-inferior{
    margin-bottom: 50px;
}

form{
    margin-top: 25px;
}
.formulario-ingreso-ventas {
    font-size: 0;
}
.formulario-ingreso-ventas > div {
    display:inline-block;
    width: 32%;
    margin-right: 1%;
    font-size: 13px;
}
.icono-videotutorial{
    position: fixed;
    right: 23px;
    bottom: 20px;

}

.icono-videotutorial img{
    width: 50px;
    height: 50px;
}

/* FIN ESTILOS EJEMPLO DE MAQUETACION */

/* MODELOS BOTONES */
.btn-1{
    background: var(--main_color);
    color: #FFF;
    padding: 0.625rem 2.2rem;
    margin: 0.625rem 0;
    text-decoration: none;
    border-radius: 10px;
    max-width: 25rem;
    text-align: center;
}

.btn-1:hover, .btn-2:hover, .cabecera-1 .btn-2:hover, .inputfile + label:hover {
    background: var(--third_color);
}

.btn-2{
    background: var(--main_color);
    color: #FFF;
    padding: 5px 19px;
    margin: 10px 0;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}
.cabecera-1 .btn-2 {background: var(--secondary_color)}
.btn-2 img{
    display: table;
    float: left;
    margin-top: 2px;
}

article.saludo-botones a.btn-2 {
    margin-left: 10vw;
}

.btn-2 div{
    display: inline-block;
}

.ico{
    width: 1.375rem;
    height: 1.375rem;
    margin-right: 7px;
}


.btn-3{
    background: var(--main_color);
    color: #FFF;
    padding: 0.625rem 2.5rem;
    margin: 0.625rem 0;
    text-decoration: none;
    border-radius: 5px;
    max-width: 25rem;
}

.btn-3:hover{
    background: var(--secondary_color);
}
/* FIN MODELOS BOTONES */


/* MODELOS TABLAS */

.contenedor-tabla{
    width: 100%;
    overflow-x: auto;
}

.tabla-1{
    width:100%;
    border-collapse: collapse;
}

.tabla-1 th{
    background: var(--main_color);
    color: #FFF;
    font-size: 0.8rem;
    padding: 0.4rem 0.625rem;
    overflow: auto;
    white-space: nowrap;
    border: 1px solid #999999;

}

table.tabla-1 tr:nth-child(even) {
    background-color: #fff;
}
table.tabla-1 tr:nth-child(odd) {
    background-color: var(--tr1_backgroudn_color);
}

.tabla-1 td{
    color: var(--text_color);
    font-size:0.8125rem;
    padding: 0.4rem 0.625rem;
    text-align: center;
    width: 200px;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
}

.tabla-1-resultado-positivo{
    color:#009D4F !important;
}

.tabla-1-resultado-negativo{
    color:#EF3E07 !important;
}

.tablas-link{
    color: var(--secondary_color);
    font-size:0.8125rem;
}
.tablas-link:hover {
    color: var(--main_color);
}
/* FIN MODELOS TABLAS */

/* FIN MODELOS INPUTS FORM */

input, select, textarea{
    border: 1px solid var(--secondary_color);
    border-radius: 5px;
    height: 2.2rem;
    padding: 5px 10px;
    margin: 10px 0;
    color:var(--main_color);
    width:100%;
}
input:disabled, select:disabled, textarea:disabled {
    background-color: var(--tr1_backgroudn_color);
}
.espaciado-inputs-1{
    margin:0 1.6rem;
}

textarea{
    height: 100px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    margin: 10px 0;
    height: 40px;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    background: var(--secondary_color);
    border-radius: 5px;
    color:#FFF;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.iborrainputfile {
    font-size:16px; 
    font-weight:normal;
}

#info{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.btn-submit{
    width: 150px;
}

/* FIN MODELOS INPUTS FORM */

/* MODELOS ALERTAS */

.alerta-1{
    background: #FFF;
    border: 1px solid var(--secondary_color);
    border-radius: 5px;
    padding: 20px;
    width: 520px;
    height: 192px;
    margin: 20% auto;
}

.alerta-1 div{
    display: inline-block;
}


.icono-alerta{
    width: 121px;
    justify-content: center;
    align-content: center;
    border-right: 1px solid var(--secondary_color);
    padding: 24px 24px 10px 10px;
}

.cont-alertas-textos{
    margin-left: 10px;
    width: 329px;
}


.alerta-1 p{
    margin-bottom: 10px;
}
.alerta-1 ul{
    margin: 0 0 0 10px;
}

.alerta-1 span{
    color: var(--main_color);
}


.alerta-1 li{
    list-style: none;
}

.botones-alertas a{
    margin-top: 10px;
    display: inline-block;
}

.botones-alertas-2{
    margin-top: 5px;
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    bottom: -47px;
}

/* FIN MODELOS ALERTAS */


/* MODELOS TEXTOS */

h2{
    font-size: 2.1875rem;
    padding: 0 0 6px 0;
    margin: 0 0 5px 0;
}

h3{
    font-size: 1.5625rem;
    padding: 0 0 6px 0;
    margin: 0 0 5px 0;
}

p{
    font-size: 1rem;
}

.texto-naranja{
    color: var(--secondary_color);
}
/* FIN MODELOS TEXTOS */

/* tooltips MODELOS ayudas */

.texto-ico-inputs div{
    display: inline-block;
    width: auto;
}

.texto-ico-inputs img{
    width: 16px;
}

.cont-ico-input{
    position: relative;
    display: grid;
    justify-content: end;
    width: 18px;
    height: 18px;
    margin-left: auto;
    float: right;
    color: var(--third_color); 
}

.cont-ico-input .tooltiptext {
    display:none;
    height: auto;
    width: 200px;
    background-color: black;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: -29px;
    margin-left: -60px;
}

.cont-ico-input .tooltiptext::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.cont-ico-input:hover .tooltiptext{
    display: block;
}

/* FIN tooltips MODELOS ayudas */

/* Maquetación-HTMLs-4pantallas */

.inputs-ico{
    display: grid;
    grid-template-columns: 9fr 1fr;
    align-items: center;
}


.formulario-historial-ventas div{
    display: inline-block;
}

.formulario-historial-ventas-campos, .formulario-historial-ventas-btns {
    width: 23%;
    margin-right: 1%;
}

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


.historial-subtitulo-boton div{
    display: inline-block;
}
.alinear-derecha{
    float: right;
}

.ico-editar{
    width: 20px;
    height: 20px;
}

.btn-2 div p{
    line-height: 27px;
}


.formulario-historial-ventas-campos .texto-ico-inputs:first-child{
    width: 100%;
}

/* LOGIN */
.login_cont_todo {
    height: 100vh;
    padding-top: 6vh;
    background: var(--main_color) url(img/background_white.png) center center no-repeat;
}

.lg_cont_ingreso_all, .cont_user_edit_all {
    background: var(--background_color);
    width: 100%;
    height: auto;
    padding: 25px 35px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    /*border: 2px solid var(--secondary_color);*/
    margin-top: 5vh;
    max-width: 25.875rem;
    /*box-shadow: 0 9px 11px 0px rgba(0,0,0, 0.3);*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #AFAFAF;
}
.lg_cont_ingreso_all .logo {max-width: 100%; max-height: 60px}
.login_cont_todo .lg_cont_ingreso_all {background: #FFF}
.cont_usuario_edit_all{
    margin: initial;
}

.login_cont_img {
    height: 90px;
    display: flex;
}

.login_cont_img img {
    height: 100%;
    margin: 0 auto;
}

.ico_lg {
    height: auto;
    width: 17px;
}

.lg_cont_ingreso_all h2, .cont_user_edit_all h2 {
    text-align: center;
    font-size: 1.3rem;
}

.lg_cont_campos {
    display: flex;
    align-items: center;
}

.lg_cont_txt_link {
    text-align: center;
    margin-top: 5px;
}

.lg_cont_txt_link a{
    font-size: 14px;
}

.cont_btn_ingresar {
    display: flex;
    justify-content: center;
}

.cont-ico-input {
    margin-left: 7px;
}

.cont_lg_logos {
    background: #595b5d;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 11vh;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0 8px 16px 0px rgba(30, 30, 30, 0.38) inset;
    border-top: 7px solid var(--main_color);
}

.img_lg_logos {
    height: 65px;
    width: auto;
    /* margin: 0 auto; */
}


a.btn_lg_tutorial {
    display: flex;
    position: fixed;
    background: var(--main_color);
    color: #fff;
    padding: 7px 14px 7px 8px;
    border-radius: 51px;
    box-shadow: 0 6px 8px 0px rgba(89, 91, 93, 0.33);
    bottom: 16vh;
    right: 31px;
    align-items: center;
}

a.btn_lg_tutorial img {
    width:28px;
    height: 28px;
    margin-right: 8px;
}

/* FIN LOGIN */

/* MODALES ALERT */
.cont_modal_alter, .cont_modal_alter_2 {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 1;
}

.cont_alert_centrar{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.cont_alert_bg_black {
    background: rgba(45, 44, 41, 0.76);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
/* FIN MODALES ALERT */

/* EDICION DE USUARIO */
.cont_user_edit_all{
    position: relative;
    margin: 10% auto;
}

.cont_img_user_edit {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66px;
    width: 66px;
    overflow: hidden;
    border-radius: 50%;
    margin: 5px auto;
    margin-top: 7px;
    border: 1.5px solid var(--main_color);
}

.cont_img_user_edit img{
    height: auto;
    width: 100%;
}

.cont_user_edit_all p.texto-naranja {
    text-align: center;
    margin-bottom: 15px;
}

.cambio_contraseña{
    margin: 15px 0;
}

p.cerrar_modal_user_edit {
    cursor: pointer;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    color: var(--secondary_color);
    font-weight: 700;
    border: 3px solid var(--secondary_color);
    position: absolute;
    right: 15px;
    top: 15px;
}

.cont_modal_info_user {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

.cont_user_edit_bg_black {
    background: rgba(45, 44, 41, 0.76);
    position: fixed;
    height: 100%;
    width: 100%;
}
/* FIN EDICION DE USUARIO */

/* Campana mensajes */
.notificacion-mensaje{
    position: relative;
}

.contenedor-mensaje{
    width: 300px;
    background: #FFF;
    padding: 10px;
    position: absolute;
    left: -136px;
    top: 54px;
    border-radius: 5px;
    font-size: 12px;
}

.cont-campana{
    cursor: pointer;
}

.tit-mensaje{
    font-size: 20px;
}

#mensajes-campana{
    display: none;
}
/* FIN Campana mensajes */


/* FIN Maquetación-HTMLs-4pantallas */

/*by gportal*/
.texto-ico-inputs .error {vertical-align: bottom; line-height: 8px;}
.error {color: #EE1B2E}
.exito {color: var(--secondary_color);}
.error, .exito {font-size: 13px;}
.center {text-align: center;}
.small {font-size: 12px;}
.big {font-size: 22px;}
.alerta-1 li{line-height: 22px;}
.logo-empresa img{margin-left: 20px; max-height: 50px; max-width: 210px;}
.cont_modal_info_user {display: block;}
.contenedor-mensaje {z-index: 999; width: 310px;}
.contenedor-mensaje p {font-size: .9rem}
.btn-1 {border-width: 0;}
#mensaje {text-align: center;}
.formulario-historial-ventas select, .formulario-historial-ventas input {max-width: 98%; text-align: left;}
.cabecera-logo img {max-height: 90px;}
.ui-datepicker {width: 340px !important;}
.formulario-historial-ventas-btns .btn-1 { display: inline-block; vertical-align: middle; }
.cerrar_modal_user_edit a {color: var(--secondary_color)}
.icono-videotutorial {z-index: 99;}
.alerta-1 {width: 560px;}
.alerta-1 .icono-alerta {width: 22%;}
.alerta-1 .cont-alertas-textos {width: 75%; margin-left: 2%;}
.alerta-1 ul, .alerta-1 li {margin: 0; padding: 0;}
#file-1_check img {vertical-align: top;}
.fecha { background: transparent url(img/calendar.png) no-repeat right center; }
.right {text-align: right}
.left {text-align: left}
.center {text-align: center}

.sort {color: var(--secondary_color) !important;cursor: pointer;}
.sort:hover {}
.sort:focus {outline:none;}
.sort:after {width: 0;height: 0;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;content:"\f0b0";position: relative;top:0px;right:-5px;font-family: FontAwesome;font-size: 11px;}
.sort.asc:after {width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;content:""; position: relative;top:13px;right:-5px;}
.sort.desc:after {width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #fff; content:""; position: relative; top:-10px; right:-5px;}

