<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *   AdminLTE v2.3.6
 *   Author: Almsaeed Studio
 *   Website: Almsaeed Studio &lt;http://almsaeedstudio.com&gt;
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
 */
/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body {
  min-height: 100%;
}

.layout-boxed html, .layout-boxed
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Layout */
.wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.wrapper::before, .wrapper::after {
  display: table;
  content: " ";
}

.wrapper::after {
  clear: both;
}

.layout-boxed .wrapper {
  position: relative;
  max-width: 1250px;
  min-height: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.layout-boxed {
  background: url(../img/boxed-bg.jpg) repeat fixed;
}

/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.right-side,
.main-footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -webkit-transition: margin 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 820;
  margin-left: 100px;
}

.layout-top-nav .content-wrapper, .layout-top-nav
.right-side, .layout-top-nav
.main-footer {
  margin-left: 0;
}

@media (max-width: 767px) {
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0;
  }
}

@media (min-width: 767px) {
  .sidebar-collapse .content-wrapper, .sidebar-collapse
  .right-side, .sidebar-collapse
  .main-footer {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .sidebar-open .content-wrapper, .sidebar-open
  .right-side, .sidebar-open
  .main-footer {
    -webkit-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
}

.content-wrapper,
.right-side {
  z-index: 800;
  min-height: 100%;
  overflow: auto;
  background-color: #ffffff;
}

.content-wrapper {
  overflow: hidden;
}

.main-footer {
  padding: 15px;
  color: #444444;
  background: #ffffff;
  border-top: 1px solid #dddddd;
}

/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}

.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 100px;
  }
}

.fixed.layout-boxed .wrapper {
  max-width: 100%;
}

body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header .navbar,
body.hold-transition .main-header .logo {
  /* Fix for IE */
  -webkit-transition: none;
  transition: none;
}

.content-side {
  float: left;
  width: 120px;
  padding-bottom: 65535px;
  margin-bottom: -65535px;
  overflow-x: hidden;
  background-color: #f4f4f4;
  -webkit-box-shadow: inset -1px 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: inset -1px 0 15px rgba(0, 0, 0, 0.08);
}

.content-side .treeview-menu {
  padding: 0;
  list-style: none;
}

.content-side .treeview-menu li a {
  display: block;
  padding: 15px 5px;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  text-align: center;
  text-decoration: none;
}

.content-main {
  padding: 20px;
  overflow: hidden;
}

/* Content */
.content {
  min-height: 250px;
  padding-top: 20px;
}

/* General Links */
a {
  color: #55a8fd;
}

a:hover,
a:active,
a:focus {
  color: #a1cffe;
  text-decoration: none;
  outline: none;
}

/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 20px;
}

.page-header &gt; small {
  display: block;
  margin-top: 5px;
  color: #666666;
}

/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  position: relative;
  z-index: 1030;
  max-height: 100px;
}

.main-header .navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  min-height: 80px;
  margin-bottom: 0;
  margin-left: 100px;
  border: none;
  border-radius: 0;
}

.layout-top-nav .main-header .navbar {
  margin-left: 0;
}

.main-header #navbar-search-input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}

.main-header #navbar-search-input.form-control:focus, .main-header #navbar-search-input.form-control:active {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 0, 0, 0.1);
}

.main-header #navbar-search-input.form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

.main-header #navbar-search-input.form-control:-ms-input-placeholder {
  color: #cccccc;
}

.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  color: #cccccc;
}

@media (max-width: 991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }
}

.main-header .navbar-right {
  float: right;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .main-header .navbar-right {
    float: none;
  }
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  .main-header .navbar-right &gt; li {
    color: inherit;
    border: 0;
  }
}

.main-header .sidebar-toggle {
  float: left;
  padding: 30px 10px;
  font-family: fontAwesome, sans-serif;
  background-color: transparent;
  background-image: none;
}

.main-header .sidebar-toggle::before {
  content: "\f0c9";
}

.main-header .sidebar-toggle:hover {
  color: #ffffff;
}

.main-header .sidebar-toggle:focus, .main-header .sidebar-toggle:active {
  background: transparent;
}

.main-header .sidebar-toggle .icon-bar {
  display: none;
}

.main-header .navbar .nav &gt; li.user &gt; a &gt; .fa,
.main-header .navbar .nav &gt; li.user &gt; a &gt; .glyphicon,
.main-header .navbar .nav &gt; li.user &gt; a &gt; .icon {
  margin-right: 5px;
}

.main-header .navbar .nav &gt; li &gt; a &gt; .label {
  position: absolute;
  top: 9px;
  right: 7px;
  padding: 2px 3px;
  font-size: 9px;
  line-height: 0.9;
  text-align: center;
}

.main-header .logo {
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  width: 100px;
  height: 80px;
  padding: 0 15px;
  overflow: hidden;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 80px;
  text-align: center;
}

.main-header .logo .logo-lg {
  display: block;
}

.main-header .logo .logo-mini {
  display: none;
}

.main-header .navbar-brand {
  color: #ffffff;
}

.content-header {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}

.content-header &gt; h1 {
  margin: 0;
  font-size: 20px;
}

.content-header &gt; h1 &gt; small {
  display: inline-block;
  padding-left: 4px;
  font-size: 15px;
  font-weight: 300;
}

.content-header &gt; .breadcrumb {
  position: absolute;
  top: 15px;
  right: 10px;
  float: right;
  padding: 7px 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  background: transparent;
  border-radius: 2px;
}

.content-header &gt; .breadcrumb &gt; li &gt; a {
  display: inline-block;
  color: #444444;
  text-decoration: none;
}

.content-header &gt; .breadcrumb &gt; li &gt; a &gt; .fa,
.content-header &gt; .breadcrumb &gt; li &gt; a &gt; .glyphicon {
  margin-right: 5px;
}

.content-header &gt; .breadcrumb &gt; li + li::before {
  content: '&gt;\00a0';
}

@media (max-width: 991px) {
  .content-header &gt; .breadcrumb {
    position: relative;
    top: 0;
    right: 0;
    float: none;
    padding-left: 10px;
    margin-top: 5px;
    background: #dddddd;
  }
  .content-header &gt; .breadcrumb li::before {
    color: #aaaaaa;
  }
}

.navbar-toggle {
  padding: 30px 10px;
  margin: 0;
  color: #ffffff;
  border: 0;
}

@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav &gt; li {
    float: left;
  }
  .navbar-custom-menu .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-custom-menu .navbar-nav &gt; li &gt; a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .main-header {
    position: relative;
  }
  .main-header .logo,
  .main-header .navbar {
    float: none;
    width: 100%;
  }
  .main-header .navbar {
    margin: 0;
  }
  .main-header .navbar-custom-menu {
    float: right;
  }
}

@media (max-width: 991px) {
  .navbar-collapse.pull-left {
    float: none !important;
  }
  .navbar-collapse.pull-left + .navbar-custom-menu {
    position: absolute;
    top: 0;
    right: 40px;
    display: block;
  }
}

/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 810;
  width: 100px;
  min-height: 100%;
  padding-top: 80px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    -webkit-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
}

@media (min-width: 767px) {
  .sidebar-collapse .main-sidebar, .sidebar-collapse
  .left-side {
    -webkit-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
}

@media (max-width: 767px) {
  .sidebar-open .main-sidebar, .sidebar-open
  .left-side {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.sidebar {
  padding-bottom: 10px;
}

.sidebar-form input:focus {
  border-color: transparent;
}

.user-panel {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  background-color: #007de6;
}

.user-panel::before, .user-panel::after {
  display: table;
  content: " ";
}

.user-panel::after {
  clear: both;
}

.user-panel &gt; .image &gt; img {
  width: 100%;
  max-width: 45px;
  height: auto;
}

.user-panel &gt; .info {
  line-height: 30px;
  text-align: center;
}

.user-panel &gt; .info &gt; p {
  margin-bottom: 9px;
  font-weight: 600;
}

.user-panel &gt; .info &gt; a {
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
  text-decoration: none;
}

.user-panel &gt; .info &gt; a &gt; .fa,
.user-panel &gt; .info &gt; a &gt; .glyphicon {
  margin-right: 3px;
}

.sidebar-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-menu &gt; li {
  position: relative;
  padding: 0;
  margin: 0;
}

.sidebar-menu &gt; li &gt; a {
  display: block;
  padding: 15px 10px;
  font-weight: bold;
  line-height: 20px;
}

.sidebar-menu &gt; li &gt; a &gt; i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: -5px;
  background: #5a70a8 center no-repeat;
  background-size: cover;
}

.sidebar-menu &gt; li &gt; a .icon-account {
  -webkit-mask-image: url(../images/category/account.svg);
          mask-image: url(../images/category/account.svg);
}

.sidebar-menu &gt; li &gt; a .icon-chart {
  -webkit-mask-image: url(../images/category/chart.svg);
          mask-image: url(../images/category/chart.svg);
}

.sidebar-menu &gt; li &gt; a .icon-commerce {
  -webkit-mask-image: url(../images/category/commerce.svg);
          mask-image: url(../images/category/commerce.svg);
}

.sidebar-menu &gt; li &gt; a .icon-finance {
  -webkit-mask-image: url(../images/category/finance.svg);
          mask-image: url(../images/category/finance.svg);
}

.sidebar-menu &gt; li &gt; a .icon-item {
  -webkit-mask-image: url(../images/category/item.svg);
          mask-image: url(../images/category/item.svg);
}

.sidebar-menu &gt; li &gt; a .icon-market {
  -webkit-mask-image: url(../images/category/market.svg);
          mask-image: url(../images/category/market.svg);
}

.sidebar-menu &gt; li &gt; a .icon-service {
  -webkit-mask-image: url(../images/category/service.svg);
          mask-image: url(../images/category/service.svg);
}

.sidebar-menu &gt; li &gt; a .icon-site {
  -webkit-mask-image: url(../images/category/site.svg);
          mask-image: url(../images/category/site.svg);
}

.sidebar-menu &gt; li &gt; a .icon-trade {
  -webkit-mask-image: url(../images/category/trade.svg);
          mask-image: url(../images/category/trade.svg);
}

.sidebar-menu &gt; li.active a &gt; i,
.sidebar-menu &gt; li a:hover &gt; i {
  background-color: #1f273b;
}

.sidebar-menu &gt; li .label,
.sidebar-menu &gt; li .badge {
  margin-right: 5px;
}

.sidebar-menu &gt; li .badge {
  margin-top: 3px;
}

.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}

.sidebar-menu li &gt; a &gt; .fa-angle-left,
.sidebar-menu li &gt; a &gt; .pull-right-container &gt; .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
}

