html, body { height:100%; margin:0; }

body {
	font-family: "Brockmann";
	display: table;
	width: 100%;
	font-size: 1rem;
}

div#redirectingToPGModal, div#qrMachModal {
	padding-top: 2rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

div#redirectingToPGModal, div#qrMachModal, div#uMatchModal {
    border: 2px solid #3f6fe8;
    border-radius: 5px;
}

div#uMatchModal .callout{
    padding: 1rem 4rem;
    border: unset;
    background: #f1f1f1;
    border-radius: 5px;
}

.reveal-overlay {
    background: rgba(27,55,95,0.5);
}

/*
	Header
	https://foundation.zurb.com/building-blocks/blocks/topbar-responsive.html
*/
#responsive-menu {
	height: 6rem;
	height: -webkit-fill-available;
	padding-top: .5rem;
}
#responsive-menu, #responsive-menu ul {
	/*background-color: #2c3840;*/
}

/** OLD **/
#responsive-menu .top-barmenu-left {
	padding-left: .5rem;
}
#responsive-menu .top-barmenu-left div {
	font-size: 1.3rem;
	font-weight: bold;
}
#responsive-menu .top-barmenu-left img {
    height: -webkit-fill-available;
    width: auto;
}
#responsive-menu .top-barmenu-left div.show-for-small-only {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 2rem;
	margin-bottom: .7rem;
	border-bottom: 2px solid #e6e6e6;
    padding-bottom: .5rem;
}


#responsive-menu .top-barmenu-center {
	text-align: center;
}
#responsive-menu .top-barmenu-center h5 {
	color: #2e2b2e;
	margin-top: 1rem;
	font-weight: bold;
	border-bottom: 2px solid #e6e6e6;
    padding-bottom: .5rem;
}
#responsive-menu .top-barmenu-center span.business {
	font-weight: bold;
}

#responsive-menu .top-barmenu-right {
	text-align: right;
	padding-right: 2rem;
}
#responsive-menu .top-barmenu-right .button-exit {
	margin-top: 1.2rem;
	background-color: transparent;
	color: black;
	border: 1px solid;
}
#responsive-menu .top-barmenu-right .button-exit:hover {
	background-color: #1468a0;
	color: white;
}
@media screen and (max-width: 39.9375em) {
  #responsive-menu .top-barmenu-right .topbarmenu-responsive-button {
    width: 100%;
  }
}

/** NEW **/
.marginAuto {
	margin: auto;
}

#responsive-menu .top-barmenu-portalLabel {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    border-left: 2px solid;
    padding: 0.5rem 0rem 0.5rem 1rem;
    font-size: 1.2rem;
}

#responsive-menu .top-barmenu-welcome{
    font-size: 1rem;
    font-weight: 500;
}

#responsive-menu .top-barmenu-customer{
    font-size: 1rem;
    font-weight: 400;
    color: #2196f3;
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#responsive-menu .top-barmenu-business{
	font-size: 1.2rem;
    font-weight: 500;
    color: #2b2b27;
}
#responsive-menu .top-barmenu-documents {
    font-size: 0.9rem;
    font-weight: 500;
    color: #2196f3;
}

#responsive-menu .top-barmenu-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: flex-end;
    flex-wrap: wrap;
    justify-content: center;
}

#responsive-menu .top-barmenu-logo{
    max-height: 5rem;
    max-width: 50%;
    height: auto;
    width: auto;
}

#responsive-menu .top-barmenu-exit {
    width: fit-content;
    color: #7ac58c;
    border-width: 2px;
    border-color: #7ac58c;
    border-radius: 3rem;
    padding: .2rem .5rem;
    font-size: .8rem;
    transition: color 0.5s ease, border-color 0.5s ease;
}

#responsive-menu .top-barmenu-exit i{
    vertical-align: middle;
}

#responsive-menu .top-barmenu-exit:hover{
    color: #a8ff9c;
    border-color: #a8ff9c;
}

@media screen and (max-width: 39.9375em) {
	#responsive-menu .top-barmenu-business{
		font-size: 1rem;
	}
	
	.display-none-mobile{
		display: none;
	}
	
	#responsive-menu .top-barmenu-portalLabel {
		width: 40%;
	}
	
	#responsive-menu .top-barmenu-exit {
		padding: 0.8rem;
		border-radius: 8px;
		font-size: 1.2rem;
	}
	
	#responsive-menu .top-barmenu-container {
		align-content: flex-start;
	    padding: 0.5rem;
	    border-top: 1px solid #9da7a8;
	    margin-top: 1rem;
	}
	
	#responsive-menu .top-barmenu-toggler {
	    font-size: 30px;
	    margin-top: 1rem;
	    border-top: 1px solid #9da7a8;
	    padding: 0.5rem;
	}
}

.checkoutTitle {
    font-size: 20px;
    font-weight: 700;
    color: #2b2b27;
    vertical-align: -webkit-baseline-middle;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

/*
@media screen and (max-width: 39.9375em) {
  #responsive-menu .topbarmenu-responsive-links {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    width: 100%;
    -webkit-animation: fadeIn 1s ease-in;
            animation: fadeIn 1s ease-in;
  }
}
*/

/*
	Body
*/
div#body {
/*	margin-bottom: 70px !important; */
}

/*
	Footer 
	https://foundation.zurb.com/building-blocks/blocks/marketing-site-footer.html
*/
div#footer {
	position: relative;
	left: 0;
	bottom: 0;
	right: 0;
}

div#footer .logo {
	height: 1rem;
	margin-right: .5rem
}

@media screen and (max-width: 39.9375em) {
	div#footer {
		position: static;
	}
}

/** OLD **/
.marketing-site-footer {
  background: #1B375F;
  color: white;
  margin-top: 1.5rem;
}

.marketing-site-footer .marketing-site-footer-menu-social a {
  color: #fefefe;
}

.marketing-site-footer .column-block {
  margin-bottom: 30px;
}

.marketing-site-footer > .row {
  margin-bottom: 1rem;
}

