/***** Html / Body / header*****/

@font-face {
    font-family: 'Myriad Pro Light';
    src:url("/javax.faces.resource/fonts/Myriad-Pro-Light.otf.xhtml");
}

@font-face {
    font-family: 'verdana';
    src:url("/javax.faces.resource/fonts/verdana.ttf.xhtml");
}

@font-face {
    font-family: 'Myriad Pro Regular';
    src:url("/javax.faces.resource/fonts/Myriad-Pro-Regular.otf.xhtml");
}


@font-face {
    font-family: 'Myriad Pro Bold';
    src:url("/javax.faces.resource/fonts/Myriad-Pro-Bold.ttf.xhtml");
}

@font-face {
    font-family: 'verdana Bold';
    src:url("/javax.faces.resource/fonts/verdana-bold.ttf.xhtml");
}

body{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'verdana', sans-serif !important;
    font-style: normal;
    font-weight: 400;

}


html, body {
    max-width: 100%;
    overflow-x: hidden;

}
html{

    height: 100% 
}


.fondo_header {
    background-size: cover;
    background-repeat: repeat-y;
    margin-top:0px;
    height: 80px;
    -webkit-box-shadow: 0px 0px;

    /*box-shadow: 0px 0px;*/
}
.fondo_header2{
    background-color: rgba(255, 255, 255, 0.8);
    background-size: cover;
    background-repeat: repeat-y;
    margin-top:0px;
    height: 80px;
    -webkit-box-shadow: 0px 0px;
    padding:5px 5px 5px 5px; 
}

/***** GENERALES (CLASES COMPARTIDAS) *****/

nopad-important{
    padding-left:0px !important; 
    padding-right:0px !important;
}

.no-padding{

    padding-left:0px;
    padding-right:0px;
}

/**** CONTAINER *****/

.container-full {
    margin: 0 auto;
    width: 100%;
}

/*****UI DATATABLES *****/


ui-widget-header {
    border: 0px solid #a8a8a8;  
}

.ui-datatable table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.ui-widget {
    font-family: 'verdana', arial;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px; 
    color:black;
    border-style:none;
}
.ui-datatable
thead th{
    padding: 10px 10px;
    overflow: hidden;
    font-family: 'verdana', arial;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px; 
    color:white;
    border-width: 3px;
    border-style:inherit;
    border-color: #0D395E;
}
.ui-datatable tbody td{
    padding: 10px 10px;
    overflow: hidden;
    font-family: 'verdana', arial;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px; 
    color:black;
    border-style:none;

}

.ui-datatable .ui-datatable-header, .ui-datatable .ui-datatable-footer{
    text-align: left;
    padding: 0px 0px;
}

/***** FRANJA FONDO VERDE *****/

.franja{
    background-color: #072135;
    padding: inherit !important;
    width:100%;
}

.jumbotron {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.row.col-lg-12.jumbotron.franja {
    margin: inherit;
}


/***** LOGIN MITAD IZQUIERDA (LOGO) *****/

.franja_login_izq {
    background-color: #FFFFFF;
    height: 300px !important;
}

.logo_empr{
    padding-top: 40px;
    padding-bottom: 40px;

}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/***** LOGIN MITAD DERECHA ( MAIL) *****/

.pad20{
    padding-top:0px;
    padding-left:20%;

}

.justpad20{
    padding-left:20%;

}

.padtop0{
    padding-top:0px;

}

.padtop3{
    padding-top:3px;

}

.col-centered{
    float: none;
    margin: 0 auto;
}

.lefty{

    padding-left: 185px !important;
}

.franja_login_der{
    height:300px !important;
}

.lineheight{
    line-height: 20px;
    vertical-align:middle;

}

div#login h3{
    color: #FFFFFF;
    font-size: 1.8em;
    text-align: left;
    font-family: 'verdana', arial;
}
div#login {
    /*width: 80%;*/
    padding-top: 5%;
    font-family: 'verdana', arial;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 1em;
    padding-left: 15px !important;

}
div#login p{
    font-family: 'verdana', arial;
}
div#login h5{
    color:#55FF;
    font-family: 'verdana', arial;
}
div#login strong {
    font-family: 'verdana', arial;
    font-size:12px;
    color:#000;
}


