﻿@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
html {
    margin: 0 auto;
    max-width: 1480px;
    background-color: #bbb;
}

body {
    padding-bottom: 1em;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Roboto', sans-serif;
    background: #a9dda2;
}

h2 {
    font-size: 1.1em;
    font-weight: 500;
    margin: 0;    
}
h3 {
    font-size: 1.2em;
    font-weight: 600;
}
h4 {
    font-size: 1.2em;
    font-weight: 600;
}
h5 {
    
}

h6 {
    font-size: 1.1em;
    font-weight: 500;
}
/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input :not(checkbox),
select,
textarea {
    min-width: 50px;
    max-width: 280px;
    font-family: 'Roboto', sans-serif;
    font-size: .95em;
}

.input-group-sm > .custom-select, .input-group-sm > :not(textarea).form-control {
    font-size: 1.2em;
    height: 32px;   
    
}
/*input :not(checkbox) {
    background-color: transparent !important;
    border-bottom: 1px solid #bbb;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px !important;
    font-weight: 600;
}*/
input :not(checkbox), select:disabled, textarea:disabled, input:disabled {
    /*background-color: transparent !important;*/
    /*border: 1px solid #bbb;*/
    /*border-radius: 0px !important;*/
    /*font-weight: 600;*/
    font-size: 1em;
    /*background-color: #fbfbfb !important;*/
    background-color: #E9ECEF !important; /* Light gray background */
    /*color: #999;*/ /* Gray text color */
    border: 1px solid #ccc; /* Gray border */
    opacity: 0.8;
}

label {
    margin-bottom: 0px;
    color: #89949B;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: .9px;
    word-spacing: 2.5px;
}

th label {
    color: #585F69;
}

.solid-break hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

.form-main {
    max-width: 800px;
}

.form-section {
    min-width: 250px;
    align-content: center;
    padding: 1em;
    margin: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}


.card-content {
    min-width: 250px;
    align-content: center;
    padding: 1em;
    margin: 1.5em;
}

.login-card {
    max-width: 900px;
    justify-content: center;
}

.error {
    font-weight: 300;
    color: red;
}

.submitbutton {
    margin: 1em;
}

.grid-container {
    grid-row-gap: 50px;
}

