/* import fonts */

@font-face {
    font-family: "Gibson";
    src: url("Gibson.ttf");
    font-style: normal;
}
@font-face {
    font-family: "Gibson";
    src: url("Gibson-Bold.ttf");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "Gibson";
    src: url("Gibson-BoldItalic.ttf");
    font-style: italic;
    font-weight: bold;
}
@font-face {
    font-family: "Gibson";
    src: url("Gibson-Italic.ttf");
    font-style: italic;
}
@font-face {
    font-family: "Gibson";
    src: url("Gibson-Light.ttf");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Gibson";
    src: url("Gibson-LightItalic.ttf");
    font-style: italic;
    font-weight: 300;
}
@font-face {
    font-family: "Gibson";
    src: url("Gibson-SemiBold.ttf");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Gibson";
    src: url("Gibson-SemiBoldItalic.ttf");
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: "Freight Text Pro";
    src: url("FreightTextProBlack-Italic.ttf");
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: "Freight Text Pro";
    src: url("FreightTextProBlack-Regular.ttf");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "Freight Text Pro";
    src: url("FreightTextProBold-Italic.ttf");
    font-style: italic;
    font-weight: bold;
}

@font-face {
    font-family: "Freight Text Pro";
    src: url("FreightTextProBold-Regular.ttf");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Freight Text Pro";
    src: url("FreightTextProBook-Italic.ttf");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: "Freight Text Pro";
    src: url("FreightTextProBook-Regular.ttf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Freight Text Pro";
    src: url("FreightTextProLight-Italic.ttf");
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: "Freight Text Pro";
    src: url("FreightTextProLight-Regular.ttf");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Freight Text Pro";
    src: url("FreightTextProMedium-Italic.ttf");
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: "Freight Text Pro";
    src: url("FreightTextProMedium-Regular.ttf");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Freight Text Pro";
    src: url("FreightTextProSemibold-Italic.ttf");
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: "Freight Text Pro";
    src: url("FreightTextProSemibold-Regular.ttf");
    font-style: normal;
    font-weight: 600;
}


/* import fonts - end */

* {
    padding: 0;
    margin: 0;
    --bancred: #DC003E;
    font-family: "Gibson";
}

.highlight-col {
    color: var(--bancred) !important;
}
.page_section{
	background-color:#F5F1E2;
	padding:10px;
	
}
.page_section .row {
    padding: 0 !important;
}

.card {
    margin: 10px 0 !important;
    padding: 20px !important;
    width: 100% !important;
}
.card-title {
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.navbar-static-top.navbar-inverse,
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: white !important;
}

.navbar-inverse .navbar-nav>li>a:not(.highlight-col) {
    color: black !important;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    font-family: "Gibson" !important;
    font-weight: 600 !important;
    padding-bottom: 10px !important;
    color: var(--bancred) !important;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
    border: none !important;
}

div.navbar.navbar-inverse.navbar-static-top > div.container {
    display: flex;
    align-items: center;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:not(.highlight-col)  {
    color: black !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: white !important;
    border-color: white !important;
    text-decoration: underline;
}

.navbar-toggle {
    background-color: black;
}

.glyphicon {
    font-size: 19px;
}

.homelink {
    display: block;
    width: 100px;
    height: 50px;
    background-image: url(logo.svg);
    background-repeat: no-repeat;
}

.homelink:focus {
    outline: none;
}

.weblink a:focus, .dropdown a:focus {
    border: none !important;
}

#navbar .dropdown-menu li:focus-visible, #navbar .dropdown-menu li a:focus {
    outline: none;
}

#navbar .dropdown-menu li a:focus {
    background-color: #fff;
    padding: 3px 20px;
    text-decoration: underline;
}

.notification-container {
    position: relative;
}

.notification-circle {
    background-color: var(--bancred);
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 100%;
    left: 24px;
    top: 9.5px;
}

.notification-num {
    color: white;
    font-size: 11px;
    left: 4.5px;
    top: -3px;
    position: absolute;
}

footer .footer-bottom
{
    background-color: white !important;
}

footer .footer-bottom,
footer .footer-bottom h4,
footer .footer-bottom ul li a, 
footer .footer-bottom ul li a:hover, 
footer .footer-bottom ul li a:focus, 
footer .footer-bottom ul li a:active {
    color: black !important;
    margin-left: 0;
    font-weight: 600;
}

footer .footer-bottom p
{
    font-weight: normal;
}

footer .footer-list {
    padding: 10px 0;
    border-bottom: 1px solid lightgrey;
}

footer .footer-list:last-child {
    border-bottom: none;
}

.footer-text {
    margin-top: 10px !important;
}

footer .footer-list ul {
    display: flex;
    gap: 30px;
    font-weight: bold;
}

.footer-logos {
    margin-bottom: 15px;
    display: flex;
    align-items: end;
}

.row.footer-logos img {
    margin-right: 30px;
    width: 100px;
    height: auto;
}

@media (max-width: 1199px) {
    div.navbar.navbar-inverse.navbar-static-top > div.container {
        display: block;
    }

    #dbw_brand {
        width: 100%;
        display: flex;
        align-items: center;
    }

    #navbar {
        padding-left: 0;
        margin-left: -5px;
    }

    .navbar-header {
        display: flex;
        align-items: center;
    }

    .navbar-toggle {
        margin-left: auto;
    }
}

@media (max-width: 800px) {
    footer .footer-list {
        padding: 0;
        border-bottom: none;
    }

    footer .footer-list ul {
        display: block;
    }

    footer .footer-list ul li {
        padding: 6px 0;
    }

    footer > .footer-bottom > .container {
        width: 100%;
        margin-left: 15px;
    }

    .navbar {
        padding-left: 15px;
    }

    #navbar {
        margin-left: -20px;
    }
}
.view-grid .dropdown.action>.btn {
    display: none;
}
.view-grid .dropdown.action .dropdown-menu {
    display: block;
    position: static !important;
    position: initial !important;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    max-width: 95px;
    min-width: 95px;
    width: 95px;
    left: auto !important;
    top: auto !important;
}
.view-grid .dropdown.action .dropdown-menu li {
    display: inline-block;
    text-align: center;
}
.view-grid .dropdown.action .dropdown-menu li a {
    font-size: 0;
    padding: 2px;
    margin: 0;
}
.view-grid .dropdown.action .dropdown-menu li a>span {
    font-size: 18px;
}
.view-grid .dropdown.action .dropdown-menu li a:hover {
    color: #008C95;
    background: transparent;
}
h3{
	font-size:14pt;
}
.navbar-inverse .navbar-nav > li > a:focus{
	border:solid;
}
button, .btn-primary, .btn-primary:hover {
	background-color: var(--bancred);
    color: white;
    padding: 6px 12px;
} 
button {
    border: none;
} 
.portal-table{
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    word-break:keep-all;
}
#notificationsModal .modal-header {
    display: flex;
    justify-content: space-between;
}
#notificationsModal .modal-title {
    margin-right: auto;
}
#clearNotifications { 
    background-color: var(--bancred);
    padding: 6px 12px;
}

.datetimepicker .picker-switch, .datetimepicker .picker-switch:hover {
    background-color: #555555 !important;
}

.datetimepicker .prev, .datetimepicker .next, .datetimepicker .prev:hover, .datetimepicker .next:hover {
    background-color: #55555582 !important;
}
.dataTables_length label, .field-label, #AttachFileLabel, .modal-content label {
    font-weight: normal !important;
}
.dataTable thead th, .table-striped thead th, .table thead th {
    font-weight: 600 !important;
}
.breadcrumb .active {
    font-weight: 600 !important;
}
