﻿
/*** Landing ***/
.corpay-cfh.reportlandingsection .reportentrance {
    box-shadow: var(--corpay-box-shadow);
    background-color: var(--corpay-white);
    margin: 20px;
    display: flex;
    flex-direction: column;
}
.corpay-cfh.reportlandingsection .reportentrance:hover {
    box-shadow: var(--corpay-box-shadow);
    cursor: pointer;
    background-color: var(--corpay-disabled-background);
}
.corpay-cfh.reportlandingsection .reportentrance .logo:hover {
    cursor: pointer;
}
.corpay-cfh.reportlandingsection .reportentrance .reporttitle {
    color: var(--corpay-primary);
}
.corpay-cfh .reportlandingsection .reportentrance .reportdescription {
    color: var(--corpay-tertiary);
}
/*** End Landing ***/

.cfh-back {
    color: var(--corpay-primary);
    font-size: 24px;
    padding: 5px;
    vertical-align: top;
}
.cfh-title {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
}

.corpay-cfh .filter-container {
    width: 200px;
    display: inline-block;
    margin-right: 10px;
}
.corpay-cfh .filter-container.double {
    width: calc(200px * 2 + 10px);
}

.corpay-cfh #waitingLogoCFH {
    display: inline-block;
    vertical-align: bottom;
}

/*** Forecast Entry ***/
.corpay-cfh #showAllPeriodsContainer {
    display: inline-block;
    vertical-align: middle;
}
.corpay-cfh #CFHEntry .main-table {
    border: none;
    border-radius: 0;
    box-shadow: var(--corpay-box-shadow);
    border-spacing: 0;
}
.corpay-cfh #CFHEntry .header-table,
.corpay-cfh #CFHEntry #entryTable {
    border-spacing: 0;
}
.corpay-cfh #CFHEntry .header-table thead,
.corpay-cfh #CFHEntry #entryTable thead {
    background-color: var(--corpay-disabled-background);
}
.corpay-cfh #CFHEntry #entryTable {
    text-align: center;
}
.corpay-cfh #CFHEntry #entryTable thead tr th .material-symbols-outlined.early {
    rotate: 180deg;
}
.corpay-cfh #CFHEntry #entryTable thead tr th .material-symbols-outlined {
    vertical-align: middle;
}
.corpay-cfh #CFHEntry #entryTable thead tr th .corpay-text {
    display: inline-block;
    padding: 8px 0;
    vertical-align: middle;
}

.corpay-cfh #CFHEntry .header-table tbody tr td,
.corpay-cfh #CFHEntry #entryTable tbody tr td {
    padding: 10px;
}

.corpay-cfh #CFHEntry #entryTable tbody .cfhconfidencepercentage {
    border-radius: 0;
    width: calc(50% - 26px);
}
.corpay-cfh #CFHEntry #entryTable tbody .corpay-textbox-container > .material-symbols-outlined {
    margin-left: -6px;
}
.corpay-cfh #CFHEntry #entryTable tbody .corpay-textbox-container.readonly input {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.corpay-cfh #CFHEntry #entryTable tbody .corpay-textbox-container.readonly:has(.material-symbols-outlined) input {
    z-index: 1;
    position: relative;
    border-top-right-radius: 0px;
}
.corpay-cfh #CFHEntry #entryTable tbody .corpay-textbox-container.readonly > .material-symbols-outlined {
    border-top-right-radius: 4px;
}
.corpay-cfh #CFHEntry .period-notes {
    margin: 10px 5px;
    width: 350px;
}
/*** End Forecast Entry ***/

/*** Actual Entry ***/
.corpay-cfh #actualPanelSpinner {
    vertical-align: bottom;
}
.corpay-cfh #actualTable .corpay-table tbody tr td {
    padding: 10px 20px;
}
.corpay-cfh .actual-notes {
    width: 350px;
    margin: 10px 5px;
}
/*** End Actual Entry ***/

/*** Period Processing ***/
.corpay-cfh .createperiodcontainer,
.corpay-cfh #periodContainer {
    box-shadow: none;
    border: none;
    padding: 10px;
    margin: 0px;
}

.corpay-cfh .createnewperiod {
    cursor: pointer;
}