/**NEW**/
.bottom-footer {
	color: #2b2b27;
    padding-top: 0.5rem;
    background-color: inherit;
}

@media screen and (max-width: 39.9375em) {
  .marketing-site-footer .columns {
    margin-bottom: 2rem;
  }
}

.marketing-site-footer-name {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 2rem;
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.marketing-site-footer-name > img {
		width: 40%;
	}
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.marketing-site-footer-name > img {
		width: 25%;
	}
}

.marketing-site-footer-title {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.marketing-site-footer-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.marketing-site-footer-block .fa {
  font-size: 2rem;
  color: #020304;
}

.marketing-site-footer-block p {
  margin-left: 1rem;
  line-height: 1.125rem;
}

.marketing-site-footer-bottom {
  background: #1B375F;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.marketing-site-footer-bottom p,
.marketing-site-footer-bottom .menu {
  margin-bottom: 0;
}

.marketing-site-footer-bottom .marketing-site-footer-bottom-links {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.marketing-site-footer-bottom .marketing-site-footer-bottom-links a {
  color: #8aa0ae;
}

@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom .marketing-site-footer-bottom-links {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom {
    text-align: center;
  }
}


/*
 * Alert Callouts
 */
.alert-callout-border {
  display: none;
  position: fixed;
  top: .5rem;
  left: 1%;
  width: 98%;
  right: 1%;
  margin-right: auto;
  width: 98%;
  padding: 1.3rem;
  border-left-width: 0.3125rem;
  border-left-color: #cacaca;
}

.alert-callout-border strong {
  color: #0a0a0a;
}

.alert-callout-border .close-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.alert-callout-border.radius {
  border-radius: 0.6rem;
}

.alert-callout-border.primary {
  border-left-color: #1779ba;
}

.alert-callout-border.primary strong {
  color: #1779ba;
}

.alert-callout-border.secondary {
  border-left-color: #767676;
}

.alert-callout-border.secondary strong {
  color: #767676;
}

.alert-callout-border.alert {
  border-left-color: #cc4b37;
}

.alert-callout-border.alert strong {
  color: #cc4b37;
}

.alert-callout-border.success {
  border-left-color: #3adb76;
}

.alert-callout-border.success strong {
  color: #3adb76;
}

.alert-callout-border.warning {
  border-left-color: #ffae00;
}

.alert-callout-border.warning strong {
  color: #ffae00;
}

/*
 * Login
 */
.loginContainer {
	padding: 1rem 2rem;
}

.loginContainer .input-group .input-group-label{
    background: #8E8EA7;
    color: white;
    font-size: 1.5rem;
    padding: 0 0.5rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.loginContainer .input-group .input-group-field{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.loginContainer .indicationLabel{
	color: #9da7a8;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}
.logoContainer {
	text-align: center;
	height: 30vh;
	max-height: 18rem;
	position: relative;
}
.logoContainer img {
    max-height: -webkit-fill-available;
    max-width: 20rem;
    height: auto;
    width: auto;
    padding: 1rem;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.welcomeLabel {
	font-size: 1.2rem;
	font-weight: 500;
	margin: 1rem auto;
}
.login-button {
	background-color: #5496fc;
	font-size: 1rem;
    font-weight: 600;
    border-radius: 0.5rem;
}
.login-button:hover {
	background-color: #1468a0;
}

form {
	/*margin-top: 1.5rem;*/
}

form .form-icons h4 {
 	margin-bottom: 1rem;
}

form .form-icons .input-group-label {
  background-color: #1779ba;
  border-color: #1779ba;
}

form .form-icons .input-group-field {
  border-color: #1779ba;
}

form .form-icons .fa {
  color: white;
  width: 1rem;
}

form#login h5 {
	margin-bottom: 2rem;
}
form label {
	font-size: 1.2rem;
}


/*
	Checkout
*/
.main-title {
	font-family: 'Muli', sans-serif;
}

.checkout-summary {
/*  margin-top: 2rem;	*/
  max-width: 500px;
  background-color: #fefefe;
}

/** OLD **/
.checkout-summary-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: black;
}
.checkout-summary-title span {
	font-size: 1rem;
	font-weight: bold;
}

.checkout-summary-item {
	font-size: 90%;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e6e6e6;
}

.checkout-summary-item .item-name,
.checkout-summary-item .item-price {
  padding: 0 1rem;
}

.checkout-summary-item .item-name p,
.checkout-summary-item .item-price p {
  margin: 0;
  padding: 0;
}

.checkout-summary-item .item-name {
	flex-grow: 3;
}

.checkout-summary-item .item-price {
	flex-grow: 2;
}

.checkout-summary-item .title {
  font-weight: bold;
}

/** NEW **/
.checkout-summary > .title{
	padding: 1rem;
 	color: black;
 	font-size: 1rem;
	font-weight: bold;
	border-bottom: 2px solid #e6e6e6;
    margin-bottom: 1rem;
}

.checkout-summary .feeAmount{
	font-size: 1rem;
    font-weight: 500;
}

.checkout-summary #discountCode{
	width: 100%;
    padding: 0.5rem;
    border-radius: 5px;
}

.checkout-summary .totalAmount{
	font-size: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 5px solid #e6e6e6;
    padding-bottom: 1rem;
    display: flex;
    align-items: flex-end;
    color: #7ac58c;
}
.checkout-summary .totalAmount .totalAmountToPay{
	font-size: 1.5rem;
    font-weight: 700;
}

.checkout-summary-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-top: none;
}

#financialPortalOptions {
	display: none;
}

.img-logo-paymentgateway {
	width: auto;
    height: auto;
    max-height: 4rem;
    max-width: 10rem;
    cursor: pointer;
    margin: 1rem auto;
}

.img-logo-paymentgateway#mach {
	max-width: 7rem;
}

button#checkout-buttonGoBack, button#checkout-buttonGoStep1 {
	font-size: 12px;
    color: white;
    background-color: #2b2b27;
    border-radius: 5px;
    width: 100%;
    position: relative;
}
button#checkout-buttonGoBack i, button#checkout-buttonGoStep1 i{
	font-size: 10px;
    vertical-align: middle;
    position: absolute;
    left: 1rem;
}
button.checkout-button {
	font-size: 1rem;
    font-weight: 500;
	border-radius: 5px;
}
button.checkout-button .buttonIcon,
button.checkout-button .infoIcon{
	display: none;
}
button#checkout-buttonToPay, button#partialPaymentsEnteredByUserApply {
    background-color: #3f6fe8;
}
button#checkout-buttonToPay:hover {
	background-color: #3a6aaf;
}
input#partialPaymentsEnteredByUserOtherAmount {
	text-align: right;
}
input#partialPaymentsEnteredByUserOtherAmount::-webkit-outer-spin-button,
input#partialPaymentsEnteredByUserOtherAmount::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button#checkout-buttonToPay span.totalAmountToPay {
	font-weight: bold;
	font-size: 1.3rem;
}