.sidebar-menu li.active &gt; a &gt; .fa-angle-left,
.sidebar-menu li.active &gt; a &gt; .pull-right-container &gt; .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sidebar-menu li.active &gt; .treeview-menu {
  display: block;
}

.sidebar-menu .treeview-menu {
  display: none;
  padding: 0;
  padding-left: 5px;
  margin: 0;
  list-style: none;
}

.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}

.sidebar-menu .treeview-menu &gt; li {
  margin: 0;
}

.sidebar-menu .treeview-menu &gt; li &gt; a {
  display: block;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
}

.sidebar-menu .treeview-menu &gt; li &gt; a &gt; i {
  width: 20px;
}

.sidebar-menu .treeview-menu &gt; li &gt; a &gt; .pull-right-container &gt; .fa-angle-left,
.sidebar-menu .treeview-menu &gt; li &gt; a &gt; .pull-right-container &gt; .fa-angle-down,
.sidebar-menu .treeview-menu &gt; li &gt; a &gt; .fa-angle-left,
.sidebar-menu .treeview-menu &gt; li &gt; a &gt; .fa-angle-down {
  width: auto;
}

.sidebar-menu .bottom {
  margin-top: 30px;
}

/*
 * Component: Sidebar Mini
 */
@media (min-width: 767px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    z-index: 840;
    margin-left: 50px !important;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 850;
    width: 50px !important;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu &gt; li {
    position: relative;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu &gt; li &gt; a {
    margin-right: 0;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu &gt; li &gt; a &gt; span {
    border-top-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu &gt; li:not(.treeview) &gt; a &gt; span {
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu &gt; li &gt; .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu &gt; li:hover &gt; a &gt; span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu &gt; li:hover &gt; .treeview-menu {
    position: absolute;
    left: 50px;
    display: block !important;
    width: 50px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu &gt; li:hover &gt; a &gt; span {
    top: 0;
    padding: 12px 5px 12px 20px;
    margin-left: -3px;
    background-color: inherit;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu &gt; li:hover &gt; a &gt; .pull-right-container {
    top: 10px !important;
    left: 200px !important;
    float: right;
    width: auto !important;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu &gt; li:hover &gt; a &gt; .pull-right-container &gt; .label:not(:first-of-type) {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu &gt; li:hover &gt; .treeview-menu {
    top: 44px;
    margin-left: 0;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel &gt; .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu &gt; li &gt; a &gt; span,
  .sidebar-mini.sidebar-collapse .sidebar-menu &gt; li &gt; .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu &gt; li &gt; a &gt; .pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0);
  }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo &gt; .logo-mini {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
    font-size: 18px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo &gt; .logo-lg {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
  }
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu &gt; li.header {
  overflow: hidden;
  white-space: nowrap;
}

.sidebar-menu:hover {
  overflow: visible;
}

.sidebar-form,
.sidebar-menu &gt; li.header {
  overflow: hidden;
  text-overflow: clip;
}

.sidebar-menu li &gt; a {
  position: relative;
}

.sidebar-menu li &gt; a &gt; .pull-right-container {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}

/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
  position: fixed;
  bottom: 0;
  z-index: 1000;
}

.control-sidebar-bg,
.control-sidebar {
  top: 0;
  right: -256px;
  width: 256px;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.control-sidebar {
  position: absolute;
  z-index: 1010;
  padding-top: 80px;
}

@media (max-width: 767px) {
  .control-sidebar {
    padding-top: 130px;
  }
}

.control-sidebar &gt; .tab-content {
  padding: 10px 15px;
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
  right: 0;
}

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0;
}

@media (min-width: 767px) {
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 256px;
  }
}

.nav-tabs.control-sidebar-tabs &gt; li {
  text-align: center;
}

.nav-tabs.control-sidebar-tabs &gt; li:first-of-type &gt; a, .nav-tabs.control-sidebar-tabs &gt; li:first-of-type &gt; a:hover, .nav-tabs.control-sidebar-tabs &gt; li:first-of-type &gt; a:focus {
  border-left-width: 0;
}

.nav-tabs.control-sidebar-tabs &gt; li &gt; a {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.nav-tabs.control-sidebar-tabs &gt; li &gt; a, .nav-tabs.control-sidebar-tabs &gt; li &gt; a:hover {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}

.nav-tabs.control-sidebar-tabs &gt; li &gt; a .icon {
  font-size: 16px;
}

.nav-tabs.control-sidebar-tabs &gt; li.active &gt; a, .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a:hover, .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a:focus, .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a:active {
  border-top: none;
  border-right: none;
  border-bottom: none;
}

@media (max-width: 767px) {
  .nav-tabs.control-sidebar-tabs {
    display: table;
  }
  .nav-tabs.control-sidebar-tabs &gt; li {
    display: table-cell;
  }
}

.control-sidebar-heading {
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.control-sidebar-subheading {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.control-sidebar-menu {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
}

.control-sidebar-menu &gt; li &gt; a {
  display: block;
  padding: 10px 15px;
}

.control-sidebar-menu &gt; li &gt; a::before, .control-sidebar-menu &gt; li &gt; a::after {
  display: table;
  content: " ";
}

.control-sidebar-menu &gt; li &gt; a::after {
  clear: both;
}

.control-sidebar-menu &gt; li &gt; a &gt; .control-sidebar-subheading {
  margin-top: 0;
}

.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}

.control-sidebar-menu .menu-info {
  margin-top: 3px;
  margin-left: 45px;
}

.control-sidebar-menu .menu-info &gt; .control-sidebar-subheading {
  margin: 0;
}

.control-sidebar-menu .menu-info &gt; p {
  margin: 0;
  font-size: 11px;
}

.control-sidebar-menu .progress {
  margin: 0;
}

.control-sidebar-dark {
  color: #eeeeee;
}

.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
  background: #1f273b;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  border-bottom: #1a2031;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li &gt; a {
  color: #eeeeee;
  background: #161c2a;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li &gt; a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li &gt; a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li &gt; a:focus {
  border-bottom-color: #131824;
  border-left-color: #131824;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li &gt; a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li &gt; a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li &gt; a:active {
  background: #1a2031;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li &gt; a:hover {
  color: #ffffff;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a:active {
  color: #ffffff;
  background: #1f273b;
}

.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
  color: #ffffff;
}

.control-sidebar-dark .control-sidebar-menu &gt; li &gt; a:hover {
  background: #ffffff;
}

.control-sidebar-dark .control-sidebar-menu &gt; li &gt; a .menu-info &gt; p {
  color: #eeeeee;
}

.control-sidebar-light {
  color: #5e5e5e;
}

.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
  background: #f9fafc;
  border-left: 1px solid #dddddd;
}

.control-sidebar-light .tab-content {
  padding: 0;
}

.control-sidebar-light .tab-content .box-footer button:first-child {
  margin-right: 50px;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs {
  border-bottom: #dddddd;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li &gt; a {
  color: #444444;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li &gt; a, .control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li &gt; a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li &gt; a:focus {
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a, .control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a:active {
  color: #111111;
  background: #f9fafc;
}

.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
  color: #111111;
}

.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px;
}

.control-sidebar-light .control-sidebar-menu &gt; li &gt; a:hover {
  background: #f4f4f5;
}

.control-sidebar-light .control-sidebar-menu &gt; li &gt; a .menu-info &gt; p {
  color: #5e5e5e;
}

/*
 * Component: Dropdown menus
 * -------------------------
 */
/* Dropdowns in general */
.dropdown-menu {
  border-color: #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-menu &gt; li &gt; a {
  color: #777777;
}

.dropdown-menu &gt; li &gt; a &gt; .glyphicon,
.dropdown-menu &gt; li &gt; a &gt; .fa {
  margin-right: 10px;
}

.dropdown-menu &gt; li &gt; a:hover {
  color: #333333;
  background-color: #eaeaea;
}

.dropdown-menu &gt; .divider {
  background-color: #eeeeee;
}

.navbar-nav &gt; .notifications-menu &gt; .dropdown-menu,
.navbar-nav &gt; .messages-menu &gt; .dropdown-menu,
.navbar-nav &gt; .tasks-menu &gt; .dropdown-menu {
  top: 100%;
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
}

.navbar-nav &gt; .notifications-menu &gt; .dropdown-menu &gt; li,
.navbar-nav &gt; .messages-menu &gt; .dropdown-menu &gt; li,
.navbar-nav &gt; .tasks-menu &gt; .dropdown-menu &gt; li {
  position: relative;
}

.navbar-nav &gt; .notifications-menu &gt; .dropdown-menu &gt; li.header,
.navbar-nav &gt; .messages-menu &gt; .dropdown-menu &gt; li.header,
.navbar-nav &gt; .tasks-menu &gt; .dropdown-menu &gt; li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 7px 10px;
  font-size: 14px;
  color: #444444;
  background-color: #ffffff;
  border-bottom: 1px solid #f4f4f4;
}

.navbar-nav &gt; .notifications-menu &gt; .dropdown-menu &gt; li.footer &gt; a,
.navbar-nav &gt; .messages-menu &gt; .dropdown-menu &gt; li.footer &gt; a,
.navbar-nav &gt; .tasks-menu &gt; .dropdown-menu &gt; li.footer &gt; a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 7px 10px;
  font-size: 12px;
  color: #444444 !important;
  text-align: center;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

@media (max-width: 991px) {
  .navbar-nav &gt; .notifications-menu &gt; .dropdown-menu &gt; li.footer &gt; a,
  .navbar-nav &gt; .messages-menu &gt; .dropdown-menu &gt; li.footer &gt; a,
  .navbar-nav &gt; .tasks-menu &gt; .dropdown-menu &gt; li.footer &gt; a {
    color: #444444 !important;
    background: #ffffff !important;
  }
}

.navbar-nav &gt; .notifications-menu &gt; .dropdown-menu &gt; li.footer &gt; a:hover,
.navbar-nav &gt; .messages-menu &gt; .dropdown-menu &gt; li.footer &gt; a:hover,
.navbar-nav &gt; .tasks-menu &gt; .dropdown-menu &gt; li.footer &gt; a:hover {
  font-weight: normal;
  text-decoration: none;
}

.navbar-nav &gt; .notifications-menu &gt; .dropdown-menu &gt; li .menu,
.navbar-nav &gt; .messages-menu &gt; .dropdown-menu &gt; li .menu,
.navbar-nav &gt; .tasks-menu &gt; .dropdown-menu &gt; li .menu {
  max-height: 200px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  list-style: none;
}

.navbar-nav &gt; .notifications-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a,
.navbar-nav &gt; .messages-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a,
.navbar-nav &gt; .tasks-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}

.navbar-nav &gt; .notifications-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a:hover,
.navbar-nav &gt; .messages-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a:hover,
.navbar-nav &gt; .tasks-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a:hover {
  text-decoration: none;
  background: #f4f4f4;
}

.navbar-nav &gt; .notifications-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a {
  padding: 10px;
  overflow: hidden;
  color: #444444;
  text-overflow: ellipsis;
}

.navbar-nav &gt; .notifications-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a &gt; .glyphicon,
.navbar-nav &gt; .notifications-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a &gt; .fa {
  width: 20px;
}

.navbar-nav &gt; .messages-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a {
  padding: 10px 10px;
  margin: 0;
}

.navbar-nav &gt; .messages-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a &gt; div &gt; img {
  width: 40px;
  height: 40px;
  margin: auto 10px auto auto;
}

.navbar-nav &gt; .messages-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a &gt; h4 {
  position: relative;
  padding: 0;
  margin: 0 0 0 45px;
  font-size: 15px;
  color: #444444;
}

.navbar-nav &gt; .messages-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a &gt; h4 &gt; small {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  color: #999999;
}

.navbar-nav &gt; .messages-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a &gt; p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}

.navbar-nav &gt; .messages-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a::before, .navbar-nav &gt; .messages-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a::after {
  display: table;
  content: " ";
}

.navbar-nav &gt; .messages-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a::after {
  clear: both;
}

.navbar-nav &gt; .tasks-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a {
  padding: 10px;
}

.navbar-nav &gt; .tasks-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a &gt; h3 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #666666;
}

.navbar-nav &gt; .tasks-menu &gt; .dropdown-menu &gt; li .menu &gt; li &gt; a &gt; .progress {
  padding: 0;
  margin: 0;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 280px;
  padding: 1px 0 0 0;
  border-top-width: 0;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu,
.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; li.user-header &gt; img {
  z-index: 5;
  width: 90px;
  height: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; li.user-header &gt; p {
  z-index: 5;
  margin-top: 10px;
  font-size: 17px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; li.user-header &gt; p &gt; small {
  display: block;
  font-size: 12px;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-body {
  padding: 15px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #f4f4f4;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-body::before, .navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-body::after {
  display: table;
  content: " ";
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-body::after {
  clear: both;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-body a {
  color: #444444 !important;
}

@media (max-width: 991px) {
  .navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-body a {
    color: #444444 !important;
    background: #ffffff !important;
  }
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-footer {
  padding: 10px;
  background-color: #f9f9f9;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-footer::before, .navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-footer::after {
  display: table;
  content: " ";
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-footer::after {
  clear: both;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-footer .btn-default {
  color: #666666;
}

@media (max-width: 991px) {
  .navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-footer .btn-default:hover {
    background-color: #f9f9f9;
  }
}

.navbar-nav &gt; .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  margin-top: -2px;
  margin-right: 10px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .navbar-nav &gt; .user-menu .user-image {
    float: none;
    margin-top: -8px;
    margin-right: 0;
    line-height: 10px;
  }
}

/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol) */
.open:not(.dropup) &gt; .animated-dropdown-menu {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.7s both;
  animation: flipInX 0.7s both;
}

@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
  40% {
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
  40% {
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

/* Fix dropdown menu in navbars */
.navbar-custom-menu &gt; .navbar-nav &gt; li {
  position: relative;
}

.navbar-custom-menu &gt; .navbar-nav &gt; li &gt; .dropdown-menu {
  position: absolute;
}

@media (max-width: 991px) {
  .navbar-custom-menu &gt; .navbar-nav {
    float: right;
  }
  .navbar-custom-menu &gt; .navbar-nav &gt; li {
    position: static;
  }
  .navbar-custom-menu &gt; .navbar-nav &gt; li &gt; .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    background: #ffffff;
    border: 1px solid #dddddd;
  }
}

/*
 * Component: Form
 * ---------------
 */
select, input[type="text"], input[type="number"], input[type="tel"], input[type="url"], input[type="date"], input[type="datetime"], input[type="time"], input[type="email"] {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 2px;
}

.form-control {
  max-width: 100%;
  height: 40px;
  padding: 9px 10px;
  color: #333333;
  border-color: #eeeeee;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.form-control:hover, .form-control:focus {
  border-color: #007de6;
}

.form-control::-webkit-input-placeholder {
  color: #bbbbbb;
  opacity: 1;
}

.form-control:not(select):not(input[type="text"]):not(input[type="number"]):not(input[type="tel"]):not(input[type="url"]):not(input[type="date"]):not(input[type="datetime"]):not(input[type="time"]):not(input[type="email"]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-group.has-success .control-label {
  color: inherit;
}

.form-group.has-success .form-control {
  border-color: #51dd3a;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group.has-success .help-block {
  color: #51dd3a;
}

.form-group.has-warning .control-label {
  color: inherit;
}

.form-group.has-warning .form-control {
  border-color: #ffc543;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group.has-warning .help-block {
  color: #ffc543;
}

.form-group.has-error .control-label {
  color: inherit;
}

.form-group.has-error .form-control {
  border-color: #fa4251;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group.has-error .help-block {
  color: #fa4251;
}

/* Input group */
.input-group .input-group-addon {
  background-color: #ffffff;
  border-color: #dddddd;
  border-radius: 2px;
}

/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}

.icheck &gt; label {
  padding-left: 0;
}

/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
  line-height: 40px;
}

.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px;
}

.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 34px;
}

/*
 * Component: Progress Bar
 * -----------------------
 */
.progress,
.progress &gt; .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress,
.progress .progress-bar,
.progress &gt; .progress-bar,
.progress &gt; .progress-bar .progress-bar {
  border-radius: 1px;
}

/* size variation */
.progress.sm,
.progress-sm {
  height: 10px;
}

.progress.sm,
.progress.sm .progress-bar,
.progress-sm,
.progress-sm .progress-bar {
  border-radius: 1px;
}

.progress.xs,
.progress-xs {
  height: 7px;
}

.progress.xs,
.progress.xs .progress-bar,
.progress-xs,
.progress-xs .progress-bar {
  border-radius: 1px;
}

.progress.xxs,
.progress-xxs {
  height: 3px;
}

.progress.xxs,
.progress.xxs .progress-bar,
.progress-xxs,
.progress-xxs .progress-bar {
  border-radius: 1px;
}

/* Vertical bars */
.progress.vertical {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 200px;
  margin-right: 10px;
}

.progress.vertical &gt; .progress-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.progress.vertical.sm, .progress.vertical.progress-sm {
  width: 20px;
}

.progress.vertical.xs, .progress.vertical.progress-xs {
  width: 10px;
}

.progress.vertical.xxs, .progress.vertical.progress-xxs {
  width: 3px;
}

.progress-group .progress-text {
  font-weight: 600;
}

.progress-group .progress-number {
  float: right;
}

/* Remove margins from progress bars when put in a table */
.table tr &gt; td .progress {
  margin: 0;
}

.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #007de6;
}

.progress-striped .progress-bar-light-blue, .progress-striped
.progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-green,
.progress-bar-success {
  background-color: #51dd3a;
}

.progress-striped .progress-bar-green, .progress-striped
.progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-aqua,
.progress-bar-info {
  background-color: #55a8fd;
}

.progress-striped .progress-bar-aqua, .progress-striped
.progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-yellow,
.progress-bar-warning {
  background-color: #ffc543;
}

.progress-striped .progress-bar-yellow, .progress-striped
.progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-red,
.progress-bar-danger {
  background-color: #fa4251;
}

.progress-striped .progress-bar-red, .progress-striped
.progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.small-box &gt; .inner {
  padding: 10px;
}

.small-box &gt; .small-box-footer {
  position: relative;
  z-index: 10;
  display: block;
  padding: 3px 0;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}

.small-box &gt; .small-box-footer:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 38px;
  font-weight: bold;
  white-space: nowrap;
}

.small-box p {
  font-size: 15px;
}

.small-box p &gt; small {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #f9f9f9;
}

.small-box h3,
.small-box p {
  z-index: 5;
}

.small-box .icon {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
  color: #f9f9f9;
  text-decoration: none;
}

.small-box:hover .icon {
  font-size: 95px;
}

@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}

/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}

.box .nav-stacked &gt; li {
  margin: 0;
  border-bottom: 1px solid #f4f4f4;
}

.box .nav-stacked &gt; li:last-of-type {
  border-bottom: none;
}

.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}

.box .border-right {
  border-right: 1px solid #f4f4f4;
}

.box .border-left {
  border-left: 1px solid #f4f4f4;
}

.box.box-solid {
  border-top: 0;
}

.box.box-solid &gt; .box-header .btn.btn-default {
  background: transparent;
}

.box.box-solid &gt; .box-header .btn:hover,
.box.box-solid &gt; .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.box.box-solid &gt; .box-header &gt; .box-tools .btn {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.box.box-solid[class*='bg'] &gt; .box-header {
  color: #ffffff;
}

.box .box-group &gt; .box {
  margin-bottom: 5px;
}

.box .knob-label {
  margin-bottom: 0.3em;
  font-size: 12px;
  font-weight: 100;
  color: #333333;
  text-align: center;
}

.box &gt; .overlay,
.box &gt; .loading-img,
.overlay-wrapper &gt; .overlay,
.overlay-wrapper &gt; .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}

.box .overlay &gt; .fa,
.overlay-wrapper .overlay &gt; .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
  color: #000000;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

.box-header::before, .box-header::after,
.box-body::before,
.box-body::after,
.box-footer::before,
.box-footer::after {
  display: table;
  content: " ";
}

.box-header::after,
.box-body::after,
.box-footer::after {
  clear: both;
}

.box-header {
  position: relative;
  display: block;
  padding: 10px;
  color: #444444;
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
  border-bottom: none;
}

.box-header &gt; .fa,
.box-header &gt; .glyphicon,
.box-header .box-title {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 1;
}

.box-header &gt; .fa,
.box-header &gt; .glyphicon {
  margin-right: 5px;
}

.box-header &gt; .box-tools {
  position: absolute;
  top: 5px;
  right: 10px;
}

.box-header &gt; .box-tools [data-toggle="tooltip"] {
  position: relative;
}

.box-header &gt; .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  color: #97a0b3;
  background: transparent;
}

.open .btn-box-tool, .btn-box-tool:hover {
  color: #606c84;
}

.btn-box-tool.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.no-header .box-body {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.box-body &gt; .table {
  margin-bottom: 0;
}

.box-body .fc {
  margin-top: 5px;
}

.box-body .full-width-chart {
  margin: -19px;
}

.box-body.no-padding .full-width-chart {
  margin: -9px;
}

.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
  background-color: #ffffff;
  border-top: 1px solid #f4f4f4;
}

.chart-legend {
  margin: 10px 0;
}

@media (max-width: 991px) {
  .chart-legend &gt; li {
    float: left;
    margin-right: 10px;
  }
}

.box-comments {
  background: #f7f7f7;
}

.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
}

