body.compie-main-layout {
  background-color: #272c30;
}

body.compie-main-layout .page-content {
  margin-top: -68px !important;
  min-height: 100vh !important;
}

body.compie-main-layout .compie_page-content h3.page-title {
  background: #fff;
  margin-top: -25px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 17px 20px;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #E4E8EB;
}

body.compie-main-layout .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  color: #fff;
  background: #ff6784;
}

body.compie-main-layout .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover {
  background-color: #ff7b94;
  border-color: #fb7f97;
}

body.compie-main-layout .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #ff6784;
}

body.compie-main-layout .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:hover {
  background-color: #ff7b94;
  border-color: #fb7f97;
}

body.compie-main-layout .nav-tabs > li > a {
  color: #fb4165;
}

body.compie-main-layout .nav-tabs > li.active > a {
  color: #555555;
}

body.compie-main-layout .page-sidebar .page-sidebar-menu.page-sidebar-menu-compact > li > a > i,
body.compie-main-layout .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact > li > a > i {
  text-align: center;
}

.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > a {
  padding-left: 16px !important;
}
.filters{
  display: inline-flex;
}
/*# sourceMappingURL=globals.css.map */

.border-danger {
  border-color: #d9534f !important; }

.align-middle {
  vertical-align: middle !important;
}

.ws-pre {
  white-space: pre !important;
}

.ws-pre-wrap {
  white-space: pre-wrap !important;
}