
/* General CSS Styles for BanCoppel_BPI */
input[type="text"] {
	text-indent: 11px;
}

input[type="password"] {
	text-indent: 11px;
}
input[type="tel"] {
	text-indent: 11px;
}
input[type="text"]:-webkit-input-placeholder {
	font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	 text-transform: none;
}

input[type="text"]::-webkit-input-placeholder {
  font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	 text-transform: none;
}

input[type="text"]:-moz-placeholder {
  font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	 text-transform: none;
}

input[type="text"]:-ms-input-placeholder {
 font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	 text-transform: none;
}
input[type="text"]::placeholder {
 font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	 text-transform: none;
}
/*************************************/
input[type="tel"]:-webkit-input-placeholder {
	font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	 text-transform: none;
}

input[type="tel"]::-webkit-input-placeholder {
  font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	 text-transform: none;
}


input[type="tel"]:-moz-placeholder{
  font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	 text-transform: none;
}

input[type="tel"]:-ms-input-placeholder {
 font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	 text-transform: none;
}
input[type="tel"]::placeholder {
 font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	 text-transform: none;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 5px;
}

::-webkit-scrollbar:horizontal {
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .2);
  border-radius: 12px;
  border: 1px solid #ffffff;
}

::-webkit-scrollbar-track {
  border-radius: 10px; 
  background-color: #ffffff; 
}
button {
	min-height: 30px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.active-yellow-button {
    height: 30px;
   	background: #1C42E8;
	border: 1px solid #D1D1D1;
	box-shadow: inset 0px -1px 0px 0px #164695;
    border-radius: 3px;
    font-family: Lato-Regular, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0px;
    cursor: pointer;
    outline: 0;
    padding-bottom: 2px;
}

.active-blue-button {
	background: #1C42E8;
	border: 1px solid #D1D1D1;
	box-shadow: inset 0px -1px 0px 0px #164695;
	border-radius: 2px;
	font-family: Lato-Regular, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0px;
	cursor: pointer;
	padding-bottom: 2px;
}

.inactive-button {
	background: #DEDEDE;
	border: 0.3px solid #D1D1D1;
	box-shadow: inset 0px -1px 0px 0px #D1D1D1;
	border-radius: 2px;
	font-family: Lato-Regular, sans-serif;
	font-size: 14px;
	color: #4A4A4A;
	letter-spacing: 0px;
	cursor: auto;
}

.input-date {
	background-color: #FFFFFF;
	background-image: url(../images/estructura/calendairo-normal.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 218px;
	background-size: 18px 18px;
	background-position-x: 205px;
	background-position-y: 8px;
	border-radius: 3px !important;
	border: 1px solid #A5A5A5;
	font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
}

.input-date-disabled {
	background-color: #d1d1d1 !important;
	background-image: url(../images/estructura/calendairo-normal.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 218px;
	background-size: 18px 18px;
	background-position-x: 97% !important;
	background-position-y: 8px !important;
	border-radius: 3px !important;
	border: 1px solid #A5A5A5;
	font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
}

.input-date-writing-state {
	box-shadow: -2px -2px 5px 0px rgba(0, 138, 200, 0.30), 2px 2px 5px 0px
		rgba(0, 138, 200, 0.30) !important;
	border: 1px solid #225AA7 !important;
	font-family: Lato-Regular, sans-serif !important;
	font-size: 13px !important;
	color: #636464 !important;
	}
.input-default {
	background: #FFFFFF;
	border: 1px solid #A5A5A5;
	border-radius: 3px !important;
	font-family: Lato-Regular, sans-serif;
	color: #636464;
	font-size: 13px;
}

.input-default:-webkit-input-placeholder {
	font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	 text-transform: none;
}

.input-default::-webkit-input-placeholder {
  font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	 text-transform: none;
}

.input-default:-moz-placeholder {
  font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	 text-transform: none;
}

.input-default::-moz-placeholder{
  font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	 text-transform: none;
}

.input-default:-ms-input-placeholder {
 font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	 text-transform: none;
}
.input-default::placeholder {
 font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	 text-transform: none;
}

.input-writing-state {
	background: #FFFFFF;
	border: 1px solid #225AA7  !important;
	box-shadow: -2px -2px 5px 0px rgba(0, 138, 200, 0.30), 2px 2px 5px 0px
		rgba(0, 138, 200, 0.30)  !important;
	border-radius: 3px;
	font-family: Lato-Regular, sans-serif !important;
	color: #636464;
	font-size: 13px;
}

.input-error-state {
	border: 1px solid #D0011B !important;
	box-shadow: -2px -2px 5px 0px rgba(208, 1, 26, 0.30), 2px 2px 5px 0px rgba(208, 1, 26, 0.30) !important;
	font-family: Lato, sans-serif !important;
	font-style:italic;
	color: rgba(255, 0, 0, 0.60) !important;
	outline: none;
	background: #FFFFFF;
	border-radius: 3px;
	
}

.input-error-state::-webkit-input-placeholder {
	color: rgba(255,0,0,0.60);
	font-family: Lato-Regular, sans-serif;
	font-size: 13px;
}
.input-error-state::placeholder {
color: rgba(255, 0, 0, 0.60);
}
.input-error-state:-moz-placeholder {
 color: rgba(255, 0, 0, 0.60);
}
.input-error-state::-moz-placeholder{
  color: rgba(255, 0, 0, 0.60);
}
.input-error-state:-ms-input-placeholder {
 color: rgba(255, 0, 0, 0.60);
}

.input-error-empty {
	border: 1px solid #D0011B !important;
	box-shadow: -2px -2px 5px 0px rgba(208, 1, 26, 0.30), 2px 2px 5px 0px rgba(208, 1, 26, 0.30) !important;
	font-family: Lato, sans-serif !important;
	font-style:italic;
	color: rgba(255, 0, 0, 0.60) !important;
	outline: none;
	background: #FFFFFF;
	border-radius: 3px;
}


.input-error-empty::-webkit-input-placeholder {
	font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: rgba(207,2,26,0.60);
}

.input-disabled {
	background: #D1D1D1;
	border: 1px solid #A5A5A5;
	font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	letter-spacing: 0;
	border-radius: 3px !important;
}

.dropbtn{
	padding: 10px 0 11px 11px;
	font-size: 13px;
	cursor: pointer;
	border: 1px solid #A5A5A5;
	border-radius: 3px;
	color: #081754; 
	text-align: left;
	width: 300px;
	background: #fff url("../images/seguridad/flecha-drops.png") no-repeat
		97% center;
	height: 43px;
	font-family: Lato-Italic, sans-serif;
	word-break: break-word;
    padding-right: 30px !important;
    overflow-y: hidden;
    white-space: normal;
}
.dropbtn a{
	font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: #8C8C8C;
}
.dropbtnCombo-bpi-disabled {
    background: #D1D1D1 url(../images/seguridad/fechaDrop.png) no-repeat 98% center;
    margin-bottom: 20px;
    margin-left: 54px;
    font-size: 11px;
    font-style: italic;
    font-family: lato, sans-serif;
    padding: 5px 35px 5px 16px;
    cursor: pointer;
    border: 1px solid #A5A5A5;
    border-radius: 3px;
    color: #A5A5A5;
    text-align: left;
    width: 219px;
    min-height: 43px;
    height: auto;
}
.dropbtn-bpi-disabled {
    background: #D1D1D1 url(../images/seguridad/fechaDrop.png) no-repeat 98% center;
    margin-bottom: 20px;
    font-size: 11px;
    font-style: italic;
    font-family: lato, sans-serif;
    padding: 5px 35px 5px 16px;
    cursor: pointer;
    border: 1px solid #A5A5A5;
    border-radius: 3px;
    color: #A5A5A5;
    text-align: left;
    width: 219px;
    min-height: 43px;
    height: auto;
}

.dropdown-content {
	text-align: left;
	display: none;
	position: absolute;
	width: 300px;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	min-height: 30px;
	max-height: 181px;
	overflow-y: auto;
	z-index: 3;
	word-break: break-word;
}

.dropbtn:hover, .dropbtn:focus {
	border: 1px solid #225AA7;
	box-shadow: -2px -2px 5px 0 rgba(0, 138, 200, 0.30), 2px 2px 5px 0
		rgba(0, 138, 200, 0.30);
	border-radius: 3px;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content a {
	color: #081754;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	background: #FFFFFF;
	border: 1px solid #A5A5A5;
	border-top: 1px solid #FFF;
	font-family: Lato-Regular, sans-serif;
	font-size: 13px;
}

.dropdown-content a:hover {
	font-family: Lato-BoldItalic, sans-serif;
	color: #FFFFFF;
	background: #05297A 100%;
}
.btn-busqueda-modal-bpi{
    height: 27px;
    width: 40px;
    border-style: none;
    background: #FFFFFF;
    background-image: url(../images/ABE_CuentasFrecuentes/icono_buscar.png);
    background-repeat: no-repeat;
    background-position: right;
}
.div-token-operacion-bpi {
	width: 288px;
	height: 119px;
	background: url(../images/ActivacionToken/token-2025.png) no-repeat;
	margin: auto;
	position: relative;
}
.txt-token-operacion-bpi {
	width: 113px;
	height: 20px;
	position: relative;
	top: 45px;
	left: 54px;
	border-style: none;
}
.blue-title {
	color: #081754;
	font-size: 18px;
	font-family: Lato-Black, sans-serif;
}
.blue-title-atencion {
	color: #1CA8F7;
	font-size: 18px;
	font-family: Lato-Black, sans-serif;
}


.gray-title {
	color: #4A4A4A;
	font-size: 16px;
	margin-top: 5px;
	font-family: Lato-Black, sans-serif;
}
.link-blue-underline{
	font-family: Lato-Regular, sans-serif;
    font-size: 13px;
    color: #1C42E8;
    text-decoration: underline;
    cursor: pointer;
}
.tamanioBtn{
	width: 136px;
	height: 30px;
}
.tamaniBtnGrande{
	width: 218px;
	height: 30px;
}
.bpiHomeLink_r{
	cursor: pointer;
}
.input-transform-uppercase{
	text-transform: uppercase;
}
.error-message-wrapper {
	position: relative;
	background: #FF594D;
	border: 1px solid #FF594D;
	border-radius: 6px;
	font-family: Lato-Bold, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0;
	padding: 10px 6px 11px 8px;
	text-align: left;
}

#generic-modal-wrapper {
	display: block;
	z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}


#generic-modal-content-title {
	position: relative;
	font-family: Lato-Regular, sans-serif; 
	font-size: 16px; 
	color: #FFFFFF;
	margin-left: 10px;
	top: 3px;
}

#generic-modal-content-title-wrapper {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	background:#05297A 100%;
	border-radius:2px;
}

.generic-modal-close-btn {
    position:relative;
	background-image: url(../images/ABE_CuentasFrecuentes/icono_cerrar_modal.png);
	background-repeat:no-repeat;
	width:25px;
	height: 25px;
    float: right;
    top:-12px;
    right:-10px;
}

.generic-modal-close-btn:hover, .generic-modal-close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.inactive-input{
	background: #D1D1D1;
    border: 1px solid #A5A5A5;
    border-radius: 1px;
}
.input-error {
	border: 1px solid #D0021B !important;
	box-shadow: -2px -2px 5px 0px rgba(208, 1, 26, 0.30), 2px 2px 5px 0px
		rgba(208, 1, 26, 0.30) !important;
	font-family: Lato, sans-serif !important;
	font-style: italic;
	color: rgba(255, 0, 0, 0.60) !important;
	outline: none;
}
/********Tooltip Generico*********/
.div-tooltipCorreoGenerico {
 position: relative;
 display: inline-block;
 border-bottom: 0px dotted black;
}

.div-tooltipCorreoGenerico .toolcheckCorreoGenerico {
 margin-bottom: 10px;
}
.toolcheckCorreoGenerico{
	margin: 10px 1px;
	font-family: Lato-Regular, sans-serif;
	font-size: 12px;
}
.txt-email-envio-exitoso {
	font-family: Lato-Bold, sans-serif;
    font-size: 18px;
    color: #081754;
 	width: auto;
 	word-break: break-all;
    overflow-wrap: break-word;
}

.div-tooltipCorreoGenerico #txtCorreoAlterno {
 font-family: Lato-Italic, sans-serif;
 font-size: 13px;
 color: #4A4A4A;
 letter-spacing: 0px;
 width: 219px;
 height: 24px;
 display: none;
 margin-top: 10px;
}
 #div-content-tool {
 visibility: hidden;
 width: 256px;
 background: #FFFFFF;
 color: #4A4A4A;
 text-align: left;
 padding: 5px;
 position: absolute;
 z-index: 1;
 top: 85%;
 left:-42%;
 opacity: 0;
 transition: opacity 1s;
 border: 1px solid #D1D1D1;
 box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.50);
 border-radius: 8px;
 padding-left: 8px;
 font-size: 12px;
 font-family: Lato-Regular, sans-serif;
}

