/*
$eco_lastModByCoder = '21.03.2026 11:38';
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');
body {
   font-family: 'Roboto', sans-serif;
}
.sidenav {
    width              : 0;
    position           : fixed;
    z-index            : 1;
    top                : 0;
    left               : 0;
    background-color   : #FFFFFF;
    overflow-x         : hidden;
    padding-top        : 60px;
    -webkit-box-shadow : 10px 0px 16px -5px rgba(0,0,0,0.3);
    -moz-box-shadow    : 10px 0px 16px -5px rgba(0,0,0,0.3);
    box-shadow         : 10px 0px 16px -5px rgba(0,0,0,0.3);
    height             : 620px;
}

.sidenav a {
    padding: 13px 8px 8px 32px;
    text-decoration: none;
    color: #57595B;
    display: block;
    background-color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: -15px;
}

.sidenav a:hover {
    color       : #237D19 !important;
    background  : #ecf3c0 !important;
    font-weight : 600 !important;
}

.sidenav > hr {
    margin-top    : 15px;
    margin-bottom : 15px;
}

.title-menu {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #57595B;
    display: block;
    background-color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 20px;
}

.sub-menu {
    margin-top: 15px;
}

#sidenava {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #57595B;
    display: block;
    background-color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: -15px;
}

.sidenav a:hover {
    color: #6CBC44;
}

.dropdownmenu {
    background-color: #FFFFFF;
    padding-bottom: 10%;
    font-size: 16px;
    margin-top: -305px;
}

.dropdownmenu a:hover {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #57595B;
    display: block;
    background-color: #FFFFFF;
    padding: 5% 5% 5% 5%;
}


.dropdownmenu1 a:hover {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #57595B;
    background-color: #FFFFFF;
}

.encabezados {
    margin-top:49px;
}

.nombresCajas {
    margin-top : 39px;
}

.titulosadjuntos {
    margin-top     : 49px;
    font-weight    : normal;
    font-size      : 17px;
    color          : #57595B;
}

#dropdownMenu1 {
    font-size:30px; 
    cursor:pointer;
    color:#237D19;
    background-color:#6CBC44; 
    border-color:#6CBC44;
    position: absolute;
    margin-top: -28px;
}

#dropmenu {
    height: 400px; 
    width: 243px; 
    position: absolute; 
    margin-top: 38px;
}

#main {
  font-family: 'Roboto', sans-serif;
}

#titulo {
    padding-top: 2%; 
    margin-left:30px; 
    margin-right:43px; 
    font-size:32px;
    color: #57595B;
}

.card-body {
 background-color: #ffff;
 padding: 6%;
 color: #57595B;
 font-family: 'Roboto', sans-serif;
}

.menuacordeon {
 background-color: #ffff;
 color: #57595B;
 margin-left: 10px;
 font-size: 15px;
 padding: 2%;
 font-family: 'Roboto', sans-serif;
}

.menuacordeon:hover {
 background-color: #ffff;
 color:#237D19;
 margin-left: 10px;
 font-size: 15px;
 font-family: 'Roboto', sans-serif;
}

.menuacordeon2 {
 background-color: #ffff;
 color: #57595B;
 font-size: 15px;
 margin-top: 10px;
 margin-bottom: 10px;
 padding: 2%;
 font-family: 'Roboto', sans-serif;
}

.menuacordeon2:hover {
 background-color: #ffff;
 color:#237D19;
 font-size: 15px;
 font-family: 'Roboto', sans-serif;
}

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 5px;
    margin-bottom: 5px;
    margin-right: 20px;
    margin-top: -8px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 16px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 4px;
    left: 0;
    height: 30px;
    width: 32px;
    background: #ffffff;

}
.control-radio .control_indicator {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #ffffff;
}

.control input:checked ~ .control_indicator {
    background: #ffffff;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #ffffff;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid #6CBC44;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}



.control_indicator_rojo {
    position: absolute;
    top: 4px;
    left: 0;
    height: 30px;
    width: 32px;
    background: #ffffff;

}
.control-radio .control_indicator_rojo {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator_rojo,
.control input:focus ~ .control_indicator_rojo {
    background: #ffffff;
}

.control input:checked ~ .control_indicator_rojo {
    background: #ffffff;
}
.control:hover input:not([disabled]):checked ~ .control_indicator_rojo,
.control input:checked:focus ~ .control_indicator_rojo {
    background: #ffffff;
}
.control input:disabled ~ .control_indicator_rojo {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator_rojo:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator_rojo:after {
    display: block;
}
.control-checkbox .control_indicator_rojo:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid #FF3800;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator_rojo:after {
    border-color: #7b7b7b;
}

.hoverTable{
    width:100%; 
    border-collapse:collapse; 
}

.hoverTable tr:hover {
      color: #6CBC44;
}

.adjuntodiv {
   border-radius              : 5px;
   border-bottom-right-radius : 0px;
   border-bottom-left-radius  : 0px;
   background-color           : white;
   padding                    : 5%;
   padding-top                : 20px;
}

.adjuntodiv2 {
    border-top-width        : 0.2px;
    border-top-style        : solid;
    border-radius           : 5px;
    border-top-right-radius : 0px;
    border-top-left-radius  : 0px;
    border-top              : 1px solid #E2E2E2;
    border-right            : 0px solid #C1C1C1;
    border-bottom           : 1px solid #ADADAD;
    border-left             : 0px solid #C1C1C1;
    background              : #F4F9F4;
    border-radius           : 5px;
    padding                 : 1%;
}

.adjuntos-a {
    background-color : transparent;
    color            : #57595B;
    margin           : 15px;
}

.adjuntos-a:hover {
    background-color : transparent;
    color            : #6CBC44;
    margin           : 15px;
}

.adjuntos-a:focus {
    background-color : transparent;
    color            : #237D19;
    margin           : 15px;
}
.adjuntos{
    height : 760px;
    width  : 300px;
}

.adjuntos2 {
    height : 420px;
    width  : 250px;
}

.contenedor-card {
    display       : none;
    padding-left  : 20px;
    padding-right : 20px;
}

.tablaCentrada {
    margin-left: -150px;
}

@media only screen and (max-width : 375px) {
    .adjuntos-1 {
        height : 300px;
        width  : 250px;
    }

    .adjuntos-a {
        margin : 10px;
    }

    .contenedor-table {
        display: none;
    }

    .contenedor-card {
        display: block;
    }

    #verDocumentos {
        margin-left  : 30px; 
        margin-right : 43px; 
        font-size    : 22px;
        color        : #57595B;
    }

    .modal-doc {
        width: 100%;
    }

    .modal-content {
        width : 80%;
    }

    .tablaCentrada {
        margin-left: -20px;
    }


    .modalPolizas {
        left: -10px !important;
    }

}

@media only screen and (min-width : 700px) {
    .adjuntos-1 {
        margin-left : 50px;
    }
}

.adjuntos_archivo{
    -webkit-box-shadow: 6px -5px 29px -2px rgba(224,224,224,1);
    -moz-box-shadow: 6px -5px 29px -2px rgba(224,224,224,1);
    box-shadow: 6px -5px 29px -2px rgba(224,224,224,1);
}

.spinner {
  width: 100%;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0px;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 0px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 0px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}

.buttonspinner {
    background-color: #F2F2F2;
    color: #F2F2F2;
    height:  27px; 
    width: 50px; 
}

.spinnerarrow:hover {
   margin: 5px 25px 15px 16px;
   color : #6CBC44;
}

.spinnerarrow:focus {
   margin: 5px 25px 15px 16px;
   color : #BFD72F;
} 

.spinnerarrow {
   margin: 5px 25px 15px 16px;
   color:#B4B4B4;
}


@media (min-width: 500px) {
    .btn-instructivo {
        margin-top: -30px;
    }
  .btn-successIndex {
    height: 40px;
    width: 150px;
  }
    .btnCorreccion {
        height: 40px;
        width: 150px;
    }
}

.navbar {
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;

}

.menudropdown {
    height     : 500px;
    overflow-y : scroll;
    position   : fixed;
    margin-top : -43px;
    width      : 240px;
}

.botonseleccion {
    margin-right: -15px;
    height:40px; 
    width:150px;
    border-color: #4D4E4F; 
    color:#ffff;
    background-color: #4D4E4F; 
    border-radius:0px;
}

#encabezadosidebar {
    margin:40px 40px 24px 0px;
    font-size: 20px;
}

#sidebar-a {
 font-weight: normal;
 font-size: 14px;
 margin-top: -15px;
 margin-bottom: -15px;
}

#sidebar-asub {
    font-weight: normal;
    font-size: 14px;
    margin-left: -40px;
    margin-top: 10px;
    color:rgba(0,0,0,0.2);
}

#sidebar-asub:hover {
    font-weight: normal;
    font-size: 14px;
    margin-left: -40px;
    margin-top: 10px;
    color:#6CBC44
}

#linesclose {
    visibility: hidden;
    font-size:30px;
    cursor:pointer;
    color:#BFD72F;
    margin-top: -40px;
    position: absolute;
}

#divappear {
    visibility: hidden;
    background-color: #237D19;
    width: 276px;
    height: 73px; 
    position: absolute; 
    left: 0;
    top: 0;
}

.margenFlotantes {
    margin-top: 40px;
    margin-left: 20px;
}

.alineadoBoton {
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}

.alineadoLabel {
    margin-top: 15px;
    margin-bottom: 10px;
    float: left;
    height: 20px;
    min-width: 250px;
}

.divBorde {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 40px;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}

/*COL-XS*/
@media (max-width:767px) {
    .h3titulo_archivo {
        text-align: left;
    }

    .modal-pagos {
        height : 680px;
    }

    .body-pagos {
        max-height: calc(86vh - 110px);
    }

    .margenFlotantes {
        margin-left: 0px;
    }

    .divBorde {
        margin-top: 0px;
        border-top: none;
        border-bottom: none;
    }

    .alineadoBoton {
        margin-top: 0px;
        margin-bottom: 0px;
        float: right;
    }

    .alineadoLabel {
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
    }

    .ancho2 {
        margin        : 40px;
        margin-bottom : 120px;
    }

    .contenedor-banner {
        align-items : center;
        display     : inline-block;
        padding     : 0 10px;
        height      : 100px;
        width       : 100%;
    }

    .img-responsive-index {
        content    : url("../../logos/banner-mobile.png");
        align-self : center;
        height     : 100px;
    }

    .modal-content {
        width : 80%;
    }

    .tablaCentrada {
        margin-left: -20px;
    }

}

