﻿/* Use this file for our enhancements/overrides for the design from e-ink */
.site-header .brand,
.modal-invoice .modal-logo {
    max-width: 350px;
    overflow: hidden;
}

    .site-header .brand img,
    .modal-invoice .modal-logo img {
        height: auto;
        max-height: 50px;
    }

.site-header .utilities.list-inline li {
    display: inline-block;
    line-height: 1.42857;
    margin-bottom: 0;
    max-width: none;
    overflow: visible;
    vertical-align: middle;
}

.content-viewport {
    clear: both;
}

.site-footer > .container > a {
    padding-right: 6px;
}

.site-footer {
    padding-top: 0;
    padding-bottom: 30px;
}

    .site-footer ul.list-inline {
        line-height: 30px;
    }

    .site-footer div.chat-btn {
        float: right;
    }

        .site-footer div.chat-btn a {
            border-radius: 20px;
            font-size: 16px;
            margin-right: -15px;
            padding: 8px 25px;
        }

            .site-footer div.chat-btn a i {
                margin-right: 2px;
            }

.welcome-message {
    text-transform: none;
    font-size: 20px;
    font-weight: bold;
    padding-top: 14px;
}

#mobile-nav-drawer.open .curtain {
    cursor: pointer;
}

#account-settings-form #terms-of-service label.text,
#enrollment-form #terms-of-service label.text,
#frmAcceptTermsOfService #terms-of-service label.text {
    margin-top: 3px;
    margin-right: 28px;
    white-space: normal;
}

#enrollment-form #terms-of-service label.text {
    margin-right: 30px;
}

#frmAcceptTermsOfService #terms-of-service label.text {
    margin-right: 20px;
}

#enrollment-form #terms-of-service label i.fa,
#frmAcceptTermsOfService #terms-of-service label i.fa {
    vertical-align: top;
}

form#account-settings-form footer.actions {
    padding-right: 30px;
    padding-left: 30px;
}

    form#account-settings-form footer.actions div.terms-of-service,
    form#frmSetupSecurity div.actions div.terms-of-service {
        text-align: left;
    }

form#account-settings-form > div.tab-content > div.tab-pane {
    min-height: 400px;
}

body.terms-of-service-frame div#terms-of-service div.tos.well {
    border: 0px;
    background-color: transparent;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

#nav-enrollment-steps > li > a.disabled {
    cursor: default;
    color: #797676;
}

#address-international {
    display: none;
}

a#add_email_link,
a#add_phone_link {
    cursor: pointer;
}

section#access-request {
    padding-bottom: 0;
}

section#unenroll-account {
    padding-top: 0;
}

    section#access-request div.actions,
    section#unenroll-account div.actions,
    section#billing-accounts div.show-more-information {
        padding-top: 24px;
    }

    section#access-request #bntAddBillingAccount,
    section#unenroll-account #bntUnEnrollAccount {
        width: 115px;
    }

section#payment-methods a.update-payment-account,
section#payment-methods a.delete-payment-account {
    padding-left: 0;
    padding-right: 0;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.vertical-center {
    vertical-align: middle !important;
}

a.btn label {
    margin-bottom: 0;
}

a.link-fa {
    text-decoration: none;
}

    a.link-fa span {
        text-decoration: underline;
    }

/* 
    Replicate the e-ink design for validation errors 
    We support two flavors, the first is the generic jquery validator way,
    the second is the jquery.unobtrusive way.
    */
label.error,
span.field-validation-error > span {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #EE0700;
    font-weight: normal;
}

    label.error:before, span.field-validation-error > span:before {
        font-family: FontAwesome;
        content: "\f071\00a0";
    }

.generic-error {
    color: #ff1700;
}

.bg-theme-dark .generic-error {
    background: #C70000;
    color: white;
    margin: 10px 0;
    padding: 3px;
}

.form-control.error,
.form-control.input-validation-error,
.form-control.generic-error {
    box-shadow: inset 0 0 0 1px #ff1700;
    border-color: #ff1700;
}

.form-group .relative i.fa-calendar {
    cursor: pointer;
}

.dropdown-menu > li > a {
    text-decoration: none;
}


#mobile-nav-drawer nav > ul ul {
    border-left: solid 2px rgba(255, 255, 255, 0.5);
    padding-left: 10px;
    margin-left: 10px;
    margin-top: 5px;
}

#mobile-nav-drawer nav a:not(.btn) {
    text-decoration: none;
    font-weight: bold;
}

#alerts.alerts-fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 10px;
    z-index: 7999;
}

    #alerts.alerts-fixed div.alert {
        box-shadow: #ccc 5px 5px 15px;
    }

div.alert a.close {
    text-decoration: none;
}

div.alert > i.fa {
    padding-right: 2px;
}

.pagination > li > a {
    text-decoration: underline;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    left: 15px;
    right: auto;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-left: 24px;
    margin-right: 0;
}

/*
    Override the e-ink design here; actually looks like a mistake in the global.css,
    check with them. In the meantime, this should do.
    */

@media (min-width: 992px) {
    body.billpay,
    body.dashboard,
    body.history,
    body.verify {
        min-width: inherit;
    }

    .eq-col-bgs {
        min-height: 300px;
    }
}

@media (min-width: 1200px) {
    body.billpay,
    body.dashboard,
    body.history,
    body.verify {
        min-width: inherit;
    }
}

@media (min-width: 992px) {
    body.billpay .container,
    body.dashboard .container,
    body.history .container,
    body.verify .container {
        width: inherit;
    }
}

@media (min-width: 1200px) {
    body.billpay .container,
    body.dashboard .container,
    body.history .container,
    body.verify .container {
        width: inherit;
    }
}

body.billpay div.row span.fill-theme-link img,
body.dashboard div.row span.fill-theme-link img,
body.history div.row span.fill-theme-link img,
body.verify div.row span.fill-theme-link img {
    max-width: inherit;
}

div.form-group.phone-number-primary {
    position: relative;
    z-index: 10;
}

div.form-group div.input-group-btn {
    vertical-align: top; /* to allow validation error */
}

div.input-group-btn .dropdown-menu > li > a {
    text-decoration: none;
}

div.phone-dropdown button {
    min-width: 85px;
}

    div.phone-dropdown button span.text {
        padding-right: 6px;
    }

#payment-form div.fg-security-code {
    display: none;
}

    #payment-form div.fg-security-code .field-validation-error {
        white-space: normal;
    }

section.payment-confirmation-delivery .mobile-deck {
    margin-bottom: 10px;
}

.collection-nav .pagination-form {
    display: inline-block;
}

.collection-nav .go-to-page input {
    width: 3em;
}

.credit-memo {
    color: red;
}

.credit-memo-button-img {
    max-width: none;
}

