
html {
    -ms-overflow-style: scrollbar;
 }

h3, p {
    font-family: 'hdi-gerling_sansbold';
}

h4 {
    font-family: 'hdi-gerling_sanslight';
} 

 .iu-caja-texto {
   border: solid 1px #C6C7C8; /* Cambio de color - Dflores 15/11/2019*/
   font-family: 'hdi-gerling_sanslight'; /* Cambio de letra - Dflores 31/10/2019*/
   font-size: 14px;
   outline: 0px;
   height: 40px;
   /*width: 196px !important;*/
   background-color: transparent;
 }
 
 .iu-caja-texto:focus {
   color: #006729; /* Cambio de color - Dflores 31/10/2019*/
   border-color: #006729; /* Cambio de color - Dflores 31/10/2019*/
 }
 /*----Mod. Homelock----*/ 
 .iu-caja-texto:disabled {
   border-color: #CCC;
   background-color: #C6C7C8; /* Cambio de color - Dflores 31/10/2019*/
 }
 /*----Mod. Homelock----*/ 
 /* ------------------------------------------------------*\
   2 .iu-boton
 /* ------------------------------------------------------*/
 
 .iu-boton {
   border-radius: 2px;
   border: none;
   color: #ffffff;
   font-family: 'hdi-gerling_sansbold'; /* Cambio de letra - Dflores 31/10/2019*/
   font-size: 14px;
   height: 45px;
   line-height: normal;
   min-width: 120px;
   outline: 0px;
   padding: 15px 30px;
   text-decoration: none;
 }
 
 .iu-boton:hover {
   -webkit-box-shadow: inset 0px 8px 2px -5px rgba(0, 0, 0, 0.21);
 }
 
 .iu-boton:active {
   -webkit-box-shadow: inset 0px -8px 2px -5px rgba(0, 0, 0, 0.20);
 }
 
 .iu-boton--rojo {
   background: #E60018;
 }
 
 .iu-boton--transparente {
   background-color: transparent;
   color: #006729 /* Cambio de color - Dflores 31/10/2019*/
 }
 
 .iu-boton--rojo:active {
   background: #E60018; /* Cambio de color - Dflores 31/10/2019*/
 }
 
 .iu-boton--rojo:disabled {
   background: #C6C7C8; /* Cambio de color - Dflores 31/10/2019*/
   color: #6C6F70; /* Cambio de color - Dflores 31/10/2019*/
 }
 
 .iu-boton-modal{
   position:absolute;
   padding-bottom: 0px;
   margin-top:-45px;
   margin-left:-458px;
 
 }
 /*Gnava #Dev Septiembre*/
 .iu-modal-acumulacion-documentos {
   
     width: 100% !important;    
     text-align:center; 
     /*margin-top: 50px!important;*/
 }
 /* ------------------------------------------------------*\
   3 .iu-etiqueta
 /* ------------------------------------------------------*/
 
 .iu-etiqueta {
   font-family: 'hdi-gerling_sanslight'; /* Cambio de letra - Dflores 31/10/2019*/
   font-size: 14px;
   color: #6C6F70;
 }
 .iu-etiqueta--regular {
   font-family: 'hdi-gerling_sansregular'; /* Cambio de letra - Dflores 31/10/2019*/
   font-size: 14px;
   color: #555555;
   font-weight: bold;
 }
 .iu-etiqueta--regular1 {
   font-family: 'hdi-gerling_sansregular'; /* Cambio de letra - Dflores 31/10/2019*/
   font-size: 14px;
   color: #555555;
   font-weight: bold;
   white-space: pre-wrap;
 }
  
 .iu-etiqueta--verde {
   font-family: 'hdi-gerling_sansregular'; /* Cambio de letra - Dflores 31/10/2019*/
   font-size: 14px;
   color: #006729; /* Cambio de color - Dflores 31/10/2019*/
 }
 
 .iu-etiqueta--negrita {
   font-family: 'hdi-gerling_sansbold'; /* Cambio de letra - Dflores 31/10/2019*/
 }
 .iu-etiqueta--inhabilitada {
   display: table-cell;
   vertical-align: middle;
 }
 
 /* ------------------------------------------------------*\
   4 .iu-link
 /* ------------------------------------------------------*/
 
 .iu-link {
   font-family: 'hdi-gerling_sanslight'; /* Cambio de letra - Dflores 31/10/2019*/
   font-size: 14px;
   text-decoration: underline;
   color: #006729; /* Cambio de color - Dflores 31/10/2019*/
 }
 
 .iu-link:hover {
   color: #333333;
 }
 
 .iu-link:visited {
   color: #006729; /* Cambio de color - Dflores 31/10/2019*/
 }
 
 .iu-link:active {
   color: #00a950;
 }
 
 .iu-link--margen {
   font-family: 'hdi-gerling_sanslight'; /* Cambio de letra - Dflores 31/10/2019*/
   font-size: 14px;
   text-decoration: underline;
   color: #006729; /* Cambio de color - Dflores 31/10/2019*/
   margin-left: 20px;
   margin-top: 20px;
   margin-bottom: 20px;
 }
 
 
 /* ------------------------------------------------------*\
   5 .iu-icono
 /* ------------------------------------------------------*/
 
 .iu-icono {
   display: inline-block;
   font: normal normal normal 14px/1 'FontAwesome';
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
 }
 
 
 /* ------------------------------------------------------*\
   6 .iu-validacion-grupo
 /* ------------------------------------------------------*/
 
 .iu-validacion-grupo {
   display: table;
   position: relative;
   /* width: 200px;   Controla tamaño de caja de texto y mensaje*/
 }
 
 .iu-validacion-grupo .iu-caja-texto {
   width: 100%;
   text-indent: 15px;
 }
 
 .iu-validacion-grupo .iu-icono {
   display: none;
   position: absolute;
   top: 0;
   padding: 15px 15px;
   right: 0;
 }
 
 
 /* ------------------------------------------------------*\
   7 .iu-validacion-mesaje
 /* ------------------------------------------------------*/
 
 .iu-validacion-mensaje {
   display: none;
   background: #e60018;
   color: #ffffff;
   font-size: 14px;
   font-family: 'hdi-gerling_sansregular'; /* Cambio de letra - Dflores 31/10/2019*/
   line-height: 1.42857143;
   padding: 10px 15px;
   margin-top: 13px;
   position: absolute;
   width: 100%;
   z-index: 100;
 }
 
 .iu-validacion-mensaje:before {
   color: #e60018;
   content: "\25B2";
   font-size: 25px;
   position: relative;
   top: -33px;
   float: right;
 }
 
 
 /* ------------------------------------------------------*\
   8 .iu-validacion-grupo--invalido
 /* ------------------------------------------------------*/
 
 .iu-validacion-grupo--invalido .iu-validacion-mensaje {
   display: table-cell;
 }
 
 .iu-validacion-grupo--invalido .iu-caja-texto,
 .iu-validacion-grupo--invalido .iu-icono {
   display: inline-block;
   border-color: #e60018;
   color: #e60018;
 }
 
 .iu-validacion-grupo--invalido .iu-icono:before {
   content: "\f071";
   /* icono de advertencia */
 }
 
 
 /* ------------------------------------------------------*\
   9 .iu-validacion-grupo--valido
 /* ------------------------------------------------------*/
 
 .iu-validacion-grupo--valido .iu-caja-texto,
 .iu-validacion-grupo--valido .iu-icono {
   display: inline-block;
   border-color: #006729; /* Cambio de color - Dflores 31/10/2019*/
   color: #006729; /* Cambio de color - Dflores 31/10/2019*/
 }
 
 .iu-validacion-grupo--valido .iu-icono:before {
   content: "\f00c";
   /* icono de check */
 }
 
 .iu-validacion-grupo--medidamaxima{
     width: 100%;
 } 
 /*-------------------------------------------------------*\
   9.1 .ui-validacion-grupo--valido
 /*--------------------------------------------------------*/
 
 /*DLAZO 11/06/2016*/
 .iu-validacion-grupo--requerido .iu-caja-texto {
   color: #006729; /* Cambio de color - Dflores 31/10/2019*/
   border-color: #006729; /* Cambio de color - Dflores 31/10/2019*/
 }
 .iu-validacion-grupo--requerido .iu-caja-texto::-webkit-input-placeholder {
   color:  #006729; /* Cambio de color - Dflores 31/10/2019*/
 }
 
 /* ------------------------------------------------------*\
    Tabla
 /* ------------------------------------------------------*/
 
 .iu-tabla-cabecera {
   background: #006729 !important;
 }
 
 .iu-tabla-cabecera-texto {
   color: #ffffff;
   font-family: 'hdi-gerling_sansregular'; /* Cambio de letra - Dflores 31/10/2019*/
   font-weight: 100;
   font-size: 15px;
   text-align: center;
 }
 
 .iu-tabla-cabecera-texto--alineadoizquierda {
   text-align: left !important;
 }
 
 .iu-tabla-cabecera-texto--alineadoizquierda-blanco {
   text-align: left !important;
   color: #ffffff;
   font-family: 'hdi-gerling_sansregular'; /* Cambio de letra - Dflores 31/10/2019*/
 }
 
 .iu-tabla-cuerpo-texto {
   color: #333333;
   font-family: 'hdi-gerling_sansregular'; /* Cambio de letra - Dflores 31/10/2019*/
   font-size: 14px;
   text-align: left;
 }
 
 .iu-tabla-cuerpo-texto--centrado{
   text-align: center !important;
   vertical-align:middle !important;
 }
 
 
 .iu-tabla-cuerpo-texto--mayusculas {
   text-transform: uppercase !important;
 }
 
 
 .th {
   vertical-align: middle;
   text-align: center;
 }
 
 
 /* ------------------------------------------------------*\
    boton margen
 /* ------------------------------------------------------*/
 
 .posicion-elemento--margen_boton {
   margin-top: 40px;
 }
 
 .iu-navegacion-pila-encabezado {
   background-color: #006729; /* Cambio de color - Dflores 31/10/2019*/
 }
 
 .iu-navegacion-pila-texto {
   text-decoration: none;
   font-size: 15px;
   font-family: 'hdi-gerling_sansbold'; /* Cambio de letra - Dflores 31/10/2019*/
   color: #333333;
 }
 
 .nav-tabs > li.active a {
   background-color: #006729;  
   color: white;
 }
 
 .navegacion-pila-item {}
 
 .navegacion-pila-item--sinmargen {
   padding-left: 0px;
   padding-right: 0px;
 }
 
 .iu-etiqueta-accion {
   font-family: 'hdi-gerling_sansbold'; /* Cambio de letra - Dflores 31/10/2019*/
   text-decoration: none;
 }
 
 .iu-etiqueta-accion:hover {
   text-decoration: none;
 }
 
 .iu-etiqueta-accion--habilitado {
   color: #006729; /* Cambio de color - Dflores 31/10/2019*/
 }
 
 .iu-etiqueta-accion--habilitado:hover {
   color: #006729; /* Cambio de color - Dflores 31/10/2019*/
   cursor: pointer;
   
 }
 
 .iu-etiqueta-accion--habilitado-rojo {
   color: #e60018;
 }
 
 .iu-etiqueta-accion--habilitado-rojo:hover {
   color: #e60029;
   cursor: pointer;
   
 }
 
 .iu-etiqueta-accion--deshabilitado {
   color: #C6C7C8; /* Cambio de color - Dflores 31/10/2019*/
 }
 
 .iu-etiqueta-accion--deshabilitado:hover {
   color: #C6C7C8; /* Cambio de color - Dflores 31/10/2019*/
   cursor: not-allowed;
 }
 
 
 /* ------------------------------------------------------*\
  panel-pestana
 /* ------------------------------------------------------*/
 
 .iu-panel-pestana-item-texto {
   background: #ffffff;
   color: #333333;
 }
 
 .iu-panel-pestana-item a {
   color: #333333;
   font-family: 'hdi-gerling_sansregular'; /* Cambio de letra - Dflores 31/10/2019*/
   font-size: 15px;
 }
  
 /* ------------------------------------------------------*\
 boton acomodo ( revisar nombre)
 /* ------------------------------------------------------*/
 
 .iu-boton--acomodo {
   width: 200px;
   height: 45px;
   border-radius: 2px;
   border: none;
   color: #ffffff;
   font-family: 'hdi-gerling_sansregular'; /* Cambio de letra - Dflores 31/10/2019*/
   font-weight: bold;
   font-size: 14px;
   line-height: normal;
   outline: 0px;
   padding: 15px 30px;
   text-decoration: none;
 }
 
 
 /*---------------------------------------------------*\
 -Panel
 /*---------------------------------------------------*/
 
 .panel-cotizacion-encabezado-texto {
   background: #C6C7C8; /* Cambio de color - Dflores 15/11/2019*/
   height: 25px;
   color: #555555;
   padding-top: 2px;
   padding-left: 15px;
   font-weight: 300pt;
   font-size: 15px;
   font-family: 'hdi-gerling_sansbold'; /* Cambio de letra - Dflores 31/10/2019*/
 }
 
 .texto-icono-verde {
   color: #006729; /* Cambio de color - Dflores 31/10/2019*/
 }
 
 
 /*-------------------------------------------------------*/
 
 
 /*         Modal Dialog ocModl                             */
 .iu-modal {
   background-color : transparent;
 }
 
 .iu-modal-endoso {
   width: auto !important;
   position: absolute !important;
   left: -384px !important;
   right: -475px !important;
   margin-top: -380px !important;
   margin-left: 57px !important;
   margin-right: 150px !important;
   margin-bottom: 50px !important;
   background-color : white;
   border : 15px solid white;
 }
 .iu-modal--clientes {
   min-width: 1200px !important;
 }
 
 .iu-modal-resumen-clientes {
   width: auto !important;
   position: absolute;
   left: 0px;
   right: 0px;
   margin-top: 50px !important;
   margin-left: 150px !important;
   margin-right: 150px !important;
   margin-bottom: 50px !important;
 }
 
 .iu-modal-acumulacion-riesgo {
   
     width: 100% !important;
     max-height: 80%;
     text-align:center; 
     /*margin-top: 50px!important;*/
 }
 
 .iu-modal-listado-clientes {
   
     width: 100% !important;
     max-height: 80%;
     text-align:center; 
     /*margin-top: 50px!important;*/
 }
 /*Carga Masiva*/
 .modal-carga-masiva {
     width: auto !important;
     max-width: 90% !important;
 
 }
 
 .renglon-cotizacion {
     border: 1px solid black;
     cursor: pointer;
 }
 
 .renglon-cotizacion.renglon-cotizacion--seleccionado {
     background-color: #B8EFAD;
 }
 /*Christian Quiroz*/				
 .iu-modal-grid-acumulacion-riesgo {  
     width: inherit;
     height:400px;
     max-height: 80%;
 }
 
 table.table.table-striped.ng-scope.ng-table.iu-tabla-acumulacion-riesgo.iu-tabla-acumulacion-riesgo thead, table.table.table-striped.ng-scope.ng-table.iu-tabla-acumulacion-riesgo tbody{
     display:block;
 }
 
 table.table.table-striped.ng-scope.ng-table.iu-tabla-acumulacion-riesgo tbody
 {
     overflow-y:auto;
     height:300px;
 }
 
 table.table.table-striped.ng-scope.ng-table.iu-tabla-acumulacion-riesgo tbody td, table.table.table-striped.ng-scope.ng-table.iu-tabla-acumulacion-riesgo thead th
 {
     max-width: 155px !important;
     min-width: 155px !important;
 }
 
 .iu-modal-confirmacion {
   width: auto !important;
   position: absolute;
   left: 0px;
   right: 0px;
   margin-left: 150px !important;
   margin-right: 150px !important;
   margin-bottom: 50px !important;
   background-color : transparent;
 }
 
 .iu-modal-confirmacion-row {
   background-color: white;
   padding-top: 10px !important;
   padding-bottom: 10px !important;
   height: 182px;
 }
 
 
 /*---------------------------------------------------*\
 iu texto informativo
 /*---------------------------------------------------*/
 
 .iu-texto-informativo {
   background-color: #C6C7C8; /* Cambio de color - Dflores 31/10/2019*/
   width: 100%;
   min-height: 40px;
   font-weight: 100;
   /*margin-bottom: 15px;*/
   margin-bottom:0px;
   /*padding-top: 8px;*/
   padding-left: 12px;
   color: #6C6F70; /* Cambio de color - Dflores 31/10/2019*/
   cursor: not-allowed;
   text-transform: uppercase !important;
   display:table;
 }
 .texto-informativo-etiqueta{
   display: table-cell;
   vertical-align: middle;
 }
 .modal-wrapper .modal-backdrop {
   min-height: 900% !important;
 }
 
 /*---------------------------------------------------*\
 Padding
 /*---------------------------------------------------*/
 .iu-padding-none{
    padding: 0px;
 }
  
 
 
 
 /* ------------------------------------------------------*\
   13 .Tooltip Ayuda
 /* ------------------------------------------------------*/
 
 .botonayuda-hdi{
   width: 21px;
   height: 21px;
   text-align: center;
   padding: 2px 0;
   font-size: 12px;
   line-height: 1.42;
   border-radius: 15px;
   background-color:#006729; /* Cambio de color - Dflores 31/10/2019*/
   color: white;
   
 }
 
 .botonayuda-hdi:hover + .tool-tip-ayuda{
   display: block;
 }
 
 .tool-tip-ayuda {
   background: #006729; /* Cambio de color - Dflores 31/10/2019*/
   color: white;
   display: none;
   font-family: 'hdi-gerling_sansregular'; /* Cambio de letra - Dflores 31/10/2019*/
   margin-top: 10px; 
   padding: 10px 15px;
   position: absolute;   
   z-index: 999;
   width: 300px;
   font-size: 14px;
  
 }
 
 .tool-tip-ayuda:before{
   color: #006729; /* Cambio de color - Dflores 31/10/2019*/
   content: "\25B2";
   position: absolute;
   left: 5px ;
   top: -20px; 
   font-weight: bold;
   font-size: 25px;
 }
 
 .ui-modal-cargando-cotizacion {
   text-align    : center;
   display       : table;
   background    : #006729; /* Cambio de color - Dflores 31/10/2019*/
   top           : 50%;
   left          : 50%;
   transform     : translate(-50%,-50%);
   -ms-transform : translate(-50%,-50%);
   width         : 100%;
   padding-right : 0px;
   padding-left  : 0px;
   height        : 500px;
 }
 
 .ui-modal-cargando-endoso {
   text-align    : center;
   display       : table;
   background    : #006729; /* Cambio de color - Dflores 31/10/2019*/
   top           : 50%;
   left          : 50%;
   transform     : translate(-50%,-50%);
   -ms-transform : translate(-50%,-50%);
   width         : 100%;
   padding-right : 0px;
   padding-left  : 0px;
   height        : 500px;
   margin-top    : 1000px;
 }
 
 .ui-modal-cargando-cuerpo {
   vertical-align  : middle;
   position        : relative;
 }
 
 .ui-modal-aviso-cuerpo-endoso {
   margin-top       : 1500px;
   background-color : white;
 }
 
 .ui-modal-traslado-endoso {
   transform: translateY(70em)!Important;
 }
 
 .ui-modal-fondotransparente {
   background-color: transparent;
 }
 
 /* ------------------------------------------------------*\
   14 .Tooltip texto
 /* ------------------------------------------------------*/
 
 .botontexto-hdi{
   color: #006729; /* Cambio de color - Dflores 31/10/2019*/
   display: inline-block;
   
 }
 
 .botontexto-hdi:hover + .tool-tip-ayuda{
   display: block;
 }
 
 .tabla-reporte-rescate {
   overflow-x: auto;
   display: block;
   white-space: nowrap;
 }
 /* ------------------------------------------------------*\
   15 .iu-file-input
 /* ------------------------------------------------------*/
 
 .iu-file-input {
   width: 0.1px;
     height: 0.1px;
     opacity: 0;
     overflow: hidden;
     position: absolute;
   /* display: none !important; */
   z-index: -1;
 }
 
 .archivos-input-container {
   text-align: center;
   transition: all 0.25s ease-in-out;
   border: dashed 5px transparent;
 }
 
 .iu-file-input + label {
   font-size: 14pt;
   color: #006729; /* Cambio de color - Dflores 31/10/2019*/
   margin: 5pt auto;
   position: relative;
   transition: all 0.25s ease-in-out;
   cursor: pointer;
 }
 
 .iu-file-input-resumen {
   font-size: 14pt;
   color: #006729; /* Cambio de color - Dflores 31/10/2019*/
   margin: 5pt auto;
   position: relative;
   cursor: default;
 }
 
 .iu-file-input:focus + label,
 .iu-file-input + label:hover {
   transform: translateY(-10px);
 }
 
 .iu-upload-comun {
   font-family: FontAwesome;
   font-size: 32pt;
   z-index: 20;
 }
 
 .iu-upload-imagen:before {
   content: '\f03e';
 }
 
 .iu-upload-video:before {
   content: '\f008';
 }
 
 .iu-upload-recibo:before {
   content: '\f0f6';
 }
 
 .iu-upload-archivoExcel:before{
     content:'\f1c3'
 }
 
 .iu-upload-archivoWord:before{
     content:'\f1c2'
 }
 
 .iu-upload-download:before{
     content:'\f019'
 }
 
 .ui-arrastrando-archivo {
   background-color: #EEE;
   border-color: #CCC;
   border-radius: 10px;
   z-index: -1;
 }
 
 .archivo-cargado {
   text-align: center;
   display: inline-block;
   margin: 5px 5px;
 }
 .contenedor-imagen-cargada,
 .contenedor-video-cargado {
   display: inline-block;
   position: relative;
   cursor: pointer;
 }
 
 .contenedor-imagen-cargada:hover > img {
   opacity: 0.6;
 }
 
 .contenedor-imagen-cargada > img {
   width: auto;
   height: 120px;
   margin: 3px 3px;
 }
 
 .contenedor-imagen-cargada:before {
   display: none;
   content: "X";
   font-size: 20pt;
   left: 47%;
   bottom: 35%;
   position: absolute;
 }
 
 .contenedor-imagen-cargada:hover:before {
   display: block;
 }
 
 .contenedor-imagen-cargada.contenedor-imagen-resumen:before {
   content: "";
 }
 
 .contenedor-imagen-cargada.contenedor-imagen-resumen:before > img {
   content: "";
   opacity: 1;
 }
 
 .contenedor-imagen-cargada.contenedor-imagen-resumen:hover:before {
   display: none;
 }
 
 .contenedor-imagen-cargada.contenedor-imagen-resumen {
   cursor: default;
 }
 
 .contenedor-video-cargado > video {
   width: auto;
   height: 240px;
   margin: 5px;
 }
 
 .contenedor-video-cargado > i {
   position: relative;
   bottom: 110px;
   color: #006729; /* Cambio de color - Dflores 31/10/2019*/
 }
 
 .contenedor-otro-cargado > div {
   font-family: 'hdi-gerling_sansregular'; /* Cambio de letra - Dflores 31/10/2019*/
   cursor: pointer;
 }
 
 .contenedor-otro-cargado:hover > div > i {
   opacity: 0.6;
 }
 
 .contenedor-otro-cargado > div > i {
   margin: 3px 3px;
 }
 
 .contenedor-otro-cargado:hover > div > i:before {
   content: '\f05c';
 }
 
 .archivo-cargado.ng-enter {
   transform: scaleY(0);
   transform-origin: top;
   -webkit-transition: all ease-in-out 0.25s;
   -moz-transition: all ease-in-out 0.25s;
   -ms-transition: all ease-in-out 0.25s;
   -o-transition: all ease-in-out 0.25s;
   transition: all ease-in-out 0.25s;
 }
 
 .archivo-cargado.ng-leave {
   transform: scaleY(1);
   transform-origin: top;
   -webkit-transition: all ease-in-out 0.25s;
   -moz-transition: all ease-in-out 0.25s;
   -ms-transition: all ease-in-out 0.25s;
   -o-transition: all ease-in-out 0.25s;
   transition: all ease-in-out 0.25s;
 }
 
 .archivo-cargado.ng-enter.ng-enter-active {
   transform: scaleY(1);
 }
 
 .archivo-cargado.ng-leave.ng-leave-active {
   transform: scaleY(0);
 }
 
 
 /* ------------------------------------------------------*\
   16 .tooltip
 /* ------------------------------------------------------*/
 
 [tooltip] {
   margin: 20px;
   position: relative;
 }
 
 [tooltip]::before {
   content: "";
   position: absolute;
   top:-6px;
   left:50%;
   transform: translateX(-50%);
   border-width: 4px 6px 0 6px;
   border-style: solid;
   border-color: rgba(0,0,0,0.7) transparent transparent     transparent;
   z-index: 100;
   visibility: hidden;
   opacity: 0;
   transition: visibility 0s, opacity 0.25s ease-in-out;
 }
 
 [tooltip]::after {
   content: attr(tooltip);
   position: absolute;
   left:50%;
   top:-6px;
   transform: translateX(-50%)   translateY(-100%);
   background: rgba(0,0,0,0.7);
   text-align: center;
   color: #fff;
   padding:4px 2px;
   font-size: 12px;
   width: 120px;
   border-radius: 5px;
   pointer-events: none;
   visibility: hidden;
   opacity: 0;
   transition: visibility 0s, opacity 0.25s ease-in-out;
 }
 
 [tooltip-position='left']::before{
   left:0%;
   top:50%;
   margin-left:-12px;
   transform:translatey(-50%) rotate(-90deg) 
 }
 
 [tooltip-position='top']::before{
   left:50%;
 }
 
 [tooltip-position='bottom']::before{
   top:100%;
   margin-top:8px;
   transform: translateX(-50%) translatey(-100%) rotate(-180deg)
 }
 
 [tooltip-position='right']::before{
   left:100%;
   top:50%;
   margin-left:1px;
   transform:translatey(-50%) rotate(90deg)
 }
 
 [tooltip-position='left']::after{
   left:0%;
   top:50%;
   margin-left:-8px;
   transform: translateX(-100%)   translateY(-50%);
 }
 
 [tooltip-position='top']::after{
   left:50%;
 }
 
 [tooltip-position='bottom']::after{
   top:100%;
   margin-top:8px;
   transform: translateX(-50%) translateY(0%);
 }
 
 [tooltip-position='right']::after{
   left:100%;
   top:50%;
   margin-left:8px;
   transform: translateX(0%)   translateY(-50%);
 }
 
 [tooltip]:hover::after,[tooltip]:hover::before {
   opacity: 1;
   visibility: visible;
 }
 
 /*-------------------------------------------------------*\
   15  detalle-ramo-facultativo
 /*-------------------------------------------------------*/
 .detalle-ramo-facultativo {
   color: white;
   background-color: #006729; /* Cambio de color - Dflores 31/10/2019*/
 }
 
 .detalle-ramo-facultativo.ramo-facultativo {
   background-color: #99000F;  
 }