/*COL-SM*/
@media (min-width:768px) {
    .h3titulo_archivo {
        text-align: center;
    }

    .modal-pagos {
        height : 680px;
    }

    .body-pagos {
        max-height: calc(86vh - 110px);
    }
}

@media (min-width: 925px) {
    .btn-instructivo {
        margin-top: -30px;
    }
    
    #divappear {
        visibility: hidden;
        background-color: #237D19;
        width: 273px;
        height: 70px; 
        position: absolute; 
        left: 0;
        top: 0;
    }
}
@media (min-width: 1200px) {
    .ancho2 {
        margin        : 40px;
        margin-bottom : 130px;
    }
    .ancho3 {
        margin-left : 50px;
    }
}

@media (min-width: 1200px) {
    #divappear {
        visibility: hidden;
        background-color: #237D19;
        width: 270px;
        height: 67px; 
        position: absolute; 
        left: 0;
        top: 0;
    }

    .modal-pagos {
        height : 580px;
    }

    .body-pagos {
        max-height: calc(76vh - 110px);
    }
}

#lines {
    font-size:30px;
    cursor:pointer;
    color:#237D19;
    margin-top: -15px;
}

.clase {
    margin-bottom:0; 
    height:67px; 
    margin-right:-20px; 
    background-color:#6CBC44;

    -webkit-box-shadow: 0px 26px 44px -28px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 26px 44px -28px rgba(0,0,0,0.2);
    box-shadow: 0px 26px 44px -28px rgba(0,0,0,0.2);
}