div.tos div.toscontainer {
    height: 240px;
    overflow: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

div.tos iframe {
    border: none;
    overflow: scroll !important;
    height: 98%;
    width: 100%;
}

#terms-of-service-frame div.tos div.toscontainer {
    height: auto;
    overflow: visible;
    width: auto;
}

#terms-of-service-frame div.tos iframe {
    display: block;
    height: 450px;
    margin: 0 auto;
    width: 80%;
}

p.enroll-add-account-message {
    padding-left: 30px;
    padding-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
}

form#enrollment-form section.add-account {
    padding-top: 0;
}

div.modal-dialog button.modal-cancel,
div.modal-dialog button.modal-cancel:focus {
    /* Make the cancel button look like a link */
    border: none;
    outline: none;
    text-decoration: underline;
}

#modal-invoice-pdf {
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .cm-popover-target .modal-dialog {
        width: 50%;
    }
}

#modal-invoice-pdf div.modal-dialog {
    width: 70%;
    height: 800px;
}

#bill-view-frame {
    width: 100%;
    height: 760px;
}

.collection-nav .export {
    margin-left: 7px;
}

.collection-nav nav.collection-controls button {
    margin-left: 7px;
}

.collection-nav .sep {
    margin-left: 10px;
    margin-right: 10px;
}

/*.collection-table .item .cancel-payment:before {
    content: 'Cancel Payment';
    float: left;
  }*/

.collection-table .group-header .account-number {
    text-transform: none;
}

.collection-table .group-header .account-number-list {
    padding-left: 0px;
}

.collection-table .group-header .account-number .field-name {
    text-transform: uppercase;
}

.collection-table .date {
    text-align: center;
}

section.paid-accounts .paid-accounts-header span.payment-status a.view {
    font-weight: normal;
}

#advanced-search {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

body.dashboard form.bill-actions,
body.billpay form.bill-actions {
    margin-top: 19px;
}

    body.billpay form.bill-actions ul.dropdown-menu li a {
        color: #333333;
    }

.invoices-nav .row .col-md-l {
    padding-right: 0;
}

.invoices-nav .row .tabs div.dropdown {
    display: inline-block;
}

    .invoices-nav .row .tabs div.dropdown ul.dropdown-menu {
        margin-top: 4px;
    }

        .invoices-nav .row .tabs div.dropdown ul.dropdown-menu a {
            display: block;
            height: auto;
            padding: 5px 22px;
        }

        .invoices-nav .row .tabs div.dropdown ul.dropdown-menu li.active a {
            color: white !important;
        }

.invoices-nav .row .tabs a {
    padding-left: 16px;
    padding-right: 16px;
}

.invoices-nav.hidden-desktop span.pagination-group {
    display: inline-block;
    vertical-align: middle;
}

    .invoices-nav.hidden-desktop span.pagination-group label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .invoices-nav.hidden-desktop span.pagination-group ul {
        vertical-align: middle;
    }

        .invoices-nav.hidden-desktop span.pagination-group ul li.active span {
            z-index: 0;
        }

.invoices-table .invoices-header span.sortable,
.cm-popover-target thead th.sortable {
    cursor: pointer;
}

    .invoices-table .invoices-header span.sortable .fa,
    .cm-popover-target thead th.sortable .fa {
        display: none;
    }

.invoices-table .invoices-header span.credit-memo-sortable,
.cm-popover-target thead th.credit-memo-sortable {
    cursor: pointer;
}

    .invoices-table .invoices-header span.credit-memo-sortable .fa,
    .cm-popover-target thead th.credit-memo-sortable .fa {
        display: none;
    }

.invoices-table .invoices-header span.sort-asc .fa-caret-up,
.cm-popover-target thead th.sort-asc .fa-caret-up {
    display: inline;
}

.invoices-table .invoices-header span.sort-desc .fa-caret-down,
.cm-popover-target thead th.sort-desc .fa-caret-down {
    display: inline;
}

@media only screen and (max-width: 991px) {
    .invoices-table .item span.input-select.payment-reason-hidden:before {
        display: none;
    }
}

.invoices-table .item span.payment-reason-hidden div.fg-payment-reason {
    visibility: hidden;
}

.invoices-table .invoices-header .action,
.invoices-table .item .action {
    text-align: left;
}

.cm-popover-target.panel {
    cursor: default;
    width: 780px;
}

    .cm-popover-target.panel .collection .panel-heading-padded {
        padding: 20px;
    }

    .cm-popover-target.panel table th,
    .cm-popover-target.panel table td {
        padding-left: 2px;
        padding-right: 2px;
    }

    .cm-popover-target.panel table th {
        vertical-align: bottom;
        word-wrap: break-word;
    }

    .cm-popover-target.panel table td.biller-invoice-no span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 125px;
    }

    .cm-popover-target.panel table td.cm-invoice-info span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 85px;
    }

@media only screen and (min-width: 992px) {
    .cm-popover-target .cmtable .row .payment-amount.cm-fixed {
        display: none;
    }
}

.collection-table .item .spinner {
    background: url(/Images/async.gif) no-repeat center center #ffffff;
    height: 30px;
}

span.empty {
    color: #777777;
    display: block;
    font-size: 0.9em;
    margin-top: 1em;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .invoices-table span.payment-amount .stop-msg {
        display: none;
    }

    .modal#modal-payment-details .modal-dialog {
        width: 960px;
    }
}

.nowrap {
    white-space: nowrap;
}

.popover {
    max-width: none;
    z-index: 9999;
}

a.popover-cvv-icon {
    color: black;
}

button.popover-cvv-icon {
    vertical-align: baseline
}

.popover-cvv {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    width: 340px;
    /*z-index: 6000;*/
}

    .popover-cvv .popover-cvv-section {
        border-bottom: solid 1px #d6dada;
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
    }

    .popover-cvv .caption {
        display: block;
    }



.invoices-nav .row .tabs a.invoice-selector-split-left {
    padding-right: 0;
}

.invoices-nav .row .tabs a.invoice-selector-split-right {
    padding-left: 0;
}

@media only screen and (min-width: 991px) {
    body.billpay .collection.invoices .invoices-header .cell:nth-child(9),
    body.billpay .collection.invoices .statements-header .cell:nth-child(9),
    body.billpay .collection.invoices .invoice-header .cell:nth-child(9),
    body.billpay .collection.invoices .statement-header .cell:nth-child(9) {
        width: 10%;
    }

    body.billpay .collection.invoices .invoices-header .cell:nth-child(10),
    body.billpay .collection.invoices .statements-header .cell:nth-child(10),
    body.billpay .collection.invoices .invoice-header .cell:nth-child(10),
    body.billpay .collection.invoices .statement-header .cell:nth-child(10) {
        width: 6%;
    }
}

.collection.invoices .cell .generic-error {
    margin-top: 2px;
    text-align: left;
    white-space: normal;
}

body.billpay .collection.invoices span.action {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 991px) {
    body.billpay .collection.invoices span.action {
        padding-left: 10px;
        padding-right: 10px;
    }
}

