body.smart-style-6 #header, body.smart-style-6 .dropdown-menu>.active>a, body.smart-style-6 .dropdown-menu>.active>a:focus, body.smart-style-6 .dropdown-menu>.active>a:hover, body.smart-style-6 .dropdown-menu>li>a:focus, body.smart-style-6 .dropdown-menu>li>a:hover {
  background: #0b1e3f;
  background-image: linear-gradient(to right, #194F90 , #194F90);
}

body.smart-style-6 nav ul li a:hover, ul li body.smart-style-6 nav ul>a:hover {
  background: #0b1e3f;
}

body.smart-style-6 #logo-group span#activity, body.smart-style-6 .btn-header>:first-child>a {
  background: #194F90;
  border: 1px solid #394f8a;
}

.jarviswidget-color-blueDark>header {
  background: #0b1e3f;
  color: #FFF;
}

.customer-single-item.active > a {
  background: #194F90 !important;
  border-top: 1px solid #394f8a !important;
  border-bottom: 2px solid #001f52 !important;
}

.the-price strong {
  color: #666769;
}

#left-panel .badge {
  background-color: #3e9afa !important;
}

.hidden-menu #hide-menu>:first-child>a, :-webkit-full-screen #fullscreen>:first-child>a {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #0b1e3f 0, #0b1e3f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b1e3f), color-stop(100%, #0b1e3f));
  background-image: -webkit-linear-gradient(to bottom, #0b1e3f 0, #0b1e3f 100%);
  background-image: -o-linear-gradient(to bottom, #0b1e3f 0, #0b1e3f 100%);
  background-image: -ms-linear-gradient(to bottom, #0b1e3f 0, #0b1e3f 100%);
  background-image: linear-gradient(to bottom, #0b1e3f 0, #0b1e3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b1e3f', endColorstr='#0b1e3f', GradientType=0);
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .15);
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .15);
  color: #fff;
  border-color: #494949;
}

.tree-search {
  background: #FFF !important;
  margin: 5px !important;
  border: 1px solid #009ADE !important;
}

aside {
  background: #194F90;
}

.customer-single-item.active > a{
  border-right:none !important; 
}

/* #left-panel nav {
  box-shadow: inherit;
} */

.log-user-info a, .log-user-info a:hover {
  background: #194F90 !important;
  border: none;
}

nav ul .active>a {
  background: #24272A;
  border-right: 6px solid #97CAEB;
}

nav ul ul {
  background: #194F90;
}

.inner-menu-panel {
  border-left: 2px solid #97CAEB;
}

body.smart-style-6 .page-footer {
  background: #24272A;
}
nav ul li a{
  color: #FFF;
}
.hero .btn-success, body.smart-style-6 .bg-color-greenLight{
  background-color: #006937 !important;
}

.audit-btn {
  background: #009ADE;
  border: 1px solid #194F90;
}

.customer-single-item.active>a {
  background: #194F90 !important;
  border-top: 1px solid #394f8a !important;
  border-bottom: 2px solid #001f52 !important;
}
.q-links li a{
  color: #194F90;
}
body.smart-style-6 .pagination>.active>a, body.smart-style-6 .pagination>.active>a:focus, body.smart-style-6 .pagination>.active>a:hover, body.smart-style-6 .pagination>.active>span, body.smart-style-6 .pagination>.active>span:focus, body.smart-style-6 .pagination>.active>span:hover {
  border-color: #24272A;
}
body.smart-style-6 .nav-tabs>li.active>a {
  -webkit-box-shadow: 0 2px 0 #97CAEB;
  -moz-box-shadow: 0 2px 0 #97CAEB;
  box-shadow: 0 2px 0 #97CAEB;
  z-index: 10;
}
.toast-success {
  background-color: #006937;
}
.toast-error {
  background-color: #E1251B;
}
.toast-error {
  background-color: #194F90;
}

/* Get rid of gutters for bootstrap columns */

.row.no-pad {
  margin-right: 0;
  margin-left: 0;
}

.row.no-pad>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* Keeps the logo at the top in mobile */

@media (max-width: 880px) and (min-width: 768px) {
  #logo {
    margin-top: 0px;
  }
}