.h3titulo {
  margin-top:90px; 
  margin-bottom: 40px; 
  margin-right:43px; 
  font-size:32px;
}

.h3titulo_archivo {
    margin-top: 90px; 
    margin-left: 30px; 
    margin-right: 43px; 
    font-size: 32px;
}

.btn-archivos {
    color     : #FFFFFF;
    height    : 40px !important;
    width     : 150px !important;
    font-size : 14px !important;
}

.closeicon {
    margin-left:10px; 
    margin-bottom: 10px;
    font-size:22px;
    color:#237D19;
}

.subh3titulo {
    margin-top:-9px;
    margin-left:30px; 
    margin-right:43px; 
    font-size:18px;
}

/*COL-LG*/
@media (min-width: 1200px) {
  .divbanco {
    margin-top: 60px;
  }
  #divsi {
    margin-top: 95px;
  }
}

.modalactiv {
    background-color : var(--fondoBotones);
    color            : rgba(255, 255, 255, 1);
    font-family      : 'Roboto Thin', sans-serif;
    font-size        : 18px;
}
.modalactiv2 {
    border-style: solid;
    border-color: black;
    border-width: 20px;
}

.ocultarImgPdf {
    display: none;   
}


.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width  : fit-content;
    height : inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.modal-content-plan {
    height : 570px !important;
}

.modal-plan {
    top: 7% !important;
}

.letraLink {
    padding-left: 30px;     
}

.estilos {
    color: #237D19;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;   
    line-height: 16px;
    background-color: transparent;    
}

.estilos:hover {
    background  : none;
    font-family : 'Roboto', sans-serif;  
    font-size   : 15px;
    color       : #B4B4B4;
}

#pagin li {
  display: inline-block;
}


.info-cajas {
    margin-bottom: -15px;
    font-weight: normal;
}

.ver-documentos {
    background  : none;
    font-family : 'Roboto', sans-serif;  
    font-size   : 15px;
    color       : #B4B4B4;
}

.ver-documentos:hover {
    background  : none;
    font-family : 'Roboto', sans-serif;  
    font-size   : 15px;
    color       : #6CBC44;
}

.footer {
    height                     : 62px;
    padding                    : 12px 17px;
    background-color           : #F8F8F8;
    border-top                 : 1px solid #E2E2E2;
    border-bottom-right-radius : 3px;
    border-bottom-left-radius  : 3px;
    color                      : #B4B4B4;
    font-size                  : 15px;
    font-family                : 'Roboto', sans-serif;   
    line-height                : 16px;     
}