body.billpay .collection.invoices span.action a.btn {
    padding-left: 2px;
    padding-right: 0px;
}

    body.billpay .collection.invoices span.action a.btn.refresh-btn {
        vertical-align: bottom;
    }

body.billpay #payment .panel-body .payment-details div.fee {
    display: none;
}

body.billpay #payment .panel-body .payment-details.has-fee div.fee {
    display: block;
}

body.billpay #payment .panel-body .payment-details div.total div.calculate {
    float: right;
}

body.billpay #payment .panel-body .payment-details div.total div.value {
    display: none;
}

body.billpay #payment .panel-body .payment-details div.actions div.recalculate {
    display: none;
}

body.billpay #payment .panel-body .payment-details.has-total div.total div.calculate {
    display: none;
}

body.billpay #payment .panel-body .payment-details.has-total div.total div.value {
    display: block;
}

body.billpay #payment .panel-body .payment-details.has-total div.actions div.recalculate {
    display: block;
}

body.billpay #payment .csr-single-bill {
    display: none;
}

    body.billpay #payment .csr-single-bill div {
        background: #FDEADA;
        margin: 40px 10px;
        padding: 10px;
        text-align: center;
    }

body.billpay #payment.csr-selection .payment-summary-body {
    display: none;
}

body.billpay #payment.csr-selection .panel-footer button {
    display: none;
}

body.billpay #payment.csr-selection .panel-footer .mobile-totals {
    display: none;
}

body.billpay #payment.csr-selection .csr-single-bill {
    display: block;
}

body.billpay .cm-popover-target section.search div.panel-heading {
    padding: 0;
}

    body.billpay .cm-popover-target section.search div.panel-heading header.main-header div.row {
        height: 47px;
        padding: 5px 10px;
    }

        body.billpay .cm-popover-target section.search div.panel-heading header.main-header div.row button.close {
            margin-top: 5px;
        }

body.verify section.summary {
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
}

    body.verify section.summary .payment-summary aside .view-profile {
        border-bottom: 1px solid #d6dada;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    body.verify section.summary .payment-summary aside .payment-details .lr {
        margin-bottom: 10px;
    }

        body.verify section.summary .payment-summary aside .payment-details .lr > :last-child {
            font-weight: bold;
        }

body.verify #payment .panel-body .payment-details div.fee,
body.embed #payment .panel-body .payment-details div.fee {
    display: none;
}

body.verify #payment .panel-body .payment-details.has-fee.has-total div.fee,
body.embed #payment .panel-body .payment-details.has-fee.has-total div.fee {
    display: block;
}

body.verify #payment .panel-body .payment-details div.total div.calculate,
body.embed #payment .panel-body .payment-details div.total div.calculate {
    float: right;
}

body.verify #payment .panel-body .payment-details div.total div.value,
body.embed #payment .panel-body .payment-details div.total div.value {
    display: none;
}

body.verify #payment .panel-body .payment-details div.recalculate,
body.embed #payment .panel-body .payment-details div.recalculate {
    display: none;
}

body.verify #payment .panel-body .payment-details.has-total div.total div.calculate,
body.embed #payment .panel-body .payment-details.has-total div.total div.calculate {
    display: none;
}

body.verify #payment .panel-body .payment-details.has-total div.total div.value,
body.embed #payment .panel-body .payment-details.has-total div.total div.value {
    display: block;
}

body.billpay #payment .panel-body .payment-details.has-total div.recalculate {
    display: block;
}

body.verify section.summary .payment-fields .fg-payment-method .enter-payment-method,
body.embed .payment-fields .fg-payment-method .enter-payment-method {
    display: none;
}

    body.verify section.summary .payment-fields .fg-payment-method .enter-payment-method button,
    body.embed .payment-fields .fg-payment-method .enter-payment-method button {
        width: 100%;
    }

body.verify section.summary .payment-fields .fg-payment-method.no-payment-accounts #add-payment-method,
body.embed .payment-fields .fg-payment-method.no-payment-accounts #add-payment-method {
    display: none;
}

body.verify section.summary .payment-fields .fg-payment-method.no-payment-accounts #payment-method,
body.embed .payment-fields .fg-payment-method.no-payment-accounts #payment-method {
    display: none;
}

body.verify section.summary .payment-fields .fg-payment-method.no-payment-accounts .enter-payment-method,
body.embed .payment-fields .fg-payment-method.no-payment-accounts .enter-payment-method {
    display: block;
}

body.verify section.summary .payment-summary .panel {
    background: transparent;
    box-shadow: none;
}

    body.verify section.summary .payment-summary .panel .panel-heading {
        padding-bottom: 0;
        padding-top: 15px;
    }

body.verify #PaymentDetails .collection-nav .row {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 1px;
    padding-left: 1px;
}

@media only screen and (max-width: 991px) {
    body.verify section.summary .payment-summary aside {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 991px) {
    body.verify section.summary .payment-summary .billing-info .panel-body {
        padding-left: 0;
    }
}

body.verify section.summary .messages-col aside#messages {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

    body.verify section.summary .messages-col aside#messages .panel-heading {
        padding-bottom: 0;
        padding-top: 15px;
    }

    body.verify section.summary .messages-col aside#messages .panel-body {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body.verify section.summary .messages-col aside#messages .carousel-inner {
        height: 2.5em;
    }

body.verify section.summary .pad {
    padding: 0 20px 20px 20px;
}

body.verify section.summary .tnc {
    height: 300px;
}

    body.verify section.summary .tnc .scroll-content {
        padding: 15px;
    }

body.sho-verify section.summary .tnc {
    height: 250px;
}

body.verify section.summary .messages-col .tnc {
    height: 145px;
}

body.verify section.agree-to-terms {
    margin-bottom: 10px;
}

    body.verify section.agree-to-terms p {
        margin: 10px 0;
    }

    body.verify section.agree-to-terms .checkbox-icon {
        float: left;
        padding-bottom: 1em;
        white-space: normal;
    }

        body.verify section.agree-to-terms .checkbox-icon .checkbox {
            float: right;
            margin-top: 0;
            padding-left: 15px;
            padding-right: 5px;
        }

    body.verify section.agree-to-terms .terms-content {
        overflow: hidden;
    }

    body.verify section.agree-to-terms .actions {
        text-align: center;
    }

    body.verify section.agree-to-terms button {
        margin-bottom: 1em;
        margin-top: 1em;
        padding-left: 35px;
        padding-right: 35px;
    }

    body.verify section.agree-to-terms .bill-validation-error {
        text-align: right;
    }

body.verify #authorization-text2 {
    padding-top: 2em;
}

body.verify section.invoices nav.invoices-nav {
    border-bottom: 1px solid #d6dada;
}

    body.verify section.invoices nav.invoices-nav .row {
        border-bottom: none;
    }