.box-comments .box-comment::before, .box-comments .box-comment::after {
  display: table;
  content: " ";
}

.box-comments .box-comment::after {
  clear: both;
}

.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}

.box-comments .box-comment:first-of-type {
  padding-top: 0;
}

.box-comments .box-comment img {
  float: left;
}

.box-comments .comment-text {
  margin-left: 40px;
  color: #555555;
}

.box-comments .username {
  display: block;
  font-weight: 600;
  color: #444444;
}

.box-comments .text-muted {
  font-size: 12px;
  font-weight: 400;
}

/* Widget: TODO LIST */
.todo-list {
  padding: 0;
  margin: 0;
  overflow: auto;
  list-style: none;
}

.todo-list &gt; li {
  padding: 10px;
  margin-bottom: 2px;
  color: #444444;
  background: #f4f4f4;
  border-left: 2px solid #e6e7e8;
  border-radius: 2px;
}

.todo-list &gt; li:last-of-type {
  margin-bottom: 0;
}

.todo-list &gt; li &gt; input[type='checkbox'] {
  margin: 0 10px 0 5px;
}

.todo-list &gt; li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}

.todo-list &gt; li .label {
  margin-left: 10px;
  font-size: 9px;
}

.todo-list &gt; li .tools {
  display: none;
  float: right;
  color: #fa4251;
}