.hdi-label-titulo-con-linea {
    font-family: 'hdi-gerling_sansregular';    
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}

.hdi-label-titulo-sin-linea {
    font-family: 'hdi-gerling_sansregular';
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    
}

.oracion {
    text-transform: none !important; 
}

input[type=tel] {
    display: block;
    width: 100%;
    top: 566px;
    left: 98px;
    height: 42px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    opacity: 1;
}

    input[type=tel]:disabled {
        background-color: #e9ecef;
        opacity: 1;
    }


input[type=text] {
    display: block;
    width: 100%;
    top: 566px;
    left: 98px;
    height: 42px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    opacity: 1;
}

    input[type=text]:disabled {
        background-color: #e9ecef;
        opacity: 1;
    }

input[type=date] {
    display: block;
    width: 100%;
    top: 566px;
    left: 98px;
    height: 42px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    opacity: 1;
}

    input[type=date]:disabled {
        background-color: #e9ecef;
        opacity: 1;
    }

.form-check-input[type=radio] {
    border-radius: 50%;
}
    .form-check-input[type=radio]:checked {
        background-color: #006C30;
        border: 1px solid #006C30;
        box-shadow:none;
    }


/*Estilo de select*/
.estilo-select {
    display: block;
    width: 100%;
    top: 566px;
    left: 842px;
    height: 42px;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;    
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #AFAFAF;
    border-radius: 4px;
    opacity: 1;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor:pointer;
}

    /*.estilo-select option:checked {
        background-color: #006C30;
    }*/

