/*------------------------------------------------*/
/*  Skin: Full Dark
/*------------------------------------------------*/
/* general */
/* line 11, ../../../sass/skins/fullbright.scss */
body {
  background: #fff;
}

/* line 15, ../../../sass/skins/fullbright.scss */
a {
  color: #7b7b7b;
}
/* line 18, ../../../sass/skins/fullbright.scss */
a:hover, a:focus {
  color: #555555;
}

/* top bar */
/* line 24, ../../../sass/skins/fullbright.scss */
.top-bar {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
/* line 29, ../../../sass/skins/fullbright.scss */
.top-bar .top-bar-right .btn-link {
  color: #7b7b7b;
}
/* line 32, ../../../sass/skins/fullbright.scss */
.top-bar .top-bar-right .btn-link:hover {
  color: #555555;
}
/* line 39, ../../../sass/skins/fullbright.scss */
.top-bar .notifications .count {
  border-color: #fff;
}
/* line 43, ../../../sass/skins/fullbright.scss */
.top-bar .notifications .notification-item .btn-group > a {
  color: #7b7b7b;
}
/* line 46, ../../../sass/skins/fullbright.scss */
.top-bar .notifications .notification-item .btn-group > a:hover, .top-bar .notifications .notification-item .btn-group > a:focus {
  color: #555555;
}
/* line 53, ../../../sass/skins/fullbright.scss */
.top-bar .searchbox input[type="search"] {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #cccccc;
}
/* line 59, ../../../sass/skins/fullbright.scss */
.top-bar .searchbox .btn {
  background-color: #d9d9d9;
  border-color: #e6e6e6;
}
/* line 63, ../../../sass/skins/fullbright.scss */
.top-bar .searchbox .btn i {
  color: #f2f2f2;
}
/* line 67, ../../../sass/skins/fullbright.scss */
.top-bar .searchbox .btn:hover {
  border-color: #d9d9d9;
}
/* line 70, ../../../sass/skins/fullbright.scss */
.top-bar .searchbox .btn:hover i {
  color: #e6e6e6;
}
/* line 77, ../../../sass/skins/fullbright.scss */
.top-bar .logged-user .open .btn {
  color: #7b7b7b;
}

/* line 83, ../../../sass/skins/fullbright.scss */
.bottom {
  border-bottom: 1px solid #e6e6e6;
}
/* line 86, ../../../sass/skins/fullbright.scss */
.bottom .container .content-wrapper {
  background-color: #fff;
}

/* navigation */
/* line 94, ../../../sass/skins/fullbright.scss */
ul.main-menu > li a {
  background-color: #fff;
  border-top: 1px solid #fff;
  color: #7b7b7b;
}
/* line 99, ../../../sass/skins/fullbright.scss */
ul.main-menu > li a:hover {
  background-color: #fafafa;
}
/* line 105, ../../../sass/skins/fullbright.scss */
ul.main-menu > li.active > a {
  background-color: #f2f2f2;
}

/* line 114, ../../../sass/skins/fullbright.scss */
.left-sidebar.minified .main-menu > li:hover > a > .text {
  background: #f2f2f2;
  border: 1px solid #fff;
}
/* line 119, ../../../sass/skins/fullbright.scss */
.left-sidebar.minified .main-menu > li:hover ul.sub-menu {
  border: 1px solid #f7f7f7;
}

/* sidebar */
/* line 128, ../../../sass/skins/fullbright.scss */
.sidebar-content .panel.panel-default {
  border-color: #e6e6e6;
  background-color: #fafafa;
  color: #555;
}
/* line 133, ../../../sass/skins/fullbright.scss */
.sidebar-content .panel.panel-default > .panel-heading {
  background-color: #f2f2f2;
  border-color: #e6e6e6;
}
/* line 140, ../../../sass/skins/fullbright.scss */
.sidebar-content h5.label-default {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  color: #000000;
}
/* line 147, ../../../sass/skins/fullbright.scss */
.sidebar-content .list-info-sidebar {
  background-color: white;
  border: 1px solid #e6e6e6;
  color: #fff;
}
/* line 152, ../../../sass/skins/fullbright.scss */
.sidebar-content .list-info-sidebar .data-name {
  color: #cccccc;
}
/* line 156, ../../../sass/skins/fullbright.scss */
.sidebar-content .list-info-sidebar .data-value {
  color: #555;
}

/* line 162, ../../../sass/skins/fullbright.scss */
.footer {
  background-color: #fff;
  color: #555;
}

