﻿@font-face {
    font-family: 'Linearicons-Free';
    src: url('../fonts/Linearicons-Free.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/Content/fonts/Montserrat-Regular.ttf') format('truetype');
    font-display: swap;
}

html {
    font-size: 16px;
}

/* example custom category header for ui-grid
.ui-grid-row-header {
    font-weight: bold;
    font-size: 20px;
    color: red;
}*/
.fa-aed:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.fa-aed {
    display: inline-block;
    width: 3rem;
    filter: invert(100%) sepia(0%) saturate(7427%) hue-rotate(23deg) brightness(118%) contrast(118%);
    background: url('../images/icons/currency-dirham.svg') 0 0/contain no-repeat;
}

.fa-aud:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.fa-aud {
    display: inline-block;
    width: 2.6rem;
    filter: sepia(0%) saturate(7427%) hue-rotate(23deg) brightness(118%) contrast(118%);
    background: url('../images/icons/currency-dollar-australian.png') 0 0/contain no-repeat;
}

.fa-hkd:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.fa-hkd {
    display: inline-block;
    width: 2.6rem;
    filter: sepia(0%) saturate(7427%) hue-rotate(23deg) brightness(118%) contrast(118%);
    background: url('../images/icons/currency-dollar-hkd.png') 0 0/contain no-repeat;
}

.select-input-dropdown-arrow {
    position: relative;
    display: block;
}

.select-input-dropdown-arrow:after {
    content:"\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 2em;
    color: #CDCDCD;
    padding: 5px 25px;
    position: absolute; right: 0; top: 0;
    z-index: 1;
    pointer-events: none;
}

.registration-select-input-dropdown-arrow {
    position: relative;
    display: block;
}

.registration-select-input-dropdown-arrow:after {
    content:"\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.7em;
    color: #0094D9;
    padding: 5px 25px;
    position: absolute; right: 0; top: 8px;
    z-index: 1;
    pointer-events: none;
}

.primary-blue {
    color: #0094d9;
}

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

.angular-google-map .btn.btn-primary {
    min-width: 100%;
    padding: 8px 14px;
    border-radius: 3px !important;
    font-size: 14px;
    margin: 0;
}

.angular-google-map-container {
    height: 70vh;
}

.help-search {
    position: relative;
}

.help-search .cross {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #D0D0D0;
}

.help-search .cross:hover {
    color: rgb(141, 138, 138);
}

.angular-google-map-container .gm-style-iw {
    padding-bottom: 15px;
    max-width: 300px;
    left: auto !important;
    padding-left: 25px;
    font-family: Montserrat, sans-serif;
}

.cluster div {
    color: white !important;
}

.angular-google-map-container .gm-style-iw h4 {
    font-weight: 100 !important;
    font-size: 13px;
}

.angular-google-map-container .gm-style-iw h3 {
    font-size: 17px;
}

.discover-vendors #options {
    padding: 0 !important;
}

.discover-vendors #search-bar {
    margin-bottom: 40px;
}

.discover-vendors #search-bar input {
    border: none;
    border-bottom: solid 2px #D0D0D0;
    border-radius: 0;
    font-size: 17px;
    color: #0294D9;
    font-weight: 100;
    padding: 0;
    text-align: center;
}

.discover-vendors .vendor-email {
    color: #1D93D1;
    font-size: 17px;
}

.discover-vendors #search-bar .map-filters label {
    display: inline-block
}

.discover-vendors #search-bar input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0294D9;
    text-align: center;
    font-family: Montserrat;
}

.discover-vendors #search-bar input::-moz-placeholder {
    /* Firefox 19+ */
    color: #0294D9;
    text-align: center;
    font-family: Montserrat;
}

.discover-vendors #search-bar input:-ms-input-placeholder {
    /* IE 10+ */
    color: #0294D9;
    text-align: center;
    font-family: Montserrat;
}

.discover-vendors #search-bar input:-moz-placeholder {
    /* Firefox 18- */
    color: #0294D9;
    text-align: center;
    font-family: Montserrat;
}

.discover-vendors #search-bar input:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #D0D0D0;
    text-align: center;
}

.discover-vendors #search-bar input:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #D0D0D0;
    text-align: center;
}

.discover-vendors #search-bar input:focus:-ms-input-placeholder {
    /* IE 10+ */
    color: #D0D0D0;
    text-align: center;
}

.discover-vendors #search-bar input:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #D0D0D0;
    text-align: center;
}

.same-day-release {
    color: #1BA955;
    padding-left: 10px;
}

.required::after {
    content: " *";
    color: #F04B4B;
    font-size: 14px;
    font-weight: bold;
}

.nav.nav-tabs>li.disabled {
    opacity: 1;
}

.nav.nav-tabs>li.disabled>a {
    cursor: not-allowed !important;
}

.sub-menu-active {
    color: #337ab7;
}

.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.navbar-nav>.active>a {
    color: #0094d9 !important;
    background-color: transparent !important;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    height: 65px;
    margin-top: 10px;
}

.drop-box>div {
    padding-top: 15px;
    text-align: center;
    font-weight: bold;
}

.dragover {
    border: 5px dashed blue;
}

div.ui-select-match.ng-scope>span {
    background-color: white;
}

.ui-select-bootstrap>.ui-select-choices {
    width: auto !important;
}

.modal-body.fixed {
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

#reconcile-modal-body{
    padding: 0px;
    margin: 20px 0;
}

.reconciliation-file-delete {
    float:right;
    margin-top: -4px;
    margin-bottom: 10px!important;
}
.reconciliation-attachment-button{
    width: 100%;
    margin-top: 2em;
    text-align:center;
}
.reconciliation-attachment-button > div{
    margin: 0 auto;
    width: 50%;
}
.reconciliation-file-name a{
    color: #21afda
}
.reconciliation-file-name a:hover {
    font-weight: bold;
    cursor: pointer;
}
.reconciliation-file-name > button > i {
    margin-right: 5px;
}
.reconciliation-file-name > button:hover {
    background-color: #ff5b5b!important;
    border: 1px solid #ff5b5b!important;
}
.reconciliation-margin-bottom {
    margin-top: -8px;
    margin-bottom: 4px;
}

.footer {
    height: 45px;
    position: absolute;
    padding-bottom: 40px;
    bottom: 0;
}

.destroy {
    height: 65px;
}

/* .editForm input.ng-invalid.ng-touched.ng-dirty {
    background-color: #FA787E;
} */

.suggestVendor input.ng-invalid.ng-touched.ng-dirty {
    background-color: #FA787E;
}

.tooltip-inner {
    border-radius: 5px;
    white-space: pre-wrap;
}

/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
    display: none !important;
}