.campo {
    /* Layout Properties */
    top: 543px;
    left: 98px;
    width: 100%;
    height: 16px;
    /* UI Properties */
    text-align: left;
    font: normal normal medium 14px/14px proxima-nova;
    letter-spacing: 0.01px;
    color: #5A5A5A;
    opacity: 1;
}

.boton-verde {
    /* Layout Properties */
    top: 1146px;
    left: 656px;
    width: 300px;
    height: 38px;
    /* UI Properties */
    background: #006C30 0% 0% no-repeat padding-box;
    border-radius: 19px;
    opacity: 1;
    font: normal normal medium 14px/14px proxima-nova;
    color: #fff;
    border: 1px solid #006C30;
    outline: none;
}

.boton-blanco {
    /* Layout Properties */
    top: 1146px;
    left: 324px;
    width: 300px;
    height: 38px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #006C30;
    border-radius: 19px;
    opacity: 1;
    font: normal normal medium 14px/14px proxima-nova;
    color: #006C30;
    border: 1px solid #006C30;
    outline: none;
}

.boton-verde-claro {
    /* Layout Properties */
    top: 264px;
    left: 880px;
    width: 302px;
    height: 38px;
    /* UI Properties */
    background: #79B530 0% 0% no-repeat padding-box;
    border-radius: 19px;
    opacity: 1;
    font: normal normal medium 14px/14px proxima-nova;
    color: #fff;
    border: 1px solid #79B530;
    outline: none;
}