body.verify section.invoices h2 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    body.verify section.summary section.payment-summary {
        margin-bottom: 1em;
    }

    body.verify section.agree-to-terms .actions br {
        display: none;
    }
}

.stopped-msg {
    color: red;
    font-weight: bold;
    font-size: 14pt;
}

.hint-text {
    color: #777777;
    font-size: 0.8em;
    font-style: italic;
    margin: 0.5em 0;
}

.smallnote-text {
    color: grey;
    font-size: 0.9em;
    font-weight: normal;
}

i.error {
    color: red;
}

textarea.noresize {
    resize: none;
}

.cart {
    font-size: 18px;
}

.input-group-addon {
    border-radius: 0px;
}

label.checkbox-icon i.fa {
    width: 26px;
}

label.checkbox-icon img {
    pointer-events: none;
}

label.checkbox-icon input[type="checkbox"] ~ i.off {
    background: url(/images/agree-off.png) no-repeat;
    height: 22px;
}

label.checkbox-icon input[type="checkbox"]:focus ~ i.off {
    background: url(/images/agree-off-focus.png) no-repeat;
    height: 22px;
}

label.checkbox-icon input[type="checkbox"]:focus ~ i.on {
    background: url(/images/agree-on-focus.png) no-repeat;
    height: 22px;
}

label.checkbox-icon input[type="checkbox"] ~ i.on {
    background: url(/images/agree-on.png) no-repeat;
    height: 22px;
}

label.checkbox-icon i.fa-square-o:before {
    content: '';
}

label.checkbox-icon i.fa-check-square-o:before {
    content: '';
}

#payment-details label {
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .m-mobile {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }

    section#login,
    section#guest {
        margin-top: 0px;
        padding-top: 4px;
    }

    #login-form .form-group,
    #guest-form .form-group {
        margin-bottom: 5px;
    }

    #login-form .popover-form-group,
    #guest-form .popover-form-group {
        margin-bottom: 5px;
    }
}

#dashboard-summary .form-control-lg {
    height: 48px;
    font-size: 16px;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-border-left {
    border-left: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.no-border-top {
    border-top: 0 !important;
}

.text-bold, .bold-lg, .bold-2em, .bold-3em {
    font-weight: bold !important;
}

.bold-lg {
    font-size: 1.2em;
}

.text-normal {
    font-size: 1em;
}

.text-2em, .bold-2em {
    font-size: 2em;
}

.text-3em, .bold-3em {
    font-size: 3em;
}

.clear-both {
    clear: both
}

.border-top-1 {
    border-top: solid 1px black !important;
}

@media only screen and (min-width: 992px) {
    div.vertical-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.score-card {
    height: 238px;
}

    .score-card p {
        text-align: center;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .score-card div {
        margin: 0;
        padding: 0;
        border-top: 1px solid #cce6ef;
    }

        .score-card div:first-child {
            height: 50%;
            border: none !important;
        }

        .score-card div:last-child {
            height: 50%;
        }

#dashboard-summary p.bottom {
    position: absolute;
    bottom: 0;
}

#dashboard-summary div.recent-info {
    border-top: none;
    line-height: 2em;
}

#review-and-pay {
    padding: 20% 0 20% 0;
}

    #review-and-pay .btn-review {
        height: 226px;
        font-size: 3em;
    }

.marketing-msg .marketing-msg-inner {
    color: #337ab7;
    height: 5.71428em;
    overflow-y: auto;
}

@media only screen and (min-width: 992px) {
    body.dashboard #payment-area .quick-pay {
        min-height: 326px !important;
    }
}

th.alpha, td.alpha, th.text, td.text {
    text-align: left !important;
}

th.date, td.date {
    text-align: center !important;
}

th.dollar, td.dollar, th.numeric, td.numeric {
    text-align: right !important;
}

tr.left th, tr.left td {
    text-align: left !important;
}

tr.center th, tr.center td {
    text-align: center !important;
}

tr.right th, tr.right td {
    text-align: right !important;
}

iframe.center-frame {
    display: block;
    height: 450px;
    margin: 0 auto;
    width: 80%;
}

div.payment-plan .panel-body p {
    margin-top: 10px;
}

#recurring-payment-form .mobile-deck .mobile-card.row {
    border-spacing: 1px;
    display: table;
    margin-left: -4px;
    margin-right: -4px;
}

    #recurring-payment-form .mobile-deck .mobile-card.row label {
        display: table-cell;
        float: none;
    }

#recurring-payment-form p.last-day-message,
#payment-plan-form p.last-day-message {
    font-weight: bold;
    margin-top: 10px;
}

@media (max-width: 991px) {
    #recurring-payment-form div.mobile-card ul.nav li,
    #recurring-payment-manage-form div.mobile-card ul.nav li {
        width: auto !important;
    }
}

#payment-plan-form #add-accounts-section {
    margin-top: 5px;
}

.collection-table .js-collapse > .js-no-collapse .fa-caret-right {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}

.contact-info label, #billing-address label {
    font-weight: bold;
}

#confirmation-details td {
    text-align: right;
}

#confirmation-details th {
    white-space: nowrap;
}

input#EmailThisManyDaysBeforeBillDue {
    display: inherit;
    width: inherit;
}

section#email-notification div.fg-email-notification label.checkbox-icon.vertical-center {
    padding-bottom: 1px;
}

