/*!
 *   AdminLTE v2.3.0
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}
/* Layout */
.wrapper {
  min-height: 100%;
  position: static;
  overflow: hidden;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}
.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;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-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;
  margin-left: 260px;
  z-index: 820;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
  margin-left: 0;
}
@media (max-width: 991px) {
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .right-side,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .right-side,
  .sidebar-open .main-footer {
    -webkit-transform: translate(260px, 0);
    -ms-transform: translate(260px, 0);
    -o-transform: translate(260px, 0);
    transform: translate(260px, 0);
  }
}
.content-wrapper,
.right-side {
  min-height: 100%;
  background-color: #f5f7fb;
  z-index: 800;
}
.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #e8ebf0;
}
/* 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: 50px;
}
@media (max-width: 991px) {
  .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;
  -o-transition: none;
  transition: none;
}
/* Content */
.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
}
/* General Links */
a {
  color: #00c0ee;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #3cd9ff;
}
/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}
/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}
.main-header > .navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 260px;
  border: none;
  min-height: 50px;
  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 {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.main-header #navbar-search-input.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.main-header #navbar-search-input.form-control:-ms-input-placeholder {
  color: #ccc;
}
.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}
@media (max-width: 991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }
}
@media (max-width: 991px) {
  .main-header .navbar-right {
    float: none;
  }
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
}
.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: 'Font Awesome 5 Pro';
}
.main-header .sidebar-toggle:before {
  content: "\f0c9";
}
.main-header .sidebar-toggle:hover {
  color: #fff;
}
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
  background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
  display: none;
}
.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: .9;
}
.main-header .logo {
  display: block;
  float: left;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 260px;
  padding: 0;
}
.main-header .logo:hover {
  background: #357ca5;
}
.main-header .logo i {
  display: inline-block;
  width: 46px;
  height: 30px;
  background: url("/admin/pics/logo.png") 0 0 no-repeat;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.sidebar-collapse .main-header .logo i {
  width: 23px;
  height: 15px;
  background-position: 0 -30px;
}
.sidebar-collapse .sidebar-logo {
  display: none;
}
.content-header {
  position: relative;
  padding: 15px 15px 0 15px;
}
.content-header > h1 {
  margin: 0;
  font-size: 24px;
}
.content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px;
}
.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}
@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #e8ebf0;
    padding-left: 10px;
  }
  .content-header > .breadcrumb li:before {
    color: #aab5c8;
  }
}
.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 15px 15px;
}
@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .main-header {
    position: relative;
  }
  .main-header .logo,
  .main-header .navbar {
    width: 100%;
    float: none;
  }
  .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 {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}
/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  min-height: 100%;
  width: 260px;
  z-index: 810;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-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;
}
@media (max-width: 991px) {
  .main-sidebar,
  .left-side {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .main-sidebar,
  .left-side {
    -webkit-transform: translate(-260px, 0);
    -ms-transform: translate(-260px, 0);
    -o-transform: translate(-260px, 0);
    transform: translate(-260px, 0);
  }
}
@media (min-width: 992px) {
  .sidebar-collapse .main-sidebar,
  .sidebar-collapse .left-side {
    -webkit-transform: translate(-260px, 0);
    -ms-transform: translate(-260px, 0);
    -o-transform: translate(-260px, 0);
    transform: translate(-260px, 0);
  }
}
@media (max-width: 991px) {
  .sidebar-open .main-sidebar,
  .sidebar-open .left-side {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.sidebar {
  padding-bottom: 130px;
  position: relative;
}
.sidebar-form input:focus {
  border-color: transparent;
}
.user-panel {
  position: relative;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.user-panel:before,
.user-panel:after {
  content: " ";
  display: table;
}
.user-panel:after {
  clear: both;
}
.user-panel > .image > img {
  width: 100%;
  max-width: 45px;
  height: auto;
}
.user-panel > .info {
  padding: 5px 5px 5px 15px;
  line-height: 1;
  position: absolute;
  left: 55px;
}
.user-panel > .info > p {
  font-weight: 600;
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
}
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}
.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
}
.sidebar-menu li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}
.sidebar-menu li.active > a > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-menu li.active > .treeview-menu {
  display: block;
}
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}
.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}
.sidebar-menu .treeview-menu > li {
  margin: 0;
}
.sidebar-menu .treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
}
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}
/*
 * Component: Sidebar Mini
 */
@media (min-width: 992px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px!important;
    z-index: 840;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px!important;
    z-index: 850;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
    position: relative;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover {
    z-index: 9500;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block!important;
    position: absolute;
    width: 210px;
    left: 50px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    background-color: inherit;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 44px;
    margin-left: 0;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .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 > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
  }
}
.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden;
}
.sidebar-menu:hover {
  overflow: visible;
}
.sidebar-form,
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip;
}
.sidebar-menu li > a {
  position: relative;
}
.sidebar-menu li > a > .pull-right {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}
/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
}
.control-sidebar-bg,
.control-sidebar {
  top: 0;
  right: -260px;
  width: 260px;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.control-sidebar {
  position: absolute;
  padding-top: 50px;
  z-index: 1010;
}
@media (max-width: 768px) {
  .control-sidebar {
    padding-top: 100px;
  }
}
.control-sidebar > .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: 992px) {
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 260px;
  }
}
.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  border-left-width: 0;
}
.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0;
}
.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs > li > a .icon {
  font-size: 16px;
}
.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
@media (max-width: 768px) {
  .nav-tabs.control-sidebar-tabs {
    display: table;
  }
  .nav-tabs.control-sidebar-tabs > li {
    display: table-cell;
  }
}
.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.control-sidebar-menu > li > a {
  display: block;
  padding: 10px 15px;
}
.control-sidebar-menu > li > a:before,
.control-sidebar-menu > li > a:after {
  content: " ";
  display: table;
}
.control-sidebar-menu > li > a:after {
  clear: both;
}
.control-sidebar-menu > li > a > .control-sidebar-subheading {
  margin-top: 0;
}
.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px;
}
.control-sidebar-menu .menu-info > .control-sidebar-subheading {
  margin: 0;
}
.control-sidebar-menu .menu-info > p {
  margin: 0;
  font-size: 11px;
}
.control-sidebar-menu .progress {
  margin: 0;
}
.control-sidebar-dark {
  color: #d5dbe4;
}
.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
  background: #354052;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  border-bottom: #2f3949;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
  background: #2b3443;
  color: #d5dbe4;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #272f3c;
  border-bottom-color: #272f3c;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #2f3949;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  color: #fff;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #354052;
  color: #fff;
}
.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
  color: #fff;
}
.control-sidebar-dark .control-sidebar-menu > li > a:hover {
  background: #354052;
}
.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
  color: #d5dbe4;
}
.control-sidebar-light {
  color: #5e5e5e;
}
.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
  background: #f9fafc;
  border-left: 1px solid #e8ebf0;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs {
  border-bottom: #e8ebf0;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
  background: #e8ecf4;
  color: #444;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #e8ebf0;
  border-bottom-color: #e8ebf0;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #eff1f7;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #f9fafc;
  color: #111;
}
.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
  color: #111;
}
.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px;
}
.control-sidebar-light .control-sidebar-menu > li > a:hover {
  background: #f4f4f5;
}
.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
  color: #5e5e5e;
}
/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
}
.dropdown-menu > li > a {
  color: #fff;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}
.dropdown-menu > li > a:hover {
  background-color: #f7f8fa;
  color: #333;
}
.dropdown-menu > .divider {
  background-color: #eee;
}
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  padding: 7px 10px;
  border-bottom: 1px solid #e8ebf0;
  background: #00c0ee;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  font-family: 'Nunito';
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  font-size: 12px;
  padding: 7px 10px;
  border: 0 none;
  color: #fff;
  text-align: center;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #e8ebf0;
  color: #64728a;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #e8ebf0;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu {
  background: #fff;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 10px 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #e8ebf0;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444 !important;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
  }
}
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    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) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX 0.7s both;
  -o-animation: flipInX 0.7s both;
  animation: flipInX 0.7s both;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}
/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
  }
}
/*
 * Component: Form
 * ---------------
 */
.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #e8ebf0;
}
.form-control:focus {
  border-color: #00c0ee;
  box-shadow: none;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control {
  border-color: #00a65a;
  box-shadow: none;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control {
  border-color: #f39c12;
  box-shadow: none;
}
.form-group.has-error label {
  color: #f1555c;
}
.form-group.has-error .form-control {
  border-color: #f1555c;
  box-shadow: none;
}
/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #e8ebf0;
  background-color: #e8ebf0;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
.icheck > label {
  padding-left: 0;
}
/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
  line-height: 34px;
}
.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: 30px;
}
/*
 * Component: Progress Bar
 * -----------------------
 */
.progress,
.progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
  border-radius: 0;
}
/* size variation */
.progress.sm,
.progress-sm {
  height: 10px;
}
.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
  border-radius: 0px;
}
.progress.xs,
.progress-xs {
  height: 7px;
}
.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
  border-radius: 0px;
}
.progress.xxs,
.progress-xxs {
  height: 3px;
}
.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
  border-radius: 0px;
}
/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.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 > td .progress {
  margin: 0;
}
.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #00c0ee;
}
.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: -o-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: #00a65a;
}
.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: -o-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: #00c0ef;
}
.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: -o-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: #f39c12;
}
.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: -o-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: #f1555c;
}
.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: -o-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 {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5px;
}
.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-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 {
  text-decoration: none;
  color: #f9f9f9;
}
.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;
  border-radius: 0;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #00c0ee;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #f1555c;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #e8ebf0;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #e8ebf0;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #e8ebf0;
}
.box .border-left {
  border-left: 1px solid #e8ebf0;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #e8ebf0;
}
.box.box-solid.box-default > .box-header {
  color: #444;
  background: #e8ebf0;
  background-color: #e8ebf0;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444;
}
.box.box-solid.box-primary {
  border: 1px solid #00c0ee;
}
.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #00c0ee;
  background-color: #00c0ee;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-danger {
  border: 1px solid #f1555c;
}
.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #f1555c;
  background-color: #f1555c;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #fff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay {
  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: 0;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #e8ebf0;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.box-body > .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: 0;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top: 1px solid #e8ebf0;
  padding: 10px;
  background-color: #fff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.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: #555;
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}
/* Widget: TODO LIST */
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #e8ebf0;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.todo-list > li:last-of-type {
  margin-bottom: 0;
}
.todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.todo-list > li .tools {
  display: none;
  float: right;
  color: #f1555c;
}
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.todo-list > li:hover .tools {
  display: inline-block;
}
.todo-list > li.done {
  color: #999;
}
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.todo-list > li.done .label {
  background: #e8ebf0 !important;
}
.todo-list .danger {
  border-left-color: #f1555c;
}
.todo-list .warning {
  border-left-color: #f39c12;
}
.todo-list .info {
  border-left-color: #00c0ef;
}
.todo-list .success {
  border-left-color: #00a65a;
}
.todo-list .primary {
  border-left-color: #00c0ee;
}
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
/* 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 {
  content: " ";
  display: table;
}
.chat .item:after {
  clear: both;
}
.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
}
.chat .item > .online {
  border: 2px solid #00a65a;
}
.chat .item > .offline {
  border: 2px solid #f1555c;
}
.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
.chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
.chat .item > .attachment {
  border-radius: 0;
  background: #e8ebf0;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
.chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.chat .item > .attachment > p,
.chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.chat .item > .attachment:before,
.chat .item > .attachment:after {
  content: " ";
  display: table;
}
.chat .item > .attachment:after {
  clear: both;
}
.box-input {
  max-width: 200px;
}
.modal .panel-body {
  color: #444;
}
/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
  max-width: 100%;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}
/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #e8ebf0;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #e8ebf0;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd;
}
/*
 * Component: Button
 * -----------------
 */
.btn {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-default {
  background-color: #e8ebf0;
  color: #444;
  border-color: #ddd;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #d9dee6;
}
.btn-primary {
  background-color: #00c0ee;
  border-color: #00abd5;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #00abd5;
}
.btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c;
}
.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #00acd6;
}
.btn-danger {
  background-color: #f1555c;
  border-color: #ef3d45;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #ef3d45;
}
.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #e08e0b;
}
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.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-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn[class*='bg-']:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #e8ebf0;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #e8ebf0;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
/*
 * Component: Callout
 * ------------------
 */
.callout {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout a {
  color: #fff;
  text-decoration: underline;
}
.callout a:hover {
  color: #eee;
}
.callout h4 {
  margin-top: 0;
  font-weight: 600;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
.callout.callout-danger {
  background-color: #f1555c;
  color: #fff;
  border-color: #ed262f;
}
.callout.callout-warning {
  background-color: #f39c12;
  color: #fff;
  border-color: #c87f0a;
}
.callout.callout-info {
  background-color: #00c0ef;
  color: #fff;
  border-color: #0097bc;
}
.callout.callout-success {
  background-color: #00a65a;
  color: #fff;
  border-color: #00733e;
}
/*
 * Component: alert
 * ----------------
 */
.alert {
  border-radius: 0;
}
.alert h4 {
  font-weight: 600;
}
.alert .icon {
  margin-right: 10px;
}
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert-success {
  border-color: #008d4c;
  background-color: #00a65a;
  color: #fff;
}
.alert-danger,
.alert-error {
  background-color: #f1555c;
  border-color: #ef3d45;
  color: #fff;
}
.alert-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
  color: #fff;
}
.alert-info {
  background-color: #00c0ef;
  border-color: #00acd6;
  color: #fff;
}
/*
 * Component: Nav
 * --------------
 */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  color: #444;
  background: #f7f7f7;
}
/* NAV PILLS */
.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #444;
}
.nav-pills > li > a > .fa,
.nav-pills > li > a > .glyphicon,
.nav-pills > li > a > .ion {
  margin-right: 5px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  border-top-color: #00c0ee;
}
.nav-pills > li.active > a {
  font-weight: 600;
}
/* NAV STACKED */
.nav-stacked > li > a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
  background: transparent;
  color: #444;
  border-top: 0;
  border-left-color: #00c0ee;
}
.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #e8ebf0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
  color: #444;
  border-radius: 0;
}
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
}
.nav-tabs-custom > .nav-tabs > li > a:hover {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #00c0ee;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top-color: transparent;
  border-left-color: #e8ebf0;
  border-right-color: #e8ebf0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-color: transparent;
}
.nav-tabs-custom > .nav-tabs.pull-right {
  float: none!important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
  border-left-width: 1px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-color: #e8ebf0;
  border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px;
}
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
  background: transparent;
  color: #999;
}
/* PAGINATION */
.pagination > li > a {
  background: #fafafa;
  color: #666;
}
.pagination.pagination-flat > li > a {
  border-radius: 0 !important;
}
/*
 * Component: Products List
 * ------------------------
 */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-list > .item {
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background: #fff;
}
.products-list > .item:before,
.products-list > .item:after {
  content: " ";
  display: table;
}
.products-list > .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;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-list-in-box > .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #e8ebf0;
}
.product-list-in-box > .item:last-of-type {
  border-bottom-width: 0;
}
/*
 * Component: Table
 * ----------------
 */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e8ebf0;
}
.table > thead > tr > th {
  border-bottom: 2px solid #e8ebf0;
}
.table tr td .progress {
  margin-top: 5px;
}
.table-bordered {
  border: 1px solid #e8ebf0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e8ebf0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > 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 {
  background-color: #444;
  color: #e8ebf0;
}
/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}
.direct-chat-msg,
.direct-chat-text {
  display: block;
}
.direct-chat-msg {
  margin-bottom: 10px;
}
.direct-chat-msg:before,
.direct-chat-msg:after {
  content: " ";
  display: table;
}
.direct-chat-msg:after {
  clear: both;
}
.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #e8ebf0;
  border: 1px solid #e8ebf0;
  margin: 5px 0 0 50px;
  color: #444;
}
.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #e8ebf0;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -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: #e8ebf0;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.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: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-contacts {
  -webkit-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}
.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}
.contacts-list > li:before,
.contacts-list > li:after {
  content: " ";
  display: table;
}
.contacts-list > li:after {
  clear: both;
}
.contacts-list > li:last-of-type {
  border-bottom: none;
}
.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}
.contacts-list-info {
  margin-left: 45px;
  color: #fff;
}
.contacts-list-name,
.contacts-list-status {
  display: block;
}
.contacts-list-name {
  font-weight: 600;
}
.contacts-list-status {
  font-size: 12px;
}
.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}
.contacts-list-msg {
  color: #999;
}
.direct-chat-danger .right > .direct-chat-text {
  background: #f1555c;
  border-color: #f1555c;
  color: #fff;
}
.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
  border-left-color: #f1555c;
}
.direct-chat-primary .right > .direct-chat-text {
  background: #00c0ee;
  border-color: #00c0ee;
  color: #fff;
}
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #00c0ee;
}
.direct-chat-warning .right > .direct-chat-text {
  background: #f39c12;
  border-color: #f39c12;
  color: #fff;
}
.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
  border-left-color: #f39c12;
}
.direct-chat-info .right > .direct-chat-text {
  background: #00c0ef;
  border-color: #00c0ef;
  color: #fff;
}
.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
  border-left-color: #00c0ef;
}
.direct-chat-success .right > .direct-chat-text {
  background: #00a65a;
  border-color: #00a65a;
  color: #fff;
}
.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
  border-left-color: #00a65a;
}
/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}
.users-list > li img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.users-list > li > a:hover,
.users-list > li > a:hover .users-list-name {
  color: #999;
}
.users-list-name,
.users-list-date {
  display: block;
}
.users-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users-list-date {
  color: #999;
  font-size: 12px;
}
/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}
/*
 * Component: modal
 * ----------------
 */
.modal {
  background: rgba(0, 0, 0, 0.3);
}
.modal-content {
  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);
  border: 0;
}
@media (min-width: 768px) {
  .modal-content {
    -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 {
  border-bottom-color: #e8ebf0;
}
.modal-footer {
  border-top-color: #e8ebf0;
}
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #0097bb;
}
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c87f0a;
}
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc;
}
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #00733e;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #ed262f;
}
/*
 * Component: Social Widgets
 * -------------------------
 */
.box-widget {
  border: none;
  position: relative;
}
.widget-user .widget-user-header {
  padding: 20px;
  height: 120px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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 > img {
  width: 90px;
  height: auto;
  border: 3px solid #fff;
}
.widget-user .box-footer {
  padding-top: 30px;
}
.widget-user-2 .widget-user-header {
  padding: 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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 > img {
  width: 65px;
  height: auto;
  float: left;
}
.lockscreen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  background: url("/admin/pics/lockscreen_bg.png") center center no-repeat;
  background-size: cover;
  z-index: 50000;
}
.lockscreen.show {
  display: block;
}
.form-box-clock {
  text-align: center;
  padding: 80px 0;
}
.form-box-clock .time {
  font-size: 40px;
  font-weight: 300;
  color: #64728a;
  margin-bottom: 22px;
}
.form-box-clock .date {
  font-size: 12px;
  color: #64728a;
}
/*
 * Page: Invoice
 * -------------
 */
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #e8ebf0;
  padding: 20px;
  margin: 10px 25px;
}
.invoice-title {
  margin-top: 0;
}
/*
 * Plugin: Full Calendar
 * ---------------------
 */
