/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/ :root {
  scroll-behavior: smooth;
}
body {
  /*	font-family: 'Raleway', sans-serif;*/
  /*font-family: 'Nunito Sans', sans-serif;*/
  /*  font-family: "Open Sans", sans-serif;*/
  /*  background: #f7f7f7;*/
  font-family: "Poppins", sans-serif;
  background: #f4f9ff;
  color: #444444;
  font-weight: 600;
  font-size: 14px;
}
a {
  color: #ff6800;
  text-decoration:none;
}
a:hover {
  color: #ff6800;
}
.i-icon {
  top: 10px;
  left: 10px;
}

.form-label {
  color: #000;
  font-weight: 500;
}
.btn-primary {
  background-color: #ff6800;
    height: 40px;
    border: none;
    border-radius: 20px;
}
h1 {
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
}
h1::after {
  content: '';
  background: #fab915;
  display: block;
  height: 2px;
  width: 60px;
  margin: 10px auto 5px;
}
.btn-primary:hover, .btn:focus-visible, .btn-primary:active {
  background-color: #ff6800 !important;
}
.btn{
    border-radius: 20px;
    font-size: 14px;
}
@keyframes blink {
  0%, 100% {background-color:#001659;}
  50% {background-color: #ff6800;}
}
.blinking-button {
  background-color: #001659;
  color: white;
  animation: blink 1s linear infinite;
  border-radius:6px;
  font-size: 14px;
font-weight: 400;
height: 36px;
padding:6px 12px;
border-radius: 20px;
}
@media (max-width: 768px) {
  .register-card {
    border-radius: 12px;
    width: 100%;
    height: auto;
  }
}
/*--------------------------------------------------------------
  # Main
  --------------------------------------------------------------*/
#main {
  margin-top: 100px;
  padding: 20px 20px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}
/*--------------------------------------------------------------
  # Page Title
  --------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}
.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
}
/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #fe6666;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
  # Override some default Bootstrap stylings
  --------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}
.dropdown-menu .dropdown-header, .dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}
.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}
.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}
.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}
.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}
@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 12px;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}
.card-header, .card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}
.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}
.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}
.card-body {
  padding: 20px 20px 20px 20px;
}
/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
.logo {
  line-height: 1;
}
@media (min-width: 1200px) {
  .logo {
    width: 220px;
  }
}
.logo img {
  max-height: 40px;
  margin-right: 6px;
}
.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}
.header {
  transition: all 0.5s;
  z-index: 1050;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  /*background-color: #fab915;*/
  /* Toggle Sidebar Button */
  /* Search Bar */
}
.header .toggle-sidebar-btn {
  font-size: 26px;
  padding-left: 10px;
  cursor: pointer;
  color: #1b1c1e;
}
.header .search-bar {
  min-width: 280px;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}