button#removeAllDebts, button#partialPaymentsEnteredByUserCancel {
    background-color: white;
    color: #c16565;
    border: 2px solid #c16565;
}
button#removeAllDebts:hover {
	background-color: #c16565;
	color: white;
}

button#subscribeToAutomaticPayment {
    background-color: #ffffff;
    color: #7ac58c;
    border: 2px solid #7ac58c;
}
button#subscribeToAutomaticPayment:hover {
	background-color: #7ac58c;
	color: white;
}

a#pendingDocuments {
	font-size: 1rem;
    font-weight: 500;
    background-color: white;
    color: #000000;
    border: 2px solid #3a6aaf;
    border-radius: 5px;
}
a#pendingDocuments:hover {
	background-color: #3a6aaf;
	color: white;
}

span#countConsumptionsToPay {
	font-weight: bold;
	font-size: 1.3rem;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	.checkout-summary {
		padding: 1rem 0;
	}
	
	.checkout-summary-container {
		position: sticky;
		bottom: 0;
	}
	
	.checkout-summary > .title {
		padding: unset;
	}
	
	.checkout-summary .totalAmount {
		margin: 0.5rem auto;
    	padding: initial;
	}
	
	#checkout-summary-button-container {
		display: flex;
	    justify-content: space-around;
	    align-items: stretch;
	}
	
	#checkout-summary-button-container #checkout-buttonToPay {
		width: 65%;
		order: 2;
	}
	
	#checkout-summary-button-container #removeAllDebts {
		width: 30%;
		order: 1;
	}
}


/*
	breadcrumb-counter-nav
	https://foundation.zurb.com/building-blocks/blocks/breadcrumb-counter-nav.html
*/
body {
  counter-reset: section;
}

.breadcrumb-counter-nav {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	list-style: none;
/*	background: #7382ab; */
	font-weight: 600;
}

/**OLD**/
.breadcrumb-counter-nav .breadcrumb-counter-nav-item {
  position: relative;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem 2rem;
  text-align: center;
  vertical-align: middle;
  cursor: default;
}

/*
.breadcrumb-counter-nav .breadcrumb-counter-nav-item:hover {
  background: #1a252f;
}
*/

.breadcrumb-counter-nav .breadcrumb-counter-nav-item::before {
  counter-increment: section;
  content: counter(section);
  position: relative;
  background: #4a5778;
  color: #fff;
  right: 0.8rem;
  border-radius: 50%;
  padding: 0.2em 0.55em;
}

.breadcrumb-counter-nav .breadcrumb-counter-nav-item.current {
  background: #4a5778;
}

.breadcrumb-counter-nav .breadcrumb-counter-nav-item.current::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1rem;
  width: 0;
  height: 0;
  border-top: 1.75rem solid transparent;
  border-bottom: 1.75rem solid transparent;
  border-left: 1rem solid #4a5778;
  z-index: 300;
}

.breadcrumb-counter-nav .breadcrumb-counter-nav-item.current::before {
  background-color: #88a4bf;
}

.breadcrumb-counter-nav .breadcrumb-counter-nav-item.current-end {
  background: #4a5778;
}

.breadcrumb-counter-nav .breadcrumb-counter-nav-item span {
  color: #fff;
  font-size: 0.975rem;
}

/*
@media only screen and (max-width: 52em) {
  .breadcrumb-counter-nav {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
*/
/**NEW**/
.breadcrumb-counter-nav .item-step {
	position: relative;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	text-align: center;
	vertical-align: middle;
	cursor: default;
	background-color: #aec8e9;
	font-weight: 300;
	color: #ffffff;
}
.show-for-medium .breadcrumb-counter-nav .item-step {
	padding: 1rem 2rem;
	height: 60px;
}

.breadcrumb-counter-nav .item-step:first-of-type {
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.breadcrumb-counter-nav .item-step:last-of-type {
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.breadcrumb-counter-nav .item-step::before {
	counter-increment: section;
    content: counter(section);
    position: relative;
    color: #fff;
    right: 1rem;
    border-radius: 50%;
    padding: 2px 7px;
}
.show-for-medium .breadcrumb-counter-nav .item-step.current::after {
    content: '';
    position: absolute;
    right: -4%;
    top: 0;
    z-index: 1;
    background-color: inherit;
    border-left: 30px solid transparent;
    border-top: 30px solid #aec8e9;
    border-bottom: 30px solid #aec8e9;
}
.breadcrumb-counter-nav .item-step:last-of-type::after {
	content: unset;
}
.breadcrumb-counter-nav .item-step.active {
	background-color: #3f6fe8;
	font-weight: 600;
}
.breadcrumb-counter-nav .item-step.active::before {
	background-color: #ffffff;
    color: #3a6aaf;
}

.breadcrumb-counter-nav .endStep {
	position: absolute;
    height: 3.6rem;
    height: -webkit-fill-available;
    top: 0;
    right: -4%;
    z-index: 99;
}
.hide-for-medium .breadcrumb-counter-nav .item-step {
	font-size: 10px;
    border-radius: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.hide-for-medium .breadcrumb-counter-nav .item-step::before {
    right: 0rem;
    padding: 3px 6px;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	.item-step-label {
		display: none;
	}
}

/*
	table-expand
	https://foundation.zurb.com/building-blocks/blocks/table-expand.html
*/
#debts {
/*  margin-top: 2rem;	*/
}

#debts thead, #debts tbody{
	border: unset;
}

.table-expand {
	font-size: 90%;
}

.table-expand thead tr {
	background-color: white;
    border: unset;
    border-bottom: 2px solid #e6e6e6;
}

.table-expand thead th {
	color: black;
}

.table-expand tbody tr {
	background-color: white;
}

.table-expand tbody td {
	color: black;
	vertical-align: middle;
}

.table-expand tr {
/*	border: 1px solid #e6e6e6; */
}

.table-expand tbody .table-expand-row:nth-of-type(4n-3) {
	background-color: #fafafa;
}

.table-expand .text-right {
  padding-right: 1rem;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	#debts {
	  margin-top: 1rem;
	}
	.table-expand .text-right {
	  padding-right: .6rem;
	}
}

