@charset "utf-8";
/* CSS Document */
/*  Variables  */
/*   Mixins  */
/*  Gradients  */
/*  Transition  */
/*  Box Sizing  */
/*  Box Shadow  */
/*  Border Radius  */
/*  Opacity  */
body, html {
  height: 100%;
  min-height: 100%; }

body {
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
  font: normal 12px 'Open Sans', arial, sans-serif;
  line-height: 18px;
  color: #4d4d4d;
  background: #ededed; }

a {
  color: black;
  text-decoration: none;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease; }
  a:hover {
    color: #999999;
    text-decoration: none; }

.no-margin {
  margin: 0 !important; }

.no-border {
  border: none !important; }

.no-padding {
  padding: 0 !important; }

.center-align-text {
  text-align: center !important; }

.right-align-text {
  text-align: right !important; }

.left-align-text {
  text-align: left !important; }

.text-justify {
  text-align: justify !important; }

.uppercase {
  text-transform: uppercase; }

.lg-border-radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.md-border-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.sm-border-radius {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.lg-padding {
  padding: 20px; }

.md-padding {
  padding: 10px; }

.sm-padding {
  padding: 5px; }

.text-success {
  color: #8ece5a !important; }

.text-danger {
  color: #e93400 !important; }

.text-info {
  color: #56c8f3 !important; }

.text-warning {
  color: #ffaa3a !important; }

.text-fb {
  color: #4c66a4; }

.primary-bg {
  background: #999999 !important; }
  .primary-bg:hover {
    background: #b3b3b3 !important; }

.success-bg {
  background: #8ece5a !important; }
  .success-bg:hover {
    background: #a9da81 !important; }

.danger-bg {
  background: #e93400 !important; }
  .danger-bg:hover {
    background: #ff4f1d !important; }

.info-bg {
  background: #56c8f3 !important; }
  .info-bg:hover {
    background: #86d7f6 !important; }

.warning-bg {
  background: #ffaa3a !important; }
  .warning-bg:hover {
    background: #ffc06d !important; }

.fb-bg {
  background: #4c66a4; }
  .fb-bg:hover {
    background: #6981ba !important; }

hr.stylish {
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: medium double #ebebeb; }

hr.or {
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #ebebeb;
  position: relative; }
  hr.or:after {
    position: absolute;
    left: 50%;
    content: "or";
    color: #e93400;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    top: -10px;
    background: #fff;
    width: 50px;
    margin-left: -25px; }

h3.stylish {
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  color: #4d4d4d;
  border-bottom: 1px solid #d9d9d9; }

.spacer-sm {
  padding: 15px; }

.spacer {
  padding: 20px; }

.spacer-md {
  padding: 25px; }

.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.btn:focus {
  outline: none; }

.btn:hover,
.btn:focus {
  color: #4d4d4d;
  text-decoration: none; }

.btn-default {
  color: #4d4d4d;
  background-color: white;
  border-color: #d9d9d9; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #d9d9d9; }

.btn-primary {
  color: white;
  background-color: #999999;
  border-color: #8c8c8c; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #8c8c8c;
  border-color: gray; }

.btn-secondary {
  color: white;
  background-color: #eacb20;
  border-color: #dcbd15; }

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: white;
  background-color: #dcbd15;
  border-color: #c4a913; }

.btn-warning {
  color: white;
  background-color: #ffaa3a;
  border-color: #ff9f21; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: white;
  background-color: #ff9f21;
  border-color: #ff9b16; }

.btn-danger {
  color: white;
  background-color: #e93400;
  border-color: #d02e00; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: white;
  background-color: #d02e00;
  border-color: #c52c00; }

.btn-success {
  color: white;
  background-color: #8ece5a;
  border-color: #81c846; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #81c846;
  border-color: #7bc63e; }

.btn-info {
  color: white !important;
  background-color: #56c8f3;
  border-color: #3ec0f1; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: white !important;
  background-color: #3ec0f1;
  border-color: #26b9f0; }

.progress-sm, .progress {
  height: 8px; }

header {
  background: #222;
  background-image: linear-gradient(180deg, #0d0e0f 0, #111314 100%); 
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f3f3f', endColorstr='#ff222222', GradientType=0);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  height: 55px;
  padding: 0 20px;
  vertical-align: middle; }
  header .welcome-name{
       color: #fff !important;
  }
  header .logo {
    width: 180px;
    float: left;
    text-align: center;
    height: 55px;
    line-height: 55px; }
    header .logo img {
      max-width: 45px;
      margin-left: -10px; }

ul#mini-nav {
  padding: 0;
  list-style-type: none;
  margin: 14px 0 0 0; }
  ul#mini-nav li.list-box {
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    padding: 6px 0;
    line-height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
    ul#mini-nav li.list-box a {
      padding: 0 10px;
      display: block; }
      ul#mini-nav li.list-box a i {
        color: white;
        font-size: 14px; }
    ul#mini-nav li.list-box:nth-child(n) {
      background: #ffaa3a; }
    ul#mini-nav li.list-box:nth-child(1) {
      background: #8ece5a; }
    ul#mini-nav li.list-box:nth-child(2) {
      background: #56c8f3; }
    ul#mini-nav li.list-box:nth-child(3) {
      background: #e93400; }
  ul#mini-nav .dropdown-menu {
    min-width: 320px;
    float: left;
    position: absolute;
    right: 0 !important;
    top: 34px;
    left: inherit;
    border: 1px solid #d9d9d9; }
    ul#mini-nav .dropdown-menu:before {
      /*content: "";
      border-left: 7px solid transparent;*/ }

ul.alerts {
  margin: 0;
  padding: 5px;
  text-align: left;
  list-style-type: none; }
  ul.alerts li {
    padding: 10px;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
    background: #f2f2f2;
    margin-bottom: 3px; }
    ul.alerts li:last-child {
      margin-bottom: 0px; }
    ul.alerts li p.alert {
      font-weight: 500;
      display: inline-block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 300px;
      vertical-align: middle;
      position: relative;
      font-size: 12px;
      color: #4d4d4d;
      padding: 0 0 7px 0;
      margin: 0; }
      ul.alerts li p.alert i {
        font-size: 14px;
        margin-right: 5px; }
      ul.alerts li p.alert i.danger-notify {
        color: #e93400; }
      ul.alerts li p.alert i.warning-notify {
        color: #ffaa3a; }
      ul.alerts li p.alert i.success-notify {
        color: #8ece5a; }
      ul.alerts li p.alert i.info-notify {
        color: #56c8f3; }
    ul.alerts li .category-name {
      font-size: 12px;
      padding: 0;
      margin-left: 18px; }
      ul.alerts li .category-name span {
        font-weight: 600;
        margin-left: 5px; }
    ul.alerts li:hover {
      background: #c8edfb;
      cursor: pointer; }

footer {
  background: #e0e0e0;
  height: 60px;
  line-height: 60px;
  width: 100%;
  position: relative;
  color: gray; }
  footer .copyright {
    text-align: center;
    font-size: 11px;
    left: 0;
    right: 0;
    position: absolute; }
  footer .powered-by {
    position: absolute;
    right: 20px; }

.dashboard-wrapper {
  padding: 0;
/*  margin: -58px 20px 0 0;*/
  text-align: left;
  margin-left: 200px;
  min-height: 100% !important;
  background-color: white;}

.top-bar {
  background-image: -webkit-gradient(linear, left 70%, left 100%, from(#ededed), to(#ededed));
  background-image: -webkit-linear-gradient(top, #ededed, 70%, #ededed, 100%);
  background-image: -moz-linear-gradient(top, #ededed 70%, #ededed 100%);
  background-image: linear-gradient(to bottom, #ededed 70%, #ededed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 5px;
  line-height: 100%; }

ul.stats {
  margin: 0px 0 0 0;
  padding-left: 0px;
  float: left; }
  ul.stats li {
    border-left: 1px solid #e6e6e6;
    padding: 0 30px;
    display: inline-block;
    text-align: right;
    float: left; }
    ul.stats li:first-child {
      border-left: none;
      padding-left: 0; }
    ul.stats li:last-child {
      padding-right: 0; }
    ul.stats li h4 {
      color: #a6a6a6;
      margin: 0;
      padding: 0;
      font-size: 21px;
      font-weight: 600; }
      ul.stats li h4 i {
        font-size: 21px;
        margin-left: 0; }
        ul.stats li h4 i.up {
          color: #8ece5a; }
        ul.stats li h4 i.down {
          color: #e93400; }
    ul.stats li h5 {
      padding: 0 0 10px 0;
      margin: 0;
      color: #4d4d4d;
      font-size: 13px;
      letter-spacing: .6px; }
    ul.stats li .stats-details {
      float: left; }
    ul.stats li .stats-block {
      width: auto;
      text-align: center;}
      ul.stats li .stats-block p.label {
        font-size: 100%;
        height: 16px;
        margin-bottom: 4px;
        font-weight: 100;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }

.main-container {
  position: relative;
  padding: 20px 0;
  min-height: 850px; }

aside#sidebar {
  position: absolute;
  left: 0;
  width: 200px;
  height: 100%; }
  aside#sidebar #menu {
    margin: 14.5px 0px 0px 0px;
    display: block;
    width: 100%; }
    aside#sidebar #menu ul, aside#sidebar #menu li {
      margin: 0;
      padding: 0;
      border: 0;
      list-style: none;
      font-weight: normal;
      text-decoration: none;
      line-height: 1;
      position: relative; }
    aside#sidebar #menu > ul > li:hover {
      background: #e0e0e0;
      text-decoration: none; }
      aside#sidebar #menu > ul > li:hover > a {
        color: #333333; }
        aside#sidebar #menu > ul > li:hover > a > i {
          color: #333333; }
    aside#sidebar #menu > ul > li .arrow {
      border-right: 10px solid #e6e6e6;
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
      height: 12px;
      width: 12px;
      position: absolute;
      right: 0;
      top: 6px;
      -webkit-transition: right 0.5s ease;
      -moz-transition: right 0.5s ease;
      -ms-transition: right 0.5s ease;
      -o-transition: right 0.5s ease;
      transition: right 0.5s ease; }
    aside#sidebar #menu > ul > li > a {
      font-size: 13px;
      display: block;
      color: gray;
      font-weight: 600;
      padding: 24px 10px 24px 20px;
      border-bottom: 1px solid #d6d6d6; }
      aside#sidebar #menu > ul > li > a > i {
        font-size: 16px;
        margin-right: 10px;
        width: 20px;
        float: left;
        line-height: 14px;
        text-align: center;
        color: #999999; }
      aside#sidebar #menu > ul > li.active > a{
	    background: #fff;}
      aside#sidebar #menu > ul > li.active > a > i{
	    color: #1973bf;}
      aside#sidebar #menu > ul > li > a > span {
        display: block; }
    aside#sidebar #menu > ul > li.highlight {
      background-color: white; }
      aside#sidebar #menu > ul > li.highlight ul > li {
        border-right: none; }
      aside#sidebar #menu > ul > li.highlight a span {
        color: #ed8600; }
      aside#sidebar #menu > ul > li.highlight a > i {
        color: #ed8600; }
    aside#sidebar #menu > ul > li.has-sub > a span {
    /*  background: image-url("icon_plus.png") 100% center no-repeat;*/ 
    }
    aside#sidebar #menu > ul > li.has-sub.active > a span {
      background: image-url("icon_minus.png") 100% center no-repeat; }
    aside#sidebar #menu ul ul {
      display: none;
      background: #f7f7f7; }
      aside#sidebar #menu ul ul li {
        padding: 0;
        border-bottom: none;
        border-top: none;
        background: transparent;
        position: relative; }
        aside#sidebar #menu ul ul li:hover {
          background: transparent; }
          aside#sidebar #menu ul ul li:hover span {
            padding-left: 20px;
            color: #666666; }
        aside#sidebar #menu ul ul li:last-child {
          border-bottom: 1px solid #f2f2f2; }
        aside#sidebar #menu ul ul li:before {
          content: "";
          display: block;
          position: absolute;
          width: 12px;
          left: 30px;
          top: 16px;
          border-top: 1px solid #e6e6e6;
          z-index: 1; }
      aside#sidebar #menu ul ul a {
        padding: 10px 10px 10px 40px;
        display: block;
        color: #4d4d4d;
        font-size: 12px;
        font-weight: normal; }
        aside#sidebar #menu ul ul a span {
          -webkit-transition: padding 0.5s ease;
          -moz-transition: padding 0.5s ease;
          -ms-transition: padding 0.5s ease;
          -o-transition: padding 0.5s ease;
          transition: padding 0.5s ease;
          padding-left: 10px; }
          aside#sidebar #menu ul ul a span i {
            margin-right: 5px; }
      aside#sidebar #menu ul ul:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        left: 30px;
        top: 0;
        bottom: 0;
        border-left: 1px solid #e6e6e6; }
    aside#sidebar #menu > ul > li.highlight ul > li > a span {
      color: white; }
      aside#sidebar #menu > ul > li.highlight ul > li > a span i {
        color: white; }

.panel {
  margin-bottom: 25px;
  background-color: white;
  border: 0px solid #e6e6e6; }

.panel-body {
  padding: 15px;
  position: relative; }

.panel-default > .panel-heading{
    background-color: #fff;
}
.panel-heading {
  position: relative;
  padding: 12px 15px;
  border-color: #ebebeb;
  background: white;
  border-bottom: none;
  border-radius: 0px; }
  .panel-heading .custom-icon {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #999999;
    font-size: 14px; }

h4.panel-title {
  font-size: 15px;
  font-weight: 400;
  color: #8c8c8c; }
  h4.panel-title .fa {
    margin-right: 4px;
    font-size: 14px;
    width: 20px; }

.panel-sub-heading {
  padding: 6px 15px;
  background-color: white;
  border-bottom: 1px solid #ebebeb;
  font-size: 11px;
  color: #ffaa3a; }
  .panel-sub-heading .fa {
    margin-right: 5px; }
  .panel-sub-heading a {
    color: #666666; }
    .panel-sub-heading a:hover {
      color: #4d4d4d; }

.panel-footer {
  padding: 8px 20px;
  border-color: #f0f0f0;
  background: #f7f7f7;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.panel.panel-plain {
  border: 0; }

.panel-heading-plain {
  padding: 12px 0 6px 0;
  background: transparent !important; }
  .panel-heading-plain h5 {
    margin: 0;
    padding: 0;
    font-size: 12px; }

.panel-body-plain {
  padding: 0px;
  margin-top: 10px; }

.switch {
  position: relative;
  height: 36px;
  width: 100px;
  background: #e6e6e6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 50px;
  line-height: 36px;
  font-size: 12px;
  color: black;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0; }

.switch-label-off {
  padding-left: 2px; }

.switch-label-on {
  padding-right: 2px; }

.switch-input {
  display: none; }

.switch-input:checked + .switch-label {
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out; }

.switch-input:checked + .switch-label-on ~ .switch-selection {
  /* Note: left: 50% doesn't transition in WebKit */
  left: 48px; }

.switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: 50px;
  height: 32px;
  background: #5c962c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out; }

.squared-check {
  position: relative;
  margin: 4px auto;
  float: left; }
  .squared-check label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 2px;
    top: 2px;
    background: white;
    border: 2px solid #56c8f3;
    display: inline-block; }

.cb-label {
  display: inline-block;
  margin: 3px 30px 0px 15px; }

.squared-check label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid #56c8f3;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.squared-check label:hover::after {
  opacity: 0.3; }

.squared-check input[type=checkbox] {
  visibility: hidden; }

.squared-check input[type=checkbox]:checked + label:after {
  opacity: 1; }

.dataTables_filter .form-control {
  margin-left: 5px; }

.panel-heading .btn {
  position: absolute;
  top: 3px;
  right: 5px; }

a.disabled-link,
a.disabled-link:visited,
a.disabled-link:active,
a.disabled-link:hover {
  background-color: #d9d9d9 !important;
  color: #aaa !important; }

.slider-output {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center; }

.list-group-item .badge {
  white-space: normal;
  border-radius: 30px;
  font-size: 11px;
  float: right; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 1px solid #ddd; }

.jumbotron {
  background: transparent; }

.nav-tabs > li:first-child {
  margin-left: 15px; }

.tab-content {
  padding: 10px 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6; }

.notify-wrapper {
  background: whitesmoke;
  min-height: 68px;
  margin-bottom: 15px; }
  .notify-wrapper .notification-details {
    padding: 10px; }
  .notify-wrapper p.notify {
    position: relative;
    font-size: 13px;
    color: #4d4d4d;
    padding-bottom: 6px;
    margin: 0;
    border-bottom: 1px solid #ebebeb; }
    .notify-wrapper p.notify span.new-notify {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      height: 16px;
      line-height: 12px;
      padding: 0 8px 2px 8px;
      content: "New";
      color: white;
      background: #8ece5a;
      font-size: 10px;
      font-weight: 100;
      margin-left: 3px; }
    .notify-wrapper p.notify i {
      font-size: 18px;
      margin-right: 10px; }
    .notify-wrapper p.notify i.danger-notify {
      color: #e93400; }
    .notify-wrapper p.notify i.warning-notify {
      color: #ffaa3a; }
    .notify-wrapper p.notify i.success-notify {
      color: #8ece5a; }
    .notify-wrapper p.notify i.info-notify {
      color: #56c8f3; }
  .notify-wrapper .category-details {
    margin: 5px 0 0 30px; }
    .notify-wrapper .category-details .category-name {
      color: gray;
      font-size: 12px;
      line-height: 18px;
      margin-right: 16px;
      float: left;
      padding-right: 16px;
      border-right: 1px solid #e0e0e0; }
    .notify-wrapper .category-details ul.tags-list {
      float: left;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .notify-wrapper .category-details ul.tags-list li {
        display: inline-block;
        padding-right: 6px;
        font-size: 12px;
        color: #666666; }
        .notify-wrapper .category-details ul.tags-list li:first-child {
          padding-right: 10px;
          color: #e93400; }
  .notify-wrapper ul.notify-actions {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    background: #ededed;
    min-height: 68px;
    line-height: 68px;
    height: 100%; }
    .notify-wrapper ul.notify-actions li {
      display: inline-block;
      line-height: 100%;
      border-right: 1px solid #d6d6d6; }
      .notify-wrapper ul.notify-actions li a {
        padding: 0 15px;
        text-align: center;
        color: #999999;
        font-size: 16px;
        line-height: 100%;
        vertical-align: middle; }
        .notify-wrapper ul.notify-actions li a:hover {
          color: #4d4d4d; }
      .notify-wrapper ul.notify-actions li:last-child {
        border: none; }

ul.color-choose {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.color-choose li {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px; }
    ul.color-choose li .squared-check {
      position: relative;
      margin: 4px auto;
      float: left; }
      ul.color-choose li .squared-check label {
        width: 24px;
        height: 24px;
        cursor: pointer;
        position: absolute;
        background: white;
        border: 1px solid transparent;
        display: inline-block; }
    ul.color-choose li .squared-check label:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 8px;
      left: 7px;
      border: 3px solid black;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    ul.color-choose li .squared-check label:hover::after {
      opacity: 0.3; }
    ul.color-choose li .squared-check input[type=radio] {
      visibility: hidden; }
    ul.color-choose li .squared-check input[type=radio]:checked + label:after {
      opacity: 1; }
    ul.color-choose li:nth-child(1) .squared-check label {
      background: #e93400; }
    ul.color-choose li:nth-child(2) .squared-check label {
      background: #8ece5a; }
    ul.color-choose li:nth-child(3) .squared-check label {
      background: #56c8f3; }
    ul.color-choose li:nth-child(4) .squared-check label {
      background: #ffaa3a; }
    ul.color-choose li:nth-child(5) {
      width: 60px; }

.user_settings{
  margin-right: 15px;
  margin-top: 5px;
  min-width: 30px !important;
}
.top-kpi-filter{
margin-bottom:30px;
}
.text-center{
text-align:center;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: #555;
    cursor: default;
    background-color: #fff;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid #5cc9f1;
}
.heading-text-panel{
    padding-left: 0px;
}

.heading-text-panel h3{
    font-weight: 600;
    font-size: 20px;
}

.label-online{
    font-size: 21px !important;
    background: none;
    color: green;
    font-weight: 600 !important;
}

.label-offline{
    font-size: 21px !important;
    background: none;
    color: #978c8c;
    font-weight: 600 !important;
}
#inventory-list_wrapper{
padding-top:10px;
}