.fade-ng-cloak {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade-ng-cloak[ng-cloak] {
    display: block !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fade-ng-cloak.ng-cloak,
.fade-ng-cloak.ng-binding {
    opacity: 0;
    transition: opacity 800ms ease-in-out;
}

.fade-ng-cloak.ng-binding {
    opacity: 1;
}

.popover {
    font-size: 12px;
}


.popover .popover-title {
    color: #0094D9;
}

.vendorNotListedPopover {
    max-width: 25em;
    width: 25em;
}

.changeHistoryPopover {
    max-width: 50em;
    width: 50em;
    height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.proofAndApprovePopover {
    min-width:50% ;
    height: 73%;
}

/* set the overflow to scroll for the popover-content div of the changeHistroyPopover
.changeHistoryPopover > div > .popover-content {
    overflow: scroll;
    font-size: .85em;
}*/

.paymentDetailPopover {
    max-width: 50em;
    width: 50em;
}

.form-control {
    font-size: 12px;
    height: 35px;
    border-color: #97989b;
    background-color: #ffffff;
}

.panel-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
}

.dropdown-menu {
    font-size: 12px;
}

.panel-body {
    padding: 15px 0px 15px 0px;
}

.btn {
    font-size: 12px;
    /*margin-top: 2px;*/
    margin: 3px;
    margin-bottom: 2px;
}

.mandatory {
    color: #FF5B5B;
}

/* btn-paycargo (Frontend : register/login) */

.btn-paycargo {
    color: #fff !important;
    background-color: #F89334 !important;
    border-color: #F89334 !important;
    margin-top: 25px !important;
    margin-right: 10px;
    margin-left: 10px;
}

.btn-paycargo:hover,
.btn-paycargo:focus {
    color: #fff !important;
    background-color: #F7861C !important;
    border-color: #F7861C !important;
}

/* .btn-paycargo {
    color: #0094d9 !important;
    background-color: #fff !important;
    border-color: #0094d9 !important;
    margin-top: 25px !important;
    margin-right: 10px;
    margin-left: 10px;
}

.btn-paycargo:hover,
.btn-paycargo:focus {
    color: #fff !important;
    background-color: #0094d9 !important;
    border-color: #0094d9 !important;
} */


/* btn-darkblue */
.btn-darkblue {
    color: #FFFFFF;
    background-color: #2475B0;
    border-color: #2475B0;
}

.btn-darkblue:hover,
.btn-darkblue:focus,
.btn-darkblue:active,
.btn-darkblue.active,
.open .dropdown-toggle.btn-darkblue {
    color: #FFFFFF;
    background-color: #2B5780;
    border-color: #2B5780;
}

.btn-darkblue:active,
.btn-darkblue.active,
.open .dropdown-toggle.btn-darkblue {
    background-image: none;
}

.btn-darkblue.disabled,
.btn-darkblue[disabled],
fieldset[disabled] .btn-darkblue,
.btn-darkblue.disabled:hover,
.btn-darkblue[disabled]:hover,
fieldset[disabled] .btn-darkblue:hover,
.btn-darkblue.disabled:focus,
.btn-darkblue[disabled]:focus,
fieldset[disabled] .btn-darkblue:focus,
.btn-darkblue.disabled:active,
.btn-darkblue[disabled]:active,
fieldset[disabled] .btn-darkblue:active,
.btn-darkblue.disabled.active,
.btn-darkblue[disabled].active,
fieldset[disabled] .btn-darkblue.active {
    background-color: #2475B0;
    border-color: #2475B0;
}

.btn-darkblue .badge {
    color: #2475B0;
    background-color: #FFFFFF;
}


/* btn-outlinegreen */

.btn-outgreen {
    color: #1BA955;
    background-color: #FFFFFF;
    border-color: #1BA955;
}

.btn-outgreen:hover,
.btn-outgreen:focus,
.btn-outgreen:active,
.btn-outgreen.active,
.open .dropdown-toggle.btn-outgreen {
    color: #FFFFFF;
    background-color: #20B95F;
    border-color: #20B95F;
}

.btn-outgreen:active,
.btn-outgreen.active,
.open .dropdown-toggle.btn-outgreen {
    background-image: none;
}

.btn-outgreen.disabled,
.btn-outgreen[disabled],
fieldset[disabled] .btn-outgreen,
.btn-outgreen.disabled:hover,
.btn-outgreen[disabled]:hover,
fieldset[disabled] .btn-outgreen:hover,
.btn-outgreen.disabled:focus,
.btn-outgreen[disabled]:focus,
fieldset[disabled] .btn-outgreen:focus,
.btn-outgreen.disabled:active,
.btn-outgreen[disabled]:active,
fieldset[disabled] .btn-outgreen:active,
.btn-outgreen.disabled.active,
.btn-outgreen[disabled].active,
fieldset[disabled] .btn-outgreen.active {
    background-color: #FFFFFF;
    border-color: #1BA955;
}

.btn-outgreen .badge {
    color: #FFFFFF;
    background-color: #1BA955;
}


/* btn-outlineblue */

.btn-outblue {
    color: #0094D9;
    background-color: #FFFFFF;
    border-color: #0094D9;
}

.btn-outblue:hover,
.btn-outblue:focus,
.btn-outblue:active,
.btn-outblue.active,
.open .dropdown-toggle.btn-outblue {
    color: #ffffff !important;
    background-color: #0094D9 !important;
    border-color: #0094D9 !important;
}

.btn-outblue:active,
.btn-outblue.active,
.open .dropdown-toggle.btn-outblue {
    background-image: none;
}

.btn-outblue.disabled,
.btn-outblue[disabled],
fieldset[disabled] .btn-outblue,
.btn-outblue.disabled:hover,
.btn-outblue[disabled]:hover,
fieldset[disabled] .btn-outblue:hover,
.btn-outblue.disabled:focus,
.btn-outblue[disabled]:focus,
fieldset[disabled] .btn-outblue:focus,
.btn-outblue.disabled:active,
.btn-outblue[disabled]:active,
fieldset[disabled] .btn-outblue:active,
.btn-outblue.disabled.active,
.btn-outblue[disabled].active,
fieldset[disabled] .btn-outblue.active {
    background-color: #FFFFFF;
    border-color: #0094D9;
}

.btn-outblue .badge {
    color: #FFFFFF;
    background-color: #0094D9;
}


/* btn-darkgrey */
.btn-darkgrey {
    color: #FFFFFF;
    background-color: #909090;
    border-color: #909090;
}

.btn-darkgrey:hover,
.btn-darkgrey:focus,
.btn-darkgrey:active,
.btn-darkgrey.active,
.open .dropdown-toggle.btn-darkgrey {
    color: #FFFFFF;
    background-color: #6B6B6B;
    border-color: #6B6B6B;

}

.btn-darkgrey:active,
.btn-darkgrey.active,
.open .dropdown-toggle.btn-darkgrey {
    background-image: none;
}

.btn-darkgrey.disabled,
.btn-darkgrey[disabled],
fieldset[disabled] .btn-darkgrey,
.btn-darkgrey.disabled:hover,
.btn-darkgrey[disabled]:hover,
fieldset[disabled] .btn-darkgrey:hover,
.btn-darkgrey.disabled:focus,
.btn-darkgrey[disabled]:focus,
fieldset[disabled] .btn-darkgr,
.btn-darkgrey.disabled:active,
.btn-darkgrey[disabled]:active,
fieldset[disabled] .btn-darkgrey:active,
.btn-darkgrey.disabled.active,
.btn-darkgrey[disabled].active,
fieldset[disabled] .btn-darkgrey.active {
    background-color: #909090;
    border-color: #909090;
}

.btn-darkgrey .badge {
    color: #909090;
    background-color: #FFFFFF;
}

/* btn darkgrey2 */
.btn-darkgrey2 {
    color: #484848;
    background-color: #909090;
    border-color: #909090;
}

.btn-darkgrey2:hover,
.btn-darkgrey2:focus,
.btn-darkgrey2:active,
.btn-darkgrey2.active,
.open .dropdown-toggle.btn-darkgrey2 {
    color: #FFFFFF;
    background-color: #6B6B6B;
    border-color: #6B6B6B;

}

.btn-darkgrey2:active,
.btn-darkgrey2.active,
.open .dropdown-toggle.btn-darkgrey2 {
    background-image: none;
}

.btn-darkgrey2.disabled,
.btn-darkgrey2[disabled],
fieldset[disabled] .btn-darkgrey2,
.btn-darkgrey2.disabled:hover,
.btn-darkgrey2[disabled]:hover,
fieldset[disabled] .btn-darkgrey2:hover,
.btn-darkgrey2.disabled:focus,
.btn-darkgrey2[disabled]:focus,
fieldset[disabled] .btn-darkgrey2,
.btn-darkgrey2.disabled:active,
.btn-darkgrey2[disabled]:active,
fieldset[disabled] .btn-darkgrey2:active,
.btn-darkgrey2.disabled.active,
.btn-darkgrey2[disabled].active,
fieldset[disabled] .btn-darkgrey2.active {
    background-color: #909090;
    border-color: #909090;
}

.btn-darkgrey2 .badge {
    color: #909090;
    background-color: #FFFFFF;
}

/* btn-lightgrey */
.btn-lightgrey {
    color: #FFFFFF;
    background-color: #CCCCCC;
    border-color: #CCCCCC;
}

.btn-lightgrey:hover,
.btn-lightgrey:focus,
.btn-lightgrey:active,
.btn-lightgrey.active,
.open .dropdown-toggle.btn-lightgrey {
    color: #FFFFFF;
    background-color: #A4A4A4;
    border-color: #A4A4A4;
}

.btn-lightgrey:active,
.btn-lightgrey.active,
.open .dropdown-toggle.btn-lightgrey {
    background-image: none;
}

.btn-lightgrey.disabled,
.btn-lightgrey[disabled],
fieldset[disabled] .btn-lightgrey,
.btn-lightgrey.disabled:hover,
.btn-lightgrey[disabled]:hover,
fieldset[disabled] .btn-lightgrey:hover,
.btn-lightgrey.disabled:focus,
.btn-lightgrey[disabled]:focus,
fieldset[disabled] .btn-lightgrey:focus,
.btn-lightgrey.disabled:active,
.btn-lightgrey[disabled]:active,
fieldset[disabled] .btn-lightgrey:active,
.btn-lightgrey.disabled.active,
.btn-lightgrey[disabled].active,
fieldset[disabled] .btn-lightgrey.active {
    background-color: #CCCCCC;
    border-color: #CCCCCC;
}

.btn-lightgrey .badge {
    color: #CCCCCC;
    background-color: #FFFFFF;
}

/* .btn-ltgreen */
.btn-ltgreen {
    color: #FFFFFF;
    background-color: #1BA955;
    border-color: #1BA955;
}

.btn-ltgreen:hover,
.btn-ltgreen:focus,
.btn-ltgreen:active,
.btn-ltgreen.active,
.open .dropdown-toggle.btn-ltgreen {
    color: #FFFFFF;
    background-color: #178946;
    border-color: #178946;

}

.btn-ltgreen:active,
.btn-ltgreen.active,
.open .dropdown-toggle.btn-ltgreen {
    background-image: none;
}

.btn-ltgreen.disabled,
.btn-ltgreen[disabled],
fieldset[disabled] .btn-ltgreen,
.btn-ltgreen.disabled:hover,
.btn-ltgreen[disabled]:hover,
fieldset[disabled] .btn-ltgreen:hover,
.btn-ltgreen.disabled:focus,
.btn-ltgreen[disabled]:focus,
fieldset[disabled] .btn-ltgreen:focus,
.btn-ltgreen.disabled:active,
.btn-ltgreen[disabled]:active,
fieldset[disabled] .btn-ltgreen:active,
.btn-ltgreen.disabled.active,
.btn-ltgreen[disabled].active,
fieldset[disabled] .btn-ltgreen.active {
    background-color: #1BA955;
    border-color: #1BA955;
}

.btn-ltgreen .badge {
    color: #1BA955;
    background-color: #FFFFFF;
}


/* btn-lightred */
.btn-lightred {
    color: #FFFFFF;
    background-color: #F04B4B;
    border-color: #F04B4B;
}

.btn-lightred:hover,
.btn-lightred:focus,
.btn-lightred:active,
.btn-lightred.active,
.open .dropdown-toggle.btn-lightred {
    color: #FFFFFF;
    background-color: #FF5B5B;
    border-color: #F04B4B;
}

.btn-lightred:active,
.btn-lightred.active,
.open .dropdown-toggle.btn-lightred {
    background-image: none;
}

.btn-lightred.disabled,
.btn-lightred[disabled],
fieldset[disabled] .btn-lightred,
.btn-lightred.disabled:hover,
.btn-lightred[disabled]:hover,
fieldset[disabled] .btn-lightred:hover,
.btn-lightred.disabled:focus,
.btn-lightred[disabled]:focus,
fieldset[disabled] .btn-lightred:focus,
.btn-lightred.disabled:active,
.btn-lightred[disabled]:active,
fieldset[disabled] .btn-lightred:active,
.btn-lightred.disabled.active,
.btn-lightred[disabled].active,
fieldset[disabled] .btn-lightred.active {
    background-color: #F04B4B;
    border-color: #F04B4B;
}

.btn-lightred .badge {
    color: #F04B4B;
    background-color: #FFFFFF;
}

/* btn-yellow */
.btn-yellow {
    color: #FFFFFF;
    background-color: #E2A049;
    border-color: #E2A049;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
    color: #FFFFFF;
    background-color: #F1AE55;
    border-color: #E2A049;
}

.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
    background-image: none;
}

.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
    background-color: #E2A049;
    border-color: #E2A049;
}

.btn-yellow .badge {
    color: #E2A049;
    background-color: #FFFFFF;
}



.swal-btn-ok {
    padding: 0 !important;
    background-color: white !important;
}

.swal-btn-ok a {
    margin: 0;
}

#session-timeout input[type=text],
#session-timeout input[type=password],
#wrong-login input[type=text],
#wrong-login input[type=password],
#account-locked input[type=text],
#account-locked input[type=password] {
    font-size: 16px;
}


.online-payable {
    background-image: url('../images/icons/biller-01.png');
}

/* ui-grid */
.grid {
    height: 520px !important;
    font-size: 11px;
    color: #484848;
}

.ui-grid-row:hover .ui-grid-cell {
    background-color: #0094d9!important;
    color: #ffffff;
}


.ui-grid-row:hover .ui-grid-cell .innerGrid {
    background-color: #fff!important;
    color: #000;
}

.ui-grid-row:hover .ui-grid-cell .amount-error {
    background-color: #0094d9;
    color: #fff;
  }

#reconciliationGrid.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #FDFDFD;
}

#reconciliationGrid>.ui-grid-contents-wrapper>.ui-grid-render-container-body>.ui-grid-viewport>div.ui-grid-canvas>.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #fdfdfd;
}

.ui-grid-row:hover .ui-grid-cell input {
    color: #666;
}

.ui-grid-column-align-center {
    text-align: center;
}

.ui-grid-column-align-right {
    text-align: right;
}

.ui-grid-column-align-left {
    padding-left: 15%;
}

.ui-grid-menu-button {
    height: 26px;
    top: -1px;
    right: -1px;
}

.ui-grid-header-cell{
    text-align:center;
}
.ui-grid-top-panel {
    background: #565656;
    color: white;
}

div.ui-grid-top-panel>div {
    text-align: center
}

.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    background-color: #0094d9 !important;
    color: #fff
  }

.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell .amount-error {
    background-color: #0094d9;
    color: #fff
  }

.currencyCell {
    text-align: right;
}

/* ui-select */

.select2-container {
    min-width: 100%;
}

/* ng-flow */
.drop {
    padding: 15px;
    border: 2px #f1f1f1 dashed;
    border-radius: 5px;
    line-height: 34px;
}

/* disable tabs */
.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.ui-grid-cell-contents.fa-info-circle {
    font-size: 17px;
    color: #2C92D0;
}

/* bootstrap override */
label {
    font-weight: 400;
}

/* main menu */

/* extend credit */
.credit-offer .offer-header1 {
    font-size: 24px;
    font-weight: bold;
    color: #007692;
    margin-top: 4px;
}



.credit-offer .col-md-12 {
    padding-bottom: 20px;
}

.credit-offer .info {
    font-size: 11px
}

.credit-offer .offer-header2 {
    font-size: 19px;
    color: #007692;
    margin-top: 25px;
}