thead tr.table-expand-row th {
	font-size: 1rem;
}
tbody tr.table-expand-row {
	vertical-align: top;
}
.table-expand-row .expand-icon {
	font-weight: 500;
    font-size: 1.5rem;
    border: 1px solid;
    border-radius: 50%;
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.table-expand-row .expand-icon:hover {
	cursor: pointer;
}
.table-expand-row.is-active .expand-icon::after {
  content: '-';
}

.table-expand-row .expand-icon::after {
    content: '+';
    transform: translate(0px, -7px);
    margin: 0px;
    height: 22px;
    width: 22px;
}

.table-expand-row .title, .table-expand-row-content .title {
	text-decoration: underline;
	color: black;
}

.table-expand-row-content {
  display: none;
}

.table-expand-row-content.is-active {
  display: table-row;
  -webkit-animation: fadeIn ease-in 1;
          animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.table-expand-row-nested {
	padding: 1rem 3rem;
    color: #787878;
}
.table-expand-row-nested .debts-associated {
	margin-top: .8rem;
}

.table-expand-column {
	cursor: pointer;
}

/**NEW**/
tbody tr.table-expand-row-content{
    background-color: inherit;
}
.expired-icon {
	display: none;
    width: 1.5rem;
    height: 1.5rem;
}
.redRow .enlight {
	color: #c16565;
}
.redRow .expired-icon {
	display: inline-flex;
}
.greenRow .enlight {
	color: #7ac58c;
}
.yellowRow .enlight {
	background-color: #FCFAA9;
	color: #72724D;
}
.yellowRow .warningIcon i{
	display: block!important;
	font-size: 20px;
}
.tooltip {
	text-align: center;
}

.partialPaymentsEnteredByUser{
    background: #3F6FE8;
    color: #ffffff!important;
    font-size: 10px;
    font-weight: 500;
    padding: 0.3rem 0.6rem;
    border-radius: 1rem;
	visibility: hidden;
}

.partialPaymentsEnteredByUserInfo {
	visibility: hidden;
}

.redRow.firstNonSel .partialPaymentsEnteredByUser,
.redRow.firstNonSel .partialPaymentsEnteredByUserInfo{
	visibility: visible;
}

#partialPaymentsEnteredByUserModal {
	border: 2px solid #3f6fe8;
}

#partialPaymentsEnteredByUserModal .custom-title{
	padding-bottom: 1rem;
    border-bottom: 2px solid #3f6fe8;
    margin-bottom: 1rem;
}

#partialPaymentsEnteredByUserModal .custom-options label{
	font-weight: 600;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	#partialPaymentsEnteredByUserModal {
		display: table-cell!important;
	}
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* customs */
.row-user {
	margin-top: 1rem;
}

.row-step {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

#step-1 {
	max-width: 82.5rem;
	display: none;
}

#step-2 {
	display: none;
}

#step-3 {
	display: none;
}

.step-title {
	text-align: center;
}

.nothing-toPay {
	margin-top: 1rem;
	padding: 6rem 4rem;
	background: #e6e6e6;
}
.nothing-toPay p {
	font-size: 1.5rem;
	text-align: center;
}

.pendingPAC {
	background: #FCFAA9;
}
.pendingPAC p {
	color: #72724D;
}

.pendingInPerson {
	background: #DCD0FF;
}
.pendingInPerson p {
	color: #800080;
}

div.gateway-options {
/*	margin-top: 2rem;
	border: 1px dotted black; */
}
div.gateway-option {
	background-color: #ffffff;
	/*
	padding-top: 3rem;
	padding-bottom: 3rem;
	column-count: 2;
    column-gap: 2rem;
    column-rule: 1px dotted black;
    */
}
/* Large only */
@media screen and (min-width: 40em) {
	div.gateway-option.separator-right{
	/*	border-right: 1px dotted black; */
	}
}

div.gateway-option:nth-of-type(1) {
	border-radius: 5px 0 0 0;
}
div.gateway-option:nth-of-type(2) {
	border-radius: 0 5px 0 0;
}
div.gateway-sub-option {
	min-height: 75px;
	border: 2px solid #7ac58c;
    border-radius: 5px;
    margin-bottom: 1rem;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	div.gateway-option {
		column-count: 1;
	    column-gap: 0;
	    column-rule: none;
	}
	div.gateway-option:nth-of-type(1) {
		border-radius: 0 0 0 0;
	}
	div.gateway-option:nth-of-type(2) {
		border-radius: 0 0 0 0;
	}
}

ul.payment-options {
	list-style-type: none;
/*	margin-left: 0; */
	margin: auto;
}
ul.payment-options li {
/*	border-bottom: dotted 1px #8a8a8a; */
	text-align: center;
	padding-right: 1rem;
    margin: 0.5rem auto;
    position: relative;
}