.table-wrapper-scroll-y {
    max-height         : 800px;
    overflow-y         : auto;
    -ms-overflow-style : -ms-autohiding-scrollbar;
}


.info-tarjeta {
    min-height     : 258px;
    padding-left   : 30px;
    padding-top    : 38px;
    padding-right  : 36px;
    padding-bottom : 25px;
}

#tabla-validacion {
    display: none;
}

#tarjetas-validacion {
    display: none;
} 

#divTablaListadoContratos {
    display: none;
}

#divTablaListadoPolizas {
    display: none;
}

#divTablaCdp {
    display : none;
}

#tarjetasListadoContratos {
    display: none;
}

#tarjetasListadoPoliza {
    display: none;
}

#divTablaPlanPagos {
    display: none;
}

#tarjetasPlanPagos {
    display: none;
} 

#tarjetasCdp {
    display : none;
} 


.dropdown-menu > li > a {
    padding         : 5px 10px;
    background-color: white;
}

.form-control:hover {
    border-color: #E2E2E2;
    outline     : 0;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow    : inset 0 0px 1px #9ACD32, 0 0 1px #9ACD32;
}

.letraLabel {
    font-weight : bold;
    font-family : 'Roboto', sans-serif;
    font-size   : 16px;
}

.dropdown-menu {
    padding: 0px;
}

.col-lg-12 #main2 {
    width: 1220px;
}

.divTabla .mainTable {
    display         : flex;
    justify-content : center;
    padding-left    : 20%;
}

#divMovil { 
    display: none; 
}

.claseLeft {
    left: -180px;
}

.t_registros_2 {
    display : none !important; 
}

.header_fijo {
    border-collapse : collapse;
    table-layout    : fixed;
}

.header_fijo thead {
    overflow-x : auto;
    color      : #FDFDFD;
}

.header_fijo thead tr {
    display  : block;
    position : relative;
}

.header_fijo tbody {
    display    : block;
    overflow-y : auto;
    height     : 400px;
    width      : max-content;
}

.scrollable {
    max-height: 400px; /* Altura máxima del tbody */
    overflow-y: auto; /* Añade scroll vertical si el contenido excede la altura */
}

.table {
    max-width : none !important;
} 

@media (max-width: 768px) {
    .col-lg-12 #main2 {
        width: auto !important;
    }

    .modal-contrato {
        width: auto !important;
    }

    #divMovil { 
        display: block; 
    } 

    .t_registros_2 {
        display : block; 
    }

    #tarjetas-validacion {
        display: block;
    } 

    #tarjetasListadoContratos {
        display: block;
    }

    #tarjetasListadoPoliza {
        display: block;
    }

    #tarjetasPlanPagos {
        display: block;
    }

    #tarjetasCdp {
        display : block;
    }
    
    .modal {
        top: 10%;
    }

    .claseLeft {
        left: 0px;
    }  

    .modalPolizas {
        left: -10px !important;
    }
}

@media (min-width: 1020px) {
    #divTablaCdp {
        display : block;
    }
}

@media (min-width: 1200px) {
    .t_registros_2 {
        display : none !important; 
    }

    .label-registros {
        margin-top: 50px;
        padding-left: 50px;
    }


    #tabla-validacion {
        display: block;
    }

    #divTablaListadoContratos {
        display: block;
    }

    #divTablaListadoPolizas {
        display: block;
    }

    .modalPolizas {
        left: -300px !important;
    }

    #divTablaCdp {
        display : block;
    }   

    #divTablaPlanPagos {
        display: block;
    } 

    .modal {
        top: 15%;
    }

    .ancho {
        margin     : 15%;
        margin-top : 0px;
    }  

    .margin-div {
        margin     : 0 250px 0 250px;
        margin-top : 0px;
    }  
}

.tarjetas-actas {
    border-top       : 1px solid #E2E2E2;
    border-bottom    : 1px solid #E2E2E2;
    height           : auto;
    width            : auto;
    margin-left      : auto;
    margin-right     : auto;
    background-color : #FFFFFF;
    padding          : 20px;
}

.btn-actas {
    color            : #6CBC44; 
    font-size        : 18px;
    background-color : transparent;
    border-color     : transparent; 
    margin-right     : -30px;
}

@media only screen and (max-width : 600px) {
    #tablaValidacionActas {
        display: none;
    }
    #titulo {
        margin-top:90px;
    }

    .cajaDocumento {
        width: 48%;
    }
    .input-file {
        width: 40%;
    }

    .modal-content {
        width : 80%;
    }
}