.header .search-form {
  width: 100%;
}
.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 6px;
  transition: 0.3s;
  /*  width: 100%;*/
}
.header .search-form input:focus, .header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}
.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}
.header .search-form button i {
  color: #012970;
}
/*--------------------------------------------------------------
  # Header Nav
  --------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}
.header-nav > ul {
  margin: 0;
  padding: 0;
}
.header-nav .nav-icon {
  font-size: 14px;
  color: #6f6f6f;
}
.header-nav .nav-profile {
  color: #1b1c1e;
  font-size: 14px;
}
.header-nav .nav-profile:hover, .header a {
  color: #1b1c1e;
}
.header-nav .nav-profile img {
  max-height: 36px;
}
.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}
.header-nav .badge-number {
  position: absolute;
  inset: 0px 9px auto auto;
  font-weight: normal;
  font-size: 10px;
  padding: 2px 5px;
}
.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}
.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}
.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}
.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .messages .message-item a {
  display: flex;
}
.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}
.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}
.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}
.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}
.header-nav .profile {
  min-width: 160px;
  padding-bottom: 0;
}
.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}
.header-nav .profile .dropdown-header span {
  font-size: 14px;
}
.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
  color: #012970;
}
/*

@media (min-width: 1200px) {
  #main, #footer {
    margin-left: 260px;
  }
}
*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  background: #000;
  color: #999;
  text-align: center;
  border-top: solid 3px #fab915;
  line-height: 26px;
  font-weight: 500;
}
.footer a {
  color: #999;
}
.footer a:hover {
  color: #fab915;
}
.nav-link {
  font-size: 14px;
}
.h-30 {
  height: 30px !important;
}
.lh-16 {
  line-height: 16px;
}
.text-4 {
  font-size: 14px;
}
.card-header {
  color: #7f8fa4;
  padding: 10px 15px;
  height: 40px;
  font-weight: 600;
}
.text-muted {
  color: #a3b2c7 !important;
}
.text-bold {
  font-weight: 700;
}
.text-light {
  font-weight: 500;
  color: #3b4452;
}
.total {
  font-weight: 600;
  background-color: rgba(163, 178, 199, .15);
}
.h-359 {
  height: 359px;
}
.info-well {
  background: #ffffe8;
  padding: 11px 13px;
  margin-bottom: 15px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 4px;
}
.text-regular {
  font-weight: 400;
}
.text-silent {
  color: #7f8fa4;
}
.text-5 {
  font-size: 12px;
}
.text-secondary {
  color: #7f8fa4 !important;
}
.text-dark {
  color: #3b4452;
}
.info-block {
  min-width: 150px;
  padding: 10px 15px;
}
.highlight-success {
  color: #5bc67e;
}
.text-3 {
  font-size: 16px;
  font-weight: 600;
}
.p-10 {
  padding: 10px 15px !important;
}
.text-secondary-500 {
  font-weight: 600;
}
.list li {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  coloR: #fff;
}
.list .bi {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 10px;
  color: #a3b2c7 !important;
}
.text-6 {
  font-size: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-control{
    text-transform: capitalize !important;
}
.form-control, .form-select {
  font-size: 14px;
  height: 40px;
}
.accordion-button::after {
  background-size: 16px !important;
}
.pen-color {
  color: #ea9743;
}
.header-cell td {
  padding: 12px 24px;
}
.text-black {
  color: #3b4452;
}
.text-brand {
  color: #354052;
}
.modal-header {
  border: 1px solid #dfe3e9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 13px 14px 12px 17px;
  background-color:#eceaf3;
}
.modal-body {
  padding: 28px;
}
.card-header {
  background-color: #eef2f7 !important;
  padding: 10px;
  color: #012970;
}
.text-base {
  font-size: 16px;
  line-height: 24px;
}
.text-sm {
  font-size: 14px;
  line-height: 20px;
}
.loan .nav-link {
  border-bottom: 2px solid #fe6666;
  border-radius: 0;
}
.mt-90 {
  margin-top: 90px;
}
.gt-well-no-border {
  border-bottom: 1px solid #cbd5e1;
  border-left: 5px solid #fe6666;
  background: #fff;
  margin-bottom: 16px;
  padding: 11px 13px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
  background-color: #c1c1c1;
  border-radius: 6px;
}
.btn-success {
 background-color:  rgb(25, 135, 84);
    box-shadow: 0px 2px 6px 0px rgba(25, 135, 84, .5);
  border: none;
}
/*
.btn-pdf, .btn-word, .btn-csv
{
	box-shadow: 0px 2px 6px 0px rgba(10,207,151,.5);
}
*/
.btn-success:hover {
  background-color: rgb(0, 204, 68);
}
.btn-pdf, .btn-pdf:hover {
  color: white;
  background-color: rgb(242, 48, 48);
  box-shadow: 0px 2px 6px 0px rgba(242, 48, 48, .5);
}
.btn-word, .btn-word:hover {
  color: white;
  background-color: rgb(121, 97, 242);
  box-shadow: 0px 2px 6px 0px rgba(121, 97, 242, .5);
}
.btn-csv, .btn-csv:hover {
  color: white;
  background-color: rgb(255, 128, 0);
  box-shadow: 0px 2px 6px 0px rgba(255, 128, 0, .5);
}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  padding: 8px 12px;
  font-size: 14px;
}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(43px + calc(1px * 2));
  min-height: calc(43px + calc(1px * 2));
}
.form-floating > .form-select ~ label {
  top: 2px;
}
.form-floating > .form-select {
  padding-top: 20px;
}
.form-floating > label {
  top: 2px;
  padding: 8px 12px;
  font-size: 14px;
}
/*
.form-select
{
	background-position: 100px 22px;
}
*/
.h-45 {
  height: 45px;
}
.w-13 {
  width: 13%;
}
/***** Pagination *****/
.pagination-rounded .page-link {
  border-radius: 30px !important;
  margin: 0 3px !important;
  border: none;
  font-size: 14px;
}
.disabled > .page-link {
  color: rgba(108, 117, 125, 0.75);
  background-color: #fff;
}
fieldset, .tab-content {
  background-color: #fff;
}
fieldset {
  padding: 8px;
  border: 1px solid #dee2e6;
  margin-bottom: 8px;
  border-radius: 4px;
}
legend {
  font-size: 14px;
  float: none;
  width: auto;
}
.nav-tabs .nav-link {
  color: #012970;
  font-weight: 600;
}
.nav-tabs .nav-link:hover {
  color: #1473e6;
}
.nav-tabs .nav-link.active {
  color: #012970;
}
/*******************************Auto Complete*********************/
.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
}
.autocomplete {
  position: relative;
}
.autocomplete .remove {
  position: absolute;
  top: 13px;
  right: 64px;
  color: #333;
  z-index: 2000;
}
.autocomplete .spinner-border-sm {
  position: absolute;
  top: 14px;
  right: 64px;
  color: #1473e6;
  z-index: 2000;
}
/************************ Offcanvas *************************/
.offcanvas {
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}
.offcanvas.offcanvas-start {
  top: 60px;
  border-right: 0;
}
.offcanvas.offcanvas-start .tab-content {
  border: none;
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
  top: 0;
}
.offcanvas.offcanvas-start .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
.offcanvas.offcanvas-start .tab-pane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.offcanvas-header {
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px;
}
.offcanvas-header a {
  color: #333;
}
.offcanvas-header a:hover {
  color: #000;
}
.offcanvas-body {
  padding: 8px;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
}
.offcanvas-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.offcanvas.offcanvas-start .footer .nav-tabs {
  overflow: hidden;
}
.offcanvas.offcanvas-start .vtabs {
  position: absolute;
  top: 200px;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
}
.vtabs-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  background-color: #fff;
  overflow-y: auto;
}
.vtabs-nav > li {
  transform: rotate(180deg);
  writing-mode: vertical-lr;
}
.vtabs-nav > li > a {
  display: flex;
  padding: 8px 8px;
  color: #2d355a;
  font-size: 12px;
  align-items: center;
}
.vtabs-nav > li > a:hover {
  background: #f6f9ff;
}
.vtabs-nav > li > a i {
  transform: rotate(180deg);
  margin-bottom: 4px;
  font-size: 12px;
}
.vtabs-nav > li > a.active {
  background-color: #fff;
  font-weight: bold;
}
.offcanvas.offcanvas-start .vtabs-content {
  left: 24px;
  bottom: 0;
  border: none;
  overflow-y: auto;
}
.offcanvas.offcanvas-start .pager {
  position: absolute;
  bottom: 1px;
  right: 0;
  background-color: #eef2f7;
}
.offcanvas.offcanvas-start .pager a {
  color: #333;
}
.offcanvas.offcanvas-start .pager a:hover {
  color: #000;
  background-color: #e7f1fc;
}
.vtabs-nav {
  background-color: #eef2f7;
}
/******* Document-card *******/
.documents-header {
  background-color: #f1f7fe;
  padding: 4px 8px;
}
.scrollable-input {
  height: 30px;
  overflow: auto;
}
.associated-card {
  overflow-x: scroll;
  overflow-y: auto;
  height: 140px;
}
.bi-pin-fill {
  font-size: 14px;
}
.ms-20 {
  margin-left: 20px;
}
.documents-card {
  height: 200px;
  overflow: auto;
}
.ps-20 {
  padding-left: 20px !important;
}
.unass-notes {
  height: 80px;
}
.c-primary {
  background-color: #e2e4fa;
}
.c-success {
  background-color: #defaf3;
}
.c-danger {
  background-color: #fce2e7;
}
.h-40 {
  height: 40px;
}
fieldset {
  background-color: #fff;
  padding: 8px;
  border: 1px solid #dee2e6;
  margin-bottom: 8px;
}
legend {
  font-size: 14px;
  font-weight: 700;
  float: none;
  width: auto;
}
.carousel-item img {
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.left-banner img {
  object-fit: cover;
  object-position: center;
  height: auto;
  border-radius: 8px;
}
   .carousel-item video {
    height: 230px;           
    width: 100%;              
    object-fit: cover;       
    object-position: center; 
    border-radius: 8px;       
}
@media (max-width: 768px) {
  .carousel-item img, .carousel-item video {
    height: auto;
  }
}
@media (max-width: 768px) {
  .navbar.py-1 {
    padding-bottom: 8px !important;
  }
}
@media (max-width: 992px) {
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
    padding: 0 10px;
  }
.bootsnav .container-fluid
	{
		padding-right:0;
	}
}
nav.navbar.bootsnav {
  background-color: #001659 !important;
  border: none;
  z-index: 9;
}
nav.navbar.bootsnav ul.nav > li > a {
  color: #fff;
  background-color: transparent;
  outline: none;
  margin-bottom: -2px;
}
nav.navbar li.dropdown ul.dropdown-menu {
  border-top-color: #ff6800 !important;
}
ul.menu-col {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav.bootsnav .megamenu-content {
  padding: 15px;
  width: 100% !important;
}
nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a {
  white-space: normal;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after {
  border-top: none;
  vertical-align: 0;
}

@media (min-width: 1024px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    padding: 0;
    background: #fff;
    border: solid 1px #e0e0e0;
    border-top: solid 5px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 10px 13px;
    border-bottom: solid 1px #eee;
    color: #1b1c1e;
    font-weight:400;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
    font-size: 14px;
    /*border-bottom: solid 1px #eee;*/
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
    font-family: 'FontAwesome';
    float: right;
    content: "\f105";
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
    font-family: 'FontAwesome';
    float: right;
    content: "\f105";
    margin-top: 0;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover, nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:active, nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover, nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:active {
   background-color: #001659;
    color: #fff;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
    padding: 0 0 30px 30px;
    margin: 0 -0.5px;
    border-left: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:first-child {
    border-left: none;
  }
  nav.navbar.bootsnav.on ul.dropdown-menu.megamenu-content .content {
    display: block !important;
    height: auto !important;
  }
  nav.navbar.bootsnav.on ul.dropdown-menu.megamenu-content .content {
    display: block !important;
    height: auto !important;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    font-size: 13px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 15px 15px;
    font-weight: 600;
  }
  nav.navbar li.dropdown ul.dropdown-menu > li a:hover {
    color: #fff;
  }
}
@media (max-width: 992px) {
  nav.navbar.bootsnav .navbar-nav > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    display: block;
    width: 100%;
    /* border-bottom: solid 1px #e0e0e0; */
    padding: 10px 0;
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    width: 100%;
    position: relative !important;
    background-color: transparent;
    float: none;
    border: none;
    padding: 0 0 0 15px !important;
    margin: 0 0 -1px 0 !important;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover, nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus {
    background-color: transparent;
  }
  nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: 350px;
    overflow-y: auto !important;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover, .side .widget ul.link li a:hover, .side .widget ul.link li a:focus, .check-list li:before, ul.cart-list > li > h6 > a, .attr-nav > ul > li > a:hover, .attr-nav > ul > li > a:focus, nav.navbar-sidebar ul.nav li.dropdown.on > a, nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title, nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover, nav.navbar ul.nav li.dropdown.on > a, nav.navbar.navbar-inverse ul.nav li.dropdown.on > a, nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a, nav.navbar .dropdown .megamenu-content .col-menu.on .title, nav.navbar ul.nav > li > a:hover, nav.navbar ul.nav > li.active > a:hover, nav.navbar ul.nav li.active > a, nav.navbar li.dropdown ul.dropdown-menu > li a:hover, nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    color: #fff;
  }
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:hover:before {
    content: "\f107";
  }
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "\f106";
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
    padding: 0;
  }
}
.planning-ul .dropdown-menu
{
  min-width:250px!important;  
}
.aff-ul .dropdown-menu, .db-ul .dropdown-menu
{
    min-width:200px!important;  
}
.truncate
{
    text-overflow: ellipsis;
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
}
table th
{
    font-weight: 600;
}
table td
{
    font-weight:400;
}