ul.payment-options li i {
/*	margin-right: 0.7rem; */
	cursor: help;
	position: absolute;
    top: 5px;
    right: 0;
    color: #cacaca;
}

ul.payment-options li span {
	font-weight: 500;
}

ul.sub-payment-options {
	list-style-type: none;
}

div.infoDisclaimer {
    font-size: 12px;
    color: #3f6fe8;
    background-color: #e3f2fd;
    padding: 5px;
    margin: 5px auto;
    border: 2px solid;
    border-radius: 5px;
    display: none!important;
}

div.kushkiPaymentButton-payment-options img {
	cursor: pointer;
}
div.kushkiSupportedByBPServicePaymentButton-payment-options img {
	cursor: pointer;
}

div.servipagPaymentButton-payment-options img {
	cursor: pointer;
}
div.servipagSupportedByBPServicePaymentButton-payment-options img {
	cursor: pointer;
}

div.transbankWebpayPlus-payment-options img {
	cursor: pointer;
}

div.transbankOneclick-payment-options img {
	cursor: pointer;
}

div.unired-payment-options img {
	cursor: pointer;
}

/**OLD**/
div.gateway-totalToPay {
	background-color: #ddeafe;
}
div.gateway-totalToPay p {
	text-align: center;
	color: black;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.1rem;
}
div.gateway-totalToPay span.totalAmountToPay {
	font-weight: bold;
	font-size: 1.3rem;
}

/**NEW**/
.gateway-options .total-pay {
	font-size: 14px;
    border: 1px solid;
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: baseline;
    padding: 6px;
    height: fit-content;
}
.gateway-options .total-pay .totalAmountToPay {
	font-size: 14px;
    font-weight: 700;
}

