html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

@page {
    size: auto;
}

@media print {
    tr {
        page-break-inside:auto
    }

    .main-footer {
        display: none !important;
    }

    /* @-moz-document url-prefix() {
        .main-footer  {
            margin-top: 200px;
       }
    } */

    /* @supports ( -moz-appearance:none ){
        .main-footer {
            margin-top: 200px;
       }
    } */
}

@media print {
    a:link {
        border-bottom: none !important;
        text-decoration: none !important;
    }
    a[href]:after {
        content: none !important;
    }
}

* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
    color-adjust: exact !important;                 /*Firefox*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    min-width: fit-content;
    max-width: 100%;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.w-max {
    width: max-content !important;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url("../fonts/Roboto-Thin.ttf") format('truetype');
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url("../fonts/Roboto-Medium.ttf") format('truetype');
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url("../fonts/Roboto-Regular.ttf") format('truetype');
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url("../fonts/Roboto-Light.ttf") format('truetype');
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url("../fonts/arial.ttf") format('truetype'),
         url("../fonts/arialbd.ttf") format('truetype'),
         url("../fonts/arialbi.ttf") format('truetype'),
         url("../fonts/ariali.ttf") format('truetype');
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Times';
    src: url("../fonts/times.ttf") format('truetype'),
         url("../fonts/timesbd.ttf") format('truetype'),
         url("../fonts/timesbi.ttf") format('truetype'),
         url("../fonts/timesi.ttf") format('truetype');
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Times New Roman';
    src: url("../fonts/times new roman.ttf") format('truetype'),
         url("../fonts/times new roman bold.ttf") format('truetype'),
         url("../fonts/times new roman bold italic.ttf") format('truetype'),
         url("../fonts/times new roman italic.ttf") format('truetype');
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

@media screen {
    .printSuppressLayer {
        display: block;
    }

    .printOnlyLayer {
        display: none;
    }
}

@media print {
    .printSuppressLayer {
        display: none;
    }

    .printOnlyLayer {
        display: block;
    }

    .printLeftHeaderLogo {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .login-container {
        justify-content: flex-start !important;
    }

    .reset-password-container {
        margin: 0 !important;
    }
}

.div-btn {
    width: 103px;
    height: 46px;
    background-color: #70ad47;
    align-items: center;
    display: flex;
    margin: 20px 0 0 36px;
    cursor: pointer;
}

.div-btn:hover {
    background-color: #578935;
}

.div-btn:active {
    background-color: #80c651;
}

.login-input {
    width: 250px;
    height: 29px;
    margin: 18px 0 0 37px;
    border: solid 1px #c2c2c2;
    background-color: #ffffff;
}

.select1 {
    width: 250px;
    height: 29px;
    margin: 18px 0 0 37px;
    padding: 5px 11px 5px 12px;
    border: solid 1px #c2c2c2;
    background-color: #ffffff;
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    color: #4e4e4e;
}

.lbl-txt {
    width: auto;
    height: 19px;
    padding-top: 24px;
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #646464;
}

.total-txt {
    width: auto;
    height: 19px;
    padding-top: 24px;
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #646464;
}

#search-remittance-wrapper .lbl-txt {
    color: #084181;
}

.lbl-btn {
    margin: 0 auto;
    height: 16px;
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    cursor: pointer;
}

.text1 {
    margin-left: 36px;
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #646464;
}

.total-text {
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
    color: #646464;
}

.h2 {
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 24px;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: normal;
    color: #084181;
}

.h3 {
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    color: #084181;
}

.regular-text {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: normal;
    color: #616161;
}


div.header {
    display: flex;
    height: 70px;
    align-items: center;
    width: 100%;
    gap: 20px;
    padding-left: 20px;
}

div.header-logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.link {
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 14px;
    line-height: 2.86;
    letter-spacing: normal;
    color: #084181;
    margin-left: 37px;
}

.link:hover {
    color: #051d37;
}

a.main-footer-legal-notices,
a.main-footer-legal-notices:hover,
a.main-footer-legal-notices:visited {
    color: white;
    font-size: 10px;
}

div.headerbg {
    display: flex;
    height: 70px;
    align-items: center;
    width: 100%;
    gap: 20px;
    padding-left: 20px;
}

div.headerbg-logo {
    height: 100%;
    display: flex;
    align-items: center;
}

img.headerbg-logo-img {
    height: 50px;
}

.headertext_2 {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    color: #003C7D;
    cursor: default;
}

div.headmenu {
    background-color: #003C7D;
    height: 30px;
    display: flex;
    align-items: center;
}

a.headmenu:link,
a.headmenu:visited {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    padding-left: 20px;
}

a.headmenu:hover,
a.headmenu:active {
    COLOR: #F6BE48;
    BACKGROUND-COLOR: #003C7D;
    TEXT-DECORATION: none
}

.menu_contact-us {
    text-transform: uppercase;
}

.footer a {
    color: white;
    text-decoration: underline;
}

.display-none {
    display: none;
}

.forgot-password-link {
    display: block;
    padding-bottom: 20px;
}

.maincontentpadded {
    padding-left: 135px;
}

.contact-us-main {
    margin: 40px 0 0 160px;
}

.header-h1 {
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
    text-decoration: none;
    color: #003C7D;
    cursor: default;
}

.header-h2 {
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    text-decoration: none;
    color: #003C7D;
    cursor: default;
    text-transform: uppercase;
}

.header-h3 {
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 500;
    text-decoration: none;
    color: #003C7D;
    cursor: default;
}

.header-h4 {
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 500;
    text-decoration: none;
    color: #003C7D;
    cursor: default;
}

.input-text {
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: normal;
    text-decoration: none;
    color: #616161;
    cursor: default;
}

.contact-us-contact-name {
    padding-right: 10px;
    padding-top: 1rem;
}

.contact-us-details {
    margin-top: 1rem;
}

.contact-us-contacts {
    display: flex;
    margin-top: 1rem;
}

.contact-text {
    display: inline-block;
    vertical-align: top;
}

.container {
    height: 100%;
    position: absolute;
}

.main-body {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    max-width: max-content;
}

.main-footer {
    height: 30px;
    padding-left: 20px;
    font-weight: normal;
    font-size: 10px;
    color: white;
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    z-index: 1;
    display: flex;
    align-items: center;
    bottom: 0;
    width: 100%;
    min-height: 30px;
    background-color: #003C7D;
}

.side-menu {
    width: max-content;
    padding: 20px;
    background-color: #f4f5f7;
    min-height: calc(100vh - 130px);
}

.single-btn-block {
    margin: 40px 0 0 0;
}

.main-container {
    display: flex;
    height: calc(100% - 30px);
    justify-content: flex-start;
}

.menu {
    padding-bottom: 20px;
    border-bottom: 2px solid #e8e9eb;
}

.secondarymenu {
    padding: 20px 0;
}

.secondarymenu-item {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    color: #616161;
}

.menu-link,
.menu-link:visited {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    text-decoration: none;
    color: #616161;
    width: 100%;
}

.menu-heading-0,
.menu-heading-1,
.menu-item-1 > .menu-link,
.menu-item-2 > .menu-link {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-size: 14px;
    text-decoration: none;
    color: #616161;
    width: 100%;
}

.secondarymenu-item:hover,
.secondarymenu-item:hover > *,
.menu-item-1:hover,
.menu-item-2:hover,
.menu-item-1:hover > *,
.menu-item-2:hover > * {
    color: #1b417d;
}

.menu > div.menu-active {
    background-color: #1b417d;
}

.menu > div > a.menu-link-active {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    color: white;
}

.menu-link:hover .menu-link:active {
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.menu-link:hover {
    text-decoration: none;
}

.menu-heading-1,
.menu-heading-0 {
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    line-height: 40px;
    text-transform: uppercase;
}

.menu-heading-1 {
    padding-left: 10px;
}

.menu-item-1,
.menu-item-2 {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
}

.menu-item-1 {
    padding: 0 10px;
}

.menu-item-2 {
    padding: 0 20px;
}

.link-portal {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.86;
    letter-spacing: normal;
    text-decoration: none;
    color: #084181;
}

.link-portal:hover {
    color: #051d37;
    text-decoration: none;
}

.table-header {
    height: 40px;
    padding: 0 12px;
    border-radius: 4px;
    background-color: #f4f5f7;
    cursor: pointer;
}

.table-header-title {
    height: 40px;
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    color: #1b417d;
}

.accordion-button:not(.collapsed)::after {
    background: url('../graphics/chevron-down-solid.svg');
    transform: rotate(-180deg);
}

.accordion-button::after {
    width: .75rem;
    height: .75rem;
    margin-left: auto;
    content: "";
    background: url('../graphics/chevron-down-solid.svg');
    background-repeat: no-repeat;
    background-size: 0.75rem !important;
    transition: transform .2s ease-in-out;
}

.accordion-table-header {
    height: 40px;
    text-align: center;
}

.accordion-table-header th {
    vertical-align: middle;
    padding: 0 30px;
    height: 16px;
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #1b417d;
}

.accordion-table .bgc3 td,
.accordion-table .bgc2 td {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    background-color: white;
    height: 40px;
    color: #616161;
    font-size: 12px;
    vertical-align: middle;
}

.remittance-accordion {
    width: 1000px;
}

.section-header {
    height: 60px;
    vertical-align: middle;
    margin-left: 1rem;
    padding: 2rem 0 1rem 0;
}

.subheading3 {
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: #1b417d;
}

.section-table .indextable:not(:first-child),
.section-table .section-header .subheading3 {
    margin-left: 30px;
}

.indextable {
    border: none;
    background-color: white;
    margin-left: 30px;
}

.indextable a {
    width: 61px;
    height: 40px;
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    padding-left: .5rem;
    letter-spacing: normal;
    color: #616161;
}

th.indextable {
    height: 40px;
    vertical-align: middle;
    padding: 0 8px;
    background-color: #f4f5f7;
    color: #1b417d;
    font-size: 16px;
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-weight: normal;
}

table.section-index-table {
    border: 2px solid #f4f5f7;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

#error-msg {
    margin-top: 24px;
}

#rolled-forward {
    margin-bottom: 24px;
}

#title-msg {
    margin-left: 5em;
}

#description-msg {
    margin-top: 15px;
    width: 550px;
}

#instruction-msg {
    margin-top: 10px;
}

.data-field {
    margin-top: 24px;
}

#captcha-label {
    margin-top: 101px;
}

.label {
    margin-top: 34px;
}

#feedback-email-label {
    margin-top: 15px;
}

#areacode-label {
    font-size: 11px;
    padding: 0;
}

#btn-block {
    margin: 40px 0 150px 0;
}

.report-btn-block > div > .btn-snd {
    text-transform: uppercase;
    height: 100%;
}

.login-block {
    margin: 40px 0 100px 0;
}

.forgot-pass {
    clear: both;
}

.required {
    color: red;
}

.container-btn-reset {
    margin: 40px 0 200px 0;
}

.btn-container {
    display: inline-block;
    float: left;
    margin-left: 16px;
}

.login-container {
    margin: 2em 0;
    display: flex;
    justify-content: center;
}

.reset-password-container {
    margin: 2em auto;
    width: 600px;
}
.reset-msg-complete {
    margin: 0 0 2em 6em;
}

.content {
    margin: 16px 0 0 30px;
    width: 100%;
}

#name-label {
    margin-right: 156px;
    width: auto;
}

#subject-label {
    margin-right: 80px;
    width: auto;
}
  
#feedback-success-text {
    width: 700px;
}

#steps-list {
    margin-left: 30px;
    list-style-type: decimal;
}

#feedback-step {
    margin-top: 15px;
}

#credential-block, #feedback-block {
    width: max-content;
    clear: both;
}

.labels-block {
    display: inline-block;
    margin-top: -4px;
}

.pi-labels-block {
    display: inline-block;
    margin-top: -4px;
    width: 180px;
}

.pn-labels-block {
    display: inline-block;
    margin-top: -10px;
    width: 180px;
}

.inputs-block {
    display: inline-block;
    vertical-align: top;
    margin-left: 41px;
}

.inputs-pn-block {
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
}

.summary {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #4e4e4e;
}

.summary-data {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-size: 14px;
    font-weight: normal;
}

.summary-label {
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 14px;
    font-weight: 500;
}

#left-summary, #left-summary-label {
    display: inline-block;
}

#left-summary-data, #right-summary-data {
    display: inline-block;
    margin-left: 30px;
}

#right-summary-label {
    display: inline-block;
    margin-left: 40px;
}

th.th-data {
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    color: #1b417d;
    background-color: #f4f5f7;
}

.td-header {
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    /*color: #1b417d;*/
    color: white;
    height: 40px;
}