.todo-list &gt; li .tools &gt; .fa,
.todo-list &gt; li .tools &gt; .glyphicon {
  margin-right: 5px;
  cursor: pointer;
}

.todo-list &gt; li:hover .tools {
  display: inline-block;
}

.todo-list &gt; li.done {
  color: #999999;
}

.todo-list &gt; li.done .text {
  font-weight: 500;
  text-decoration: line-through;
}

.todo-list &gt; li.done .label {
  background: #dddddd !important;
}

.todo-list .danger {
  border-left-color: #fa4251;
}

.todo-list .warning {
  border-left-color: #ffc543;
}

.todo-list .info {
  border-left-color: #55a8fd;
}

.todo-list .success {
  border-left-color: #51dd3a;
}

.todo-list .primary {
  border-left-color: #007de6;
}

.todo-list .handle {
  display: inline-block;
  margin: 0 5px;
  cursor: move;
}

/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead) */
.chat {
  padding: 5px 20px 5px 10px;
}

.chat .item {
  margin-bottom: 10px;
}

.chat .item::before, .chat .item::after {
  display: table;
  content: " ";
}

.chat .item::after {
  clear: both;
}

.chat .item &gt; img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
}

.chat .item &gt; .online {
  border: 2px solid #51dd3a;
}

.chat .item &gt; .offline {
  border: 2px solid #fa4251;
}

.chat .item &gt; .message {
  margin-top: -40px;
  margin-left: 55px;
}

.chat .item &gt; .message &gt; .name {
  display: block;
  font-weight: 600;
}

.chat .item &gt; .attachment {
  padding: 10px;
  margin-right: 15px;
  margin-left: 65px;
  background: #f4f4f4;
  border-radius: 3px;
}

.chat .item &gt; .attachment &gt; h4 {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 600;
}

.chat .item &gt; .attachment &gt; p,
.chat .item &gt; .attachment &gt; .filename {
  margin: 0;
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
}

.chat .item &gt; .attachment::before, .chat .item &gt; .attachment::after {
  display: table;
  content: " ";
}