.corpay-cfh .material-symbols-outlined.perioddataexpander {
    float: none;
    margin: 0;
    padding: 5px;
    width: auto;
}
.corpay-cfh .corpay-text.createnewperiod.page-title,
.corpay-cfh .corpay-text.page-title.newperiod {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
}

.corpay-cfh .cfhperiodsummary {
    margin: 10px;
    background-color: var(--corpay-white);
    box-shadow: var(--corpay-box-shadow);
    border: 1px solid var(--corpay-disabled-background);
    border-radius: 5px;
    padding: 10px;
}

div:has(> #newperiodstarttable) {
    margin: 10px;
    background-color: var(--corpay-white);
    box-shadow: var(--corpay-box-shadow);
    border: 1px solid var(--corpay-disabled-background);
    border-radius: 0;
    width: fit-content;
}
.corpay-cfh #newperiodlegstable,
.corpay-cfh #newperiodstarttable {
    box-shadow: none;
    border: none;
}
.corpay-cfh #newperiodstarttable {
    display: inline-block;
    width: 300px;
}
.corpay-cfh #newperiodstarttable.corpay-table thead tr th,
.corpay-cfh #newperiodlegstable.corpay-table thead tr th {
    min-width: 120px;
    height: 42px;
    padding: 0 0 0 20px;
}
.corpay-cfh #newperiodstarttable.corpay-table tbody tr td,
.corpay-cfh #newperiodlegstable.corpay-table tbody tr td {
    padding: 10px 0 10px 30px;
}
.corpay-cfh #newperiodstarttable.corpay-table thead tr th:last-child,
.corpay-cfh #newperiodlegstable.corpay-table thead tr th:last-child {
    min-width: 120px;
    height: 42px;
    padding: 0 20px 0 20px;
}
.corpay-cfh #newperiodstarttable.corpay-table tbody tr td:last-child,
.corpay-cfh #newperiodlegstable.corpay-table tbody tr td:last-child {
    padding: 10px 10px 10px 30px;
}

.corpay-cfh #newperiodlegtablecontainer {
    margin-left: -5px;
    max-width: 663px;
    display: inline-block;
    vertical-align: top;
    overflow: auto;
}
.corpay-cfh #newperiodstarttable tbody tr td .corpay-textbox {
    width: 110px;
}
.corpay-cfh #newperiodstarttable tbody tr td .corpay-textbox.hasDatepicker {
    width: calc(110px - 30px);
}
.corpay-cfh .deleteadditionalleg {
    padding: 3px;
    float: right;
    margin-top: -3px;
    font-size: 18px;
}

.corpay-cfh #period-type-help {
    color: var(--corpay-tertiary);
    font-size: 18px;
    cursor: default;
}
.corpay-cfh .cfhperiodsummary table tbody tr td:has(.new-period-helper) {
    text-align: center;
    padding-top: 0;
}
.corpay-cfh .new-period-helper {
    color: var(--corpay-primary);
}

#additionallegselection.corpay-dropdown {
    width: 150px;
    margin: auto;
}

.corpay-cfh .material-symbols-outlined.period-leg-toggle {
    float: none;
    margin: 0;
    padding: 5px;
    width: auto;
    rotate: 270deg;
    cursor: pointer;
}
.corpay-cfh .corpay-text.period-leg-toggle.page-title {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
}
.corpay-cfh .material-symbols-outlined.period-leg-toggle.close {
    rotate: 90deg;
}

.corpay-cfh .existing-period-table-container {
    margin: 10px;
    background-color: var(--corpay-white);
    box-shadow: var(--corpay-box-shadow);
    border: 1px solid var(--corpay-disabled-background);
    border-radius: 0;
    width: fit-content;
}
.corpay-cfh .existing-period-start-table,
.corpay-cfh .existing-period-leg-table {
    box-shadow: none;
    border: none;
}
.corpay-cfh #newperiodstarttable {
    display: inline-block;
    width: 300px;
}
.corpay-cfh .existing-period-leg-table {
    width: 100%;
}
.corpay-cfh .existing-period-start-table.corpay-table thead tr th,
.corpay-cfh .existing-period-leg-table.corpay-table thead tr th {
    min-width: 120px;
    height: 42px;
    padding: 0 0 0 20px;
}
.corpay-cfh .existing-period-start-table.corpay-table tbody tr td,
.corpay-cfh .existing-period-leg-table.corpay-table tbody tr td {
    padding: 10px 0 10px 30px;
}
.corpay-cfh .existing-period-start-table.corpay-table thead tr th:last-child,
.corpay-cfh .existing-period-leg-table.corpay-table thead tr th:last-child {
    min-width: 120px;
    height: 42px;
    padding: 0 20px 0 20px;
}
.corpay-cfh .existing-period-start-table.corpay-table tbody tr td:last-child,
.corpay-cfh .existing-period-leg-table.corpay-table tbody tr td:last-child {
    padding: 10px 10px 10px 30px;
}
.corpay-cfh .leg-title {
    display: inline-block;
}