.table.report{
    border: 1px solid #1B417D;
    border-collapse: inherit;
}

.td-header.report-column-header {
    color: #FFFFFF;
    background-color: #1B417D;
}

th.report-column-header {
    color: #FFFFFF;
    background-color: #1B417D;
}

.table.report td {
    border-top: none;
}

.rem-data, .td-data {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8em;
    letter-spacing: normal;
    color: #616161;
    height: 40px;
    vertical-align: middle;
}

.table td, .table th {
    padding: 0 .75rem 0 .75rem;
    vertical-align: middle;
}

.tr-border {
    border: 1px solid #dee2e6;
}

tr.bottom-border {
    border-bottom: 1px solid #dee2e6;
}

.tb-txt-align-end {
    text-align: end;
}

.rem-td-input {
    height: 24px;
    border: solid 1px #c2c2c2;
    color: #616161;
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-left: 5px;
}

.rem-td-input:hover {
    border: solid 1px #616161;
}

.rem-td-amount {
    width: 90px !important;
}

.rem-td-ref {
    width: 130px !important;
}

.rem-td-comment {
    width: -moz-available !important;
    width: -webkit-fill-available !important;
}

.rem-special {
    font-family: 'Roboto-Regular', 'Arial', 'Times' !important;
    font-size: 12px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    letter-spacing: normal !important;
}

