
.encabezado,.blue{

	background: #0a5b9b;

    color: white;

    font-size: 16px;

    /*margin-top: 40px;*/

    padding-top: 10px;

    padding-bottom: 10px;

    border-radius: 16px 16px 0px 0px;

    overflow: auto;

}

.sub_encabezados:nth-child(odd){

	background-color: white;

    font-size: 13px;

    padding-top: 7px;

}

.sub_encabezados:nth-child(even){

	background-color: #ddd;

    font-size: 13px;

    padding-top: 7px;

}

.encabezado>div{

    float: left;

}





.header{

	width: 100%;

    position: relative;

    background: #0a5b9b;

    color: #333;

    height: 45px;

    padding-top: 8px;

    top:0px;

}

.btn-primary{

	background: #ffffff !important;

    color: #0a5b9b !important;

    font-weight: 900;

}

.btn-primary:hover{

	background: #0a5b9b !important;

    color: white !important;

}





h1{

    font-size: 30px;

    text-align: left;

    padding: 0px;

}

.img_wid{

    width: 25px;

}





/* CSS PANEL */

#popup{

    left: 0;

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 1001;

    background: black;

    height: 100%;

    opacity: 0.7;

}

.content-popup {

   margin: 0px auto;

    position: fixed;

    padding: 10px;

    width: 80%;

    z-index: 999999;

    top: 15%;

    left: 10%;

    /*height: 45%;

    overflow: auto;*/

    background: #f5f5f5;

    color: #333;

    border-radius: 20px;

    }

.hidd,#popup{

    display: none;

}

/*END CSS PANEL*/



.caret{

   position: relative;

   float: right;

   top: 6px;

   border-top: 8px solid !important;

   border-right: 4px solid transparent !important;

   border-left: 4px solid transparent !important;

}

.rig_op{

    text-align: right;

}



/*ICONO AGREGAR*/

.ico_add{

    background: #0a5b9b;

    display: block;

    border-radius: 50%;

    width: 40px;

    height: 40px;

    text-align: center;

    color: white;

    font-size: 40px;

    /*font-weight: 800;*/

    /* line-height: normal; */

    position: relative;

    top: -3px;

}

.ico_add:before{

    content: "\2b";

    line-height: 100%;

}



.ico_add:hover,.ico_add:active,.ico_add:visited{

    color:white;

    text-decoration: none;

    cursor: pointer;

}



/*ICONO ELIMINAR*/

.ico_delete{

   background: red;

    display: block;

    border-radius: 50%;

    width: 30px;

    height: 30px;

    text-align: center;

    color: white;

    font-size: 50px;

    /* font-weight: 800; */

    /* line-height: 1; */

    position: relative;

    top: -3px;

    overflow: hidden;

}

.ico_delete:before{

    content: "-";

    line-height: 48%;

}



.ico_delete:hover,.ico_delete:active,.ico_delete:visited{

    color:white;

    text-decoration: none;

    cursor: pointer;

}





/*ICONO CERRAR*/

.ico_cerrar{

   background: red;

    display: block;

    border-radius: 50%;

    width: 40px;

    height: 40px;

    text-align: center;

    color: white;

    font-size: 33px;

    /* font-weight: 800; */

    /* line-height: 1; */

    position: relative;

    top: -3px;

    overflow: hidden;

}

.ico_cerrar:before{

    content: "X";

    line-height: 100%;

}



.ico_cerrar:hover,.ico_cerrar:active,.ico_cerrar:visited{

    color:white;

    text-decoration: none;

    cursor: pointer;

}





.alerta_correcto,.alerta_error{

    display: none;

    position: fixed;

    background: #8dd41e;

    margin: 0px 41%;

    top: 0%;

    width: 25%;

    padding: 0px;

    color: white;

    font-size: 16px;

    z-index: 9999999999999999999999999999999999999999999;

}

.exito_btn{

    background: white;

    border: 1px solid #8dd41e;

    padding: 0px;

    text-align: right;

    padding: 7%;

}

.exito_span{

    padding:7px;

}

#btn_si{

    background: #8dd41e;

    border: 1px solid #8dd41e;

    color: #fff;

}

#btn_si:hover,#btn_si:active,#btn_si:visited{

    

}



.pop_fixedHD{

    background: transparent;

    width: 100%;

    position: fixed;

    z-index: 9999999999999999999999;

    height: 100%;

    top: 0px;

    padding: 0px;

    margin: 0px;

    left: 0px;

}

.pop_fixedHD{

    display: none;

}

.exito_btn>span{

    color:#8dd41e;

}

.img_edit{

    width: 34px;

}



.containerrr{

    width: 93%;

    /*overflow: auto;*/

    overflow: hidden;

    margin: 0 auto;

}

.rowww{

    width: 100%;

}



/*EXTRAS*/



/*SEPARADOR-ESPACIADO INPUTS*/

.sep{

    margin: 5 0;

}

.sep_enc{

    margin-bottom: 10px;

}

.center{

    text-align: center;

    margin: 2% 6%;

}





/*POPUP*/



   .baner_{

       position: relative;

        background: #0a5b9b;

        padding: 30px 0px 10px 0px;

        color: white;

        font-weight: 800;

        text-align: center;

        top: -9px;

        width: 100%;

        z-index: 999999;

   }

   #close{

         position: absolute;

        right: 8px;

        top: 19px;

        width: 52px;

   } 

   .img_cerrar{

        width: 40px;

   }



.button-video{
    width: 40px;
    position: absolute;
    z-index: 9;
}
.popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    display: none;
    justify-content: center;
}
.popup .close-icon {
    position: absolute;
    top: 45px;
    right: 25px;
    z-index: 5000;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    width: 40px;
}
.popup .close-icon img{
  width: 100%;
}
.popupvideo{
    max-width: 800px;
    width: 95%;
}
.popup.show {
display: flex !important;
justify-content: center !important;
align-items: center;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}
.help_sound{
    position: absolute;
    right: 32px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 20px;
    background: #1c8adb;
    z-index: 9;
}
.help_sound img{
    width: 100%;
}
@-webkit-keyframes fadeIn {
from {opacity: 0;} 
to {opacity: 1;}
}
@keyframes fadeIn {
from {opacity: 0;}
to {opacity:1 ;}
}



/*

.daterangepicker .daterangepicker_input {

    position: relative;

}

.calendario_new{

    position: absolute;

    top: -25px !important;

    left: 9px !important;

}

#birthdate{

    padding: 6px 30px !important;

}

*/









/*.content-popup::before,.hidd1_::before{

    content: "";

    display: block;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: rgba(242, 242, 242, 0.82);

}

*/









/* estilo input :)*/