.corpay-cfh .pre-trade-filter-container{
    display: flex;
    align-items: flex-end;
    padding: 10px;
}
.corpay-cfh .pre-trade-filter-actions {
    text-align: right;
    flex-grow: 1;

}
.corpay-cfh .pre-trade-filter-actions .corpay-action {
    margin-left: 10px;
}


.corpay-cfh .expandApprovallist {
    rotate: 270deg;
    font-size: 20px;
    color: var(--corpay-tertiary);
    vertical-align: top;
}
.corpay-cfh .expandApprovallist.close {
    rotate: 90deg;
}
.corpay-cfh .cfhapprovaloverview-container {
    display: inline-block;
    width: calc(100% - 40px);
}
.corpay-cfh .cfhapprovaloverview {
    box-shadow: var(--corpay-box-shadow);
    border-radius: 0px;
    border: 1px solid var(--corpay-disabled-background);
    background-color: var(--corpay-white);
    width: 100%;
    margin: 20px 0 10px 0;
    padding: 0;
}
.corpay-cfh .cfhtablediv:hover {
    background-color: var(--corpay-disabled-background);
}
.corpay-cfh .corpay-table.cfhapprovaloverview thead tr th,
.corpay-cfh .corpay-table.cfhapprovaloverview tbody tr td {
    padding: 10px;
}
.corpay-cfh .corpay-table.cfhapprovaloverview thead tr th b {
    color: var(--corpay-tertiary);
}
.corpay-cfh .corpay-table.cfhapprovaloverview thead tr th:first-child {
    width: 20%;
}
.corpay-cfh .corpay-table.cfhapprovaloverview thead tr th:nth-child(2) {
    width: 8%;
    text-align: right;
}
.corpay-cfh .corpay-table.cfhapprovaloverview thead tr th:nth-child(3) {
    width: 16%;
    text-align: right;
}
.corpay-cfh .corpay-table.cfhapprovaloverview thead tr th:nth-child(4) {
    width: 8%;
    text-align: right;
}
.corpay-cfh .corpay-table.cfhapprovaloverview thead tr th:nth-child(5) {
    width: 16%;
    text-align: right;
}
.corpay-cfh .corpay-table.cfhapprovaloverview thead tr th:nth-child(6) {
    width: 4%;
}
.corpay-cfh .corpay-table.cfhapprovaloverview thead tr th:nth-child(7) {
    width: 16%;
    text-align: right;
}
.corpay-cfh .corpay-table.cfhapprovaloverview thead tr th:nth-child(8) {
    width: 12%;
}
.corpay-cfh .corpay-table.cfhapprovaloverview tbody tr td:nth-child(2),
.corpay-cfh .corpay-table.cfhapprovaloverview tbody tr td:nth-child(3),
.corpay-cfh .corpay-table.cfhapprovaloverview tbody tr td:nth-child(4),
.corpay-cfh .corpay-table.cfhapprovaloverview tbody tr td:nth-child(5),
.corpay-cfh .corpay-table.cfhapprovaloverview tbody tr td:nth-child(7) {
    text-align: right;
}
/*** End Period Processing ***/

/*** Settlement Entry ***/
.corpay-cfh .deliverinstructionsdropdown,
.corpay-cfh .exitbeneficiaryinformation {
    width: 300px;
    margin: 20px auto 0 auto;
}
.corpay-cfh .settlementinstruction,
.corpay-cfh .exitsettlementinstruction {
    box-shadow: var(--corpay-box-shadow);
    border: 1px solid var(--corpay-disabled-background);
    border-radius: 4px;
    background-color: var(--corpay-white);
    width: 97%;
    margin: 20px auto;
    padding: 5px 10px;
}
.corpay-cfh .cfhsettlementinstructionlegend {
    background-color: var(--corpay-white);
    padding: 5px 0 0 0;
    font-size: 16px;
}
.corpay-cfh .deletesettlementinstruction,
.corpay-cfh .deletesettlementinstruction:hover {
    color: var(--corpay-tertiary);
    padding: 5px;
    margin: 0;
    float: right;
}
.corpay-cfh #exitbeneficiarycontainer {
    margin: 20px 0;
}