.div-tooltipCorreoGenerico #div-content-tool::after {
 content: "";
 position: absolute;
 top: -25px;
 left: 47%;
 border-width: 12px;
 border-style: solid;
 border-color: transparent transparent #FFF transparent;
 
}

.div-tooltipCorreoGenerico:hover #div-content-tool {
 visibility: visible;
 opacity: 1;
}
.estiloErrorLetraCorreoGenerico{
	font-family: Lato-Italic, sans-serif;
	font-size: 13px;
	color: rgba(207,2,26,0.60);
	letter-spacing: 0;
}
/********************************************************************************/

.service-pay-registered-services-main-table-disabled-blue-row2 {
	width: 100%;
	height: 100%;
	z-index: 1;
	margin-top: 3px;
	margin-bottom: 3px;
}

.filaAzul {
	background-color: #05AAF2;
	position: absolute;
	opacity: 0.3;
	margin-top: 3px;
	z-index: 10;
	height: 20%;
	max-height: 148px;
	max-width: 767px;
	min-width: 235px;
	width: 96%;
	min-height: 100px;
}

@media all and (max-width: 800px) {
    .filaAbsoluteResponsive{
        right: 10px;
    }
}

@media all and (max-width: 500px) {
    .filaAbsoluteResponsive{
        left: 10px;
    }
}