.letras-verde {
    color: #006C30 !important;
}

#caracdelplan p {
    font-weight: bold;
}
/*ESTILOS SINIESTROS*/
.nopoliza:focus-visible {
    outline: -webkit-focus-ring-color auto 2px;
    outline-color: #006C30 !important;
    outline-style: auto;
    outline-width: 2px;
}

.nopoliza:-moz-focusring {
    outline-color: #006C30 !important;
    outline-style: auto;
    outline-width: 2px;
}

.timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.li {
    transition: all 200ms ease-in;
}

.timestamp {
    /*margin-right: 6px;*/
    margin-bottom: -11px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
}

.paso {
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
}

.status:before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 25px;
    border: 1px solid #ddd;
    position: absolute;
    top: -15px;
    left: 42%;
    transition: all 200ms ease-in;
}

.li.complete .status:before {
    background-color: #006729;
    border: none;
    transition: all 200ms ease-in;
}

@media (min-device-width: 320px) and (max-device-width: 1046px) {
    .timeline {
        list-style-type: none;
        display: block;
    }

    .li {
        transition: all 200ms ease-in;
        display: flex;
        width: inherit;
    }

    .timestamp {
        width: 100px;
    }

    .paso:before {
        left: -8%;
        top: 30%;
        transition: all 200ms ease-in;
    }
}