div.dropdown-pane.options {
	z-index: 1000;
}
div.dropdown-pane.options p {
	font-size: .9rem;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	div.dropdown-pane.options {
		/*width: 75vw;*/
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	div.dropdown-pane.options {
		width: 30rem;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {
	div.dropdown-pane.options {
		width: 40rem;
		border: 2px solid #3f6fe8;
    	border-radius: 5px;
    	box-shadow: 0 0 20px 0px #2b2b27;
	}
	div.dropdown-pane.options.small {
		width: 30rem;
	}
}

.button-group .debt-amount {
	cursor: default;
}

.inputNumber {
	margin: unset;
}
.inputNumber span{
	width: fit-content;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    background: #fefefe;
    border: unset;
}
.inputNumber input{
	width: auto;
	max-width: 5rem;
    margin: 0px;
    font-weight: bold;
    font-size: .9rem;
    text-align: right;
}

.inputNumber input::-webkit-outer-spin-button,
.inputNumber input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.button-group.add-debt {
	flex-wrap: nowrap;
}
.button-group.add-debt .button:nth-of-type(1) span {
	display: block;
	text-align: right;
}
.button-group.add-debt .button:nth-of-type(1) {
	margin-right: 0;
	background-color: #ddeafe;
	color: black;
	font-weight: bold;
	flex-grow: 1;
	border-radius: 8px 0 0 8px;
}
.button-group.add-debt .button:nth-of-type(2) {
	font-weight: bold;
	font-size: 1.1rem;
	width: 3rem;
	border-radius: 0;
	border-radius: 0 8px 8px 0;
}
/* OLD */
.button-group.add-debt .debt-button-add {
	background-color: #5496fc;
}
.button-group.add-debt .debt-button-add:hover {
	background-color: #1468a0;
}

/*NEW*/
.add-debt .debt-button-add {
	color: transparent;
    margin: auto;
    padding: 2px;
    background: unset;
    border: 2px solid #3f6fe8;
    border-radius: 5px;
}
.add-debt .debt-button-add:hover {
	border-color: #7ac58c;
	box-shadow: 0 0 10px 0 #7ac58c;
}

.add-debt .debtChecked,
.add-debt .keepLock {
	color: #ffffff;
    margin: auto;
    padding: 2px;
    background: #7ac58c;
    border: 2px solid #7ac58c;
    border-radius: 5px;
    cursor: pointer;
    width: fit-content;
    line-height: 1;
    display: none;
}

.add-debt .debtChecked.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.add-debt .debt-button-add[disabled] {
	display: none!important;
}

.add-debt .debt-button-add[disabled] + .debtChecked,
.add-debt .debt-button-add[disabled] + .keepLock{
	display: block;
}
.debtsSelectionRadio {
	display: none;
}

.add-debt-radio span {
    font-size: 24px;
    cursor: pointer;
}
.add-debt-radio .debtRadioUnchecked {
	color: #3f6fe8;
}
.add-debt-radio .debtRadioUnchecked:hover {
	color: #7ac68c;
}
.add-debt-radio .debtRadioChecked {
	display: none;
	color: #7ac68c;
}

.button-group.remove-debt {
	flex-wrap: nowrap;
}
.button-group.remove-debt .button:nth-of-type(1) {
	margin-right: 0;
	background-color: #ddeafe;
	color: black;
	font-weight: bold;
	flex-grow: 1;
	border-radius: 8px 0 0 8px;
}
.button-group.remove-debt .button:nth-of-type(1) span {
	display: block;
	text-align: right;
}
.button-group.remove-debt .button:nth-of-type(1) .sourceCurrency {
	margin-top: .4rem;
	font-size: .7rem;
}
.button-group.remove-debt .button:nth-of-type(2) {
	font-weight: bold;
	font-size: 1.1rem;
	border-radius: 0;
	width: 3rem;
}
.button-group.remove-debt .debt-button-remove {
	background-color: #5496fc;
}
.button-group.remove-debt .debt-button-remove:hover {
	background-color: #1468a0;
}

.button-group.only-amount .button:nth-of-type(1) {
	margin-right: 0;
	background-color: #ddeafe;
	color: black;
	font-weight: bold;
	flex-grow: 1;
	border-radius: 8px 8px 8px 8px;
}

/* Summary of Transaction */
.summary-transaction {
	margin-bottom: 2rem;
	background-color: #F8F8F8;
}
.summary-transaction > .grid-x {
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
/*	border-bottom: 1px dashed #fefefe; */
}

.summary-transaction.box-success {
	border: 2px solid #7ac58c;
}
.summary-transaction.box-success .grid-x:first-child{
	background-color: #7ac58c;
	color: white;
}
.summary-transaction.box-success .grid-x:last-child{
	background-color: #d2e9d7;
}
.summary-transaction.box-secondary {
	border: 2px solid #E8E8DF;
}
.summary-transaction.box-secondary .grid-x:first-child{
	background-color: #E8E8DF;
	color: black;
}
.summary-transaction.box-secondary .grid-x:last-child{
	background-color: #f3f3f0;
}
.summary-transaction.box-warning {
	border: 2px solid #ffae00;
}
.summary-transaction.box-warning .grid-x:first-child{
	background-color: #ffae00;
	color: black;
}
.summary-transaction.box-warning .grid-x:last-child{
	background-color: #fae2ad;
}
.summary-transaction.box-alert {
	border: 2px solid #c16565;
}
.summary-transaction.box-alert .grid-x:first-child{
	background-color: #c16565;
	color: white;
}
.summary-transaction.box-alert .grid-x:last-child{
	background-color: #e7cccc;
}
	
/* Small only */
@media screen and (max-width: 39.9375em) {
	.summary-transaction {
		margin-top: 1rem;
	}
	.summary-transaction .info-customer-name {
		font-size: 20px;
	    font-weight: 600;
	}
	.summary-transaction .info-trx-id {
		font-size: 12px;
	    font-weight: 500;
	}
	.summary-transaction .info-payment {
		font-size: 14px;
	    font-weight: 400;
	}
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.summary-transaction {
		margin-top: .5rem;
	}
}
/* Large and up */
@media screen and (min-width: 64em) {
	.summary-transaction {
		margin-top: 1rem;
	}
}

.summary-transaction table.details {
	font-weight: normal;
}
.summary-transaction table.details *{
	background: inherit;
    border: inherit;
}
.summary-transaction > .grid-x > .cell:nth-of-type(1) {
/*	font-weight: bold; */
}
.summary-transaction .label {
	font-size: 1.1rem;
	color: inherit;
}
.summary-transaction tbody li {
	font-weight: normal;
}
.summary-transaction .button-finish-operation {
	margin-top: .5rem;
	background-color: #1468a0;
}
.print {
	font-size: 1.5rem;
	cursor: pointer;
}

#download-summary-transaction, #print-summary-transaction {
	background-color: transparent;
    font-weight: 400;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 1rem;
}

/* menu debts */
.menu-add {
	float: right;
}
.menu-add a {
/*  color: black; */
    font-size: 14px;
    font-weight: 400;
}
.dropdown.menu-add > li.is-dropdown-submenu-parent > a::after {
	color: black;
}

.menu-remove {
	float: right;
}
.menu-remove a {
	color: black;
}
.dropdown.menu-remove > li.is-dropdown-submenu-parent > a::after {
	color: black;
}

.infoPAT {
	font-size: 16px;
    color: #1E2A44;
    border-radius: 5px;
    padding: 15px;
    background: #E0FCF0;
    margin-bottom: 1rem;
}

.infoPAT i{
	border: 3px solid;
    border-radius: 50%;
    padding: 0.8rem 1.3rem;
    margin-top: 1rem;
    font-size: 1.5rem;
    color: #3BEFB2;
}

.summaryMessage {
	font-size: 16px;
    color: #1E2A44;
    border-radius: 5px;
    padding: 15px;
    background: #FCECE0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.summaryMessage i{
    padding: 0.8rem 1.3rem;
    font-size: 3rem;
    color: #EFAB3B;
}

.signatureMessage {
	font-size: 18px;
    color: #1E2A44;
    border-radius: 5px;
    padding: 8px;
    background: #EAE8E7;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    border-style: solid;
  	border-color: #f8491e
}

.containerButton{
	display: block;
  	justify-content: center;
  	align-items: center; 	
}

.checkoutMessage {
	font-size: 16px;
    color: #1E2A44;
    border-radius: 5px;
    padding: 15px;
    background: #FCECE0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* Widget OLX */
.checkoutContactMessage {
	font-size: 16px;
    color: #66F696;;
    border-radius: 5px;
    padding: 15px;
    background: #2B2B27; 
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.button-widget {
  border: none;
  color: black;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #66F696;
  border-radius: 10px;
}

.widgetContainer {
  	position: absolute;
  	bottom: 10px;
} 

.button-finish-operation {
	background-color: #3f6fe8;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.infoPAT i {
		font-size: 1rem;
    	padding: 0.5rem 0.8rem;
	}
}

/* QR Code*/
#qrcode img {
	margin: auto;
    padding: 2rem;
}

/* QR Code*/
#qrcodeCodi img {
	margin: auto;
    padding: 2rem;
    padding-top: 0rem;
}
/* OneClick */

#oneclickSelected {
	height: auto;
}

/*Paycash Global*/
.paycashGlobal-payment-options figure, #paycashError figure{
    display: inline-block;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
}
.paycashGlobal-payment-options figure figcaption
, #paycashError figure figcaption{
	font-size: 10px;
}


#signUp {
	display: none;
}
#signUp label, #signUpWelcome label, #forgotWelcome label, #signupAutomaticPayment label {
	font-size: 12px;
}
#signUp .password-tip, #signUpWelcome .password-tip {
	font-size: 12px;
}
#toSignIn {
	display: none;
}
#forgotRUT{
	display: none;
}
#signIn .ui-button, #signUp .ui-button, #signUpWelcome .ui-button, #forgotRUT .ui-button, #forgotWelcome .ui-button, #updateCustomerData .ui-button, #signupAutomaticPayment .ui-button {
    background-image: unset;
    border: unset;
    box-shadow: unset;
    text-shadow: unset;
    font-size: inherit;
    font-weight: inherit;
}
#signIn .ui-button-text-only .ui-button-text, #signUp .ui-button-text-only .ui-button-text, #signUpWelcome .ui-button-text-only .ui-button-text, #forgotWelcome .ui-button-text-only .ui-button-text, #signupAutomaticPayment .ui-button-text-only .ui-button-text {
    padding: 0;
}