.fc-button {
  background: #e8ebf0;
  background-image: none;
  color: #444;
  border-color: #ddd;
  border-bottom-color: #ddd;
}
.fc-button:hover,
.fc-button:active,
.fc-button.hover {
  background-color: #e9e9e9;
}
.fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
.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-left: 0;
  border-right: 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 {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}
.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc-color-picker > li {
  float: left;
  font-size: 30px;
  margin-right: 5px;
  line-height: 30px;
}
.fc-color-picker > li .fa {
  -webkit-transition: -webkit-transform linear 0.3s;
  -moz-transition: -moz-transform linear 0.3s;
  -o-transition: -o-transform linear 0.3s;
  transition: transform linear 0.3s;
}
.fc-color-picker > li .fa:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
#add-new-event {
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.external-event {
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: move;
}
.external-event:hover {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 40px;
  user-select: none;
  -webkit-user-select: none;
  padding-top: 2px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  height: 26px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fafafa;
  border: 0 none;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 10051;
}
.select2-results {
  display: block;
  padding: 8px;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 10px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 2px solid #00c0ee;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: 2px solid #00c0ee;
}
.select2-search--dropdown {
  display: block;
  padding: 8px;
  background: #fafafa;
}
.select2-search--dropdown .select2-search__field {
  padding: 6px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fafafa;
  border: 0 none;
  border-bottom: 2px solid #e8ebf0;
  border-radius: 0;
}
.select2-container--default .select2-selection--single:hover {
  border-color: #00c0ee;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #64728a;
  line-height: 28px;
  padding: 6px 28px 6px 8px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: none;
  font-weight: bold;
  margin: 0;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 28px;
  top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
  color: #f1555c;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #64728a;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 5px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #64728a transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fafafa;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #64728a transparent;
  border-width: 0 5px 6px 5px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fafafa;
  border: 0 none;
  border-bottom: 2px solid #e8ebf0;
  border-radius: 0;
  cursor: text;
  position: relative;
}
.select2-container--default .select2-selection--multiple:after {
  content: '\f02c';
  font-family: 'Font Awesome 5 Pro';
  height: 40px;
  padding: 5px 10px;
  background: #e8ebf0;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 45px 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: none;
  font-weight: bold;
  margin: 0;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 48px;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear:hover {
  color: #f1555c;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #00c0ee;
  border-radius: 13px;
  line-height: 16px;
  color: #fff;
  cursor: default;
  float: left;
  padding: 5px 10px;
  margin-right: 5px;
  margin-top: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
  line-height: 16px;
  vertical-align: top;
  margin-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-bottom: 2px solid #00c0ee;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #fafafa;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #fafafa !important;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #fafafa !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #fafafa;
  border: 1px solid #e8ebf0;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00c0ee;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
/*!
 * Bootstrap Colorpicker v2.5.1
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("/admin/pics/bootstrap-colorpicker/saturation.png");
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url("/admin/pics/bootstrap-colorpicker/hue.png");
}
.colorpicker-alpha {
  background-image: url("/admin/pics/bootstrap-colorpicker/alpha.png");
  display: none;
}
.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}
.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}
.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("/admin/pics/bootstrap-colorpicker/alpha.png");
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}
.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}
.colorpicker-selectors i + i {
  margin-left: 3px;
}
.colorpicker-element .input-group-addon:last-child {
  cursor: pointer;
  padding: 0;
  vertical-align: top;
  overflow: hidden;
}
.colorpicker-element .input-group-addon:last-child i,
.colorpicker-element .add-on i {
  display: block;
  cursor: pointer;
  height: 37px;
  width: 32px;
  vertical-align: top;
  line-height: 37px;
}
.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("/admin/pics/bootstrap-colorpicker/hue-horizontal.png");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("/admin/pics/bootstrap-colorpicker/alpha-horizontal.png");
}
.colorpicker-right:before {
  left: auto;
  right: 6px;
}
.colorpicker-right:after {
  left: auto;
  right: 7px;
}
.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}
.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}
.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}
.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
  display: none;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
/*
 * 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;
}
.inline {
  display: inline;
}
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block.margin-bottom {
  margin-bottom: 25px;
}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
.description-block > .description-text {
  text-transform: uppercase;
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.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,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #e8ebf0 !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111 !important;
}
.bg-red,
.label-danger,
.modal-danger .modal-body {
  background-color: #f1555c !important;
}
.bg-yellow,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #00c0ee !important;
}
.bg-green,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001F3F !important;
}
.bg-teal {
  background-color: #39CCCC !important;
}
.bg-olive {
  background-color: #3D9970 !important;
}
.bg-lime {
  background-color: #01FF70 !important;
}
.bg-orange {
  background-color: #FF851B !important;
}
.bg-fuchsia {
  background-color: #F012BE !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #D81B60 !important;
}
.btn-red {
  background-color: #f1555c;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
  background-color: #ef3941;
}
.btn-yellow {
  background-color: #f39c12;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
  background-color: #db8b0b;
}
.btn-aqua {
  background-color: #00c0ef;
}
.btn-aqua:hover,
.btn-aqua:focus,
.btn-aqua:active {
  background-color: #00a7d0;
}
.btn-blue {
  background-color: #0073b7;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background-color: #006098;
}
.btn-light-blue {
  background-color: #00c0ee;
}
.btn-light-blue:hover,
.btn-light-blue:focus,
.btn-light-blue:active {
  background-color: #00a7cf;
}
.btn-green {
  background-color: #00a65a;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  background-color: #008749;
}
.btn-navy {
  background-color: #001F3F;
}
.btn-navy:hover,
.btn-navy:focus,
.btn-navy:active {
  background-color: #001020;
}
.btn-teal {
  background-color: #39CCCC;
}
.btn-teal:hover,
.btn-teal:focus,
.btn-teal:active {
  background-color: #2fb7b7;
}
.btn-olive {
  background-color: #3D9970;
}
.btn-olive:hover,
.btn-olive:focus,
.btn-olive:active {
  background-color: #348360;
}
.btn-lime {
  background-color: #01FF70;
}
.btn-lime:hover,
.btn-lime:focus,
.btn-lime:active {
  background-color: #00e163;
}
.btn-orange {
  background-color: #FF851B;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  background-color: #fb7500;
}
.btn-fuchsia {
  background-color: #F012BE;
}
.btn-fuchsia:hover,
.btn-fuchsia:focus,
.btn-fuchsia:active {
  background-color: #d60ea9;
}
.btn-purple {
  background-color: #605ca8;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  background-color: #545096;
}
.btn-maroon {
  background-color: #D81B60;
}
.btn-maroon:hover,
.btn-maroon:focus,
.btn-maroon:active {
  background-color: #bd1854;
}
.label-red {
  background-color: #f1555c;
}
.label-yellow {
  background-color: #f39c12;
}
.label-aqua {
  background-color: #00c0ef;
}
.label-blue {
  background-color: #0073b7;
}
.label-light-blue {
  background-color: #00c0ee;
}
.label-green {
  background-color: #00a65a;
}
.label-navy {
  background-color: #001F3F;
}
.label-teal {
  background-color: #39CCCC;
}
.label-olive {
  background-color: #3D9970;
}
.label-lime {
  background-color: #01FF70;
}
.label-orange {
  background-color: #FF851B;
}
.label-fuchsia {
  background-color: #F012BE;
}
.label-purple {
  background-color: #605ca8;
}
.label-maroon {
  background-color: #D81B60;
}
.bg-gray-active {
  color: #000;
  background-color: #c9d0dc !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #ef3941 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #00a7cf !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #f1555c !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111 !important;
}
.text-light-blue {
  color: #00c0ee !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #e8ebf0 !important;
}
.text-navy {
  color: #001F3F !important;
}
.text-teal {
  color: #39CCCC !important;
}
.text-olive {
  color: #3D9970 !important;
}
.text-lime {
  color: #01FF70 !important;
}
.text-orange {
  color: #FF851B !important;
}
.text-fuchsia {
  color: #F012BE !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #D81B60 !important;
}
.link-muted {
  color: #8b9ab4;
}
.link-muted:hover,
.link-muted:focus {
  color: #6d809f;
}
.link-black {
  color: #666;
}
.link-black:hover,
.link-black:focus {
  color: #999;
}
.hide {
  display: none !important;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-shadow {
  box-shadow: none!important;
}
.list-unstyled,
.chart-legend,
.contacts-list,
.users-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 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 {
  padding: 5px!important;
  width: auto!important;
  height: auto!important;
}
.bg-teal-gradient {
  background: #39CCCC !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39CCCC), color-stop(1, #7adddd)) !important;
  background: -ms-linear-gradient(bottom, #39CCCC, #7adddd) !important;
  background: -moz-linear-gradient(center bottom, #39CCCC 0%, #7adddd 100%) !important;
  background: -o-linear-gradient(#7adddd, #39CCCC) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39CCCC', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #00c0ee !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ee), color-stop(1, #2cd6ff)) !important;
  background: -ms-linear-gradient(bottom, #00c0ee, #2cd6ff) !important;
  background: -moz-linear-gradient(center bottom, #00c0ee 0%, #2cd6ff 100%) !important;
  background: -o-linear-gradient(#2cd6ff, #00c0ee) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cd6ff', endColorstr='#00c0ee', GradientType=0) !important;
  color: #fff;
}
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
  background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}
.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
  background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
  background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: #605ca8 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
  background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
  background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}
.bg-green-gradient {
  background: #00a65a !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
  background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}
.bg-red-gradient {
  background: #f1555c !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1555c), color-stop(1, #f58489)) !important;
  background: -ms-linear-gradient(bottom, #f1555c, #f58489) !important;
  background: -moz-linear-gradient(center bottom, #f1555c 0%, #f58489 100%) !important;
  background: -o-linear-gradient(#f58489, #f1555c) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f58489', endColorstr='#f1555c', GradientType=0) !important;
  color: #fff;
}
.bg-black-gradient {
  background: #111 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;
  background: -ms-linear-gradient(bottom, #111, #2b2b2b) !important;
  background: -moz-linear-gradient(center bottom, #111 0%, #2b2b2b 100%) !important;
  background: -o-linear-gradient(#2b2b2b, #111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111', GradientType=0) !important;
  color: #fff;
}
.bg-maroon-gradient {
  background: #D81B60 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D81B60), color-stop(1, #e73f7c)) !important;
  background: -ms-linear-gradient(bottom, #D81B60, #e73f7c) !important;
  background: -moz-linear-gradient(center bottom, #D81B60 0%, #e73f7c 100%) !important;
  background: -o-linear-gradient(#e73f7c, #D81B60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#D81B60', GradientType=0) !important;
  color: #fff;
}
.description-block .description-icon {
  font-size: 16px;
}
.no-pad-top {
  padding-top: 0;
}
.position-static {
  position: static!important;
}
.list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: bold;
  color: #666;
}
.list-seperator {
  height: 1px;
  background: #e8ebf0;
  margin: 15px 0 9px 0;
}
.list-link > a {
  padding: 4px;
  color: #777;
}
.list-link > a:hover {
  color: #222;
}
.font-light {
  font-weight: 300;
}
.user-block:before,
.user-block:after {
  content: " ";
  display: table;
}
.user-block:after {
  clear: both;
}
.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}
.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 {
  color: #999;
  font-size: 13px;
}
.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,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  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 {
  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 {
  border: 3px solid #e8ebf0;
  padding: 3px;
}
.img-bordered-sm {
  border: 2px solid #e8ebf0;
  padding: 2px;
}
.attachment-block {
  border: 1px solid #e8ebf0;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
.attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left;
}
.attachment-block .attachment-pushed {
  margin-left: 110px;
}
.attachment-block .attachment-heading {
  margin: 0;
}
.attachment-block .attachment-text {
  color: #555;
}
.connectedSortable {
  min-height: 100px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort-highlight {
  background: #e8ebf0;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.chart svg,
.chart canvas {
  width: 100%!important;
}
/*
 * Misc: print
 * -----------
 */
.print-only {
  display: none;
}
@media print {
  .no-print,
  .main-sidebar,
  .left-side,
  .main-header,
  .content-header {
    display: none!important;
  }
  .print-only {
    display: block !important;
  }
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0!important;
    min-height: 0!important;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 0!important;
  }
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .invoice-col {
    float: left;
    width: 33.3333333%;
  }
  .table-responsive {
    overflow: auto;
  }
  .table-responsive > .table tr th,
  .table-responsive > .table tr td {
    white-space: normal!important;
  }
  .content {
    padding: 0 !important;
  }
  .basic-print .extended-information {
    display: none !important;
  }
  .basic-print .basic-information {
    display: block !important;
    width: 100% !important;
  }
}
.basic-information {
  display: none;
}
table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #00c0ee;
  outline-offset: -2px;
  z-index: 2001;
}
tr.dt-rowReorder-moving {
  outline: 2px solid #354052;
  outline-offset: -2px;
}
body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}
table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}
/*!
 * bootstrap-fileinput v4.4.6
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2017, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
.file-loading input[type=file],
input[type=file].file-loading {
  width: 0;
  height: 0;
}
.kv-hidden,
.file-caption-icon,
.file-zoom-dialog .modal-header:before,
.file-zoom-dialog .modal-header:after,
.file-input-new .file-preview,
.file-input-new .close,
.file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-new .no-browse .input-group-btn,
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .no-browse .input-group-btn,
.hide-content .kv-file-content {
  display: none;
}
.btn-file input[type=file],
.file-caption-icon,
.file-preview .fileinput-remove,
.krajee-default .file-thumb-progress,
.file-zoom-dialog .btn-navigate,
.file-zoom-dialog .floating-buttons {
  position: absolute;
}
.file-loading:before,
.btn-file,
.file-caption,
.file-preview,
.krajee-default.file-preview-frame,
.krajee-default .file-thumbnail-footer,
.file-zoom-dialog .modal-dialog {
  position: relative;
}
.file-error-message pre,
.file-error-message ul,
.krajee-default .file-actions,
.krajee-default .file-other-error {
  text-align: left;
}
.file-error-message pre,
.file-error-message ul {
  margin: 0;
}
.krajee-default .file-drag-handle,
.krajee-default .file-upload-indicator {
  float: left;
  margin: 5px 0 -5px;
  width: 16px;
  height: 16px;
}
.krajee-default .file-thumb-progress .progress,
.krajee-default .file-thumb-progress .progress-bar {
  height: 11px;
  font-size: 9px;
  line-height: 10px;
}
.krajee-default .file-caption-info,
.krajee-default .file-size-info {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  height: 15px;
  margin: auto;
}
.file-zoom-content > .file-object.type-video,
.file-zoom-content > .file-object.type-flash,
.file-zoom-content > .file-object.type-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.file-zoom-content > .file-object.type-video,
.file-zoom-content > .file-object.type-flash {
  height: 100%;
}
.file-zoom-content > .file-object.type-pdf,
.file-zoom-content > .file-object.type-html,
.file-zoom-content > .file-object.type-text,
.file-zoom-content > .file-object.type-default {
  width: 100%;
}
.rotate-2 {
  transform: rotateY(180deg);
}
.rotate-3 {
  transform: rotate(180deg);
}
.rotate-4 {
  transform: rotate(180deg) rotateY(180deg);
}
.rotate-5 {
  transform: rotate(270deg) rotateY(180deg);
}
.rotate-6 {
  transform: rotate(90deg);
}
.rotate-7 {
  transform: rotate(90deg) rotateY(180deg);
}
.rotate-8 {
  transform: rotate(270deg);
}
.file-loading:before {
  content: " Loading...";
  display: inline-block;
  padding-left: 20px;
  line-height: 16px;
  font-size: 13px;
  font-variant: small-caps;
  color: #999;
  background: transparent url(../img/loading.gif) top left no-repeat;
}
.file-object {
  margin: 0 0 -5px 0;
  padding: 0;
}
.btn-file {
  overflow: hidden;
}
.btn-file input[type=file] {
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}
.btn-file ::-ms-browse {
  font-size: 10000px;
  width: 100%;
  height: 100%;
}
.file-caption .file-caption-name {
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  background: none;
  outline: none;
}
.file-caption.icon-visible .file-caption-icon {
  display: inline-block;
}
.file-caption.icon-visible .file-caption-name {
  padding-left: 15px;
}
.file-caption-icon {
  line-height: 1;
  left: 8px;
}
.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}
.file-error-message pre {
  margin: 5px 0;
}
.file-caption-disabled {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}
.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  width: 100%;
  margin-bottom: 5px;
}
.file-preview .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.file-preview .fileinput-remove {
  top: 1px;
  right: 1px;
  line-height: 10px;
}
.file-preview .clickable {
  cursor: pointer;
}
.file-preview-image {
  font: 40px Impact, Charcoal, sans-serif;
  color: #008000;
}
.krajee-default.file-preview-frame {
  margin: 8px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 0 #a2958a;
  padding: 6px;
  float: left;
  text-align: center;
}
.krajee-default.file-preview-frame .kv-file-content {
  width: 213px;
  height: 160px;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: 70px;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  box-shadow: 3px 3px 5px 0 #333;
}
.krajee-default .file-preview-text {
  display: block;
  color: #00c0ee;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: none;
  padding: 8px;
  resize: none;
}
.krajee-default .file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}
.krajee-default .file-other-icon {
  font-size: 6em;
}
.krajee-default .file-footer-buttons {
  float: right;
}
.krajee-default .file-footer-caption {
  display: block;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin-bottom: 15px;
}
.krajee-default .file-preview-error {
  opacity: 0.65;
  box-shadow: none;
}
.krajee-default .file-thumb-progress {
  height: 11px;
  top: 37px;
  left: 0;
  right: 0;
}
.krajee-default.kvsortable-ghost {
  background: #e1edf7;
  border: 2px solid #a1abff;
}
.krajee-default .file-preview-other:hover {
  opacity: 0.8;
}
.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000;
}
.kv-upload-progress .progress {
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
  overflow: hidden;
}
.kv-upload-progress .progress-bar {
  height: 20px;
  line-height: 20px;
}
/*noinspection CssOverwrittenProperties*/
.file-zoom-dialog .file-other-icon {
  font-size: 22em;
  font-size: 50vmin;
}
.file-zoom-dialog .modal-dialog {
  width: auto;
}
.file-zoom-dialog .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.file-zoom-dialog .btn-navigate {
  padding: 0;
  margin: 0;
  background: transparent;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
  top: 45%;
  font-size: 4em;
  color: #1c94c4;
}
.file-zoom-dialog .btn-navigate:not([disabled]):hover {
  outline: none;
  box-shadow: none;
  opacity: 0.6;
}
.file-zoom-dialog .floating-buttons {
  top: 5px;
  right: 10px;
}
.file-zoom-dialog .btn-navigate[disabled] {
  opacity: 0.3;
}
.file-zoom-dialog .btn-prev {
  left: 1px;
}
.file-zoom-dialog .btn-next {
  right: 1px;
}
.file-zoom-dialog .kv-zoom-title {
  font-weight: 300;
  color: #999;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.file-input-ajax-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.file-caption-main {
  width: 100%;
}
.file-thumb-loading {
  background: transparent url(../img/loading.gif) no-repeat scroll center center content-box !important;
}
.file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}
.file-drop-zone.clickable:hover {
  border: 2px dashed #999;
}
.file-drop-zone.clickable:focus {
  border: 2px solid #5acde2;
}
.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}
.file-drop-zone-title {
  color: #aaa;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default;
}
.file-highlighted {
  border: 2px dashed #999 !important;
  background-color: #eee;
}
.file-uploading {
  background: url(../img/loading-sm.gif) no-repeat center bottom 10px;
  opacity: 0.65;
}
@media (min-width: 576px) {
  .file-zoom-dialog .modal-dialog {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .file-zoom-dialog .modal-lg {
    max-width: 800px;
  }
}
.file-zoom-fullscreen.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.file-zoom-fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none;
}
.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}
.btn-kv {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 90%;
  border-radius: 0.2rem;
}
.floating-buttons {
  z-index: 3000;
}
.floating-buttons .btn-kv {
  margin-left: 3px;
  z-index: 3000;
}
.file-zoom-content {
  height: 480px;
  text-align: center;
}
.file-zoom-content .file-preview-image {
  max-height: 100%;
}
.file-zoom-content .file-preview-video {
  max-height: 100%;
}
.file-zoom-content .is-portrait-gt4 {
  margin-top: 60px;
}
.file-zoom-content > .file-object.type-image {
  height: auto;
  min-height: inherit;
}
.file-zoom-content > .file-object.type-audio {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .file-preview-thumbnails {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .file-zoom-dialog .modal-header {
    flex-direction: column;
  }
}
@media screen and (max-width: 350px) {
  .krajee-default.file-preview-frame .kv-file-content {
    width: 160px;
  }
}
.file-loading[dir=rtl]:before {
  background: transparent url(../img/loading.gif) top right no-repeat;
  padding-left: 0;
  padding-right: 20px;
}
.file-sortable .file-drag-handle {
  cursor: move;
  opacity: 1;
}
.file-sortable .file-drag-handle:hover {
  opacity: 0.7;
}
.clickable .file-drop-zone-title {
  cursor: pointer;
}
.kv-zoom-actions .btn-kv {
  margin-left: 3px;
}
.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}
/* ========================================================================
 * bootstrap-switch - v3.3.1
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid;
  border-color: #e8ebf0;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 4px;
  height: 40px;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 24px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #00c0ee;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #e8ebf0;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #00c0ee;
  outline: 0;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* nunito-regular - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v9-latin-ext_latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Nunito Regular'), local('Nunito-Regular'), url('../fonts/nunito-v9-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/nunito-v9-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/nunito-v9-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/nunito-v9-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/nunito-v9-latin-ext_latin-regular.svg#Nunito') format('svg');
  /* Legacy iOS */
}
/* nunito-600 - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/nunito-v9-latin-ext_latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url('../fonts/nunito-v9-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/nunito-v9-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/nunito-v9-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/nunito-v9-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/nunito-v9-latin-ext_latin-600.svg#Nunito') format('svg');
  /* Legacy iOS */
}
/* nunito-700 - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-v9-latin-ext_latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Nunito Bold'), local('Nunito-Bold'), url('../fonts/nunito-v9-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/nunito-v9-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/nunito-v9-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/nunito-v9-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/nunito-v9-latin-ext_latin-700.svg#Nunito') format('svg');
  /* Legacy iOS */
}
/* nunito-800 - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/nunito-v9-latin-ext_latin-800.eot');
  /* IE9 Compat Modes */
  src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url('../fonts/nunito-v9-latin-ext_latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/nunito-v9-latin-ext_latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/nunito-v9-latin-ext_latin-800.woff') format('woff'), /* Modern Browsers */ url('../fonts/nunito-v9-latin-ext_latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/nunito-v9-latin-ext_latin-800.svg#Nunito') format('svg');
  /* Legacy iOS */
}
/* montserrat-300 - latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v11-latin-ext_latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/montserrat-v11-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v11-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v11-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v11-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v11-latin-ext_latin-300.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-regular - latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v11-latin-ext_latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v11-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v11-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v11-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v11-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v11-latin-ext_latin-regular.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-500 - latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v11-latin-ext_latin-500.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/montserrat-v11-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v11-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v11-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v11-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v11-latin-ext_latin-500.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-600 - latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v11-latin-ext_latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/montserrat-v11-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v11-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v11-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v11-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v11-latin-ext_latin-600.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-700 - latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v11-latin-ext_latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/montserrat-v11-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v11-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v11-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v11-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v11-latin-ext_latin-700.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-800 - latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v11-latin-ext_latin-800.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('../fonts/montserrat-v11-latin-ext_latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v11-latin-ext_latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v11-latin-ext_latin-800.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v11-latin-ext_latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v11-latin-ext_latin-800.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/*!
 * Cropper v0.7.7
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright 2014-2015 Fengyuan Chen
 * Released under the MIT license
 */