.modal-header {
    border-bottom: 0 none;
}

.modal-footer {
    border-top: 0 none;
}

#PoupAvisoTitulo {
    font: normal normal bold 22px/27px montserrat-extrabold-otf; /* Montserrat-Black; */ /* montserrat-extrabold; */
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

#PopupSubTitulo {
    font: normal normal bold 16px/19px proxima-nova-bold-otf;
    letter-spacing: 0.43px;
    color: #333333;
    opacity: 1;
}

#PopupTexto {
    text-align: center;
    font: normal normal normal 16px/19px proxima-nova-normal-otf;
    letter-spacing: 0.43px;
    color: #333333;
    opacity: 1;
}

.modal-body #PopupTexto {
    height: 300px;
    width: 100%;
    overflow-y: auto;
}

#PopupTexto::-webkit-scrollbar {
    width: 8px; /* Tamaño del scroll en vertical */
    height: 8px; /* Tamaño del scroll en horizontal */
}

#PopupTexto::-webkit-scrollbar-thumb {
    background: #006C30;
    border-radius: 4px;
}

#PopupTexto::-webkit-scrollbar-track {
    background: #E5E5E5;
    border-radius: 4px;
}

#popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

#btnAceptar {
    background-color: #006729;
    color: white;
    width: 200px;
    font: 13px montserrat-bold;
}