#growl_container{
	width: 22rem;
}

#growl_container .ui-growl-image {
    display: none;
}

#growl_container .ui-growl-message {
    width: 100%;
    float: left;
}

#growl_container .ui-growl-info{
	background: #84da75;
	color: #ffffff;
	text-shadow: unset;
	opacity: 1;
}

#growl_container .ui-growl-warn{
	background: #ffde9c;
	color: #000000;
	text-shadow: unset;
	opacity: 1;
}

#growl_container .ui-growl-error{
	background: #e24343;
	color: #ffffff;
	text-shadow: unset;
	opacity: 1;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.small-order-first{
		order: 1;
	}
}
@media screen and (max-width: 39.9375em) {
	.small-order-last{
		order: 9999;
	}
}

.ui-menuitems-logout-button {
	width: 90% !important;
    margin-left: 5% !important;
    color: white !important;
}

.ui-menuitems-logout-button:hover {
	background-color: #a8ff9c;
}
.ui-menuitems-to-bottom {
	margin-top: 5rem;
    width: 100%;
}

.ui-menuitem-link {
    padding: 1rem;
    font-size: 1rem;
    color: #2b2b27 !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.ui-menuitem-link.active {
	background-color: #7ac58c;
}

.ui-menuitem-link:hover {
	background-color: #7ac58c;
}

.ui-menuitem-account-benefits {
	margin-top: 1rem; 
	margin-bottom: 1rem;
    color: #ffffff;
}

.ui-menuitem-account-benefits .benefits-title{
	color: #3f6fe8;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid;
}

.ui-menuitem-icons-size {
	font-size: 18px;
    color: #7ac68c;
    vertical-align: middle;
}

.ui-menuitems-createaccount-button {
	width: 80% !important;
    margin-left: 10% !important;
    color: #0081FF !important;
    background-color: #FFFFFF;
    border-radius: 30px;
}

.payment-status {
	white-space: normal;
	background: inherit;
}

/** OffCanvas **/
#offCanvas {
	background-color: #2b2b27; 
	box-shadow: 0 0 10px 2px #2b2b27;
	transition: width 0.5s, transform 0.5s;
}

/* ocultar scrollbar */
#offCanvas{
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

#offCanvas::-webkit-scrollbar {
  display: none;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
	#offCanvas {
		box-shadow: unset;
	}
}

#closeMenu, #openMenu {
	cursor: pointer;
}

#offCanvas .logoInMenu {
	padding: 0.5rem;
}

#offCanvas .logoInMenu img{
	width: 100%;
    height: auto;
    margin: auto;
    padding: 1rem 2rem;
}

#menuSignIn {
	background-color: #7ac68c;
}

#menuSignIn:hover {
	background-color: #a8ff9c;
}

#menuLogOut {
	background-color: #3f6fe8;
}

#menuLogOut:hover {
	background-color: #aec8e9;
}

/* Payment history */
#paymentHistory table{
    font-size: 14px;
    font-family: 'Montserrat';
}

#paymentHistory table .paidAmount{
    font-weight: 700;
}

/*khipuBank items*/
#khipuBank_panel{
	z-index: 2000!important;
}
div#khipuBankModal {
    border-radius: 8px;
    padding: 25px;
}
div#khipuBankModal .title{
    margin: 1rem auto;
    padding: 0 15%;
    font-weight: 500;
}
div#khipuBankModal input, div#khipuBankModal select#khipuBank {
    border-radius: 4px;
    border: 1px solid #cea5d9;
}
a#khipuClose {
	border-radius: 4px;
	background-color: #E4E4E4;
	color:#728498;
	width: 100%;
	font-weight: 600;
}
a#khipuInit {
	border-radius: 4px;
	background-color: #4A2D81; 
	width: 100%;
	font-weight: 600;
}

/* Fintoc Init */
#fintocInitBank_panel{
	z-index: 2000!important;
}
div#fintocInitBankModal {
    border-radius: 8px;
    padding: 25px;
}
div#fintocInitBankModal .title{
    margin: 1rem auto;
    padding: 0 15%;
    font-weight: 500;
}
div#fintocInitBankModal input, div#fintocInitBankModal select#fintocInitBank {
    border-radius: 4px;
    border: 1px solid #cea5d9;
}
a#fintocInitClose {
	border-radius: 4px;
	background-color: #E4E4E4;
	color:#728498;
	width: 100%;
	font-weight: 600;
}
a#fintocInit {
	border-radius: 4px;
	background-color: #4A2D81; 
	width: 100%;
	font-weight: 600;
}

/* PORTAL FINANCIERO*/
#summary-financial-portal {
	margin-top: 3rem;
}

#summary-financial-portal .data-card{
	border-radius: 5px;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 15px 0px #acbac7;
}

#summary-financial-portal .flex-center{
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

#summary-financial-portal .flex-spaced{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 1rem;
}

#summary-financial-portal .data-card.flex-spaced .data-card-sub{
	display: grid;
    align-content: center;
    justify-content: start;
}

#summary-financial-portal .data-card .data-icon{
    height: auto;
    width: auto;
    max-height: 2rem;
    max-width: 2rem;
}

#summary-financial-portal .data-card .data-label{
	font-size: 0.8rem;
    font-weight: 400;
    color: #767676;
    line-height: 2;
}

#summary-financial-portal .data-card .data-info {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0a0a0a;
}

.before-dot::before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #0a0a0a;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

#summary-financial-portal .data-card .progress{
	width: 100%;
    border-radius: 1rem;
    margin-top: 1rem;
}

#summary-financial-portal .data-card .progress .progress-meter {
	border-radius: 1rem;
}