@media all and (max-width: 413px) {
    .filaAbsoluteResponsive{
        height: 23%;
    }
}

@media all and (max-width: 346px) {
    .filaAbsoluteResponsive{
        height: 25%;
    }
}

@media all and (max-width: 343px) {
    .filaAbsoluteResponsive{
        height: 28%;
    }
}

.textoTiempoEspera {
	position: absolute;
	height: 100%;
	width: 100%;
	min-width: 234px;
	max-width: 765px;
	min-height: 100px;
	max-height: 101px;
}

.main-views-service-pay-registered-services-main-table-header-columns-td2 {
	position: relative;
	min-height: 30px;
	height: auto;
	background:#A5A5A5 100%;
	font-family: Lato-Regular, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0px;
	border-top: 1px solid #FFFFFF;
}

.service-pay-registered-services-main-table-blue-pay-btn-r {
	position: relative;
	width: 90px;
	height: 30px;
	background: #1C42E8;
	border: 1px solid #D1D1D1;
	box-shadow: inset 0px -1px 0px 0px #164695;
	border-radius: 2px;
	font-family: Lato-Regular, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 30px;
	cursor: pointer;
	padding-bottom: 2px;
}
.prog-pay-registered-services-main-table-blue-select-btn-r {
	position: relative;
	width: 90px;
	height: 30px;
	background: #1C42E8;
	border: 1px solid #D1D1D1;
	box-shadow: inset 0px -1px 0px 0px #164695;
	border-radius: 2px;
	font-family: Lato-Regular, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0px;
	margin:8px auto;
	cursor: pointer;
	padding-bottom: 2px;
}