/***** FOOTER *****/

.mar-left20{
    margin-left:20px;
}

footer .row.col-lg-6.text-right {
    text-align: right;
}

.footer1 {

    color: #FFFFFF;
    font-family: 'verdana', arial;

    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #FFFFFF;
    font-family: 'verdana', arial;
}


.sinborde:hover{
    border: none;

}













#tomalo{

    color:red !important;
}




header {
    /* padding-top: 10px;*/
}





/***** MENSAJES DE ALERTA *****/

.msgverde{
    color:green;
}
.msgrojo{
    font-family: 'verdana', arial;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0px; 
    color:red
}






div#login a, footer a{
    color: #FFFFFF;
    font-size: 1em;
    letter-spacing: 1px;
    text-align: left;
    font-weight: normal;
    font-family: 'verdana', arial;
}

div#login a:hover, footer a:hover{
    color: #FFFFFF;
    text-decoration: none;
}

div#login p, div#login label {
    color: #FFF;
    font-size: 1em;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1em;
    font-weight: normal;
}

div#login .glyphicon {
    top: 4px;
}
.form-control {
    background-color: #CCCCCC;
    width: inherit;
    color: #FFFFFF;
}
button.btn.btn-default {
    background-color: inherit;
    border: inherit;
    font-family: 'verdana', arial;
    color: #FFFFFF;
    font-size: 20px;
}
.texto_boton_inicio {
    font-family: 'verdana', arial;
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: capitalize;
    background-color: #7DC239;
    border-color: #7DC239;
}
.texto_blanco_poiret_14 {
    color: #FFFFFF;
    font-family: 'verdana', arial;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
}
.texto_blanco_poiret_18 {
    font-family: 'verdana', arial;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
}
.texto_open_blanco12 {
    font-family: 'verdana', arial;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    color: #FFFFFF;
}

/*.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
padding: inherit;
}*/

header {
    /*padding-right: 10px;
    padding-bottom: 10px;*/
}





footer {
    padding-bottom: 10px !important;
    font-size: 12px;
}


.fondo_barra_verde1 {

    height: 24px;
    background-repeat: repeat;
}
.fondo_barra_verde2 {

    background-repeat: repeat;
    height: 24px;
}

/* RESPONSIVE
   ========================================================================= / */

/*/ Moviles en vertical
   ------------------------------------------------------------------------- */


@media only screen and (min-width: 300px) {
    .buton_persona ,.buton_persona_activate {
        font-size:11px;
    }

}


@media only screen and (min-width: 480px) {

    .buton_persona ,.buton_persona_activate {
        font-size:13px !important;
    } 

    div#login {
        width: 80%;
        /*padding-top: 50%;*/
    }

    .fontStyle{
        font-weight: normal !important;
        /*margin-left:20%;*/
    }

    .sinborde{
        padding-left:51%;	

    }

    .pad20{
        padding-top: 0px;
        padding-left: 20%; 
    }

    .importantpad15{

        padding-left:15px;
        padding-right:15px;


    }
}
@media only screen and (min-device-width: 767px){

    div#login {
        width: 80%;
        padding-top: 3%;
    }



    .lefty{

        padding-left: 185px !important;
    }

}

@media only screen and (min-device-width: 960px){

    div#login {
        width: 80%;
        padding-top: 5%;
    }

    .fontStyle{

        font-weight: normal !important;
        /*margin-left:0px !important;*/

    }


    .sinborde{
        padding-left:60% !important;	

    }

    .pad20{
        padding-top: 3px;
        padding-left:0px; 
    }

    .lefty{

        padding-left: 185px !important;
    }

    .importantpad15{

        padding-left:15px;
        padding-right:15px;


    }

}