.qualifier .btn {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    color: #616161;
    /*font-size: 12px;*/
    /*height: 24px !important;*/
    padding: 4px 8px 3px 9px;
}

.qualifier .dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
}

#confirmation-msg {
    margin: 24px 0 24px 0;
    width: 50em;
}

.headmenu-common {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.headmenu-left {

}

.headmenu-right {
    display: flex;
    padding-right: 1rem;
}

#otp-generate-button {
    float: right;
    margin: 7px 0 0 16px;
}

.report-input-label {
    height: 19px;
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #646464;
    width: 240px;
}

.report-pn-input-label {
    height: 19px;
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #646464;
    width: 244px;
}



.report-input-label-extended {
    width: 100%;
}

.report-input-group {
    padding-bottom: 24px;
    display: flex;
}

form div.report-input-group:last-of-type {
    padding-bottom: 0;
}

div.center > div.h3 {
    padding-bottom: 24px;
}

.bgbc2 {
    background-color: #f4f5f7;
}

.bgbc3 {
    background-color: #fff;
}

.bgbc2_inner {
    background-color: #f4f5f7;
    border-bottom: solid 1px #dee2e6;
}

.bgbc3_inner {
    background-color: #fff;
    border-bottom: solid 1px #dee2e6;
}

.label-radio-txt,
.report-input-txt {
    background-color: #ffffff;
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4e4e4e;
    height: 29px;
}