#btnRechazar {
    background-color: white;
    color: #006729;
    border: 1px solid #006729;
    width: 200px;
    font: 13px montserrat-bold;
}

.botonContinuar {
    background-color: #cccaca;
    color: black;
    width: 300px;
    font: 13px montserrat-bold;
}

.botonVolver {
    background-color: white;
    color: #006729;
    border: 1px solid #006729;
    width: 300px;
    font: 13px montserrat-bold;
}

.TituloGeneral {
    display: block;
    text-align: left;
    font: normal normal bold 22px/27px montserrat-extrabold-otf;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.SubtituloGeneral {
    font: normal normal bold 14px/14px Montserrat;
    text-align: left;
    font-weight: 800;
    letter-spacing: 0.01px;
    color: #5A5A5A;
    opacity: 1;
}

.SubtituloGeneral-label {
    font: normal normal bold 14px/14px Montserrat;
    text-align: left;
    font-weight: 800;
    letter-spacing: 0.01px;
    color: #fff !important;
    opacity: 1;
    cursor:pointer;
}

    .SubtituloGeneral-label:hover {
        font: normal normal bold 14px/14px Montserrat;
        text-align: left;
        font-weight: 800;
        letter-spacing: 0.01px;
        color: #fff !important;
        opacity: 1;
        cursor: pointer;
        /*background-color: #79b530;*/
        border-bottom: 2px solid #79b530;
    }

.SubtituloGeneral-Perfil {
    font: normal normal bold 14px/14px Montserrat;
    text-align: left;
    font-weight: 800;
    letter-spacing: 0.01px;
    color: #fff !important;
    opacity: 1;
}

.normalProximaNova {
    font: normal normal normal 14px/19px proxima-nova-normal-otf;
    text-align: left;
    letter-spacing: 0.03px;
    color: #333333;
    opacity: 1;
}

.segundo {
    display: flex;
    flex-direction: column;
}

.SubGeneral {
    font-family: proxima-nova;
    font-size: 14px;
    text-transform: none;
}

    .SubGeneral b {
        font-family: proxima-nova-bold-otf;
        font-size: 16px;
    }

.cont {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.enlace {
    font-family: proxima-nova;
    font-size: 13px;
    letter-spacing: 0.01px;
}

.poliza {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.01px;
    color: #5A5A5A;
    opacity: 1;
}

.opciones {
    width: 340px;
    height: 42px;
    border: 1px solid #AFAFAF;
    border-radius: 4px;
}

.encabezadoCampo {
    /* font-family: proxima-nova;
    font-weight: 600; */
    text-align: left;
    font: normal normal medium 14px/14px proxima-nova;
    letter-spacing: 0.01px;
    color: #5A5A5A;
    opacity: 1;
    text-transform: none;
}

.col-md-6 svg {
    width: 22px;
    height: 22px;
}

.opciones:focus {
    border: 2px solid #006C30;
}

.nopoliza {
    width: 340px;
    height: 42px;
    border: 1px solid #AFAFAF;
    border-radius: 4px;
}

.resultados {
    text-align: left;
    font-weight: 800;
    letter-spacing: 0.01px;
    color: #5A5A5A;
    opacity: 1;
}

.containerbotones {
    height: 210px;
    display: flex;
    align-items: flex-end;
    margin: 42px;
}

.container .tit {
    font-family: proxima-nova;
    font-size: 15px;
    font-weight: lighter;
}

.modal-body p {
    font-family: proxima-nova;
    font-size: 16px;
    color: #5A5A5A;
}

    .modal-body p span {
        font-family: proxima-nova;
        font-weight: bold;
        font-size: 16px;
        color: #79B530;
    }

.reemboloso {
    height: 38px;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 18px;
}

.container #Asegurado,
.container #Poliza {
    font-family: proxima-nova-bold-otf;
    font-size: 18px;
    text-transform: uppercase;
}

.container #Facturas {
    font-family: proxima-nova-bold-otf;
    font-size: 18px;
}