.space-between * {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.callcenter-remittance {
    padding-left: 5px;
}
.callcenter-heading {
    text-align: left;
    color: #6AB8EE;
    background: inherit;
    border-bottom: none;
}

.callcenter-subheading {
    text-align: left;
    font-size: 1.2em;
    background: inherit;
    border-bottom: none;
}

.callcenter-subheading-small {
    text-align: left;
    font-size: .8em;
    background: inherit;
    border-bottom: none;
}

.callcenter-heading-grey {
    text-align: left;
    color: #585F69;
    font-size: 1.1em;
    font-weight: 500;
}

.callcenter-heading-green {
    text-align: left;
    color: #52AB45;   
    background: inherit;
    border-bottom: none;
}
.callcenter-filter-heading {
    font-size: .9em;
    color: #52AB45;
}
.callcenter-editsummary-heading {
    color: #52AB45;
    text-align: center;
}

.callcenter-wallet-heading {
    text-align: left;
    color: #52AB45;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif;
    background: inherit;
    text-decoration: underline;
}

    .callcenter-wallet-heading:hover {
        text-align: left;
        color: #6AB8EE;
        font-size: 14px !important;
        font-family: 'Roboto', sans-serif;
        background: inherit;
        text-decoration: underline;
        cursor: pointer;
    }

.callcenter-body {
    background: #fff;
    color: #585F69;
}

.callcenter-form {
    
}

.callcenter-greenicon {
    color: #52AB45;
}
.callcenter-checkbox {
    margin-right: 5px;
    margin-top: 1px;
    vertical-align: top;
    line-height: 21px;
}

.callcenter-check-count {
    text-align: right;
    font-size: 1.2em;
    font-weight: 500;
    color: #6AB8EE;
    font-style: oblique;
}
.callcenter-check-count-red {
    text-align: right;
    font-size: 1.2em;
    font-weight: 500;
    color: red;
}
.form-check-input {
   margin-top: 0;
}
.callcenter-optionheading {
    text-align: left;
    background: #6AB8EE;
    border: 1px solid #bbb;
    /*padding: 5px;*/
    border-radius: 3px 3px 3px 3px;
    font-size: 1em;
    margin: 2px;
    color: #fff;
}

    .callcenter-optionheading:hover {
        background: #6AB8EE;
        border: 1px solid #bbb;
        /*padding: 5px;*/
        border-radius: 3px 3px 3px 3px;
        font-size: 1em;
        margin: 2px;
        color: #fff;
    }
    .callcenter-footer-label {
    font-size: 1.2em;
    font-weight: 500;
}

.callcenter-transactionheading {
    text-align: center;
    background: #89949B;
    border: 1px solid #bbb;
    /*padding: 5px;*/
    border-radius: 3px 3px 3px 3px;
    font-size: 1em;
    margin: 2px;
    color: #fff;
}

    .callcenter-transactionheading:hover {
        background: #89949B;
        border: 1px solid #bbb;
        /*padding: 5px;*/
        border-radius: 3px 3px 3px 3px;
        font-size: 1em;
        margin: 2px;
        color: #fff;
    }

.callcenter-footer-label {
    font-size: 1.2em;
    font-weight: 500;
}

.collapsed {
    color: #585F69;
    background: #fff;
    border: none;
    border-bottom: 1px solid #bbb;
    border-radius: 0px;
}
.callcenter-optionbody
{
    background: #fff;
    padding: 20px;
}

.callcenter-cardnumber-icon {
    /*border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 3px 3px 3px 3px;*/
}
/* Tables */
.table-fit.table td,
.table-fit.table th {
    white-space: nowrap;
    width: 1%;
}

.table-wrapper-scroll-y {
    display: block;
    max-height: 60vh;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.condensed-table {
    font-size: 11px;
}

div.condensed {
    font-size: 10pt
}

.callcenter-row {
    margin-bottom: 5px;
}
.callcenter-button-row {
   margin-top: 10px;
}
.call-center-button {
    padding-left: 8px;
    padding-right: 8px;
    background: #6AB8EE;
    margin-top: 15px;
    font-size: 1.2em;
    text-transform: uppercase;
    border: none;
}
    .call-center-button:hover {
        background: #339ADC;
    }

.call-center-button-white {
    padding-left: 8px;
    padding-right: 8px;
    background: #ffffff;
    color: #52AB45;
    margin-top: 15px;
    font-size: 1.2em;
    text-transform: uppercase;
    border: none;
}

.call-center-button-white:hover {
    background: #339ADC;

}

.call-center-button-green {
    padding-left: 8px;
    padding-right: 8px;
    background: #52AB45;
    color: #fff;
    margin-top: 15px;
    font-size: 1.2em;
    text-transform: uppercase;
    border: solid;
    border-width: 1px;
    border-color: #fff;
}
    .call-center-button-green:hover {
        background: #fff;
        color: #52AB45;
        border: solid;
        border-width: 1px;
        border-color: #52AB45;
    }
/*#input-icon */
.input-icon {
    position: relative;
}

    .input-icon > svg,
    .input-icon > i {
        position: absolute;
        display: block;
        transform: translate(0, -50%);
        top: 50%;
        pointer-events: none;
        width: 15px;
        text-align: center;
        font-style: normal;
        margin-left: 5px;
        /*opacity:0.4;*/
    }

    .input-icon > input {
        padding-left: 1em !important;
        padding-right: 0;
    }

.input-icon-right > svg,
.input-icon-right > i {
    right: 0;
}

.input-icon-right > input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

.button-font {
    font-display: auto;
    margin: 2px;
    padding: 1px;
}

.spacer {
    margin-top: 2px;
    margin-bottom: 2px;
}

/*#endregion */

/*#Progress bar */
.loading-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #808080 url('../../images/spinner.gif') 50% 50% no-repeat;
    background: rgba(128, 128, 128, 0.52) url('../../images/spinner.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.loading .loading-modal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   loading-modal element will be visible */
.loading .loading-modal {
    display: block;
}
/*#endregion */


.fill-center {
    display: flex;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sticky-table-head > th {
    position: sticky;
    top: 0;
}


/*Fixed Table Header*/

.fixed-header {
    table-layout: fixed;
    width: 100%;
}

    .fixed-header thead {
        width: 100%;
    }

    .fixed-header tbody {
        display: block;
        overflow: auto;
        height: 30vh;
        width: 100%;
    }

    .fixed-header thead tr {
        display: block;
        text-transform: uppercase;
        letter-spacing: .1em;
        width: 98.5%
    }

    .fixed-header tbody tr {
        width: 98.5%
    }

    .fixed-header th {
        padding: 0.625em;
        text-align: center;
        width: 100%;
    }

    .fixed-header td {
        padding: 0.625em;
        text-align: center;
        overflow: hidden;
        width: 100%;
    }

.fixed-header-batch th,
.fixed-header-batch td {
    width: calc(100%/9) !important;
}

/*Info Message CSS*/

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
    margin: 10px 0;
    padding: 5px;
    border-radius: 3px 3px 3px 3px;
}
.info-msg {
    color: #6AB8EE;
    background-color: #f0f1f3;
}
.success-msg {
    color: #270;
    background-color: #DFF2BF;
}
.warning-msg {
    color: #9F6000;
    background-color: #FEEFB3;
}
.error-msg {
    color: #D8000C;
    background-color: #FFBABA;
}

span.callcenter-check{
    color: green;
}
span.callcenter-circle {
    color: darkred;
}

a.callcenter-link {
    color: #6AB8EE;
    text-decoration: underline;
}
    a.callcenter-link:hover {
        cursor: pointer;
       /* color: #fff;*/
        text-decoration: underline;
    }

a.callcenter-link-dashboard {
    color: #6AB8EE;
    text-decoration: underline;
}

    a.callcenter-link-dashboard:hover {
        cursor: pointer;
        color: #585F69;
        text-decoration: underline;
    }

a.callcenter-link-dashboard-green, a.callcenter-link-dashboard-green-table {
    color: #52AB45;
    text-decoration: underline;
}

    a.callcenter-link-dashboard-green:hover {
        cursor: pointer;
        color: #6AB8EE;
        text-decoration: underline;
    }

a.callcenter-link-dashboard-green-table:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
}

a.callcenter-link-dashboard-red {
    color: #89949B !important;
    text-decoration: underline;
}

    a.callcenter-link-dashboard-red:hover {
        cursor: pointer;
        color: #d81818 !important;
        text-decoration: underline;
    }


.callcenter-gridheader {
    /*color: #fff;
    background: #52AB45;*/
    font-size: 1em;
    font-family: 'Roboto Light', sans-serif;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    /*box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.5);*/
    min-height: 30px;
    border-bottom: 1px;
    border-bottom-color: #585F69;
    border-bottom-style: solid;
    /*background: #6AB8EE;*/
}
.callcenter-gridfooter {
    /*background: #BBBBBB;
    color: #fff;*/
    text-align: right;
    font-weight: 500;
    color: #6AB8EE;
}
.callcenter-button-search {
    color: #52AB45 !important;
    padding-top: 20px;
    padding-right: 5px;
    text-decoration: underline !important;
    font-size: 1.2em;
    cursor: pointer;
}
.callcenter-download {
    border: none;
    background-color: transparent;
}
.callcenter-closebatch {
    border: none;
    color: red;
    background-color: transparent;
    text-decoration-line: underline;
}
.callcenter-gridrow:hover {
    background: #6AB8EE !important;
    color: #fff;
}

    .callcenter-gridrow:hover td a {
        background: #6AB8EE !important;
        color: #fff;
    }

.sign-out-button {
    display: inline-block;
    margin-left: auto;
}
.displayNone {
    display: none;
}
/*a.callcenter-link
*/
/*.table tbody tr:hover, table tbody tr:hover {*/
    /*background-color: #585F69;*/
    /*color: #fff;
    background: #bbb;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    border-radius: 8px 8px 8px 8px;
}*/


.formBordergrey {
    padding: 12px;
    min-width: 420px;
    background: white;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    border-radius: 8px 8px 8px 8px;
    /*border: solid;*/
    border-color: #eee;
    border-width: 2px;
}

.formBordergrey-small {
    padding: 12px;
    min-width: 350px;
    background: white;
    box-shadow:  0px 0px 5px 0px rgba(0,0,0,0.5);
    border-radius: 8px 8px 8px 8px;
    /*border: solid;*/
    border-color: #eee;
    border-width: 2px;
}

.formBordergrey-xsmall {
    padding: 12px;
    max-width: 250px;
    /*max-width: 300px;*/
    background: white;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    border-radius: 8px 8px 8px 8px;
    /*border: solid;*/
    border-color: #eee;
    border-width: 2px;
}

.green-gradient {
    /*background-image: linear-gradient(45deg, rgba(82, 171, 69, 1) 40%, rgba(255, 255, 255, 0.94) 100%);*/
    background: #52AB45;
    /*background: url(../../images/GreenBG.png);*/
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: aplpha(opacity=60);
    z-index: 100;
    text-align: center;
    vertical-align: middle;
    display: none;
}

#paymentSelectionDiv {
    position: fixed;
    z-index: 101;
    background: #f1f1f1;
    max-width: 40%;
    min-width: 250px;
    display: none;
    padding: 20px;
    border-radius: 10px 10px 10px 10px;   
}

.vertically-scrollable-sm {
	overflow-y: auto;
	max-height: 50vh;
}

.input-group-progress {
    width: 100%;
    height: auto;
    padding: 4px;
}

.progress {
    height: 4px;
}

.progress-bar {
    background-color: green;
}

.password-info {
    font-size: x-small;
}

.badge {
    font-size: 90%;    
}

.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .otp-field input {
        height: 45px;
        width: 42px;
        border-radius: 6px;
        outline: none;
        font-size: 1.125rem;
        text-align: center;
        border: 1px solid #ddd;
    }

        .otp-field input:focus {
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        }

        .otp-field input::-webkit-inner-spin-button,
        .otp-field input::-webkit-outer-spin-button {
            display: none;
        }

.resend {
    font-size: 12px;
}