@media only screen and (min-width : 600px) {
    #divValidacionActas {
        display: none;
    } 

    .selectDocumentos {
        width: 500px;
    }

    .cajaDocumento {
        width: 405px;
    }
    .input-file {
        width: 70%;
    }    
}

.puntos {
    font: 15px 'Roboto';
}

.imagenMenuTresPuntos {
    height: 18px;
    margin-right: 5px;
}

.seccionesdropdown {
    width: 100%;
}

.seccionesdropdown > a:hover {
    background : #ecf3c0 !important;
    color      : #237D19 !important;
}

.seccionesdropdown>a>img {
    float: left;
}

#puntos:focus {
    background: url('../images/3-puntos-verde.png');
}

.btnCorreccion {
    color: #fff;
    background-color: #63AA39;
    border-color: #63AA39;
    margin-top: 40px;
    border-radius: 0px;
    -webkit-box-shadow: 17px 3px 44px -4px rgba(227,224,227,0.20);
    -moz-box-shadow: 17px 3px 44px -4px rgba(227,224,227,0.20);
    box-shadow: 17px 3px 44px -4px rgba(227,224,227,0.20);
    width:165px; 
    font-size: 14px;
}
.btnCorreccion:focus,
.btnCorreccion.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btnCorreccion:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.optionEstilo {
    text-transform : capitalize;
    font-size: 14px;
}
 
.optionEstiloDisabled {
    color                 : #57595B !important;
    font-size             : 14px !important;
    opacity               : 0.6 !important;
    text-decoration-style : none !important;
}

select::-ms-expand { 
    display: none;
} 

.btn-center {
    line-height: 18px;
}

#t_tipo_persona {
    font-size: 18px;
    color: #57595B;
}

#t_tipo_nit {
    font-size      : 17px;
    color          : #57595B;
}

#t_establecimiento_comercial {
    font-size      : 17px;
    color          : #57595B;
}

#t_departamento {
    font-size      : 17px;
    color          : #57595B;
}

#t_municipio {
    font-size      : 17px;
    color          : #57595B;
}

.enmascarar {
    height: 52px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-left: none;
}

.enmascarar1 {
    height           : 52px;
    color            : #555;
    background-color : #fff;
    background-image : none;
    border           : 1px solid #ccc;
    border-left      : none;
}

.enmascarar-focus {
    border-color: rgba(191, 215, 47, 1);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control:focus {
    border-color: #ccc;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.tab .nav-tabs {
    border-bottom: 2px solid #e8e8e8;
}

.tab .nav-tabs li a {
    display: block;
    padding: 10px 20px;
    margin: 0 5px 1px 0;
    background: #F8F8F8;
    font-size: 20px;
    font-weight: 700;
    color: #B4B4B4;
    text-align: center;
    border: none;
    border-radius: 0;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a {
    color: #6CBC44;
    border: none;
}

.tab .nav-tabs li.active a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    font-weight: 700;
    color: #198df8;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

.tab .nav-tabs li.active a:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #6CBC44;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.tab .tab-content {
    margin-top: 0;
    font-size: 15px;
    color: #7a9181;
    line-height: 30px;
    border-radius: 0 0 5px 5px;
}

.tab .tab-content h3 {
    font-size: 24px;
    margin-top: 0;
}

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
    }

    .modal-pagos {
        height : 680px;
    }

    .body-pagos {
        max-height: calc(86vh - 110px);
    }

    .tab .nav-tabs li.active a:before {
        bottom: 15%;
        left: 0;
        right: auto;
    }
    #divappear {
        display: none;
    }
    
    #main {
        margin     : 25px;
        margin-left: 15px;
    }

    .modal-content {
        width : 80%;
    }

    .modal-errorButton {
        width : 90px;
    }

    .modal-body-plan {
        max-height: calc(60vh - 20px) !important;
    }
}


.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #F8F8F8;
}

::-webkit-input-placeholder {
    text-transform: lowercase;
}

input::-moz-placeholder {
    text-transform: lowercase;
}

::-ms-input-placeholder {
    text-transform: lowercase;
}

::-moz-placeholder {
    text-transform: lowercase;
}

/* Tooltip container */
.tooltipMostrar {
  position: relative;
}