.credit-offer .panel-body {
    padding-top: 0;
}

.credit-offer .button-section {
    margin-top: 20px;
}

.credit-offer .btn.btn-primary {
    background-color: #007692 !important;
    margin-top: 0 !important;
    margin-right: 12px;
}

.dashboard .credit-offer .offer-header1 {
    font-size: 24px;
    color: #36a2eb;
    margin-bottom: 0;
    margin-top: 4px;
}

.dashboard .credit-offer .info.contact {
    color: #36a2eb;
}

.dashboard .credit-offer .button-section {

    margin-top: 10px;
}

.dashboard .credit-offer .btn.btn-primary {
    background: #36a2eb !important;
}

.wrapper {
    padding-top: 20px;
}

.navbar.inverse.navbar-fixed-top {
    background: #fff;
    /* border-bottom: 1px solid #0094d9; */
    border: none;
    -moz-box-shadow: 0 3px 15px rgba(182, 182, 182, 0.35);
    -webkit-box-shadow: 0 3px 15px rgba(182, 182, 182, 0.35);
    box-shadow: 0 3px 15px rgba(182, 182, 182, 0.35);
    padding-bottom: 1.1rem;
}

.inverse .navbar-nav>li>a {
    color: #000;
    font-family: Montserrat;
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
}

.inverse .navbar-nav>li>a:focus,
.inverse .navbar-nav>li>a:hover {
    color: #0094d9;
    background-color: transparent;
}

.inverse .navbar-nav>li>a:active,
.inverse .navbar-nav>li>a:hover {
    color: #0094d9;
    background-color: transparent;
}

.table-responsive .credit-offer .offer-header2 {
    font-size: 13px;
}

.table-responsive .credit-offer .info {
    font-size: 9px;
}

.table-responsive .credit-offer .text.info {
    color: #007692
}

/*.bs-slider {
    min-height: 450px;
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
    height: 100% !important;
    min-height: 450px;
}*/
.inverse .navbar-nav>.open>a,
.inverse .navbar-nav>.open>a:focus,
.inverse .navbar-nav>.open>a:hover {
    color: #0094d9 !important;
    background-color: transparent !important;
}

/* slider bottom */
.online-payable-fir,
.online-payable-sec,
.online-payable-thi,
.carrier-card,
.shipper-card,
.general-card {
    text-align: center;
    padding: 50px;
    margin: 30px;
    min-height: 241px;
    box-shadow: 2px 3px 25px -7px #9e9e9e;
    border-radius: 5px;

}

.online-payable-fir {
    background-image: url('../images/icons/global-01.png');
    background-color: #fff;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    background-position: center;
}

.online-payable-fir:hover {
    background-image: url('../images/icons/whiteglobal-01.png');
    background-color: #0094d9;
    background-repeat: no-repeat;
    display: block;
    margin: 30px;
    cursor: pointer;
    background-position: center;
    color: #fff !important;
}

.online-payable-fir:hover .text>p {
    color: #fff !important;
}

.online-payable-sec:hover .text>p {
    color: #fff !important;
}

.online-payable-thi:hover .text>p {
    color: #fff !important;
}

.online-payable-sec {
    background-image: url('../images/icons/card-01.png');
    background-color: #fff;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    background-position: center;
}

.online-payable-sec:hover {
    background-image: url('../images/icons/whitecard-01.png');
    background-color: #0094d9;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    margin: 30px;
    background-position: center;
}

.online-payable-thi {
    background-image: url('../images/icons/folder-01.png');
    background-color: #fff;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    background-position: center;
}

.online-payable-thi:hover {
    background-image: url('../images/icons/whitefolder-01.png');
    background-color: #0094d9;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    margin: 30px;
    background-position: center;
}


.carrier-card {
    background-image: url('../images/icon_carrier.svg');
    background-size: 150px;
    background-color: #fff;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    background-position: center;
}

.carrier-card:hover {
    background-image: url('../images/icon_carrier_white.svg');
    background-color: #F27908;
    background-repeat: no-repeat;
    display: block;
    margin: 30px;
    cursor: pointer;
    background-position: center;
    color: #fff !important;
}

.carrier-card:hover .text>p {
    color: #fff !important;
}

.shipper-card {
    background-image: url('../images/icon_shipper.svg');
    background-size: 100px;
    background-color: #fff;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    background-position: center;
}

.shipper-card:hover {
    background-image: url('../images/icon_shipper_white.svg');
    background-color: #0094d9;
    background-repeat: no-repeat;
    display: block;
    margin: 30px;
    cursor: pointer;
    background-position: center;
    color: #fff !important;
}

.shipper-card:hover .text>p {
    color: #fff !important;

}


.general-card {
    background-image: url('../images/icon_general.svg');
    background-size: 300px 100px;
    background-color: #fff;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    background-position: center;
}

.general-card:hover {
    background-image: url('../images/icon_general_white.svg');
    background-color: #bfbfbf;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    background-position: center;
    color: #fff !important;
}

.carrier-card:hover .text>p {
    color: #fff !important;
}


.online-payable-fir>.text>p,
.online-payable-sec>.text>p,
.online-payable-thi>.text>p,
.shipper-card>.text>p,
.carrier-card>.text>p,
.general-card>.text>p {
    font-size: 20px;
    margin-top: 150px;
}

.online-payable-fir>.text>p,
.online-payable-sec>.text>p,
.online-payable-thi>.text>p,
.shipper-card>.text>p {
    color: #0094d9;
}

.carrier-card>.text>p {
    color: #F78112;
}

.general-card>.text>p {
    color: #bfbfbf;
}

.general-card:hover>.text>p {
    color: #ffffff;
}




section#slider-bottom {
    background-image: url(../images/icons/bg-01.jpg);
    padding: 20px 0;
    background-size: 100% 100%;
    background-position: center;
}

.cargo-learnbtn {
    text-align: center;
    padding: 40px 0;
}

.cargo-learnbtn>a.btn {
    background: #e5e5e5;
    color: #000;
    padding: 12px 20px;
}

.partner-heading {
    color: #fff;
    padding: 0 0 40px 0;
}

.partner-img {
    margin-bottom: 20px;
}

.partner-img>img {
    display: block;
    margin: 0 auto;
}

section#new-ui {
    background-image: url(../images/icons/bg-01.jpg);
    color: #0094d9;
    padding: 50px 0;
}

section#customers {
    background: #2b2b2b;
    padding: 50px 0;
}

section#paycargo-solution {
    padding: 40px 0;
}

section#paycargo-solution h5 {
    font-weight: 400;
}

section#learn-more {
    background: #0094d9;
    color: #ffffff;
    font-size: 22px;
}

section#available-vendors h3 {
    color: #ffffff;
}

section#available-vendors .btn {
    background-color: #0094D9;
    border: 1px solid #0094D9;
    color: white;
    font-size: 16px;
    padding: 12px 30px;
    margin-top: 20px;
}

section#available-vendors .btn:hover{
    background-color: rgba(218, 230, 236, 0.3);
    border: 1px solid rgba(218, 230, 236, 0.8);
    color: white;
}

section#available-vendors .container {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
}

section#available-vendors {
    padding: 90px 0 60px 0;
    color: #ffffff;
}

section#learn-more h3 {
    color: #ffffff;
    font-size: 22px;
    padding: 30px 0px 30px 0px;
}

section#apply-now,
section#vision-mission {
    background: #0094d9;
    color: #fff;
    text-align: center;
    padding: 65px 0;
}

h2.text-center.cargo-solution-heading {
    color: #000;
    padding-bottom: 35px;
}

.shipper,
.carrier {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.shipper>.img>img,
.carrier>.img>img {
    display: block;
    margin: 0 auto;
    border: 1px solid #0094d9;
    padding: 65px;
}


.foreign-currency-white {
    background: #ffffff;
}

.foreign-currency-grey {
    background: #f4f4f4;
}

.center-container {
    height: 100%;
    display: table;
    width: 100%;
    margin: 0;
}

.center-row>div {
    height: 420px;
    width: 50%;
    display: table-cell;
    border: 0 solid #eee;
    color: #fff;
    vertical-align: middle;
}

@media (max-width: 1349px) {
    .center-row>div{
        min-height: 450px;
    }
}

@media (max-width: 1150px) {
    .center-row>div{
        min-height: 500px;
    }
}

@media (max-width: 1037px) {
    .center-row>div{
        min-height: 550px;
    }
}

@media (max-width: 929px) {
    .center-row>div{
        min-height: 600px;
    }
}

@media (max-width: 850px) {
    .center-row>div{
        min-height: 650px;
    }
}

@media (max-width: 769px) {
    .center-row>div{
        min-height: 700px;
    }
}

.foreign-currency-grey>h2 {
    color: #000;
    margin: 120px 50px 10px 50px;
}

.foreign-currency-grey>p {
    color: #0094DA;
    margin: 0px 50px 10px 50px;
}

.foreign-currency-grey>a {
    margin: 20px 50px 50px 50px;
}


.carrier>.img>img {
    border: 1px solid #F78112;
    padding: 67px 55px;
}

.shipper>.title>h4,
.carrier>.title>h4 {
    color: #0094d9;
    font-size: 26px;
}

.shipper>.title>h5 {
    color: #0094d9;
}

.carrier>.title>h4 {
    color: #F78112;
}

.carrier>.title>h5 {
    color: #F78112;
}

.shipper>.button>a,
.carrier>.button>a {
    background: #f4f4f4;
    padding: 10px 40px;
    border-radius: 30px;
}

/*make the the dropdown menu display with hover
TODO wrap it in a break point @media (min-width:480px)
 */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


.row.vis_mis>h2,
.row.enjoy-credits>h2 {
    color: #fff;
    padding-bottom: 25px;
    font-weight: normal;
}

.row.enjoy-credits>a.btn {
    background: transparent;
    border: 1px solid #fff;
    color: #2b2b2b;
    padding: 12px 25px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
}

section#visit-support,
section#register-account {
    background-image: url(../images/icons/bg-01.jpg);
    padding: 30px 100px;
}

.support-buttons {
    min-width: 550px;

}

.support>h3,
.account>h3 {
    color: #0094d9;
}

.support>span {
    color: #F78112;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.support>h3>strong>span {
    color: #000;
    font-weight: normal;
}

.visit-support-btn>a {
    border: none;
    padding: 5px 10px;
    font-size: 20px;
    display: inline-block;
    margin-top: 20px;
}

.support-btn>a,
.register-btn>a {
    background: #0094d9;
    border: none;
    padding: 11px 22px;
    font-size: 20px;
    display: inline-block;
}

.support-btn>a:hover {
    color: #000 !important;
    background: #0094d9 !important;
}

.register-btn>a:hover {
    background: #0084C2 !important;
    color: #fff;
}

.register-btn>a {
    color: #fff;
}

/* footer start */
section#footer {
    padding: 50px 0;
}

.company>ul,
.about-footer>ul,
.solution-footer>ul,
.biller-footer>ul,
.payer-footer>ul {
    list-style: none;
    line-height: 22px;
}

.about-footer>ul>li>a,
.solution-footer>ul>li>a,
.biller-footer>ul>li>a,
.payer-footer>ul>li>a {
    color: #0094d9;
    font-size: 10px;
}

li.links-title {
    color: #000;
    font-size: 11px;
}

img.img-responsive.green-footerlogo {
    margin-top: 12px;
}

footer {
    background: #f4f4f4;
    padding: 20px 0;
}