.line {
    margin: 30px 0 30px -30px;
    border-top: 2px solid #f4f5f7;
}

.small-line {
    margin: 20px 0 20px -20px;
    border-top: 2px solid #f4f5f7;
    width:1200px;
}

.wrapper-separating-line {
    margin: 25px 0 0px -10px;
    border-top: 2px solid #f4f5f7;
    width:1200px;
}

.period-select {
    padding: 1rem 0 0 240px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder > div {
    color: #4e4e4e;
}

.report-btn {
    margin-left: 240px;
}
.padding5 {
    padding: 5px 0;
}

.padding10 {
    padding: 0 10px;
}

.bold {
    font-weight: bold;
}

.file-status-auth {
    display: flex;
    margin-top: 24px;
    border: 1px solid #f4f5f7;
    width: 48em;
    padding: 5px 0;
}

.status-text {
    display: flex;
    justify-content: center;
    background: #084181;
    margin: -6px;
    align-items: center;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
}

.status-file-name {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin: -1px;
}

.w-48{
    width: 48em;
}

w-55 {
    width: 55em;
}

.w-55 {
    width: 55em;
}

.w-58 {
    width: 58em;
}

.w-20 {
    width: 20em;
}

.w-0 {
    width: 0;
}

.w-100 {
    width: 100%;
}

.otp-msg {
    display: none;
    width: 52.5em;
}

.txt-jstf {
    text-justify: inter-word;
    text-align: justify;
}

.accounts-dropdown {
    margin-left: 18px;
}

div.report-back-button {
    width: 80px;
    height: 45px;
    cursor: pointer;
}

div.report-back-button > input.report-back-button-btn {
    border: none;
    background-color: transparent;
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    color: #616161;
    font-size: 14px;
    padding: 0;
    margin-left: 30px;
    margin-right: 20px;
    height: auto;
}

div.report-forward-btn::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 0.55em;
    height: 0.55em;
    border-right: 0.15em solid #616161;
    border-top: 0.15em solid #616161;
    transform: rotate( 45deg );
    margin: 10px 0 0 5px;
}