.chat .item &gt; .attachment::after {
  clear: both;
}

.box-input {
  max-width: 200px;
}

.modal .panel-body {
  color: #444444;
}

/*
 * Component: Info Box
 * -------------------
 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.info-box {
  display: block;
  width: 100%;
  min-height: 90px;
  margin-bottom: 15px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.info-box small {
  font-size: 14px;
}

.info-box a {
  font-size: 17px;
  color: #646464;
}

.info-box .progress {
  height: 2px;
  margin: 5px -10px 5px -10px;
  background: rgba(0, 0, 0, 0.2);
}

.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}

.info-box .progress .progress-bar {
  background: #ffffff;
}

.info-box-icon {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  margin-top: -1px;
  font-size: 45px;
  line-height: 90px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px 0 0 5px;
}

.info-box-icon &gt; img {
  max-width: 100%;
}

.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}

.info-box-number {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #108ee9;
}

.progress-description,
.info-box-text {
  display: block;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-box-text {
  text-transform: uppercase;
}

.info-box-more {
  display: block;
}

.progress-description {
  margin: 0;
}

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}

.timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 31px;
  width: 4px;
  margin: 0;
  content: '';
  background: #dddddd;
  border-radius: 2px;
}

.timeline &gt; li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}

.timeline &gt; li::before, .timeline &gt; li::after {
  display: table;
  content: " ";
}

.timeline &gt; li::after {
  clear: both;
}

.timeline &gt; li &gt; .timeline-item {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-right: 15px;
  margin-left: 60px;
  color: #444444;
  background: #ffffff;
  border-radius: 3px;
}

.timeline &gt; li &gt; .timeline-item &gt; .time {
  float: right;
  padding: 10px;
  font-size: 12px;
  color: #999999;
}

.timeline &gt; li &gt; .timeline-item &gt; .timeline-header {
  padding: 10px;
  margin: 0;
  font-size: 16px;
  line-height: 1.1;
  color: #555555;
  border-bottom: 1px solid #f4f4f4;
}

.timeline &gt; li &gt; .timeline-item &gt; .timeline-header &gt; a {
  font-weight: 600;
}

.timeline &gt; li &gt; .timeline-item &gt; .timeline-body,
.timeline &gt; li &gt; .timeline-item &gt; .timeline-footer {
  padding: 10px;
}

.timeline &gt; li &gt; .fa,
.timeline &gt; li &gt; .glyphicon {
  position: absolute;
  top: 0;
  left: 18px;
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  background: #dddddd;
  border-radius: 50%;
}

.timeline &gt; .time-label &gt; span {
  display: inline-block;
  padding: 5px;
  font-weight: 600;
  background-color: #ffffff;
  border-radius: 4px;
}

.timeline-inverse &gt; li &gt; .timeline-item {
  background: #f0f0f0;
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.timeline-inverse &gt; li &gt; .timeline-item &gt; .timeline-header {
  border-bottom-color: #dddddd;
}

/*
 * Component: Button
 * -----------------
 */
.btn {
  padding: 7px 14px;
  border: 1px solid transparent;
  border-radius: 3px;
}

.btn.uppercase {
  text-transform: uppercase;
}

.btn.btn-flat {
  border-width: 1px;
  border-radius: 0;
}

.btn:focus {
  outline: none;
}

.btn.btn-file {
  position: relative;
  overflow: hidden;
}

.btn.btn-file &gt; input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  cursor: inherit;
  background: white;
  outline: none;
  filter: alpha(opacity=0);
  opacity: 0;
}

.btn-default {
  color: #007de6;
  background-color: #ffffff;
  border-color: #dddddd;
}

.btn-default:hover, .btn-default:active, .btn-default.hover {
  color: #007de6;
  background-color: #f4f4f4;
  border-color: #dddddd;
}

.btn-primary {
  font-weight: bold;
  background-color: #007de6;
  border-color: #006fcd;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
  background-color: #4daeff;
  border-color: #0083f0;
}

.btn-success {
  background-color: #51dd3a;
  border-color: #3fd825;
}

.btn-success:hover, .btn-success:active, .btn-success.hover {
  background-color: #3fd825;
}

.btn-info {
  background-color: #55a8fd;
  border-color: #3c9bfd;
}

.btn-info:hover, .btn-info:active, .btn-info.hover {
  background-color: #3c9bfd;
}

.btn-danger {
  background-color: #fa4251;
  border-color: #f9293a;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.hover {
  background-color: #f9293a;
}

.btn-warning {
  background-color: #ffc543;
  border-color: #ffbd2a;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.hover {
  background-color: #ffbd2a;
}

.btn-outline {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.btn-app {
  position: relative;
  min-width: 80px;
  height: 60px;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  font-size: 12px;
  color: #646464;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.btn-app &gt; .fa,
.btn-app &gt; .glyphicon {
  display: block;
  font-size: 20px;
}

.btn-app:hover {
  color: #444444;
  background: #f4f4f4;
  border-color: #aaaaaa;
}

.btn-app &gt; .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}

/*
 * Component: Callout
 * ------------------
 */
.callout {
  padding: 15px 30px 15px 15px;
  margin: 0 0 20px 0;
  border-radius: 3px;
}

.callout a {
  color: #ffffff;
  text-decoration: underline;
}

.callout a:hover {
  color: #eeeeee;
}

.callout h4 {
  margin-top: 0;
  font-weight: 600;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout code,
.callout .highlight {
  background-color: #ffffff;
}

.callout.callout-danger {
  border-color: #f91023;
}

.callout.callout-warning {
  border-color: #ffb510;
}

.callout.callout-info {
  border-color: #238efc;
}

.callout.callout-success {
  border-color: #38c222;
}

/*
 * Component: alert
 * ----------------
 */
.alert {
  line-height: 2;
  color: #646464;
  border-radius: 2px;
}

.alert h4 {
  font-weight: 700;
  line-height: 1.6;
}

.alert .close {
  color: #000000;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.alert .close:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.alert a {
  color: #333333;
  text-decoration: underline;
}

.alert-success {
  background-color: #edfbea;
  border-color: #51dd3a;
}

.alert-success .fa {
  color: #51dd3a;
}

.alert-danger,
.alert-error {
  background-color: #feebed;
  border-color: #fb5b68;
}

.alert-danger .fa,
.alert-error .fa {
  color: #fb5b68;
}

.alert-warning {
  background-color: #fff9eb;
  border-color: #ffc543;
}

.alert-warning .fa {
  color: #ffc543;
}

.alert-info {
  background-color: #ddeeff;
  border-color: #55a8fd;
}

.alert-info .fa {
  color: #55a8fd;
}

/*
 * Component: Nav
 * --------------
 */
.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:active,
.nav &gt; li &gt; a:focus {
  color: #444444;
  background: #f7f7f7;
}

/* NAV PILLS */
.nav-pills &gt; li &gt; a {
  color: #444444;
  border-top: 3px solid transparent;
  border-radius: 0;
}

.nav-pills &gt; li &gt; a &gt; .fa,
.nav-pills &gt; li &gt; a &gt; .glyphicon {
  margin-right: 5px;
}

.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
  border-top-color: #007de6;
}

.nav-pills &gt; li.active &gt; a {
  font-weight: 600;
}

/* NAV STACKED */
.nav-stacked &gt; li &gt; a {
  color: #444444;
  text-align: left;
  border-top: 0;
  border-left: 3px solid transparent;
  border-radius: 0;
}

.nav-stacked &gt; li.active &gt; a,
.nav-stacked &gt; li.active &gt; a:hover {
  color: #444444;
  background: transparent;
  border-top: 0;
  border-left-color: #007de6;
}

.nav-stacked &gt; li.header {
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #777777;
  text-transform: uppercase;
  border-bottom: 1px solid #dddddd;
}

/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 3px;
}

.nav-tabs-custom:last-of-type {
  margin-bottom: 0;
}

.nav-tabs-custom &gt; .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.nav-tabs-custom &gt; .nav-tabs &gt; li {
  margin-right: 5px;
  margin-bottom: -2px;
  border-top: 3px solid transparent;
}

.nav-tabs-custom &gt; .nav-tabs &gt; li &gt; a {
  color: #444444;
  border-radius: 0;
}

.nav-tabs-custom &gt; .nav-tabs &gt; li &gt; a.text-muted {
  color: #999999;
}

.nav-tabs-custom &gt; .nav-tabs &gt; li &gt; a, .nav-tabs-custom &gt; .nav-tabs &gt; li &gt; a:hover {
  margin: 0;
  background: transparent;
}

.nav-tabs-custom &gt; .nav-tabs &gt; li &gt; a:hover {
  color: #999999;
}

.nav-tabs-custom &gt; .nav-tabs &gt; li:not(.active) &gt; a:hover,
.nav-tabs-custom &gt; .nav-tabs &gt; li:not(.active) &gt; a:focus,
.nav-tabs-custom &gt; .nav-tabs &gt; li:not(.active) &gt; a:active {
  border-color: transparent;
}