.no-margin {
    margin: 0 !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cell.flex-bottom {
    display: flex !important;
    align-items: flex-end;
}

@media only screen and (min-width: 992px) {
    .cell.cell-bottom {
        position: absolute;
        bottom: 0;
    }
}

.invoice-calc span.cell {
    white-space: normal !important;
    padding-bottom: 0px !important;
    text-align: left !important;
}

.tax-report-mobile tr:nth-of-type(odd) {
    background: #fff;
}

@media (min-width: 992px) {
    .tax-report-mobile {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .tax-report {
        display: none !important;
    }
}

#billing-address-message p {
    color: red;
    font-weight: bold;
    padding-top: 10px;
}

.ui-datepicker-trigger {
    margin: 2px;
    padding: 6px 12px;
    vertical-align: bottom;
}

.offscreen {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    margin: 0;
    padding: 0;
}

button.ui-datepicker-trigger {
    background-color: transparent !important;
    border: none !important;
    margin: auto !important;
}

    button.ui-datepicker-trigger:focus,
    button.ui-datepicker-trigger:hover,
    button.ui-datepicker-trigger:active {
        border: none !important;
        margin: auto !important;
        /*outline:2px solid #FF66FF !important;*/
        background-color: #f2f9fb !important;
    }

.input-group-addon.datepicker {
    padding: 0;
    background-color: #fff;
}

.ui-datepicker {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    z-index: 9999 !important;
}

    .ui-datepicker .ui-datepicker-header {
        border: none;
    }

        .ui-datepicker .ui-datepicker-header .ui-state-hover {
            background: transparent;
            border: none;
        }

            .ui-datepicker .ui-datepicker-header .ui-state-hover .ui-icon {
                background-image: url("/Content/images/ui-icons_ffffff_256x240.png");
            }

    .ui-datepicker .month-not-available {
        font-weight: bold;
        margin: 25px 5px;
        text-align: center;
    }

.btn-transparent,
.btn-as-link {
    margin: 0px;
    padding: 0px;
    background: transparent;
    border: none;
}

.btn-as-link {
    text-decoration: underline !important;
}

.color-white {
    color: #FFF !important;
}

.text-wrap {
    word-wrap: break-word;
    word-break: break-word; /* smart break, works in chrome only */
    white-space: normal !important;
}

.external-payment-acct a.close {
    padding: 10px;
    text-decoration: none;
}

.external-payment-acct p.padded {
    padding: 20px;
}

.ach-account .input-group label.btn {
    padding-left: 0;
    padding-right: 0;
}

.addon-label-mobile {
    display: block;
}

@media (min-width: 320px) and (max-width: 410px) {
    .site-header .brand img {
        max-width: 90%;
    }
}

.invoice .addon-account-name {
    padding: 12px 12px 12px 12px;
    font-size: larger;
}

.language-selection-desktop {
    font-size: 7pt;
    text-align: right;
}

.language-selection-mobile {
    font-size: 7pt;
    text-align: left;
}

.language-selection-desktop .language-selection-mobile a {
    display: inline-block;
    padding: 2px 3px;
}

section#csr-confirmation-options {
    margin-left: 1.5em;
    margin-top: 2em;
}

    section#csr-confirmation-options .mobile-deck .mobile-card.row {
        margin-left: 0;
        margin-right: 0;
    }

    section#csr-confirmation-options h2 {
        font-weight: bold;
    }

table.table-layout-fixed {
    table-layout: fixed;
}

.input:focus {
    outline: none !important;
    border: 1px solid blue;
    box-shadow: 0 0 10px #719ECE;
}

.btn-wrap {
    white-space: normal;
}

a.popover-question-section {
    color: black;
}

.popover-question-section {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    z-index: 6000;
}

    .popover-question-section img {
        max-height: 60px;
    }

.popover-question .popover-question-section {
    border-bottom: solid 1px #d6dada;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

.popover-question .caption {
    display: block;
}

.popover-form-group .popover.bottom > .arrow {
    display: none;
}

    .popover-form-group .popover.bottom > .arrow:after {
        display: none;
    }

.popover-form-group {
    margin-bottom: 15px;
}

/* Responsive Table */
table.responsive {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    table.responsive caption {
        margin: .5em 0 .75em;
    }

    table.responsive tr {
        border-top: 1px solid #d6dada;
    }

    table.responsive.responsive-clean tr {
        border: none;
    }

    table.responsive.responsive-clean tbody tr:first-child {
        border-top: 1px solid #d6dada;
    }

    table.responsive.responsive-clean tr.biller-band {
        border-top: 1px solid #d6dada;
        border-bottom: 1px solid #d6dada;
    }

    table.responsive.responsive-clean tbody tr:hover {
        background-color: #f5f5f5;
    }

    table.responsive th,
    table.responsive td {
        padding: .625em;
    }

    table.responsive td {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        table.responsive td.actions {
            overflow: visible !important;
        }

    table.responsive th {
        font-weight: bold;
    }

    table.responsive td.active {
        background: #f5f5f5;
    }

        table.responsive td.active h3 {
            margin: 0;
            text-transform: none;
        }

@media screen and (max-width: 768px) {
    table.responsive {
        border: 0;
    }

        table.responsive caption {
            font-size: 1.3em;
        }

        table.responsive thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table.responsive tr {
            display: block;
            margin-bottom: .625em;
        }

        table.responsive td {
            display: block;
            font-size: .8em;
            text-align: right;
        }

            table.responsive td:before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
            }

            table.responsive td:last-child {
                border-bottom: 0;
            }
}
/* End Responsive Table */

div.panel-body .field {
    margin-bottom: 10px;
}

.customer-information-body .row, .last-invoice-body .row {
    margin-bottom: 10px;
}

.panel-body.border {
    border: 2px solid #e6ebef;
}

.media-object {
    width: 37px;
    text-align: center;
}


@media only screen and (max-width: 991px) {
    .collection-table .item .responsive:before {
        content: attr(data-label);
        float: left;
    }
}

@media only screen and (min-width: 991px) {
    .collection-table.linked-accounts-table .cell {
        width: 15%;
    }

        .collection-table.linked-accounts-table .cell.action-icons {
            width: 25%;
        }

        .collection-table.linked-accounts-table .cell.stopped {
            text-align: center;
            width: 10%;
        }
}

.collection-table.linked-accounts-table .collection-body .cell.stopped {
    color: red;
}

div > div.col-sm-1.col-xs-1.stopped.responsive > i {
    color: red;
}

.additional-fields:-moz-placeholder {
    color: red;
}

.additional-fields::-moz-placeholder {
    color: red;
}

.additional-fields:-ms-input-placeholder {
    color: red;
}

.additional-fields::-webkit-input-placeholder {
    color: red;
}

.additional-fields-body {
    margin-left: 0px;
    margin-right: 0px;
    line-height: 0px;
    text-align: left;
}

#automatic-payments-list .recurring-payment, #automatic-payments-list .method, #automatic-payments-list .payment-plan {
    border-top: 1px solid #d6dada;
    padding: 15px 0;
}

table.customized-amounts tr td.date-col {
    text-align: right;
}

table.customized-amounts tr td.amt-col {
    text-align: right;
}

table.customized-amounts tr td.status-col .final {
    font-style: italic;
}

p.customized-amounts-msg {
    color: #CC0000;
    font-size: 14pt;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0;
}

.additional-field-value {
    line-height: normal;
    margin-bottom: 8px;
    margin-top: 8px;
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-all;
}

.additional-field-text {
    width: 75%;
}

@media (max-device-width: 480px) {
    .additional-field-text {
        width: 100%;
    }
}

#addon-payments .panel-body p,
section.quick-pay .addon-payments p {
    margin-top: 10px;
}

#addon-payments .multiple-donation-section .row {
    margin-bottom: 5px;
    margin-top: 5px;
}

#modal-add-useraddons table th.addon-account-name,
#modal-add-useraddons table td.addon-account-cmd {
    line-height: 31px;
}

#modal-add-useraddons table th.addon-account-name {
    text-overflow: ellipsis;
    white-space: nowrap;
}

#modal-add-useraddons table td.addon-account-cmd {
    text-align: center;
}

#modal-add-useraddons p.help-text {
    margin-top: 10px;
}

#modal-add-useraddons p.generic-error {
    margin-bottom: 0;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .panel .panel-heading.panel-heading-snug {
        padding: 16px;
    }
}

