/* import fonts */

@font-face {
    font-family: "Abril Titling";
    src: url("Abril_Titling_W04_Italic.ttf");
    font-style: italic;
}
@font-face {
    font-family: "Azo Sans";
    src: url("AzoSans-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Azo Sans";
    src: url("AzoSans-Bold.ttf");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "Azo Sans";
    src: url("AzoSans-Light.ttf");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Azo Sans";
    src: url("AzoSans-Medium.ttf");
    font-style: normal;
    font-weight: 500;
}

/* import fonts - end */

* {
    padding: 0;
    margin: 0;
	font-size:14px !important;
    --fwcdivum: #28b8ce;
    --fwcskyblue: #d4edfc;
    font-family: "Azo Sans";
}

.highlight-col {
    color: var(--fwcdivum) !important;
}
.page_section{
	background-color:var(--fwcskyblue);
	padding:10px;
	
}
.page_section .row {
    padding: 0 !important;
}

.card {
    margin: 10px 0 !important;
    padding: 20px !important;
    width: 100% !important;
}

.navbar-static-top.navbar-inverse,
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: white !important;
    color: #000000;
}

.navbar-inverse .navbar-nav>li>a:not(.highlight-col) {
    color: #000000 !important;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    font-family: "Azo Sans" !important;
    font-weight: 600 !important;
    padding-bottom: 10px !important;
    color: var(--fwcdivum) !important;
    background-color: transparent !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;
}

.navbar-toggle {
    background-color: black;
}

.glyphicon {
    font-size: 19px;
}

.homelink {
    display: block;
    width: 165px;
    height: 50px;
    background-image: url(fwc_logo.png);
    background-size: cover;
}

.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;
}

.notification-container {
    position: relative;
}

.notification-circle {
    background-color: var(--fwcdivum);
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 100%;
    left: 24px;
    top: 9.5px;
}

.notification-num {
    color: white;
    font-size: 11px !important;
    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 !important;
}
h1 {
    font-size: 25px !important;
}
.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;
	background-color:#315470;
	color:white;
} 
.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 { 
    color: #315470;
    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;
}

div.message.success {
	background-color:#d4edfc !important;
	border-color:#d4edfc !important;
	
}
.page_section p{
	margin-right:50px !important;
}

.progress-button{
   padding: 5px;
  }
  .btn-group, .btn-group-vertical{
    padding: 5px;
  }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
    background-color:#315470 ;
    border-color: #315470;
  }
  
  a:hover, a:focus{
    color:#315470;
    border-color: #315470;
  }
  a{
    color:#000;
    border-color:#000 ;
  }

  .btn-primary{
    background-color:#315470 !important;
    border-color: #315470 !important;
  }
  .btn-primary:hover{
    background-color: #f5f5f5;
    border-color: #000;
	color:black;
  }

  .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
    background-color: transparent;
  }
  .btn:hover, .btn:focus, .btn.focus{
    background-color: #f5f5f5;
    border-color: #000;
	color:black;
  }
  .list-group-item-success{
    background-color: #f5f5f5; 
    color: #315470;
  }

  .btn-default{
    color: #315470;
    border-color:#315470; ;
  }
  .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle.focus{
    color:black;
    background-color: #f5f5f5; 
    border-color: #315470;
  }

  body {
    accent-color: #315470;
  }
.crmEntityFormView{
	
border:none !important;
}