.service-pay-registered-services-main-table-blue-pay-btn-rt {
	position: relative;
	height: 30px;
	background: #1C42E8;
	border: 1px solid #D1D1D1;
	box-shadow: inset 0px -1px 0px 0px #164695;
	border-radius: 2px;
	font-family: Lato-Regular, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 30px;
	cursor: pointer;
	padding-bottom: 2px;
}


.td-left-data-oper {
	padding: 8px 5px !important;
	text-align: right;
	font-family: Lato-Regular, sans-serif;
	color: #4A4A4A;
	font-size: 13px;
	width: 50%;
}

.td-right-value-oper {
	padding: 8px 5px !important;
	text-align: left;
	font-family: Lato-Bold, sans-serif;
	color: #4A4A4A;
	font-size: 13px;
	word-wrap: break-word;
    max-width: 140px;
    width: 50%;
}
.tdLeftServicePay {
	padding: 0px 5px 0px 0px;
	text-align: right;
	font-family: Lato-Regular, sans-serif;
	color: #4A4A4A;
	font-size: 13px;
	 vertical-align: top;
}

.tdRigthServicePay {
	padding: 0px 0px 0px 5px;
	text-align: left;
	font-family: Lato-Bold, sans-serif;
	color: #4A4A4A;
	font-size: 13px;
	word-wrap: break-word;
    max-width: 140PX;
	vertical-align: top;
}


.tdLeftServiceButtons {
	padding: 0px 14px 0px 0px;
	text-align: right;
	font-family: Lato-Regular, sans-serif;
	color: #4A4A4A;
	font-size: 13px;
}

.tdRigthServiceButtons {
	padding: 0px 0px 0px 14px;
	text-align: left;
	font-family: Lato-Bold, sans-serif;
	color: #4A4A4A;
	font-size: 13px;
}
.botonesTablaPagos {
	position: absolute;
}

.pl31 {
	padding-left: 31px;
}

.mrg-lft31 {
	margin-left: 31px;
}

.ml63 {
	margin-left: 63px;
}

.botonesTablaPagos input {
	padding-right: 5px;
}

.colorFilasTablaBlanco {
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	 position: relative;
}

.colorFilasTablaGris {
	background: #EAEAEA;
	 position: relative;
}

.posicionTextoToken {
	margin-top: -74px;
	position: absolute;
	width: 112px;
	height: 18px;
	margin-left: -3px;
}

.textoGracias {
	color: #081754;
	font-family: Lato-Black, sans-serif;
	font-size: 40px;
	text-align: center;
}

.subtituloAzul {
	color: #081754;
	font-family: Lato-Bold, sans-serif;
	font-size: 14px;
	line-height: 20px;
	
}

.textoGris13Regular {
	color: #4A4A4A;
	font-family: Lato-Regular, sans-serif;
	font-size: 13px;
}

.textoGris13Bold {
	color: #4A4A4A;
	font-family: Lato-Bold, sans-serif;
	font-size: 13px;
}

.textoGris11Regular {
	color: #4A4A4A;
	font-family: Lato-Regular, sans-serif;
	font-size: 11px;
}

.textoGris14Regular {
	color: #4A4A4A;
	font-family: Lato-Regular, sans-serif;
	font-size: 14px;
}
.textoGris16Regular {
	color: #4A4A4A;
	font-family: Lato-Regular, sans-serif;
	font-size: 16px;
}

.textoGris13Black{
	font-family: Lato-Black, sans-serif;
	font-size: 13px;
	color: #4A4A4A;
}
.textoGris14Bold {
	color: #4A4A4A;
	font-family: Lato-Bold, sans-serif;
	font-size: 14px;
}

.textoGris11Bold {
	color: #4A4A4A;
	font-family: Lato-Bold, sans-serif;
	font-size: 11px;
}
.textoGris12Bold {
	color: #4A4A4A;
	font-family: Lato-Bold, sans-serif;
	font-size: 12px;
}