.list-group-item.no-border {
    border: none;
}

/* Toggle Switches */
div.material-switch {
    display: inline-block;
}

.material-switch > input[type="checkbox"] {
    /*display: none;*/
    /*Copied style from .sr-only*/
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.material-switch > label {
    background-color: #5cb85c;
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.switch-danger .material-switch > label {
    background-color: #ff1700;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.material-switch > input[type="checkbox"]:disabled + label {
    pointer-events: none;
    opacity: 0.4;
}
/* End */

/* Color Wheel */
.color-wheel [class*=col] {
    height: 60px;
    margin: 0px;
    padding: 0px;
    border: 6px solid white;
    color: white;
    word-break: break-all;
}

    .color-wheel [class*=col]:nth-child(1) {
        background-color: #000000;
    }

    .color-wheel [class*=col]:nth-child(2) {
        background-color: #0000FF;
    }

    .color-wheel [class*=col]:nth-child(3) {
        background-color: #006000;
    }

    .color-wheel [class*=col]:nth-child(4) {
        background-color: #85144B;
    }

    .color-wheel [class*=col]:nth-child(5) {
        background-color: #001F3F;
    }

    .color-wheel [class*=col]:nth-child(6) {
        background-color: #0058A8;
    }

    .color-wheel [class*=col]:nth-child(7) {
        background-color: #5C5C00;
    }

    .color-wheel [class*=col]:nth-child(8) {
        background-color: #990099;
    }

    .color-wheel [class*=col]:nth-child(9) {
        background-color: #595959;
    }

    .color-wheel [class*=col]:nth-child(10) {
        background-color: #854200;
    }

    .color-wheel [class*=col]:nth-child(11) {
        background-color: #B50000;
    }

    .color-wheel [class*=col]:nth-child(12) {
        background-color: #660000;
    }

    .color-wheel [class*=col]:hover {
        opacity: 0.5;
        cursor: pointer;
    }

div.color-preview {
    margin: auto;
    height: 10px;
    width: 170px;
}
/* End */

/* File Uploader */
.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

    .uploader label {
        float: left;
        clear: both;
        width: 100%;
        padding: 2rem 1.5rem;
        text-align: center;
        background: #fff;
        border-radius: 7px;
        border: 3px solid #eee;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
        /*.uploader label:hover {
  border-color: #454cad;
}*/
        .uploader label.hover {
            border: 3px solid #454cad;
            box-shadow: inset 0 0 0 6px #eee;
        }

            .uploader label.hover #start i.fa {
                -webkit-transform: scale(0.8);
                transform: scale(0.8);
                opacity: 0.3;
            }

    .uploader #start {
        float: left;
        clear: both;
        width: 100%;
    }

        .uploader #start.hidden {
            display: none;
        }

        .uploader #start i.fa {
            font-size: 50px;
            margin-bottom: 1rem;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

    .uploader #response {
        float: left;
        clear: both;
        width: 100%;
    }

        .uploader #response.hidden {
            display: none;
        }

        .uploader #response #messages {
            word-break: break-word;
            margin-bottom: .5rem;
        }

    .uploader #file-image {
        display: inline;
        margin: 0 auto .5rem auto;
        width: auto;
        height: auto;
        max-width: 180px;
    }

        .uploader #file-image.hidden {
            display: none;
        }

    .uploader #notimage {
        display: block;
        float: left;
        clear: both;
        width: 100%;
    }

        .uploader #notimage.hidden {
            display: none;
        }

    .uploader progress,
    .uploader .progress {
        display: inline;
        clear: both;
        margin: 0 auto;
        width: 100%;
        max-width: 180px;
        height: 8px;
        border: 0;
        border-radius: 4px;
        background-color: #eee;
        overflow: hidden;
    }

        .uploader .progress[value]::-webkit-progress-bar {
            border-radius: 4px;
            background-color: #eee;
        }

        .uploader .progress[value]::-webkit-progress-value {
            background: -webkit-linear-gradient(left, #393f90 0%, #454cad 50%);
            background: linear-gradient(to right, #393f90 0%, #454cad 50%);
            border-radius: 4px;
        }

        .uploader .progress[value]::-moz-progress-bar {
            background: linear-gradient(to right, #393f90 0%, #454cad 50%);
            border-radius: 4px;
        }

    .uploader input[type="file"] {
        display: none;
    }

    .uploader div {
        margin: 0 0 .5rem 0;
        color: #5f6982;
    }

    .uploader .btn {
        display: inline-block;
        margin: .5rem .5rem 1rem .5rem;
        clear: both;
        font-family: inherit;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
        text-transform: initial;
        border: none;
        border-radius: .2rem;
        outline: none;
        padding: 0 1rem;
        height: 36px;
        line-height: 36px;
        color: #fff;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        box-sizing: border-box;
    }
/* End */

h2.main:first-child {
    margin-top: 0px;
}

h2.main {
    font-weight: bold;
    white-space: normal;
}

.input-group-addon.no-border {
    background-color: inherit;
    border: none;
}

.panel-borderless {
    border: 0;
    box-shadow: none;
}

span.blink .popover-content {
    animation: blinkingText 0.4s infinite;
}

@keyframes blinkingText {
    0% {
        color: yellow;
    }

    49% {
        color: red;
    }

    50% {
        color: blue;
    }

    99% {
        color: green;
    }
}

th {
    vertical-align: bottom;
}

div.modal-body div.duplicate-payment-container {
    height: 180px;
    overflow: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

div.payment-amount-dropdown .input-group-btn button {
    border-color: #ccc;
}

div.payment-amount-dropdown ul.dropdown-menu {
    width: 330px;
}

    div.payment-amount-dropdown ul.dropdown-menu > li > a {
        color: #000 !important;
    }

.payment-amount-dropdown.dropup .caret {
    transform: rotate(180deg);
}

ul.dropdown-menu > li > a > span.pull-right {
    position: absolute;
    right: 15px;
}

.overflow-visible {
    overflow: visible !important;
}

hr.hr1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

hr.hr2 {
    margin-top: 2em;
    margin-bottom: 2em;
}

.panel-borderless {
    border: 0;
    box-shadow: none;
}

.border-radius-none {
    border-radius: 0 !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.panel-default > .panel-heading {
    background: #e6ebef;
    border-color: #ccd7df;
    padding: 14px;
}

/*table.rowshading tr:nth-child(odd) {
    background-color: #ececec;
}*/

div.fg-payment-method button#add-payment-method.btn-link {
    padding-left: 0;
    padding-right: 0;
}

div.error-container {
    padding-top: 15px;
}

@media only screen and (min-width: 991px) {
    div.error-page .error-table {
        display: table;
    }

        div.error-page .error-table .error-table-row {
            display: table-row;
        }

        div.error-page .error-table .oops-cell {
            display: table-cell;
            padding-right: 15px;
            width: 35%;
        }

        div.error-page .error-table .info-cell {
            display: table-cell;
            vertical-align: middle;
        }
}

div.error-page .error-table .info-cell {
    margin-top: 15px;
}

    div.error-page .error-table .info-cell h1 {
        margin-top: 0;
        margin-bottom: 15px;
    }

div.error-page p.error-code {
    color: #BABABA;
    font-size: 10pt;
}

div.error-page .section {
    border: solid 1px #9E7601;
    margin-bottom: 1em;
    margin-top: 15px;
}

    div.error-page .section .section-expand {
        background: url(/images/oopsgrad.png) repeat-x center center;
        color: black;
        display: block;
        padding: 8px;
        text-decoration: none;
    }

        div.error-page .section .section-expand h3 {
            margin: 0;
        }

    div.error-page .section .section-inner {
        border-top: solid 1px #9E7601;
        padding: 10px;
        word-wrap: break-word;
    }

div.error-page .section-collapse .section-inner {
    display: none;
}

div.error-page .section .section-inner th {
    font-weight: bold;
}

div.error-page .section .section-inner td,
div.error-page .section .section-inner th {
    font-size: 10pt;
    padding: 3px;
    vertical-align: top;
}

    div.error-page .section .section-inner td a {
        display: block;
        font-size: 10pt;
        width: 530px;
    }

div.error-page .section .section-inner pre {
    background: transparent;
    border: none;
    margin-top: 0;
    padding: 3px;
    white-space: pre-line;
}

div.invoices-body .group .account-header {
    border-top: solid 1px #ccd7df;
}

div.invoices-body .group.account .account-header .account-display-item {
    padding-top: 12px;
    padding-bottom: 12px;
    width: auto;
}

.account-display-item .account-display-first-line {
}

.account-display-item .account-display-second-line {
    font-size: 12px;
    font-weight: normal;
}

#modal-save-recurring-payment div.modal-header h1 {
    margin-top: 0;
}

div.automatic-payments-content section#payment-plans,
div.automatic-payments-content section#recurring-payments {
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
}

div.automatic-payments-content section header {
    padding-bottom: 0;
}

div.automatic-payments-content section div.panel {
    margin-top: 15px;
}

div.automatic-payments-content p.no-auto-payments {
    margin-top: 2em;
}

.display-name {
    width: 200px;
    overflow-y: auto;
    max-height: 150px;
}

#messages p.text-danger:before,
#messages p.text-warning:before,
#modal-body p.text-danger:before,
#modal-body p.text-warning:before,
#messages-modal-accounts p.text-danger:before,
#messages-modal-accounts p.text-warning:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 2px;
    vertical-align: middle;
    content: "\f071";
}

#messages p.text-bold:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    content: "\f12a";
}

