﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.ada-hidden {
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*** Header Logo and Lockbox Name Text ***/
.site-header {
    /*background: #005EB8;*/
    background: #FFFFFF;
}

.header-logo {
    display: inline-block;
    vertical-align: middle;
    /*margin: 23px 7px 23px 0;*/
}

.header-logo-image {
    width: 400px;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
}

.site-description {
    padding-left: 4rem;
    display: inline-block;
    vertical-align: middle;
    /*padding: 15px 0 20px;*/
}

.site-title {
    margin: 0;
    /*color: #ffffff;*/
    color: #005EB8;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .site-title-md {
        font-size: 45px;
    }
}

.site-tagline {
    padding: 0 0 0 2px;
    margin: 0;
    /*color: #eeeeee;*/
    color: #005EB8;
    font-size: 24px;
}

/*** Header Menu ***/
.quickpaymenu {
    text-decoration: underline !important;
}

.quickpaymenu-text {
    font-size: 16px;
    color: #006272 !important;
}

    .quickpaymenu-text:hover, .quickpaymenu-text:focus {
        color: #9C9DA0 !important;
    }

.remit-nav-item {
    margin-left: 35px;
}

.remit-nav-text {
    font-size: 16px;
    color: #005EB8 !important;
}

    .remit-nav-text:hover, .remit-nav-text:focus {
        /*color: #006272 !important;*/
        color: #FF6C2B !important;
        /*background-color: #FF6C2B;*/
    }

li .dropdown-menu {
    color: #ffffff !important;
    background-color: #9C9DA0;
    font-size: 14px;
    padding: 0;
    margin: -5px;
    border-radius: 3px 4px;
}

.dropdown-item {
    color: #2A588D;
    /*border-bottom: 2px solid #9C9DA0;*/
}

    .dropdown-item:focus, .dropdown-item:hover {
        /*color: #ffffff;*/
        color: #FF6C2B;
        /*background-color: #006272;*/
        /*background-color: #2A588D;*/
    }

/*** Last Login Info Text ***/
.remit-nav-userinfo-div {
    margin-top: -19px;
}

.remit-nav-userinfo-text {
    font-size: 12px;
    color: #006272;
}

/*** Background Panel Web Pages ***/
.panelheader {
    background: #2A588D;
    border-color: #006672;
    border-style: solid;
    border-width: 2px;
}

.panelbackground {
    background: #2A588D; /* dark blue*/
    background-size: 1000px 500px;
}

/*.panelbackground {
    background: #154782;
    background-size: 1000px 500px;
    border-color: #34393f;
    border-style: solid;
    border-width: 4px;
}
*/
.modalbackground {
    /*background: rgba(167,30,34,0.95);*/
    /*background: rgba(0,161,179,.25);*/
    background: #FFFFFF;
    color:#000000;
    border-color: #34393f;
    border-style: solid;
    border-width: 2px;
}

html {
    font-size: 14px !important;
}


@media (min-width: 768px) {
    html {
        font-size: 16px !important;
    }
}


html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    /*color: cyan;*/
    color: #fff;
    /* rgba(0,161,179,.25) == #00A1B3 */
    /* background: linear-gradient( rgba(0,161,179,.25), rgba(0,161,179,.25) ), url('../img/background.jpg'), center top, no-repeat, fixed; */
    background: linear-gradient(rgba(179,179,179,0.50), rgba(179,179,179,0.50)), url('../img/background.png'), center top, no-repeat, fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-position-y: 60px;
    background-attachment: fixed;
    background-size: 100%;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

table th {
    /*color: #ffffff;*/
    /*background-color: #9C9DA0;*/
    /*border-color: grey;*/
    color: black;
    background-color: #dddddd;
    border-color: grey;
}

tbody tr:nth-of-type(2n) {
    background-color: #ffffff;
    color: #34393f;
}

tbody tr:nth-of-type(2n + 1) {
    background-color: #ffffff;
    color: #34393f;
    /*color: #ffffff;*/
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    color: #fff;
    /*background: #154782  ;*/
    background: #2B2B2B;
    font-size: 16px;
    /*line-height: 30px;*/ /* Vertically center the text there */
}

@media (min-width: 768px) {
    .footer-height {
        position: absolute;
        line-height: 60px;
    }
}

.footer a {
    color: #ced3d8;
    font-size: 14px;
}

.clover-footer {
    display: none;
}

.remit-button {
    /*min-width: 110px;*/
    min-width: 200px;
    height: 50px;
}

.remit-label {
    /* color: #EEEEEE; */
    color: #fff;
    /*color: #2A588D;*/
}

.top-label {
    margin-bottom: 0rem;
}

/**This is only used in ContactUs all other pages use Body color**/
.remit-text {
    /*color: #ffffff;*/
    color: #2A588D;
}

.dataTables_filter {
    text-align: left !important;
}

::-webkit-input-placeholder {
    color: #8898AA;
}

:-moz-placeholder {
    color: #8898AA;
}

:-ms-input-placeholder {
    color: #8898AA;
}

/** For Stripe entry***/
.bootbox {
    color: black;
}