.textoGris18Bold {
	color: #4A4A4A;
	font-size: 18px;
	font-family: Lato-Bold, sans-serif;
}
.textoGris16Bold {
	color: #4A4A4A;
	font-family: Lato-Bold, sans-serif;
	font-size: 16px;
}
.textoAzul13Black{
	font-family: Lato-Black, sans-serif;
	font-size: 13px;
	color: #081754;
}
.textoAzul13Regular {
	color: #081754;
	font-family: Lato-Regular, sans-serif;
	font-size: 13px;
}
.textoAzul16Bold {
	color: #081754;
	font-family: Lato-Bold, sans-serif;
	font-size: 16px;
}
.textoAzul20BoldItalic {
	font-family: Lato-BoldItalic, sans-serif;
	font-size: 20px;
	color: #081754;
}
.textoAzul20Bold {
	font-family: Lato-Bold, sans-serif;
	font-size: 20px;
	color: #081754;
}
.textoAzul10Regular {
	font-family: Lato-Regular, sans-serif;
	font-size: 10px;
	color: #081754;
}

.textoAzul16Regular {
	color: #081754;
	font-family: Lato-Regular, sans-serif;
	font-size: 16px;
}

.textoGrisClaro13Regular {
	color: #4A4A4A;
	font-family: Lato-Regular, sans-serif;
	font-size: 13px;
}

.mensajeErrorDiv {
	text-align: left; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	visibility: hidden;  
	width:80%; 
	height: auto;
	background: #FF594D;
	border: 1px solid #FF594D;
	border-radius: 6px;
	font-family: Lato-Bold, sans-serif;
	font-size: 12px;
	margin:0 auto;
	color:#FFFFFF;
}

.width219px {
	width: 219px;
}
.linea-divisora-encabezado-oper {
	border-bottom: solid 1px #A5A5A5;
	padding-bottom: 7px;
	margin-bottom: 12px;
}

.linea-divisora-datos-oper {
	border-bottom: solid 1px #D1D1D1;
	padding-bottom: 3px;
	margin: auto;
	width: 88%;
}
/********************************************************************************/
/*some styles to PagosServices*/
.services-pay-blue-button {
	position: relative;
	background: #225AA7;
	border: 1px solid #D1D1D1;
	box-shadow: inset 0px -3px 0px 0px #164695;
	border-radius: 2px;
	text-align: center;
	font-family: Lato-Regular, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-shadow: 0px 1px 0px #164695;
	cursor: pointer;
}
.main-views-service-pay-logo-img {
	position: relative;
}

.main-views-service-pay-registered-services-buttons-table {
	position: relative;
	height: 100%;
}

.main-views-service-pay-registered-services-buttons-table td {
	position: relative;
	top: 25px;
}


.main-views-service-pay-registered-services-main-table-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 10px;
}

.main-views-service-pay-registered-services-main-table-header {
	position: relative;
	background-color: #05297A;
    width: 100%;
	height: 30px;
    font-family: Lato-Bold, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #164695;
	margin-top: 30px;
	text-align: left;
}

.main-views-service-pay-registered-services-main-table-header p {
	position: relative;
	width: 153px;
	height: 19px;
	margin-left: 9px;
	padding-top: 4px;
}

.main-views-service-pay-registered-services-main-table {
	position: relative;
    width: 100%;
    height: 100%;
    margin-left: -1px;
}

.main-views-service-pay-registered-services-main-table-empty-rows {
	position: relative;
    text-align: center;
    background: #A5A5A5;
    width: 100%;
    height: 30px;
	font-family: Lato-Regular, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0;
}

.main-views-service-pay-registered-services-main-table-empty-rows p {
	position: relative;
	width: 198px;
	height: 13px;
	padding-top: 5px;
}

.main-views-service-pay-registered-services-main-table-header-columns-tr {
	position: relative;
	width: 745px;
	height: 30px;
}

.main-views-service-pay-registered-services-main-table-header-columns-td {
	position: relative;
	height: 30px;
	background:#05297A 100%;
	font-family: Lato-Regular, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0px;
	border-top: 1px solid #FFFFFF;
}

.main-views-service-pay-registered-services-main-table-light-blue-td {
	position: relative;
	height: 40px;
	background: #EAEAEA;
	font-family: Lato-Regular, sans-serif;
	font-size: 11px;
	color: #4A4A4A;
	letter-spacing: 0px;
}

.main-views-service-pay-registered-services-main-table-light-white-td {
	position: relative;
	height: 40px;
	background: #FFFFFF;
	font-family: Lato-Regular, sans-serif;
	font-size: 11px;
	color: #4A4A4A;
	letter-spacing: 0px;
	border: 1px solid #EAEAEA;
}

.service-pay-registered-services-main-table-blue-pay-btn {
	position: relative;
	width: 90px;
	height: 30px;
	background: #225AA7;
	border: 1px solid #D1D1D1;
	box-shadow: inset 0 -3px 0 0 #164695;
	border-radius: 2px;
	font-family: Lato-Regular, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-shadow: 0 1px 0 #164695;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	left: 20px;
	cursor: pointer;
}

.service-pay-registered-services-main-table-edit-btn-r {
	margin-top: 9px;
	cursor: pointer;
}

.service-pay-registered-services-main-table-edit-btn-rt {
	background: none;
	border: none;
	margin-top: 9px;
	cursor: pointer;
}

.service-pay-registered-services-main-table-edit-btn {
	position: relative;
	margin-top: 7px;
	margin-bottom: 5px;
	margin-left: 20px;
	cursor: pointer;
}

