.overlay-bg {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    overflow:hidden;
    z-index: 9000;
    background-color: rgb(0,0,0);
    background-color: rgba(0, 0, 0, 0.7);
    zoom: 1;
    filter: alpha(opacity=70);
    top: 0;
    left: 0;
}

.spinner-text {
    position:fixed;
    width:250px;
    top:55%;
    left:50%;
    margin-left:-125px;
    font-family: Arial, Helvetica, sans-serif;
    color:white;
    font-size:13px;
    text-align:center;
    font-weight: bold;
}

#main-content {
    margin: 24px auto;
    max-width: 1024px;
}

.ropp-footer {
    max-width: 1024px;
    color: #1e3543;
    font-size: 0.8em;
    margin: 48px auto 0 auto;
    padding: 48px 0px;
    text-align: center;
    border-top: 1px solid #d9dfe1;
}

.headerOverlay {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    height: 71px;
    z-index: 190;
    font-size: 1.1em;
    background-color: white;
    border-bottom: 1px solid #d9d9d9;
}

.headerOverlay .maintenance {
    margin: auto;
    max-width: 50%;
}

.headerContainer {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.logoContainer {
    float: left;
    width: auto;
    margin: 0px 16px 0px 16px;
    max-width: 158px;
    line-height: 70px;
}

.logoContainer img {
    max-height: 60px;
    vertical-align: middle;
    max-width: 100%;
}

.maintenance-message {
	text-align: center;
}

.title {
    float: left;
    margin: 0em 1.2em 0 1em;
    color: #585858;
    line-height: normal;
    margin-top: 0;
    max-width: calc(100% - 268px);
}

.title-vertical {
	padding-left: 1rem;
    height: 70px;
    vertical-align: middle;
    display: table-cell;
}

.title h1 {
	font-size: 1.125rem;
    font-size: 1.1rem;
    margin: 0;
}

.cs-info {
    font-size: 0.875rem;
}

.headersplit {
    margin: 0;
    padding: 0;
    float: left;
    width: 2px;
    height: 70px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e9e9e9+48 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 48%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 48%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 48%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}

body {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  margin: 0;
}

body.modal-open {
    overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Cabin', sans-serif;
}

h2.section-title,
h3.section-title {
    background-color: #dedede;
    color: #585858;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    font-size: 18px;
    line-height: 64px;
    height: auto;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #bebebe;
}

.card.card-v2{
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius:  0px 0px 8px 8px;
    -ms-border-radius:  0px 0px 8px 8px;
    -o-border-radius:  0px 0px 8px 8px;
    border-radius:  0px 0px 8px 8px;
    overflow: hidden;
    border-color: #dbe1e3;
}

.opp-section {
    margin-bottom: 24px;
}

.btn-primary {
    background-color: #2374cc!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Cabin', sans-serif;
    text-transform: capitalize;
    box-shadow: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    box-shadow: none!important;
    background-color: #1e65b2!important;
}

.btn-primary:focus,
.btn-primary:active {
    outline: thin dotted #333 !important;
     background-color: #286090 !important;
     border-color: #122b40 !important;
     outline-offset: initial;
}

.section-icon {
    margin-left: 15px;
    margin-right: 8px;
}

.section-icon img {
    max-height: 48px;
}

.btn-add-account {
    margin: 0 auto!important;
    position: static;
}

.btn-add-account:before {
    content: '';
    display: block;
    position: absolute;
    top: 27px;
    width: 30%;
    left: 0;
}

.btn-add-account:after {
    content: '';
    display: block;
    position: absolute;
    top: 27px;
    width: 30%;
    right: 0;
}


.card .card-body h3.payment-component-title {
    background-color: #e9e9e9;
}

.input-group-text {
    border-color: #ced4da;
}

.input-group.md-form.input-group-minimal input {
    border: 1px solid #ced4da;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.modal-dialog .modal-header {
    background: #585858!important;
}

.mdb-modal .modal-content {
     -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow :hidden;
}

.modal .btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Cabin', sans-serif;
    text-transform: capitalize;
    box-shadow: none;
    padding: 16px 16px;
    min-width: 160px;
    line-height: normal;
}

.modal .btn.btn-outline-danger {
    background-color: white!important;
    color: #585858!important;
    border: 1px solid #dedede!important;
}

.modal .btn.btn-outline-danger {
    border-color: #c6c6c6!important;
}

.modal .btn.btn-outline-danger:hover {
    background-color: #efefef!important;
}

.modal .btn.btn-danger {
    background-color: #2374cc!important;
    color: #fff!important;
    border: 1px solid #2374cc!important;

}

.modal .btn.btn-danger:hover {
    background-color: #1e65b2!important;
}

.pm-highlight.pm-icon {
    width: 48px;
    height: 30px;
    background-size: 48px auto!important;
    top: 6px;
    bottom: auto;
    right: 6px;
}

.pm-cvv-sample {
    top: 6px;
    bottom: auto;
    right: 6px;
}

.mdb-container p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #333;
}

h2.opp-page-title {
    margin: 1.5rem 0;
}

.card-body h4 {
    /*
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 2rem;*/
}

/* stylize .form-control-plaintext since mdb doesn't support it yet */
input[type=email].form-control-plaintext, input[type=number].form-control-plaintext,
input[type=password].form-control-plaintext, input[type=search].form-control-plaintext, input[type=tel].form-control-plaintext,
input[type=text].form-control-plaintext {
    padding-top: 0.5rem;
    padding: .3rem 0 .55rem;
    margin: 0 0 .5rem;
    line-height: 1.5;
    border: none;
}

/* stylize their mdb-select so their sizing matches MD inputs */
.select-wrapper input.select-dropdown {
    height: 2.1rem;
    line-height: 1.5;
    margin-top: .2rem;
    margin-bottom: 1rem;
    padding: .5rem 0 .6rem;
}

/* darken mdb checkbox and radio labels */
[type="checkbox"]+label, [type="radio"]+label {
    color: #333;
    height: auto; /* reset back to auto so it can wrap properly when verbiage is long */
}

[type="checkbox"]+label:before {
    margin-top: 5px; /* slight margin adjustment to line up with checkbox and label */
    width: 16px;
    height: 16px;
    border-color: #5a5a5a;
}

[type="radio"]+label:before {
    margin-top: 5px; /* slight margin adjustment to line up with checkbox and label */
}


.card.card-minimal {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    border-radius: 0;
}

.card.card-minimal h5 {
    border-bottom: 1px solid #ccc;
    padding: 1rem;
    /*
    background-color: rgba(62,69,81,.7);
    color: #fff;*/
    background-color: #e0e0e0;
}

.card-account-entry {
     display: block;
}

.card-account-entry .md-form:last-child {
    margin-bottom: 0;
}

.account-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.58);
    z-index: 8;
}

.account-overlay .btn-floating {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
}

.account-overlay .btn-floating i.fa {
    margin-top: 0;
}

div[id^="account-section-"] {
    margin-bottom: 1.5rem;
}

div[id^="account-section-"]:nth-last-child(2) {
    margin-bottom: 0;
}

div[id^="account-section-"]:last-child {
    margin-bottom: 0;
}

/* class to default to standard boostrap input group because MD style isn't good for tables*/
.input-group.md-form.input-group-minimal {
}

.input-group.md-form.input-group-minimal input {
    border: 1px solid #bdbdbd;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    background-color: #fff;
    margin-top: 0;
    font-size: .9rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    z-index: 11;
    /*height: 1.750rem;*/
    padding-top: 0;
    padding-bottom: 0;
    height: 36px;
}

