/* START: C37C8FEB */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.CustomerTitle:after {  content: "" }
.CustomerNumberCaption:after {  content: "RFC:" }

.ActualDebitCaption:after {  content: "Monto Total:" }
.UpdateContactsCaption:after {  content: "Datos de Contacto" }

.DebitTabTitle:after { content: "Saldo Actual"; }
.PaymentTabTitle:after { content: "Pagos Realizados"; }
.ManidestoTabTitle:after { content: "Manifiestos"; }

.DebitTabTitle:after { content: "Saldo Actual"; }
.PaymentTabTitle:after { content: "Pagos Realizados"; }
.ManidestoTabTitle:after { content: "Manifiestos"; }

.CustomerNumberRow { display: none;  } 



.PaymentCaption:after { content: "Pagar"; }
.PaymentTitle:after { content: "Realizar Pago"; }
.PaymentDescription:after { content: "Aqui podrá realizar el pago con un medio digital"; }
.PaymentDebitsTitle:after { content: "Facturas a pagar"; }
.PaymentAmountTitle:after { content: "Monto total del pago"; }

.DebitProductCaption:after {  content: "Servicio" }
.DebitReferenceCaption:after {  content: "Número de factura" }
.DebitIssueDateCaption:after {  content: "Emisión" }
.DebitDueDateCaption:after {  content: "Vencimiento" }
.DebitDaysCaption:after {  content: "Días" }
.DebitTotalDebitCaption:after {  content: "Total" }

.ActionDebitTitle:after {  content: "Aplica sobre las Facturas" }
.ExportTitle:after { content: "Exportar"; color: blue; text-decoration-line: underline;   }

.PendingPaymentTitle:after {  content: "Pagos pendiente" }
.PendingPaymentMessage:after {  
  	content: "Su pago esta siendo procesado por el área de cobranza en breve se reflejará en su estado de cuenta";
	color: red;
}

.ResponseDateTitle:after {  content: "Fecha" }
.CommentsTitle:after {  content: "Comentarios" }
.FileTitle:after {  content: "Comprobante" }

.CustomerEmailCaption:after {  content: "Email:" }
.CustomerPasswordCaption:after { content: "Clave:" }
.CustomerNewPasswordCaption:after { content: "Nueva Clave:" }
.CustomerNewPassword2Caption:after { content: "Repita su Clave:" }

.LoginExplanationCaption:after {  content: "Te enviaremos un mail que incluye un link para que puedas ingresar al portal de gestión de clientes." }
.ResetPasswordExplanationCaption:after {  content: "Te enviaremos un mail que incluye un link para que puedas crear o resetear tu clave." }
.ResetPasswordExplanation2Caption:after {  content: "Puedes ingresar tu nueva clave." }

body {
  	color: black;
	font-family: 'Montserrat', sans-serif !Important;
  	font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
  	letter-spacing: 0.00938em;
}

.CIDRow {
	display:none;
}


.menu {
  color: white !Important;
}

.active {
  font-weight:bold;
}

.navbar {
  	border-bottom: #888 solid 1px;
    background-color: #004AA1!Important;
	color: white;
}

.btn {
  	cursor: pointer;
    text-align: center;
    padding-top: 5px !Important;
    padding-bottom: 5px !Important;
    padding-left: 15px !Important;
    padding-right: 15px !Important;  
}

.btn-primary {
    background-color: #003da5!Important;
    border-radius: 31.5px;
    color: white;
}


.navbar-brand {
    background-image: url(https://difw6qb31xygn.cloudfront.net/img/redAmbientalBlue.png);
    background-repeat: no-repeat;
    background-size: auto 50px;
	width: 150px;
  	height: 50px;
  	font-size: 0px;
}

.footer {
    position: fixed;
  	height:32px;
  	font-size: .8em;
    left: 0;
    bottom: 0;
    width: 100%;
	background-color: #003da5!Important;
  	color: white;
    text-align: center;
}

.footer a {
  color: white;
}
















.PaymentAcceptedTitle:after {  content: "Pago recibido" }
.PaymentAcceptedMessage:after {  
    content: "Su pago ha sido procesado exitosamente. Este se verá reflejado en su estado de cuenta en un plazo máximo de 72 horas";
	color: green;
}

/* END: C37C8FEB   */

/* END: C37C8FEB */