.service-pay-registered-services-main-table-delete-btn-r {
	margin-top: 9px;
	cursor: pointer;
}

.service-pay-registered-services-main-table-delete-btn-rt {
	background: none;
	border: none;
	margin-top: 9px;
	cursor: pointer;
}

.service-pay-registered-services-main-table-delete-btn {
	position: relative;
	margin-top: 7px;
	margin-bottom: 5px;
	margin-left: 20px;
	cursor: pointer;
}

.service-pay-registered-services-main-table-disabled-blue-row {
	width: 745px;
	height: 40px;
	background-color: #05AAF2;
	opacity: 0.3;
	position: absolute;
	z-index: 1;
	margin-top: 3px;
	margin-bottom: 3px;
}

.service-pay-registered-services-main-table-disabled-blue-row-text-wrapper {
	left: 0px;
	position: absolute;
    width: 100%;
    top: 0px;
    height: 100%;
    background: rgba(172,211,243,0.60);
    border: 1px solid #EAEAEA;
    vertical-align: middle;
    text-align: center;
}

.service-pay-registered-services-main-table-disabled-blue-row-text img {
    display: block;
    margin: 20px auto 0;
}

.service-pay-registered-services-main-table-disabled-blue-row-text {
	color: #081754;
	font-family: Lato-Bold, sans-serif;
	position: relative;
	font-size: 13px;
	
}

.main-views-service-pay-registered-services-logo-wrapper {
	position: relative;
	width: 185px;
	height: 100%;
	float: left;
	padding-top: 15px;
}
/*.. RadioButton ..*/

.customRadio input[type="radio"]:empty {
    display: none;
}

.customRadio input[type="radio"]:checked ~ label::before {

    width: 15px;
    height: 15px;
    margin-right: 9px;
    position: relative;
    background-image: url(../images/iconografia/radio-on.png);
    content: '';
    display: inline-block;
    visibility: visible;
    background-repeat: no-repeat;

}

.customRadio input[type="radio"]:empty ~ label  {

    width: 15px;
    height: 15px;
    margin-left: 9px;
    position: relative;
    background-image: url(../images/iconografia/radio-off.png);
    content: '';
    display: inline-block;
    visibility: visible;
    background-repeat: no-repeat;
}

.inputCheck[type=checkbox] {
	display: none;
}

.inputCheck[type='checkbox']:checked+label {
	width: 16px;
	height: 16px;
	padding-right: 10px;
	position: relative;
	background-image: url(../images/estructura/check-activo.png);
	content: '';
	display: inline-block;
	visibility: visible;
	background-repeat: no-repeat;
}

.inputCheck[type='checkbox']+label {
	width: 16px;
	height: 16px;
	padding-right: 10px;
	position: relative;
	background-image: url(../images/estructura/check-inactivo.png);
	content: '';
	display: inline-block;
	visibility: visible;
	background-repeat: no-repeat;
}

/* .Date Picker... */

.ui-datepicker{
	width: 231px !important;
    position: fixed;
    z-index: 1;
    display: block;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
    line-height: inherit !important;
    text-align: center;
    font-family: Lato-Bold, sans-serif !important;
    font-size: 18px !important;
    color: #FFFFFF !important;
    margin-top: 7px !important;
}
.ui-datepicker .ui-datepicker-header {
    background: url(../images/estructura/cal-header-top-arrow.png) repeat 0 0 #FFF !important;
    background-repeat: no-repeat !important;
    background-size: 100% 98% !important;
    position: relative;
    color: white;
    font-family: Lato-Black, sans-serif !important;
    width: 218px !important;
    height: 28px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
     border:  #EAEAEA !important;
    background: #EAEAEA;
    font-weight: normal;
    color: #c5c5c5 !important ;
    border-radius: 22px;
    width: 22px !important;
    height: 20px !important; 
    text-align: center;
}
.ui-state-hover, .ui-widget-content .ui-state-hover{
   background: #FDD614 !important;
    font-weight: normal;
    color: #081754 !important;
    border-color:10px;
    border-radius: 22px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-prev-hover { left:1px;  
    background: transparent !important; 
     font-weight: normal; 
     color:  0px solid !important; 
     border: 0px solid #FDD614 !important; 
     border-color:0px; 
     border-radius: 0px;
     cursor: pointer; 
     }
.ui-datepicker .ui-datepicker-next-hover { 
	right:1px;
	background: transparent !important; 
     font-weight: normal; 
     color:  0px solid !important; 
     border: 0px solid #FDD614 !important; 
     border-color:0px; 
     border-radius: 0px;
     cursor: pointer;  
     }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	height: 20px !important;
	width: 20px !important;
	margin-left: 8px !important;
    padding-left: 2% !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
   border: 1px solid #FDD614 !important;
    background: #FDD614 !important;
    font-weight: normal;
    color: #081754 !important;
}
.ui-datepicker th {
	 padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
	font-family: Lato-Bold, sans-serif !important;
	font-size: 15px !important;
	color: #081754 !important;
}
.ui-widget-header .ui-icon {
	position : absolute;
 	margin-left: -8px !important;
 	left: 30px;
 	margin-top: 3px !important;
}
.ui-icon-circle-triangle-w {
	background-image: url(../images/reimpComp/backArrow.png) !important;
    background-position: 5px 0px !important;
    background-size: 10px 15px !important;
}
.ui-icon-circle-triangle-e {
	background-image: url(../images/reimpComp/nextArrow.png) !important;
    background-position: 0px 0px !important;
    background-size: 10px 15px !important;
}
#ui-datepicker-div{
	padding: 0px !important;
	z-index: 2;
	margin-top: 1px !important;
	margin-left:auto !important;
	width: 218px !important;
	height: 216px !important;
	position: relative;
}
.ui-widget-content.ui-widget{
	border: 0px solid #c5c5c5 !important;
}
.ui-datepicker table {
	background: #ffffff !important;
    width: 218px !important;
    height: 181px !important;
    font-size: 13px;
    border-collapse: collapse;
    margin-top:-1px !important;
    border: 1px solid #D1D1D1 !important;
}
.ui-widget-header {
    border: 0px solid #dddddd !important;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-datepicker-month{
	font-family: 5px !important;
}
/*Estilos encabezado de flujo*/
.barra-inactiva-fase {
	position: relative;
	background: #EAEAEA;
	border-radius: 8px;
	height: 14px;
	display: inline-block;
	margin-top: 33px;
	width: 61%;
	min-width: 197px;
}
.circulo-fase {
	border-radius: 10px;
	width: 11px;
	height: 11px;
	margin-right: 9px;
	display: inline-block;
}
.circulo-activo{
	background: #1c42e8;
}
.circulo-inactivo{
	background: #D1D1D1;
}
.imagen-fase-activa{
	max-width: 290px;
	border-radius: 30px;
	border: 1px white;
	position: relative;
	background: #FFFFFF !important;
	margin-top: -30px;
	width: 53px;
	height: 53px;
}
/*lbl-radio-button*/
.service-pay-modal-radio-button-lbl[type=radio] {
	display: none;
}