.input-group.md-form.input-group-minimal.input-group-datepicker input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
     border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.input-group .datepicker-manual {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group.md-form.input-group-minimal input:focus:not([readonly]) {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}


table.table-vertical-middle td, table.table-vertical-middle th {
    vertical-align: middle
}

.input-group-text {
    border-color: #bdbdbd;
}

table .input-group-text {
    font-size: 1.125rem;
    line-height: 1;
}

td.account-sel-col {
    width: 68px;
    cursor: pointer;
}

td.account-sel-col [type="checkbox"]+label,
td.account-sel-col [type="radio"]+label {
    height: 25px;
    width: 17px;
}

td.option-sel-col [type="checkbox"]+label,
td.option-sel-col [type="radio"]+label {
    height: 25px;
    font-size: 0.9rem;
    padding-left: 67px;
}

td.option-sel-col [type="radio"]+label:after,
td.option-sel-col [type="radio"]+label:before {
    left: 13px;
    height: 17px;
    width: 17px;
}

td.payment-type-col {
    cursor: pointer;
}

td.account-num-col {
    cursor: pointer;
}

td.amount-due-col {
    cursor: pointer;
}

td.date-due-col {
    cursor: pointer;
}

.table-payment td:not(.prevent-toggle) {
    cursor: pointer;
}

.no-click td {
    cursor: initial;
}

.payment-amount-col, .payment-date-col {
    width: 168px;
}

.payment-amount-col .form-control[readonly] {
   background-color: #e9ecef!important;
}

.account-sel-col [type="checkbox"]+label {
    padding-left: 17px;
}

.account-sel-col [type="radio"]+label {
    padding-left: 25px;
}


.list-group-custom-item .input-group-datepicker {
    width: 188px;
}

.font-small {
    font-size: 0.9rem!important;
}

.table-bordered-simple {
    border-bottom: 1px solid #e0e0e0;
}

.table.table-bordered-simple  td:first-child, .table.table-bordered-simple th:first-child {
    border-left: 1px solid #e0e0e0;
}

.table.table-bordered-simple  td:last-child, .table.table-bordered-simple th:last-child {
    border-right: 1px solid #e0e0e0;
}

.table.table-bordered-simple tr.tr-spacer td, .table.table-bordered-simple tr.tr-spacer th {
    border-top: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    height: 20px;
}

.table-bordered-minimal {
    border: 1px solid #e0e0e0;
}

.table.table-bordered-minimal  td, .table.table-bordered-minimal th {
    border-top: none;
}

table.table-sm-custom td, table.table-sm-custom th {
    /*padding: 0.6rem 0.6rem;*/
    padding: 0.5rem 0.6rem;
}

.table-payment-info [type="checkbox"]+label, .table-payment-info [type="radio"]+label {
    margin-bottom: 0;
}

.table-payment-info td {
    width: 50%;
}

.card .card-body h4.subsection-title,
h4.subsection-title {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    padding: .7rem;
    background-color: #e0e0e0;
}

thead.table-payment-thead tr th {
    border-bottom: none;
    height: 47px;
    font-weight: 600;
}

tr.subsection-title th,
tr.subsection-title td {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    padding: 0.5rem 0.6rem;
    background-color: #e0e0e0;

}

tr.thead-simple th {
    border-bottom: none;
    font-weight: 600;
}

.table-review-payment thead tr th,
.table-duplicate-payment thead tr th,
.table-recent-payment thead tr th  {
    border-bottom: none;
    font-weight: 600;
}

.review-components {
    overflow-y: hidden;
}

.table-review-payment::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-review-payment::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.15);
}

@media screen and (max-width:1024px) {
    .review-components {
        margin-bottom: 1rem;
    }

    .review-components .subsection-title {
        min-width: 768px;

    }

    .table.table-review-payment {
        margin-bottom: 0;
        width: 100%;
        min-width: 768px;
    }
}

#opp-section-review thead.table-payment-thead tr th {
    /*background-color: #e0e0e0;*/
}

#opp-section-review .table-component tr[data-bundle-item-code] {
    display: none;
}


.waive-select-container {
    padding-left: 2.125rem;
    display: none;
}

.waive-select-container .mdb-select.font-small .select-dropdown {
    font-size: 0.9rem;
}

tr.disable-payment-row td {
    -webkit-opacity: 0.68;
    -moz-box-opacity: 0.68;
    -ms-box-opacity: 0.68;
    -o-box-opacity: 0.68;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=68)";
    filter: alpha(opacity=68);
    opacity: 0.68;
    pointer-events: none!important;
}

tr.disable-payment-row td.account-sel-col {
    -webkit-opacity: 1;
    -moz-box-opacity: 1;
    -ms-box-opacity: 1;
    -o-box-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    pointer-events: auto!important;
}

tr.disable-payment-row.is-payable td {
    -webkit-opacity: 1;
    -moz-box-opacity: 1;
    -ms-box-opacity: 1;
    -o-box-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    pointer-events: auto!important;
}

tr.disable-payment-row td.payment-type-col,
tr.disable-payment-row td.account-num-col,
tr.disable-payment-row td.amount-due-col,
tr.disable-payment-row td.date-due-col {
    pointer-events: auto;
}

tr.disable-payment-row td.payment-type-col a.popover-link {
    pointer-events: none;
}

.table-payment tr.disable-payment-row td:not(.prevent-toggle) {
    pointer-events: auto;
}

a.popover-link:link, a.popover-link:visited, a.popover-link:hover {
    color: #888888;
}

td a.popover-link:link i.material-icons {
    vertical-align: middle;
    margin-top: -1px;
}

td a.popover-link:link i.fa {
    vertical-align: middle;
    margin-top: -1px;
}

.list-group-custom-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.review-payment-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 1rem;
}

.review-payment-container.no-fee .review-payment-box.rpb-payment-amount,
.review-payment-container.no-fee .review-payment-box.rpb-fee,
.review-payment-container.no-fee .review-payment-icon.rpb-plus,
.review-payment-container.no-fee .review-payment-icon.rpb-equal {
    display: none;
}

.review-payment-container.no-fee .review-payment-box.rpb-total-amount {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

.review-payment-container.no-fee .review-payment-box.rpb-total-amount .review-payment-amount {
    padding: 1rem;
}

.review-payment-container.no-fee .review-payment-box.rpb-total-amount .review-payment-heading {
    display: flex;
    margin-right: auto;
    font-size: 1.5rem;
    font-weight: 400;
}

 /* ie11 flexbox fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .review-payment-container.no-fee .review-payment-box.rpb-total-amount {
        flex-direction: row;
        justify-content:    flex-start;
        align-items: stretch;
    }

    .review-payment-container.no-fee .review-payment-box.rpb-total-amount .review-payment-heading {
        line-height: 63px;
    }

    /* different approach to fix for flexbox grid in a popover for IE10/IE11,
    instead of setting .popover-opp to width 100% */
    .popover-opp .row {
        display: block;
    }

    .popover-opp .popover-body {
        position: relative;
        overflow: hidden;
    }

    .popover-opp .row [class*="col-"] {
        float: left;
    }
}

.review-payment-box {
    border:3px solid #e0e0e0;
    width: 30%;
    border-radius: 0.3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}


.review-payment-heading {
    font-size: 1rem;
    padding: 1rem;
    height: 65px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.review-payment-amount {
    font-size: 2.625rem;
    padding: 0 0 1rem 0;
}

.review-payment-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    width: 5%;
}

.has-large-value .review-payment-amount {
    font-size: 1.875rem;
}

.opp-action-row {
    margin-top: 0.625rem;
}

.mdb-modal {
}

.mdb-modal p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #333;
}

.mdb-modal p:last-child {
    margin: 0;
}

.mdb-modal .modal-content {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.btn-block.hide {
    display: none;
}

.opp-account-row-2 {
    margin-top: 5rem!important
}

.opp-account-row-2 .card-minimal {
    border: none;
}

.opp-account-row-2 .card.card-minimal h5 {
    background-color: #fff!important;
    color: #333;
    border: none;
}

.modal-title {
    font-weight: 500;
    color: #fff;
}

h6.modal-section-title {
    padding: 1rem;
    font-weight: 500;
}

.modal-form {
    padding: 0 1rem;
}

.disable-section *:not(.section-title) {
    -webkit-opacity: 0.85;
    -moz-box-opacity: 0.85;
    -ms-box-opacity: 0.85;
    -o-box-opacity: 0.85;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: alpha(opacity=85);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: not-allowed;
    pointer-events: none;
}

.opp-section {
    position: relative;
}

.opp-section:nth-child(n+2) {
    margin-bottom: 1.5rem;
}

.opp-section:last-child {
    margin-bottom: 3rem;
}

.card .card-body h3.payment-component-title {
    position: relative;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0 0 1.25rem 0;
    padding: 0.75rem;
    background-color: #b3b3b3;
}

.payment-component-item:nth-child(n+2) {
    margin-top: 2.5rem;
}

.card.card-v2 {
    box-shadow: none;
    border-radius: 0 0 2px 2px;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.datepicker-manual {
    cursor: pointer;
}

.datepicker-manual i.fa {
    pointer-events: none;
}

/* fix pickadate styling when the date input is inside a <table> <td> */
.table td .picker__table td, .table th .picker__table th {
    border: none;
}

.table td .picker__box .picker__table .picker__weekday {
    padding: 1px 1px 0.5em 1px;
    border-bottom: none;
}

table.table-hover .picker__table tbody tr:hover {
    background: none;
}
/* end pickadate fix */


/* progress indicator start */
.one-pager-sidebar {
    position: absolute;
    left: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 175px;
    padding-top: 0px;

}

.one-pager-progress {
    width: 175px;
    padding-top: 62px;
    transition: .2s ease-out;
}

.sticky-progress .one-pager-progress {
    padding-top: 1rem;
}

.progress-line {
    height: calc(100% - 64px);
    width: 1px;
    background-color: #dedede;
    position: absolute;
    left: 50%;
    z-index: 1;
}

.progress-indicator {
    position: relative;
    z-index: 2;
    /*opacity: 0.4;*/
    cursor: pointer;
}



.one-pager-progress ul {
    text-align: center;
}

.one-pager-progress ul li {
    margin-bottom: 15px;
    font-size: 14px;
}

.one-pager-progress-icon {
    display: block;
    width: 64px;
    height: 64px;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 256px;
    line-height: 64px;
    font-size: 24px;
    z-index: 8!important;
}


.active-step.progress-indicator {
    opacity: 1;
    cursor: pointer;

}

.current-step.progress-indicator .one-pager-progress-icon {
    color: #fff;
    background-color: ##c2c2c2;
    border-color: #777c84;
}

/*
.progress-indicator .one-pager-progress-icon:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    width: 3px;
    height: 102px;
    background-color: #eee;
    z-index: -1;
    margin-left: -2px;
}*/

.progress-indicator.last-step .one-pager-progress-icon:before {
    display: none;
}

.progress-indicator.completed-step .one-pager-progress-icon {
    color: #fff;
    background-color: #97bf47;
    border-color: #97bf47;
}

.progress-indicator.completed-step .one-pager-progress-desc {
    /*color: #a2a2a2;*/
}

/*
.progress-indicator.completed-step .one-pager-progress-icon:before {
    background-color: #97bf47;
    opacity: 0.3;
}*/

.one-pager-progress-icon i.fa {
    line-height: 64px;
}

.progress-indicator {
    margin-bottom: 15px;
}

.one-pager-progress-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    padding-top: 8px;
    font-weight: normal;
    background-color: rgba(255,255,255,0.25);
    padding: 0 1rem;
}

.sticky-wrapper {
    position: absolute;
    left: 0;
}

.sticky-progress {
    position:fixed;
    top:0px;
    left: 0px;
}

/* text only variant start */
.one-pager-progress.opp-text {

}

.sticky-progress {

}

.opp-text .progress-indicator {
    padding: 0 1rem;

}

.opp-text .progress-indicator.component-step {
    padding: 0 1.5rem;
}

.opp-text .progress-indicator.component-step .one-pager-progress-desc {
    font-size: 11px;
}

.opp-text .one-pager-progress-desc {
    padding: 0.5rem;
    background-color: #fff;
    border: 1px solid #ccc;
    /*border-radius: .3rem;*/
}

.opp-text .current-step .one-pager-progress-desc {
    background-color: #777c84;
    border-color: #777c84;
    color: #fff;
}

.opp-text .progress-indicator .one-pager-progress-desc:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 2px;
    height: 32px;
    background-color: #ccc;
    z-index: -1;
    margin-left: -1px;
}