div.report-back-button:hover {
    background-color: #f4f5f7;
}

.report-btn-block {
    padding-top: 30px;
    border-top: 2px solid #f4f5f7;
    display: flex;
}

.report-heading {
    cursor: pointer;
    width: max-content;
}

div.report-back-button > input.report-back-button-btn:hover {
    background-color: transparent;
}

div.report-back-button > input.btn-light.report-back-button-btn:active {
    color: #afb0af;
    background-color: transparent;
    border: none;
}

div.report-back-button:active:before {
    border-right: 0.1em solid #afb0af;
    border-top: 0.1em solid #afb0af;
}

table.report-header-table {
    margin-bottom: 30px;
}

tr.report-header-row-middle > td {
    padding: 5px 0;
}

tr.report-header-row > td {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #4e4e4e;
}

td.report-header-label {
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
    padding: 5px 30px 0 0;
}

td.report-header-value {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    padding: 5px 40px 0 0;
}

td.report-header-total {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    padding: 5px 0 0 0;
}

.content-header {
    width: 1000px;
}

.report-header-options {
    display: flex;
    justify-content: center;
    flex: 1;
    gap: 16px;
    align-items: center;
}

.report-header-btn {
    margin-top: 0;
}

.report-page-btn {
    margin: 10px;
    margin-bottom: 70px;
}

.w-45 {
    width: 45em;
}

.w-60 {
    width: 60em;
}

.ml-16 {
    margin-left: 16px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-106 {
    margin-top: 106px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mt-17 {
    margin-top: 17px;
}

.mt-30 {
    margin-top: 30px;
}

.ml-m34 {
    margin-left: -34px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-0 {
    margin-bottom: 0;
}

.m-30 {
    margin: 30px;
}

.m-0 {
    margin: 0;
}

.pl-15 {
    padding-left: 15px;
}

.pl-5 {
    padding-left: 5px !important;
}

.point {
    cursor: pointer;
}

.h-0 {
    height: 0;
}

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

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.txt-align-left {
    text-align: left;
}

.txt-align-right {
    text-align: right;
}

.txt-align-center {
    text-align: center;
}

#single-file-radio-wrapper, #multiple-files-radio-wrapper{
    margin-top: 30px;
}

#file-status-separator {
    width: 100%;
    border-bottom: 2px solid #e8e9eb;
    margin-top: 25px;
    margin-bottom: 20px;
}

#file-status-label-wrapper {
    margin-top: 47px;
}

#file-sort--wrapper {
    margin-top: 10px;
}

#file-status-result-wrapper {
    margin-top: 15px;
    margin-bottom: 100px;
}

.pl-25 {
    padding-left: 25px !important;
}

.pr-3 {
    padding-right: 3px !important;
}

.d-ib {
    display: inline-block;
}

.pr-20 {
    padding-right: 20px !important;
}

.p-20 {
    padding: 20px !important;
}

.horisontal-separator {
    border-top: 2px solid #e8e9eb;
}

.tb-border-btm {
    border-bottom: 1px solid #e8e9eb;
}

div > .date-picker-cal {
    width: 50px;
    height: 29px;
    padding: 0;
    color: transparent;
    z-index: 2;
    background: url('../graphics/calendar-alt-regular.svg') no-repeat left 30% top 40%;
    background-size: 12px;
    cursor: pointer;
    border: 1px solid #c2c2c2;
}

