/* TMD colours */
body {
  color: #888888;
  /*background: #404040;*/
}
a,
a:hover {
  text-shadow: none !important;
  color: #39afc7;
}
ul.faq-list li a:hover,
ul.faq-list li a.active {
  background: #39afc7;
}
#header.navbar-inverse .navbar-inner {
  background-color: #39afc7;
  background-image: -moz-linear-gradient(top, #39afc7, #39afc7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#39afc7), to(#39afc7));
  background-image: -webkit-linear-gradient(top, #39afc7, #39afc7);
  background-image: -o-linear-gradient(top, #39afc7, #39afc7);
  background-image: linear-gradient(to bottom, #39afc7, #39afc7);
  background-repeat: repeat-x;
  border-color: #39afc7;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a8bc2', endColorstr='#ff4a8bc2', GradientType=0);
}
.sidebar-toggle-box {
  background: #0095a8;
  color: #fff;
}
#header .navbar-inner .nav .dropdown-toggle:hover,
.navbar-inner .nav .dropdown.open .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
#header.navbar-inverse .divider-vertical {
  border-left-color: #2c2d2f;
  border-right-color: #181a1b;
}
#sidebar > ul > li > a {
  color: #fff !important;
}
#sidebar > ul > li a i {
  color: #fff !important;
  display: inline-block;
}
#sidebar > ul > li > ul.sub > li > a:hover,
#sidebar > ul > li > ul.sub > li.active > a {
  background: #575757;
  transition-duration: 500ms;
  transition-property: width, background;
  transition-timing-function: ease;
  -webkit-transition-duration: 500ms;
  -webkit-transition-property: width, background;
  -webkit-transition-timing-function: ease;
}
#sidebar > ul > li.active > a,
#sidebar > ul > li > a:hover,
#sidebar > ul > li:hover > a {
  background: #39afc7;
}
#sidebar > ul > li > ul.sub > li > a {
  color: #a0a0a0;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background-color: #EEEEEE;
  background-image: none;
  color: #333333;
  filter: none;
  text-decoration: none;
}
#sidebar > ul > li > ul.sub > li:last-child {
  border-bottom: none;
}
.chats li.out .name {
  color: #b14c4c;
}
.chats li.in .message {
  border-left: 2px solid #2f8e95;
}
.chats li.in .message .arrow {
  border-right: 8px solid #2f8e95;
}
.chats li.out .message .arrow {
  border-left: 8px solid #b14c4c;
}
.chats li.out .message {
  border-right: 2px solid #b14c4c;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border: 1px solid #39afc7;
  box-shadow: none;
}
/* Landscape phone to portrait tablet */
@media (max-width: 979px) {
  #sidebar {
    background-color: #404040 !important;
  }
}
/*--wizard--*/
.custom-wizard-pills .nav-pills li.active a,
.custom-wizard-pills .nav-pills li a:hover {
  background: #39afc7;
}
/*invoice-list*/
.invoice-list h5 {
  color: #404040;
}
/*about us*/
.about-us h4,
.team-member h3,
.team-member ul li a:hover,
.contact-us h4 {
  color: #404040;
}