.opp-text .progress-indicator.last-step .one-pager-progress-desc:before {
    display: none;
}
/* text only variant end */
/* progress indicator end */

p.opp-section-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #333;
}

.card .card-body table.table-account-status p {
    margin-bottom: 0;
}

.btn-add-account.btn {
    font-size: 1rem;
}

.btn-add-account i.material-icons {
    vertical-align: middle;
    padding-bottom: 3px;
}

a.btn-remove-account:link, a.btn-remove-account:visited {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    color: #ff4b4b;
}

a.btn-remove-account i.material-icons {
    font-size: 32px;
}

/* add material design support for formvalidation.io start */
.md-form.form-group.form-row {
    display: flex;
}

/* add material design support for formvalidation.io end */

.payment-component-review {
    float: right;
    font-size: 0.9rem;
    float: none;
    display: block;
    border-top: 1px solid #888888;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}

.pcr-label {
    font-weight: 500;
    margin-right: 0.5rem;
}

.pcr-value {
    margin-right: 0.5rem;
}

.pcr-value:after {
    content: ' ';
    display: inline-block;
    left: 50%;
    top: 12px;
    width: 2px;
    height: 24px;
    background-color: #989898;
    margin-left: 0.5rem;
    vertical-align: middle
}

.pcr-value:last-child {
    margin-right: 0;
}

.pcr-value:last-child:after {
    display: none;
}

tr.total-line td {
    border-top: 5px solid #dee2e6;
}



/* receipt styles start */
table.table-component {
    background-color: transparent;
}

.table .table.table-component {
    background-color: transparent;
}

table.table-component tbody tr:hover {
    background-color: transparent
}

table.table-component th, table.table-component td,
table.table-component th:hover, table.table-component td:hover {
    border: none!important;
    padding: 0;
    background-color: transparent;
}
/* receipt styles end */


/* css support for formvalidation.io with mdbootstrap start */
.has-error input[type="text"] {
    border-bottom: 1px solid red;
}

.has-error input[type="text"]:focus {
    border-bottom: 1px solid red;
    box-shadow: 0 1px 0 0 red;
}

.has-error label, .has-error.md-form label {
    color: #dc3545!important;
}

.has-error .input-group.md-form.input-group-minimal input {
    border: 1px solid red;
}

.non-md-selectize .has-error .selectize-control.single .selectize-input {
    border-color: red;
}

.help-block {
    position: relative;
    font-size: 0.688rem;
    color: #dc3545;
}

input[type="checkbox"] ~ .help-block, input[type="radio"] ~ .help-block {
    position: relative;
    display: block;
    bottom: auto;
    left: 2.225rem;
}

.form-check ~ .help-block {
    position: relative;
    display: block;
    bottom: auto;
    left: 2.225rem;
}

table.table-component {
    margin: 0;
}

.table .table.table-component {
    background-color: transparent;
}

table.table-component th, table.table-component td,
table.table-component th:hover, table.table-component td:hover {
    border: none;
    padding: 0;
    background-color: transparent;
}

table.table-component tbody tr:hover {
    background-color: transparent;
}

.b-0 {
    border: none!important;
}

.bt-0 {
    border-top: none!important;
}

.bb-0 {
    border-bottom: none!important;
}

.br-0 {
    border-right: none!important;
}

.bl-0 {
    border-left: none!important;
}

.bx-0 {
    border-left: none!important;
    border-right: none!important;
}

.card-footer {
    padding: 1.25rem;
}

.flex-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.250rem 1rem;
    border-top: 1px solid #e9ecef;
}

.flex-footer button {
    margin-top: 0;
    margin-bottom: 0;
}

.flex-footer button:first-child {
    margin-right: auto;
    margin-left: 4px;
}

.flex-footer button:last-child {
    margin-right: 4px;
}

.modal-footer  {
    /* reset to default values to work in IE11 since our modal arrangement of buttons is
    different than bootstrap 4 */
   -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.modal-footer button {
    margin-top: 0;
    margin-bottom: 0;
}

.modal-footer button:first-child {
    margin-right: auto;
    margin-left: 4px;
}

.modal-footer button:last-child {
    margin-right: 4px;
}

.align-button-between-left button:first-child {
    margin-right: 0.25rem;
}

.align-button-between-left button:last-child {
    margin-left: auto;
}


/* new popover class because of slight conflict with styles.css */
.popover-opp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 728px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c8c8c8;
}

.popover-opp .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover-opp .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.popover-opp.bs-popover-top .arrow::before {
    border-top-color: rgba(0,0,0,.25);
}

.popover-opp.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

.arrow::after {
    content: ' ';
}
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

.popover-opp  .popover-header {
    font-family: 'Open Sans', sans-serif;
    background-color: #e0e0e0;
    font-weight: 400;
    padding: .7rem;
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0;
}

.popover-opp  .popover-body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: .7rem;
    border-radius: 0;
}

.list-group .list-group-item{
    border-radius: 0px 0px 2px 2px;
}

.list-group .list-group-item ~ span:last-child {
    padding-left: 0.5rem;
}

.list-group-item-label {
    font-weight: 600;
    padding-right: 0.5rem;
}


.list-group-item-value {
    padding-left: 0.5rem;
}

.table.table-normalize-height td {
    height: 55px;
}

.table.table-normalize-height tr.subsection-title td {
    height: auto;
}

/*
tr.disable-payment-row .additional-component-container {
    display: none;
}*/

.additional-component-container {
    margin-top: 1rem;
}

tr.has-additional-component td {
    vertical-align: top;
}

tr.has-additional-component td.account-sel-col {
    padding-top: 0.875rem;
}

tr.has-additional-component td.payment-type-col {
 padding-top: 0.875rem;
}

.tier2, .tier3 {
    padding-left: 1rem!important;
}

.radio-legend {
    font-size: .8rem;
    color: #757575;
}

.ivr-status-icon {
    background: url(../../img/ajax-loader.gif);
    position: absolute;
    right: 0.5rem;
    top: 1.125rem;
    width: 16px;
    height: 16px;
    margin: 0;
    overflow: hidden;
}

/* payment method styling start */
.pm-logo-row {
    position: relative;
    margin-bottom: 2rem;
}

.pm-icon {
    position: absolute;
    bottom: 0.688rem;
    top: -0.75rem;
    right: 0.5rem;
    display: block;
    padding: 0px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    width: 56px;
    height: 35px;
    background-size: 56px auto!important;
    background: transparent;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    text-indent: -9999px;
}

.pm-highlight.pm-icon {
    width: 48px;
    height: 30px;
    background-size: 48px auto!important;
    top: 0.125rem;
    right: 0.5rem;
    bottom: auto;
    z-index: 2;
}