.row.footer-copyright>p {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.row.footer-copyright>p>span {
    color: #0094d9;
}

/* footer end*/


/* about us page */


/* top banner */

section#top-aboutus {
    padding: 130px 0 35px 0;
    background-image: url('../images/icons/About_Us_slider.jpg');
    background-size: 100% 100%;
    background-position: center;
}

.left-content {
    padding-left: 86px;
}

p.playbtn>a.btn {
    background: transparent;
    border: 1px solid #0094d9;
    padding: 10px 50px;
    font-size: 22px;
    margin-top: 20px;
}

.left-content>h1 {
    font-size: 52px;
    color: #000;
}

.left-content>h3 {
    color: #000;
}

.right-content>p {
    color: #000;
}


section#team {
    padding: 50px 0;
}

.team-heading {
    color: #0094d9;
    margin-bottom: 20px;
}


.text-password-update {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 70px;
    text-align: center;

}

.text-center.member-designation>p {
    font-size: 8px;
    color: #000;
    font-weight: bold;
}

.text-center.member-description>p {
    font-size: 10px;
    color: #000;
}

.team-member {
    border: 1px solid #9e9e9e;
    padding: 20px;
    border-radius: 4px;
    min-height: 455px;
    margin-bottom: 20px;
    box-shadow: 2px 3px 25px -7px #9e9e9e;
}

.team-member>.member-img>img {
    display: block;
    margin: 0 auto;
}

.team-member>.member-name>h2 {
    color: #0094d9;
    font-size: 15px;
}

.team-director {
    border: 1px solid #9e9e9e;
    padding: 20px;
    border-radius: 4px;
    min-height: 610px;
    margin-bottom: 20px;
    box-shadow: 2px 3px 25px -7px #9e9e9e;
}

.team-director>.member-img>img {
    display: block;
    margin: 0 auto;
}

.team-director>.member-name>h2 {
    color: #0094d9;
    font-size: 15px;
}

.row.vis_mis>p>span {
    font-size: 20px;
}

section#testimonials {
    padding: 40px 20px;
}

.t-left-content>p {
    color: #0094d9;
    font-size: 18px;
}

.t-left-content>p>a.t-btn {
    background: transparent;
    border: 1px solid #0094d9;
    color: #000;
    padding: 10px 20px;
    margin-top: 18px;
}

.t-right-content>p {
    color: #000;
    font-size: 14px;
}

h2.text-center.testimonial-heading {
    font-size: 45px;
    color: #000;
    margin-bottom: 45px;
}

.toaster-vendor-visibility * {
    color: white;
    font-size: 13px;
    font-weight: 100;
    line-height: 1;
}

.toaster-custom-button {
    padding: 6px 12px;
    background: #444444;
    margin: 0 auto;
    display: block;
    max-width: 140px;
    text-align: center;
    margin-top: 20px;
}

.link-block {
    display: block;
}

.underline {
    text-decoration: underline;
}

.vendor-link {
    line-height: 1.4
}

/* solution page*/
section#receivables {
    background: #0094d9;
    padding: 120px 40px;
    color: #ffffff;
}

section#payables {
    padding: 120px 40px;
    background: #fff;
    color: #000000;
}

h2.text-center.receivables-heading,
h2.text-center.payables-heading {
    color: #000;
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: bold;
}

.r-left-content>p,
.p-left-content>p {
    color: #000;
    font-size: 25px;
    font-weight: bold;
}

.r-right-content>p>span {
    color: #5b5b5b;
}

.p-right-content>p>span {
    color: #0094d9;
}

.heading-logo>img {
    width: 190px;
    float: left;
    vertical-align: middle;
    margin-top: 10px;
}

.heading-logo>span {
    color: #fff;
    font-size: 39px;
    margin-left: 12px;
    vertical-align: middle;
}

section#cargo-credits {
    padding: 65px 90px;
    background-image: url('../images/icons/cargobg2-01.png');
    background-size: 100% 100%;
}

.cc-left-content,
.cc-left-content>h3,
.cc-right-content,
.cc-right-content>h3,
.cc-left-content>p {
    color: #fff;
}

.cc-right-content>ol {
    padding: 0 14px;
    line-height: 25px;
}

.cc-left-content>p>a.cc-btn {
    background: transparent;
    border: 1px solid #0094d9;
    color: #fff;
    padding: 12px 25px;
    margin-top: 10px;
}

.cc-right-content>ol>li>span {
    color: #0094d9;
}


/* biller benefits & shipper benefits */

section#biller-benefits,
section#shipper-benefits {
    padding: 100px 125px 50px 125px;
    background-image: url('../images/icons/BillerBenefits_BCKG.jpg');
    background-size: 100% 100%;
}

p.text-center.bb-content {
    padding: 0 35px;
}

hr.bb-hr,
hr.sb-hr {
    border: 2px solid #000;
    width: 65px;
}

h1.text-center.bb-heading,
h1.text-center.sb-heading {
    color: #000;
    margin-top: 50px;
}

p.text-center.bb-content,
p.text-center.sb-content {
    color: #000;
    margin-bottom: 40px;
}

.row.sec-row>.col-md-6,
.row.thi-row>.col-md-6 {
    margin: 0;
    padding: 0;
}

.bb-left-content,
.sb-left-content {
    background: #d85700;
    color: #fff;
    padding: 3px;
}

.bb-right-content-img>img,
.sb-right-content-img>img {
    width: 100%;
    height: 100%;
}

.bb-text-content>h4,
.sb-text-content>h4 {
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}

.bb-text-content,
.sb-text-content {
    height: 300px;
    color: #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 492px;
}

.bb-text-content {
    background: #E5611C;
}

.sb-text-content {
    background: #0094d9;
}

.bb-right-content-img>img,
.sb-right-content-img>img {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.bb-text-content>ul>li,
.sb-text-content>ul>li {
    font-size: 12px;
}

.bb-text-content.right {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 298px;
}

.bb-content-img.left>img,
.sb-content-img.left>img {
    height: 300px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.bb-account>h3 {
    color: #d85700;
}

.bb-register-btn>a.btn {
    background: #d85700;
    color: #fff;
    padding: 12px 32px;
    font-size: 20px;
}

.bb-register-btn>a.btn:hover {
    background: #d85700 !important;
    color: #fff;
}

.bb-content-img.right>img,
.sb-content-img.right>img {
    height: 300px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.header-applyfor {
    line-height: 43px;
    color: #fff;
}

.validation-alert {
    color: #FF0000;
}

.btn-default-applyfor {
    background-color: rgba(218, 230, 236, 0.3);
    border-color: rgba(218, 230, 236, 0.5);
    color: #fff;
    margin-top: 15px;
}

.btn-default-applyfor:hover{
    color: #0094D9;
}

a.btn.btn-default.sb-btn {
    color: #000;
}

a.btn.btn-default.sb-btn:hover {
    background: #0094d9 !important;
    color: #000;
}

/* password retrieval page*/
section#pass-retrieval {
    padding: 120px 0;
}

section#privacy-policy {
    padding: 120px 0;
}

/* password retrieval tab*/
.tab-pass-retrieval {
    padding: 20px;
    border: 2px solid #eeeeee;
}

.tab-terms-conditions {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 20px;
    overflow: auto;
    height: 350px;
    border: 2px solid #eeeeee;
}

.tab-wrong-login {
    padding: 20px;
    margin-top: 200px;
    margin-bottom: 100px;
    font-family: 'Montserrat', sans-serif;
    background-color: #F7F7F7;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.tab-wrong-login a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

/* contact us page*/
section#contact-form {
    padding: 120px 0;
}

h2.text-center.contact-heading {
    color: #0094d9;
    margin-bottom: 60px;
    font-size: 45px;
}

/*privacy-police page*/
h3.text-center.contact-heading {
    color: #0094d9;
    margin-bottom: 60px;
    font-size: 30px;
}

.text-privacy-policy>p {
    line-height: 1.6;
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    color: #797979;
    font-size: 12px;
}

.text-privacy-policy>ul>li {
    font-size: 12px;
    line-height: 1.42857143;
}

.text-privacy-policy>h6 {
    margin-top: 25px;
    font-size: 14px;
    color: #000000;
}

.container section#terms-and-conditions {
    padding: 120px;
    width: 50%;
    margin: 0 auto;

}
span.inline-bold{
    font-weight: bold;
    margin-top: 25px;
    font-size: 14px;
    color: #000000;
}
    /* Terms and Condition HTML Table */

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0px auto;
}

.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}

.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}

.tg .tg-baqh {
    text-align: center;
    vertical-align: top
}

.tg .tg-1ku1 {
    font-weight: bold;
    background-color: #656565;
    color: #9b9b9b;
    text-align: center;
    vertical-align: top
}

.tg .tg-0lax {
    text-align: left;
    vertical-align: top
}

.tg .tg-tohn {
    background-color: #656565;
    color: #000000;
    text-align: center;
    vertical-align: top
}

@media screen and (max-width: 767px) {
    .tg {
        width: auto !important;
    }

    .tg col {
        width: auto !important;
    }

    .tg-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: auto 0px;
    }
}


section#contact-details {
    padding: 95px 80px;
    background-image: url(../images/icons/Contac_us_pic.jpg);
    background-size: 100% 100%;
}

button.btn.btn-default.submitbtn,
.btn.next {
    padding: 12px 40px;
}

.errorTag {
    margin: 10px;
}

.disabledButtonLook {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

/*button.btn.btn-default.submitbtn:hover, .btn.next:hover {

}*/
button.btn.btn-default.pull-right.resetbtn,
.btn.prev {
    background: #c1c1c1;
    color: #fff;
    padding: 12px 45px;
}

button.btn.btn-default.pull-right.resetbtn:hover,
.btn.prev:hover {
    background: #c1c1c1 !important;
    color: #fff;
}

.btn.prev {
    color: #636363;
}

.cd-left-content>.heading>h2 {
    color: #0094d9;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.cd-left-content>ul {
    padding-left: 15px;
    list-style: none;
}

.cd-left-content>ul>li {
    font-weight: bold;
    color: #fff;
}

.cc-right-content>.cd-logo>img {
    width: 150px;
    margin-bottom: 20px;
    padding: 15px 0;
}

.cd-left-content>ul>li>i {
    margin-right: 15px;
}

.cd-center-content>.heading>h2 {
    color: #0094d9;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
}

.cd-center-content>ul {
    padding-left: 15px;
    list-style: none;
}

.cd-center-content>ul>li {
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.cd-center-content>ul>li>i {
    text-align: center;
    margin-right: 15px;
}


/*support page*/

section#cargo-support {
    padding: 120px 0px 60px 0px;
}

.support-heading>h1 {
    color: #000;
    font-size: 45px;
    margin-bottom: 40px;
}

.help-search>button {
    position: relative;
    z-index: 99;
    top: 48px;
    left: 12px;
    border: none;
    background: transparent;
    font-size: 24px;
    color: #e0e0e0;
}

.help-search>input {
    height: 50px;
    border: 1px solid #0094d9;
    position: relative;
    border-radius: 50px;
    padding: 0 60px;
    font-family: Montserrat;
    font-weight: 100;
}

.s-account>.img>img,
.s-charges>.img>img,
.s-system>.img>img,
.s-shipper>.img>img,
.s-biller>.img>img,
.s-cargo>.img>img {
    display: block;
    margin: 0 auto;
}

section#options {
    padding: 0px 0px 75px 0px;
}

.s-account,
.s-charges,
.s-system,
.s-biller,
.s-cargo,
.s-shipper {
    padding: 40px;
    margin: 10px;
    border-radius: 6px;
}