.btn {
    border-radius: 4px;/*VALCALA*/
}
/*Formulario Reemnbolso*/
#btnDRegresar {
    width: 300px;
    background-color: white;
    color: #006729;
    border: 1px solid #006729;
    font-weight: bold;
    font-size: 16px;
}

#DesReclamacion {
    width: 200px;
    background-color: #006729;
    color: white;
    border: 1px solid #006729;
    float: right;
    margin: 0px -440px;
}

#DesReembolso {
    width: 200px;
    background-color: #006729;
    color: white;
    border: 1px solid #006729;
    float: right;
    margin: 0px -440px;
}

#DesTransferencia {
    width: 200px;
    background-color: #006729;
    color: white;
    border: 1px solid #006729;
    float: right;
    margin: 0px -440px;
}
/*Consultar Reembolso*/
#btnCBuscar {
    width: 100%;
    height: 33px;
    align-content: center;
    background-color: #79b530;
    border-radius: 20px;
    color: white;
}

#btnEOBGenerar {
    width: 200px;
    height: 38px;
    align-content: center;
    background-color: #006C30;
    border-radius: 15px;
    color: white;
    margin: 0px 50%;
}

#btnCVolver {
    color: #006729;
    width: 300px;
    height: 38px;
    border: #006C30 1px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #006C30;
    border-radius: 19px;
    opacity: 1;
}

.CReembolso {
    width: 165px;
    height: 32px;
    text-align: left;
    font: normal normal 600 14px/14px Montserrat;
    letter-spacing: 0.01px;
    color: #006C30;
    text-transform: uppercase;
    opacity: 1;
}

.Clink {
    /* width: 187px;
    height: 16px; */
    text-align: left;
    font: normal normal bold 16px/19px proxima-nova;
    letter-spacing: 0px;
    color: #79B530;
    opacity: 1;
    text-transform: none;
}

.CTitular {
   /*  width: 105px;
    height: 35px; */
    /* UI Properties */
    text-align: left;
    font: normal normal bold 16px/19px proxima-nova-bold-otf;
    letter-spacing: 0px;
    color: #5A5A5A;
    opacity: 1;
    text-transform: none;
}

.CInformacion {
    /* width: 173px;
    height: 16px; */
    text-align: left;
    font: normal normal normal 16px/19px proxima-nova;
    letter-spacing: 0px;
    color: #5A5A5A;
    opacity: 1;
    text-transform: none;
}

.CEstatus {
    width: 75px;
    height: 16px;
    text-align: left;
    font: normal normal normal 16px/19px proxima-nova;
    letter-spacing: 0px;
    color: #79B530;
    opacity: 1;
    text-transform: none;
}

.CFecha {
    width: 78px;
    height: 16px;
    text-align: left;
    font: normal normal normal 16px/19px proxima-nova;
    letter-spacing: 0px;
    color: #5A5A5A;
    opacity: 1;
}

.CDinero {
    width: 103px;
    height: 16px;
    text-align: left;
    font: normal normal normal 16px/19px proxima-nova;
    letter-spacing: 0px;
    color: #5A5A5A;
    opacity: 1;
}

.CCombo {
    width: 526px;
    height: 42px;
    border: 1px solid #AFAFAF;
    border-radius: 4px;
    opacity: 0.8;
}

.CFlotante {
    top: 130px;
    left: 1188px;
    width: 92px;
    height: 98px;
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    box-shadow: 0px 0px 15px #00000029;
    border: 1px solid white;
    border-radius: 10px;
    opacity: 1;
    float: right;
    white-space: normal;
    text-align: center;
    font: normal normal bold 16px/16px proxima-nova-bold-otf;
    letter-spacing: 0px;
    color: #79B530;
    opacity: 1;
    background: url('/Imagenes/Iconos/plus.png') no-repeat bottom;
    padding-bottom: 10px;
}
/*Documentacion Reembolso*/
.conArchivos {
    width: 524px;
    height: 300px;
    background-color: #E5E5E5;
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
}

.conArchivos svg {
    width: 80px;
    height: 80px;
}

.contenedorArchivos {
    overflow-y: auto;
    max-height: 200px;
}

tooltip-inner {
    background-color: #79b530 !important;
    color: white;
}

.bs-tooltip top.arrow::before, .bs-tooltip- auto[x-placement^="top"] .arrow::before {
    border-top-color: #79b530 !important;
}

.well {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30vh;
}

input[type = "file"] {
    display: none;
}

.SubirDocBtn {
    border-radius: 20px;
    width: 150px;
    height: 40px;
    text-align: center;
    font-family: Montserrat-ligth;
    font-size: 14px;
    color: #FFFFFF;
    background: #79B530;
    border: transparent;
}

/* Trackala List */


.timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.li {
    transition: all 200ms ease-in;
}

.timestamp {
    margin-bottom: -11px;
    margin-right: 6px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
}

.author {
    z-index: 1000;
    color: white;
    font-weight: bold;
}

.status {
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
}

    .status h4 {
        font-weight: 600;
    }

    .status:before {
        content: "";
        width: 25px;
        height: 25px;
        background-color: white;
        border-radius: 25px;
        border: 1px solid #ddd;
        position: absolute;
        top: -15px;
        left: 42%;
        transition: all 200ms ease-in;
    }

.li.complete .status {
    border-top: 2px solid #66DC71;
}

    .li.complete .status:before {
        background-color: #006729;
        border: none;
        transition: all 200ms ease-in;
    }

    .li.complete .status h4 {
        /*color: #66DC71;*/
    }

