@import url("loading.css");
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-family: Arial; } }
/* Base */
html {
  overflow-y: scroll; }

body {
  background: #F9F9F9;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

#loading {
  position: fixed;
  /*display: none;*/
  z-index: 5000;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  padding-top: 20%;
  background: rgba(255, 255, 255, 0.3); }

a, a:hover, a:active, a:focus {
  outline: 0 !important; }

input::-moz-focus-inner {
  border: 0; }

input[type="file"] {
  background: #E5E5E5;
  vertical-align: middle;
  line-height: inherit;
  padding: 0.5em;
  margin: 0;
  height: inherit !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  clear: both; }

.login-margin {
  margin-top: 5em; }

.row {
  margin-left: 0;
  margin-right: 0; }

.row > div {
  margin-bottom: 15px; }

.alert {
  margin-bottom: 0; }

#page-wrapper {
  padding-left: 55px;
  transition: all .4s ease 0s;
  height: 100%; }

#sidebar-wrapper {
  margin-left: -150px;
  left: -45px;
  width: 250px;
  position: fixed;
  height: 100%;
  transition: all .3s ease 0s; }

.green {
  background: #23ae89 !important; }

.blue {
  background: #2361ae !important; }

.orange {
  background: #d3a938 !important; }

.red {
  background: #ae2323 !important; }

.form-horizontal .has-feedback .fa-form-control-feedback {
  position: absolute;
  right: 24px;
  top: 7px;
  font-size: 20px; }

.form-group .help-block.form-group-inline-error {
  padding-top: 3px; }

div.input-mask {
  padding-top: 7px; }

/* ------------------------------- */
/* Top Right Navigation Dropdown Styles */
.logo {
  display: inline-block;
  width: 118px;
  height: 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../../img/logo.png");
  margin-top: 15.5px; }

#toggle_nav {
  padding-right: 1.5%; }

#toggle_nav .menu-icon:before {
  font-size: 25px; }

#page-wrapper:not(.active) #toggle_nav .menu-icon:before {
  content: "\f138";
  /*content: "\f152";*/
  /*content: "\f054";*/ }

#page-wrapper.active #toggle_nav .menu-icon:before {
  content: "\f137";
  /*content: "\f191";*/
  /*content: "\f053";*/ }

#nav_top_user {
  padding-left: 15px;
  margin-top: 0.3em; }

.header_user_name {
  font-size: 18px;
  font-weight: 300; }

.header_user_last_access,
.sidebar-footer-copyright {
  font-size: 10px; }

#nav_top {
  /*position: absolute;*/
  top: 0;
  height: 55px;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle; }

.navbar-top {
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  border: 0 none; }

.navbar-top-links li {
  display: inline-block; }

.navbar-top-links li:last-child {
  margin-right: 15px; }

.navbar-top-links li a {
  padding: 15px;
  min-height: 55px; }

.navbar-top-links li i {
  vertical-align: middle; }

.navbar-top-links .dropdown-menu li {
  display: block; }

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0; }

.navbar-top-links .dropdown-menu li a {
  padding: 5px 15px;
  min-height: 0; }

.navbar-top-links .dropdown-menu li a div {
  white-space: normal; }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0; }

.navbar-top-links .dropdown-messages {
  margin-left: 5px; }

.navbar-top-links .dropdown-tasks {
  margin-left: -59px; }

.navbar-top-links .dropdown-alerts {
  margin-left: -123px; }

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto; }

.dropdown-menu > li.color_choser {
  text-align: center; }

.dropdown-menu > li > a.cms_color_change {
  display: inline;
  padding: 3px 5px;
  line-height: 1.42857143; }

/* Sidebar */
ul.sidebar {
  position: absolute;
  top: 0;
  bottom: 45px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-indent: 15px;
  overflow-x: hidden;
  overflow-y: auto; }
.sidebar-submenu-container{
    display: none;
}
#page-wrapper:not(.active) ul.sidebar {
  bottom: 0; }