.s-account:hover,
.s-charges:hover,
.s-system:hover,
.s-biller:hover,
.s-cargo:hover,
.s-shipper:hover {
    background: #f9f9f9;
    cursor: pointer;
}

.s-account>p,
.s-charges>p,
.s-system>p,
.s-biller>p,
.s-cargo>p,
.s-shipper>p {
    color: #636363;
    font-size: 22px;
    margin-top: 30px;
}

.panel-default>.panel-heading {
    background-color: #ffffff !important;
    border-color: #ddd;
    border-bottom: none;
    color: #636363 !important;
    font-weight: bold;
    padding-left: 15px;
    height: 36px;
}

.faqHeader {
    font-size: 24px;
    padding: 35px 25px;
    color: #0094d9;
}

/* Sign up and pay page */
/* TODO: Add media queries for viewports >= 1080px */
/* TODO: FIX FOOTER! Add a variation of this class to footer for added responisveness */
/*
{
	position: absolute;
    width: 100vw;
    bottom: 0;
    text-align: center;
}
*/


section#signupAndPay-tabs {
    padding: 7% 1% 6% 0%;
    width: 100vw;
    display: block;
    margin: auto;
}

.signupAndPayContent {
    width: 70vw;
}

.singupAndPayInput {
    width: 40vw;
    margin: auto;
}

/* #card_number_input .input-group-addon {
    border-right: 0;
    border-radius: 4px;
    border: 1px solid #97989b;
} */

/* register page*/

section#register-tabs {
    padding: 60px 60px;
}

.nav-tabs>li {
    background: #fff;
    padding-left: 0px;
    padding-right: 0px;
}

.nav-tabs>li>a {
    padding: 20px 60px;
    font-family: Montserrat-Regular;
    font-size: 13px;
}

.nav-tabs>li>a:hover {
    border: none;
    background: #fff;
}

.progress-bar {
    background-color: #0094d9;
}

img.check-img {
    width: 18px;
    margin-right: 12px;
}

.control-label {
    text-align: right !important;
    font-size: 12px;
    color: #505458;
    text-transform: uppercase;
}

.control-label-password {
    text-align: left !important;
    font-size: 13px;
}

.control-label-buss-number>p {
    font-size: 10px;
}

.forms {
    margin-top: 50px;
}

p.bank-info {
    font-size: 10px;
    padding: 30px 0 0 0;
    color: #9e9e9e;
}

span.fa.fa-bank.r-bank,
span.fa.fa-user.r-user {
    margin-right: 10px;
}

.captcha-code {
    background: #c1c1c1;
    width: 30%;
    min-height: 90px;
}

p.bank-info.terms {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0;
}

label.checkbox-inline.conset {
    padding: 30px;
    font-size: 15px;
    color: #9e9e9e;
}

p.bank-info>.download-tc {
    color: #0094d9;
}

.text-left {
    text-align: left !important;
}

.b2b * {
    text-transform: none;
}

.b2b label {
    font-weight: bold;
    font-size: 14px;
}

.b2b-confirmations {
    padding: 30px 0;
}

.b2b-confirmations input {
    height: 20px;
}

.b2b .merchant-info {
    padding: 30px 0;
    background: #faf8f8;
    border: 1px solid #c3c2c2;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 20px;
}

.bold {
    font-weight: bold;
}

/* new changes by carlos */
.navbar.inverse.navbar-fixed-top {
    position: relative;
    margin-bottom: 0;
    padding: 0px 2.5%;
    /* margin-top: 1rem; */
}

div[uib-carousel] .slider-img {
    min-height: 600px;
    min-height: 50vh;
    width: 100%;
    background: no-repeat center;
    background-size: cover;
}

.inverse .navbar-nav>.open>a,
.inverse .navbar-nav>.open>a:focus,
.inverse .navbar-nav>.open>a:hover {
    color: #0094d9 !important;
    background-color: transparent !important;
}

/* slider bottom */
.online-payable-fir,
.online-payable-sec,
.online-payable-thi,
.carrier-card,
.shipper-card,
.general-card {
    text-align: center;
    padding: 50px;
    margin: 30px;
    min-height: 241px;
    box-shadow: 2px 3px 25px -7px #9e9e9e;
    border-radius: 5px;

}

.inverse .navbar-toggle {
    background-color: #333;
}

.inverse .navbar-toggle:hover {
    background-color: #fff;

}

.inverse .navbar-toggle:hover .icon-bar {
    background-color: #333 !important;
}

.b2b-confirmations label {
    padding-top: 4px;
    text-transform: none;
    font-weight: bold;
    font-size: 14px;
}

.b2b .sepa-img-container img {
    max-width: 200px;
    display: inline-block;
}

.b2b.notification {
    padding-top: 30px;
    padding-bottom: 50px;
}

/*
 New transaction modal update 10/26/2017
*/
.batch-approval .no-valid {
    color: red;
}

.credit-available .available {
    float: right;
}

.credit-available .text-left {
    text-align: left !important;
}

.credit-available .green {
    color: #1a9f4b;
}

.credit-available .available i {
    padding-left: 30px;
}

.credit-available,
.info {
    font-size: 11px;
    line-height: 1.4;
    padding-bottom: 15px;
    color: #505458;
}

.credit-available .block {
    padding-top: 20px;
}

.credit-available .block .info {
    padding-top: 5px;
}

.credit-available .dark {
    color: #505458;
}

.cant-apply-for-credit {
    padding-left: 25px;
    position: relative;
    color: #007692
}

.cant-apply-for-credit a {
    text-decoration: underline;
}

.cant-apply-for-credit a:hover {
    text-decoration: none;
}

.cant-apply-for-credit:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    content: "\f0a9";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}

@media screen and (max-width: 480px) {
    .hide-on-phone {
        display: none;
    }

}


/* modal custom width */


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

/*login modal popup*/

span.modal-logo>img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.loginmodal-container>h4 {
    color: #a0a0a0;
    font-weight: normal;
}

.login-help {
    text-align: center;
    font-size: 12px;
}

.login-help>a {
    text-align: center;
    font-size: 18px;
}

.login-help>a>span {
    color: #0094d9;
}

.loginmodal-container {
    font-family: 'Montserrat', sans-serif;
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: roboto;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container input[type=text],
.loginmodal-container input[type=password] {
    height: 35px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #E3E3E3;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
}

.loginmodal-container input[type=text]:hover,
input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    -webkit-user-select: none;
    user-select: none;
}

.loginmodal-submit {

    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #0094d9;
    padding: 10px 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0094d9), to(#0094d9));
}

.loginmodal-submit:hover {
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #0084C2;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0084C2), to(#0084C2));
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.credit-agreement {
    width: 100%;
    /* border:1px solid #ccc; */
    overflow: auto;
    font-size: 11px;
    height: 600px;
    color: #333;
    line-height: 17px;
}

.credit-agreement li {
    padding-bottom: 10px;
}

/* cobrand page*/

section#cobrand {
    padding: 60px 0px 0px 0px;
}


.cobrand-login {
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 100px;
    font-family: 'Montserrat', sans-serif;
    background-color: #F7F7F7;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.sliderbtn {
    background: #0094d9 !important;
}

.green-for-credit {
    color: #007692;
}

.orange-for-credit {
    color: #EE7C0E
}

.pink-for-overnight-debitLimit {
    color: #FB6284
}

.aqua-for-overnight-debitLimit {
    color: #00A6CB
}

.btn-bg-green {
    background-color: #007692 !important;
    border: 1px solid #007692 !important;
    color: white !important;
}

.btn-bg-green:hover {
    background-color: #00596E !important;
    border: 1px solid #00596E !important;
    color: white !important;
}

.btn-bg-aqua {
    background-color: #00A6CB !important;
    border: 1px solid #00A6CB !important;
    color: white;
}

.btn-bg-aqua:hover {
    background-color: #0085A3 !important;
    border: 1px solid #0085A3 !important;
    color: white;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.c-red {
    color: red;
}

/* Used for credit application page */
.next-btn {
    padding-top: 357px;

}

.next-btn2 {
    padding-top: 144px;
}

.next-btn3 {
    padding-top: 0px;
}

.next-btn4 {
    padding-top: 534px;
}

.disablePtr {
    pointer-events: none;
}

.enablePtr {
    pointer-events: auto;
}

#colorText {
    color: #0A9DBE;
}

#colorTag {
    background-color: #0A9DBE;
}

/* Used for new admin page */
.pc-black {
    color: #484848;
}

.green {
    color: green;
}

/* .adminGridWrapper {
    height: auto;
} */

.adminGrid {
    height: 68vh !important;
    font-size: 11px;
    color: #484848;
}

.recentViewedMargin {
    margin-bottom: -20px;
}

div.ui-grid-row>div>.ui-grid-top-panel {
    background-color : #565656
}
#toast-container > div {
    opacity:1;
}
.searchButton {
    background-color: #0094d9;
}

.searchIcon {
    color: white;
}

/* Used for new admin page */
.card-head {
    padding-bottom: 20px;
    font-size: 15px;
    color: #484848;
}

.content-page {
    overflow-y: auto !important;
    margin-left: 206px;
    height: 100vh;
    padding-bottom: 100px;
    font-size: 10px;
}

/* Hide scrollbar on webkit based browsers and IE 10+*/
/* Scrollbar is still presesnt in Mozilla Firefox */
/*.content-page::-webkit-scrollbar { width: 0 !important; }
.content-page { -ms-overflow-style: none !important; }*/

.admin-wrapper {
    width: 100%;
    height: 100%;
}

.overview-save {
    float: right;
}

.admin-sub-menu-clients {
    padding-top: 15px;
    font-size: 11px !important;
}

.admin-left-menu {
    position: absolute;
    left: 0px;
    width: 200px;
    height: 90%;
    background: #003953
    /* height: 100vh; */
    /* Attempting to fix admin submenu size issue */

   
}

.admin-sub-menu {
    background-color: #003953;
    color: white;
    position: relative;
    overflow: hidden;
    width: auto;
    height: 100%;
    /* Changed from 100vh to 100% to fix admin submenu issue */
}

.admin-sub-menu-title {
    background-color: #004A6C;
    padding-top: 12px;
    padding-bottom: 12px;
}

.admin-sub-menu-title b {
    font-size: 13px !important;
}

.admin-sub-menu a {
    display: block !important;
    color: white;
    font-size: 12px;
    width: 100% !important;
    padding: 5px 15px !important;
}

div#admin-UI>div.container-fluid{
    padding-right: 16px;
    padding-left: 119px;
    margin-right: 12px;
    margin-left: 104px;
}

.userAuditFont {
    font-size: 15px;
}

.btn-float-right {
    float: right;
}

.address-buttons {
    margin-top: 18px;
    text-align: right;
}

.clicked {
    background-color: #004A6C !important;
    border-left: 3px solid #0094D9 !important;
}

.admin-sub-menu a:active,
.admin-sub-menu a:hover,
.admin-sub-menu a:visited {
    background-color: #004A6C !important;
    border-left: 3px solid #0094D9 !important;
}

.admin-sub-menu-title a:active,
.admin-sub-menu-title a:hover,
.admin-sub-menu-title a:visited {
    border-left: none !important;
}

.adminDashBox {
    max-height : 70vh;
    overflow-y : auto;
}


#adminBoxSticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

textarea#description {
   height: 166px;
}