.service-pay-modal-radio-button-lbl[type='radio']:checked + label {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../../images/iconografia/radio-on.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	top: 3px;
	cursor: pointer;
}

.service-pay-modal-radio-button-lbl[type='radio'] + label {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../../images/iconografia/radio-off.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	top: 3px;
	cursor: pointer;
}

.select-input-writing-state {
	background: #FFFFFF;
	border: 1px solid #225AA7;
	box-shadow: 2px 2px 5px 0px rgba(0, 138, 200, 0.30), -2px -2px 5px 0px
		rgba(0, 138, 200, 0.30);
	border-radius: 3px;
}

.select-input-error-state {
	background: #FFFFFF;
	border: 1px solid #D0021B;
	box-shadow: -2px -2px 5px 0px rgba(208, 1, 26, 0.30), 2px 2px 5px 0px
		rgba(208, 1, 26, 0.30);
	border-radius: 3px;
}

.tooltip_r {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
}

.tooltip_r .tooltiptext {
	font-family: Lato-Regular, sans-serif;
    font-size: 12px;
    visibility: hidden;
    width: 218px;
    background: #FFFFFF;
    color: #4A4A4A;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 100%;
    margin-bottom: 0px;
    margin-left: -220px;
    opacity: 0;
    transition: opacity 1s;
    border: 1px solid #D1D1D1;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.50);
    border-radius: 8px;
}

.tooltip_r .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: -33px;
    border-width: 12px;
    border-style: solid;
    border-color: #eaeaea transparent transparent transparent;
   	
}

.tooltip_r:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.text-token-confirmacion{	
	width:224px;
	font-family: Lato-Regular, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
	 margin: 5px auto 20px;
	text-align: left;
	}			
.auth-paws-content{
	display: none;
	width: 100%;
    text-align: center;
}
.auth-paws-big-input  {
	margin: 20px;
	width: 301px;
    height: 37px;
	
}
.auth-paws-sm-input  {
	margin: 20px;
	width: 219px;
    height: 24px;
	
}
.component-hide{
	display: none;
}

.estilotextareaTC { 
	max-width: 600px;
	max-height: 250px;
	overflow: scroll;
	overflow-x: hidden;
	text-align: justify;
	border: solid;
	border-color: #a5a5a5;
	border-width: 1px;
	border-radius: 3px;
	padding: 5px;
	font-size: 14px;
	margin: auto;
}
.estilotextareaTC::-webkit-scrollbar-thumb{
	background: #ccc;
	border-radius: 4px;
}
.estilotxTC p{
	font-size: 14px;
	color: #4A4A4A;
	margin: 0px;
}
.text-error-datos{
	 color: rgba(255, 0, 0, 0.60) ;
	 font-family: Lato-Regular, sans-serif;
    font-size: 13px;
    margin-top: 5px;
    display: none;
	text-align: left;    
}
.estilotextareaFirma { 
	user-select: none !important;
	max-width: 600px;
	overflow-x: hidden;
	text-align: left;
	border: solid;
	border-color: #a5a5a5;
	border-width: 1px;
	border-radius: 3px;
	padding: 5px;
	font-size: 14px;
	margin: auto;
}
.estilotxFirma{
	font-size: 14px;
	color: #081754;
}
.textAceptarFirma{
	user-select: none !important;
	max-width: 600px;
    text-align: left;
    font-size: 14px;
    margin: auto;
    color: #081754;
}
.textRevocar{
	user-select: none !important;
	text-align: center; 
	padding-top: 20px; 
	font-size: 10px; 
	width: 100%;
}
.textActualizaDatosContacto{
	font-size: 16px;
	color: #081754;
	margin-top: 30px;
	margin-bottom: 15px;
}
#div-actualizar-datos {
	text-align: center;
	font-size: 14px;
    border: 1px solid #FF594D;
    border-radius: 8px;
    width: 100%;
    max-height: 170px;
    margin-top: 27px;
    display: none;
}