.pm-highlight.pm-icon[class*="method"] ~ .pm-accepted-cards.pm-icon {
    opacity: 0!important;
    right: 0.5rem!important;
}

.pm-accepted-cards.pm-icon {
    width: 48px;
    height: 30px;
    background-size: 48px auto!important;
    top: 0.125rem;
    opacity: 0!important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[name="paymentMethod.accountNumber"][value=""] ~ .pm-accepted-cards.pm-icon {
    opacity: 1!important;
    right: 0.5rem;
}

input[name="paymentMethod.accountNumber"][value=""]~ .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon {
    right: 4rem;
}

input[name="paymentMethod.accountNumber"][value=""] ~ .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon {
    right: 7.5rem;
}

input[name="paymentMethod.accountNumber"][value=""] ~ .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon {
    right: 11rem;
}

input[name="paymentMethod.accountNumber"][value=""] ~ .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon {
    right: 14.375rem;
}

input[name="paymentMethod.accountNumber"]:not(.is-invalid) ~ .pm-accepted-cards.pm-icon {
    opacity: 1!important;
    right: 0.5rem;
}

input[name="paymentMethod.accountNumber"]:not(.is-invalid) ~ .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon {
    right: 4rem;
}

input[name="paymentMethod.accountNumber"]:not(.is-invalid) ~ .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon {
    right: 7.5rem;
}

input[name="paymentMethod.accountNumber"]:not(.is-invalid) ~ .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon {
    right: 11rem;
}

input[name="paymentMethod.accountNumber"]:not(.is-invalid) ~ .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon {
    right: 14.375rem;
}

@media screen and (max-width: 576px) {
    .pm-highlight.pm-icon {
        width: 32px;
        height: 20px;
        background-size: 32px auto!important;
        top: 0.5rem;
    }
    .pm-accepted-cards.pm-icon {
        width: 32px;
        height: 20px;
        background-size: 32px auto!important;
        top: 0.5rem;
    }

    input[name="paymentMethod.accountNumber"][value=""] ~ .pm-accepted-cards.pm-icon {
        right: 0.5rem;
    }

    input[name="paymentMethod.accountNumber"][value=""]~ .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon {
        right: 3rem;
    }

    input[name="paymentMethod.accountNumber"][value=""] ~ .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon {
        right: 5.5rem;
    }

    input[name="paymentMethod.accountNumber"][value=""] ~ .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon {
        right: 8rem;
    }

    input[name="paymentMethod.accountNumber"][value=""] ~ .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon {
        right: 10.5rem;
    }

    input[name="paymentMethod.accountNumber"]:not(.is-invalid) ~ .pm-accepted-cards.pm-icon {
        right: 0.5rem;
    }

    input[name="paymentMethod.accountNumber"]:not(.is-invalid) ~ .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon {
        right: 3rem;
    }

    input[name="paymentMethod.accountNumber"]:not(.is-invalid) ~ .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon {
        right: 5.5rem;
    }

    input[name="paymentMethod.accountNumber"]:not(.is-invalid) ~ .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon {
        right: 8rem;
    }

    input[name="paymentMethod.accountNumber"]:not(.is-invalid) ~ .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon + .pm-accepted-cards.pm-icon {
        right: 10.5rem;
    }
}

.pm-logo-row .pm-icon {
    position: relative;
    bottom: auto;
    right: auto;
    margin-right: 0.5rem;
}

.pm-logo-row .pm-icon.methodAmex {
    border-color: transparent;
}

.pm-cvv-sample {
    position: absolute;
    top: 0.125rem;
    right: 0.5rem;
    width: 48px;
    height: 30px;
    background: transparent url(../img/pm/cvv_grey.png) no-repeat 0 0;
    pointer-events: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* target IE10 and IE11 */
    .pm-highlight.pm-icon {
        top: -2px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    input[name="paymentMethod.accountNumber"]:focus + label + .pm-highlight.pm-icon {
        right: 1.5rem;
    }

    .pm-accepted-cards.pm-icon {
        top: -2px;
    }

    .pm-cvv-sample {
        top: 1px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    input[name="paymentMethod.cvv"][value=""] + label + .pm-cvv-sample {
        right: 0.5rem;
    }

    input[name="paymentMethod.cvv"]:not(:focus) + label + .pm-cvv-sample {
        right: 0.5rem;
    }

    input[name="paymentMethod.cvv"] + label + .pm-cvv-sample {
        right: 1.5rem;
    }
}

@supports (-ms-ime-align:auto) {
    /* target all edge browsers (currently working up to Edge 17 as of oct 2018) */
    .pm-highlight.pm-icon {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    input[name="paymentMethod.accountNumber"]:focus + label + .pm-highlight.pm-icon {
        right: 1.5rem;
    }

    .pm-cvv-sample {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    input[name="paymentMethod.cvv"][value=""] + label + .pm-cvv-sample {
        right: 0.5rem;
    }

    input[name="paymentMethod.cvv"]:not(:focus) + label + .pm-cvv-sample {
        right: 0.5rem;
    }

    input[name="paymentMethod.cvv"] + label + .pm-cvv-sample {
        right: 1.5rem;
    }

    @media screen and (max-width: 576px) {
        .pm-highlight.pm-icon {
            top: 9px;
        }

        .pm-accepted-cards.pm-icon {
            top: 9px;
        }
    }
}

.cc-dc-title {
    position: absolute;
    top: .65rem;
    left: 0px;
    -webkit-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    transform: translateY(-140%);
    cursor: text;
    height: auto;
    color: #333;
    font-size: .8rem;
}

.pm-icon.methodVisa {
    background: #fff url(../img/pm/visa.png) no-repeat 0 0;
    opacity: 1;
}

.pm-icon.methodVisaDebit {
    background: #fff url(../img/pm/visa_debit.png) no-repeat 0 0;
    opacity: 1;
}

.pm-icon.methodMastercard {
    background: #fff url(../img/pm/mastercard.png) no-repeat 0 0;
    opacity: 1;
}

.pm-icon.methodMastercardDebit {
    background: #fff url(../img/pm/mastercard_debit.png) no-repeat 0 0;
    opacity: 1;
}

.pm-icon.methodAmex {
    background: #fff url(../img/pm/amex.png) no-repeat 0 0;
    opacity: 1;
    border-color: transparent;
}

.pm-icon.methodDiscover, .pm-icon.methodDiscoverDebit {
    background: #fff url(../img/pm/discover.png) no-repeat 0 0;
    opacity: 1;
}

.pm-icon.methodCheck {
    background: #fff url(../img/pm/echeck.png) no-repeat 0 0;
    opacity: 1;
}

.pm-icon.methodInteracOnline {
    background: #fff url(../img/pm/interac.png) no-repeat 0 0;
    opacity: 1;
    border-color: transparent;
}

.pm-icon.methodPaypal {
    background: #fff url(../img/pm/paypal.png) no-repeat 0 0;
    opacity: 1;
}
/* payment method styling end */

/* ivr transfer start */
.ivr-transfer-container {
    position: relative;
}

.ivr-transfer-note {
    border: 1px solid #e0e0e0;
    padding: 16px;
}

.table-ivr-transfer thead tr th {
    border-bottom: none;
    font-weight: 600;
}

.table-ivr-conv-fee .pm-icon {
    position: relative;
    bottom: auto;
    right: auto;
}

.ivr-transfer-status-boxes {
    display: flex;
    margin-bottom: 1rem;
}

.ivr-transfer-status-box {
    position: relative;
    border: 3px solid #e0e0e0;
    border-radius: 0.3rem;
    flex: 1;
    flex-direction: column;
    min-height: 96px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.ivr-transfer-status-box:first-child {
    margin-left: 0;
}

.ivr-transfer-status-box:last-child {
    margin-right: 0;
}

.ivr-transfer-status-box:last-child .ivr-transfer-arrow {
    display: none;
}

.ivr-transfer-arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 28px;
    top:50%;
    right: -28px;
    margin-top: -28px;
    border-left-color: #e0e0e0;
    border-right-width: 0;
}

.ivr-transfer-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: "";
    border-width: 28px;
    top: 50%;
    right: 5px;
    border-left-color: #fff;
    border-right-width: 0;
    margin-top: -28px;
    z-index: 1;
}

.ivr-transfer-status-step-name {
    font-size: 1rem;
    padding: 1rem;
    height: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    line-height: normal;
}

.ivr-transfer-status-step-icon  {
    padding-bottom: 2rem;
    color: #686868;
    text-align: center;
}

.ivr-transfer-status-step-icon .material-icons {
    font-size: 3rem;
}

.ivr-transfer-status-box.has-success .material-icons {
    color: #7CB342;
}

.ivr-transfer-status-box.has-error .material-icons {
    color: #dc3545;
}


.ivr-transfer-call-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.7rem;
    position: relative;
    border: 3px solid #e0e0e0;
    border-radius: 0.3rem;
}



.ivr-loader {
  font-size: 10px;
  margin: 0px auto;
  text-indent: -9999em;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #686868;
  background: -moz-linear-gradient(left, #686868 10%, rgba(104,104,104, 0) 42%);
  background: -webkit-linear-gradient(left, #686868 10%, rgba(104,104,104, 0) 42%);
  background: -o-linear-gradient(left, #686868 10%, rgba(104,104,104, 0) 42%);
  background: -ms-linear-gradient(left, #686868 10%, rgba(104,104,104, 0) 42%);
  background: linear-gradient(to right, #686868 10%, rgba(104,104,104, 0) 42%);
  position: relative;
  -webkit-animation: ivrLoaderAnim 1.8s infinite linear;
  animation: ivrLoaderAnim 1.8s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.ivr-loader:before {
  width: 50%;
  height: 50%;
  background: #686868;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.ivr-loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.ivr-transfer-status-container {
    position: relative;
}

.ivr-transfer-overlay {
    background-color: rgba(255,255,255,0.6);
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 18;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ivr-start-msg-container {
    background-color: #fff;
    border: 3px solid #e0e0e0;
    border-radius: 0.3rem;
    padding: 0.7rem;
}

#btn-cancel-ivr {
    display: none;
}


@-webkit-keyframes ivrLoaderAnim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ivrLoaderAnim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.wait-path {
    position: relative;
    overflow: hidden;
    width: 36px;
    height: 48px;
    margin: auto;
}
.wait-ball {
    position: absolute;
    top: 20px;
    background-color: #686868;
    width: 8px;
    height: 8px;
    display: block;
    border-radius:50%;
}


.wait-path.animate .wait-ball {
    x-transition: all 1s ease-in-out;
    animation: ballBounceAnimation 1.35s infinite;
}

.wait-ball1 {
    left: 4px;
}

.wait-ball2 {
    -webkit-animation-delay: 0.25s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.25s;
    left: 14px;
}

.wait-ball3 {
    -webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
    left: 24px;
}

@keyframes ballBounceAnimation {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 13px;
  }
  100% {
    bottom: 0px;
  }
}

/* ivr transfer end */

/* initial styling before mdb-select is initalized */
.md-form select + label {
    height: 2.1rem;
    position: relative;
    top: auto;
}

/* last used payment method cc/dc card display start */
.card-container {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 16px 16px;
    min-height: 180px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.32), 1px 2px 5px 0 rgba(0, 0, 0, 0.12);
    max-width: 350px;
}

.card-container.echeck {
    border-radius: 0;
}

.card-container.flat {
    box-shadow: none;
}

.pm-card-chip {
    position: absolute;
    background: url('../../img/pm/cardchip.png') no-repeat 0 0;
    width: 36px;
    height: 31px;
    background-size: 36px 31px;
    opacity: 0.5;
    top: 50%;
    margin-top: -48px;
    left: 16px;
}

p.pm-info {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.pm-info .pm-icon {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    vertical-align: middle;
    margin: 0;
}

.pm-info .pm-icon.pm-icon-mini {
    width: 32px;
    height: 20px;
    background-size: 32px auto!important;
}

.pm-info.card-nickname {
    font-size: 1rem;
    font-weight: 500;
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pm-info.card-nickname.card-nickname-blank {
    color: #ccc;
}

.pm-info.card-number {
    position: absolute;
    left: 16px;
    top: 50%;
    left: 16px;
    margin-top: -16px;
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: 2px;
}

.pm-info.card-type {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.card-sep {
    color: #464a4c;
}


.pm-info.card-exp-label {
    position: absolute;
    top: 60%;
    left: 32.5%;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.571rem;
    line-height: 8px;
    margin-top: 2px;
}

.pm-info.card-exp-date {
    position: absolute;
    top: 60%;
    left: 42.5%;
    margin-top: -5px;
    font-size: 1.313rem;
    font-weight: 500;
}


.pm-info.card-name {
    position: absolute;
    bottom: 11px;
    left: 16px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 258px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.debit-logos img {
    width: auto;
    height: 28px;
}

.card .card-body .card-container p {
    margin-bottom: 0;
}

.wallet-item.echeck .card {
    background: #ffffff;
    background-image: none;
    border-radius: 0;
}

.pm-info.routing-number {
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-weight: 500;
    font-size: 1rem;
}

.pm-info.bank-account-number {
    position: absolute;
    bottom: 16px;
    left: 128px;
    font-weight: 500;
    font-size: 1rem;
}

.pm-info.pm-account-number {
    position: absolute;
    bottom: 16px;
    left: 128px;
    font-weight: 500;
    font-size: 1rem;
}

.pm-info.bank-name {
    position: absolute;
    bottom: 56px;
    left: 40px;
    font-weight: 500;
    font-size: 0.875rem;
}

.pm-info.pm-type {
    font-weight: 500;
    white-space: nowrap;
    font-size: 0.875rem;
}

.pm-info.account-holder-name {
    font-weight: 500;
    text-transform: uppercase;
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875rem;
}

.echeck-decoration-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.echeck-decoration-line1 {
    position: absolute;
    width: calc(100% - 96px);
    height: 1px;
    background: #d3d3d3;
    left: 15px;
    top: 78px;
}

.echeck-decoration-line2 {
    position: absolute;
    width: calc(100% - 64px);
    height: 1px;
    background: #d3d3d3;
    left: 15px;
    top: 96px;
}

.echeck-decoration-line3 {
    position: absolute;
    width: calc(33%);
    height: 1px;
    background: #d3d3d3;
    left: 15px;
    top: 134px;
}

.echeck-decoration-line4 {
    position: absolute;
    width: calc(42%);
    height: 1px;
    background: #d3d3d3;
    right: 16px;
    top: 134px;
}

.echeck-decoration-box1 {
    position: absolute;
    border: 1px solid #d3d3d3;
    height: 16px;
    width: 56px;
    top: 63px;
    right: 16px;
}

.echeck-decoration-icon-lock {
    position: absolute;
    left: calc(100% - 44px);
    top: 84px;
}

.echeck-decoration-icon-lock .fa {
    font-size: 0.938rem;
    color: #d3d3d3;
}

.echeck-decoration-icon-bank {
    position: absolute;
    left: 15px;
    top: 106px;
}

.echeck-decoration-icon-bank .fa {
    font-size: 0.938rem;
    color: #d3d3d3;
}
/* last used end */

/* reset mdb textarea set height */
textarea {
    height: auto;
}

textarea.form-control {
    padding: .375rem .75rem;
    font-size: 0.9rem;
}

.alert {
    padding: .7rem;
    border-radius: 0;
}

.btn-opp-popover-dismiss:link, .btn-opp-popover-dismiss:visited {
    font-size: 0.9rem;
    text-decoration: underline;
    color: #336699;
}

.btn-opp-popover-dismiss:hover {
    color: #0056b3;
}

/* selectize bootstrap 4 + MDB styling start */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: 1rem;;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
  padding: 0px 0px;
}
.selectize-input {
    border-bottom: 1px solid #ced4da;
    padding: 8px 0px 9px 0;

    display: inline-block;
    width: 100%;
    max-height: 3.262rem;
    /*
    overflow: hidden;
    position: relative;
    */
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
    padding: 8px 0px 9px 0px;
}

.selectize-control.single .selectize-input.not-full,
.selectize-control.single .selectize-input.not-full.input-active {
    padding: 6px 0px 11px 0px;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  border-bottom: 1px solid #2170f2;
    box-shadow: 0 1px 0 0 #2170f2;
}
.selectize-input.dropdown-active {

}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  font-size: 0.9rem;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 8px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
  font-family: 'Open Sans', sans-serif;
}
.selectize-min-scroll .selectize-dropdown-content {
    max-height: 388px;
}
.selectize-control.single .selectize-input {
  cursor: pointer;
  height: auto;
  padding: 6px 0px 7px 0px;
}

.selectize-control.single .selectize-input input {
  position: relative!important;
  cursor: pointer;
  height: auto;
  padding: 6px 0px 7px 0px;
}


.selectize-control.single .selectize-input.full {
    padding: 6px 0px 7px 0px;
}

.selectize-control.single .selectize-input.input-active {
  /* cursor: text; */
  padding: 6px 0px 7px 0px;
  top: -3px;
}

.selectize-control.single .selectize-input.input-active input {
  /* cursor: text; */
  padding: .3rem 0 .55rem;

}

.selectize-control.single .selectize-input:after {
    content: '\25bc';
    position: absolute;
    top: 9px;
    right: 4px;
    font-size: 9px;
    color: #495057;
    /*
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #333333 transparent transparent transparent;*/
}
.selectize-control.single .selectize-input.dropdown-active:after {
    /*
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
  */
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
}

.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 0;
  line-height: 1.3rem;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  /*min-height: 34px;*/
}
.selectize-input.dropdown-active {

}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
}
.has-error .selectize-input {
  border-color: red;
}
.has-error .selectize-input:focus {
  border-color: red;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  line-height: normal;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.selectize-input .item {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.non-md-selectize .form-control.selectize-control {
    margin-bottom: 0;
}

.non-md-selectize .selectize-input .item + input {
    display: inline-block;
    vertical-align: top;
}

.non-md-selectize .selectize-control.single .selectize-input {
    font-size: 0.9rem;
    border: 1px solid #bdbdbd;
    padding: 0.5rem!important;
    border-radius: 0.25rem;
}

.has-error .non-md-selectize .selectize-control.single .selectize-input {
    border-color: red;
}

.non-md-selectize .selectize-control.single .selectize-input input {
    font-size: 0.9rem;
}

.non-md-selectize .selectize-control.single .selectize-input:after {
    top: 8px;
    right: 8px;
}

#opp-section-status table.table-account-status:last-child {
    margin-bottom: 0;
}

.payment-info-label-col {
    font-weight: bold;
}

.form-group.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


@media screen and (max-width: 1200px) {
    body {
        margin: 0;
    }

    #header table table td {
        width: auto!important;
    }

    #content {
        margin: 0;
    }
    #main {
        margin: 0;
    }

    #main-content {
        max-width: 100%;
    }
}

.extra-account-details {
    font-size: 1rem;
    color: #212529;
}

.extra-account-details.display-small {
    font-size: 0.9rem;
}

.extra-account-details.display-small:not(.d-block) {
    line-height: 19px;
    vertical-align: top;
    display: inline-block;
}

.ead-item {
    position: relative;
    margin-right: 8px;
    padding-left: 8px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

.d-block .ead-item:first-child {
    padding: 0;
}

.d-block .ead-item:first-child:after {
    display: none;
    content: '';
}

.ead-item:after {
    position: absolute;
    left: 0;
    top: 1px;
    content: '';
    background-color: #888888;
    width: 1px;
    height: 22px;
}

.ead-label {
    position: relative;
    margin-right: 8px;
    padding-left: 8px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

.ead-label + .ead-item {
    padding-left: 0;
}

.ead-label:first-child:after {
    position: absolute;
    left: 0;
    top: 1px;
    content: '';
    background-color: #888888;
    width: 1px;
    height: 22px;
}

.ead-label + .ead-item:after {
    display: none;
}

.ead-label:nth-child(n+2):after {
    position: absolute;
    left: 0;
    top: 1px;
    content: '';
    background-color: #888888;
    width: 1px;
    height: 22px;
}

.d-block .ead-label:first-child {
    padding: 0;
}

.d-block .ead-label:first-child:after {
    display: none;
}

.display-small .ead-label:after {
    height: 18px;
    top: 3px;
}

.display-small .ead-item:after {
    height: 18px;
    top: 3px;
}

.d-block.display-small .ead-label:after {
    top: 2px;
}

.d-block.display-small .ead-item:after {
    top: 2px;
}

.float-right.extra-account-details {
    position: relative;
    top: 2px;
}

.float-right.display-small.extra-account-details {
    top: 0;
}

.float-right.display-small.d-block.extra-account-details {
    top: 2px;
}


.float-right .ead-label:first-child:after {
    display: none;
}

.float-right .ead-item:first-child:after {
    display: none;
}

input::-webkit-input-placeholder {
  color: #a8a8a8!important;
}

input::-moz-placeholder {
  color: #a8a8a8!important;
}

input:-ms-input-placeholder {
  color: #a8a8a8!important;
}
input::-ms-input-placeholder {
  color: #a8a8a8!important;
}
input::placeholder {
  color: #a8a8a8!important;
}

input[type="checkbox"] ~ .help-block, input[type="radio"] ~ .help-block {
    left: 2.225rem;
}

label.has-popover {
    padding-right: 1.75rem;
}

label a.popover-link {
    position: absolute;
    top: 0;
    right: 0;
    color: #888888;
    cursor: default;
}

label.active a.popover-link {
    top: -3px;
    color: #888888;
}

b, strong {
    font-weight: 600;
}

.modal-xl {
    max-width: 1200px;
}

.dropdown-row td.payment-type-col {
    padding-left: 24px;
}

.dropdown-row .non-md-selectize .form-control.selectize-control {
    max-width: 148px;
    text-align: left;
}

.accordion.read-more-container {
    margin-bottom: 1.5rem;
}

.accordion.read-more-container .card {
    border: 1px solid #e0e0e0;
}

.accordion.read-more-container .card h5 {
    font-size: 1rem;
}

.accordion.read-more-container .card .card-header {
    padding: 1rem 1rem;
}

.accordion.read-more-container .card .card-body {
    color: #333;
    padding: 0 1rem 1rem 1rem;
}

.accordion .card .fa-angle-down {
    font-size: 21px;
}

.form-check .non-md-selectize .form-control.selectize {
    margin-top: 0.5rem;
}

.form-check .non-md-selectize .selectize-control.single .selectize-input {
    padding-right: 1.5rem!important;
}

.form-check .minimal-md-selectize .form-control.selectize {
    margin-top: 0.5rem;
}

.form-check .minimal-md-selectize .selectize-control.single .selectize-input {
    padding: 0.25rem 1.5rem 0.25rem 0!important;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.form-check .minimal-md-selectize .selectize-control.single .selectize-input input {
    font-size: 0.9rem;
}

.form-check .minimal-md-selectize .selectize-control.single .selectize-input:after {
    top: 8px;
}

[type="radio"]:disabled:not(:checked)+label:before {
    border-color: rgba(0,0,0,.28);
}

[type="checkbox"]:disabled:not(:checked)+label:before {
    background-color: rgba(0,0,0,.28);
}

:not(table) .form-check [type="radio"]+label:before,
:not(table) .form-check [type="radio"]+label:after  {
    margin-left: 0;
}

[type=checkbox]:disabled:not(:checked)+label:before {
    margin-left: 0;
    margin-top: 5px;
}

.form-group.has-error {
    position: relative;
}

.card .card-body h5 {
    font-size: 1rem;
}

.card .card-footer {
    background-color: #fff;
}

#modal-verbal-confirmation .modal-body span {
    font-weight: 600;
}

 /* ie11 flexbox for payment amount */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .payment-amount-col .input-group {
    max-width: 150px;
  }
}

.md-form {
    margin-top: 0;
}

.md-form.form-group {
    margin-bottom: 2rem;
}

.table.table-error td:first-child, .table.table-error th:first-child {
    border-left-color: red!important;
}

.table.table-error td:last-child, .table.table-error th:last-child {
    border-right-color: red!important;
}

.table.table-error {
    border-color: red!important;
}

.table.table-error tbody tr.subsection-title:first-child td {
    border-top: 1px solid red!important;
}

.table td .form-group.has-error .help-block {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    text-align: left;
}

.p-relative {
    position: relative!important;
}

.input-group.form-group.input-group-minimal.has-error input {
    border-color: red;
    border-right: none;
}

.input-group.form-group.input-group-minimal.input-group-datepicker>.input-group-append:not(:last-child)>.input-group-text {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.input-group.form-group.input-group-minimal.input-group-datepicker.has-error>.input-group-append:not(:last-child)>.input-group-text {
    border: 1px solid red;
}

.input-group.form-group.input-group-minimal.has-error .input-group-prepend .input-group-text {
    border-color: red;
}

.input-group.form-group.input-group-minimal.has-error .input-group-prepend:first-child ~ input {
    border-left: none;
    border-right: 1px solid red;
}

.display-label {
    position: absolute;
    font-size: .8rem;
    color: #757575;
    cursor: text;
    top: .65rem;
    -webkit-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    transform: translateY(-140%);
}

.display-plaintext {
    display: block;
    padding: .3rem 0 .55rem;
    margin: 0 0 .5rem;
    min-height: 38px;
}

.display-plaintext.bankNameSpan {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.account-note-widget {
    position: fixed;
    top: 191px;
    left: 1193px;
    max-width: 398px;
    z-index: 2;
}

.account-note-widget .card.card-minimal h5 {
    padding: .7rem;
}

.md-vertical-dropdown.dropdown-toggle {
    background: transparent;
    box-shadow: none;
    padding: 0.75rem;
}

h2.section-title .btn:not([disabled]):not(.disabled).active,
h2.section-title .btn:not([disabled]):not(.disabled):active,
h3.section-title .btn:not([disabled]):not(.disabled).active,
h3.section-title .btn:not([disabled]):not(.disabled):active {
    box-shadow: none;
}

.md-vertical-dropdown.dropdown-toggle:after {
    display: none;
}

.section-title .btn-group {
    position: absolute;
    right: 0;
    top: 0;

}

.section-title .btn.btn-transparent {
    background: transparent;
    box-shadow: none;
    padding: 1.125rem;
    color: #585858;
}

.account-section-note .card-body {
    min-height: 99px;
}

.list-group.list-group-no-hover li:not(:last-child):hover {
    border-bottom: 1px solid #fff;
}

.card.card-minimal h5.card-title {
    padding: 0.7rem;
    font-size: 1rem;
}

table.table td {
    font-weight: normal;
}

.mosaic-bg-0 .card-body {
    background: #fff url(../images/triangle_mosaic_bg.png) 100% 0 no-repeat;
}

.remove-account-icon {
    display: none;
}

.single-waive-fee-reason-container {
    padding-left: 36px;
    width: 278px;
}

/*
.collapsed-details table.table-component tr.payment-amount-option-row td.none {
    width: 94px;
}*/

.collapsed-details table.table-component tr.payment-amount-option-row td:first-child {
    width: 158px;
}

.collapsed-details table.table-component tr.payment-amount-option-row td.other {
    width: 120px;
}

.collapsed-details table.table-component tr.payment-amount-option-row td.payment-amount-col {
    width: 128px;
}

.collapsed-details table.table-component tr.payment-amount-option-row.td-2-col td:not(.none):first-child {
    width: auto;
}

.collapsed-details table.table-component tr.payment-amount-option-row.td-3-col td:not(.none):first-child {
    width: auto;
}

.collapsed-details table.table-component tr.payment-amount-option-row.td-5-col td.none + td {
    width: 232px;
}

.collapsed-details table.table-component tr.payment-amount-option-row.td-3-col:not(.has-other-option) td {
    width: auto;
}

.collapsed-details table.table-component tr.payment-amount-option-row.td-3-col:not(.has-other-option) td:first-child {
    width: 158px;
}

.collapsed-details table.table-component tr.payment-amount-option-row.td-3-col:not(.has-other-option) td:not(.none):first-child {
    width: auto;
}

.collapsed-details table.table-component tr.payment-amount-option-row.td-3-col:not(.has-other-option) td.payment-amount-col {
    width: 128px;
}

.collapsed-details table.table-component tr.payment-amount-option-row.td-4-col:not(.has-other-option) td {
    width: auto;
}

.collapsed-details table.table-component tr.payment-amount-option-row.td-4-col:not(.has-other-option) td:first-child {
    width: 158px;
}

.collapsed-details table.table-component tr.payment-amount-option-row.td-4-col:not(.has-other-option) td:not(.none):first-child {
    width: auto;
}

.collapsed-details table.table-component tr.payment-amount-option-row.td-4-col:not(.has-other-option) td.none + td {
    width: 232px;
}

.collapsed-details table.table-component tr.payment-amount-option-row.td-4-col:not(.has-other-option) td.payment-amount-col {
    width: 128px;
}


table.table-receipt tr td {
    white-space: nowrap;
    vertical-align: top;
    cursor: default;
}

table.table-receipt table.table-component thead tr:hover {
    background-color: transparent;
}

.invalid-feedback-block {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.error-message {
    display: none;
}

.md-form .form-control.is-invalid {
    border-bottom: 1px solid red!important;
    box-shadow: 0 1px 0 0 red!important;
}

.md-form .form-control.is-invalid:focus {
    -webkit-box-shadow: 0 1px 0 0 #2170f2!important;
    box-shadow: 0 1px 0 0 #2170f2!important;
    border-bottom: 1px solid #2170f2!important;
}

.md-form .form-control.is-invalid ~ label {
    color: #dc3545!important;
}

.md-form .form-control.is-invalid + .selectize-control .selectize-input {
    border-bottom: 1px solid red!important;
    box-shadow: 0 1px 0 0 red!important;
}

.md-form .form-control.is-invalid + .selectize-control .selectize-input.focus {
    -webkit-box-shadow: 0 1px 0 0 #2170f2!important;
    box-shadow: 0 1px 0 0 #2170f2!important;
    border-bottom: 1px solid #2170f2!important;
}

.md-form .form-control.is-invalid + .selectize-control + label {
    color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback {
    margin-left: 2.25rem;
}

.md-form label.fixed-md-label {
    position: absolute;
    top: .65rem;
    left: 0;
    color: #333;
    cursor: text;
    font-size: .8rem;
    -webkit-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    transform: translateY(-140%);
}

.fixed-md-label {
    position: absolute;
    top: .65rem;
    left: 0;
    cursor: text;
    color: #333;
    font-size: .8rem;
    -webkit-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    transform: translateY(-140%);
}

[type=radio], [type=checkbox] {
    visibility: visible;
}

/*
// add dashed outline when radio/checkbox is focussed
// undecided if I want to add this yet
input[type=checkbox]:focus + label, input[type=radio]:focus + label {
    outline: #717171 dashed .0625rem;
    outline-offset: 0px;
}*/

.remittance-container {
    border: 2px dashed #333;
    flex: 1 1 auto;
    padding: 0.5rem;
    -webkit-border-radius: 0.313rem;
    border-radius: 0.313rem;
}

.card .card-body h3.payment-component-title.remittance-title {
    background-color: #fff;
    font-style: italic;
    padding: 0;
    font-weight: 700;
    color: #535353;
    margin-bottom: 1rem;
}

.remittance-label {
    padding: 4px 0px;
    font-size: 0.875rem;
    min-height: 30px;
    font-style: italic;
    font-weight: 600;
    color: #535353;
    display: inline-block;
    vertical-align: top;
}

.remittance-value {
    border-bottom: 1px solid #bbb;
    padding: 4px 0px;
    display:inline-block;
    font-size: 0.875rem;
    min-height: 30px;
    display: inline-block;
    max-width: calc(100% - 172px);
    vertical-align: top;
}

.rl-fixed-width-1 {
    min-width: 152px;
}

.rl-fixed-width-2 {
    min-width: 96px;
}

.rl-fixed-width-3 {
    min-width: 236px;
}

.rv-fixed-width-1 {
    min-width: 162px;
}

.rv-fixed-width-2 {
    min-width: 218px;
}

.rv-fixed-width-3 {
    min-width: 78px;
}

p.remittance-desc {
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 600;
    color: #535353;
    line-height: normal;
}

@media print {

    body {
        overflow: visible;
    }
    #header {
        display: none;
    }
    #main {
        margin: 0;
    }
    #main-content {
        max-width: 100%;
        width: 100%;
    }
    h2.opp-page-title {
        display: none;
    }

    .opp-section .table-receipt ~ .card-footer {
        display: none;
    }

    .opp-section .remittance-container ~ .card-footer {
        display: none;
    }

    .opp-section .remittance-container {
        page-break-before: always;
    }

    h2.section-title,
    h3.section-title {
        background-color: #fff;
        color: #000;
        padding-left: 0;
        padding-right: 0;
        font-size: 1.75rem;
        padding: 0;
        margin-top: 1rem;
    }

    .card .card-body h3.payment-component-title {
        background-color: #fff;
        color: #000;
        border-left: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

    #footer {
        display: none;
    }

    #outer_wrapper, #wrapper {
        background-color: #fff;
    }

    .card.card-v2 {
        border: none;
        box-shadow: none;
    }

    .card-body {
        padding: 0;
    }

    #content {
        margin: 0;
    }

    table th, table td {
        color: #000;
    }

    .mdb-container p {
        color: #000;
    }

    body, .mdb-container {
        color: #000;
        margin: 0;
    }

    .card .card-body h3.payment-component-title.remittance-title {
        border: none;
    }

    .dev-info-widget {
        display: none;
    }
}

.dev-info-widget {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    position: fixed;
    top: 96px;
    right: 24px;
    width: 42px;
    height: 36px;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 16px 16px;
    z-index: 888;
    -webkit-transition: 250ms cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: 250ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: 250ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: 250ms cubic-bezier(0.42, 0, 0.58, 1);
}


a.dev-info-toggle:link, a.dev-info-toggle:visited {
    color: #333;
    font-size: 1.5rem;
    position: absolute;
    top: 5px;
    right: 8px;
}

a.dev-info-toggle .material-icons {
    color: #333;
    font-size: 1.5rem;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    -ms-transition: -ms-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}

.active a.dev-info-toggle .material-icons {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}

.dev-info-widget.active {
    width: 500px;
    height: 800px;
}

.dev-info-content {
    margin-top: 24px;
    overflow-y: auto;
    height: calc(100% - 36px);
    display: none;
}

.dev-info-widget.active .dev-info-content {
    display: block;
}

/* temporary css adjustment on payment method select until selectize works */
/* remove once selectize works --- start */
.form-group.browser-default-group {
    position: relative;
    margin-bottom: 2rem;
}

:not(.selectize) label.browser-default-label {
    position: absolute;
    top: .65rem;
    left: 0px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: text;
    color: #333;
    font-size: .8rem;
    -webkit-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    transform: translateY(-140%);
    height: auto;
}

select.browser-default {
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 0 .5rem;
    padding: .3rem 0 .55rem;
    background-image: none;
    background-color: transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    font-size: 1rem;
    line-height: 1.5;
    height: 23.5px!important;
    font-family: 'Open Sans', sans-serif;
}

select.browser-default:focus,
select.browser-default:active{
    -webkit-box-shadow: 0 1px 0 0 #2170f2!important;
    box-shadow: 0 1px 0 0 #2170f2!important;
    border-bottom: 1px solid #2170f2!important;
}

select.browser-default option {
    font-family: 'Cabin', sans-serif;
}

select.browser-default.is-invalid {
    border-bottom: 1px solid red!important;
    box-shadow: 0 1px 0 0 red!important;
}

select.browser-default.is-invalid:focus,
select.browser-default.is-invalid:active{
    -webkit-box-shadow: 0 1px 0 0 #2170f2!important;
    box-shadow: 0 1px 0 0 #2170f2!important;
    border-bottom: 1px solid #2170f2!important;
}

select.browser-default.is-invalid + label {
    color:#dc3545;
}
/* remove once selectize works --- end */

input:focus + label,
select:focus + label {
    color: #0d60ea!important;
}

.md-form label {
    color: #333;
}

.table-cell-label {
    display: none;
}

.table-cell-content {
    display: inline-block;
}

.text-indent {
    text-indent: -9999px;
}

@media screen and (max-width:1024px) {

    .form-control {
        box-shadow: none!important;
    }

    select.browser-default:focus,
    select.browser-default:active {
        box-shadow: none!important;

    }

    .review-components {
        overflow: hidden;
    }

    .table.table-review-payment {
        min-width: 100%;
    }
}

@media screen and (max-width:576px) {

    .title {
        font-size: 0.875rem;
        max-width: calc(100% - 158px);
    }

    h2.opp-page-title {
        font-size: 1.5rem;
    }

    h2.section-title,
    h3.section-title {
        font-size: 1rem;
        height: auto;
    }

    .review-components {
        overflow-x: hidden;
    }

    table.table thead {
        display: none;
    }

    .table, .table.table-review-payment,
    .table.table-payment {
        min-width: 0;
        border: 0;
    }

    .table.table-payment td.account-sel-col {
        padding: 0.5rem 0.6rem;
    }

    table.table.table-payment tr,
    table.table.table-review-payment tr {
        margin: 1rem 0 0 0;
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        border: 1px solid #e0e0e0;
    }

    table.table.table-payment td,
    table.table.table-review-payment td {
        display: flex;
        width: 100%;
        border-top: none;
        border-bottom: 1px solid #e0e0e0;
        padding: 0;
        text-align: left!important;
        max-width: 100%;
    }

    table.table.table-review-payment tr.component-group-item {
        margin: 0;
        border-top: none;
    }

    table.table.table-review-payment tr.component-group-item td.review-item-code-col {
        display: none;
    }

    table.table.table-review-payment tr.component-group-item td.review-payment-type-col {
        display: none;
    }

    table.table tr.collapsed-details {
        margin: 0;
    }

    table.table tr.collapsed-details td {
        display: block;
    }

    table.table tr.collapsed-details td.other {
        display: inline-block;
        width: auto;
    }

    table.table tr.collapsed-details td.other + td.payment-amount-col {
        display: inline-block;
        width: calc(100% - 98px);
    }

    table.table tr.collapsed-details span.display-label {
        margin-left: 1.25rem;
    }

    table.table tr.collapsed-details span.display-plaintext {
        margin-left: 1.25rem;
    }

    table.table.table-component thead {
        display: block;
    }

    table.table.table-component thead tr {
        margin: 0;
        border: none;
        border-bottom: 1px solid #e0e0e0;
    }

    table.table.table-component thead tr th.component-heading-col {
        display: block;
        background-color: #efefef;
        padding: 0.5rem 0.6rem;
    }

    table.table.table-component tr.payment-amount-option-row {
        border: none;
        margin-top: 0.5rem;
    }

    table.table.table-component tr.payment-amount-option-row td {
        padding-left: 1rem;
    }

    tr:not(.is-payable) td.account-sel-col {
        display: none;
    }

    .account-sel-col [type="checkbox"]+label {
        width: 100%;
    }

    .table.table-bordered-simple td:first-child,
    .table.table-bordered-simple th:first-child {
        border-left: none;
    }

    .table.table-bordered-simple td:last-child,
    .table.table-bordered-simple th:last-child {
        border-right: none;
    }

    table.table-hover tbody tr:hover {
        background-color: #fff;
    }

    table.table tr td:last-child {
        border-bottom: none;
    }

    .table-cell-label {
        display: block;
        float: left;
        width: 50%;
        background-color: #efefef;
        padding: 0.5rem 0.6rem;
        border-right: 1px solid #e0e0e0;
    }

    .table-cell-content {
        display: inline-block;
        width: 50%;
        padding: 0.5rem 0.6rem;
    }

    .pm-logo-row {
        margin-bottom: 1rem
    }

    .pm-logo-row.debit-cc-logos {
        margin-bottom: 0;
    }

    .pm-logo-row.debit-logos {
        margin-bottom: 2rem;
    }

    .pm-logo-row.debit-logos .cc-dc-title {
        margin-bottom: 0;
    }

    .display-plaintext.bankNameSpan {
        margin-bottom: 1.5rem;
    }

    .review-payment-container.no-fee .review-payment-box.rpb-total-amount {
        flex-direction: column;
    }

    .review-payment-container.no-fee .review-payment-box.rpb-total-amount .review-payment-heading {
        margin-right: 0;
        font-size: 1.125rem;
        height: auto;
        padding: 1rem 0 0 0;
    }

    .review-payment-container.no-fee .review-payment-box.rpb-total-amount .review-payment-amount {
        padding: 0 0 1rem 0;
        font-size: 2rem;
        font-weight: 500;
    }

    .ivr-transfer-container {
        margin-top: 1rem;
    }

    .btn-add-account {
        width: 100%;
    }

    .card-footer.flex-footer {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }

    .card-footer.flex-footer .btn-primary {
        width: 100%;
        margin: 0;
    }

    .card-footer.flex-footer .btn-primary:last-child {
        margin: 0;
    }

    .card-footer.flex-footer #btn-opp-final-action.btn-primary {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 1rem;
    }

    .card-footer.flex-footer .btn-primary.btn-validate-account {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 1rem;
    }

    .card-footer.flex-footer .btn-primary.make-new-payment {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 1rem;
    }

    .card-footer.flex-footer .btn-primary.btn-account-cancel {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .card-footer.flex-footer .btn-primary.back-to-home {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 1rem;
    }

    .card-footer.flex-footer .btn-primary.print-receipt {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .modal-footer {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }

    .modal-footer .btn  {
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .modal-footer .btn.btn-modal-confirm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 1rem;
    }

    .modal-footer .btn.btn-modal-cancel  {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    table.table tr.collapsed-details td.empty-col,
    td.empty-col {
        display: none;
    }

    /* receipt start */
    table.table-receipt tr td {
        white-space: initial;
        width: 50%;
    }

    table.table-receipt tr td.payment-type-col {
        background-color: #efefef;
        padding: 0.5rem 0.6rem;
        border-right: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0!important;
    }

    table.table-receipt tr td.payment-amount-col {
        padding: 0.5rem 0.6rem;
        border-right: 1px solid #e0e0e0!important;
    }

    table.table-receipt tr.total-line td {
        border-bottom: 1px solid #e0e0e0;
    }

    table.table-receipt tr td.table-component-td-col-container {
        width: 100%;
        padding: 0;
        border-left: 1px solid #e0e0e0!important;
        border-right: 1px solid #e0e0e0!important;
    }

    table.table-receipt table.table-component thead {
        display: table-header-group;
    }

    table.table-receipt table.table-component th {
        background-color: #e0e0e0;
        padding: 0.5rem 0.6rem;
    }

    table.table-receipt table.table-component tr td.component-payment-type-col {
        background-color: #efefef;
        padding: 0.5rem 0.6rem;
        border-right: 1px solid #e0e0e0!important;
        border-bottom: 1px solid #e0e0e0!important;
    }


    table.table-receipt table.table-component tr td.component-payment-amount-col {
        padding: 0.5rem 0.6rem;
        border-bottom: 1px solid #e0e0e0!important;
    }
    /* receipt end */
}

/* --- Info banner: Begin --- */
.info-banner {
    max-width: 1024px;
    margin: 0.8em auto;
}

.info-banner .info-banner-inner {
	max-width: 100%;
    margin: 0px 15px;
    background: linear-gradient(to bottom, #fff 0%, #d7e9f4 100%);
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.info-banner .mfp-close:hover, .info-banner .mfp-close:focus {
    opacity: 1;
}

.info-banner .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 8px;
    top: 8px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
	position: static;
	color: #2374cc;
	float: right;
}

.info-banner .info-banner-content {
	padding: 15px 10px 10px 15px;
}

.info-banner-table {
	display:table; 
}
.info-banner-row { 
	display:table-row;
}
.info-banner-cell {
	display:table-cell;
}

.info-banner .info-banner-left-icon img {
	max-height: 48px
}

.info-banner .info-banner-text {
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}

.info-banner .info-banner-text-1 {
	font-size: 1.2em;
	color: #C30717;
}

@media screen and (max-width: 1200px) {
	.info-banner {
		max-width: 100%;
	}
}
/* --- Info banner: End --- */