ul.sidebar li a {
  color: #fff;
  display: block;
  float: left;
  text-decoration: none;
  width: 250px; }

ul.sidebar .sidebar-main {
  height: 55px;
  margin-bottom: 5px; }

ul.sidebar .sidebar-main a {
  font-size: 18px;
  height: 55px;
  position: fixed; }

ul.sidebar .sidebar-main .menu-icon {
  float: right;
  font-size: 18px;
  padding-right: 0;
  line-height: 55px; }

ul.sidebar .sidebar-title {
  font-size: 12px;
  height: 35px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer; }

#page-wrapper:not(.active) .sidebar-title-arrow {
  display: none; }

ul.sidebar .sidebar-title-arrow {
  position: absolute;
  right: 0;
  /*font-size: 15px;*/
  font-size: 12px;
  padding-right: 25px; }

ul.sidebar .sidebar-title-arrow i:before {
  content: '\f107';
  content: '\f0d7';
  content: '\f078';
  content: '\f055';
  /*content: '\f13a';*/ }

ul.sidebar .sidebar-title-active .sidebar-title-arrow i:before {
  content: '\f106';
  content: '\f0d8';
  content: '\f077';
  content: '\f139';
  content: ''; }

ul.sidebar .sidebar-title-empty {
  height: 0;
  line-height: 0; }

#page-wrapper:not(.active) ul.sidebar .sidebar-title {
  display: none; }

#page-wrapper:not(.active) ul.sidebar .sidebar-title.separator {
  display: block;
  height: 2px;
  margin: 13px 0;
  margin: 0; }

ul.sidebar .sidebar-list {
  height: 40px; }

ul.sidebar .sidebar-list a {
  text-indent: 15px;
  font-size: 15px;
  color: #b2bfdc;
  line-height: 40px; }

ul.sidebar .sidebar-list a span.sidebar-list-text {
  float: left;
  width: 180px;
  /*line-height: 1.42857143;*/ }

ul.sidebar .sidebar-list a:hover {
  color: #fff;
  box-shadow: 3px 0  0 #0075B6;
  text-indent: 15px; }

#page-wrapper:not(.active) ul.sidebar .sidebar-list a:hover span {
  box-shadow: 3px 0  0 #0075B6;
  text-indent: 15px; }

ul.sidebar .sidebar-list .menu-icon {
  float: right;
  padding-right: 29px;
  padding-right: 0;
  line-height: 40px;
  width: 55px; }

.sidebar-footer {
  position: absolute;
  height: 40px;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center; }

#page-wrapper:not(.active) .sidebar-footer {
  display: none; }

.sidebar-footer div a {
  color: #b2bfdc;
  font-size: 12px;
  line-height: 43px; }

.sidebar-footer div a:hover {
  color: #ffffff;
  text-decoration: none; }

#incidence {
  width: auto;
  line-height: 20px;
  color: #fff;
  margin: 1em;
  text-indent: 0; }

/*.sidebar span{
    position: relative;
}
.sidebar span[title]:hover:after {
    content: attr(title); 
  color: #ccc;
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background: #585858;
}*/
/* Main Content */
#content-wrapper {
  padding-left: 0;
  margin-left: 0;
  width: 100%;
  height: auto; }

#page-wrapper.active {
  padding-left: 250px; }

#page-wrapper.active #sidebar-wrapper {
  left: 150px; }

/* Header */
.row.header {
  height: 55px;
  background: #fff;
  display: table;
  width: 100%; }

.row.header > div:last-child {
  padding-right: 0; }