.resp-container{
    position: relative;
    overflow: hidden;
    padding-top: 54.6%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/**Modal Styles for Print**/


.amount-error {
    border: 1px solid red !important;
    border-right:none !important;
    border-left:none !important;
    background-color: #F3F3F3;
}

.lang-links {
    cursor: pointer;
}

/* .lang-links:active
.lang-links:hover */
.lang-links-selected {
    color: #0094d9 !important;
}



/*.admin-sub-menu a:visited {
  background-color: #004A6C !important;
}

/*== media queries ==*/

/* max width */
@media (max-width:1280px) {
    .bb-content-img.right>img {
        min-height: 300px;
    }

    .bb-content-img.left>img {
        min-height: 300px;
    }

    .sb-content-img.right>img {
        min-height: 300px;
    }

    .sb-content-img.left>img {
        min-height: 300px;
    }

    .nav-tabs>li>a {
        padding: 20px 52px;
    }
}

@media (max-width: 992px) {

    /* slider height on mobile */
    div[uib-carousel] .slider-img {
        min-height: 600px;
    }

    .nav-tabs>li>a {
        padding: 20px 26px;
    }
}

@media (max-width:768px) {
    .navbar.inverse.navbar-fixed-top {
        padding-bottom: 6px;
        margin-bottom: 15px;
    }

    .angular-google-map-container {
        height: 600px;
    }

    .b2b-confirmations .col-xs-2 {
        padding: 0 !important;
    }

    section#visit-support {
        padding: 30px 0px;
    }

    .team-member {
        min-height: unset;
    }

    section#cargo-credits {
        padding: 75px 60px;
    }

    section#biller-benefits,
    section#shipper-benefits {
        padding: 120px 58px;
    }

    .bb-text-content.left,
    .bb-text-content.right,
    .sb-text-content.left {
        border-radius: 0;
    }

    .bb-content-img.left>img,
    .bb-right-content-img>img,
    .sb-right-content-img>img {
        border-radius: 0;
    }

    .nav-tabs>li>a {
        padding: 20px 15px;
        font-size: 12px;
    }
}

@media (max-width:520px) {

    section#visit-support,
    section#register-account {
        padding: 30px 0px;
    }

    section#cargo-credits {
        padding: 75px 0px;
    }

    section#biller-benefits,
    section#shipper-benefits {
        padding: 120px 30px;
    }

    section#cargo-support {
        padding: 120px 0px 60px 0px;
    }

    .nav-tabs>li>a {
        padding: 20px 4px;
        font-size: 8px;
    }
}

@media (max-width:680px) {

    section#cargo-support {
        padding: 120px 0px 60px 0px;
    }

    /*.bs-slider {
    min-height: 550px;
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
    height: 100% !important;
    min-height: 550px;
}*/

}


@media screen and (max-width: 480px) {
    .hide-on-phone {
        display: none;
    }
}

@media (max-width:320px) {

    section#biller-benefits,
    section#shipper-benefits {
        padding: 120px 0px;
    }

    section#cargo-support {
        padding: 120px 0px 60px 0px;
    }

    .nav-tabs>li>a {
        padding: 20px 2px;
        font-size: unset;
    }
}

/* min width */
@media (min-width: 768px) {
    div.col-sm-7.five-three {
        width: 60% !important;
    }

    div.col-sm-5.five-two {
        width: 40% !important;
    }
}


@media(min-width: 1400px) {
    .transaction-modal>.modal-lg {
        width: 1308px;
    }
}

/* Used for High DPI viewports in clients page */

@media(min-height: 1080px) {
    .adminGrid {
        height: 75vh !important;
    }
}

@media(min-height: 2000px) {
    .adminGrid {
        height: 85vh !important;
    }
}

/* Terms-and-Conditions */
.tcHeader{
    text-align: center;
    margin-top: 100px;
}
.checkOptions {
    display: flex;
    justify-content:space-between;
    width: 80%;
    margin: 0 auto;
}
.filler{
    flex-grow: 1;
    text-align: center;
}
.singleOption{
    margin:20px
}
.singleOption>:first-child{
    margin-left: 100px;
}

.tcBox {
    padding: 20px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
    height: 50vh;
    width: 80%;
    margin: 0 auto;
    overflow: auto
}
.tcDownloadButton{
    padding-top: 15px;
    margin-bottom: 10px;
    float:right;
}
.tcDownloadButton>button>span {
    padding-left:5px
}
.tcHide {
    display: none;
}
/* About page Champ cutomization */
.champ-text-color{
  color: black !important;
}


/* Buttons */
.filled-button-shadow{
  -moz-box-shadow:0 3px 10px rgba(182, 182, 182, 0.75);
  -webkit-box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
  box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
}

.outline-button-shadow{
  -moz-box-shadow:0 3px 15px rgba(182, 182, 182, 0.4);
  -webkit-box-shadow: 0 3px 15px rgba(182, 182, 182, 0.4);
  box-shadow: 0 3px 15px rgba(182, 182, 182, 0.4);
}

.action-btn{
  background-color: #F89334 !important;
  margin: 3px 3px 2px;
  border: 1px solid #F89334 !important;
  -moz-box-shadow:0 3px 10px rgba(182, 182, 182, 0.75);
  -webkit-box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
  box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
  color: white !important;
}

.action-btn:hover{
  background-color: #F78112 !important;
  margin: 3px 3px 2px;
  border: 1px solid #F78112 !important;
  -moz-box-shadow:0 3px 10px rgba(182, 182, 182, 0.75);
  -webkit-box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
  box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
  color: white;
}

.action-btn-outline{
  background-color: #FFFFFF !important;
  margin: 3px 3px 2px;
  border: 1px solid #F89334 !important;
  -moz-box-shadow:0 3px 15px rgba(182, 182, 182, 0.4);
  -webkit-box-shadow: 0 3px 15px rgba(182, 182, 182, 0.4);
  box-shadow: 0 3px 15px rgba(182, 182, 182, 0.4);
  color: #F89334;
}

.action-btn-outline:hover{
  background-color: #F89334 !important;
  margin: 3px 3px 2px;
  border: 1px solid #F89334 !important;
  -moz-box-shadow:0 3px 15px rgba(182, 182, 182, 0.4);
  -webkit-box-shadow: 0 3px 15px rgba(182, 182, 182, 0.4);
  box-shadow: 0 3px 15px rgba(182, 182, 182, 0.4);
  color: #FFFFFF;
}

.btn-proofed{
  background-color: #F9C750 !important;
  margin: 3px 3px 2px;
  border: 1px solid #F9C750 !important;
  -moz-box-shadow:0 3px 10px rgba(182, 182, 182, 0.75);
  -webkit-box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
  box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
  color: white;
}

.btn-proofed:hover{
  background-color: #F8BD30 !important;
  margin: 3px 3px 2px;
  border: 1px solid #F8BD30 !important;
  -moz-box-shadow:0 3px 10px rgba(182, 182, 182, 0.75);
  -webkit-box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
  box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
  color: white;
}

.btn-proof{
  background-color: #FFFFFF !important;
  margin: 3px 3px 2px;
  border: 1px solid #F9C750 !important;
  -moz-box-shadow:0 3px 15px rgba(182, 182, 182, 0.4);
  -webkit-box-shadow: 0 3px 15px rgba(182, 182, 182, 0.4);
  box-shadow: 0 3px 15px rgba(182, 182, 182, 0.4);
  color: #F9C750;
}

.btn-proof:hover{
  background-color: #F9C750 !important;
  margin: 3px 3px 2px;
  border: 1px solid #F9C750 !important;
  -moz-box-shadow:0 3px 15px rgba(182, 182, 182, 0.4);
  -webkit-box-shadow: 0 3px 15px rgba(182, 182, 182, 0.4);
  box-shadow: 0 3px 15px rgba(182, 182, 182, 0.4);
  color: #ffffff;
}

.btn-dispute{
  background-color: #FF7878 !important;
  margin: 3px 3px 2px;
  border: 1px solid #FF7878 !important;
  -moz-box-shadow:0 3px 10px rgba(182, 182, 182, 0.75);
  -webkit-box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
  box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
  color: white;
}

.btn-dispute:hover{
  background-color: #FF6161 !important;
  margin: 3px 3px 2px;
  border: 1px solid #FF6161 !important;
  -moz-box-shadow:0 3px 10px rgba(182, 182, 182, 0.75);
  -webkit-box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
  box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
  color: white;
}

.btn-outgrey{
  background-color: #ffffff !important;
  margin: 3px 3px 2px;
  border: 1px solid #A4A4A4 !important;
  -moz-box-shadow:0 3px 15px rgba(182, 182, 182, 0.4);
  -webkit-box-shadow: 0 3px 15px rgba(182, 182, 182, 0.4);
  box-shadow: 0 3px 15px rgba(182, 182, 182, 0.4);
  color: #A4A4A4;
}

.btn-outgrey:hover{
  background-color: #A4A4A4 !important;
  margin: 3px 3px 2px;
  border: 1px solid #A4A4A4 !important;
  -moz-box-shadow:0 3px 15px rgba(182, 182, 182, 0.4);
  -webkit-box-shadow: 0 3px 15px rgba(182, 182, 182, 0.4);
  box-shadow: 0 3px 15px rgba(182, 182, 182, 0.4);
  color: #ffffff;
}

.btn-green{
  background-color: #26AE62;
  color: white;
  border: 1px solid #26AE62;
}

.btn-green:hover {
    background-color: #229B57;
    color: white;
    border: 1px solid #229B57;
}

.btn-outred {
    background-color: white;
    color: #FF5B5B;
    border: 1px solid #FF5B5B;
}

.btn-outred:hover {
    background-color: #FF5B5B;
    color: white;
    border: 1px solid #FF5B5B;
}

.btn-turquoise {
    background-color: #007692;
    color: white;
    border: 1px solid #007692;
    /* border-radius: 2px;
  padding: 6px 16px;
  font-size:12px;
  margin: 3px;
  margin-bottom: 2px;
  -moz-box-shadow:0 3px 10px rgba(182, 182, 182, 0.75);
  -webkit-box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
  box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75); */
}

.btn-turquoise:hover {
    background-color: #00596E;
    color: white;
    border: 1px solid #00596E;
    /* border-radius: 2px;
  padding: 6px 16px;
  font-size:12px;
  margin: 3px;
  margin-bottom: 2px;
  -moz-box-shadow:0 3px 10px rgba(182, 182, 182, 0.75);
  -webkit-box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
  box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75); */
}
/* End Buttons */

.table_link {
    cursor: pointer;
    /* font-weight: bold; */
}

/* Making Reports Page Responsive */
.search-field-buttons {
    padding: 0 0 1rem;
    width: 17%;
    text-align: right;
    margin-left: 2.4rem;
}

@media (max-width: 1440px) {
    .search-field-buttons {
        padding: 0 0 1rem;
        width: 17%;
        text-align: right;
        margin-left: 1.7rem;
    }
}

@media (max-width: 1280px) {
    .search-field-buttons {
        padding: 0 0 1rem;
        width: 17%;
        text-align: right;
        margin-left: 1.3rem;
    }
}

@media (max-width: 1024px) {
    .search-field-buttons {
        padding: 0 0 1rem;
        width: 22%;
        text-align: left;
        margin-left: 1rem;
        padding-top: 2rem;
    }
}

@media (max-width: 768px) {
    .search-field-buttons {
        padding: 0 0 1rem;
        width: 32%;
        text-align: left;
        margin-left: 1rem;
        padding-top: 2rem;
    }
}

@media (max-width: 414px) {
    .search-field-buttons {
        padding: 1.5rem 0 1rem;
        width: 55%;
        text-align: left;
        margin-left: 1.1rem;
    }
}

@media (max-width: 320px) {
    .search-field-buttons {
        padding: 1.5rem 0 1rem;
        width: 63%;
        text-align: left;
        margin-left: 1.1rem;
    }
}