/* Tooltip text */
.tooltipMostrar .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltipMostrar .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltipMostrar:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.modal-header {
    overflow: hidden;
    width: 100%;
    min-height: 82px;
    padding-top: 28px;
    padding-left: 25px;
    padding-right: 25px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-body {
    position      : relative;
    text-align    : left;
    padding-left  : 25px;
    padding-right : 27px;
}

.modal-body > table {
    background: #ffffff ;
}

.footerBar {
    text-align: center;
}

.modalcontainer {
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 11000;
    width: 300px;
    margin: -50px 0 0 -150px;
    background-color: white;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    background-clip: padding-box;
    display: none;
}

.pt-2 {
    padding-top: 10px;
}

.modal-error {
    background     : #F8F8F8 0% 0% no-repeat padding-box;
    border-radius  : 0;
    box-shadow     : 0px 48px 25px #00000040;
    opacity        : 1;
    padding-top    : 40px;
    padding-bottom : 16px;
}

.modal-errorTitle {
    color          : #FF3800;
    font-size      : 22px;
    padding-bottom : 9px;
}

.modal-errorBody {
    color          : #57595B;
    font-size      : 18px;
    padding-bottom : 30px;
}

.modal-errorButton {
    background  : #FFFFFF;
    box-shadow  : 0px 2px 2px #00000033;
    color       : #6CBC44;
    font-size   : 14px;
    font-weight : 600;
    outline     : none !important;
    width       : 130px;
}

.modal-errorButton:hover {
    background : #ecf3c0;
    color      : #237D19;
}

.submenuitem {
    margin-left   : -20px;
    margin-bottom : -8px !important;
}

.modal-errorButton:active {
    background : #63AA39;
    color      : #FFFFFF;
}

.modal-dialog-centered {
    margin-top: 13%;
}

.modal-dialog-adicional {
    width: auto;
}

.mt-0 {
    margin-top: 0;
}

.text-input {
    font-size : 18px;
    color     : #57595B;
}

.hover-input:hover {
    display            : block;
    box-shadow         : inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px rgba(191, 215, 47, 1);
    -webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px rgba(191, 215, 47, 1);
    -moz-box-shadow    : 0px 0px 3px #BFD72FCC;
    border-collapse    : separate;
}

input::-ms-reveal, input::-ms-clear {
    display: none;
}

.pt-0 {
    padding-top: 0;
}

.mt-0 {
    margin-top: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
::placeholder { /* Recent browsers */
    text-transform: none;
}

.m-0 {
    margin: 0;
}

.text-black {
    color: #000000;
}

.text-black:hover {
    color: #6CBC44;
}

.pl-20 {
    padding-left   : 20px;
    padding-top    : 0;
    padding-bottom : 0;
    padding-right  : 0;
}

@media screen and (max-width : 486px){
    .pl-20 {
        padding-left: 0;
    }
}

.modal-footer > .btn-successIndex {
    background : transparent;
    color      : #6CBC44;
    outline    : none !important;
}

.modal-footer > .btn-successIndex:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 3px #BFD72FCC;
}

.modal-footer > .btn-successIndex:active {
    background : #237D19;
    box-shadow : none;
    color      : #6CBC44;
}


.estilo-select {
    font-size : 17px;
    color     : #57595B;
}

.material-icons:hover {
    color: #6CBC44;
}

.acciones-documento-1 {
    cursor         : pointer;
    border-radius  : 100%;
    padding-top    : 12px;
    padding-left   : 5px;
    padding-right  : 1px;
    padding-bottom : 1px;
}

.acciones-documento-1:active{
    background: #237D19 !important;
}

#verDocumento:active{
    content:url('../images/documento-verde.png');
}

.acciones-documento-1 .ver-documento {
    color       : #B4B4B4;
    font-size   : 20px;
    font-weight : 900;
}

.acciones-documento-1:hover > .ver-documento {
    color: #6CBC44;
}

.acciones-documento-1:active > .ver-documento {
    color      : #6CBC44;
    background : transparent;
}

.acciones-documento-2 {
    cursor         : pointer;
    border-radius  : 100%;
    padding-top    : 12px;
    padding-left   : 5px;
    padding-right  : 5px;
    padding-bottom : 10px;
}

.acciones-documento-2:active{
    background: #237D19 !important;
}

.acciones-documento-2 .ver-documento {
    color       : #B4B4B4;
    font-size   : 20px;
    font-weight : 900;
}

.acciones-documento-2 .ver-documento-2 {
    color       : #237d19;
    font-size   : 20px;
    font-weight : 900;
}

.acciones-documento-2 .ver-documento-visto {
    color       : #237d19;
    font-size   : 20px;
    font-weight : 900;
}

.acciones-documento-2:hover > .ver-documento {
    color: #6CBC44;
}

.acciones-documento-2:active > .ver-documento {
    color      : #6CBC44;
    background : transparent;
}

.no-overflow {
    overflow: hidden;
}

.adjunto-box {
    border        : 1px solid #E2E2E2; 
    border-radius : 5px;
    margin-bottom : 10px;
    opacity       : 0.7;
}

.info-cajas {
    color       : #000000;
    font-size   : 14px;
    font-weight : bold;
}

.main-ancho {
    margin-left: 370px;
}

.main-ancho2 {
    margin-left: 250px;
}

@media(max-width: 1200px) {
    .main-ancho2 {
        margin-left: 27px !important;
    }
}

.examinar-input {
    width: 200px;
}

label.error {
color       : #cc5965;
display     : inline-block;
margin-left : 5px;
font-weight : 700;
}