.row.header .meta .page {
  font-size: 17px;
  padding-top: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media only screen and (min-width: 993px) {
  .row.header .meta .page {
    width: 380px; } }
@media only screen and (max-width: 992px) {
  .row header .meta .page {
    width: 180px; } }
.row.header .meta .breadcrumb-links {
  font-size: 10px; }

.row.header .login a {
  padding: 18px;
  display: block; }

.row.header .user > .item {
  width: 65px;
  height: 60px;
  float: right;
  display: inline-block;
  text-align: center;
  vertical-align: middle; }

.row.header .user > .item a {
  color: #919191;
  display: block; }

.row.header .user > .item i {
  font-size: 20px;
  line-height: 55px; }

.row.header .user > .item img {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  border-radius: 2px; }

.row.header .user > .item ul.dropdown-menu {
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05); }

.row.header .user > .item ul.dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 23px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.row.header .user > .item ul.dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 24px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: ''; }

.row.header .user > .item ul.dropdown-menu .dropdown-header {
  text-align: center; }

.row.header .user > .item ul.dropdown-menu li.link {
  text-align: left; }

.row.header .user > .item ul.dropdown-menu li.link a {
  padding-left: 7px;
  padding-right: 7px; }

.alert-timeout {
  position: fixed;
  width: 25%;
  top: 55px;
  right: 0; }