.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}

.design-process-content {
    /*border: 1px solid #e9e9e9;
    position: relative;
    padding: 16px 34% 30px 30px;*/
}

    .design-process-content img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        max-height: 100%;
    }

    .design-process-content h3 {
        margin-bottom: 16px;
    }

    .design-process-content p {
        line-height: 26px;
        margin-bottom: 12px;
    }

a {
    text-decoration: auto;
}

.process-models {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 90%;
    margin: 20px auto;
    border: none;
    z-index: 0;
}

    .process-models li::after {
        background: #e5e5e5 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        display: block;
        height: 4px;
        margin: 0 auto;
        position: absolute;
        right: 222px;
        top: 14px;
        width: 72%;
        z-index: -1;
    }

    .process-models li.visited::after {
        background: #006729;
    }

    .process-models li:last-child::after {
        width: 0;
    }

    .process-models li {
        display: inline-block;
        width: 30%;
        text-align: center;
        float: none;
    }

        .nav-tabs.process-models > li.active > a, .nav-tabs.process-models > li.active > a:hover, .nav-tabs.process-models > li.active > a:focus, .process-models li a:hover, .process-models li a:focus {
            border: none;
            background: transparent;
        }

        .process-models li a {
            padding: 55px 0px 0px 0px;
            border: none;
            color: #606060;
        }

        .process-models li.active,
        .process-models li.visited {
            color: #006729;
        }

            .process-models li.active a,
            .process-models li.active a:hover,
            .process-models li.active a:focus,
            .process-models li.visited a,
            .process-models li.visited a:hover,
            .process-models li.visited a:focus {
                color: #fff;
            }

            .process-models li.active p,
            .process-models li.visited p {
                font-weight: 600;
            }

        .process-models li i {
            display: block;
            height: 30px;
            width: 30px;
            text-align: center;
            margin: 0 auto;
            background: #f5f6f7;
            border: 2px solid #e5e5e5;
            line-height: 23px;
            font-size: 20px;
            border-radius: 50%;
            font-style: normal;
        }

        .process-models li.active i, .process-models li.visited i {
            background: #006729;
            border-color: #006729;
        }

        .process-models li p {
            font-size: 16px;
            margin-top: 11px;
            color: #006729;
        }

    .process-models.contact-us-tab li.visited a, .process-models.contact-us-tab li.visited p {
        color: #606060 !important;
        font-weight: normal
    }

    .process-models.contact-us-tab li::after {
        display: none;
    }

    .process-models.contact-us-tab li.visited i {
        border-color: #e5e5e5;
    }

.verde {
    color: #006729;
}

.borderVerde {
    border: 1.5px solid #006729;
}

.ctrlSubirArchivo{
  position: absolute;
  left: 20%;
  bottom: 5%;
}
.txtSubirArchivo{
  text-align: center;
  font: normal normal normal 16px/19px proxima-nova;
  letter-spacing: 0.43px;
  color: #AEAEAE;
  opacity: 1;
}
.boton-gris {
    /* Layout Properties */
    top: 1146px;
    left: 656px;
    width: 300px;
    height: 38px;
    /* UI Properties */
    background: #E5E5E5 0% 0% no-repeat padding-box;
    border-radius: 19px;
    opacity: 1;
    font: normal normal medium 14px/14px proxima-nova;
    color: #555555;
    border: 1px solid #006C30;
}
.divFile{
  width: 90%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  height: 37px;
  font: normal normal normal 16px/19px proxima-nova-normal-otf;
  text-align: left;
  align-content: center;
  padding-top: 10px;
}
.cerrarArchivo{
  float: right;
  font-size: larger;
  opacity: 1;
  color: #212529;
}

.color-blanco {
    color: #fff !important;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.mayuscula {
    text-transform:uppercase;
}

.cursor {
    cursor:pointer;
}

input[type="checkbox"]:checked {
    background-color: #006C30;
    border: 1px solid #006C30;
    box-shadow: none;
    border-radius: 5px 5px 5px 5px;
}

.opcionesMedio {
  width: 100%;
  height: 42px;
  border: 1px solid #AFAFAF;
  border-radius: 4px;
  opacity: 0.8;
  text-align: left;
  font: normal normal normal 16px/19px proxima-nova;
  letter-spacing: 0px;
  color: #AFAFAF;
  opacity: 1;
}

.elementosBusqueda {
  font: normal normal bold 18px/14px proxima-nova-bold-otf;
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
  opacity: 1;
  letter-spacing: 0.01px;
  color: #5A5A5A;
}

.encabezadoDivArchivo {
  text-align: left;
  font: normal normal bold 18px/14px proxima-nova-bold-otf;
  letter-spacing: 0.01px;
  color: #5A5A5A;
  opacity: 1;
}

input[type=email] {
    display: block;
    width: 100%;
    top: 566px;
    left: 98px;
    height: 42px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    opacity: 1;
}



    input[type=email]:disabled {
        background-color: #e9ecef;
        opacity: 1;
    }


#profile-tab {
    color: #006C30;
}

.pagination .page-link {
    position: relative;
    display: block;
    color: #006C30;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .pagination .page-link:hover {
        color: #000000;
    }

input[type=button].nav-link {
    color: #006C30;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;    
    border-color: #dee2e6 #dee2e6 #fff;
    background-color: #006C30;
}

.nav-tabs .nav-link:hover {
    color: #006C30;
}


element.style {
}

tr.table-row-selectable:hover {
    cursor: pointer;
}

.table-primary {
    --bs-table-bg: #E5E5E5;
    --bs-table-striped-bg: #E5E5E5;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #E5E5E5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #E5E5E5;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #E5E5E5;
}

.ui-border-gris-left {
    border-left: 1px solid #ccc !important;
}
.ui-padding-10 {
    padding:10px;
}
.ui-height-80 {
    height: 80px;
}

ui-width-300 {
    width: 300px!important;
}

ui-pading-right-130 {
    padding-right:130px;
}

ui-nav-head {
    height: 60px;
    color: #797979;
    font-size: 14px;
}