.time-frame-width {
    width: 15%;
}


@media (max-width: 1024px) {
    .time-frame-width {
        width: 17%;
        margin-right: 1rem;
    }
}

@media (max-width: 768px) {
    .time-frame-width {
        width: 18%;
        margin-right: -1.1rem;
    }
}

@media (max-width: 414px) {
    .time-frame-width {
        width: 100%;
        margin: 0.5rem 0;
    }
}

@media (max-width:1024px) {
    .date-field-reports-width {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding-right: 0;
        width: 31%;
    }
}

@media (max-width:768px) {
    .date-field-reports-width {
        margin-left: 0;
        margin-right: -0.4rem;
        margin-top: 0;
        padding-right: 0;
        width: 33%;
    }
}

@media (max-width:768px) {
    .date-field-reports-width-vendor {
        width: 32.3%;
    }
}

@media (max-width:414px) {
    .date-field-reports-width {
        margin-left: 0.3rem;
        margin-right: 0;
        margin-top: 0.7rem;
        padding-right: 0.7rem;
        width: 99.2%;
    }
}

@media (max-width:414px) {
    .date-field-reports-width-vendor {
        width: 100%;
        margin-left: 0.3rem;
    }
}

@media (max-width: 1024px) {
    .account-field-width {
        margin: 0;
        width: 17%;
    }
}

@media (max-width: 768px) {
    .account-field-width {
        margin: 0;
        margin-right: 0.4rem;
        margin-left: -0.3rem;
        width: 19%;
    }
}

@media (max-width: 414px) {
    .account-field-width {
        margin: 0.5rem 0;
        width: 100%;
    }
}

.search-field-width {
    width: 90%;
}