/* Widgets */
.widget {
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #e9e9e9; }

.widget .widget-title {
  color: #767676;
  background-color: #f6f6f6;
  padding: 10px 15px;
  border-bottom: 1px solid #e9e9e9; }

.widget .widget-title i {
  margin-right: 5px; }

.widget .widget-title input {
  width: 25%; }

.widget .widget-body {
  padding: 20px; }

.widget .widget-body table thead * {
  font-size: 14px !important; }

.widget .widget-body table tbody * {
  font-size: 13px !important; }

.widget .widget-body.no-padding .error, .widget .widget-body.no-padding .message {
  padding: 20px; }

.widget .widget-body .error {
  color: #ff0000; }

.widget .widget-body table thead {
  background: #fafafa; }

.widget .widget-body.large {
  height: 350px;
  overflow-y: auto; }

.widget .widget-body.medium {
  height: 250px;
  overflow-y: auto; }

.widget .widget-body.small {
  height: 150px;
  overflow-y: auto; }

.widget .widget-body.no-padding {
  padding: 0; }

.widget .widget-body button {
  margin-left: 5px; }

.widget .widget-body div.alert {
  margin-bottom: 10px; }

.widget .widget-icon {
  background: #30426a;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px; }

.widget .widget-icon i {
  line-height: 66px;
  color: #ffffff;
  font-size: 30px; }

.widget .widget-content .title {
  font-size: 28px;
  display: block; }

.message-heading {
  font-size: 17px !important; }

.panel {
  border-radius: 0; }

.panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px; }

/* Datatable */
.dataTable th {
  padding: 8px 20px 8px 8px !important; }

.iv_order {
  width: 2em;
  text-align: right;
  padding: 0 0.2em; }

.incidence {
  margin: 20px; }

.incidence-body {
  min-height: 300px; }

.label_notice {
  margin: -7px 0 0;
  font-size: 11px;
  color: #ccc; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-block;
  margin: 0.5em 1%;
  width: 30%; }

.min-badge {
  border-radius: 10px;
  display: inline-block;
  font-size: 5px;
  min-width: 5px;
  padding: 3px 5px;
  vertical-align: baseline; }

.badge-bordered {
  border: 1px solid #000; }

select {
  padding: 0 10px 0 5px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/icon-arrow-down.png") right center no-repeat !important;
  text-indent: 1px;
  text-overflow: ''; }

input.custom-chk {
  max-height: 0;
  max-width: 0;
  opacity: 0; }

input.custom-chk + label {
  display: block;
  position: relative;
  box-shadow: inset 0 0 0px 1px #d5d5d5;
  text-indent: -5000px;
  height: 22px;
  width: 50px;
  border-radius: 15px; }

input.custom-chk + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 22px;
  width: 22px;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: rgba(19, 191, 17, 0);
  -moz-transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

input.custom-chk + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 22px;
  width: 22px;
  top: 0;
  left: 0px;
  border-radius: 15px;
  background: #f1f1f1;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

input.custom-chk:checked + label:before {
  width: 50px;
  background: #5cb85c; }

input.custom-chk:checked + label:after {
  left: 28px;
  box-shadow: inset 0 0 0 1px #5cb85c, 0 2px 4px rgba(0, 0, 0, 0.2); }

.cms_color_change_default span.badge {
  background: white; }

body.theme-default {
  /* color de fons del menu top */
  /* links menu top */
  /* links dropdown menu top */
  /* color hover links dropdown menu top */
  /* links menu lateral */
  /* background submenu */
  /* color de la capsalera del panell a la finestra principal */ }
  body.theme-default ul.sidebar .sidebar-main a, body.theme-default .sidebar-footer, body.theme-default ul.sidebar .sidebar-list a:hover {
    background: #d8d8d8; }
  body.theme-default #sidebar-wrapper {
    background: #f2f2f2; }
  body.theme-default ul.sidebar .sidebar-title {
    color: #bfbfbf; }
  body.theme-default #page-wrapper:not(.active) ul.sidebar .sidebar-title.separator {
    /*background: $themeColor;*/
    background: #e5e5e5; }
  body.theme-default .logo {
    background-image: url("../img/logo.png"); }
  body.theme-default .row.header {
    background: #d8d8d8; }
  body.theme-default #toggle_nav .menu-icon {
    color: #f2f2f2; }
  body.theme-default .nav:not(.nav-tabs) > li > a:hover, body.theme-default .nav:not(.nav-tabs) > li > a:focus,
  body.theme-default .nav .open > a, body.theme-default .nav .open > a:hover, body.theme-default .nav .open > a:focus {
    background-color: #f2f2f2; }
  body.theme-default .header_user_name,
  body.theme-default .header_user_last_access,
  body.theme-default .sidebar-footer-copyright {
    color: #585858; }
  body.theme-default .navbar-top-links a {
    color: #585858; }
  body.theme-default .navbar-top-links .dropdown-menu li a {
    color: #585858; }
  body.theme-default .dropdown-menu > li > a:hover, body.theme-default .dropdown-menu > li > a:focus {
    text-decoration: none; }
  body.theme-default .dropdown-menu > li > a.cms_color_change:hover, body.theme-default .dropdown-menu > li > a.cms_color_change:focus {
    background-color: transparent; }
  body.theme-default ul.sidebar .sidebar-list a {
    color: #585858; }
  body.theme-default #page-wrapper.active .sidebar-submenu-container > li.sidebar-list {
    background: #fefefe; }
  body.theme-default .panel-heading {
    color: black;
    background-color: white; }

.cms_color_change_red span.badge {
  background: #a04646; }

body.theme-red {
  /* color de fons del menu top */
  /* links menu top */
  /* links dropdown menu top */
  /* color hover links dropdown menu top */
  /* links menu lateral */
  /* background submenu */
  /* color de la capsalera del panell a la finestra principal */ }
  body.theme-red ul.sidebar .sidebar-main a, body.theme-red .sidebar-footer, body.theme-red ul.sidebar .sidebar-list a:hover {
    background: #592727; }
  body.theme-red #sidebar-wrapper {
    background: #7c3737; }
  body.theme-red ul.sidebar .sidebar-title {
    color: #361717; }
  body.theme-red #page-wrapper:not(.active) ul.sidebar .sidebar-title.separator {
    /*background: $themeColor;*/
    background: #6b2f2f; }
  body.theme-red .logo {
    background-image: url("../img/logo_light.png"); }
  body.theme-red .row.header {
    background: #592727; }
  body.theme-red #toggle_nav .menu-icon {
    color: #7c3737; }
  body.theme-red .nav:not(.nav-tabs) > li > a:hover, body.theme-red .nav:not(.nav-tabs) > li > a:focus,
  body.theme-red .nav .open > a, body.theme-red .nav .open > a:hover, body.theme-red .nav .open > a:focus {
    background-color: #7c3737; }
  body.theme-red .header_user_name,
  body.theme-red .header_user_last_access,
  body.theme-red .sidebar-footer-copyright {
    color: white; }
  body.theme-red .navbar-top-links a {
    color: white; }
  body.theme-red .navbar-top-links .dropdown-menu li a {
    color: #585858; }
  body.theme-red .dropdown-menu > li > a:hover, body.theme-red .dropdown-menu > li > a:focus {
    text-decoration: none; }
  body.theme-red .dropdown-menu > li > a.cms_color_change:hover, body.theme-red .dropdown-menu > li > a.cms_color_change:focus {
    background-color: transparent; }
  body.theme-red ul.sidebar .sidebar-list a {
    color: white; }
  body.theme-red #page-wrapper.active .sidebar-submenu-container > li.sidebar-list {
    background: #8e3e3e; }
  body.theme-red .panel-heading {
    color: #1b3131;
    background-color: #e4cece; }

.cms_color_change_green span.badge {
  background: #54a046; }

body.theme-green {
  /* color de fons del menu top */
  /* links menu top */
  /* links dropdown menu top */
  /* color hover links dropdown menu top */
  /* links menu lateral */
  /* background submenu */
  /* color de la capsalera del panell a la finestra principal */ }
  body.theme-green ul.sidebar .sidebar-main a, body.theme-green .sidebar-footer, body.theme-green ul.sidebar .sidebar-list a:hover {
    background: #2f5927; }
  body.theme-green #sidebar-wrapper {
    background: #427c37; }
  body.theme-green ul.sidebar .sidebar-title {
    color: #1c3617; }
  body.theme-green #page-wrapper:not(.active) ul.sidebar .sidebar-title.separator {
    /*background: $themeColor;*/
    background: #386b2f; }
  body.theme-green .logo {
    background-image: url("../img/logo_light.png"); }
  body.theme-green .row.header {
    background: #2f5927; }
  body.theme-green #toggle_nav .menu-icon {
    color: #427c37; }
  body.theme-green .nav:not(.nav-tabs) > li > a:hover, body.theme-green .nav:not(.nav-tabs) > li > a:focus,
  body.theme-green .nav .open > a, body.theme-green .nav .open > a:hover, body.theme-green .nav .open > a:focus {
    background-color: #427c37; }
  body.theme-green .header_user_name,
  body.theme-green .header_user_last_access,
  body.theme-green .sidebar-footer-copyright {
    color: white; }
  body.theme-green .navbar-top-links a {
    color: white; }
  body.theme-green .navbar-top-links .dropdown-menu li a {
    color: #585858; }
  body.theme-green .dropdown-menu > li > a:hover, body.theme-green .dropdown-menu > li > a:focus {
    text-decoration: none; }
  body.theme-green .dropdown-menu > li > a.cms_color_change:hover, body.theme-green .dropdown-menu > li > a.cms_color_change:focus {
    background-color: transparent; }
  body.theme-green ul.sidebar .sidebar-list a {
    color: white; }
  body.theme-green #page-wrapper.active .sidebar-submenu-container > li.sidebar-list {
    background: #4b8e3e; }
  body.theme-green .panel-heading {
    color: #2e1b31;
    background-color: #d1e4ce; }

.cms_color_change_blue span.badge {
  background: #4663a0; }

body.theme-blue {
  /* color de fons del menu top */
  /* links menu top */
  /* links dropdown menu top */
  /* color hover links dropdown menu top */
  /* links menu lateral */
  /* background submenu */
  /* color de la capsalera del panell a la finestra principal */ }
  body.theme-blue ul.sidebar .sidebar-main a, body.theme-blue .sidebar-footer, body.theme-blue ul.sidebar .sidebar-list a:hover {
    background: #273759; }
  body.theme-blue #sidebar-wrapper {
    background: #374d7c; }
  body.theme-blue ul.sidebar .sidebar-title {
    color: #172136; }
  body.theme-blue #page-wrapper:not(.active) ul.sidebar .sidebar-title.separator {
    /*background: $themeColor;*/
    background: #2f426b; }
  body.theme-blue .logo {
    background-image: url("../img/logo_light.png"); }
  body.theme-blue .row.header {
    background: #273759; }
  body.theme-blue #toggle_nav .menu-icon {
    color: #374d7c; }
  body.theme-blue .nav:not(.nav-tabs) > li > a:hover, body.theme-blue .nav:not(.nav-tabs) > li > a:focus,
  body.theme-blue .nav .open > a, body.theme-blue .nav .open > a:hover, body.theme-blue .nav .open > a:focus {
    background-color: #374d7c; }
  body.theme-blue .header_user_name,
  body.theme-blue .header_user_last_access,
  body.theme-blue .sidebar-footer-copyright {
    color: white; }
  body.theme-blue .navbar-top-links a {
    color: white; }
  body.theme-blue .navbar-top-links .dropdown-menu li a {
    color: #585858; }
  body.theme-blue .dropdown-menu > li > a:hover, body.theme-blue .dropdown-menu > li > a:focus {
    text-decoration: none; }
  body.theme-blue .dropdown-menu > li > a.cms_color_change:hover, body.theme-blue .dropdown-menu > li > a.cms_color_change:focus {
    background-color: transparent; }
  body.theme-blue ul.sidebar .sidebar-list a {
    color: white; }
  body.theme-blue #page-wrapper.active .sidebar-submenu-container > li.sidebar-list {
    background: #3e588e; }
  body.theme-blue .panel-heading {
    color: #312a1b;
    background-color: #ced5e4; }

.cms_color_change_black span.badge {
  background: #8b8b8b; }

body.theme-black {
  /* color de fons del menu top */
  /* links menu top */
  /* links dropdown menu top */
  /* color hover links dropdown menu top */
  /* links menu lateral */
  /* background submenu */
  /* color de la capsalera del panell a la finestra principal */ }
  body.theme-black ul.sidebar .sidebar-main a, body.theme-black .sidebar-footer, body.theme-black ul.sidebar .sidebar-list a:hover {
    background: #585858; }
  body.theme-black #sidebar-wrapper {
    background: #727272; }
  body.theme-black ul.sidebar .sidebar-title {
    color: #3f3f3f; }
  body.theme-black #page-wrapper:not(.active) ul.sidebar .sidebar-title.separator {
    /*background: $themeColor;*/
    background: #656565; }
  body.theme-black .logo {
    background-image: url("../img/logo_light.png"); }
  body.theme-black .row.header {
    background: #585858; }
  body.theme-black #toggle_nav .menu-icon {
    color: #727272; }
  body.theme-black .nav:not(.nav-tabs) > li > a:hover, body.theme-black .nav:not(.nav-tabs) > li > a:focus,
  body.theme-black .nav .open > a, body.theme-black .nav .open > a:hover, body.theme-black .nav .open > a:focus {
    background-color: #727272; }
  body.theme-black .header_user_name,
  body.theme-black .header_user_last_access,
  body.theme-black .sidebar-footer-copyright {
    color: white; }
  body.theme-black .navbar-top-links a {
    color: white; }
  body.theme-black .navbar-top-links .dropdown-menu li a {
    color: #585858; }
  body.theme-black .dropdown-menu > li > a:hover, body.theme-black .dropdown-menu > li > a:focus {
    text-decoration: none; }
  body.theme-black .dropdown-menu > li > a.cms_color_change:hover, body.theme-black .dropdown-menu > li > a.cms_color_change:focus {
    background-color: transparent; }
  body.theme-black ul.sidebar .sidebar-list a {
    color: white; }
  body.theme-black #page-wrapper.active .sidebar-submenu-container > li.sidebar-list {
    background: #7e7e7e; }
  body.theme-black .panel-heading {
    color: #0e0e0e;
    background-color: #f1f1f1; }

/*# sourceMappingURL=itemcms.css.map */
