/*------------------------------------------------*/
/*	Skin: Full Dark
/*------------------------------------------------*/
/* general */
body {
  background-color: /*white*/#fafcff;
}

a {
  color: #0045b5;
}
a:hover, a:focus {
  color: #003994;
}

/* top bar */
.top-bar {
  background-color: /*black*/#292d33;
  border-bottom: 1px solid /*darkgray*/#667080;
}
.top-bar .top-bar-right .btn-link {
  color: /*lightgray*/#ccd3de;
}
.top-bar .top-bar-right .btn-link:hover {
  color: /*silver*/#e1e6ed;
}
.top-bar .notifications .count {
  border-color: /*silver*/#e1e6ed;
}
.top-bar .notifications .notification-item .btn-group > a {
  color: /*lightgray*/#ccd3de;
}
.top-bar .notifications .notification-item .btn-group > a:hover, .top-bar .notifications .notification-item .btn-group > a:focus {
  color: /*silver*/#e1e6ed;
}
.top-bar .searchbox input[type="search"] {
  background-color: /*white*/#fafcff;
  border: 1px solid /*darkgray*/#667080;
  color: /*darkgray*/#667080;
}
.top-bar .searchbox .btn {
  background-color: /*darkgray*/#667080;
  border-color: /*lightgray*/#ccd3de;
}
.top-bar .searchbox .btn .fa {
  color: /*lightgray*/#ccd3de;
}
.top-bar .searchbox .btn:hover {
  border-color: /*silver*/#e1e6ed;
}
.top-bar .searchbox .btn:hover .fa  {
  color: /*silver*/#e1e6ed;
}

/* widget */
.widget {
  border-color: /*gray*/#9aa4b5;
}
.widget .widget-header {
  background-color: /*lightgray*/#ccd3de;
  border-bottom-color: /*gray*/#9aa4b5;
  color: /*darkgray*/#667080;
}
.widget .widget-header em {
  color: /*white*/#fafcff;
}
.widget .widget-header .btn-help,
.widget .widget-header .btn-link {
  color: /*darkgray*/#667080;
}
.widget .widget-header .widget-header-toolbar {
  border-left-color: /*gray*/#9aa4b5;
}
.widget .widget-header .widget-header-toolbar .control-title {
  color: /*white*/#fafcff;
}
.widget .widget-header .btn-group > a {
  background-color: /*lightgray*/#ccd3de;
  border-bottom-color: /*gray*/#9aa4b5;
  color: /*darkgray*/#667080;
}
.widget .widget-header .btn-group > a:hover, .widget .widget-header .btn-group > a:focus {
  color: /*gray*/#9aa4b5;
}

/*stuff*/
.bottom {
  border-bottom: 1px solid /*white*/#fafcff;
}

.bottom .container .content-wrapper {
  background-color: /*white*/#fafcff;
}

.widget-content {
  background-color: /*white*/#fafcff;
}

/* navigation */
ul.main-menu > li a {
  background-color: /*white*/#fafcff;
  border-top: 1px solid /*white*/#fafcff;
  color: /*darkgray*/#667080;
}
ul.main-menu > li a:hover {
  background-color: /*silver*/#e1e6ed;
}
ul.main-menu > li.active > a {
  background-color: /*lightgray*/#ccd3de;
}

.left-sidebar.minified .main-menu > li:hover > a > .text {
  background: /*silver*/#e1e6ed;
  border: 1px solid /*white*/#fafcff;
}
.left-sidebar.minified .main-menu > li:hover ul.sub-menu {
  border: 1px solid /*silver*/#e1e6ed;
}

.dropdown-menu {
    background-color: /*white*/#fafcff;
    color: /*darkgray*/#667080;
}

/* sidebar */
.sidebar-content .panel.panel-default {
  border-color: #e6e6e6;
  background-color: #fafafa;
  color: #555555;
}

.sidebar-content .panel.panel-default > .panel-heading {
  background-color: #f2f2f2;
  border-color: #e6e6e6;
}
.sidebar-content h5.label-default {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  color: inherit;
}
.sidebar-content .list-info-sidebar {
  background-color: white;
  border: 1px solid #e6e6e6;
  color: #fff;
}

.sidebar-content .list-info-sidebar .data-name {
  color: #cccccc;
}
.sidebar-content .list-info-sidebar .data-value {
  color: #555555;
}

.footer {
    background-color:/*darkgray*/ #667080;
    color:  /*white*/#fafcff;
    padding: 10px;
}

.gist {
    font-size: 14px;
}