.dropdown-toggle:after{
    position: absolute !important;
    top: 10px !important;
    right: 0 !important;
}

.btn.btn-icon > i{
    font-size: 21px !important;
}



.custom-control{
    display: initial !important;
}
.custom-control-label{
    color: transparent;
    margin-left: 5px;
    line-height: 1.5;
}

.style-list{
    border: 1px solid #e1eaea;
    padding: 10px;
    padding-bottom: 0px;
}
.style-list .clearfix{
    width: 100% !important;
}
.font-x-l{
    font-size: x-large !important;
}
.fa-question-circle{
    color:#2e98fb !important;
}
.btn-icon-o {
    margin-bottom: 0px !important;
    font-size: 21px !important;
}
.btn-icon-o.btn-icon-sm {
    font-size: 14px !important;
}
.btn.btn-success{
    color: white !important;
}
.btn-file{
    height: 37px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.title-sep:before{
    background-color: #868aa880 !important;
}
.pr-0{
    padding-right: 0px !important;
}
.font11{
    font-size: 11px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.minusculas{
    text-transform: lowercase !important;
}
.t-justify{
    text-align: justify !important;
}
.display-flex{
    display: flex !important;
}
.minw-118{
    min-width: 118px !important;
}
.w-102{
    width: 102% !important;
}
.btn-icon-o{
    color: white !important;
}
/*botones*/
.btn.btn-success {
    color: #fff !important;
    background-color: #78c32e !important;
    border-color: rgba(100, 175, 27, 0.7) !important;
}

/*firmar oficio*/
#modulo_firma iframe{
    border: 1px solid #cccccc47 !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    padding: 20px 10px !important;
    width: 40%;
    height: 500px;
    z-index: -1000;
    margin-top: 20px;
}
.btn-file{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    color: #fff !important;
    background: -webkit-linear-gradient(-90deg, #c7cacc, #b6b6b6) !important;
    border-color: #bababa!important;
}
.btn-signed{
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
     font-size: 15px !important;
     text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
     color: #fff !important;
     background: linear-gradient(-90deg, #0084ff, #1072ce) !important;
     background: -webkit-linear-gradient(-90deg, #0084ff, #1072ce) !important;
     border-color: #1072ce !important;
 }

/*tabs*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: white !important;
    color: #007bff !important;
    border-bottom: 2px solid !important;
    border-radius: 0px !important;
}
.nav-pills .nav-link {
    border-bottom: 2px solid transparent !important;
    color: rgba(24, 35, 89, 0.85);
    font-weight: 500;
}

/*tablas*/

.table-sec thead{
    background: white !important;
    color: #5ccdfd !important;
}
/*progress-bar*/

.progress {
    width: 100%;
    min-width: 120px;
    border: 1px solid #e4e4e4 !important;
    height: 12px !important;
}
.bar.text-muted{
    position: inherit;
    float: left;
}
/*boton ccp de oficio*/
.btn-ccpo{
    position: absolute !important;
    right: 56px !important;
    top: 50px;
    margin: 0px !important;
}
/*shadow cards*/
.shadow-sm{
    border: 1px solid #e1eaeadb !important;
    box-shadow: 0 0.045rem 0.25rem rgba(0,0,0,0.09)!important;
}
.title-shadow{
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
}
.shadow-fechas{
    font-size: 12px;
    background: #86d4f56b;
    text-align: center;
}
.b-w{
    border: 1px solid white;
    border-bottom: 0px;
    border-top: 0px;
}
/*tooltip*/

.Ntooltip {
    position: relative; /* es la posici�n normal */
    text-decoration: none !important; /* forzar sin subrayado */
    color:#0080C0 !important; /* forzar color del texto */
    font-weight:bold !important; /* forzar negritas */
}
.Ntooltip:hover {
    z-index:999; /* va a estar por encima de todo */
    background-color:transparent; /* DEBE haber un color de fondo */
}
.Ntooltip span {
    display: none; /* el elemento va a estar oculto */
}
.Ntooltip div {
    display: none; /* el elemento va a estar oculto */
}
.Ntooltip:hover span {
    display: block; /* se fuerza a mostrar el bloque */
    position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
    top:0em;
    left:3.1em; /* donde va a estar */
    width:auto; /* el ancho por defecto que va a tener */
    padding:3px 10px; /* la separaci�n entre el contenido y los bordes */
    background-color: transparent; /* el color de fondo por defecto */
    color: #8185a5; /* el color de los textos por defecto */
    border-radius: 17px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 0px;
}
.Ntooltip:hover span label {
    width:0px !important;
    height:0px !important;
    border-bottom:6px solid transparent !important;  /* izquierda flecha */
    border-top:6px solid transparent !important; /* derecha flecha */
    border-right:7px solid #242f44 !important; /* base flecha y color*/
    font-size:0px !important;
    line-height:0px !important;
    top: 9px !important;
    left: -15px !important;
    position: relative !important;
}
.Ntooltip:hover span span {
    top: 5px !important;
    left: -5px !important;
    width: 235px !important;
    text-align: justify;
    padding-top: 0px !important;
    padding: 8px !important;
    background: white !important;
    margin-left: 6px !important;
    border-radius: 3px !important;
    height: auto !important;
    line-height: 15px !important;
    text-transform: initial;
    border: 1px solid #242f44;
}

/*usuario a delegar*/

.user-delegar{
    border: 1px solid #e1eaea !important;
    margin: 0px;
    background: #86d4f54d;
}

.auto_complete{
    background: white !important;
    z-index: 100 !important;
    background-color: rgba(243, 248, 250, 0.55);
    border-color: rgba(0, 132, 255, 0.5);
    box-shadow: 0px 0px 6px 1px rgba(0, 132, 255, 0.1);
    border: 1px solid #80bdff;
    border-radius: 4px;
    border-top: 0px;
    padding-top: 15px;
}

/*menu usuario*/

.style-user{
    text-decoration: underline;
    color: #0084ff;
}

/*modals*/

.modal-adjuntar .btn-secondary{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    color: #fff !important;
    background: -webkit-linear-gradient(-90deg, #c7cacc, #b6b6b6) !important;
    border-color: #bababa!important;
}

.modal-adjuntar{
    background: white;
}
.modal-adjuntar #archivo{
    color: #107ce2 !important;
    width: 100% !important;
    font-size: 12px;
}

.select-fechas select{
    border: 1px solid #e1eaea;
    border-radius: 4px;
    font-size: 14px;
    background-color: rgba(243, 248, 250, 0);
    width: 55px;
}
.diplay-none{
    display: none !important;
}

.btn.btn-outline-teal:hover {
    color: white !important;
}
.modal label{
    margin-bottom: 0px !important;
}