/* ---------- Color Module Styles ----------- */
.theme-stael .navbar,
.theme-stael .blog-page .blog-post .img-holder .date-box,
.theme-stael .profile-page .profile-sub-header .box-list ul li a:hover,
.theme-stael .menu > ul > li > ul.normal-sub > li a:hover,
.theme-stael .menu > ul > li > ul > li > ul > li a:hover {
  background-color: #008b35;
}
.theme-stael .bars,
.theme-stael .navbar-brand,
.theme-stael .navbar-brand:hover,
.theme-stael .navbar-brand:active,
.theme-stael .navbar-brand:focus,
.theme-stael .nav > li > a {
  color: #ffffff;
}

.theme-stael .nav > li > a:hover,
.theme-stael .nav > li > a:focus,
.theme-stael .nav .open > a,
.theme-stael .nav .open > a:hover,
.theme-stael .nav .open > a:focus,
.theme-stael .sidebar .menu .list li.active
{
  background-color: transparent;
}

.theme-stael .sidebar .menu .list li.active >:first-child svg,
.theme-stael .sidebar .menu .list li.active >:first-child span {
  color: #008b35;
}
.theme-stael .sidebar .menu .list .toggled,
.theme-stael .sidebar .menu .list .ml-menu {
  background-color: #f6f6f6;
  border-left: 3px solid #008b35;
}
.theme-stael .inbox-widget .inbox-inner:hover .inbox-img img {
  border: 2px solid #008b35;
  transition: all 150ms linear;
}
.theme-stael .nav-tabs .nav-link.active {
  border-bottom: 1px solid #008b35 !important;
}

.theme-stael .btn-primary,
.theme-stael .btn-primary:hover,
.theme-stael .btn-primary:active,
.theme-stael.btn-primary:focus {
  background-color: #008b35 !important;
}

.theme-stael a {
  color: #008b35;
  text-decoration: none;
}

.theme-stael .alert a {
  color: #ffffff;
}

.theme-stael .authentication a {
  color: #ffffff;
}

.theme-stael .authentication a.btn {
  color: #000000;
}

.theme-stael a:focus, .theme-stael a:hover {
  color: #005e24;
}

.theme-stael .alert a:focus, .theme-stael .alert a:hover {
  color: #c2c2c2;
}

.theme-stael .l-technicien a {
  color: #ffffff;
  display: block;
}

.theme-stael .toolbar-tray a {
  color: #565656;
}

.theme-stael .toolbar-tray a:hover,
.theme-stael .toolbar-tray a:active,
.theme-stael .toolbar-tray a:focus,
.theme-stael .toolbar-tray a.is-active {
  text-decoration: underline;
  color: #000000;
}

.theme-stael .page-item.active .page-link {
  z-index: 2;
  color: #ffffff;
  background-color: #008b35;
  border-color: #008b35;
}

.theme-stael .page-link:focus, .page-link:hover {
  color: #005e24;
  text-decoration: none;
  background-color: #ecedef;
  border-color: #dddddd;
}

.sidebar .menu .list li >:first-child svg {
  position: relative;
  top: 3px;
}