.field {
    /*background: transparent;
    font-weight: 300;
    border: 0;
    color: white;
    outline: none;
    cursor: text;
    display: block;
    width: 100%;
    line-height: 32px;
    padding-bottom: 3px;
    transition: opacity 200ms ease-in-out;
    font-size: 19px;*/
    /*padding: 10px 20px 11px;*/
    background-color: #7488aa;
    /*border-radius: 20px;*/
    width: 100%;
}

.outcome {
    float: left;
    width: 100%;
    padding-top: 8px;
    /*min-height: 20px;*/
    text-align: center;
}

.success, .error {
    display: none;
    font-size: 15px;
}

    .success.visible, .error.visible {
        display: inline;
    }

.error {
    color: #E4584C;
}

.success {
    color: #34D08C;
}

    .success .token {
        font-weight: 500;
        font-size: 15px;
    }

.amtdetailstable {
    max-height: 200px;
    overflow-y: auto;
    /*display:inline-block;*/
}

.text-success {
    color: #74C761 !important;
}

.text-danger {
    color: #F8AEAE !important;
}

.text-muted {
    color: #bbb !important;
}

.page-item.disabled .page-link {
    color: #515151;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.navbar > .container, .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#customerAccount_CUSTADDRESS2 {
    width: 250px !important;
}

#txtAccountNo {
    width: 250px !important;
}

@media (max-width: 991.98px) { /* bootstrap mobile width */
    .navbar-brand {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

/*    .navbar-toggler {
        display: none;
    }*/

    #btnBackToDetails {
        position: relative !important;
        left: -60px;
    }

    h3 {
        color: black !important;
    }

    #customerAccount_CUSTADDRESS2 {
        width: 315px !important;
    }

    #txtAccountNo {
        width: 315px !important;
    }

    .navbar-brand img {
        margin-bottom: 0.25rem;
    }

    .navbar-brand .brand-text,
    .navbar-brand .brand-desc {
        display: block;
    }

    .header-logo {
        display: block;
        vertical-align: middle;
        margin: 0 auto;
    }

    .header-logo-image {
        width: 300px;
        background-color: #fff;
        border-radius: 20px;
        padding: 10px;
    }

    .site-description {
        vertical-align: middle;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        text-align: center;
    }
}

#txtPaymentDescription {
    width: 120px !important;
}

.button-like-link {
    color: white;
}

    .button-like-link:hover, .button-like-link:focus {
        color: #FF6C2B !important;
        text-decoration: underline;
    }

.main-main {
    background-color: #2A588D;
    /*background-color: cyan;*/
    /*background-color: #060270;*/
    color: white;
    min-height: 400px;
    padding: 1rem;
}

.main-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    min-height: 4rem;
    /*border-bottom: 2px solid white;*/
}

.main-contact-title, .main-summary-title, .main-payment-title, .main-payment-info-title {
    font-size: x-large;
    font-weight: 700;
    text-align: center;
    min-width: 200px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.main-invoice-details-row {
    text-align: center;
    margin-top:2rem;
}

.login-register-button {
    min-width: 200px;
    height: 50px;
    padding-top: 12px;
}
/*@media (min-width: 768px) {
    .login-register-button {
        min-width: 100px;
    }
}
*/
.login-main {
    background: #2A588D; /* dark blue*/
}
.account-management-main {
    background: #2A588D; /* dark blue*/
}

.login-div-email {
    padding-left: 3rem;
}
.login-div-password {
    padding-left: 3rem;
}

.login-forget-password {
    text-align:center;
    font-size: medium;
    margin-top:10px;
}
.login-resend-confirm {
    text-align: center;
    font-size: medium;
    margin-top: 3px;
    /*padding-left: 0rem;*/
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    /* CSS rules for extra small devices */
    .login-register-button, .remit-button {
        min-width: 100px;
    }
}

.input-validation-error {
    color: red;
    font-weight: bold;
    background-color: pink;
    border: 2px solid red;
}

.main-col-firstname{
    padding-right: 0rem;
}
.main-col-lastname {
    padding-left: 0rem;
}
.main-accountnumber-input, .main-account-no-verify-input {
    max-width: 250px;
}
.main-email-input {
    max-width: 350px;
}
.main-phone-input {
    max-width: 250px;
}
.main-account-input {
    max-width: 250px;
}
.main-field1-input {
    max-width: 350px;
}
.main-field2-input {
    max-width: 200px;
}
.main-list1-select {
    max-width: 250px;
}
.main-list2-select {
    max-width: 250px;
}
.main-field5-input {
    max-width: 150px;
}
.main-amount-input {
    max-width: 200px;
}
.main-input-amount-input {
    max-width: 200px;
}
.wallet-table, .history-table {
    background-color: #ffffff;
}
.change-account-row-select, .add-account-row-select {
    padding-left: 2rem;
}
.change-account-row-button {
    padding-left: 1rem;
}

.list-wallet-title, .add-wallet-title, .edit-wallet-title, .account-management-title, .change-account-title, .change-password-title, .payment-history-title, .add-account-title {
    font-size: x-large;
    font-weight: 700;
    text-align: center;
    min-width: 200px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.add-account-row-button {
    margin-top: 1rem;
}