@media only screen and (min-width: 1280px){

    .sinborde{
        padding-left:49% !important;	

    }


    .lefty{

        padding-left: 185px !important;
    }
}







/*-------------------------------- *arreglos bootstrap*-------------------------------------*/




.no-pad{

    padding-left:0px !important;
    padding-right:0px !important;

}

.padleftop{

    padding-top:1px;
    padding-left:20%;

}

.padleft20{
    padding-left: 20%;

}

.padtop0{

    padding-top:0px;
}


.pad-bottom{

    padding-bottom: 0px !important;
}



footer a{
    padding-left:20px;
}



/***** Color y Sombras hint login "Necesitas ayuda" *****/

.hint--grey:after {
    background-color: #ff2828;
}

.hint--grey.hint--top-left:before {
    border-top-color: #ff2828; }

.hint--grey.hint--top-right:before {
    border-top-color: #ff2828; }

.hint--grey.hint--top:before {
    border-top-color: #ff2828; }

.hint--grey.hint--bottom-left:before {
    border-bottom-color: #ff2828; }

.hint--grey.hint--bottom-right:before {
    border-bottom-color: #ff2828; }

.hint--grey.hint--bottom:before {
    border-bottom-color: #ff2828; }

.hint--grey.hint--left:before {
    border-left-color: #ff2828; }

.hint--grey.hint--right:before {
    border-right-color: #ff2828; }

.text--justify{
    text-align: justify;
}

/***** formato fuente *****/

.fontStyle{

    font-weight: normal !important;
}

.justify{

    text-align:justify;
}

/* latin-ext */


/* ccs cargando index */

div.ui-dialog-titlebar.ui-widget-header.ui-helper-clearfix.ui-corner-top{

    height: 36px;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0px;
    color: #fff;
    border-style: none;
    border-color: #0D395E;
    border-radius: initial;
    border: 1px solid #0D395E;
    background: #072135;
    font-weight: normal;

}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-shadow.ui-hidden-container.ui-dialog-titlebar{

    top:115px !important;
}

.ui-inputfield {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    width: 325px !important;
    height: 33px !important;
    line-height: 33px !important;
    border: 1px solid #a7a8aa !important; 
    padding: 20px 0px 20px 6px !important;
    margin: 0 0 10px !important;
}

.ui-button .ui-button-text { 
    display: block;
    line-height: normal;
    color: white;
    background-color: #072135;
    text-shadow: initial;
}

.ui-button-text-icon-right .ui-button-text {
    padding: .3em 2.1em .3em 1em;
}

.input_portal2{
    text-align: left !important;
    width: 100% !important;
    border-radius: 30px !important;
    text-transform: capitalize !important;
    font-weight: normal !important;
    font-family: 'verdana' !important;
    font-size: 17px;
    background-color: #FFFFFF;
    color: #002e5d;
    border-color: #D9D9D9;
    padding: 10px;
    margin-bottom: 5px;
    margin: 0 0 10px !important;
}

.text-left{
    text-align: left !important;
    padding-left: 20px !important; 
}

.color-red{
    color: red !important;
}
.input_portal{
    font-family: 'verdana Bold' !important;
    /* text-align: center; */
    padding-left: 55px !important;
    width: 100% !important;
    border-radius: 20px !important;
    /*text-transform: uppercase !important;*/ 
    margin-top: 10px !important;
    font-weight: normal !important;
    font-size: 13px !important;
    color: #002e5d !important;
    text-shadow: none !important;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #D9D9D9 !important;
    opacity: 1 !important; 
}
.input_portal:focus, .input_portal2:focus{
    border: 1px solid #002e5d !important;
} 




.sub_label {
    color: #0b2135;
    padding-top: 10px;
    margin: 0px;
    font-family: 'verdana', sans-serif !important;
    margin-bottom: 5px;
    margin-left: 20px;

}

.pageTitle{

    text-transform: uppercase;
    font-family: 'verdana', sans-serif;
    font-weight: bold;
    color: #fff;
}


.ui-button-primary,.ui-button-primary .ui-button-text{
    width: 100%;
    display: block !important;
    line-height: normal !important;
    color: white !important;
    background-color: #002e5d;
    text-shadow: initial !important;
    text-transform: capitalize !important;
    border-radius: 20px !important;
    border-color: #002e5d !important;
    text-decoration: none !important;
    display: inline-block !important;
    cursor: pointer !important;
    border: 0px !important;
    font-weight: normal !important;
    font-family: 'verdana' !important;
    box-shadow: 0px 4px 6px -2px #b7b6b6;
}


.ui-button-blue,.ui-button-blue .ui-button-text{
    width: 100%;
    display: block !important;
    line-height: normal !important;
    color: white !important;
    background-color: #A9B9C9;
    text-shadow: initial !important;
     text-transform: capitalize !important;
    border-radius: 20px !important;
    border-color: #A9B9C9 !important;
    text-decoration: none !important;
    display: inline-block !important;
    cursor: pointer !important;
    border: 0px !important;
    font-weight: normal !important;
    font-family: 'verdana' !important;
    box-shadow: 0px 4px 6px -2px #b7b6b6;

}




.ui-button-secundary,.ui-button-secundary .ui-button-text{
    width: 100%;
    display: block !important;
    line-height: normal !important;
    color: white !important;
    background-color: #8A8D8F;
    text-shadow: initial !important;
     text-transform: capitalize !important;
    border-radius: 20px !important;
    border-color: #8A8D8F !important;
    text-decoration: none !important;
    display: inline-block !important;
    cursor: pointer !important;
    border: 0px !important;
    font-weight: normal !important;
    font-family: 'verdana' !important;
    box-shadow: 0px 4px 6px -2px #b7b6b6;

}

.ui-button-primary2,.ui-button-primary2 .ui-button-text{
    display: block !important;
    line-height: normal !important;
    color: white !important;
    background-color: #F9A01B;
    text-shadow: initial !important;
    text-transform: capitalize !important;
    border-radius: 2em !important;
    border-color: #F9A01B !important;
    font-size: 1em !important;
    text-decoration: none !important;
    display: inline-block !important;
    cursor: pointer !important;
    border: 0px !important;
    font-weight:normal !important;
    font-family: 'verdana' !important;
    box-shadow: 0px 4px 6px -2px #b7b6b6;


}



.ui-button-secundary2,.ui-button-secundary2 .ui-button-text{
    display: block !important;
    line-height: normal !important;
    color: white !important;
    background-color: #02AFDA;
    text-shadow: initial !important;
    text-transform: capitalize !important;
    border-radius: 2em !important;
    border-color: #F9A01B !important;
    font-size: 1em !important;
    text-decoration: none !important;
    display: inline-block !important;
    cursor: pointer !important;
    border: 0px !important;
    font-weight:normal !important;
    font-family: 'verdana' !important;
    box-shadow: 0px 4px 6px -2px #b7b6b6;

}

.ui-button-secundary3,.ui-button-secundary3 .ui-button-text{
    display: block !important;
    line-height: normal !important;
    color: white !important;
    background-color: #002e5d;
    text-shadow: initial !important;
    text-transform: capitalize !important;
    border-radius: 2em !important;
    border-color: #002e5d !important;
    font-size: 1em !important;
    text-decoration: none !important;
    display: inline-block !important;
    cursor: pointer !important;
    border: 0px !important;
    font-weight:normal !important;
    font-family: 'verdana' !important;

}



.buton_persona_activate{
    color: #adacac !important;
    background-color: #0A233F;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-family: 'verdana' !important;
    padding: 5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-decoration: none !important;
    text-transform: capitalize !important;
    font-size: 11px;

}

.buton_persona{
    color: white !important;
    background-color: #02AFDA;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-family: 'verdana' !important;
    padding: 5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-decoration: none !important;
    text-transform: capitalize !important;
    font-size: 11px; 
}


.header_text {
    font-size: 34px !important;
    text-align: left !important;
    font-family: 'verdana Bold' !important;
    letter-spacing: 0px !important;
    color: #002e5d !important;
    opacity: 1 !important;
    margin-bottom: 30px !important;
}

.header_text_ext {
    font-size: 34px;
    text-align: left;
    font-family: 'verdana Bold';
    letter-spacing: 0px;
    color: #002e5d;
    opacity: 1;
    line-height: 35px;
    /* margin-bottom: 30px; */
}

.text_ext {
    font-size: 18px;
    text-align: left;
    font-family: 'verdana';
    letter-spacing: 0px;
    color: #8A8D8F;
    opacity: 1;
    margin-bottom: 15px;
}

.text_ext_abajo {
    font-size: 15px;
    text-align: left;
    font-family: 'verdana';
    font-style: italic;
    letter-spacing: 0px;
    color: #002e5d;
    opacity: 1;
    margin-bottom: 20px; 
}

.header_text3 {
    font-size: 24px;
    text-align: left;
    font-family: 'verdana Bold';
    letter-spacing: 0px;
    color: #002e5d;
    opacity: 1;
    margin-bottom: 30px;
}

.login_text {
    font-size: 19px;
    text-align: left;
    font-family: 'verdana';
    letter-spacing: 0px;
    color: #231F20;
    opacity: 1;
    margin-bottom: 40px;
}

.header_text2 {
    padding: 10px 0px;
    color: #0A233F;
    font-size: 18px;
    font-weight: bold;
    font-family: 'verdana' !important;
}

.inputpersona{
    font-size: 15px;
    font-family: 'verdana Bold';
    letter-spacing: 0px;
    color: #002e5d;
    opacity: 1;
    text-align: left;
}

.inputfrecuente{
    font-size: 10px;
    font-family: 'verdana';
    letter-spacing: 0px;
    color: #231F20;
    opacity: 1;
    text-align: left;
    display: inline;
    position: relative;
    top: 7px;
    /* padding-left: 20px;
}

#formId\\:inputfrecuente .ui-radiobutton .ui-radiobutton-box {
    width: 16px; /* Ancho del cuadrado */
    height: 16px; /* Altura del cuadrado */
}

.sub_text{

    font-family: 'verdana';
    font-weight: bold;
    font-size: 13px;
    font-style: italic;
    color: #0a233f;

}


.radius_left{

    border-radius: 30px 0px 0px 30px !important;
}

.radius_right{

    border-radius: 0px 30px 30px 0px !important;
}


.borderPanel{
    background-color: transparent !important;
    background: transparent !important;
    border: 1px solid white !important;
}



.transparentBackground tr,
.transparentBackground td { 
    background: transparent !important;

    border-left:  1px solid #FFFFFF  !important;
    border-right: 1px solid #FFFFFF  !important;
    border-bottom: 1px solid transparent 

}
.panelHead thead td{ 
    border:  0px solid #000 !important;


}
.panelHead thead td:first-child{ 
    background: red !important;


}
.panelHead thead td:last-child{ 
    background: white !important;


}


.transparentBackground tr:last-child { 

    border-bottom: 1px solid #FFFFFF  !important;
}



.ui-button-primary .ui-button-text,.ui-button-secundary .ui-button-text,.ui-button-blue .ui-button-text{
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;  
} 

.ui-button-primary2 .ui-button-text,.ui-button-secundary2 .ui-button-text{
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.ui-button-primary3 .ui-button-text,.ui-button-secundary3 .ui-button-text{
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


.text_descripcion{
    color: #fff;
    margin-top: 20px; 
    font-size: 15px;
}

.text_hyper{
    color: #002e5d;
    margin-top: 20px; 
    font-size: 14px;
    font-family: 'verdana' !important;
    font-weight: bold; 
}
.text_hyper:hover{
    color: #0ca9c8 !important;
    text-decoration: underline;

}

.fondo_United{
    background-image: url("/javax.faces.resource/img/fondo_uc.png.xhtml"); 
    /*width: 100%;
    height: 100%;*/

}

.error_wiget{
    /* float: right;
     position: absolute;
     margin-left: 5px;
     top: 3px;*/
    float: right;
    position: relative;
    margin-left: 5px;
    top: -34px;
    right: -20px; 
}

.error_wiget_ext{
    margin-left: 5px !important;
    color:red !important;
    top: -34px;
    right: -20px; 
    display: block !important;
    font-size: 12px !important;
    margin-top: -8px;
}

.error_wiget_login{
    margin-left: 5px !important;
    color:red !important;
    top: -34px;
    right: -20px; 
    display: block !important;
    font-size: 12px !important;
    margin-top: -8px;
} 

.texto_error{
    color: red;
    font-family: 'verdana';
    font-size: 18px;
    text-align: left;
}

.botones_container{

    margin-top: 20px
}

.input_container{
    padding-top: 0px;
    margin-top: 0px;
    background-color: white;
    border-radius: 0px;
    height: 150px; 
}

@media screen and (max-width: 766px) { 
    .margencentrado{
        margin-top: 20px;
    }

    .header_text_ext {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .text_ext {
        font-size: 17px;
    }
}

@media screen and (min-width: 767px) {
    .margencentrado{
        margin-top: 80px;
    }

    .header_text_ext {
        font-size: 34px;
    }

    .text_ext {
        font-size: 18px;
    }
}

.header_text_ext {
    text-align: left;
    font-family: 'verdana Bold';
    letter-spacing: 0px;
    color: #002e5d;
    opacity: 1;
    line-height: 35px;
    /* margin-bottom: 30px; */
}

.text_ext {

    text-align: left;
    font-family: 'verdana';
    letter-spacing: 0px;
    color: #8A8D8F;
    opacity: 1;
    margin-bottom: 15px;
}

.margencentrado2{
    margin-top: 20px;
}
.botones_container .linea_divisor{
    border-bottom: solid 2px #0ca9c8
}


.pageTitle .linea_divisor{
    border-bottom: solid 2px #0ca9c8
}

.ui-inputswitch {

    border-radius: 10px !important;
    display: inline-block;
    padding: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    height: 24px;
    background-color: white !important;

}
.ui-inputswitch .ui-inputswitch-handle {
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    border-top: 0 none;
    border-bottom: 0 none;
    background: none !important;;
    background-color: #0ca9c8 !important;;
}


.ui-inputswitch .ui-inputswitch-off span {
    display: inline-block;
    text-align: center;
    padding-left: 2px;
    padding-right: 3px;
    color: #1c4257;
    text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

.ui-inputswitch .ui-inputswitch-on {
    left: 0;
    padding-right: 4px;
    border: 0 none;
    background-color: #fff !important;
}

.ui-inputswitch .ui-inputswitch-on span {
    display: inline-block;
    text-align: center;
    padding-left: 3px;
    padding-right: 2px;
    background-color: #fff !important;
}

.ui-inputswitch .ui-state-default{

    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow:none !important;

}


.panel-danger {
    color: #c40000;
    /*border-color: #c40000;*/
    /* border: 3px solid #e9314f; */
    background-color: #ffffff;
    box-shadow: 0 0 0 4px #fcf4f4 inset;
}


#more-button{
    border-style: none;
    background: none;
    font: 13px Serif;
    color: #002e5d;
    margin: 0 0 10px 0;
    font-family: 'verdana';
}


#more-button:hover{color:#002e5d;}

#grow {
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0;
    overflow: hidden;
    color: white;
}

.input-pass{
    text-transform: none !important;
}

.input-pass::placeholder{
    text-transform: none !important;
}

.show-pass{
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    margin-left: -40px !important;
    float: right !important;
    position: relative !important;
    margin-top: 20px !important;
    top: -1px;
    left: -5px;

}

.show-pass i{
    color: #002e5d !important;
    top: 5px;
    position: relative;
}

.form-group  .show-pass ,.input_container  .show-pass{
    margin-top: 15px !important;
}

::-ms-reveal{

    display: none;
}




/*OTP STYLE*/

form .input-field {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
    margin-top: 5px;
}
.input-field input {
    height: 45px;
    width: 45px;
    /* border-radius: 50px; */
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #CDD7E1;
    background-color: #f8faff !important;
    color: #002e5d;
    font-size: 20px;
    font-family: 'verdana';
    font-weight: bold;
}
.input-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.input-field input::-webkit-inner-spin-button,
.input-field input::-webkit-outer-spin-button {
    display: none;
}





.time-dialog{
    /* width: 400px !important;*/
    top: 220px !important;
    border-radius: 30px !important;
    border-color:#0a233f !important;    
    border: none;
    background-color: #fff !important;
    padding: 20px !important;  
    color: #0a233f !important;
    font-family: 'verdana' !important; 
} 

.time-dialog .ui-widget-content {
    border: none;
    color: #0a233f !important; 
}


.especial-dialog{
    width: 350px !important;
    top: 260px !important;
    border-radius: 30px !important;
    border-color:#0a233f !important;    
    border: none;
    background-color: #0a233f !important;
    padding: 20px;
    color: white !important;
    font-family: 'verdana' !important; 
}

.especial-dialog .ui-widget-content {
    border: none;
    color: #fff !important; 
} 


/*autofill*/

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
    -webkit-text-fill-color: #002e5d !important;
} 


/*Estilos nuevos*/

.ui-radiobutton .ui-radiobutton-box {
    /* width: 16px; */
    height: 16px;
    line-height: 16px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid #002e5d;
}

.ui-radiobutton-icon {
    /* background-color: #fff; */
    margin-left: 0px !important;
    margin-top: -1.5px !important;
}

.ui-state-active .ui-icon {
    background-image: url(/javax.faces.resource/img/ui-icons.png.xhtml) !important;
}

.footerGris {
    border-top: 2px solid #CDD7E1;
    background: #CDD7E1;
    z-index: 5;
    position: fixed;
    margin-top: 45px;
    bottom: 0;
    width: 102%;
    display: table;
    color: #002e5d;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'verdana' !important;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.footerGris_nuevo {
    background: #FFF;
    z-index: 5;
    position: fixed;
    margin-top: 45px;
    bottom: 0;
    width: 102%;
    display: table;
    color: #afafaf;
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'verdana' !important;
    font-size: 12px;
    text-align: left;
}

.footerGrisMobile {
    width: 97% !important;
}


#wrapper_new{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100vh;
    
    /*manejo de maximo wight*/
    float: none !important;
    margin: 0 auto !important;
    max-width: 1200px;
}

#wrapper{
    min-height: 100vh;
    position:relative;
}

#wrapperbody{
    min-height: 90vh;
    position:relative; 
}

@media only screen and (max-width: 767px) {
    #wrapperbody{
        margin-bottom: 0px;
    }
}

/* Tablets (768px - 1023px) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #wrapperbody{
        margin-bottom: 90px;
    }
}

/* Laptops (1024px - 1439px) */
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    #wrapperbody{
        margin-bottom: 100px;
    }
}

/* Desktops (1440px en adelante) */
@media only screen and (min-width: 1440px) {
    #wrapperbody{
        margin-bottom: 120px;
    }
}

.ui-outputlabel{
    font-family: 'verdana', arial;
    font-size: 14px;
    color:#231F20;
    font-weight: bold; 
}


.ui-selectoneradio.ui-widget td {
    border: 0 none;
    padding-left: 5px;

}

.select-portal {

    height: 40px !important;
}


.fondo_ISC{
    background-image: url("/javax.faces.resource/img/fondo_isc.png.xhtml"); 
    background-size: cover; 
    padding-bottom: 100px;
    /*width: 100%;
    height: 100%;*/
}


.ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default.ui-state-hover.ui-state-active{

    background: transparent !important;
}
.ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default{

    background: transparent !important;
    padding-top: 3px;
}

.ui-chkbox-icon.ui-icon {
    height: 20px;
    width: 20px;
}

.ui-chkbox-icon {
    border: 1px solid #343333;
}
.ui-chkbox-icon {
    background-color: white;
}

.ui-chkbox-box.ui-state-default {
    font-size: 17px !important;
    border: none !important;
    box-shadow: none !important;
}

.text_language {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #8A8D8F;
    opacity: 1;
    text-align: left;
    font-weight: bold;
}
 
@media screen and (max-width: 766px) {
    .ui-button-primary,.ui-button-primary .ui-button-text{
        font-size: 1.1em !important;
    }
    .ui-button-blue,.ui-button-blue .ui-button-text{
        font-size: 1.1em !important;
    }

    .ui-button-secundary,.ui-button-secundary .ui-button-text{
        font-size: 1.1em !important;
    }

}

@media screen and (min-width: 767px) {
    .ui-button-primary,.ui-button-primary .ui-button-text{
        font-size: 1.2em !important;
    }
    .ui-button-blue,.ui-button-blue .ui-button-text{
        font-size: 1.2em !important;
    }

    .ui-button-secundary,.ui-button-secundary .ui-button-text{
        font-size: 1.2em !important;
    }

}

.check-register .ui-chkbox-icon.ui-icon {
    width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
    font-size: 12px;
}

.check-register .ui-chkbox-icon.ui-icon-check {
    background-position: -65px -145px !important;
    width: 16px !important;
    height: 16px !important;
}

.select-campos{
    color:#002e5d !important;
}

.upercase{
    text-transform: uppercase !important;

}

.fondo_index1{
    background-image: var(--bg-dinamico); 
    background-size: cover; 
    /*width: 100%;
    height: 100%;*/
} 


/* Contenedor de la línea base */
.tabs-container {
    display: flex;
    align-items: flex-end; /* Alinea las pestañas abajo */
    border-bottom: 2px solid #e0e0e0; /* La línea gris */
    margin-bottom: 20px;
}

/* Estilo base de la pestaña (Clickable) */
.tab-label {
    cursor: pointer;
    padding: 8px 25px;
    margin-right: 2px;
    border-radius: 15px 15px 0 0; /* Redondeado superior */
    font-weight: bold;
    color: #9e9e9e; /* Color inactivo */
    display: flex;
    align-items: center;
    gap: 8px; /* Espacio entre icono y texto */
    border: 1px solid transparent;
    transition: all 0.2s;
    width: 100%;
}

/* Estilo cuando está ACTIVA */
.tab-label.active {
    background-color: #dbe4eb; /* Fondo azul grisáceo */
    color: #1a3b5c; /* Texto azul oscuro */
}

.tab-label i { font-size: 1.1em; }

/* Oculta el radio button visualmente, pero lo mantiene funcional en el DOM */
.radio-invisible .ui-radiobutton-box {
    border: none !important;
    background: transparent !important;
}

.radio-invisible {
    position: absolute; /* Lo saca del flujo visual */
    opacity: 0;         /* Lo hace totalmente transparente */
    width: 0;
    height: 0;
    overflow: hidden;
}

.font_regular{
    font-weight: normal !important;
    color:#16315A  !important;
}

.show-icon {
    background: transparent !important;
    border: none !important;
    color: #002e5d  !important;
    margin-left: 50px !important;
    float: right !important;
    position: absolute;
    top: 45px;
    left: -10px;
}