/*Esta parte es para el tip text de la cajas valor INICIO*/
.ttip {
    background    : #bfd72f;
    border        : 2px solid #bfd72f;
    color         : white;
    left          : 160px;
    top           : -3px;
    border-radius : 6px;
    padding       : 2px;
    position      : absolute;
    z-index       : 1;
}
.ttip::after {
    content      : "";
    position     : absolute;
    top          : 100%;
    left         : 50%;
    margin-left  : -5px;
    border-width : 8px;
    border-style : solid;
    border-color : #bfd72f transparent transparent transparent;
}

.ttip-grid {
    background    : #bfd72f;
    border        : 2px solid #bfd72f;
    color         : white;
    top           : -8px;
    border-radius : 6px;
    padding       : 2px;
    position      : relative;
    z-index       : 1;
}
.ttip-grid::after {
    content      : "";
    position     : absolute;
    top          : 105%;
    margin-left  : -20px;
    border-width : 8px;
    border-style : solid;
    border-color : #bfd72f transparent transparent transparent;
}

@media only screen and (min-width : 650px) {
    .input-obv {
        width: 400px;
    }

    #divMovil { 
        display : none; 
    }

    .label-registros {
        margin-top: 20px;
        padding-left: 90px;
    }
    
    .t_registros_2 {
        display : none !important; 
    }

    .body-pagos {
        max-height: calc(86vh - 110px);
    }
}

@media only screen and (min-width : 1025px) {
    .margenTable {
        margin-top : -200px;
    }
}

@media only screen and (min-width : 1020px) {
    .titulosTh {
        top : -0px !important;
    }

    .modal {
        top: 15%;
    }
}

@media only screen and (max-width : 649px) {
    #tableDesktop {
        display : none;
    }

    #divMovil { 
        display: inline; 
    }

    .t_registros_2 {
        display : block; 
    }

    .margenTable {
        margin-top : 0px;
    }

    .label-registros {
        margin-top: 50px;
        padding-left: 50px;
    }
}

.cont-bus {
    padding-left : 70px;
}

@media only screen and (min-width: 1217px) {
    .correrDiv {
        margin-right: 90px;
    }

    .label-registros {
        margin-top: 20px;
        padding-left: 290px;
    }

    .modal-body-plan {
        max-height: calc(80vh - 60px) !important;
    }
}

@media only screen and (min-width: 1370px) {
    .modal-content-plan {
        height : inherit !important;
    }
}

.alinearInputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 20px;
}

.alinearTitulos {
    display:grid;
    grid-template-columns:0.1fr 1fr;
    gap: 10px;
    align-items:center;"
}

@media only screen and (max-width : 945px) {
    .alinearInputs {
        display: flex;
        flex-wrap: wrap;
    }
}

.modal-content-plan2{
    height : 270px;
    width  : 500px;
}

.margenTable {
    margin-top  : -0px;
    margin-left : 0px;
}

@media (min-width: 1300px) and (max-width : 1600px) {
    .col-lg-offset-2 {
        margin-left: 6%;
    }
}

.paging_numbers {
    text-align: center;
    padding-top: 10px;
}

.modal-boton {
    padding: 0px !important;
}

.modal-contrato {
    width: max-content;
}

/* Botón activo */
.dt-paging .page-item.active .page-link {
    background-color : var(--fondoBotones) !important;
    border-color     : var(--fondoBotones) !important;
    color            : var(--coloresBotones) !important;
}

/* Hover en botón activo */
.dt-paging .page-item.active .page-link:hover {
    background-color : var(--fondoBotones) !important;
    border-color     : var(--fondoBotones) !important;
    color            : var(--coloresBotones) !important;
}

/* Botones inactivos */
.dt-paging .page-item .page-link {
    color            : var(--coloresBotones) !important;
    border           : 1px solid var(--fondoBotones) !important;
    background-color : var(--fondoBotones) !important;
    border-radius    : 4px;
    margin           : 0 2px;
}

/* Hover en botones inactivos */
.dt-paging .page-item .page-link:hover {
    background-color : var(--coloresBotones) !important;
    color            : var(--fondoBotones) !important;
    border-color     : var(--fondoBotones) !important;
}

/* Quitar el foco */

.dt-paging .page-item .page-link:focus {
    outline          : none !important;
    box-shadow       : none !important;
    background-color : var(--fondoBotones) !important;
    border-color     : var(--fondoBotones) !important;
    color            : var(--coloresBotones) !important;
}

/*Esta parte es para el tip text de la cajas valor FIN*/

.tooltip-container {
  display     : inline-block;
  position    : relative;
  cursor      : pointer;
  margin-left : 6px;
}

.tooltip-text {
  visibility       : hidden;
  width            : 220px;
  background-color : #333;
  color            : #fff;
  text-align       : left;
  border-radius    : 6px;
  padding          : 8px;
  position         : absolute;
  z-index          : 10;
  bottom           : 125%;
  left             : 50%;
  transform        : translateX(-50%);
  opacity          : 0;
  transition       : opacity 0.3s;
  font-size        : 13px;
}