div > .date-picker-cal:hover {
    border: 1px solid #616161;
}

.date-picker-cal.disabled {
    color: #ababab;
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    cursor: not-allowed;
    opacity: .65;
    pointer-events:none;
}

.calendar-dropdown-old.disabled {
    color: #ababab;
    background-color: #ffffff;
    cursor: not-allowed;
    pointer-events:none;
}

.calendar-dropdown-old::after {
    color: #c2c2c2;
    position: relative;
    top: 11px;
    right: 15px;
    height: 0;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    cursor: pointer;
}

.filter-green{
    filter: invert(133%) sepia(1%) saturate(1581%) hue-rotate(190deg) brightness(98%) contrast(100%)
}

.fs-14 {
    font-size: 14px;
}
.ff-rr {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
}

.popup-container {
    min-height: calc(100vh - 100px);
}

.payables-messages {
    margin: 10px 0 -40px 30px;
}

.preloader-heading {
    color: #1b417d;
    background-color: white;
    font-size: 18px;
    padding: 1rem;
    font-family: 'Roboto-Medium', 'Arial', 'Times', 'Times New Roman';
}
.no-padding-top {
    padding-top: 0;
}

.no-padding {
    padding: 0;
}

.download-pdf-form {
    display: flex;
}

.download-pdf-form:before {
    content: ' ';
    background-image: url('../graphics/pdf.svg');
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    display: block;
}

.svg-icon-white-filter::before {
    filter: invert(100%) sepia(18%) saturate(2%) hue-rotate(79deg) brightness(112%) contrast(100%);
}

.svg-icon-white-filter:hover::before {
    filter: invert(91%) sepia(98%) saturate(6241%) hue-rotate(319deg) brightness(100%) contrast(93%);
}

div.headmenu-pdf-popup:hover .download-pdf-popup-btn {
    color: #F6BE48;
}

div.headmenu-pdf-popup {
    background-color: #003C7D;
    height: 30px;
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.download-pdf-popup-btn {
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    border: none;
    background-color: transparent;
    margin-left: 3px;
}

.download-menu-form {
    display: flex;
    align-items: center;
}

.download-pdf-form {
    cursor: pointer;
}

.download-menu-form:before {
    content: ' ';
    background-image: url('../graphics/file-download.svg');
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    display: block;
    cursor: pointer;
}

button.download-btn:focus {
    outline: 0;
}

button.download-btn,
.download-btn {
    border: none;
    background-color: transparent;
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
    font-size: 12px;
    color: #084181;
    cursor: pointer;
}

.download-select-btn::after {
    display: none;
}

.download-menu-form.show {
    display: flex;
}

.back-btn {
    margin-right: 1rem;
}

.report-link:hover{
    text-decoration: underline;
}

.main-page-menu-link:hover {
    text-decoration: underline;
    color: #616161;
}

.issuer-accounts.div.bootstrap-select>button.dropdown-toggle,
.source-accounts.div.bootstrap-select > .dropdown-toggle {
    width: auto;
    min-width: 331px;
}

.fc-blue {
    color: #1B417D;
}

.fc-blue:hover {
    color: #1B417D;
}

.fb {
    font-weight: 1000;
}

.table-border {
    border: 1px solid #1B417D;
}

.total-border {
    border-top: 1px solid #1B417D !important;
}

.rem-table-border {
    border-left: 1px solid #1B417D !important;
    border-bottom: 1px solid #1B417D !important;
    border-top: none !important;
    border-right: none !important;
}

.errorbold {
    font-weight: bold;
    font-size: 12px;
    color: red;
    font-family: 'Roboto-Regular', 'Arial', 'Times', 'Times New Roman';
}


.password-reset-complete-list {
    list-style-position: inside;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

#authorise-payment-result {
    padding-bottom: 2rem;
}

.jrxtcrossfloating {
    vertical-align: middle;
}

.jrxtcolfloating {
    vertical-align: middle;
}

.jrxtrowfloating {
    vertical-align: middle;
}

.jrxtdatacell {
    vertical-align: middle;
}

.init-based-search-radio-wrapper {
    margin-top: 30px;
}

.based-search-radio-wrapper {
    margin-top: 15px;
}