.nav-tabs-custom &gt; .nav-tabs &gt; li.active {
  border-top-color: #007de6;
}

.nav-tabs-custom &gt; .nav-tabs &gt; li.active &gt; a,
.nav-tabs-custom &gt; .nav-tabs &gt; li.active:hover &gt; a {
  color: #444444;
  background-color: #ffffff;
}

.nav-tabs-custom &gt; .nav-tabs &gt; li.active &gt; a {
  border-top-color: transparent;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}

.nav-tabs-custom &gt; .nav-tabs.pull-right {
  float: none !important;
}

.nav-tabs-custom &gt; .nav-tabs.pull-right &gt; li {
  float: right;
}

.nav-tabs-custom &gt; .nav-tabs.pull-right &gt; li:first-of-type {
  margin-right: 0;
}

.nav-tabs-custom &gt; .nav-tabs.pull-right &gt; li:first-of-type &gt; a {
  border-left-width: 1px;
}

.nav-tabs-custom &gt; .nav-tabs.pull-right &gt; li:first-of-type.active &gt; a {
  border-right-color: transparent;
  border-left-color: #f4f4f4;
}

.nav-tabs-custom &gt; .nav-tabs &gt; li.header {
  padding: 0 10px;
  font-size: 20px;
  line-height: 35px;
  color: #646464;
}

.nav-tabs-custom &gt; .nav-tabs &gt; li.header &gt; .fa,
.nav-tabs-custom &gt; .nav-tabs &gt; li.header &gt; .glyphicon {
  margin-right: 5px;
}

.nav-tabs-custom &gt; .tab-content {
  padding: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.nav-tabs-custom &gt; .tab-content .table {
  margin-bottom: 15px;
}

.nav-tabs-custom .dropdown.open &gt; a:active, .nav-tabs-custom .dropdown.open &gt; a:focus {
  color: #999999;
  background: transparent;
}

.nav-tabs-custom.tab-primary &gt; .nav-tabs &gt; li.active {
  border-top-color: #007de6;
}

.nav-tabs-custom.tab-info &gt; .nav-tabs &gt; li.active {
  border-top-color: #55a8fd;
}

.nav-tabs-custom.tab-danger &gt; .nav-tabs &gt; li.active {
  border-top-color: #fa4251;
}

.nav-tabs-custom.tab-warning &gt; .nav-tabs &gt; li.active {
  border-top-color: #ffc543;
}

.nav-tabs-custom.tab-success &gt; .nav-tabs &gt; li.active {
  border-top-color: #51dd3a;
}

.nav-tabs-custom.tab-default &gt; .nav-tabs &gt; li.active {
  border-top-color: #dddddd;
}

/* PAGINATION */
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  font-size: 14px;
}

.pagination &gt; li &gt; a {
  color: #646464;
  background: #ffffff;
}

.pagination.pagination-flat &gt; li &gt; a {
  border-radius: 0 !important;
}

/*
 * Component: Products List
 * ------------------------
 */
.products-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.products-list &gt; .item {
  padding: 10px 0;
  background: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.products-list &gt; .item::before, .products-list &gt; .item::after {
  display: table;
  content: " ";
}

.products-list &gt; .item::after {
  clear: both;
}

.products-list .product-img {
  float: left;
}

.products-list .product-img img {
  width: 50px;
  height: 50px;
}

.products-list .product-info {
  margin-left: 60px;
}

.products-list .product-title {
  font-weight: 600;
}

.products-list .product-description {
  display: block;
  overflow: hidden;
  color: #999999;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-list-in-box &gt; .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #f4f4f4;
  border-radius: 0;
}

.product-list-in-box &gt; .item:last-of-type {
  border-bottom-width: 0;
}

/*
 * Component: Table
 * ----------------
 */
.table &gt; thead &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; td {
  border-top: 1px solid #f4f4f4;
}

.table &gt; thead &gt; tr &gt; th {
  border-bottom: 2px solid #f4f4f4;
}

.table tr td .progress {
  margin-top: 5px;
}

.table-bordered {
  border: 1px solid #f4f4f4;
}

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #f4f4f4;
}

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0;
}

/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
  text-align: center;
}

.table.align th {
  text-align: left;
}

.table.align td {
  text-align: right;
}

/*
 * Component: Label
 * ----------------
 */
.label-default {
  color: #444444;
  background-color: #dddddd;
}

/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  padding: 0;
  overflow-x: hidden;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 250px;
  padding: 10px;
  overflow: auto;
}

.direct-chat-msg,
.direct-chat-text {
  display: block;
}

.direct-chat-msg {
  margin-bottom: 10px;
}

.direct-chat-msg::before, .direct-chat-msg::after {
  display: table;
  content: " ";
}

.direct-chat-msg::after {
  clear: both;
}

.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.direct-chat-text {
  position: relative;
  padding: 5px 10px;
  margin: 5px 0 0 50px;
  color: #444444;
  background: #dddddd;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.direct-chat-text::after, .direct-chat-text::before {
  position: absolute;
  top: 15px;
  right: 100%;
  width: 0;
  height: 0;
  pointer-events: none;
  content: ' ';
  border: solid transparent;
  border-right-color: #dddddd;
}

.direct-chat-text::after {
  margin-top: -5px;
  border-width: 5px;
}

.direct-chat-text::before {
  margin-top: -6px;
  border-width: 6px;
}

.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}

.right .direct-chat-text::after, .right .direct-chat-text::before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #dddddd;
}

.direct-chat-img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.right .direct-chat-img {
  float: right;
}

.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}

.direct-chat-name {
  font-weight: 600;
}

.direct-chat-timestamp {
  color: #999999;
}

.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.direct-chat-contacts {
  -webkit-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  overflow: auto;
  color: #ffffff;
  background: #222d32;
}

.contacts-list &gt; li {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.contacts-list &gt; li::before, .contacts-list &gt; li::after {
  display: table;
  content: " ";
}

.contacts-list &gt; li::after {
  clear: both;
}

.contacts-list &gt; li:last-of-type {
  border-bottom: none;
}

.contacts-list-img {
  float: left;
  width: 40px;
  border-radius: 50%;
}

.contacts-list-info {
  margin-left: 45px;
  color: #ffffff;
}

.contacts-list-name,
.contacts-list-status {
  display: block;
}

.contacts-list-name {
  font-weight: 600;
}

.contacts-list-status {
  font-size: 12px;
}

.contacts-list-date {
  font-weight: normal;
  color: #aaaaaa;
}

.contacts-list-msg {
  color: #999999;
}

.direct-chat-danger .right &gt; .direct-chat-text {
  color: #fff;
  background: #fa4251;
  border-color: #fa4251;
}

.direct-chat-danger .right &gt; .direct-chat-text::after, .direct-chat-danger .right &gt; .direct-chat-text::before {
  border-left-color: #fa4251;
}

.direct-chat-primary .right &gt; .direct-chat-text {
  color: #fff;
  background: #007de6;
  border-color: #007de6;
}

.direct-chat-primary .right &gt; .direct-chat-text::after, .direct-chat-primary .right &gt; .direct-chat-text::before {
  border-left-color: #007de6;
}

.direct-chat-warning .right &gt; .direct-chat-text {
  color: #fff;
  background: #ffc543;
  border-color: #ffc543;
}

.direct-chat-warning .right &gt; .direct-chat-text::after, .direct-chat-warning .right &gt; .direct-chat-text::before {
  border-left-color: #ffc543;
}

.direct-chat-info .right &gt; .direct-chat-text {
  color: #fff;
  background: #55a8fd;
  border-color: #55a8fd;
}

.direct-chat-info .right &gt; .direct-chat-text::after, .direct-chat-info .right &gt; .direct-chat-text::before {
  border-left-color: #55a8fd;
}

.direct-chat-success .right &gt; .direct-chat-text {
  color: #fff;
  background: #51dd3a;
  border-color: #51dd3a;
}

.direct-chat-success .right &gt; .direct-chat-text::after, .direct-chat-success .right &gt; .direct-chat-text::before {
  border-left-color: #51dd3a;
}

/*
 * Component: Users List
 * ---------------------
 */
.users-list &gt; li {
  float: left;
  width: 25%;
  padding: 10px;
  text-align: center;
}

.users-list &gt; li img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.users-list &gt; li &gt; a:hover,
.users-list &gt; li &gt; a:hover .users-list-name {
  color: #999999;
}

.users-list-name,
.users-list-date {
  display: block;
}

.users-list-name {
  overflow: hidden;
  font-weight: 600;
  color: #444444;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.users-list-date {
  font-size: 12px;
  color: #999999;
}

/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.carousel-control &gt; .fa {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
  font-size: 40px;
}

/*
 * Component: modal
 * ----------------
 */
.modal {
  background: rgba(0, 0, 0, 0.3);
}

.modal-content {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
}

.modal-header {
  padding: 10px 20px;
  background-color: #f4f4f4;
  border-bottom: 0;
}

.modal-header .close {
  font-size: 24px;
  line-height: 18px;
  color: #007de6;
  opacity: 1;
}

.modal-title {
  font-size: 14px;
  color: #007de6;
}

.modal-footer {
  border-top-color: #f4f4f4;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #0061b3;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #ffb510;
}

.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #238efc;
}