#messages p {
    margin-bottom: 10px;
}

    #messages p.text-bold {
        margin-bottom: 20px;
    }

#msgButton {
    margin-top: 20px;
}

#modal-messages div.group-header {
    border-top: solid 1px #ccd7df;
}

#messages-modal-accounts p {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

#messages-modal-accounts div.message-section {
    margin-bottom: 20px;
}

/* Payment Method Panel */
.panel-payment-method {
    border-color: #ddd;
    margin-bottom: 1em !Important;
}

    .panel-payment-method > button[type=button] {
        border: none;
    }


    .panel-payment-method > .panel-heading.collapsed {
        background: white;
    }

    .panel-payment-method > .panel-heading {
        color: #333333;
        background: #e6ebef;
        border-color: #ddd;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .panel-payment-method > .panel-heading:hover {
            background: #e6ebef !important;
        }

        .panel-payment-method > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
            padding: 30px 40px;
        }

        .panel-payment-method > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-payment-method > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

body.compact-header div.site-header {
    height: auto;
}

    body.compact-header div.site-header .brand {
        height: auto;
        padding-top: 5px;
    }

        body.compact-header div.site-header .brand img {
            max-height: 35px;
        }

table.table-striped tbody tr.small-table-header {
    background-color: transparent;
}

table tr.small-table-header th {
    border-bottom: solid 2px #ddd;
    font-size: 12px;
    padding-top: 13px;
    text-transform: uppercase;
}

table#payment-request tr th {
    width: 33.33% !important;
}

panel-footer-transparent {
    background-color: inherit;
    border-top: 0px;
    padding-top: 0px !important;
}

.modal-header h1:first-of-type {
    margin-top: 0px;
}

.pointer {
    cursor: pointer;
}

.eq-height-cols {
    display: flex;
    flex-flow: row wrap;
    &::before

{
    display: block;
}

}

.disableddiv {
    pointer-events: none;
    opacity: 0.4;
}

.toggle-navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    background: none;
    cursor: pointer;
}

.sidebar-col {
    background: #f7f7f9;
    padding: 0;
}

    .sidebar-col .sidebar-nav {
        margin-top: 15px;
        padding: 0;
    }

        .sidebar-col .sidebar-nav li {
            border-top: solid 1px #ddd;
            display: block;
            list-style-type: none;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .sidebar-col .sidebar-nav li:first-child {
                border-top: none;
            }

            .sidebar-col .sidebar-nav li.active {
                background: #c7edfc;
            }

            .sidebar-col .sidebar-nav li a {
                display: block;
                padding-top: 2px;
                padding-bottom: 2px;
                text-decoration: none;
                outline: none;
            }

                .sidebar-col .sidebar-nav li a:hover {
                    background: #eee;
                }

            .sidebar-col .sidebar-nav li h3 {
                margin-top: 0;
                margin-bottom: 0;
            }

                .sidebar-col .sidebar-nav li h3 a {
                    padding-left: 15px;
                    padding-top: 8px;
                    padding-bottom: 8px;
                }

                    .sidebar-col .sidebar-nav li h3 a span.exp-icon {
                        color: #ccc;
                        float: right;
                        font-weight: normal;
                        margin-right: 5px;
                        padding: 0;
                    }

                .sidebar-col .sidebar-nav li h3 i {
                    margin-right: 5px;
                }

.sidebar .sidebar-nav li h3 span {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
}

.sidebar-col .sidebar-nav ul {
    padding-left: 0;
    padding-bottom: 8px;
}

.sidebar-col .sidebar-nav li ul li {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
}

    .sidebar-col .sidebar-nav li ul li a {
        padding-left: 45px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

li a:not(.collapsed) span.exp-icon {
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .eq-col-bgs .sidebar-col {
        margin-bottom: inherit;
        padding-bottom: inherit;
    }
}

#intranext-cc-results,
#keypad-results {
    margin-top: 15px;
}

    #intranext-cc-results label,
    #keypad-results label {
        display: block;
    }

.form-control-plaintext {
    border: 0;
    box-shadow: none;
    color: inherit;
    padding: 0;
    pointer-events: none;
}

