/* Color of text by default */
/* Color of titles h2-h3-h4-h5 */
/* Color of links */
/* Color of hovered links */
/* color of anchors on titles */
/* Background color of menu header */
/*Color of menu header border */
/* Search field background color (by default borders + icons) */
/* Override search field border color */
/* Override search field icons color */
/* Background color of the active section and its childs */
/* Background color of other sections */
/* Color of links in menu */
/* Color of links in menu, when hovered */
/* Color of active category text */
/* Color of background for the active category (only) */
/* Color of 'page visited' icons in menu */
/* Color of <hr> separator in menu */
body {
  color: #323232 !important;
}
textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: none;
  box-shadow: none;
}
h2,
h3,
h4,
h5 {
  color: #5e5e5e !important;
}
a {
  color: #1aaba3;
}
.anchor {
  color: #1aaba3;
}
a:hover {
  color: #1aaba3;
}
#sidebar ul li.visited > a .read-icon {
  color: #1aaba3;
}
#body a.highlight:after {
  display: block;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  transition: width 0.5s ease;
  background-color: #1aaba3;
}
#sidebar {
  background-color: #252c31;
}
#sidebar #header-wrapper {
  background: #1aaba3;
  color: #1aaba3;
  border-color: #1aaba3;
}
#sidebar .searchbox {
  border-color: #1aaba3;
  background: #ffffff;
}
#sidebar ul.topics > li.parent,
#sidebar ul.topics > li.active {
  background: #20272b;
}
#sidebar .searchbox * {
  color: #1aaba3;
}
#sidebar a {
  color: #e6e6e6;
}
#sidebar a:hover {
  color: #e6e6e6;
}
#sidebar ul li.active > a {
  background: #fff;
  color: #777 !important;
}
#sidebar hr {
  border-color: #20272b;
}