.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #38c222;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #f91023;
}

/*
 * Component: Social Widgets
 * -------------------------
 */
.widget-user .widget-user-header {
  height: 120px;
  padding: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.widget-user .widget-user-desc {
  margin-top: 0;
}

.widget-user .widget-user-image {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
}

.widget-user .widget-user-image &gt; img {
  width: 90px;
  height: auto;
  border: 3px solid #ffffff;
}

.widget-user .box-footer {
  padding-top: 30px;
}

.widget-user-2 .widget-user-header {
  padding: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
}

.widget-user-2 .widget-user-desc {
  margin-top: 0;
}

.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
  margin-left: 75px;
}

.widget-user-2 .widget-user-image &gt; img {
  float: left;
  width: 65px;
  height: auto;
}

/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages &gt; .table {
  margin: 0;
}

.mailbox-controls {
  padding: 5px;
}

.mailbox-controls.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.mailbox-read-info {
  padding: 10px;
  border-bottom: 1px solid #f4f4f4;
}

.mailbox-read-info h3 {
  margin: 0;
  font-size: 20px;
}

.mailbox-read-info h5 {
  padding: 5px 0 0 0;
  margin: 0;
}

.mailbox-read-time {
  font-size: 13px;
  color: #999999;
}

.mailbox-read-message {
  padding: 10px;
}

.mailbox-attachments li {
  float: left;
  width: 200px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #eeeeee;
}

.mailbox-attachment-name {
  font-weight: bold;
  color: #666666;
}

.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display: block;
}

.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}

.mailbox-attachment-size {
  font-size: 12px;
  color: #999999;
}

.mailbox-attachment-icon {
  padding: 20px 10px;
  font-size: 65px;
  color: #666666;
  text-align: center;
}

.mailbox-attachment-icon.has-img {
  padding: 0;
}

.mailbox-attachment-icon.has-img &gt; img {
  max-width: 100%;
  height: auto;
}

/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE &lt;BODY&gt; TAG */
.lockscreen {
  background: #dddddd;
}

.lockscreen-logo {
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
}

.lockscreen-logo a {
  color: #444444;
}

.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%;
}

/* User name [optional] */
.lockscreen .lockscreen-name {
  font-weight: 600;
  text-align: center;
}

/* Will contain the image and the sign in form */
.lockscreen-item {
  position: relative;
  width: 290px;
  padding: 0;
  margin: 10px auto 30px auto;
  background: #ffffff;
  border-radius: 4px;
}

/* User image */
.lockscreen-image {
  position: absolute;
  top: -25px;
  left: -10px;
  z-index: 10;
  padding: 5px;
  background: #ffffff;
  border-radius: 50%;
}

.lockscreen-image &gt; img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

/* Contains the password input and the login button */
.lockscreen-credentials {
  margin-left: 70px;
}

.lockscreen-credentials .form-control {
  border: 0;
}

.lockscreen-credentials .btn {
  padding: 0 10px;
  background-color: #ffffff;
  border: 0;
}

.lockscreen-footer {
  margin-top: 10px;
}

/*
 * Page: Login &amp; Register
 * ----------------------
 */
.login-logo,
.register-logo {
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
}

.login-logo a,
.register-logo a {
  color: #444444;
}

.login-page,
.register-page {
  background: #dddddd;
}

.login-box,
.register-box {
  width: 360px;
  margin: 7% auto;
}

@media (max-width: 767px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}

.login-box-body,
.register-box-body {
  padding: 20px;
  color: #666666;
  background: #ffffff;
  border-top: 0;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777777;
}

.login-box-msg,
.register-box-msg {
  padding: 0 20px 20px 20px;
  margin: 0;
  text-align: center;
}

.social-auth-links {
  margin: 10px 0;
}

/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}

@media (max-width: 991px) {
  .error-page {
    width: 100%;
  }
}

.error-page &gt; .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .error-page &gt; .headline {
    float: none;
    text-align: center;
  }
}

.error-page &gt; .error-content {
  display: block;
  margin-left: 190px;
}

@media (max-width: 991px) {
  .error-page &gt; .error-content {
    margin-left: 0;
  }
}

.error-page &gt; .error-content &gt; h3 {
  font-size: 25px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .error-page &gt; .error-content &gt; h3 {
    text-align: center;
  }
}

/*
 * Page: Invoice
 * -------------
 */
.invoice {
  position: relative;
  padding: 20px;
  margin: 10px 25px;
  background: #ffffff;
  border: 1px solid #f4f4f4;
}

.invoice-title {
  margin-top: 0;
}

/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
  width: 100px;
  padding: 3px;
  margin: 0 auto;
  border: 3px solid #dddddd;
}

.profile-username {
  margin-top: 5px;
  font-size: 21px;
}

.post {
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #666666;
  border-bottom: 1px solid #dddddd;
}

.post:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post .user-block {
  margin-bottom: 15px;
}

/*
 * Plugin: Full Calendar
 * ---------------------
 */
.fc-button {
  color: #444444;
  background: #f4f4f4;
  background-image: none;
  border-color: #dddddd;
  border-bottom-color: #dddddd;
}

.fc-button:hover, .fc-button:active, .fc-button.hover {
  background-color: #e9e9e9;
}

.fc-header-title h2 {
  margin-left: 10px;
  font-size: 15px;
  line-height: 1.6em;
  color: #666666;
}

.fc-header-right {
  padding-right: 10px;
}

.fc-header-left {
  padding-left: 10px;
}

.fc-widget-header {
  background: #fafafa;
}

.fc-grid {
  width: 100%;
  border: 0;
}

.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
  border-right: 0;
  border-left: 0;
}

.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
  border-right: 0;
}

.fc-toolbar {
  padding: 10px;
  margin: 0;
}

.fc-day-number {
  padding-right: 10px;
  font-size: 20px;
  font-weight: 300;
}

.fc-color-picker {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fc-color-picker &gt; li {
  float: left;
  margin-right: 5px;
  font-size: 30px;
  line-height: 30px;
}

.fc-color-picker &gt; li .fa {
  -webkit-transition: -webkit-transform linear 0.3s;
  transition: -webkit-transform linear 0.3s;
  transition: transform linear 0.3s;
  transition: transform linear 0.3s, -webkit-transform linear 0.3s;
}

.fc-color-picker &gt; li .fa:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

#add-new-event {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.external-event {
  padding: 5px 10px;
  margin-bottom: 4px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: move;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.external-event:hover {
  -webkit-box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus, .select2-container--default:focus, .select2-container--default:active,
.select2-selection.select2-container--focus,
.select2-selection:focus,
.select2-selection:active {
  outline: none;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  height: 34px;
  padding: 6px 12px;
  border: 1px solid #dddddd;
  border-radius: 2px;
}

.select2-container--default.select2-container--open {
  border-color: #007de6;
}

.select2-dropdown {
  border: 1px solid #dddddd;
  border-radius: 2px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: white;
  background-color: #007de6;
}

.select2-results__option {
  padding: 6px 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: auto;
  padding-right: 10px;
  padding-left: 0;
  margin-top: -4px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 3px;
  height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #dddddd;
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  border: 1px solid #007de6;
  outline: none;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #dddddd;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444444;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #dddddd;
  border-radius: 2px;
}

.select2-container--default .select2-selection--multiple:focus {
  border-color: #007de6;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #dddddd;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 1px 10px;
  color: #ffffff;
  background-color: #007de6;
  border-color: #006fcd;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 10px;
}

.margin {
  margin: 10px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-r-5 {
  margin-right: 5px;
}

.margin-r-10 {
  margin-right: 10px;
}

.inline {
  display: inline;
}

.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}

.description-block.margin-bottom {
  margin-bottom: 25px;
}

.description-block &gt; .description-header {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.description-block &gt; .description-text {
  text-transform: uppercase;
}

.bg-red, .callout.callout-danger, .label-danger, .modal-danger .modal-body,
.bg-yellow,
.callout.callout-warning,
.label-warning,
.modal-warning .modal-body,
.bg-aqua,
.callout.callout-info,
.label-info,
.modal-info .modal-body,
.bg-blue,
.bg-light-blue,
.label-primary,
.modal-primary .modal-body,
.bg-green,
.callout.callout-success,
.label-success,
.modal-success .modal-body,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer,
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer,
.bg-blue-active,
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active {
  color: #ffffff !important;
}

.bg-gray {
  color: #000000;
  background-color: #dddddd !important;
}

.bg-gray-light {
  background-color: #f7f7f7;
}

.bg-black {
  background-color: #111111 !important;
}

.bg-red, .callout.callout-danger, .label-danger, .modal-danger .modal-body {
  background-color: #fa4251 !important;
}


.bg-yellow,
.callout.callout-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #ffc543 !important;
}


.bg-aqua,
.callout.callout-info,
.label-info,
.modal-info .modal-body {
  background-color: #55a8fd !important;
}

.bg-blue {
  background-color: #007de6 !important;
}


.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #007de6 !important;
}


.bg-green,
.callout.callout-success,
.label-success,
.modal-success .modal-body {
  background-color: #51dd3a !important;
}

.bg-navy {
  background-color: #1f273b !important;
}

.bg-teal {
  background-color: #39cccc !important;
}

.bg-olive {
  background-color: #56b088 !important;
}

.bg-lime {
  background-color: #10de6a !important;
}

.bg-orange {
  background-color: #ff851b !important;
}

.bg-fuchsia {
  background-color: #e20ab1 !important;
}

.bg-purple {
  background-color: #6e5ca8 !important;
}

.bg-maroon {
  background-color: #d81b60 !important;
}

.bg-gray-active {
  color: #000000;
  background-color: #c4c4c4 !important;
}

.bg-black-active {
  background-color: black !important;
}


.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #f92436 !important;
}