.tooltip-container:hover .tooltip-text {
  visibility : visible;
  opacity    : 1;
}

#tablaPagosPlan tbody tr:hover,
#TablalistaContratos2 tbody tr:hover,
#tablaListaDatosDelAdicional tbody tr:hover,
#tablaPrincipal tbody tr:hover {
    background-color : color-mix(in srgb, var(--fondoBotones) 30%, transparent);
    cursor           : pointer;
}

.botones {
    display: flex;
}

.botones #botonActividadesContrato {
    width: auto;
}

.botones #botonEnviar {
    margin-left: auto;
}

.col-lg-12 .tablePlnPgo {
    width: auto !important;
}

#colAcciones {
    text-align : center;
}

#colAcciones img,
##colActividadAcciones img {
    display: inline-block;
}

#verActividadesContrato td {
    align-content: center;
}

#preguntarEliminar .modal-dialog-centered,
#modalError .modal-dialog-centered {
    margin-top: 6%;
}

#tarjetasActividadesContrato {
    display: none;
}

.col-lg-12 .col-lg-offset-3 {
    margin-left: 33%;
}

#verPlanPago .modal-content {
    margin-left: -83px;
}

#divTablePrincipal {
    width       : auto;
    margin-left : -98px;
    margin      : auto;
}

@media (max-width: 768px) {
    #valorCorreo {
        padding-left: 30%;
    }

    #divBotResponder {
        padding-left: 4%;
    }

    .modal-lg .modal-content-plan2 {
        width: fit-content;
    }

    #divBuscarTramites {
        width: 100%;
    }

    #divTablePrincipal {
        margin-left: auto;
    }

    .margenTable, #main {
        width: auto !important;
    }

    #capaSeguridadSocial {
        top: 15% !important;
    }

    #body-seguridad {
        width: fit-content !important;
    }

    .col-lg-12 .col-lg-offset-3 {
        margin-left: 0px !important;
    }

    #verPlanPago .modal-content {
        margin-left: 10%;
    }

    #tarjetasActividadesContrato {
        display: block;
    }

    #divActividadesContrato {
        display: none;
    }

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

    .botones {
        padding-top : 50px;
        gap         : 10px;
    }

    .divBtnSiNo {
        display: flex;
    }

    #preguntarEliminar {
        padding-top: 50%;
    }

    #divBotonesVerDoc {
        display : flex;
        gap     : 10px;
    }

    #verModalDocumentos #tarjetasPlanPagos .tarjetas-actas {
        height: auto !important;
    }

    #divTablaListadoDatosDelAdicional {
        display: none;
    }

    #tarjetasListaDatosDelAdicional, #divFooterDatosDelAdicional {
        display: block !important;
    }

    .checkReversar {
        transform : scale(2.0);
        margin    : 20px 5px !important;
        cursor    : pointer;
    }

    #tablaPrincipal {
        display: none;
    }
}

#tarjetasListaDatosDelAdicional, #divFooterDatosDelAdicional {
    display: none;
}

#tablaPagos td {
    text-align    : center;
    align-content : center;
}

#colModifMovil img,
#colOpciones img,
##colOpcionesMovil img {
    display: inline-block;
}

#divMovil .adjuntos {
    height: 560px !important;
}

#colModifMovil, #colOpcionesMovil {
    padding-bottom: 15px;
}

#tableDesktop #listados_wrapper {
    width: fit-content;
}

.row .paging_numbers {
    text-align: right;
}

#capaSeguridadSocial {
    top: 5%;
}

.encabezados-2 {
    margin-top: 20px;
}

#body-seguridad {
    width: 70%;
}

#body-seguridad .modal-body .input-group {
    width: 100%;
}

.labelMedio {
    width: 50%;
}

#body-seguridad .modal-body .input-group-2 {
    display: flex;
}

#body-seguridad .modal-footer {
    padding    : 0px;
    text-align : center;
}

#ocultarModalSeguridad {
    margin-top: 20px;
}

#t_num_planilla_seguridad::-webkit-outer-spin-button,
#t_num_planilla_seguridad::-webkit-inner-spin-button,
#t_num_estampilla::-webkit-outer-spin-button,
#t_num_estampilla::-webkit-inner-spin-button {
    -webkit-appearance : none;
    margin             : 0;
}

#subirDocumentos .modal-body {
    overflow-y: hidden;
}

#subirDocumentos .hoverTable {
    max-height: 500px;
}

#subirDocumentos .hoverTable thead th{
    position : sticky;
    top      : 0;
    z-index  : 2;
}

#subirDocumentos .modal-footer {
    border-top: none;
}

#ocultarModalSubirDoc {
    margin-top: 5px;
}