.strike {
    text-decoration: line-through;
}

.inactive {
    color: grey;
}

a.hang-fee {
    position: absolute;
    right: 0;
}

button.hang-fee {
    position: absolute;
    right: 0;
    margin: 0px !important
}

#modal-edit-prompt #tab-lang {
    display: flex;
    justify-content: space-around;
}

dropdown-menu.maintain-payments-options {
    margin-left: -60px;
}

#pw-constraints .popover {
    white-space: pre-wrap;
    width: 100%;
}
/**
 * jQuery Editable Select
 * Indri Muska <indrimuska@gmail.com>
 *
 * Source on GitHub @ https://github.com/indrimuska/jquery-editable-select
 */

input.es-input {
    padding-right: 20px !important;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA4DIAAIM2AAB5CAAAxgwAADT6AAAgbL5TJ5gAAABGSURBVHjaYvz//z8DOYCJgUzA0tnZidPK8vJyRpw24pLEpwnuVHRFhDQxMDAwMPz//x+OOzo6/iPz8WFGuocqAAAA//8DAD/sORHYg7kaAAAAAElFTkSuQmCC) right center no-repeat;
}

    input.es-input.open {
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
    }

.es-list {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 1px solid #d1d1d1;
    display: none;
    z-index: 1000;
    background: #fff;
    max-height: 160px;
    overflow-y: auto;
    -moz-box-shadow: 0 2px 3px #ccc;
    -webkit-box-shadow: 0 2px 3px #ccc;
    box-shadow: 0 2px 3px #ccc;
}

    .es-list li {
        display: block;
        padding: 5px 10px;
        margin: 0;
    }

        .es-list li.selected {
            background: #f3f3f3;
        }

        .es-list li[disabled] {
            opacity: .5;
        }

table.responsive td.no-overflow {
    overflow: initial;
}

#form-sso .sso-table td {
    vertical-align: top;
}

.dropdown-menu.sso-options {
    margin-left: -6%;
    min-width: 60%;
}

#form-whitelistemail .whitelistemail-table td {
    vertical-align: top;
}

.dropdown-menu.whitelistemail-options {
    margin-left: -6%;
    min-width: 60%;
}

.template-row {
    display: none;
}

.dropdown-menu.fdi-menu-options {
    margin-left: -110px;
}

    .dropdown-menu.fdi-menu-options .toggle {
        padding-left: 25px;
    }

.dropdown-menu.addons-menu-options {
    margin-left: -97px;
}

.grab {
    cursor: grab;
}

@media only screen and (max-width: 1366px) and (min-width: 991px) {
    body.verify section.summary section[id='payment'] div.col-md-6 {
        float: none;
        display: block;
        margin: 10px;
        min-width: 310px;
    }
}

.payment-fields #payment-date-default #payment-date {
    min-width: 90px;
}

.font-weight-normal {
    font-weight: normal !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.font-style-italic {
    font-style: italic !important;
}

#account-settings-form .required-fields {
    padding-top: 20px;
    margin-left: 45px;
    color: red;
}

body.login #login-form .required-fields,
body.login #guest-form .required-fields,
body.enrollment #verify-identity .required-fields {
    padding: 0% 0% 2% 0%;
    color: red;
}

body.enrollment #TabBasics .required-fields {
    padding: 2% 0% 0% 3%;
    color: red;
}

body.enrollment #TabSecurity .required-fields {
    padding: 2% 0% 0% 2%;
    color: red;
}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default, .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #949494;
    color: #156c96;
}

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited,
    a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
        color: #156c96;
    }

        .ui-state-hover, .ui-widget-content .ui-state-hover,
        .ui-widget-header .ui-state-hover, .ui-state-focus,
        .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus,
        .ui-button:hover, .ui-button:focus {
            border: 1px solid #c38a0a;
            color: #975603;
        }

            .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link,
            .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover,
            .ui-state-focus a:link, .ui-state-focus a:visited,
            a.ui-button:hover, a.ui-button:focus {
                color: #975603;
            }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #c38a0a;
}

.ui-state-checked {
    border: 1px solid #c38a0a;
}

.text-muted {
    color: #6a6a6a;
}

body.enrollment #TabBillingAndPayment .required-fields {
    padding: 2% 0% 0% 2%;
    color: red;
    font-weight: bold;
}

body.enrollment #TabTermsOfService .required-fields {
    padding: 2% 0% 0% 2%;
    color: red;
    font-weight: bold;
}

body.billpay legend.required-fields {
    color: red;
    font-weight: bold;
}

body.dashboard legend.required-fields {
    color: red;
    font-weight: bold;
}

body.verify legend.required-fields {
    color: red;
    font-weight: bold;
}

body.settings legend.required-fields {
    color: red;
    font-weight: bold;
}

body.login legend.required-fields {
    color: red;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .popover-cvv {
        width: 200px;
    }
}

.popover-cvv-section img.mobile-card {
    width: 55px;
    height: 35px;
}

.popover-cvv-section div.card-help {
    font-size: 7px;
    width: 180px;
}

legend.required-asterisk {
    padding-top: 20px;
    margin-left: 45px;
}

#payment-method-bank legend.required-asterisk {
    padding-top: 0px;
    margin-left: 0px;
}

.required-asterisk::before {
    content: "*";
    color: red;
    padding-right: 2px;
}

.terms-of-service div.terms-block {
    margin-bottom: 20px;
}

.terms-of-service a.terms h2 {
    display: inline;
}

@media only screen and (max-width: 768px) {
    .account-addons {
        top: 25% !important;
    }
}

#exago-dashboard {
    height: 1700px;
}

button.edit-content {
    width: 87px;
}

button.edit-template {
    width: 100px;
}

#iframe-preview {
    width: 100%;
    height: 800px;
    overflow: scroll;
}

#opaque-layer {
    position: absolute;
    width: 1160px;
    height: 800px;
}

#modal-quick-pay #payment-amount {
    height: 54px;
    font-size: 300%;
    border: none;
    box-shadow: none;
}

div.summary.well.well-theme.account.p2 {
    position: relative;
    z-index: 10;
}

div.summary.well.well-theme.account.p2 div.vertical-center {
    width: 90%;
}

.inline-form-control .form-control {
    display: inline-block;
    width: 60px;
}
.rtp-acct-view-div, 
.qb-client-secret-view-div {
    width: 200%
}

.rtp-acct-view-div .form-control, 
.qb-client-secret-view-div .form-control {
    display: inline-block;
    width: 50%
}

.rtp-acct-view-div span, 
.qb-client-secret-view-div span {
    display: inline-block;
    width: 30%
}

.fdi-rtp-acct-view-div .form-control {
    display: inline-block;
    width: 68%
}

.fdi-rtp-acct-view-div span {
    display: inline-block;
    width: 30%
}

#terms-content-user.embedded {
    margin-top: -36px;
    margin-left: 41px;
}