.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #ffbc24 !important;
}


.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #3799fd !important;
}

.bg-blue-active {
  background-color: #0061b3 !important;
}


.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #006cc7 !important;
}


.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #3fd825 !important;
}

.bg-navy-active {
  background-color: #1b2334 !important;
}

.bg-teal-active {
  background-color: #30bbbb !important;
}

.bg-olive-active {
  background-color: #4ba17b !important;
}

.bg-lime-active {
  background-color: #0ec65f !important;
}

.bg-orange-active {
  background-color: #ff7702 !important;
}

.bg-fuchsia-active {
  background-color: #ca099e !important;
}

.bg-purple-active {
  background-color: #625299 !important;
}

.bg-maroon-active {
  background-color: #ca195a !important;
}

[class^="bg-"].disabled {
  filter: alpha(opacity=65);
  opacity: 0.65;
}

.text-red {
  color: #fa4251 !important;
}

.text-yellow {
  color: #ffc543 !important;
}

.text-aqua {
  color: #55a8fd !important;
}

.text-blue {
  color: #007de6 !important;
}

.text-black {
  color: #111111 !important;
}

.text-light-blue {
  color: #007de6 !important;
}

.text-green {
  color: #51dd3a !important;
}

.text-gray {
  color: #dddddd !important;
}

.text-navy {
  color: #1f273b !important;
}

.text-teal {
  color: #39cccc !important;
}

.text-olive {
  color: #56b088 !important;
}

.text-lime {
  color: #10de6a !important;
}

.text-orange {
  color: #ff851b !important;
}

.text-fuchsia {
  color: #e20ab1 !important;
}

.text-purple {
  color: #6e5ca8 !important;
}

.text-maroon {
  color: #d81b60 !important;
}

.link-muted {
  color: #919191;
}

.link-muted:hover, .link-muted:focus {
  color: #777777;
}

.link-black {
  color: #666666;
}

.link-black:hover, .link-black:focus {
  color: #999999;
}

.hide {
  display: none !important;
}

.no-border {
  border: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.list-unstyled, .chart-legend, .contacts-list, .users-list, .mailbox-attachments {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-group-unbordered &gt; .list-group-item {
  padding-right: 0;
  padding-left: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.flat {
  border-radius: 0 !important;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}

.text-sm {
  font-size: 12px;
}

.jqstooltip {
  width: auto !important;
  height: auto !important;
  padding: 5px !important;
}

.bg-teal-gradient {
  color: #ffffff;
  background: #39cccc !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#7adddd), to(#39cccc)) !important;
  background: -webkit-linear-gradient(#7adddd, #39cccc) !important;
  background: linear-gradient(#7adddd, #39cccc) !important;
}

.bg-light-blue-gradient {
  color: #ffffff;
  background: #007de6 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#249bff), to(#007de6)) !important;
  background: -webkit-linear-gradient(#249bff, #007de6) !important;
  background: linear-gradient(#249bff, #007de6) !important;
}

.bg-blue-gradient {
  color: #ffffff;
  background: #007de6 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b8fff), to(#007de6)) !important;
  background: -webkit-linear-gradient(#0b8fff, #007de6) !important;
  background: linear-gradient(#0b8fff, #007de6) !important;
}

.bg-aqua-gradient {
  color: #ffffff;
  background: #55a8fd !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#78bafd), to(#55a8fd)) !important;
  background: -webkit-linear-gradient(#78bafd, #55a8fd) !important;
  background: linear-gradient(#78bafd, #55a8fd) !important;
}

.bg-yellow-gradient {
  color: #ffffff;
  background: #ffc543 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffde95), to(#ffc543)) !important;
  background: -webkit-linear-gradient(#ffde95, #ffc543) !important;
  background: linear-gradient(#ffde95, #ffc543) !important;
}

.bg-purple-gradient {
  color: #ffffff;
  background: #6e5ca8 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#9d91c4), to(#6e5ca8)) !important;
  background: -webkit-linear-gradient(#9d91c4, #6e5ca8) !important;
  background: linear-gradient(#9d91c4, #6e5ca8) !important;
}

.bg-green-gradient {
  color: #ffffff;
  background: #51dd3a !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#6ce258), to(#51dd3a)) !important;
  background: -webkit-linear-gradient(#6ce258, #51dd3a) !important;
  background: linear-gradient(#6ce258, #51dd3a) !important;
}

.bg-red-gradient {
  color: #ffffff;
  background: #fa4251 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#fb747f), to(#fa4251)) !important;
  background: -webkit-linear-gradient(#fb747f, #fa4251) !important;
  background: linear-gradient(#fb747f, #fa4251) !important;
}

.bg-black-gradient {
  color: #ffffff;
  background: #111111 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#111111)) !important;
  background: -webkit-linear-gradient(#2b2b2b, #111111) !important;
  background: linear-gradient(#2b2b2b, #111111) !important;
}

.bg-maroon-gradient {
  color: #ffffff;
  background: #d81b60 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#e73f7c), to(#d81b60)) !important;
  background: -webkit-linear-gradient(#e73f7c, #d81b60) !important;
  background: linear-gradient(#e73f7c, #d81b60) !important;
}

.description-block .description-icon {
  font-size: 16px;
}

.no-pad-top {
  padding-top: 0;
}

.position-static {
  position: static !important;
}

.list-header {
  padding: 10px 4px;
  font-size: 15px;
  font-weight: bold;
  color: #666666;
}

.list-seperator {
  height: 1px;
  margin: 15px 0 9px 0;
  background: #f4f4f4;
}

.list-link &gt; a {
  padding: 4px;
  color: #777777;
}

.list-link &gt; a:hover {
  color: #222222;
}

.font-light {
  font-weight: 300;
}

.user-block::before, .user-block::after {
  display: table;
  content: " ";
}

.user-block::after {
  clear: both;
}

.user-block img {
  float: left;
  width: 40px;
  height: 40px;
}

.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 50px;
}

.user-block .username {
  font-size: 16px;
  font-weight: 600;
}

.user-block .description {
  font-size: 13px;
  color: #999999;
}

.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px;
}

.user-block.user-block-sm .username {
  font-size: 14px;
}

.img-sm, .box-comments .box-comment img, .user-block.user-block-sm img,
.img-md,
.img-lg {
  float: left;
}

.img-sm, .box-comments .box-comment img, .user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important;
}

.img-sm + .img-push, .box-comments .box-comment img + .img-push, .user-block.user-block-sm img + .img-push {
  margin-left: 40px;
}

.img-md {
  width: 60px;
  height: 60px;
}

.img-md + .img-push {
  margin-left: 70px;
}

.img-lg {
  width: 100px;
  height: 100px;
}

.img-lg + .img-push {
  margin-left: 110px;
}

.img-bordered {
  padding: 3px;
  border: 3px solid #dddddd;
}

.img-bordered-sm {
  padding: 2px;
  border: 2px solid #dddddd;
}

.attachment-block {
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
  border: 1px solid #f4f4f4;
}

.attachment-block .attachment-img {
  float: left;
  max-width: 100px;
  height: auto;
  max-height: 100px;
}

.attachment-block .attachment-pushed {
  margin-left: 110px;
}

.attachment-block .attachment-heading {
  margin: 0;
}

.attachment-block .attachment-text {
  color: #555555;
}

.connectedSortable {
  min-height: 100px;
}

.ui-helper-hidden-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.sort-highlight {
  margin-bottom: 10px;
  background: #f4f4f4;
  border: 1px dashed #dddddd;
}

.full-opacity-hover {
  filter: alpha(opacity=65);
  opacity: 0.65;
}

.full-opacity-hover:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.chart {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.chart svg,
.chart canvas {
  width: 100% !important;
}
</pre></body></html>