.corpay-cfh .corpay-textbox-container input#settlementremaining.cfhexitamountblowup {
    color: var(--corpay-primary);
}
/*** End Settlement Entry ***/

/*** Purpose of Payment Dialog ***/
.purposeOfPaymentDetailCorpay {
    box-shadow: var(--corpay-box-shadow);
    border: 1px solid var(--corpay-disabled-background);
    border-radius: 4px;
}
/*** End Purpose of Payment Dialog ***/

/*** Settlement Approval ***/
.corpay-cfh [id^="approvalSection_"].cfhapprovaloverview {
    padding: 10px 20px;
    width: calc(100% - 40px);
}
.corpay-cfh [id^="approvalSection_"].cfhapprovaloverview .corpay-table {
    margin: 20px 0;
}
.corpay-cfh [id^="approvalSection_"].cfhapprovaloverview .cfhApprovalButtons .cfhSettlementApprovalButton {
    margin: 0;
    margin-left: 10px;
}
.corpay-cfh [id^="approvalSection_"].cfhapprovaloverview .cfhApprovalButtons .cfhSettlementApprovalCount,
.corpay-cfh [id^="approvalSection_"].cfhapprovaloverview .cfhApprovalButtons .cfhSettlementApprovalCount span{
    color: var(--corpay-tertiary);
    margin-right: 0px;
}
/*** End Settlement Approval ***/

/*** Reports ***/
/*** Submitted Forms ***/
.corpay-cfh #submitted-form-entries-main-table {
    padding: 0;
    margin: 10px 20px 20px 20px;
    box-shadow: var(--corpay-box-shadow);
    border: 1px solid var(--corpay-disabled-background);
    border-radius: 0;
    border-spacing: 0;
}
.corpay-cfh #submitted-form-entries-main-table #submitted-form-entries-header-table,
.corpay-cfh #submitted-form-entries-main-table #entryTable {
    box-shadow: none;
    border: none;
    display: block;
    overflow-x: auto;
}
.corpay-cfh #submitted-form-entries-main-table #submitted-form-entries-header-table {
    text-align: left;
    max-width: 300px;
}
.corpay-cfh #submitted-form-entries-main-table #entryTable {
    max-width: 720px;
}
.corpay-cfh #submitted-form-entries-main-table #submitted-form-entries-header-table th,
.corpay-cfh #submitted-form-entries-main-table #entryTable th,
.corpay-cfh #submitted-form-entries-main-table #submitted-form-entries-header-table td,
.corpay-cfh #submitted-form-entries-main-table #entryTable td{
    height: 22px;
}
.corpay-cfh #submitted-form-entries-main-table #entryTable .conf-perct {
    width: 50%;
    margin: auto;
}
.corpay-cfh #submitted-form-entries-main-table #entryTable .conf-perct input {
    z-index: 1;
    position: relative;
}
.corpay-cfh #submitted-form-entries-main-table #entryTable .conf-perct .material-symbols-outlined {
    margin-left: -5px;
}
.corpay-cfh #sumbitted-form-entries-readonly-fields {
    margin: 10px 20px;
}
.corpay-cfh .submitted-entry-table-border {
    border-top: 2px solid var(--corpay-disabled-background);
}
/*** End Submitted Forms ***/

.corpay-cfh #downloadPostTrade,
.corpay-cfh #exportActualReportBtn,
.corpay-cfh #exportsubmittedReportBtn,
.corpay-cfh #exportAuditReportBtn_OldFlag,
.corpay-cfh #exportSettlementReportBtn_Old,
.corpay-cfh [id$="_CDExportButton"] {
    cursor: pointer;
    font-family: var(--corpay-font-family) !important;
    letter-spacing: normal;
    font-size: var(--corpay-action-font-size) !important;
}

/*** End Reports ***/