@media (max-width: 1024px) {
    .search-field-width {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .report-type-width {
        width: 17.3%;
        margin-right: 0.3rem;
    }
}

@media (max-width: 768px) {
    .report-type-width {
        width: 19.3%;
        margin-right: -1.5rem;
    }
}

@media (max-width: 414px) {
    .report-type-width {
        width: 100%;
        margin-right: 0.3rem;
    }
}

@media (max-width: 1024px) {
    .biller-field-width {
        width: 16%;
        margin-left: 0.2rem;
    }
}

@media (max-width: 768px) {
    .biller-field-width {
        width: 16%;
        margin-left: -1.7rem;
    }
}

@media (max-width: 414px) {
    .biller-field-width {
        width: 100%;
        margin-left: 0rem;
    }
}

.inactive-badge-color {
    font-weight: 500;
    padding: 5px 8px;
    font-size: 12px;
    margin-top: -2px;
    background-color: #cccccc;
    display: inline-block;
    min-width: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

.active-badge-color {
    font-weight: 500;
    padding: 5px 8px;
    font-size: 12px;
    margin-top: -2px;
    background-color: #10c469;
    display: inline-block;
    min-width: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}


.isUser {
    color: #0194D9 !important;
}
.ui-grid-row:hover .ui-grid-cell .isUser {
    color: #ffffff !important;
}

.label-arrival-date-width{
  width: 12%;
  padding-right: 0.3rem;
}

/* Making Transactions Modal Responsive */
@media (max-width: 1400px){
  .label-arrival-date-width{
    width: 12%;
    padding-right: 0.3rem;
    padding-left: 0;
  }
}

@media (max-width: 1280px){
  .label-arrival-date-width{
    width: 11.2%;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .label-arrival-date-width{
    margin-left: 0;
    width: 19.7%;
  }
}

@media (max-width: 524px){
  .label-arrival-date-width{
    width: 14.1%;
  }
}

@media (max-width: 414px) {
  .label-arrival-date-width{
    width: 19.2%;
  }
}

@media (max-width: 414px) {
  .label-arrival-date-width-vendor{
    width: 16.2%;
  }
}

@media (max-width: 375px) {
  .label-arrival-date-width{
    width: 21.1%;
  }
}

@media (max-width: 375px) {
  .label-arrival-date-width-vendor{
    width: 18.1%;
  }
}

@media (max-width: 360px) {
  .label-arrival-date-width{
    width: 22.6%;
  }
}

@media (max-width: 360px) {
  .label-arrival-date-width-vendor{
    width: 18.8%;
  }
}

@media (max-width: 320px) {
  .label-arrival-date-width{
    width: 26%;
  }
}

.date-field-width{
  width: 31.5%;
}

/* @media (max-width: 1400px){
  .date-field-width{
    width: 30.5%;
  }
} */

@media (max-width: 767px) {
  .date-field-width{
    padding-left: 0 !important;
    width: 80%;
  }
}

@media (max-width: 414px) {
  .date-field-width{
    padding-left: 0 !important;
    width: 100%;
    padding-right: 0;
  }
}

.actives{
    border-radius: 10px;
    background-color: #19bd19;
    width: 46%;
    float: left;
    text-align: center;
    /* align-items: center; */
    height: 22px;
  }
  .deactive{
    border-radius: 10px;
    background-color: #d61313;
    width: 46%;
    float: left;
    text-align: center;
    /* align-items: center; */
    height: 22px;
  }
  .active-client{
    margin-top: 10px;
    display: flex;
    margin-bottom: 18px;
  }
  .active-deactive{
    margin: 2px;
    font-size: 9px;
  }
  .client-type{
      margin: 3px 0px 0px 4px;
  }
.client-info{
    margin-left: 1px;
    margin-bottom: 5px;
}
.client-info p{
    line-height: 1.3
}
.grey-circle{
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
}
.info-dots p{
    margin-bottom: 1px
}

.green-circle{
    height: 10px;
    width: 10px;
    background-color: rgb(15, 179, 15);
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
}

@media (min-width: 1440px){
  .total-amount-field-width{
    width: 74.8%;
    margin-left: 0.4rem;
  }
}

@media (min-width: 1200px){
  .total-amount-field-width{
    width: 74.6%;
  }
}

.form-date-group{
   display: flex;
   justify-content: space-around;
   margin-bottom: 1.8rem;
}

@media (max-width: 767px) {
  .form-date-group{
    display: block;
  }
}

@media (max-width: 767px) {
  .label-departure_date-width{
    padding-left: 0;
  }
}

.label-vendor-biller-width{
  padding-right: 1rem;
}

@media (max-width: 1280px) {
  .label-vendor-biller-width{
    padding-right: 0.03rem;
  }
}

@media (max-width: 768px) {
  .dispute-btn-width{
    width: 35.9%;
  }
}

.side-panel{
  width: 98.6%;
}

@media (max-width: 1024px) {
  .side-panel{
    width: 99.6%;
    padding-left: 0.3rem;
  }
}

@media (max-width: 768px) {
  .side-panel{
    width: 98.8%;
    margin-left: 0.25rem;
    padding-left: 0.4rem;
  }
}

@media (max-width: 414px) {
  .side-panel{
    width: 98.1%;
    margin-left: 0.05rem;
    padding-left: 0.3rem;
  }
}

@media (max-width: 360px) {
  .side-panel{
    width: 98.1%;
    margin-left: 0.25rem;
    padding-left: 0;
  }
}

.side-panel-vendor{
  width: 101.6%;
  padding-left: 1rem;
}

@media (max-width: 1024px) {
  .side-panel-vendor{
    padding-right: 0;
    width: 100.9%;
    padding-left: 1.3rem;
  }
}

@media (max-width: 768px) {
  .side-panel-vendor{
    padding-right: 0;
    width: 99%;
    margin-left: -0.1rem;
  }
}

@media (max-width: 414px) {
  .side-panel-vendor{
    padding-right: 0;
    width: 99%;
    margin-left: -0.1rem;
    padding-left: 0.3rem;
  }
}

@media (min-width: 1280px) {
  .label-sub-category-width{
    padding-right: 0.8rem;
  }
}

/* Making Reports Page Responsive */
.search-field-buttons{
  padding: 0 0 1rem;
  width: 17%;
  text-align: right;
  margin-left: 2.4rem;
}

@media (max-width: 1440px) {
  .search-field-buttons{
    padding: 0 0 1rem;
    width: 17%;
    text-align: right;
    margin-left: 1.7rem;
  }
}

@media (max-width: 1280px) {
  .search-field-buttons{
    padding: 0 0 1rem;
    width: 17%;
    text-align: right;
    margin-left: 1.3rem;
  }
}

@media (max-width: 1024px) {
  .search-field-buttons{
    padding: 0 0 1rem;
    width: 22%;
    text-align: left;
    margin-left: 1rem;
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  .search-field-buttons{
    padding: 0 0 1rem;
    width: 32%;
    text-align: left;
    margin-left: 1rem;
    padding-top: 2rem;
  }
}

@media (max-width: 414px) {
  .search-field-buttons{
    padding: 1.5rem 0 1rem;
    width: 55%;
    text-align: left;
    margin-left: 1.1rem;
  }
}

@media (max-width: 320px) {
  .search-field-buttons{
    padding: 1.5rem 0 1rem;
    width: 63%;
    text-align: left;
    margin-left: 1.1rem;
  }
}

.time-frame-width{
  width: 15%;
}

@media (max-width: 1024px) {
  .time-frame-width{
    width: 17%;
    margin-right: 1rem;
  }
}

@media (max-width: 768px) {
  .time-frame-width{
    width: 18%;
    margin-right: -1.1rem;
  }
}

@media (max-width: 414px) {
  .time-frame-width{
    width: 100%;
    margin: 0.5rem 0;
  }
}

@media (max-width:1024px) {
  .date-field-reports-width{
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-right: 0;
    width: 31%;
  }
}

@media (max-width:768px) {
  .date-field-reports-width{
    margin-left: 0;
    margin-right: -0.4rem;
    margin-top: 0;
    padding-right: 0;
    width: 33%;
  }
}

@media (max-width:768px) {
  .date-field-reports-width-vendor{
    width: 32.3%;
  }
}

@media (max-width:414px) {
  .date-field-reports-width{
    margin-left: 0.3rem;
    margin-right: 0;
    margin-top: 0.7rem;
    padding-right: 0.7rem;
    width: 99.2%;
  }
}

@media (max-width:414px) {
  .date-field-reports-width-vendor{
    width: 100%;
    margin-left: 0.3rem;
  }
}

@media (max-width: 1024px) {
  .account-field-width{
    margin: 0;
    width: 17%;
  }
}

@media (max-width: 768px) {
  .account-field-width{
    margin: 0;
    margin-right: 0.4rem;
    margin-left: -0.3rem;
    width: 19%;
  }
}

@media (max-width: 414px) {
  .account-field-width{
    margin: 0.5rem 0;
    width: 100%;
  }
}

.search-field-width{
  width: 90%;
}

@media (max-width: 1024px) {
  .search-field-width{
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .report-type-width{
    width: 17.3%;
    margin-right: 0.3rem;
  }
}

@media (max-width: 768px) {
  .report-type-width{
    width: 19.3%;
    margin-right: -1.5rem;
  }
}

@media (max-width: 414px) {
  .report-type-width{
    width: 100%;
    margin-right: 0.3rem;
  }
}

@media (max-width: 1024px) {
  .biller-field-width{
    width: 16%;
    margin-left: 0.2rem;
  }
}

@media (max-width: 768px) {
  .biller-field-width{
    width: 16%;
    margin-left: -1.7rem;
  }
}

@media (max-width: 414px) {
  .biller-field-width{
    width: 100%;
    margin-left: 0rem;
  }
}

/* Transactions Page - Payer */

@media (min-width: 1280px) {
  .select-vendor-field{
    width: 27.3%;
    margin-top: 0.4rem;
  }
}

@media (min-width: 1024px) {
  .select-vendor-field{
    margin-right: -1rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .select-vendor-field{
    margin-left: 0.3rem;
  }
}

@media (max-width: 414px) {
  .select-vendor-field{
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}

@media (min-width: 1440px) {
  .enter-number-field{
    width: 23%;
    margin-top: 0.4rem;
  }
}

@media (min-width: 1280px) {
  .enter-number-field{
    width: 26%;
    margin-top: 0.4rem;
  }
}

@media (min-width: 1024px) {
  .enter-number-field{
    width: 30%;
    margin-right: -1rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  .enter-number-field{
    width: 40%;
    margin: 0 -1rem;
  }
}

@media (min-width: 1280px) {
  .select-date-range-field{
    width: 13%;
    margin-top: 0.4rem;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .select-date-range-field{
    width: 18%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .select-date-range-field{
    width: 20%;
    margin-left: -1rem;
  }
}

@media (min-width: 1280px) {
  .select-status-field{
    width: 12%;
    margin-top: 0.4rem;
  }
}

@media (min-width: 1024px) {
  .select-status-field{
    margin-right: -1rem;
  }
}

@media (max-width: 414px) {
  .select-status-field{
    margin: 2rem 0;
  }
}

  .search-bar-buttons-payer{
    text-align: right;
    width: 19%;
  }

@media (min-width: 1024px) and (max-width: 1279px) {
  .search-bar-buttons-payer{
    text-align: right;
    width: 0%;
    margin-top: -0.4rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .search-bar-buttons-payer{
    float: right;
    width: 30%;
    margin-top: 1.5rem;
    margin-right: 1.1rem;
  }
}

@media (max-width: 414px) {
  .search-bar-buttons-payer{
    text-align: right;
    margin-top: 1.5rem;
    width: 100.9%;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .search-button-payer-transactions{
    margin-bottom: 1rem;
  }
}

@media (max-width: 414px) {
  .create-transaction-button-payer-transactions{
    margin-bottom: -0.5rem;
  }
}

@media (max-width: 414px) {
  .batch-approve-button-payer-transactions{
    margin-top: 1.5rem !important;
    margin-left: 3rem;
  }
}

@media (max-width: 414px) {
  .export-button-payer-transactions{
    margin-top: 1.5rem !important;
  }
}

@media (max-width:1023px) and (min-width: 768px) {
  .transactions-page-buttons{
    margin-top: -1rem;
    margin-bottom: 0.5rem;
    margin-left: -1.2rem;
    width: 100%;
  }
}

@media (max-width:414px) and (min-width: 321px) {
  .transactions-page-buttons{
    margin-top: -2rem;
  }
}

/* Transactions Page - Vendor */

@media (max-width: 1280px) {
  .date-range-field-width{
    width: 13%;
  }
}

/* End Transactions Page - Vendor */

/* Begin PayCargo Credit section */
.pcBlue{
    color: #0094D9 !important;
}
.pcOrange {
    color: #DA6F36 !important;
}

#pcBlue{
    color: #0094D9;
}

.no-left-padding{
    padding-left: 0;
}

.apply-for-credit>h1{
    margin-top: 0.8rem;
    margin-bottom: 2rem;
}

.apply-for-credit>p{
    padding-right: 4rem;
}

.credit-tutorial-vid{
    margin-top: 1.2rem;
    padding-top: 0;
}

.new-to-paycargo-header{
    margin-top: -2.6rem;
    padding-left: 0;
}

.already-paycargo-customer-header{
    margin-top: 2rem;
}

.learn-more-button{
    margin: 20px 0px 50px -11px;
    background-color: rgba(218, 230, 236, 0.3);
    border-color: rgba(218, 230, 236, 0.5);
    color: #fff;
}

.learn-more-button:hover{
    color: #0A9DBE;
}

/* End PayCargo Credit section */

/* Begin Our Partners section */

.our-partners-title{
  color: black;
  margin-top: 6rem;
  padding-bottom: 4rem;
}

.iata-logo-div{
    margin-bottom: -41rem;
    margin-top: 3.4rem;
}

.iata-logo{
    margin: auto;
    height: 150px;
}

.our-partners{
    background-color: white;
    margin-top: -1rem;
}

.our-partners>h2{
    color: #000;
    margin: 45px 50px 25px 50px;
}

.our-partners>p{
    color: black;
    margin: 0px 50px 10px 50px;
}

.our-partners>a{
    margin: 20px 50px 50px 50px;
}

.about-iata{
    margin-top: -1rem;
    padding-bottom: 1rem;
}

.about-cns{
    padding-bottom: 1rem;
}

.champ-logo{
    margin: 4.1rem auto;
    height: 200px;
}

.unisys-logo{
    margin: 3.5rem auto;
    height: 120px;
}

.about-champ{
    background-color: white;
    margin-bottom: 3.6rem;
}

.about-champ>h2{
    color: #000;
    margin: 35px 50px 25px 50px;
}

.about-champ>p{
    color: black;
    margin: 0px 50px 10px 50px;
}

.about-champ>a{
    margin: 20px 50px 50px 50px;
}

@media (max-width: 767px) {
    .champ-responsiveness{
        display: flex;
        justify-content: space-around;
    }
    .champ-logo-div{
        min-height: 270px !important;
        margin-top: 10rem;
    }
}

.cns-logo{
  margin: -1.2rem auto 0 auto;
  height: 170px;
}

/* End Our Partners section */


.btn-transparent{
    background-color: rgba(218, 230, 236, 0) !important;
    border: 1px solid rgba(218, 230, 236) !important;
    color: white !important;
}

.btn-transparent:hover{
    background-color: rgba(218, 230, 236, 0.5) !important;
}

.discover-vendors-button{
    background-color: #0094D9;
    border: 1px solid #0094D9 !important;
    color: white;
    font-size: 16px;
}

.discover-vendors-button:hover{
    background-color: rgba(218, 230, 236, 0.3);
    border: 1px solid rgba(218, 230, 236, 0.8) !important;
    color: white;
}

.iframe-container{
    position: relative;
    /* overflow: hidden; */
    padding-top: 56.25%;
}

.iframe-window{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.middle-part{
    display: flex;
    flex-flow: wrap row;
    justify-content: space-around;
}

@media (max-width: 991px){
  .iframe-window{
    position: relative;
    min-height: 65vh;
  }
  .vid-width{
    width: 100%;
  }
  .iframe-container{
      padding-top: 0;
  }
  .middle-part{
      flex-flow: row wrap;
  }
  .already-paycargo-customer-header{
      width: 55%;
  }
  .new-to-paycargo-header{
      margin-top: 2.1rem;
  }
}

@media (max-width: 941px){
    .new-to-paycargo-header{
        width: 45%;
        padding-left: 1rem;
    }
    .no-left-padding{
        padding-left: 1rem;
    }
}

@media (max-width: 865px){
    .iframe-window{
        min-height: 55vh;
    }
}

@media (max-width: 665px){
    .iframe-window{
        min-height: 45vh;
    }
}

.ccBackground {
    background-image: url('/Assets/Images/generic-cc.svg');
    background-repeat: no-repeat;
    height: 300px;
}

.nav-menu-style{
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
  font-size: 1.3rem !important;
}

@media (max-width: 1326px) {
    .nav-menu-style{
        padding-left: 1.4rem !important;
        padding-right: 1.4rem !important;
        font-size: 1.2rem !important;
    }
}

@media (max-width: 1242px) {
    .nav-menu-style{
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
        font-size: 1.1rem !important;
    }
}

/* Status Badges */

/*
    This are for status that are inside of a div after .ui-grid-cell-contents such as reconciliation 
*/
.ui-grid-cell-contents .Created, .ui-grid-cell-contents .Cleared, .ui-grid-cell-contents .Approved, .ui-grid-cell-contents .Proofed, .ui-grid-cell-contents .Refund.Requested, .ui-grid-cell-contents .Voided, .ui-grid-cell-contents .Disputed, .ui-grid-cell-contents .Returned, .ui-grid-cell-contents .Refunded, .ui-grid-cell-contents .Dispute.Replied, .ui-grid-cell-contents .Refund.Denied, .Refund.partially, .ui-grid-cell-contents .Error {
    color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    padding-top: 3px;
    padding-bottom: 4px;
    width: 70%;
    margin: auto;
    margin-top: -2px;
}

.ui-grid-cell-contents.Created, .ui-grid-cell-contents.Cleared, .ui-grid-cell-contents.Approved, .ui-grid-cell-contents.Proofed, .ui-grid-cell-contents.Refund.Requested, .ui-grid-cell-contents.Voided, .ui-grid-cell-contents.Disputed, .ui-grid-cell-contents.Returned, .ui-grid-cell-contents.Refunded, .ui-grid-cell-contents.Dispute.Replied, .ui-grid-cell-contents.Refund.Denied, .Refund.partially, .ui-grid-cell-contents.Error{
    color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    padding-top: 3px;
    width: 70%;
    height: 70%;
    margin: auto;
    margin-top: 4.5px;
}

.ui-grid-cell-contents .Created,
.ui-grid-cell-contents.Created{
  background-color: #F89334;
}

.ui-grid-cell-contents .Cleared, .ui-grid-cell-contents .Approved,
.ui-grid-cell-contents.Cleared, .ui-grid-cell-contents.Approved{
  background-color: #26AE62;
}

.ui-grid-cell-contents .Proofed, .ui-grid-cell-contents .Refunded.Requested,
.ui-grid-cell-contents.Proofed, .ui-grid-cell-contents.Refunded.Requested{
  background-color: #F9C750;
}

.ui-grid-cell-contents .Voided, .ui-grid-cell-contents .Disputed, .ui-grid-cell-contents .Returned, .ui-grid-cell-contents .Dispute.Replied, .ui-grid-cell-contents .Refund.Denied, .ui-grid-cell-contents .Error,
.ui-grid-cell-contents.Voided, .ui-grid-cell-contents.Disputed, .ui-grid-cell-contents.Returned, .ui-grid-cell-contents.Dispute.Replied, .ui-grid-cell-contents.Refund.Denied, .ui-grid-cell-contents.Error{
  background-color: #CCCCCC;
}

.ui-grid-cell-contents .Refunded
.ui-grid-cell-contents.Refunded{
  background-color: #33658A;
}

.ui-grid-cell-contents.Created{
 background-color: #F89334;
}

.ui-grid-cell-contents.Cleared, .ui-grid-cell-contents.Approved{
  background-color: #26AE62;
}

.ui-grid-cell-contents.Proofed, .ui-grid-cell-contents.Refund.Requested{
  background-color: #F9C750;
}

.ui-grid-cell-contents.Voided, .ui-grid-cell-contents.Disputed, .ui-grid-cell-contents.Returned, .ui-grid-cell-contents.Dispute.Replied, .ui-grid-cell-contents.Refund.Denied, .ui-grid-cell-contents.Error{
 background-color: #CCCCCC;
}

.ui-grid-cell-contents.Refunded, .ui-grid-cell-contents.Refund.partially{
  background-color: #00608C;
}


.checkbox input[type="checkbox"]:checked+label::after {
    font-family: Font Awesome\ 5 Free;
    content: "\f00c";
    font-weight: 900;
}

.unbreakable-line {
    white-space: nowrap;
}
.tooltip-wrapper {
    display: inline-block;
}

.tooltip-wrapper .btn[disabled] {
    pointer-events: none;
}

.breadcrums > a,
.breadcrums > span {
  font-size: 1.1em
}

.ui-grid-filter-input {
    color: black;
}