.green-bg.progress-meter, .green-bg.before-dot::before {
	background-color: #7ac58c;
}
.red-bg.progress-meter, .red-bg.before-dot::before {
	background-color: #ef0102;
}
.blue-bg.progress-meter, .blue-bg.before-dot::before {
	background-color: #004c94;
}
.gray-bg.progress-meter, .gray-bg.before-dot::before {
	background-color: #6c757d;
}

#summary-financial-portal .credit-promo {
    background: #ef0102;
    border-radius: 5px;
    padding: 1rem;
}

#summary-financial-portal .credit-promo .title-1{
	display: block;
    font-size: 0.8rem;
    font-weight: 400;
    color: white;
}
#summary-financial-portal .credit-promo .title-2{
	display: block;
    font-size: 1rem;
    font-weight: 600;
    color: white;
}
#summary-financial-portal .credit-promo .whiteboard{
	background: white;
    padding: 0.5rem;
    border-radius: 5px;
}
#summary-financial-portal .credit-promo .amount{
	display: inline-block;
    color: #0a0a0a;
    font-size: 1.2rem;
    font-weight: 700;
    vertical-align: middle;
}
#summary-financial-portal .credit-promo .button{
	margin: unset;
    width: 100%;
    padding: 0.4rem 0.8rem;
    border-radius: 5px;
    display: inline-block;
    background-color: #004b94;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	#summary-financial-portal .data-card{
	    padding: 1rem;
	    margin-bottom: 1rem;
	}
	#summary-financial-portal .credit-promo .title-1, 
	#summary-financial-portal .credit-promo .title-2{
		display: inline-block;
	}
	#summary-financial-portal .credit-promo .whiteboard{
		margin-bottom: 1rem;
	}
}

.inheritFontSize {
	font-family: inherit!important;
}

.btn-disabled {
	pointer-events: none;
	background-color: #c6c6c6;
}

.bankLogos {
	display: flex;
    align-items: baseline;
    justify-content: space-around;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.bankLogos img{
	height: 2rem;
}

.bankLogos figcaption {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

/** PRINT **/
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
.modal {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.modal-checkout-format{
	border-radius: 10px !important;
	background-color: #ebf2fa;
	filter: brightness(1.04);
	font-family: 'Brockmann' !important;
}
.loginModal {
    max-width: 400px;
}
.large-modal {
    max-width: 600px;
}
.modal-logo {
    width: 100px;
    margin-bottom: 20px;
}
.modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #3F6FE8;
}
.modal-form .input-group {
    margin-bottom: 20px;
}
.modal-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.modal-button {
    background-color: #3F6FE8 !important;
    color: white !important;
    padding: 10px !important;
    border: 1px solid !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-family: "Brockmann" !important;
    box-shadow: 0px 0px 8px 1px #3f6fe8 !important;
    border-color: #3F6FE8 !important;
}
.modal-button:hover {
    background-color: white !important;
    color: #3F6FE8 !important;
    border-color: #3F6FE8 !important;
}
.modal-footer {
    text-align: center;
    margin-top: 20px;
}
.modal-link {
    color: #3F6FE8;
    text-decoration: none;
    margin: 0 10px;
}
.modal-link:hover {
    text-decoration: underline;
}
.password-tip {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 10px;
}
.modal-checkbox {
    padding-left: 2rem;
}
.div-terms-condition{
	padding-bottom: 3rem;
}
.label-checkbox {
    font-size: 0.9rem;
    color: #333;
    padding-left: 1rem;
}
.modal-link-button {
    background: none;
    border: none;
    color: #777;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    margin: 0 10px;
}
.modal-link-button:hover {
    color: #3F6FE8;
}
.register-button-modal{
	width: 50% !important;
}
.forgot-button-modal{
	width: 96% !important;
    padding: 3px !important;
}
.menu-element-white{
	color: white;
}
.div-register-button-modal{
	display: flex;
    justify-content: center;
}
.modal-input::placeholder {
    color: #888 !important;
    opacity: 1 !important;
}
.input-group-field.modal-input {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
}
.tr-modal-color{
	background-color: #ebf2fa;
}
.register-card-button{
	background-color: #3F6FE8 !important;
    color: white !important;
    border: 1px solid !important;
    border-radius: 5px !important;
    font-family: "Brockmann" !important;
    box-shadow: 0px 0px 8px 1px #3f6fe8 !important;
    border-color: #3F6FE8 !important;
}
.register-card-button:hover{
	background-color: white !important;
    color: #3F6FE8 !important;
    border-color: #3F6FE8 !important;
}
.more-pg-btns {
    background-color: white;
    color: #000000;
    border: 2px solid #7ac58c;
    border-radius: 12px;
    width: 19rem;
    margin-bottom: 2rem;
    height: 2.5rem;
}
.more-pg-btns:hover {
	background-color: #a8ff9c;
	color: white;
}
.carousel-buttons-arrow{
	padding-top: 2rem;
	display: flex;
    flex-direction: row;
    justify-content: center;
}
.btn-arrow{
	cursor: pointer;
}
.umatch-modal{
	max-width: 100%;
    overflow-x: hidden;
}
.header-text-umatch-modal{
	color: #3f7de8;
	font-weight: bold;
	font-size: 1.4rem;
}
.count-account-title{
	font-weight:bold;
	color: #7ac58c;
	font-size: 1rem;
}
.par-info-account{
	font-size: 0.8rem;
}
.font-umatch-modal{
	font-weight: bold;
	font-size: 1.5rem;
}
.carousel-umatch-bank-accounts {
    position: relative;
    overflow: hidden;
}
.slick-list{
	padding:0 16% 0 0;
}
.carousel-umatch-bank-accounts::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}
.callout-umatch-modal{
    width: 14rem;
    padding: 1rem 0rem 1rem 1rem;
    border: unset;
    background: #f1f1f1;
    border-radius: 5px;
}
.arrow-responsive-show{
	display: none;
}
/* Medium only */
@media screen and (max-width: 63.9375em) {
	.arrow-responsive-show{
		display: block;
	}
	.arrows-display img{
		display: none;
	}
}