.cropper-container {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.cropper-container img {
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
}
.cropper-modal,
.cropper-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cropper-canvas {
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .5;
}
.cropper-dragger {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}
.cropper-viewer {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline-width: 1px;
  outline-style: solid;
  outline-color: #69f;
  outline-color: rgba(51, 102, 255, 0.75);
}
.cropper-dashed {
  position: absolute;
  display: block;
  filter: alpha(opacity=50);
  border: 0 dashed #fff;
  opacity: .5;
}
.cropper-dashed.dashed-h {
  top: 33.3%;
  left: 0;
  width: 100%;
  height: 33.3%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.cropper-dashed.dashed-v {
  top: 0;
  left: 33.3%;
  width: 33.3%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=10);
  opacity: .1;
}
.cropper-face {
  top: 0;
  left: 0;
  cursor: move;
  background-color: #fff;
}
.cropper-line {
  background-color: #69f;
}
.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}
.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}
.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}
.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}
.cropper-point {
  width: 5px;
  height: 5px;
  background-color: #69f;
  filter: alpha(opacity=75);
  opacity: .75;
}
.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}
.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}
.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}
.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}
.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}
.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}
.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}
.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  filter: alpha(opacity=100);
  opacity: 1;
}
.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: " ";
  background-color: #69f;
  filter: alpha(opacity=0);
  opacity: 0;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    filter: alpha(opacity=75);
    opacity: .75;
  }
}
/* Helper classes for JavaScript */
.cropper-hidden {
  display: none !important;
}
.cropper-invisible {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  filter: alpha(opacity=0);
  opacity: 0;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-canvas,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important;
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
div.dataTables_length {
  vertical-align: top;
}
div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_length select {
  width: 100px;
  display: inline-block;
  height: 32px;
  font-size: 14px;
}
div.dataTables_filter {
  text-align: right;
}
div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_filter input {
  width: 200px !important;
  display: inline-block;
}
div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: top;
}
div.dataTables_paginate ul.pagination {
  white-space: nowrap;
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  div.dataTables_length,
  div.dataTables_filter,
  div.dataTables_info,
  div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable th {
  background: #fafafa;
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  right: 10px;
  top: 28px;
  color: #e8ebf0;
}
table.dataTable thead .sorting:hover,
table.dataTable thead .sorting_asc:hover,
table.dataTable thead .sorting_desc:hover {
  color: #00c0ee;
}
table.dataTable thead .sorting:hover:before,
table.dataTable thead .sorting_asc:hover:before,
table.dataTable thead .sorting_desc:hover:before {
  background: #00c0ee;
}
table.dataTable thead .sorting_asc:after {
  content: '';
  color: #00c0ee;
}
table.dataTable thead .sorting_desc:after {
  content: '';
  color: #00c0ee;
}
table.dataTable thead .sorting_asc_disabled {
  content: '';
  color: #ddd;
}
table.dataTable thead .sorting_desc_disabled {
  content: '';
  color: #ddd;
}
table.dataTable thead > tr > th {
  padding-left: 8px;
  padding-right: 20px;
}
table.dataTable th:active {
  outline: none;
}
/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}
/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
  border-collapse: separate !important;
}
table.table-bordered thead th,
table.table-bordered thead td {
  border-left-width: 0;
  border-top-width: 0;
}
table.table-bordered tfoot th,
table.table-bordered tfoot td {
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 3px;
}
table.table-bordered tbody th,
table.table-bordered tbody td {
  border-left-width: 0;
  border-bottom-width: 0;
}
table.table-bordered th:last-child,
table.table-bordered td:last-child {
  border-right-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
  background-color: #08C;
  color: white;
}
.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
  background-color: #0075b0 !important;
}
.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
  color: white;
}
.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}
table.DTTT_selectable tbody tr {
  cursor: pointer;
}
div.DTTT .btn:hover {
  text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */
}
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}
div.DTTT_collection_background {
  z-index: 2002;
}
/* TableTools information display */
div.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  opacity: 0.95;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 60px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0;
}
div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none;
  margin-top: 0 !important;
}
/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
  margin: 0 !important;
}
table.has-columns-hidden > tbody > tr > td > span.responsiveExpander {
  background: url('../img/plus.png') no-repeat 5px center;
  padding-left: 32px;
  cursor: pointer;
}
table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander {
  background: url('../img/minus.png') no-repeat 5px center;
}
table.has-columns-hidden > tbody > tr.row-detail > td {
  background: #eee;
}
table.has-columns-hidden > tbody > tr.row-detail > td > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTitle {
  font-weight: bold;
}
.bootstrap-dialog .bootstrap-dialog-title {
  color: #fff;
  display: inline-block;
}
.bootstrap-dialog.type-default .bootstrap-dialog-title {
  color: #333;
}
.bootstrap-dialog .bootstrap-dialog-title {
  font-size: 16px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-title {
  font-size: 24px;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
  float: right;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
  font-size: 20px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
  font-size: 30px;
}
.bootstrap-dialog .bootstrap-dialog-close-button:hover {
  cursor: pointer;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.bootstrap-dialog .bootstrap-dialog-message {
  font-size: 14px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-message {
  font-size: 18px;
}
.bootstrap-dialog.type-default .modal-header {
  background-color: #fff;
}
.bootstrap-dialog.type-info .modal-header {
  background-color: #5bc0de;
}
.bootstrap-dialog.type-primary .modal-header {
  background-color: #00c0ee;
}
.bootstrap-dialog.type-success .modal-header {
  background-color: #5cb85c;
}
.bootstrap-dialog.type-warning .modal-header {
  background-color: #f0ad4e;
}
.bootstrap-dialog.type-danger .modal-header {
  background-color: #d9534f;
}
.bootstrap-dialog .bootstrap-dialog-button-icon {
  margin-right: 3px;
}
/**
 * Icon animation
 * Copied from font-awesome: http://fontawesome.io/
 **/
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/** End of icon animation **/
/*!
 * Font Awesome Pro 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-alarm-clock:before {
  content: "\f34e";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-alt-down:before {
  content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}
.fa-arrow-alt-from-left:before {
  content: "\f347";
}
.fa-arrow-alt-from-right:before {
  content: "\f348";
}
.fa-arrow-alt-from-top:before {
  content: "\f349";
}
.fa-arrow-alt-left:before {
  content: "\f355";
}
.fa-arrow-alt-right:before {
  content: "\f356";
}
.fa-arrow-alt-square-down:before {
  content: "\f350";
}
.fa-arrow-alt-square-left:before {
  content: "\f351";
}
.fa-arrow-alt-square-right:before {
  content: "\f352";
}
.fa-arrow-alt-square-up:before {
  content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}
.fa-arrow-alt-up:before {
  content: "\f357";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-from-bottom:before {
  content: "\f342";
}
.fa-arrow-from-left:before {
  content: "\f343";
}
.fa-arrow-from-right:before {
  content: "\f344";
}
.fa-arrow-from-top:before {
  content: "\f345";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-square-down:before {
  content: "\f339";
}
.fa-arrow-square-left:before {
  content: "\f33a";
}
.fa-arrow-square-right:before {
  content: "\f33b";
}
.fa-arrow-square-up:before {
  content: "\f33c";
}
.fa-arrow-to-bottom:before {
  content: "\f33d";
}
.fa-arrow-to-left:before {
  content: "\f33e";
}
.fa-arrow-to-right:before {
  content: "\f340";
}
.fa-arrow-to-top:before {
  content: "\f341";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-badge:before {
  content: "\f335";
}
.fa-badge-check:before {
  content: "\f336";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-barcode-alt:before {
  content: "\f463";
}
.fa-barcode-read:before {
  content: "\f464";
}
.fa-barcode-scan:before {
  content: "\f465";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball:before {
  content: "\f432";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-basketball-hoop:before {
  content: "\f435";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-bolt:before {
  content: "\f376";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-slash:before {
  content: "\f377";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blanket:before {
  content: "\f498";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-heart:before {
  content: "\f499";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-bowling-pins:before {
  content: "\f437";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-alt:before {
  content: "\f49a";
}
.fa-box-check:before {
  content: "\f467";
}
.fa-box-fragile:before {
  content: "\f49b";
}
.fa-box-full:before {
  content: "\f49c";
}
.fa-box-heart:before {
  content: "\f49d";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-up:before {
  content: "\f49f";
}
.fa-box-usd:before {
  content: "\f4a0";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-boxes-alt:before {
  content: "\f4a1";
}
.fa-boxing-glove:before {
  content: "\f438";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-browser:before {
  content: "\f37e";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-edit:before {
  content: "\f333";
}
.fa-calendar-exclamation:before {
  content: "\f334";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-alt:before {
  content: "\f332";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-caret-circle-down:before {
  content: "\f32d";
}
.fa-caret-circle-left:before {
  content: "\f32e";
}
.fa-caret-circle-right:before {
  content: "\f330";
}
.fa-caret-circle-up:before {
  content: "\f331";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-bishop-alt:before {
  content: "\f43b";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-clock:before {
  content: "\f43d";
}
.fa-chess-clock-alt:before {
  content: "\f43e";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-king-alt:before {
  content: "\f440";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-knight-alt:before {
  content: "\f442";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-pawn-alt:before {
  content: "\f444";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-queen-alt:before {
  content: "\f446";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chess-rook-alt:before {
  content: "\f448";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-double-down:before {
  content: "\f322";
}
.fa-chevron-double-left:before {
  content: "\f323";
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.fa-chevron-double-up:before {
  content: "\f325";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-square-down:before {
  content: "\f329";
}
.fa-chevron-square-left:before {
  content: "\f32a";
}
.fa-chevron-square-right:before {
  content: "\f32b";
}
.fa-chevron-square-up:before {
  content: "\f32c";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-club:before {
  content: "\f327";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-alt-check:before {
  content: "\f4a2";
}
.fa-comment-alt-dots:before {
  content: "\f4a3";
}
.fa-comment-alt-edit:before {
  content: "\f4a4";
}
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}
.fa-comment-alt-lines:before {
  content: "\f4a6";
}
.fa-comment-alt-minus:before {
  content: "\f4a7";
}
.fa-comment-alt-plus:before {
  content: "\f4a8";
}
.fa-comment-alt-slash:before {
  content: "\f4a9";
}
.fa-comment-alt-smile:before {
  content: "\f4aa";
}
.fa-comment-alt-times:before {
  content: "\f4ab";
}
.fa-comment-check:before {
  content: "\f4ac";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-edit:before {
  content: "\f4ae";
}
.fa-comment-exclamation:before {
  content: "\f4af";
}
.fa-comment-lines:before {
  content: "\f4b0";
}
.fa-comment-minus:before {
  content: "\f4b1";
}
.fa-comment-plus:before {
  content: "\f4b2";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-smile:before {
  content: "\f4b4";
}
.fa-comment-times:before {
  content: "\f4b5";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-alt:before {
  content: "\f4b6";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-wide:before {
  content: "\f326";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-container-storage:before {
  content: "\f4b7";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-conveyor-belt:before {
  content: "\f46e";
}
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-credit-card-blank:before {
  content: "\f389";
}
.fa-credit-card-front:before {
  content: "\f38a";
}
.fa-cricket:before {
  content: "\f449";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-curling:before {
  content: "\f44a";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-desktop-alt:before {
  content: "\f390";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-empty:before {
  content: "\f473";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-square:before {
  content: "\f321";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows:before {
  content: "\f31d";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expand-wide:before {
  content: "\f320";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-female:before {
  content: "\f182";
}
.fa-field-hockey:before {
  content: "\f44c";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-check:before {
  content: "\f316";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-edit:before {
  content: "\f31c";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-exclamation:before {
  content: "\f31a";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-minus:before {
  content: "\f318";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-plus:before {
  content: "\f319";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-times:before {
  content: "\f317";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-film-alt:before {
  content: "\f3a0";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-football-helmet:before {
  content: "\f44f";
}
.fa-forklift:before {
  content: "\f47a";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-fragile:before {
  content: "\f4bb";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-golf-club:before {
  content: "\f451";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-h1:before {
  content: "\f313";
}
.fa-h2:before {
  content: "\f314";
}
.fa-h3:before {
  content: "\f315";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hand-heart:before {
  content: "\f4bc";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-box:before {
  content: "\f47b";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-receiving:before {
  content: "\f47c";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-heart:before {
  content: "\f4c3";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-usd:before {
  content: "\f4c5";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt:before {
  content: "\f4c6";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-circle:before {
  content: "\f4c7";
}
.fa-heart-square:before {
  content: "\f4c8";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-hexagon:before {
  content: "\f312";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-hockey-sticks:before {
  content: "\f454";
}
.fa-home:before {
  content: "\f015";
}
.fa-home-heart:before {
  content: "\f4c9";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-inbox-in:before {
  content: "\f310";
}
.fa-inbox-out:before {
  content: "\f311";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-industry-alt:before {
  content: "\f3b3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-info-square:before {
  content: "\f30f";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-inventory:before {
  content: "\f480";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jack-o-lantern:before {
  content: "\f30e";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-lamp:before {
  content: "\f4ca";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leaf-heart:before {
  content: "\f4cb";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-alt:before {
  content: "\f30d";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lock-open-alt:before {
  content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-loveseat:before {
  content: "\f4cc";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luchador:before {
  content: "\f455";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-hexagon:before {
  content: "\f307";
}
.fa-minus-octagon:before {
  content: "\f308";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-mobile-android:before {
  content: "\f3ce";
}
.fa-mobile-android-alt:before {
  content: "\f3cf";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octagon:before {
  content: "\f306";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-brush-alt:before {
  content: "\f5a9";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-pallet-alt:before {
  content: "\f483";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-pennant:before {
  content: "\f456";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-carry:before {
  content: "\f4cf";
}
.fa-person-dolly:before {
  content: "\f4d0";
}
.fa-person-dolly-empty:before {
  content: "\f4d1";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-plus:before {
  content: "\f4d2";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-alt:before {
  content: "\f3de";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-hexagon:before {
  content: "\f300";
}
.fa-plus-octagon:before {
  content: "\f301";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-question-square:before {
  content: "\f2fd";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-racquet:before {
  content: "\f45a";
}
.fa-ramp-loading:before {
  content: "\f4d4";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-rectangle-landscape:before {
  content: "\f2fa";
}
.fa-rectangle-portrait:before {
  content: "\f2fb";
}
.fa-rectangle-wide:before {
  content: "\f2fc";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-repeat-1:before {
  content: "\f365";
}
.fa-repeat-1-alt:before {
  content: "\f366";
}
.fa-repeat-alt:before {
  content: "\f364";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-retweet-alt:before {
  content: "\f361";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-scanner:before {
  content: "\f488";
}
.fa-scanner-keyboard:before {
  content: "\f489";
}
.fa-scanner-touchscreen:before {
  content: "\f48a";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scrubber:before {
  content: "\f2f8";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-all:before {
  content: "\f367";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shipping-timed:before {
  content: "\f48c";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-shuttlecock:before {
  content: "\f45b";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-sliders-h-square:before {
  content: "\f3f0";
}
.fa-sliders-v:before {
  content: "\f3f1";
}
.fa-sliders-v-square:before {
  content: "\f3f2";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-plus:before {
  content: "\f5b9";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-spade:before {
  content: "\f2f4";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spinner-third:before {
  content: "\f3f4";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-exclamation:before {
  content: "\f2f3";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablet-android:before {
  content: "\f3fb";
}
.fa-tablet-android-alt:before {
  content: "\f3fc";
}
.fa-tablet-rugged:before {
  content: "\f48f";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tennis-ball:before {
  content: "\f45e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-hexagon:before {
  content: "\f2ee";
}
.fa-times-octagon:before {
  content: "\f2f0";
}
.fa-times-square:before {
  content: "\f2d3";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-tree-alt:before {
  content: "\f400";
}
.fa-trello:before {
  content: "\f181";
}
.fa-triangle:before {
  content: "\f2ec";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-trophy-alt:before {
  content: "\f2eb";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-container:before {
  content: "\f4dc";
}
.fa-truck-couch:before {
  content: "\f4dd";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-ramp:before {
  content: "\f4e0";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-tv-retro:before {
  content: "\f401";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usd-circle:before {
  content: "\f2e8";
}
.fa-usd-square:before {
  content: "\f2e9";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-fork:before {
  content: "\f2e3";
}
.fa-utensil-knife:before {
  content: "\f2e4";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-utensils-alt:before {
  content: "\f2e6";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-plus:before {
  content: "\f4e1";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f2e2";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-warehouse-alt:before {
  content: "\f495";
}
.fa-watch:before {
  content: "\f2e1";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whistle:before {
  content: "\f460";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-window:before {
  content: "\f40e";
}
.fa-window-alt:before {
  content: "\f40f";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/fa-solid-900.eot');
  src: url('../fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
/*!
 * Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fa-regular-400.eot');
  src: url('../fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far,
.fa {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
/*!
 * Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/fa-light-300.eot');
  src: url('../fonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.woff') format('woff'), url('../fonts/fa-light-300.ttf') format('truetype'), url('../fonts/fa-light-300.svg#fontawesome') format('svg');
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
/*!
 * Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/fa-brands-400.eot');
  src: url('../fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
.navbar-nav a i {
  margin-right: 6px;
}
label {
  font-family: 'Nunito';
  font-weight: normal;
}
.form-control {
  color: #64728a;
  padding: 8px 14px;
  line-height: 24px;
  height: 40px;
  font-size: 15px;
}
.input-lg,
.form-group-lg .form-control {
  height: 50px;
  padding: 10px 14px;
  font-size: 18px;
}
.form-control {
  border-width: 0 0 2px 0;
  background: #fafafa;
}
.bootstrap-touchspin .form-control {
  padding-left: 5px;
  padding-right: 5px;
  min-width: 50px;
  text-align: center;
}
.main-header {
  max-height: none;
}
.main-header:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(/admin/pics/loading.gif) url(/admin/pics/lockscreen_bg.png);
}
.main-header .navbar {
  background-color: #00c0ee;
}
.main-header .navbar .nav > li > a {
  color: #fff;
}
.main-header .navbar .nav > li > a:hover,
.main-header .navbar .nav > li > a:active,
.main-header .navbar .nav > li > a:focus,
.main-header .navbar .nav .open > a,
.main-header .navbar .nav .open > a:hover,
.main-header .navbar .nav .open > a:focus,
.main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.main-header .navbar .sidebar-toggle {
  color: #fff;
}
.main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.main-header .navbar .sidebar-toggle {
  color: #fff;
}
.main-header .navbar .sidebar-toggle:hover {
  background-color: #00abd5;
}
.main-header .logo {
  background: #0da7cd;
  height: 60px;
  position: relative;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.main-header .logo svg {
  width: 52px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-header .logo svg path {
  fill: #fff;
}
.main-header .logo:hover {
  background: #00c0ee;
}
.main-header li.user-header {
  background-color: #00c0ee;
}
.sidebar-mini.sidebar-collapse .main-header .logo svg {
  width: 40px;
}
.main-header .sidebar-toggle {
  padding: 20px;
  height: 60px;
}
.main-header .sidebar-toggle:before {
  display: none;
}
.main-header .sidebar-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 1px;
  background: #fff;
}
.main-header .sidebar-toggle .icon-bar:nth-child(2) {
  width: 20px;
}
.main-header .sidebar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.main-header .navbar .nav > li > a {
  line-height: 20px;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
}
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  border-radius: 0;
}
@media (min-width: 992px) {
  .navbar-nav > .notifications-menu > .dropdown-menu,
  .navbar-nav > .messages-menu > .dropdown-menu,
  .navbar-nav > .tasks-menu > .dropdown-menu {
    width: 500px;
  }
}
.content {
  padding: 10px;
}
@media (min-width: 992px) {
  .content {
    padding: 30px;
  }
}
.content-header {
  padding: 20px 10px 10px;
  background: transparent;
}
@media (min-width: 992px) {
  .content-header {
    padding: 30px 30px 0;
  }
}
.content-header > h1 {
  font-family: 'Nunito';
  font-weight: 600;
  padding-left: 40px;
  position: relative;
}
.content-header > h1 i {
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 20px;
}
.content-header > h1 > small {
  margin-left: 20px;
  padding: 0;
}
@media (max-width: 991px) {
  .content-header > h1 > small {
    margin: 0;
    display: block;
  }
}
.content-header > .breadcrumb {
  right: 30px;
  top: 30px;
  background: transparent;
  margin: 0;
}
@media (max-width: 991px) {
  .content-header > .breadcrumb {
    display: none;
  }
}
.content-header > .breadcrumb > li > a {
  color: #bac5d6;
  font-family: 'Nunito';
}
.content-header > .breadcrumb > li > a:hover {
  color: #00c0ee;
}
body {
  color: #64728a;
}
.btn {
  border-radius: 5px;
  padding: 9px 16px;
  box-shadow: 0 0 transparent !important;
  outline: none !important;
}
.btn-xs {
  padding: 3px 8px;
}
.box {
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(53, 64, 82, 0.08);
  border-top: 0 none;
}
.dropdown-menu,
.navbar-nav .open .dropdown-menu {
  border-radius: 0;
  padding: 0;
  box-shadow: 0 8px 16px rgba(53, 64, 82, 0.16);
  border: 0 none;
  overflow: hidden;
  background: #354052;
  padding: 10px;
}
.dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}
.dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-nav .open .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active,
.navbar-nav .open .dropdown-menu > li > a:active {
  background: transparent;
  color: #00c0ee;
}
.dropdown-menu > li > a:hover i,
.navbar-nav .open .dropdown-menu > li > a:hover i,
.dropdown-menu > li > a:focus i,
.navbar-nav .open .dropdown-menu > li > a:focus i,
.dropdown-menu > li > a:active i,
.navbar-nav .open .dropdown-menu > li > a:active i {
  color: #fff;
}
.navbar-nav .open .dropdown-menu {
  padding: 10px 0;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 5px 15px;
}
.navbar-nav .notifications-menu .dropdown-menu {
  padding: 0;
}
.btn-default {
  background: transparent;
  color: #64728a;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: #00c0ee;
  background: transparent !important;
}
.btn-default:hover i,
.btn-default:active i,
.btn-default:focus i {
  color: #64728a;
}
.btn-group > .btn-group:last-child > .btn:first-child.btn-primary,
.btn-group > .btn.btn-primary,
.btn-group > .btn:last-child:not(:first-child).btn-primary,
.btn-group > .dropdown-toggle:not(:first-child).btn-primary,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-primary,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-primary,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-primary,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-primary,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-primary,
.btn-group > .btn-group:last-child > .btn:first-child.btn-success,
.btn-group > .btn.btn-success,
.btn-group > .btn:last-child:not(:first-child).btn-success,
.btn-group > .dropdown-toggle:not(:first-child).btn-success,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-success,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-success,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-success,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-success,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-success,
.btn-group > .btn-group:last-child > .btn:first-child.btn-warning,
.btn-group > .btn.btn-warning,
.btn-group > .btn:last-child:not(:first-child).btn-warning,
.btn-group > .dropdown-toggle:not(:first-child).btn-warning,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-warning,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-warning,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-warning,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-warning,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-warning,
.btn-group > .btn-group:last-child > .btn:first-child.btn-danger,
.btn-group > .btn.btn-danger,
.btn-group > .btn:last-child:not(:first-child).btn-danger,
.btn-group > .dropdown-toggle:not(:first-child).btn-danger,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-danger,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-danger,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-danger,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-danger,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-danger,
.btn-group > .btn-group:last-child > .btn:first-child.btn-red,
.btn-group > .btn.btn-red,
.btn-group > .btn:last-child:not(:first-child).btn-red,
.btn-group > .dropdown-toggle:not(:first-child).btn-red,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-red,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-red,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-red,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-red,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-red,
.btn-group > .btn-group:last-child > .btn:first-child.btn-yellow,
.btn-group > .btn.btn-yellow,
.btn-group > .btn:last-child:not(:first-child).btn-yellow,
.btn-group > .dropdown-toggle:not(:first-child).btn-yellow,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-yellow,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-yellow,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-yellow,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-yellow,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-yellow,
.btn-group > .btn-group:last-child > .btn:first-child.btn-aqua,
.btn-group > .btn.btn-aqua,
.btn-group > .btn:last-child:not(:first-child).btn-aqua,
.btn-group > .dropdown-toggle:not(:first-child).btn-aqua,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-aqua,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-aqua,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-aqua,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-aqua,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-aqua,
.btn-group > .btn-group:last-child > .btn:first-child.btn-blue,
.btn-group > .btn.btn-blue,
.btn-group > .btn:last-child:not(:first-child).btn-blue,
.btn-group > .dropdown-toggle:not(:first-child).btn-blue,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-blue,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-blue,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-blue,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-blue,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-blue,
.btn-group > .btn-group:last-child > .btn:first-child.btn-green,
.btn-group > .btn.btn-green,
.btn-group > .btn:last-child:not(:first-child).btn-green,
.btn-group > .dropdown-toggle:not(:first-child).btn-green,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-green,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-green,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-green,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-green,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-green,
.btn-group > .btn-group:last-child > .btn:first-child.btn-navy,
.btn-group > .btn.btn-navy,
.btn-group > .btn:last-child:not(:first-child).btn-navy,
.btn-group > .dropdown-toggle:not(:first-child).btn-navy,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-navy,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-navy,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-navy,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-navy,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-navy,
.btn-group > .btn-group:last-child > .btn:first-child.btn-teal,
.btn-group > .btn.btn-teal,
.btn-group > .btn:last-child:not(:first-child).btn-teal,
.btn-group > .dropdown-toggle:not(:first-child).btn-teal,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-teal,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-teal,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-teal,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-teal,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-teal,
.btn-group > .btn-group:last-child > .btn:first-child.btn-olive,
.btn-group > .btn.btn-olive,
.btn-group > .btn:last-child:not(:first-child).btn-olive,
.btn-group > .dropdown-toggle:not(:first-child).btn-olive,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-olive,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-olive,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-olive,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-olive,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-olive,
.btn-group > .btn-group:last-child > .btn:first-child.btn-lime,
.btn-group > .btn.btn-lime,
.btn-group > .btn:last-child:not(:first-child).btn-lime,
.btn-group > .dropdown-toggle:not(:first-child).btn-lime,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-lime,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-lime,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-lime,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-lime,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-lime,
.btn-group > .btn-group:last-child > .btn:first-child.btn-orange,
.btn-group > .btn.btn-orange,
.btn-group > .btn:last-child:not(:first-child).btn-orange,
.btn-group > .dropdown-toggle:not(:first-child).btn-orange,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-orange,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-orange,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-orange,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-orange,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-orange,
.btn-group > .btn-group:last-child > .btn:first-child.btn-fuchsia,
.btn-group > .btn.btn-fuchsia,
.btn-group > .btn:last-child:not(:first-child).btn-fuchsia,
.btn-group > .dropdown-toggle:not(:first-child).btn-fuchsia,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-fuchsia,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-fuchsia,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-fuchsia,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-fuchsia,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-fuchsia,
.btn-group > .btn-group:last-child > .btn:first-child.btn-purple,
.btn-group > .btn.btn-purple,
.btn-group > .btn:last-child:not(:first-child).btn-purple,
.btn-group > .dropdown-toggle:not(:first-child).btn-purple,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-purple,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-purple,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-purple,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-purple,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-purple,
.btn-group > .btn-group:last-child > .btn:first-child.btn-maroon,
.btn-group > .btn.btn-maroon,
.btn-group > .btn:last-child:not(:first-child).btn-maroon,
.btn-group > .dropdown-toggle:not(:first-child).btn-maroon,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-maroon,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-maroon,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-maroon,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-maroon,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-maroon,
.btn-group > .btn-group:last-child > .btn:first-child.btn-info,
.btn-group > .btn.btn-info,
.btn-group > .btn:last-child:not(:first-child).btn-info,
.btn-group > .dropdown-toggle:not(:first-child).btn-info,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-info,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-info,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-info,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-info,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-info,
.btn-group > .btn-group:last-child > .btn:first-child.active,
.btn-group > .btn.active,
.btn-group > .btn:last-child:not(:first-child).active,
.btn-group > .dropdown-toggle:not(:first-child).active,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).active,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.active,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.active,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.active,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.active {
  border-radius: 20px !important;
}
.btn-group .btn-default.active:hover,
.btn-group .btn-default.active:focus,
.btn-group .btn-default.active:active {
  background: #00c0ee !important;
}
.form-group .btn-group {
  padding: 5px;
}
.form-group .btn-group > .btn-group {
  padding: 0;
}
.btn-primary,
.btn-success,
.btn-warning,
.btn-danger,
.btn-info,
.btn-red,
.btn-yellow,
.btn-aqua,
.btn-blue,
.btn-green,
.btn-navy,
.btn-teal,
.btn-olive,
.btn-lime,
.btn-orange,
.btn-fuchsia,
.btn-purple,
.btn-maroon {
  border-radius: 20px;
}
.btn:active:focus {
  box-shadow: 0 0 transparent !important;
}
.btn-icon-only {
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
}
.btn-icon-only i {
  line-height: 40px;
  vertical-align: top;
}
.box-toolbar,
.box-buttons {
  margin: 0 0 15px;
}
.box-toolbar .box-footer,
.box-buttons .box-footer {
  padding: 15px 20px 5px;
  border-radius: 5px;
}
.box-toolbar .box-footer .btn,
.box-buttons .box-footer .btn {
  margin-bottom: 0;
  margin-right: 10px;
}
.box-toolbar .box-footer .btn-group,
.box-buttons .box-footer .btn-group {
  position: relative;
  margin: 0 10px 10px 0;
  padding: 0 11px 0 0;
}
.box-toolbar .box-footer .btn-group:before,
.box-buttons .box-footer .btn-group:before {
  content: '';
  display: block;
  width: 1px;
  background: #e8ebf0;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.box-toolbar .box-footer .btn-group:last-child:before,
.box-buttons .box-footer .btn-group:last-child:before {
  display: none;
}
.sticky-wrapper {
  margin: 0 0 15px;
}
.sticky-wrapper .box-toolbar,
.sticky-wrapper .box-buttons {
  margin: 0;
}
.main-sidebar {
  padding-top: 60px;
}
.main-sidebar .sidebar {
  padding: 0 10px 120px 10px;
}
.wrapper,
.main-sidebar,
.left-side {
  background-color: #354052;
}
.user-panel > .info,
.user-panel > .info > a {
  color: #fff;
}
.sidebar-menu {
  overflow: visible;
}
.sidebar-menu > li.header {
  color: #97a5bc;
  background: #2d3646;
}
.sidebar-menu > li > a {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  background: #354052;
}
.sidebar-menu > li > a .fa,
.sidebar-menu > li > a .fal,
.sidebar-menu > li > a .fas,
.sidebar-menu > li > a .fab {
  color: #64728a;
  margin-right: 10px;
}
.sidebar-menu > li > a:after {
  content: '';
  display: none;
  width: 3px;
  background: #00c0ee;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  border-radius: 0 2px 2px 0;
}
.sidebar-menu > li.treeview > a:before {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #64728a;
  font-size: 16px;
}
.sidebar-menu > li.treeview.submenu-open > a:before {
  content: "\f053";
}
.sidebar-menu > li:hover > a {
  color: #00c0ee;
  background: #354052;
}
.sidebar-menu > li.active > a {
  position: relative;
}
.sidebar-menu > li.active > a .fa,
.sidebar-menu > li.active > a .fal,
.sidebar-menu > li.active > a .fas,
.sidebar-menu > li.active > a .fab {
  color: #00c0ee;
}
.sidebar-menu > li.active > a:after {
  display: block;
}
.sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #3f4c61;
}
.sidebar-menu > li > .treeview-menu > li > a {
  font-size: 12px;
}
.sidebar-menu > li > .treeview-menu > li > a i {
  margin-right: 10px;
}
.sidebar a {
  color: #d5dbe4;
}
.sidebar a:hover {
  text-decoration: none;
}
.treeview-menu > li > a {
  color: #a7b2c6;
}
.treeview-menu > li.active > a,
.treeview-menu > li > a:hover {
  color: #fff;
}
.sidebar-menu > li.header {
  background: transparent;
  padding: 20px;
  border-top: 1.5px dashed #2a3444;
  border-bottom: 1.5px dashed #2a3444;
  text-transform: none;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  margin: 10px 0;
}
.sidebar-menu > li.header:first-child {
  border-top: 0 none;
  margin-top: 0;
}
.sidebar-collapse .main-sidebar .sidebar {
  padding: 0;
}
.sidebar-collapse .main-sidebar .sidebar .sidebar-menu > li.active > a:after {
  left: 0;
}
.sidebar-logo {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #354052;
  text-align: center;
  width: 260px;
  padding: 15px;
  color: #fff;
  font-family: 'Nunito';
  font-size: 15px;
  font-weight: 800;
  z-index: 990;
  display: none;
}
.sidebar-logo strong {
  display: block;
  margin-top: 10px;
}
.sidebar-logo svg {
  width: 80px;
}
.sidebar-logo svg path {
  fill: #00c0ee;
}
@media (min-width: 992px) {
  .sidebar-logo {
    display: block;
  }
}
.sticky-wrapper .box-buttons .box-footer {
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.sticky-wrapper .box-buttons:after {
  content: '';
  display: none;
  width: 5000px;
  height: 100%;
  position: absolute;
  teft: 50%;
  top: 0;
  background: #fff;
  box-shadow: 0 8px 16px rgba(53, 64, 82, 0.08);
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
}
.sticky-wrapper .box-buttons:before {
  content: '';
  display: none;
  width: 52px;
  height: 32px;
  background: url(/admin/pics/navbar-brand.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -186px;
  top: 50%;
  z-index: 3001;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.is-sticky .box-buttons {
  border-radius: 0;
  box-shadow: 0;
}
.is-sticky .box-buttons .box-footer {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.is-sticky .box-buttons:after {
  display: block;
  opacity: 1;
}
.is-sticky .box-buttons:before {
  display: block;
  opacity: 1;
}
.tabs-button-bar {
  margin-bottom: 15px;
}
.is-sticky {
  z-index: 3000;
}
.is-sticky > div {
  z-index: 3001 !important;
}
.body-black {
  background: #222d32;
}
body:after {
  display: none;
  content: url(/admin/pics/navbar-brand-blue.svg) url(/admin/pics/navbar-brand-dark.svg) url(/admin/pics/navbar-brand-white.svg);
}
.btn {
  line-height: 22px;
}
.image-thumbnail {
  background: url(/admin/pics/transparent-squares.png) left top repeat;
}
.thumbnail .img-responsive {
  max-height: 100%;
}
.modal-md .modal-dialog {
  width: 90%;
}
.modal-dialog .description-block {
  text-align: left;
}
.color-sample-wrapper {
  display: inline-block;
  vertical-align: middle;
  background: url(/admin/pics/transparent-squares.png) left top repeat;
  border: 1px solid #ddd;
}
.color-sample {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.box-header {
  color: #64728a;
}
.box-header .fa {
  width: 1.28571em;
  text-align: center;
}
.col-box .btn-toolbar {
  margin: 0 0 0 -5px;
}
.col-box .form-group {
  margin-bottom: 8px;
}
.col-box .box-body {
  padding: 10px 10px 5px 10px;
}
.form-group > label,
.model label {
  display: block;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editor-col-content .btn-box-tool {
  color: #fff;
}
.editor-col-content .btn-box-tool:hover,
.editor-col-content .btn-box-tool:active,
.editor-col-content .btn-box-tool:focus {
  color: #eee;
}
.editor-col-content .box-warning {
  border-top: 0 none;
}
.editor-col-content .box-warning .box-header {
  color: #fff;
  background: #f39c12;
}
.editor-col-content .box-warning .box-header:hover,
.editor-col-content .box-warning .box-header:focus {
  background: #e08e0b;
}
.editor-col-content .box-warning .box-header:active {
  background: #c87f0a;
}
.editor-col-content .box-primary {
  border-top: 0 none;
}
.editor-col-content .box-primary .box-header {
  color: #fff;
  background: #00c0ee;
}
.editor-col-content .box-primary .box-header:hover,
.editor-col-content .box-primary .box-header:focus {
  background: #00abd5;
}
.editor-col-content .box-primary .box-header:active {
  background: #0097bb;
}
.editor-col-content .box-success {
  border-top: 0 none;
}
.editor-col-content .box-success .box-header {
  color: #fff;
  background: #00a65a;
}
.editor-col-content .box-success .box-header:hover,
.editor-col-content .box-success .box-header:focus {
  background: #008d4c;
}
.editor-col-content .box-success .box-header:active {
  background: #00733e;
}
.editor-col-content .box-danger {
  border-top: 0 none;
}
.editor-col-content .box-danger .box-header {
  color: #fff;
  background: #ea3755;
}
.editor-col-content .box-danger .box-header:hover,
.editor-col-content .box-danger .box-header:focus {
  background: #e82041;
}
.editor-col-content .box-danger .box-header:active {
  background: #d71737;
}
.editor-col-content .box-info {
  border-top: 0 none;
}
.editor-col-content .box-info .box-header {
  color: #fff;
  background: #00C0EF;
}
.editor-col-content .box-info .box-header:hover,
.editor-col-content .box-info .box-header:focus {
  background: #00acd6;
}
.editor-col-content .box-info .box-header:active {
  background: #0097bc;
}
.editor-col-content .box-inactive {
  border-top: 0 none;
}
.editor-col-content .box-inactive .box-header {
  color: #fff;
  background: #b8c7ce;
}
.editor-col-content .box-inactive .box-header:hover,
.editor-col-content .box-inactive .box-header:focus {
  background: #a9bbc4;
}
.editor-col-content .box-inactive .box-header:active {
  background: #9aafb9;
}
.editor-col-content .box-connected {
  border-top: 0 none;
}
.editor-col-content .box-connected .box-header {
  color: #fff;
  background: #354052;
}
.editor-col-content .box-connected .box-header:hover,
.editor-col-content .box-connected .box-header:focus {
  background: #2b3443;
}
.editor-col-content .box-connected .box-header:active {
  background: #212833;
}
.editor-col-content .box-header {
  padding: 8px 35px 8px 50px;
  position: relative;
  border-radius: 5px;
  opacity: 1;
  box-shadow: 0 0 0 0 #354052;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.editor-col-content .box-header .box-tools {
  top: 50%;
  height: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 970;
}
.editor-col-content .box-header .box-tools .dropdown,
.editor-col-content .box-header .box-tools .btn {
  float: left;
  z-index: 980;
}
.editor-col-content .box-header .box-tools .tooltip {
  white-space: nowrap;
}
.editor-col-content .box-header .box-title {
  vertical-align: top;
  font-size: 16px;
}
.editor-col-content .box-header .box-title .fa-fw {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  font-size: 22px;
}
.editor-col-content .box-header .box-title small {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Nunito';
}
.editor-col-content .box {
  margin-top: 10px;
}
.editor-col-content .box.box-highlight .box-header {
  box-shadow: 0 0 0 3px #354052;
  opacity: 0.7;
}
.box-header {
  position: relative;
  border-bottom: 1px solid #e8ebf0;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 20px;
}
.box-header .pull-right {
  margin: -4px 0;
}
.box-header .box-tools {
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 200;
  margin: 0;
}
.box-header .box-tools .btn {
  margin: 0 !important;
  padding-left: 5px;
  padding-right: 5px;
}
.box-header .box-title {
  vertical-align: top;
  line-height: 20px;
}
.box-header .box-title .fa-fw {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  font-size: 22px;
}
.page-editor .box-header {
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-editor .box-header .box-title {
  font-family: 'Nunito';
  vertical-align: middle;
  font-size: 16px;
}
@media (min-width: 1500px) {
  .modal-md .modal-dialog {
    width: 75%;
  }
}
.yadcf-filter-wrapper {
  margin-right: -12px;
  padding-top: 5px;
}
.yadcf-filter-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  white-space: normal;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.yadcf-filter-wrapper .select2-container .select2-selection--single {
  min-height: 40px;
  height: auto;
}
.yadcf-filter-wrapper .input-group {
  margin-bottom: 5px;
}
.yadcf-filter-wrapper .form-control {
  padding-left: 4px;
  padding-right: 4px;
}
.yadcf-filter-wrapper .form-group {
  margin-bottom: 5px;
}
.yadcf-filter-wrapper {
  vertical-align: top;
}
.yadcf-filter-wrapper {
  display: none;
}
.btn-filter-reset {
  display: none;
}
.has-filter .btn-filter-reset {
  display: inline-block;
}
.filter-active .yadcf-filter-wrapper {
  display: block;
}
.col-toggle-wrapper a {
  border-left: 4px solid #00a65a;
}
.col-toggle-wrapper.disabled a {
  border-left: 4px solid #777777;
}
.col-toggle-wrapper.col-hidden a {
  border-left: 4px solid #f56954;
}
.messages {
  margin: 0 15px;
}
.messages .alert:first-child {
  margin-top: 20px;
}
.messages .alert:last-child {
  margin-bottom: 0;
}
.form-box {
  width: 360px;
  margin: 0 auto 0 auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(53, 64, 82, 0.08);
}
.form-box .alert,
.form-box .callout {
  text-align: center;
  margin: 0;
  border-radius: 0;
  padding: 30px 15px;
}
.form-box .header {
  padding: 40px 10px;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  border-bottom: 1px solid #e8ebf0;
  font-size: 18px;
  color: #64728a;
  font-weight: 700;
  font-family: 'Nunito';
}
.form-box .callout {
  margin-top: -1px;
  position: relative;
}
.form-box .body,
.form-box .footer {
  padding: 40px;
}
.form-box .body {
  padding-bottom: 20px;
}
.form-box .body + .footer {
  padding-top: 0;
}
.form-box .footer {
  text-align: center;
}
.form-box .footer .btn {
  padding-left: 60px;
  padding-right: 60px;
}
.form-box .body > .form-group,
.form-box .footer > .form-group {
  margin: 0 0 20px;
}
.form-box .body > .form-group > input,
.form-box .footer > .form-group > input {
  border: 0 none;
  border-bottom: 1px solid #e8ebf0;
  font-weight: bold;
  padding: 12px;
  height: 50px;
  font-family: 'Nunito';
  font-size: 14px;
  background: transparent;
}
.form-box .body > .form-group > input:focus,
.form-box .footer > .form-group > input:focus {
  border-color: #64728a;
}
.form-box .footer > .btn,
.form-box .footer > a {
  margin-bottom: 20px;
}
.form-box .footer > .btn:last-child,
.form-box .footer > a:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .form-box {
    width: 90%;
  }
}
.table-invoice-summary tr:first-child td,
.table-invoice-summary tr:first-child th {
  border-top: 0 none;
}
.row-buttons-inline .btn-group .btn {
  float: none;
}
td.right,
th.right {
  text-align: right;
}
td.center,
th.center {
  text-align: center;
}
td.numeric {
  text-align: right;
  white-space: nowrap;
}
.available-product {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.error-page-container {
  margin-top: 200px;
}
@keyframes loaderAnim {
  0% {
    height: 0;
  }
  33% {
    height: 0;
  }
  43% {
    height: 52px;
  }
  65.999999% {
    background-position: center bottom;
    bottom: 50%;
    top: auto;
    margin: 0 0 -26px -40px;
    height: 52px;
  }
  66% {
    background-position: center top;
    bottom: auto;
    top: 50%;
    margin: -26px 0 0 -40px;
    height: 52px;
  }
  76% {
    background-position: center top;
    bottom: auto;
    top: 50%;
    margin: -26px 0 0 -40px;
    height: 0;
  }
  100% {
    background-position: center bottom;
    bottom: 50%;
    top: auto;
    margin: 0 0 -26px -40px;
    height: 0;
  }
}
@keyframes loaderAnimBlue {
  0% {
    height: 0;
  }
  10% {
    height: 52px;
  }
  43% {
    height: 52px;
  }
  44% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
div.loading {
  min-height: 300px;
  position: relative;
}
.loading {
  position: relative;
}
.loading:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 12000;
}
.loading:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  height: 160px;
  width: 160px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/admin/pics/loading.gif) center 49px no-repeat #fff;
  z-index: 12001;
  border-radius: 100%;
}
.loading.box-data-table:after {
  background: rgba(255, 255, 255, 0.75);
  z-index: 900;
}
.loading.box-data-table:before {
  z-index: 901;
}
.file-browser-results.loading:after,
.modal-dialog .loading:after,
.ajax-content-placeholder.loading:after,
.tab-content > .tab-pane.loading:after {
  background: rgba(255, 255, 255, 0.75);
}
.modal-dialog .loading,
.ajax-content-placeholder.loading {
  margin-bottom: 30px;
}
body.loading:after,
body.loading:before {
  position: fixed;
}
.label i.fa {
  margin-right: 3px;
}
.label-lg {
  font-size: 100%;
  line-height: 1.5;
}
.label-lg i.fa {
  margin-right: 6px;
}
.radio label,
.checkbox label {
  line-height: 2;
  display: block;
}
.radio label input,
.checkbox label input {
  margin-top: 8px;
}
.box.sorting .box-body,
.box.sorting .box-footer {
  display: none;
}
.radio,
.checkbox {
  padding-left: 30px;
  margin: 0 0 10px;
  min-height: 24px;
}
.radio input,
.checkbox input {
  z-index: 1;
  opacity: 0;
}
.radio label,
.checkbox label {
  line-height: 24px;
  padding: 0;
  min-height: 0;
}
.radio label:after,
.checkbox label:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #e8ebf0;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  border-radius: 4px;
  overflow: hidden;
  z-index: 12;
}
.radio label:before,
.checkbox label:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #e8ebf0;
  position: absolute;
  background: #00c0ee;
  border-radius: 3px;
  overflow: hidden;
  left: 6px;
  top: 6px;
  display: none;
  z-index: 13;
}
th .radio label,
th .checkbox label {
  min-height: 20px;
  vertical-align: top;
}
th .radio label:after,
th .checkbox label:after {
  top: 0;
}
th .radio label:before,
th .checkbox label:before {
  top: 6px;
}
.radio input:hover + label:after,
.checkbox input:hover + label:after {
  border: 1px solid #00c0ee;
}
.radio input:focus + label:after,
.checkbox input:focus + label:after {
  outline: none;
  outline-offset: 0px;
}
.radio input:checked + label:before,
.checkbox input:checked + label:before {
  display: block;
}
.radio input:checked:hover + label:before,
.checkbox input:checked:hover + label:before {
  display: block;
}
.radio label:after,
.radio label:before {
  border-radius: 50%;
}
.radio.big-label {
  margin-bottom: 5px;
}
.radio.big-label input:checked + label {
  opacity: 1;
}
.radio.big-label label {
  height: auto;
  opacity: 0.25;
}
.radio.big-label label:hover,
.radio.big-label label:focus,
.radio.big-label label:active {
  opacity: 1;
}
.radio.big-label label span.label {
  border-radius: 0;
  padding: 10px 15px 10px;
  font-size: 16px;
  height: auto;
  line-height: 20px;
  display: block;
  vertical-align: top;
  text-align: left;
}
.radio.big-label label:after {
  width: 20px;
  height: 20px;
  border: 0 none;
  background: #fff;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.radio.big-label label:before {
  width: 20px;
  height: 20px;
  border: 0 none;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.radio.big-label span.label {
  padding-left: 0;
  line-height: 18px;
  height: 24px;
}
.radio.big-label input:hover + label:after {
  border: 0 none;
  opacity: 0.75;
}
.radio.big-label.big-label-info label:before {
  background: #00c0ef;
}
.radio.big-label.big-label-success label:before {
  background: #00a65a;
}
.radio.big-label.big-label-danger label:before {
  background: #f1555c;
}
.radio.big-label.big-label-warning label:before {
  background: #f39c12;
}
.radio.big-label.big-label-default label:before {
  background: #444;
}
.radio.big-label.big-label-red label:before {
  background: #f1555c;
}
.radio.big-label.big-label-yellow label:before {
  background: #f39c12;
}
.radio.big-label.big-label-aqua label:before {
  background: #00c0ef;
}
.radio.big-label.big-label-blue label:before {
  background: #0073b7;
}
.radio.big-label.big-label-light-blue label:before {
  background: #00c0ee;
}
.radio.big-label.big-label-green label:before {
  background: #00a65a;
}
.radio.big-label.big-label-navy label:before {
  background: #001F3F;
}
.radio.big-label.big-label-teal label:before {
  background: #39CCCC;
}
.radio.big-label.big-label-olive label:before {
  background: #3D9970;
}
.radio.big-label.big-label-lime label:before {
  background: #01FF70;
}
.radio.big-label.big-label-fuchsia label:before {
  background: #F012BE;
}
.radio.big-label.big-label-purple label:before {
  background: #605ca8;
}
.radio.big-label.big-label-maroon label:before {
  background: #D81B60;
}
.radio.big-label span.label-lg {
  z-index: 11;
  position: relative;
}
.radio.big-label span.label-lg:before {
  content: '';
  display: block;
  width: 30px;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: -30px;
  top: 0;
}
.radio.big-label span.label-lg.label-info:before {
  background: #00c0ef;
}
.radio.big-label span.label-lg.label-success:before {
  background: #00a65a;
}
.radio.big-label span.label-lg.label-danger:before {
  background: #f1555c;
}
.radio.big-label span.label-lg.label-default:before {
  background: #444;
}
.radio.big-label span.label-lg.label-warning:before {
  background: #f39c12;
}
.radio.big-label span.label-lg.label-red:before {
  background: #f1555c;
}
.radio.big-label span.label-lg.label-yellow:before {
  background: #f39c12;
}
.radio.big-label span.label-lg.label-aqua:before {
  background: #00c0ef;
}
.radio.big-label span.label-lg.label-blue:before {
  background: #0073b7;
}
.radio.big-label span.label-lg.label-light-blue:before {
  background: #00c0ee;
}
.radio.big-label span.label-lg.label-green:before {
  background: #00a65a;
}
.radio.big-label span.label-lg.label-navy:before {
  background: #001F3F;
}
.radio.big-label span.label-lg.label-teal:before {
  background: #39CCCC;
}
.radio.big-label span.label-lg.label-olive:before {
  background: #3D9970;
}
.radio.big-label span.label-lg.label-lime:before {
  background: #01FF70;
}
.radio.big-label span.label-lg.label-orange:before {
  background: #FF851B;
}
.radio.big-label span.label-lg.label-fuchsia:before {
  background: #F012BE;
}
.radio.big-label span.label-lg.label-purple:before {
  background: #605ca8;
}
.radio.big-label span.label-lg.label-maroon:before {
  background: #D81B60;
}
.radio-dropdown .btn-default {
  background: #444;
  color: #fff;
  border-radius: 20px;
}
.radio-dropdown .btn-default:hover,
.radio-dropdown .btn-default:focus,
.radio-dropdown .btn-default:active,
.radio-dropdown .btn-default:focus:active {
  background: #303030 !important;
  color: #fff;
}
.radio-dropdown .btn-default:hover i,
.radio-dropdown .btn-default:focus i,
.radio-dropdown .btn-default:active i,
.radio-dropdown .btn-default:focus:active i {
  color: #fff;
}
.delivery-radio,
.payment-radio,
.delivery-selected,
.payment-selected {
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.04);
  padding: 0 0 0 40px;
}
.delivery-radio .price,
.payment-radio .price,
.delivery-selected .price,
.payment-selected .price {
  font-weight: bold;
  text-align: right;
}
.delivery-radio label,
.payment-radio label,
.delivery-selected label,
.payment-selected label {
  padding: 5px 10px 5px 0;
}
.delivery-radio label:after,
.payment-radio label:after,
.delivery-selected label:after,
.payment-selected label:after {
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.delivery-radio label:before,
.payment-radio label:before,
.delivery-selected label:before,
.payment-selected label:before {
  left: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.delivery-radio:hover,
.payment-radio:hover,
.delivery-selected:hover,
.payment-selected:hover {
  background: rgba(0, 0, 0, 0.08);
}
.delivery-selected,
.payment-selected {
  padding: 0;
  padding: 5px 10px;
}
.row-checkbox {
  margin: 0;
  width: 24px;
  padding-left: 24px;
  position: relative;
}
.row-checkbox .label {
  position: absolute;
  left: 50%;
  top: -23px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.page-editor {
  background: #222d32;
  padding: 20px;
}
.page-editor.page-loading {
  position: relative;
}
.page-editor.page-loading:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: url(/admin/pics/preloader2.gif) center center no-repeat #fff;
  opacity: 0.5;
}
.page-overview .btn-toolbar {
  padding-bottom: 10px;
}
.page-overview .btn-toolbar .btn {
  margin-bottom: 5px;
}
.page-overview .callout:last-child {
  margin-bottom: 10px;
}
.editor-preview-header {
  background: #222d32;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 30px;
  font-size: 18px;
}
.editor-preview-header .box {
  text-align: left;
  color: #333;
  font-size: 14px;
}
.editor-preview-footer {
  background: #222d32;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-weight: 300;
}
.editor-preview-footer .box {
  text-align: left;
  color: #333;
  font-size: 14px;
}
.page-editor .editor-preview-header {
  border-bottom: 20px solid #222d32;
  background: #f5f7fb;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
.page-editor .editor-preview-footer {
  border-top: 20px solid #222d32;
  background: #f5f7fb;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.page-editor .box {
  margin: 10px 0 0 0;
}
.page-editor .editor-col > .box,
.page-editor .editor-col-sidebar > .box,
.page-editor .editor-col-before-content > .box,
.page-editor .editor-col-after-content > .box {
  margin: 0;
}
.page-editor .editor-col-before-content {
  margin-bottom: 15px;
}
.page-editor .editor-col-after-content {
  margin-top: 15px;
}
.editor-preview-body {
  background: #f5f7fb;
  padding: 10px;
  list-style: none;
  display: block;
}
.editor-col-header {
  padding: 5px;
  background: #fff;
}
.editor-preview-body > h3 {
  margin: 0;
}
.editor-col-content {
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.05);
}
.editor-col-content > .row {
  min-height: 50px;
  padding-bottom: 10px;
  margin: 0 -10px;
}
.editor-col-content > .row > div {
  padding: 0 10px;
}
.editor-col-content .box-header {
  cursor: move;
}
.page-editor li .links {
  padding: 10px;
  background: #efefef;
  margin: 10px -10px -10px;
}
.page-editor li .links .link {
  margin-bottom: 10px;
}
.page-editor li .links .link:last-child {
  margin: 0;
}
.page-editor .dropdown-menu {
  z-index: 3000;
}
.page-editor li table {
  font-size: 14px;
}
.page-overview .editor-preview-body li {
  padding: 10px;
}
.page-editor li:last-child {
  margin-bottom: 0;
}
.page-editor li i.move-icon {
  line-height: 26px;
  width: 26px;
  font-size: 20px;
  position: absolute;
  text-align: center;
  left: 10px;
  top: 50%;
  margin: -13px 0 0 0;
  cursor: move;
  opacity: 0.75;
}
.page-editor li i.move-icon:hover {
  opacity: 1;
}
.page-editor li i.type-icon {
  line-height: 26px;
  width: 26px;
  font-size: 20px;
  position: absolute;
  text-align: center;
  right: 5px;
  bottom: 5px;
}
.page-editor li i.remove-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  opacity: 0.75;
  color: #f56954;
  z-index: 10;
}
.page-editor li i.remove-icon:hover {
  cursor: pointer;
  opacity: 1;
}
.page-overview .page-info > .row > div {
  margin-bottom: 15px;
}
.page-overview .editor-preview-body .box-header,
.page-editor .box-default .box-header {
  cursor: default;
}
.page-editor .box-default .form .row,
.page-editor .box-default .btn-save {
  display: none;
}
.btn-group .btn-default.active,
.btn-group .btn-default.active:hover,
.btn-group .btn-default.active:active,
.btn-group .btn-default.active:focus {
  color: #fff;
  background: #00c0ee;
  border-color: #367fa9;
}
.language-field-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  background: #eee;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.75;
  vertical-align: top;
  color: #333;
}
.multilang-input-toolbar {
  position: absolute;
  right: 15px;
  z-index: 120;
  top: 0;
  line-height: 24px;
  text-align: right;
  background: #eee;
  border-top: 1px solid #d2d6de;
  border-left: 1px solid #d2d6de;
  border-right: 1px solid #d2d6de;
}
.multilang-input-toolbar a {
  display: inline-block;
  padding: 0 10px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  background: #e8ebf0;
}
.multilang-input-toolbar a:hover {
  color: #00c0ee;
}
.multilang-input-toolbar a.missing {
  background: #ec971f;
  color: #fff;
}
.multilang-input-toolbar a.active {
  background: #00c0ee;
  color: #fff;
}
.editor-col-sidebar-hidden {
  position: relative;
}
.editor-col-sidebar-hidden .editor-col-content .box:last-child {
  margin-bottom: 0;
}
.editor-col-sidebar-hidden:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.50;
  z-index: 40;
}
.page-editor .description-block {
  margin: 0;
  text-align: left;
  padding: 0 10px;
}
.modal.size-wide {
  z-index: 16000;
}
.table tr .row-buttons {
  box-sizing: border-box;
  white-space: nowrap;
  vertical-align: middle;
  display: none;
  z-index: 100;
  margin: -6px 10px -6px -6px;
  float: left;
}
.table tr .row-buttons-inline {
  display: inline-block;
  margin: -5px;
}
.table-striped > tbody > tr:nth-child(2n+1) .row-buttons {
  background: #f3f4f5;
}
.table tr .row-buttons div .btn {
  vertical-align: middle;
}
.table tr.hide-row-buttons .row-buttons-hover {
  display: none !important;
}
.table tr:hover .row-buttons {
  display: inline-block;
}
.cell-text-overflow {
  display: table-cell;
  width: 99%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dataTables_info,
.dataTables_length {
  display: inline-block;
}
.table-type-buttons {
  margin-left: 20px !important;
}
table.dataTable td.has-checkbox,
table.dataTable thead > tr > th.has-checkbox {
  position: relative;
  width: 1%;
  padding: 5px;
}
table.dataTable td.has-checkbox .checkbox,
table.dataTable thead > tr > th.has-checkbox .checkbox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dataTable .dropdown-menu {
  z-index: 3500;
}
.dataTable span.taxonomy {
  font-size: 90%;
  line-height: 0.9;
}
.btn-toolbar > .mass-actions {
  margin-left: 20px;
}
.pagination {
  background: #fafafa;
  border-bottom: 2px solid #e8ebf0;
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 0;
  background: #fafafa;
  border-radius: 0 !important;
  line-height: 20px;
  padding: 9px 10px;
  border: 0 none;
}
.pagination > li.active > a,
.pagination > li.active > span {
  color: #fff;
  background: #00c0ee;
  font-weight: bold;
}
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus,
.pagination > li.active > a:active,
.pagination > li.active > span:active {
  background: #00abd5;
}
.pagination > li.disabled > span,
.pagination > li.disabled > span:hover,
.pagination > li.disabled > span:focus,
.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > a:focus {
  background: #fafafa;
}
@media (min-width: 992px) {
  .modal-dialog {
    width: 800px;
  }
  .navbar-justified {
    margin: 0 auto;
    display: table;
    table-layout: auto;
    float: none;
    width: 100%;
  }
  .navbar-justified > li {
    display: table-cell;
    float: none;
    text-align: center;
  }
}
.tab-content .button-bar {
  display: none;
}
.treeview-element {
  vertical-align: middle;
  font-size: 14px;
  color: #666666;
  padding: 0;
  cursor: pointer;
  position: relative;
  border-radius: 0 !important;
  border: 0 !important;
}
.treeview-element .btn-group {
  float: right;
  margin-top: -3px;
}
.treeview-element .pull-right .btn-group {
  float: none;
}
.treeview-element .pull-right .label + .btn-group {
  margin-left: 5px;
}
.treeview-element .content {
  padding: 15px 50px 15px 50px;
  min-height: 0;
}
.treeview-element .content i {
  color: #64728a;
}
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-red,
.btn-yellow,
.btn-aqua,
.btn-blue,
.btn-green,
.btn-navy,
.btn-teal,
.btn-olive,
.btn-lime,
.btn-orange,
.btn-fuchsia,
.btn-purple,
.btn-maroon {
  color: #fff !important;
}
.btn-success .caret,
.btn-danger .caret,
.btn-warning .caret,
.btn-info .caret,
.btn-red .caret,
.btn-yellow .caret,
.btn-aqua .caret,
.btn-blue .caret,
.btn-green .caret,
.btn-navy .caret,
.btn-teal .caret,
.btn-olive .caret,
.btn-lime .caret,
.btn-orange .caret,
.btn-fuchsia .caret,
.btn-purple .caret,
.btn-maroon .caret {
  color: #fff !important;
}
.treeview-element-nodrag .content {
  padding: 10px 15px;
}
.treeview-element .handle {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 30px;
  width: 30px;
  padding: 5px;
  line-height: 20px;
  background: #e8ebf0;
  color: #00c0ee;
}
.treeview-element .handle:hover {
  background: #00c0ee;
  color: #fff;
}
.treeview-element .handle i {
  margin: 0;
  line-height: 20px;
}
ol.sortable-tree {
  margin: 0;
}
ol.sortable-tree ol {
  margin: 0;
  padding: 0 0 0 25px;
}
ol.sortable-tree li {
  border: none;
  position: relative;
}
ol.sortable-tree li > .content > i {
  margin-right: 5px;
}
ol.sortable-tree li .btn-abs-right {
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 50%;
  background: #e8ebf0;
}
ol.sortable-tree li .btn-abs-right i {
  color: #00c0ee;
}
ol.sortable-tree li .btn-abs-right:hover,
ol.sortable-tree li .btn-abs-right:focus,
ol.sortable-tree li .btn-abs-right:active {
  background: #00c0ee !important;
}
ol.sortable-tree li .btn-abs-right:hover i,
ol.sortable-tree li .btn-abs-right:focus i,
ol.sortable-tree li .btn-abs-right:active i {
  color: #fff;
}
ol.sortable-tree li .btn-xs i {
  margin: 0 2px;
}
ol.sortable-tree li:hover > div {
  background: rgba(0, 0, 0, 0.02);
}
.sortable-tree .handle {
  cursor: move;
}
.tree-view-panel-group .panel + .panel {
  margin-top: 20px;
}
.tree-view-panel-group .panel {
  border: 0 none;
}
ol.sortable-tree .list-group-item {
  margin: 0;
}
ol.treeview li.active-row > div.content {
  background: #f39c12;
  color: #ffffff;
}
ol.treeview li.active-row > div.content:hover {
  background: #e08e0b;
}
ol.treeview .nestable-placeholder,
ol.treeview .nestable-empty {
  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) !important;
  background-size: 40px 40px;
  background-color: #f39c12;
  background-repeat: repeat;
  min-height: 40px;
  position: relative;
  list-style: none;
  display: block;
}
html.login,
html.login body {
  background: url(/admin/pics/login-bg.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
}
.form-box-logo {
  padding: 100px 0;
  text-align: center;
}
.form-box-logo svg {
  width: 100px;
}
.form-box-logo svg path {
  fill: #00c0ee;
}
.navbar-default {
  background: #333333;
  color: #cccccc;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-default .navbar-brand {
  color: #cccccc;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-default .navbar-brand i {
  vertical-align: top;
  line-height: 20px;
  margin: 0 5px;
}
.navbar-default .navbar-brand span {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand:focus {
  color: #cccccc;
}
.navbar-default .navbar-nav > li > a {
  color: #cccccc;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
  background: #444444;
  color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: #080808 !important;
  color: #ffffff !important;
}
.dataTables_filter input.form-control {
  height: 34px;
}
.modal-dialog.modal-lg {
  width: 90%;
}
.label-group {
  min-height: 34px;
  line-height: 34px;
}
.thumbnail {
  position: relative;
  height: 250px;
}
.ratio {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  padding-bottom: 90%;
  width: 100%;
  min-height: 230px;
}
.thumbnail .checkbox {
  margin: 0;
}
.thumbnail .form-control {
  padding: 4px 8px;
  height: 30px;
  line-height: 22px;
}
.thumbnail label {
  margin-bottom: 2px;
}
.thumbnail-details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 12px;
}
.thumbnail-cropped {
  padding: 5px;
  font-size: 14px;
  display: none;
}
.thumbnail-details-bg {
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  padding: 5px;
}
.thumbnail-buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.thumbnail-top-buttons .btn {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  padding: 0;
  line-height: 36px;
  text-align: center;
}
.thumbnail-top-buttons .btn-default {
  background: #fff;
  color: #64728a;
}
.thumbnail-top-buttons .btn-default:hover,
.thumbnail-top-buttons .btn-default:focus,
.thumbnail-top-buttons .btn-default:active {
  background: #fff !important;
  color: #00c0ee !important;
}
.thumbnail-top-buttons .btn-danger {
  line-height: 30px;
}
.thumbnail-buttons .drag-handle {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -18px;
}
.file-type-wrapper .fa-stack {
  font-size: 5.5em;
  vertical-align: -16%;
}
.file-type-wrapper .filetype-text {
  font-size: 0.5em;
  font-weight: 700;
}
.file-type-wrapper {
  height: 230px;
  padding-top: 40px;
  text-align: center;
}
.thumbnail .cropped-size {
  display: none;
}
.thumbnail.cropped .uncropped-size {
  display: none;
}
.thumbnail.cropped .cropped-size {
  display: block;
}
.thumbnail:hover .thumbnail-buttons {
  display: block;
}
.thumbnail:hover {
  border-color: #00c0ee;
}
.thumbnail-insert-form,
.thumbnail-meta-form {
  color: #ffffff;
  padding-top: 10px;
}
.thumbnail-insert-form .btn-group-justified,
.thumbnail-meta-form .btn-group-justified {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #354052;
  padding: 8px;
}
.thumbnail-insert-form .btn-group-justified .btn,
.thumbnail-meta-form .btn-group-justified .btn {
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}
.thumbnail-insert-form {
  top: 55px;
  font-weight: bold;
}
.thumbnail-insert-form .fa-info-circle {
  font-size: 150%;
}
.img-container,
.img-preview {
  background-color: #f7f7f7;
  overflow: hidden;
  text-align: center;
  border: 1px solid #cccccc;
}
.img-preview {
  height: 0;
  padding-bottom: 100%;
}
.img-preview-wrapper {
  overflow: hidden;
  max-height: 350px;
}
.img-resize-toolbar {
  text-align: center;
  margin-top: 10px;
}
.modal-backdrop {
  bottom: 0;
  position: fixed;
}
.flip-horizontal {
  transform: scale(-1, 1);
}
.file-error-message ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.file-error-message ul li {
  display: block;
  padding: 0;
  text-align: center;
}
.uploaded-file-name .file-caption-name {
  color: #ffffff;
}
.uploaded-file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-color: #008d4c;
  background: #00a65a;
  color: #ffffff;
}
.panel-group {
  position: relative;
}
.panel-group:last-child {
  margin-bottom: 0;
}
.dd-dragel {
  pointer-events: none;
  position: absolute;
  z-index: 9999;
  border-radius: 0;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.file-browser-no-results {
  padding: 80px 15px;
  text-align: center;
  display: none;
}
.file-browser-no-results .fa {
  color: #e8ebf0;
  margin-bottom: 15px;
  font-size: 60px;
}
.file-browser-no-results h6 {
  font-family: 'Nunito';
  font-size: 16px;
  margin: 0;
}
.empty .file-browser-no-results {
  display: block;
}
.sortable-ghost {
  opacity: 0.2;
}
.body-black {
  background: #fff;
}
.big-logo {
  width: 250px;
  height: 137px;
  background: url(/admin/pics/logo.png) -115px -100px no-repeat;
  position: absolute;
  left: 50%;
  top: 31px;
  margin-left: -125px;
}
.map-wrapper {
  height: 350px;
}
.clear {
  clear: both;
}
.box-header > .fa-exclamation-triangle {
  display: none;
}
.box-attention .box-header {
  overflow: hidden;
  position: relative;
}
.box-attention .box-header h3 {
  z-index: 100;
}
.box-attention .box-header > .fa-exclamation-triangle {
  font-size: 60px;
  position: absolute;
  left: -22px;
  top: -13px;
  display: inline-block;
  color: #f1555c;
}
.cke_reset_all .font-awesome-picker,
.font-awesome-picker {
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  height: 400px !important;
  width: 100% !important;
}
.cke_reset_all .font-awesome-picker div,
.font-awesome-picker div {
  text-align: center;
}
.cke_reset_all .font-awesome-picker a,
.font-awesome-picker a,
.cke_reset_all .font-awesome-picker i,
.font-awesome-picker i {
  text-align: center;
}
.cke_reset_all .font-awesome-picker a,
.font-awesome-picker a {
  padding: 10px;
  display: block;
  float: left;
  width: 25%;
  white-space: normal;
  text-align: center;
  height: 80px;
  overflow: hidden;
  color: #64728a;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 992px) {
  .cke_reset_all .font-awesome-picker a,
  .font-awesome-picker a {
    width: 20%;
  }
}
.cke_reset_all .font-awesome-picker i,
.font-awesome-picker i {
  font-family: 'Font Awesome 5 Pro';
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
.cke_reset_all .font-awesome-picker a:hover,
.font-awesome-picker a:hover,
.cke_reset_all .font-awesome-picker a.active,
.font-awesome-picker a.active {
  color: #fff;
  background: #00c0ee;
}
.cke_reset_all .font-awesome-picker a:hover i,
.font-awesome-picker a:hover i,
.cke_reset_all .font-awesome-picker a.active i,
.font-awesome-picker a.active i {
  color: #fff;
}
.page-header {
  padding: 0;
}
.col-box .btn-toolbar {
  margin: 0;
}
.col-box .btn-toolbar .btn-group {
  margin: 0 5px 5px 0;
}
.col-box .box-footer {
  padding-bottom: 5px;
}
.dnd-list {
  padding: 15px;
}
.dnd-list-element {
  border-bottom: 1px solid #D2D6DE;
  padding: 5px 5px 5px 55px;
  position: relative;
}
.dnd-list-element:first-child {
  border-top: 1px solid #D2D6DE;
}
.dnd-list-element .dnd-list-element-remove {
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  color: #f1555c;
  font-size: 24px;
  cursor: pointer;
}
.dnd-list-element .dnd-list-handle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  cursor: pointer;
}
.dnd-list-element .dnd-list-handle i {
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #c0c0c0;
}
.dnd-list-element .dnd-list-handle:hover i {
  color: #00c0ee;
}
.dnd-list-element h4 {
  margin-top: 20px;
}
.dnd-list-element.full-width-title h4 {
  margin-top: 0;
}
.dnd-list-element .form-group {
  margin: 0;
}
.image-select-item {
  border: 1px solid #ddd;
  padding: 4px;
  margin-bottom: 15px;
  display: block;
  color: #64728a;
  position: relative;
}
.image-select-item img {
  width: 100%;
}
.image-select-item .details {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 5px;
  color: #fff;
}
.image-select-item .details strong {
  display: block;
}
a.image-select-item:hover,
a.image-select-item.active {
  background: #00c0ee;
}
.alert {
  font-size: 16px;
}
.alert h2:first-child {
  margin-top: 0;
}
.alert-facebook {
  background: #3b5998;
  color: #fff;
  padding-right: 90px;
}
.alert-facebook .facebook-profile {
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 15px;
}
.dashboard .alert {
  padding-left: 60px;
  position: relative;
}
.dashboard .alert i {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 24px;
}
.select-message,
.box-message {
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -12px;
  line-height: 24px;
  font-weight: normal;
  font-size: 14px;
  padding: 0 5px;
  background: #fff;
}
.select-message i,
.box-message i {
  font-size: 18px;
  line-height: 24px;
  vertical-align: top;
}
.select-message.select-message-success,
.box-message.select-message-success,
.select-message.box-message-success,
.box-message.box-message-success {
  color: #00a65a;
}
.select-message.select-message-danger,
.box-message.select-message-danger,
.select-message.box-message-danger,
.box-message.box-message-danger {
  color: #f1555c;
}
.tab-pane {
  position: relative;
}
.absolute-errors {
  position: fixed;
  left: 50%;
  top: 0;
  padding: 20px;
  background: rgba(51, 51, 51, 0.75);
  z-index: 2000;
  transform: translate(-50%, -100%);
  transition: all ease 0.5s;
}
@media (max-width: 991px) {
  .absolute-errors {
    width: 100%;
  }
}
.absolute-errors.show {
  transform: translate(-50%, 0) perspective(1px) translateZ(0);
}
.absolute-errors .alert:last-child {
  margin-bottom: 0;
}
.absolute-errors .alert:first-child {
  margin-top: 0;
}
.absolute-errors ul {
  display: inline-block;
  min-width: 250px;
  vertical-align: top;
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}
.absolute-errors ul strong {
  margin-right: 5px;
}
.messages {
  position: relative;
  margin: 0;
}
td.table-dnd-handle-cell {
  padding: 0 !important;
}
td.table-dnd-handle-cell i {
  padding: 15px;
  font-size: 20px;
  vertical-align: top;
  cursor: row-resize;
  width: 50px;
  text-align: center;
}
td.table-dnd-handle-cell i:hover {
  color: #00c0ee;
}
td.table-dnd-handle-cell .fa-arrows-v {
  display: none;
}
.dnd-handle i {
  font-size: 20px;
  vertical-align: top;
  cursor: row-resize;
  margin-right: 10px;
}
.dnd-handle .fa-bars {
  display: none;
}
tr.sorting-row td.table-dnd-handle-cell {
  background: #00c0ee !important;
}
tr.sorting-row td.table-dnd-handle-cell i {
  color: #fff !important;
}
tr.sorting-row td.table-dnd-handle-cell .fa-bars {
  display: none;
}
tr.sorting-row td.table-dnd-handle-cell .fa-arrows-v {
  display: inline-block;
}
.tab-content > form > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > form > .active {
  display: block;
  visibility: visible;
}
.entity-property .multiple-taxonomies {
  padding-bottom: 10px;
}
.multiple-taxonomies-switch,
.addition-switch,
.optional-switch {
  padding-bottom: 15px;
}
.single-taxonomy {
  padding-bottom: 15px;
}
.entity-property-taxonomy {
  padding: 15px 15px 15px 300px;
  border-bottom: 1px solid #e8ebf0;
  position: relative;
}
.entity-property-taxonomy:last-child {
  border-bottom: 0 none;
}
.entity-property-taxonomy img {
  margin-right: 10px;
  vertical-align: top;
}
.entity-property-taxonomy .taxonomy-label {
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
}
.entity-property-taxonomy .form-group:last-child {
  margin: 0;
}
.entity-property-taxonomy .checkbox {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
}
.entity-property-taxonomy .checkbox label:after {
  top: 0;
}
.navbar-justified {
  display: flex;
}
.navbar-justified > li {
  display: inline-block;
  flex: 1 0 auto;
}
.navbar-justified > li i.fa {
  margin-right: 5px;
  color: #fff;
}
.bootstrap-dialog.type-danger {
  z-index: 20000;
}
.order-box {
  margin-bottom: 15px;
  position: relative;
}
.order-box h3,
.order-box h4,
.order-box h5 {
  margin-top: 0;
}
.order-box:last-child {
  margin-bottom: 10px;
}
.bootstrap-touchspin .btn {
  padding-left: 0;
  padding-right: 0;
  height: 34px;
}
tr.final-price td {
  font-size: 16px;
  font-weight: bold;
}
.comments {
  margin-bottom: 30px;
}
.comments:last-child {
  margin-bottom: 0;
}
.comment {
  border-bottom: 1px solid #eeeeee;
  border-left: 5px solid #00a65a;
  padding: 15px;
}
.comment:last-child {
  border-bottom: 0 none;
}
.comment-new {
  border-left: 5px solid #f1555c;
}
.comment-head {
  margin-bottom: 10px;
}
.comment-head .timestamp {
  font-size: 12px;
  margin-right: 10px;
}
.comment-answers {
  padding: 15px 0 0 15px;
}
.comment-answers .comment:last-child {
  border-bottom: 0 none;
}
.comments-collapse-toggle {
  padding-top: 15px;
}
.remove-invoice {
  color: #f1555c;
  margin-right: 15px;
}
.remove-invoice:hover {
  color: #e7131c;
}
.btn {
  border: 0 none;
}
.btn-success .danger-label {
  display: none;
}
.btn-danger .success-label {
  display: none;
}
.dropdown-menu > li > a {
  padding: 5px 10px;
}
.dropdown-menu > li > a.success .fa {
  color: #00a65a;
}
.dropdown-menu > li > a.success:hover {
  background: #00a65a;
  color: #fff;
}
.dropdown-menu > li > a.success:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.danger .fa {
  color: #f1555c;
}
.dropdown-menu > li > a.danger:hover {
  background: #f1555c;
  color: #fff;
}
.dropdown-menu > li > a.danger:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.warning .fa {
  color: #f39c12;
}
.dropdown-menu > li > a.warning:hover {
  background: #f39c12;
  color: #fff;
}
.dropdown-menu > li > a.warning:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.info .fa {
  color: #00c0ef;
}
.dropdown-menu > li > a.info:hover {
  background: #00c0ef;
  color: #fff;
}
.dropdown-menu > li > a.info:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.red .fa {
  color: #f1555c;
}
.dropdown-menu > li > a.red:hover {
  background: #f1555c;
  color: #fff;
}
.dropdown-menu > li > a.red:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.yellow .fa {
  color: #f39c12;
}
.dropdown-menu > li > a.yellow:hover {
  background: #f39c12;
  color: #fff;
}
.dropdown-menu > li > a.yellow:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.aqua .fa {
  color: #00c0ef;
}
.dropdown-menu > li > a.aqua:hover {
  background: #00c0ef;
  color: #fff;
}
.dropdown-menu > li > a.aqua:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.blue .fa {
  color: #0073b7;
}
.dropdown-menu > li > a.blue:hover {
  background: #0073b7;
  color: #fff;
}
.dropdown-menu > li > a.blue:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.green .fa {
  color: #00a65a;
}
.dropdown-menu > li > a.green:hover {
  background: #00a65a;
  color: #fff;
}
.dropdown-menu > li > a.green:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.navy .fa {
  color: #001F3F;
}
.dropdown-menu > li > a.navy:hover {
  background: #001F3F;
  color: #fff;
}
.dropdown-menu > li > a.navy:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.teal .fa {
  color: #39CCCC;
}
.dropdown-menu > li > a.teal:hover {
  background: #39CCCC;
  color: #fff;
}
.dropdown-menu > li > a.teal:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.olive .fa {
  color: #3D9970;
}
.dropdown-menu > li > a.olive:hover {
  background: #3D9970;
  color: #fff;
}
.dropdown-menu > li > a.olive:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.lime .fa {
  color: #01FF70;
}
.dropdown-menu > li > a.lime:hover {
  background: #01FF70;
  color: #fff;
}
.dropdown-menu > li > a.lime:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.orange .fa {
  color: #FF851B;
}
.dropdown-menu > li > a.orange:hover {
  background: #FF851B;
  color: #fff;
}
.dropdown-menu > li > a.orange:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.fuchsia .fa {
  color: #F012BE;
}
.dropdown-menu > li > a.fuchsia:hover {
  background: #F012BE;
  color: #fff;
}
.dropdown-menu > li > a.fuchsia:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.purple .fa {
  color: #605ca8;
}
.dropdown-menu > li > a.purple:hover {
  background: #605ca8;
  color: #fff;
}
.dropdown-menu > li > a.purple:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.maroon .fa {
  color: #D81B60;
}
.dropdown-menu > li > a.maroon:hover {
  background: #D81B60;
  color: #fff;
}
.dropdown-menu > li > a.maroon:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.default .fa {
  color: #444;
}
.dropdown-menu > li > a.default:hover {
  background: #444;
  color: #fff;
}
.dropdown-menu > li > a.default:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a > .fa {
  margin-right: 5px;
}
.label {
  border-radius: 10px;
  padding: 3px 8px;
}
.input-group-addon.danger {
  color: #f1555c;
}
.input-group-addon.danger:hover {
  color: #e7131c;
}
.subrow {
  position: relative;
}
.subrow > .row {
  margin: 10px 0 0;
  padding: 0;
}
.subrow .subrow-config {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.75);
}
.subrow .subrow-config label {
  color: #fff;
}
.subrow .subrow-config .subrow-config-inputs {
  padding: 15px;
}
.subrow .subrow-config a {
  display: block;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
}
.subrow .subrow-config a:hover {
  background: rgba(0, 0, 0, 0.85);
}
.subrow .subrow-config a i {
  color: #f1555c;
}
.subrow .subrow-icons {
  position: absolute;
  left: -30px;
  top: 0;
  padding: 5px;
  background: rgba(0, 0, 0, 0.05);
}
.subrow .subrow-icons i {
  display: block;
  width: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background: #00c0ee;
}
.subrow:hover {
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.subrow:hover .subrow-icons {
  background: rgba(0, 0, 0, 0.5);
  cursor: move;
}
.subrow:hover .subrow-config {
  display: block;
}
.subrow.inline-subrow {
  margin: 10px 0 0;
}
.subcol {
  min-height: 70px;
  position: relative;
  padding: 0 5px;
  z-index: 10;
}
.subcol:first-child {
  padding-left: 0;
}
.subcol:last-child {
  padding-right: 0;
}
.subcol .editor-col-content {
  min-height: 100%;
}
.inline-subrow .subrow-icons {
  left: -30px;
}
.inline-subrow .subcol {
  padding: 0;
}
.inline-subrow .subcol:first-child {
  padding: 0;
}
.editor-col-sidebar-hidden .subrow .subrow-icons {
  display: none;
}
@media (min-width: 992px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.input-group-addon {
  padding-left: 10px;
  padding-right: 10px;
}
.input-group-addon i {
  vertical-align: middle;
}
.box-body {
  padding: 15px;
}
.box-body .panel {
  box-shadow: 0 0 0 transparent;
}
.yadcf-filter-wrapper {
  margin-right: -15px;
}
table.dataTable thead > tr > th {
  padding-right: 24px;
  vertical-align: top;
}
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after {
  top: 11px;
}
.filter-active table.dataTable thead > tr > th.sorting:after,
.filter-active table.dataTable thead > tr > th.sorting_asc:after,
.filter-active table.dataTable thead > tr > th.sorting_desc:after {
  top: 11px;
  right: 14px;
}
.filter-active table.dataTable thead > tr > th .yadcf-filter-wrapper .clear-filter {
  position: absolute;
  right: -8px;
  top: 0;
}
.filter-active table.dataTable thead > tr > th .yadcf-filter-wrapper .yadcf-filter-reset-button {
  color: #f1555c;
  display: inline-block;
  padding: 6px;
  border: 0 none;
  background: transparent;
}
table.dataTable .row-buttons-inline {
  padding: 2px;
}
table.dataTable .row-buttons-inline .btn {
  margin-left: 5px;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
table.dataTable .row-buttons-inline .btn i {
  line-height: 34px;
}
table.dataTable .row-buttons-inline .btn:first-child {
  margin-left: 0;
}
table.dataTable .row-buttons-hover {
  margin: 0;
  float: none;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 20px;
  z-index: 3000;
  box-shadow: 0 0 16px rgba(53, 64, 82, 0.15);
}
table.dataTable .row-buttons-hover .big-image {
  margin-top: 10px;
  background: url(/admin/pics/transparent-squares.png) left top repeat;
}
table.dataTable .row-buttons-hover .big-image .img-responsive {
  margin: 0 auto;
}
table.dataTable .row-buttons-hover a.btn {
  float: none;
  display: inline-block;
  vertical-align: top;
}
table.dataTable .row-buttons-hover .btn + .btn {
  margin-left: 10px;
}
table.dataTable td.type-date,
table.dataTable td.type-number {
  white-space: nowrap;
}
table.dataTable td.row-reorder-handle {
  background: rgba(0, 0, 0, 0.025);
  padding-left: 20px;
  text-align: right;
  position: relative;
  cursor: move;
}
table.dataTable td.row-reorder-handle:before {
  content: '\f0c9';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 5px;
  top: 5px;
  color: #64728a;
  font-size: 20px;
}
table.dataTable td.row-reorder-handle:hover:before {
  color: #00c0ee;
}
.hover-preview {
  position: relative;
}
.hover-preview .big-image {
  display: none;
  border: 10px solid #ebebeb;
  background: url(/admin/pics/transparent-squares.png) left top repeat;
  position: absolute;
  left: 0;
  bottom: 50px;
}
.hover-preview .big-image .img-responsive {
  margin: 0 auto;
}
.hover-preview:hover .big-image {
  display: block;
}
.row-buttons-dropdown-cell {
  position: relative;
}
table.table-hover.dataTable tr td {
  position: relative;
}
table.table-hover.dataTable tr:hover .row-buttons-hover .btn-group {
  display: block;
}
.modal-content .btn-toolbar {
  margin-bottom: -5px;
}
.modal-content .btn-toolbar .btn {
  margin-bottom: 5px;
}
.navbar-default {
  background: #222d32;
}
.navbar-default .navbar-header {
  background: #1a2226;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #7b98a5;
}
.navbar-default .navbar-nav > li > a {
  color: #b8c7ce;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background: #1e282c !important;
  color: #fff !important;
  border-bottom: 4px solid #00c0ee;
  padding-bottom: 11px;
}
.navbar-default .container-fluid {
  padding: 0;
}
.navbar-default .navbar-header {
  float: none;
}
.navbar-default .navbar-header .navbar-brand {
  margin: 0;
}
.modal-form .modal-body {
  background: #f5f7fb;
}
.product-search-results {
  padding: 15px 0;
}
.product-search-results .row {
  margin: 0;
}
.product-search-results .row > div {
  padding: 0;
}
.product-search-result-item {
  padding: 10px;
  height: 90px;
  cursor: pointer;
}
.product-search-result-item small {
  display: block;
}
.product-search-result-item strong.price {
  font-size: 18px;
}
.product-search-result-item h4 {
  margin-top: 0;
}
.product-search-result-item:hover {
  background: #222d32;
  color: #fff;
}
.product-search-result-item:hover small {
  color: #fff;
}
.product-search-result-item.active {
  background: #00c0ee;
  color: #fff;
}
.product-search-result-item.active a {
  color: #fff;
  text-decoration: underline;
}
.product-search-result-item.active small {
  color: #fff;
}
input.integer,
input.float {
  text-align: right;
}
.box-body {
  padding-bottom: 0;
}
.box-body .panel-group {
  padding-bottom: 10px;
}
.box-body > .table {
  margin-bottom: 10px;
}
.form-group {
  margin-bottom: 15px;
}
.input-group .datepicker-reset,
.input-group .input-reset {
  color: #f1555c;
  cursor: pointer;
}
.input-group .datepicker-reset:hover,
.input-group .input-reset:hover {
  background: #f1555c !important;
}
.input-group .datepicker-reset:hover i,
.input-group .input-reset:hover i {
  color: #fff;
}
.admin-dynamic-form > .row > div:nth-child(2n - 1) {
  padding-right: 0;
}
.input-group-toolbar .btn-group {
  width: 100%;
}
.input-group-toolbar .btn-group .btn {
  padding-left: 5px;
  padding-right: 5px;
}
iframe {
  border: 0 none;
}
.tooltip {
  z-index: 50000;
}
.module-info {
  font-size: 16px;
  position: relative;
}
.module-info .btn-group-language {
  position: absolute;
  right: 15px;
  top: -11px;
}
.module-info:has(.btn-group-language) {
  min-height: 40px;
}
.chart {
  padding: 0 10px;
}
.pagination > li > input {
  width: 40px;
  float: left;
  margin-left: -1px;
  text-align: center;
}
@media (min-width: 992px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-eq-height > div {
    margin-bottom: 20px;
  }
  .row-eq-height > div.subcol {
    margin-bottom: 0;
  }
  .row-eq-height > div > .box {
    height: 100%;
    margin: 0;
  }
}
.text-success {
  color: #00a65a;
}
.text-danger {
  color: #f1555c;
}
.text-warning {
  color: #f39c12;
}
.text-info {
  color: #00c0ef;
}
.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
  white-space: normal;
}
.entity-properties .box-buttons {
  margin-bottom: 20px;
}
.add-property {
  padding: 0;
}
.add-property .form-group {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.add-property .form-group:last-child {
  border-bottom: 0 none;
}
.add-property .form-group.suggested {
  background: #f39c12;
}
.add-property .form-group.suggested label {
  color: #fff;
}
.add-property .add-property-options {
  margin-top: 5px;
}
.entity-property-suggested .box-header h3:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f058';
  color: #00a65a;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .dataTables_wrapper .toolbar,
  .dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
  }
  table.dataTable {
    display: block;
    border: 0 none;
  }
  table.dataTable thead,
  table.dataTable tfoot {
    display: none;
  }
  table.dataTable tbody {
    display: block;
  }
  table.dataTable tbody tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #e8ebf0;
    position: relative;
  }
  table.dataTable tbody tr:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 15px;
    font-size: 20px;
    line-height: 28px;
    background: rgba(0, 0, 0, 0.02);
    z-index: 200;
  }
  table.dataTable tbody tr:hover {
    background: rgba(0, 0, 0, 0.02);
  }
  table.dataTable tbody tr:hover:after {
    background: rgba(0, 0, 0, 0.05);
  }
  table.dataTable tbody tr:hover td {
    background: transparent;
  }
  table.dataTable tbody tr:hover td .row-buttons {
    display: none;
  }
  table.dataTable tbody tr td {
    display: block;
    min-height: 22px;
    padding-left: 32%;
    border: 0 none;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  table.dataTable tbody tr td:first-child {
    min-height: 30px;
  }
  table.dataTable tbody tr td.has-row-buttons-inline {
    padding: 0;
    min-height: 0;
    display: none;
  }
  table.dataTable tbody tr td:before {
    content: attr(data-title);
    display: block;
    width: 30%;
    padding: 4px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.02);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: left;
    font-weight: bold;
  }
  table.dataTable tbody tr td .row-buttons {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    display: none;
    background: #ebebeb;
    padding: 10px;
  }
  table.dataTable tbody tr td .row-buttons .big-image {
    display: none !important;
  }
  table.dataTable tbody tr td .row-buttons .btn span {
    display: none;
  }
  table.dataTable tbody tr.buttons-open td.has-row-buttons {
    padding-bottom: 62px;
    display: block;
  }
  table.dataTable tbody tr.buttons-open td.has-row-buttons .row-buttons {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    display: block;
  }
}
.box-body .dataTables_wrapper {
  margin: -10px;
}
.dataTables_wrapper > .row {
  margin: 0;
}
.dataTables_wrapper > .row > div {
  padding: 0;
}
.dataTables_wrapper > .row:last-child {
  border-top: 1px solid #e8ebf0;
  padding: 20px 20px 0;
}
.dataTables_wrapper > .row:last-child > div {
  padding-bottom: 20px;
}
.dataTables_wrapper > .row:last-child .dataTables_info {
  padding: 0;
  font-family: 'Nunito';
}
.dataTables_wrapper .dataTable-header {
  border-bottom: 1px solid #e8ebf0;
  padding: 20px 20px 0;
}
.dataTables_wrapper .dataTable-header > div {
  padding-bottom: 20px;
}
.dataTables_wrapper .dataTable-header > div.toolbar-col {
  padding-bottom: 10px;
}
.dataTables_wrapper .dataTable-header > div.toolbar-col .btn {
  margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_filter {
  position: relative;
  display: block;
}
.dataTables_wrapper .dataTables_filter input {
  line-height: 20px;
  padding: 10px;
  height: 40px;
  display: block;
}
.dataTables_wrapper .dataTables_filter .input-group-addon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border: 0 none;
  height: 40px;
  line-height: 28px;
  padding: 5px 15px 5px 10px;
  color: #64728a;
  font-size: 18px;
  background: transparent;
  z-index: 81;
  width: auto;
}
.dataTables_wrapper .dataTables_filter .input-group-addon i {
  line-height: 28px;
}
.dataTables_wrapper table.dataTable {
  margin: 0 !important;
  border: 0 none;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  background: transparent;
  padding: 5px 24px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Nunito';
  height: 60px;
  vertical-align: middle;
  border: 0 none;
  position: relative;
  line-height: 24px;
}
.table > thead > tr > th:before,
.table > tbody > tr > th:before,
.table > tfoot > tr > th:before {
  content: '';
  display: block;
  height: 3px;
  border-radius: 2px 2px 0 0;
  background: #e8ebf0;
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 0;
}
.table > thead > tr > th.sorting_desc:before,
.table > tbody > tr > th.sorting_desc:before,
.table > tfoot > tr > th.sorting_desc:before,
.table > thead > tr > th.sorting_asc:before,
.table > tbody > tr > th.sorting_asc:before,
.table > tfoot > tr > th.sorting_asc:before {
  background: #00c0ee;
}
.table > tfoot > tr > th:before {
  bottom: auto;
  top: 0;
  border-radius: 0 0 2px 2px;
}
.dataTables_wrapper .table > tbody > tr > td {
  border: 0 none;
  border-bottom: 1px solid #e8ebf0;
}
.dataTables_wrapper .table > tbody > tr:last-child > td {
  border: 0 none;
  padding-bottom: 9px;
}
.dataTables_wrapper .table > tbody > tr:hover > td:first-child {
  position: relative;
}
.dataTables_wrapper .table > tbody > tr:hover > td:first-child:after {
  content: '';
  display: block;
  width: 3px;
  top: 0;
  bottom: 0;
  background: #00c0ee;
  position: absolute;
}
.dataTables_wrapper .table > tbody > tr:hover > td:first-child:after {
  left: -3px;
}
.dataTables_wrapper .table > tbody > tr:hover > td:last-child {
  position: relative;
}
.dataTables_wrapper .table > tbody > tr:hover > td:last-child:after {
  content: '';
  display: block;
  width: 3px;
  top: 0;
  bottom: 0;
  background: #00c0ee;
  position: absolute;
}
.dataTables_wrapper .table > tbody > tr:hover > td:last-child:after {
  right: -3px;
}
.dataTables_wrapper .table > tbody > tr.active > td {
  background: #00c0ee;
  color: #fff;
}
.input-group-addon {
  border-width: 0 0 2px 0;
  background: #e8ebf0;
}
.box-sortable .box-body {
  padding: 0;
}
.box-sortable .box-body .panel-group {
  padding: 0;
}
.callout {
  border-radius: 5px;
  border: 0 none;
}
.box-table .box-body {
  padding: 0;
}
.box-table .box-body table {
  margin: 0;
}
.box-table .box-body table tr:first-child td {
  border-top: 0 none;
}
.box-table .box-body h4 {
  font-size: 16px;
}
.main-footer strong {
  font-weight: 500;
}
.btn-group-language {
  float: right !important;
  padding: 0 0 0 40px !important;
  position: relative;
}
.btn-group-language:after {
  display: none !important;
}
.btn-group-language:before {
  content: "\f1ab";
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
}
.btn-group-language .btn-default {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px !important;
}
.btn-group-language .btn-default.active {
  background: #00c0ee !important;
  color: #fff;
}
.btn-group-language .btn-default.active:hover,
.btn-group-language .btn-default.active:active,
.btn-group-language .btn-default.active:focus {
  background: #00c0ee !important;
  color: #fff;
}
.multilang-input-group {
  position: relative;
}
.multilang-input-group .multilang-input-wrapper {
  position: relative;
  z-index: 50;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.multilang-input-group .multilang-input-wrapper.hidden {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  display: block !important;
  visibility: visible !important;
}
.multilang-input-group .multilang-input-wrapper.hidden.preview {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.multilang-input-group .multilang-input-wrapper.hidden.preview input,
.multilang-input-group .multilang-input-wrapper.hidden.preview textarea {
  background: #ffffff !important;
}
.multilang-input-group .multilang-input-wrapper.hidden.preview-active {
  z-index: 51;
  opacity: 1;
}
.overview-map {
  padding: 15px;
}
.overview-map .row {
  margin: 0 -5px;
}
.overview-map .row > div {
  padding: 0 5px;
}
.overview-map .map-part {
  padding: 30px 10px 0 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.02);
  margin-bottom: 15px;
}
.overview-map .map-part:last-child {
  margin: 0;
}
.overview-map .map-part .map-part-title {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 20px;
  padding-left: 5px;
  font-family: Nunito;
  left: 0;
  background: #fff;
}
.overview-map .map-module {
  padding: 10px;
  background: #e8ebf0;
  color: #64728a;
  margin-bottom: 10px;
  opacity: 0.4;
  display: block;
}
.overview-map .map-module.map-module-editable {
  opacity: 1;
  padding-right: 25px;
  position: relative;
  cursor: pointer;
}
.overview-map .map-module.map-module-editable:after {
  content: '\f044';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.overview-map .map-module.map-module-editable.map-module-external-link:after {
  content: '\f00b';
}
.overview-map .map-module.map-module-editable:hover:after {
  color: #00c0ee;
}
.file-input .file-caption {
  position: relative;
}
.file-input .file-caption .kv-upload-progress {
  position: absolute;
  left: 0;
  bottom: -2px;
  right: 0;
  z-index: 111;
}
.file-input .file-caption .kv-upload-progress .progress-bar {
  color: transparent;
  height: 2px;
  line-height: 1px;
  font-size: 1px;
}
.file-input .file-caption .kv-upload-progress .progress {
  margin: 0;
  height: 2px;
  line-height: 1px;
}
.input-group .input-group-btn .btn {
  border-radius: 0 !important;
  height: 40px;
  padding: 5px 15px;
  line-height: 30px;
  font-size: 16px;
}
.file-upload-preview {
  padding: 10px;
  margin-bottom: 10px;
  background: #fafafa;
  position: relative;
}
.file-upload-preview:before,
.file-upload-preview:after {
  content: " ";
  display: table;
}
.file-upload-preview:after {
  clear: both;
}
.file-upload-preview .remove {
  position: absolute;
  color: #f1555c;
  font-size: 20px;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.file-upload-preview .remove:hover {
  background: #f1555c;
  color: #fff;
  cursor: pointer;
}
.file-upload-preview .file-upload-preview-thumbnail {
  width: 40%;
  float: left;
  line-height: 80px;
  font-size: 40px;
  background: url(/admin/pics/transparent-squares.png) 0 0 repeat;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.file-upload-preview .file-upload-preview-thumbnail img {
  margin: 0 auto;
}
.file-upload-preview .file-upload-preview-info {
  padding: 5px 10px;
  width: 60%;
  float: left;
}
.file-upload-preview .file-upload-preview-info h5 {
  font-size: 16px;
  margin: 0 auto;
  font-family: 'Nunito';
  word-break: break-all;
  padding-right: 26px;
}
.file-upload-preview .file-upload-preview-info p {
  margin-bottom: 2px;
}
#bootstrapGrid_iframe {
  z-index: 20000 !important;
  background: #fff;
}
.entity-browser {
  z-index: 20001;
  border: 1px solid #e8ebf0;
  position: relative;
  margin-bottom: 15px;
}
.entity-browser:empty {
  border: 0 none;
}
.entity-browser .dnd-list:empty {
  border: 0 none;
  margin: 0 !important;
  padding: 0;
}
.entity-browser:before,
.entity-browser:after {
  content: " ";
  display: table;
}
.entity-browser:after {
  clear: both;
}
.entity-browser .entity-browser-type {
  float: left;
  width: 30%;
}
.entity-browser .entity-browser-type:after {
  content: '';
  display: block;
  width: 1px;
  left: 30%;
  top: 0;
  bottom: 0;
  background: #e8ebf0;
  position: absolute;
}
.entity-browser .entity-browser-type .btn {
  display: block;
  text-align: left;
  border-radius: 0;
}
.entity-browser .entity-browser-type .btn.active,
.entity-browser .entity-browser-type .btn.active:hover,
.entity-browser .entity-browser-type .btn.active:active,
.entity-browser .entity-browser-type .btn.active:focus {
  background: #00c0ee !important;
  color: #fff;
}
.entity-browser .entity-browser-type .btn.active i,
.entity-browser .entity-browser-type .btn.active:hover i,
.entity-browser .entity-browser-type .btn.active:active i,
.entity-browser .entity-browser-type .btn.active:focus i {
  color: #fff;
}
.entity-browser .entity-browser-type .btn.active {
  font-size: 16px;
}
.entity-browser .alert:hover {
  opacity: 1 !important;
  cursor: default !important;
}
.entity-browser .entity-browser-items {
  float: left;
  width: 70%;
  height: 400px;
  overflow-y: scroll;
}
.entity-browser .entity-browser-items.full {
  width: auto;
  float: none;
}
.entity-browser .entity-browser-items > div {
  margin: 10px;
}
.entity-browser .entity-browser-items > h4 {
  font-size: 18px;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #e8ebf0;
}
.entity-browser .entity-browser-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entity-browser .entity-browser-items ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e8ebf0;
  font-size: 14px;
  color: #64728a;
}
.entity-browser .entity-browser-items ul li a div {
  font-size: 12px;
}
.entity-browser .entity-browser-items ul li a:hover,
.entity-browser .entity-browser-items ul li a.active {
  background: #00c0ee;
  color: #fff;
}
.entity-browser .entity-browser-items ul li a:hover div,
.entity-browser .entity-browser-items ul li a.active div {
  color: #fff;
}
.manual-entities-selector .btn-add-entity {
  margin-bottom: 30px;
}
.manual-entities-selector .entity-browser {
  margin-bottom: 30px;
}
.box-message-wrapper .message-info {
  padding: 10px;
  border-bottom: 1px solid #e8ebf0;
}
.box-message-wrapper .message-info .form-group,
.box-message-wrapper .message-info p:last-child {
  margin: 0;
}
.box-message-wrapper .message-body {
  padding: 10px;
}
.nav-message-list > li > a small {
  display: block;
  margin-top: 2px;
  color: #00c0ee;
}
.nav-message-list > li > a strong {
  color: #64728a;
  font-family: 'Nunito';
}
.nav-message-list > li > a.active {
  background: #f5f5f5;
}
.nav-message-list > li > a.message-list-item-incoming,
.nav-message-list > li > a.message-list-item-outgoing {
  border-left: 4px solid transparent;
}
.nav-message-list > li > a.message-list-item-incoming {
  border-left-color: #f39c12;
}
.nav-message-list > li > a.message-list-item-outgoing {
  border-left-color: #00a65a;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background: #00c0ee;
  border-color: #00c0ee;
  opacity: 0.5;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  height: auto;
}
.dt-bootstrap .table > thead > tr > th,
.dt-bootstrap .table > tbody > tr > th,
.dt-bootstrap .table > tfoot > tr > th {
  height: 50px;
}
.lead {
  font-size: 18px;
}
.percent-spinner-buttons .btn-group .btn {
  height: 30px;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Nunito;
  font-weight: bold;
  display: block;
  position: relative;
}
.percent-spinner-buttons .btn-group .btn span {
  line-height: 16px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.form-group .percent-spinner-buttons > .btn-group {
  padding: 0 2px;
}
.morris-hover {
  position: absolute;
  z-index: 1090;
}
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #f9f9f9;
  background: rgba(0, 0, 0, 0.8);
  border: solid 2px rgba(0, 0, 0, 0.9);
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
.form-group.disabled {
  position: relative;
}
.form-group.disabled:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 150;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  cursor: not-allowed;
}
.entity-variation {
  position: relative;
}
.entity-variation .stats {
  position: absolute;
  right: 20px;
  top: 20px;
}
.entity-variation .stats > span {
  margin-left: 10px;
}
.entity-variation .buttons {
  position: absolute;
  right: 10px;
  top: 10px;
}
.entity-variation h3 {
  margin: 0 0 15px;
}
.entity-additional-property-value h3 {
  margin: 0 0 15px;
}
.yadcf-filter-wrapper .select2-container {
  width: 100% !important;
}
.button-bar-range-select {
  white-space: nowrap;
}
.button-bar-range-select label,
.button-bar-range-select .datepicker-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}
.button-bar-range-select .datepicker-wrapper {
  width: 250px;
  position: relative;
}
.button-bar-range-select label {
  padding: 10px 5px;
}
.table-statistics-wrapper {
  clear: both;
  padding-top: 10px;
}
.table-statistics-wrapper .row {
  margin: 0 -5px;
}
.table-statistics-wrapper .row > div {
  padding: 0 5px;
}
.table-statistics-wrapper .alert {
  margin-bottom: 10px;
}
.table-statistics-wrapper .alert h4 {
  font-weight: 300;
  margin-bottom: 10px;
}
.table-statistics-wrapper .alert strong {
  font-size: 20px;
}
label .fa-sup {
  display: none;
}
.order-history-item,
.transaction-history-item {
  border-bottom: 1px solid #e8ebf0;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.order-history-item:last-child,
.transaction-history-item:last-child {
  margin-bottom: 15px;
}
.row-reorder-buttons {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  background: #efefef;
  padding: 0 5px;
  z-index: 130;
  white-space: nowrap;
  display: none;
}
.row-reorder-buttons .btn {
  padding: 8px;
  font-size: 22px;
}
.row-reorder-buttons .btn:hover i,
.row-reorder-buttons .btn:focus i,
.row-reorder-buttons .btn:active i {
  color: #00c0ee;
}
.row-reorder-handle:hover .row-reorder-buttons {
  display: block;
}
.delivery-mode-config {
  padding: 10px;
}
.inherited-box {
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.property-group-selected-properties .dnd-list {
  padding: 0;
}
.property-group-selected-properties .dnd-list h4 {
  margin: 10px 0;
}
.property-group-selected-properties .dnd-list-element {
  position: relative;
}
.property-group-selected-properties .dnd-list-element .fa-times {
  color: #f1555c;
  padding: 10px;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
.property-group-selected-properties .dnd-list-element .fa-times:hover,
.property-group-selected-properties .dnd-list-element .fa-times:focus,
.property-group-selected-properties .dnd-list-element .fa-times:active {
  background: #f1555c;
  color: #fff;
}
.branch-map {
  list-style: none;
  padding: 10px 60px 10px 0;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #D2D6DE;
}
.branch-map:first-child {
  border-top: 1px solid #D2D6DE;
}
.branch-map li.property,
.branch-map li.unit,
.branch-map li.formula {
  position: relative;
  padding: 0 0 0 22px;
  line-height: 24px;
}
.branch-map li.property:before,
.branch-map li.unit:before,
.branch-map li.formula:before {
  content: '\f013';
  font-family: "Font Awesome 5 Pro";
  color: #c0c0c0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
}
.branch-map li.formula:before {
  content: '\f1ec';
}
.branch-map li.unit:before {
  content: '\f24e';
}
.branch-map li.buttons {
  position: absolute;
  right: 0;
  top: 10px;
  white-space: nowrap;
}
.branch-map li.buttons .btn {
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.branch-map li.buttons .btn + .btn {
  margin-left: 4px;
}
.entity-content-editor {
  background: #e8ebf0;
  padding: 2px;
}
.entity-content-editor.fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4000;
  overflow-y: scroll;
}
.entity-content-editor.fullscreen .entity-content-editor-toolbar .btn-fullscreen .fa-window-close {
  display: inline-block;
}
.entity-content-editor.fullscreen .entity-content-editor-toolbar .btn-fullscreen .fa-window-maximize {
  display: none;
}
.entity-content-editor-canvas {
  background: #fff;
  min-height: 300px;
  padding: 10px;
}
.entity-content-editor-toolbar {
  padding: 3px 3px 5px 3px;
  position: relative;
}
.entity-content-editor-toolbar > h5,
.entity-content-editor-toolbar > button,
.entity-content-editor-toolbar > .dropdown {
  display: inline-block;
  vertical-align: top;
}
.entity-content-editor-toolbar > h5 {
  margin: 0 10px 0 0;
  line-height: 40px;
}
.entity-content-editor-toolbar .btn-fullscreen {
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 3px;
  background: #00c0ee;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
}
.entity-content-editor-toolbar .btn-fullscreen .fa-window-close {
  display: none;
}
.entity-content-editor-toolbar .btn-undo {
  display: inline-block;
  position: absolute;
  right: 43px;
  top: 3px;
  background: transparent;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #64728a;
  font-size: 18px;
}
.entity-content-editor-toolbar .btn-undo:hover {
  color: #00c0ee;
}
.entity-content-editor-box-header {
  position: relative;
  height: 30px;
  text-align: center;
  line-height: 16px;
  padding: 7px 37px;
  font-size: 13px;
  background: #fafafa;
}
.entity-content-editor-box-header .delete-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 900;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #f1555c;
  color: #fff;
}
.entity-content-editor-box-header .edit-button {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 900;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #00c0ee;
  color: #fff;
}
.entity-content-editor-box-header .handle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #e8ebf0;
  color: #555;
  cursor: move;
}
.entity-content-editor-box {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .entity-content-editor-box .cke {
    position: relative;
  }
  .entity-content-editor-box .cke .cke_top {
    position: absolute;
    left: 0;
    bottom: 100%;
    min-width: 640px;
    z-index: 910;
    border: 1px solid #d1d1d1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    visibility: hidden;
  }
  .entity-content-editor-box .cke .cke_top .cke_toolbar {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .entity-content-editor-box .cke.cke_focus .cke_top {
    visibility: visible;
  }
}
.entity-content-editor-box.columns-box > .row {
  margin: 0;
  border: 1px solid #d1d1d1;
  display: flex;
}
.entity-content-editor-box.columns-box > .row > div {
  padding: 0;
  border-right: 1px solid #d1d1d1;
}
.entity-content-editor-box.columns-box > .row > div:last-child {
  border-right: 0 none;
}
.entity-content-editor-box.columns-box .editor-subcol {
  padding: 10px;
  min-height: 100px;
  width: 100%;
  height: 100%;
}
.entity-content-editor-box.image-box .preview,
.entity-content-editor-box.entity-box .preview {
  border: 1px solid #d1d1d1;
  text-align: center;
}
.entity-content-editor-box.image-box .preview > i,
.entity-content-editor-box.entity-box .preview > i {
  font-size: 40px;
  padding: 20px 0;
  color: #ccc;
}
.entity-content-editor-box.image-box .img-responsive,
.entity-content-editor-box.entity-box .img-responsive {
  margin: 0 auto;
}
.entity-content-editor-box.image-box .caption,
.entity-content-editor-box.entity-box .caption {
  padding: 6px 0;
  font-size: 12px;
  font-style: italic;
}
.entity-content-editor-box.entity-box .preview {
  padding: 10px;
}
.entity-content-editor-box .box-content {
  border: 1px solid #d1d1d1;
  text-align: center;
  padding: 10px;
}
.modal-dialog.fullscreen {
  margin: 0;
  width: 100%;
  height: 100%;
}