.img-actualizar-datos {
	margin-left: 10px;
    margin-top: 15px;
}

.texto-actualizar-datos {
	color: #4A4A4A;
    width: 75%;
    margin-top: -25px;
    display: inline-block;
    font-family: Lato-Regular, sans-serif;
    text-align: center;
    white-space: pre-line;
}
.div-btn-actualizar-datos{
	text-align: center; 
	margin-top: 10px; 
	margin-bottom: 15px;
}
#div-alerta-amex {
	font-size: 14px;
	border: 1px solid #FF594D;
	border-radius: 8px;
	width: 100%;
	margin: 20px auto 0;
	display: none;
}
#div-alerta-amex2 {
	font-size: 14px;
	border: 1px solid #FF594D;
	border-radius: 8px;
	width: 100%;
	max-width: 280px;
	margin: 20px auto 0;
	display: none;
}
.titulo-alerta-amex {
	font-family: Lato-Bold, sans-serif;
	font-size: 18px;
	color: #C8180D;
	vertical-align: top;
	margin-top: 13px;
	text-align: center;
}
.img-alerta-amex {
	margin-bottom: -6px;
	margin-right: 10px;
}
.texto-alerta-amex {
	color: #4A4A4A;
	display: inline-block;
	margin: 7px 10px 10px 0;
	font-family: Lato-Regular, sans-serif;
	text-align: center;
	 width: 100%;
}
#div-no-compartas {
	font-size: 14px;
	border: 1px solid #FF594D;
	border-radius: 8px;
	width: 100%;
	margin: 20px auto 0;
	margin-bottom: 20px;
}
.text-bold{
	color: #4A4A4A; 
	font-weight: bold;
}

/* frmLoginToken */
#icono_ayuda-login {
    margin-left: 5px;
    padding-top: 5px;
}

.tooltip-login-token {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: white;
    border-radius: 5px;
}

.tooltip-login-token .tooltip-content {
    visibility: hidden;
    width: 240px;
    height: 400px;
    background-color: #fff;
    color: #225AA7;
    text-align: center;
    padding: 10px;
    border-radius: 26px;
    position: absolute;
    top: 290%;
    left: 70%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 5;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.tooltip-content::after {
    content: "";
    position: absolute;
    top: -11%;
    left: 80px;
    transform: translateY(-50%);
    border-width: 50px;
    border-style: solid;
    border-color: transparent transparent white transparent;
    filter: drop-shadow(0px -3px 2px rgba(0, 0, 0, 0.2));
}

.tooltip-login-token:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
}

.tooltip-title {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 26px;
}

.tooltip-images {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.tooltip-images div {
    text-align: center;
}

.tooltip-images img {
    width: 110px;
    height: auto;
}

.tooltip-text {
    margin-top: 25px;
    font-size: 18px;
}
.tooltip10 {
    position: relative;
    display: inline-block;
}

.tooltip10 .tooltiptext10 {
    visibility: hidden;
    width: 250px;
    background: #FFFFFF;
    color: #4A4A4A;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    margin-left: -184px;
    opacity: 0;
    transition: opacity 1s;
	border: 1px solid #D1D1D1;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.50);
    /*border-radius: 6px;*/
	border-radius: 8px;
	font-family: Lato-Regular, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.tooltip10 .tooltiptext10::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: -88px;
    border-width: 12px;
    border-style: solid;
    border-color: #eaeaea transparent transparent transparent;
   	
}

.tooltip10:hover .tooltiptext10 {
    visibility: visible;
    opacity: 1;
}			

.tooltip20 {
    position: relative;
    display: inline-block;
}

.tooltip20 .tooltiptext20 {
    visibility: hidden;
    width: 250px;
    background: #FFFFFF;
    color: #4A4A4A;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 100%;
    margin-left: -240px;
    opacity: 0;
    transition: opacity 1s;
	border: 1px solid #D1D1D1;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.50);
	border-radius: 8px;
	font-family: Lato-Regular, sans-serif;
    font-size: 12px;
}

.tooltip20 .tooltiptext20::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: -33px;
    border-width: 12px;
    border-style: solid;
    border-color: #eaeaea transparent transparent transparent;
   	
}

.tooltip20:hover .tooltiptext20 {
    visibility: visible;
    opacity: 1;
}