﻿/*---Colors---*/
/*White*/
/*Gray*/
/*Blue*/
/*Cyan*/
/*---Font---*/
/*---Text---*/
/*---Placeholder---*/
/*---Button---*/
/*---Header menu---*/
/*---Sub menu---*/
/*---Left panel toolbar*/
/*---Modal---*/
/*---Context menu---*/
/*---Admin panel---*/
/* Sidebar */
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 260px;
  width: 260px;
  height: 100%;
  margin-left: -260px;
  overflow-y: auto;
  background: #fff;
  border-right: 1px solid #CCC;
}
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 260px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 15px;
  line-height: 40px;
  border-bottom: 1px solid #d3d3d3;
  cursor: pointer;
}
.sidebar-nav li.section {
  cursor: auto;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 16px;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
  color: #000;
  height: 35px;
  line-height: 35px;
}
.sidebar-nav li.section .fa-circle {
  font-size: .75em;
}
.sidebar-nav li .fa {
  text-indent: 0;
  padding-right: 5px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
.sidebar-nav li a.active {
  background: #337ab7;
  border-left: 3px solid #fe6568;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: #337ab7;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  padding: 20px 0 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  text-indent: 0;
  border-bottom: 0;
  cursor: default;
}
.sidebar-nav > .sidebar-brand a:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
}
.sidebar-nav > .sidebar-brand img {
  -ms-border-radius: 0;
  border-radius: 0;
  width: 220px;
}
.sidebar-nav > .sidebar-brand .title {
  display: block;
  font-size: 1em;
  text-transform: uppercase;
}