/*!
 *   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: 0.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: #3f4c61;
    padding-left: 10px;
  }
  .content-header > .breadcrumb li:before {
    color: #171c23;
  }
}
.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: 0;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 0;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 0;
    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: 100%;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    padding: 12px 5px 12px 20px;
    background-color: inherit;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 100%;
    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 #3f4c61;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs {
  border-bottom: #3f4c61;
}
.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: #3f4c61;
  border-bottom-color: #3f4c61;
}
.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: #495870;
  color: #333;
}
.dropdown-menu > .divider {
  background-color: #64728a;
}
.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.unread {
  border-left: 4px solid transparent;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a.unread.unread-yellow {
  border-left-color: #f39c12;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a.unread.unread-green {
  border-left-color: #00a65a;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a.unread.unread-aqua {
  border-left-color: #00c0ef;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a.unread.unread-red {
  border-left-color: #f1555c;
}
.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: #3f4c61;
}
.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 #3f4c61;
}
.box.box-solid.box-default > .box-header {
  color: #444;
  background: #3f4c61;
  background-color: #3f4c61;
}
.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: #3f4c61 !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: 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-gray-darker {
  background-color: #2a3444;
  border-color: #202834;
}
.btn-gray-darker:hover,
.btn-gray-darker:active,
.btn-gray-darker.hover {
  background-color: #202834;
}
.btn-gray-dark {
  background-color: #354052;
  border-color: #2b3443;
}
.btn-gray-dark:hover,
.btn-gray-dark:active,
.btn-gray-dark.hover {
  background-color: #2b3443;
}
.btn-gray {
  background-color: #3f4c61;
  border-color: #354052;
}
.btn-gray:hover,
.btn-gray:active,
.btn-gray.hover {
  background-color: #354052;
}
.btn-gray-light {
  background-color: #64728a;
  border-color: #59667b;
}
.btn-gray-light:hover,
.btn-gray-light:active,
.btn-gray-light.hover {
  background-color: #59667b;
}
.btn-gray-lighter {
  background-color: #e8ebf0;
  border-color: #d9dee6;
}
.btn-gray-lighter:hover,
.btn-gray-lighter:active,
.btn-gray-lighter.hover {
  background-color: #d9dee6;
}
.btn-black {
  background-color: #111;
  border-color: #040404;
}
.btn-black:hover,
.btn-black:active,
.btn-black.hover {
  background-color: #040404;
}
.btn-red {
  background-color: #f1555c;
  border-color: #ef3d45;
}
.btn-red:hover,
.btn-red:active,
.btn-red.hover {
  background-color: #ef3d45;
}
.btn-yellow {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow.hover {
  background-color: #e08e0b;
}
.btn-aqua {
  background-color: #00c0ef;
  border-color: #00acd6;
}
.btn-aqua:hover,
.btn-aqua:active,
.btn-aqua.hover {
  background-color: #00acd6;
}
.btn-blue {
  background-color: #0073b7;
  border-color: #00639e;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue.hover {
  background-color: #00639e;
}
.btn-light-blue {
  background-color: #00c0ee;
  border-color: #00abd5;
}
.btn-light-blue:hover,
.btn-light-blue:active,
.btn-light-blue.hover {
  background-color: #00abd5;
}
.btn-green {
  background-color: #00a65a;
  border-color: #008d4c;
}
.btn-green:hover,
.btn-green:active,
.btn-green.hover {
  background-color: #008d4c;
}
.btn-navy {
  background-color: #001F3F;
  border-color: #001226;
}
.btn-navy:hover,
.btn-navy:active,
.btn-navy.hover {
  background-color: #001226;
}
.btn-teal {
  background-color: #39CCCC;
  border-color: #30bbbb;
}
.btn-teal:hover,
.btn-teal:active,
.btn-teal.hover {
  background-color: #30bbbb;
}
.btn-olive {
  background-color: #3D9970;
  border-color: #368763;
}
.btn-olive:hover,
.btn-olive:active,
.btn-olive.hover {
  background-color: #368763;
}
.btn-lime {
  background-color: #01FF70;
  border-color: #00e765;
}
.btn-lime:hover,
.btn-lime:active,
.btn-lime.hover {
  background-color: #00e765;
}
.btn-orange {
  background-color: #FF851B;
  border-color: #ff7701;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange.hover {
  background-color: #ff7701;
}
.btn-fuchsia {
  background-color: #F012BE;
  border-color: #db0ead;
}
.btn-fuchsia:hover,
.btn-fuchsia:active,
.btn-fuchsia.hover {
  background-color: #db0ead;
}
.btn-purple {
  background-color: #605ca8;
  border-color: #555299;
}
.btn-purple:hover,
.btn-purple:active,
.btn-purple.hover {
  background-color: #555299;
}
.btn-maroon {
  background-color: #D81B60;
  border-color: #c11856;
}
.btn-maroon:hover,
.btn-maroon:active,
.btn-maroon.hover {
  background-color: #c11856;
}
.btn-primary,
.btn-success,
.btn-warning,
.btn-danger,
.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,
.btn-info,
.btn-gray-darker,
.btn-gray-dark,
.btn-gray,
.btn-gray-light,
.btn-black {
  color: #fff !important;
}
.btn-gray-lighter {
  color: #2a3444 !important;
}
.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;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/*
 * Component: Label
 * ----------------
 */
.label-default {
  background-color: #3f4c61;
  color: #fff;
}
/*
 * 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: #3f4c61;
  border: 1px solid #3f4c61;
  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: #3f4c61;
  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: #3f4c61;
}
.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;
}
.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: rgba(100, 114, 138, 0.7);
  font-weight: normal;
}
.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: #3f4c61 !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-gray-darker {
  background-color: #2a3444;
}
.label-gray-dark {
  background-color: #354052;
}
.label-gray {
  background-color: #3f4c61;
}
.label-gray-light {
  background-color: #64728a;
  color: #fff;
}
.label-gray-lighter {
  background-color: #e8ebf0;
  color: #2a3444;
}
.label-black {
  background-color: #111;
}
.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: #2b3442 !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: #3f4c61 !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: #030304;
}
.link-muted:hover,
.link-muted:focus {
  color: #000000;
}
.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 #3f4c61;
  padding: 3px;
}
.img-bordered-sm {
  border: 2px solid #3f4c61;
  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%;
}
/*
 * 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;
}
/*!
 * 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 0;
  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: 0.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: 0.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: 0.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: 0.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: 0.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;
  }
}
.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 **/
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Improvements by Sébastien Malot
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  white-space: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}
.datetimepicker.days div.datetimepicker-days {
  display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span.old {
  color: #999999;
}
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker th.switch {
  width: 145px;
}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*="datetimepicker-dropdown"]: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;
}
[class*="datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*="datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*="datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  border: 0 none;
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #00c0ee;
  border: 0 none;
  color: #fff;
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #00c0ee;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #0097bb;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #00c0ee;
  border: 0 none;
  color: #fff;
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #00c0ee;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #0097bb;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px;
}
.grid-search-form--interval-inputs {
  position: relative;
}
.grid-search-form--interval-inputs:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  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%);
  display: block;
  content: "\f105";
}
.grid-search-form {
  display: none;
}
.grid-search-toggle-hide {
  display: none;
}
.grid-wrapper--filter-open .grid-search-form {
  display: block;
}
.grid-wrapper--filter-open tr.grid--filter-row {
  display: none !important;
}
.grid-wrapper--filter-open .grid-table > thead > tr:first-child th:before {
  display: block;
}
.grid-wrapper--filter-open .grid-search-toggle-hide {
  display: inline-block;
}
.grid-wrapper--filter-open .grid-search-toggle-show {
  display: none;
}
.mass-action-btn-group {
  display: none;
}
.grid-wrapper--has-selected-row .mass-action-btn-group {
  display: inline-block;
}
.grid--reorder-buttons {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  background: #efefef;
  padding: 2px 5px;
  z-index: 130;
  white-space: nowrap;
  display: none;
}
@media (max-width: 767px) {
  .grid--reorder-buttons {
    display: block;
    left: 0;
  }
}
.grid--reorder-buttons .btn {
  padding: 2px 6px;
  font-size: 22px;
  height: 36px;
}
@media (max-width: 767px) {
  .grid--reorder-buttons .btn {
    height: 30px;
    font-size: 20px;
  }
}
.grid--reorder-buttons .btn:hover i,
.grid--reorder-buttons .btn:focus i,
.grid--reorder-buttons .btn:active i {
  color: #00c0ee;
}
.grid--col-select-dropdown .dropdown-menu > li.toggle > a {
  border-left: 3px solid #f1555c;
}
.grid--col-select-dropdown .dropdown-menu > li.toggle.active > a {
  border-left: 3px solid #00a65a;
}
.grid--col-select-dropdown .dropdown-menu > li.cols {
  width: 460px;
}
.grid--col-select-dropdown .dropdown-menu > li.cols:before,
.grid--col-select-dropdown .dropdown-menu > li.cols:after {
  content: " ";
  display: table;
}
.grid--col-select-dropdown .dropdown-menu > li.cols:after {
  clear: both;
}
.grid--col-select-dropdown .dropdown-menu > li.cols > ul {
  float: left;
  width: 230px;
  padding: 0;
  list-style: none;
  margin: 0;
}
.grid--col-select-dropdown .dropdown-menu > li.cols > ul > li > a {
  padding: 5px 10px;
  display: block;
  color: #fff;
  white-space: nowrap;
}
.grid--col-select-dropdown .dropdown-menu > li.cols > ul > li > a:hover,
.grid--col-select-dropdown .dropdown-menu > li.cols > ul > li > a:focus,
.grid--col-select-dropdown .dropdown-menu > li.cols > ul > li > a:active {
  color: #00c0ee;
}
.grid--col-select-dropdown .dropdown-menu > li.cols > ul > li.toggle > a {
  border-left: 3px solid #f1555c;
}
.grid--col-select-dropdown .dropdown-menu > li.cols > ul > li.toggle.active > a {
  border-left: 3px solid #00a65a;
}
@media (min-width: 768px) {
  .grid-table span.label {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px 7px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 10px;
  }
  .grid-table span.label.label-xs {
    margin: 0 3px 3px 0;
  }
  .grid-table .grid--checkbox-cell span.label {
    max-width: none;
  }
}
table.grid-table {
  box-sizing: content-box;
  border: 0 none;
  table-layout: fixed;
}
@media (max-width: 767px) {
  table.grid-table {
    display: block !important;
  }
}
table.grid-table .row-checkbox {
  margin: 0;
  width: 24px;
  padding-left: 24px;
  position: relative;
}
table.grid-table .row-checkbox .label {
  position: absolute;
  left: 50%;
  top: -19px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 2px 5px;
}
table.grid-table.grid-table-fixed {
  table-layout: fixed;
}
table.grid-table.grid-table-fixed > tbody > tr > td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.grid-table.grid-table-fixed > tbody > tr > td.grid--editable-cell,
table.grid-table.grid-table-fixed > tbody > tr > td.grid--inline-row-buttons,
table.grid-table.grid-table-fixed > tbody > tr > td.grid--reorder-handle {
  overflow: visible;
}
table.grid-table.grid-table-fixed > tbody > tr > td.grid--buttons-wrapper-cell {
  overflow: visible;
}
table.grid-table.grid-table-fixed > tbody > tr > td.grid--buttons-wrapper-cell .grid--buttons-wrapper-cell-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.grid-table > thead > tr:first-child th:before {
  display: none;
}
table.grid-table > thead > tr:last-child th:before {
  display: block;
}
@media (max-width: 767px) {
  table.grid-table > thead,
  table.grid-table > tfoot {
    display: none !important;
  }
}
table.grid-table > thead > tr > th,
table.grid-table > tfoot > tr > th {
  white-space: nowrap;
  position: relative;
  vertical-align: top;
  background: #fff;
}
table.grid-table > thead > tr > th a,
table.grid-table > tfoot > tr > th a {
  color: #64728a;
  font-size: 14px;
}
table.grid-table > thead > tr > th a:hover,
table.grid-table > tfoot > tr > th a:hover,
table.grid-table > thead > tr > th a:focus,
table.grid-table > tfoot > tr > th a:focus,
table.grid-table > thead > tr > th a:active,
table.grid-table > tfoot > tr > th a:active {
  color: #00c0ee;
}
table.grid-table > thead > tr > th a i,
table.grid-table > tfoot > tr > th a i {
  color: #00c0ee;
}
table.grid-table > thead > tr > th.ordered-by:before,
table.grid-table > tfoot > tr > th.ordered-by:before {
  background: #00c0ee;
}
table.grid-table > thead > tr > th.has-active-filter,
table.grid-table > tfoot > tr > th.has-active-filter {
  padding-right: 24px;
}
table.grid-table > thead > tr > th.has-active-filter .clear-icon,
table.grid-table > tfoot > tr > th.has-active-filter .clear-icon {
  color: #f1555c;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
table.grid-table > thead > tr > th.has-active-filter .clear-icon:hover,
table.grid-table > tfoot > tr > th.has-active-filter .clear-icon:hover {
  background: #f1555c;
  color: #fff;
}
table.grid-table > thead > tr > td,
table.grid-table > tfoot > tr > td {
  border: 0 none !important;
}
table.grid-table > thead > tr.grid--filter-row th,
table.grid-table > tfoot > tr.grid--filter-row th {
  padding: 5px 4px 8px;
}
table.grid-table > thead > tr.grid--filter-row th .select2-container--default .select2-selection--single .select2-selection__clear,
table.grid-table > tfoot > tr.grid--filter-row th .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
@media (max-width: 767px) {
  table.grid-table > tbody {
    display: block;
  }
}
@media (max-width: 767px) {
  table.grid-table > tbody > tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #e8ebf0;
    border-top: 2px solid #00c0ee;
    position: relative;
  }
}
table.grid-table > tbody > tr > td {
  position: relative;
  line-height: 24px;
  min-height: 34px;
}
table.grid-table > tbody > tr > td .grid-show-row-buttons {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 34px;
  background: #e8ebf0;
  color: #2a3444;
  display: none;
}
table.grid-table > tbody > tr > td .grid-show-row-buttons i {
  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%);
  font-size: 20px;
}
table.grid-table > tbody > tr > td .grid-show-row-buttons i.close-icon {
  display: none;
}
@media (max-width: 767px) {
  table.grid-table > tbody > tr > td {
    display: block;
    padding: 5px;
  }
  table.grid-table > tbody > tr > td .grid-show-row-buttons {
    display: block;
  }
  table.grid-table > tbody > tr > td.grid-data-cell {
    padding-left: 30%;
    position: relative;
  }
  table.grid-table > tbody > tr > td.grid-data-cell:before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 5px 10px 5px 5px;
    line-height: 24px;
    text-align: left !important;
    font-weight: bold;
    font-size: 13px;
  }
}
table.grid-table > tbody > tr > td.grid--preview-button {
  position: relative;
  overflow: visible;
}
@media (max-width: 767px) {
  table.grid-table > tbody > tr > td.grid--preview-button {
    display: none !important;
  }
}
table.grid-table > tbody > tr > td.grid--preview-button a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #64728a;
}
table.grid-table > tbody > tr > td.grid--preview-button a:hover {
  color: #00c0ee;
}
table.grid-table > tbody > tr > td.grid--preview-button a i {
  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%);
}
table.grid-table > tbody > tr > td.grid--preview-button.grid--preview-button-open {
  background: #00c0ee;
}
table.grid-table > tbody > tr > td.grid--preview-button.grid--preview-button-open a {
  color: #fff;
}
table.grid-table > tbody > tr > td.grid--preview-button.grid--preview-button-open .grid--preview-button-overlay {
  display: block;
}
table.grid-table > tbody > tr > td.grid--inline-row-buttons {
  padding: 3px 3px 3px 6px;
  text-align: center;
}
table.grid-table > tbody > tr > td.grid--inline-row-buttons .btn {
  width: 34px;
  height: 34px;
  line-height: 34px;
  vertical-align: top;
  margin-left: 5px;
}
table.grid-table > tbody > tr > td.grid--inline-row-buttons .btn i {
  line-height: 34px;
}
table.grid-table > tbody > tr > td.grid--inline-row-buttons .btn:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  table.grid-table > tbody > tr > td.grid--inline-row-buttons {
    display: none;
  }
}
table.grid-table > tbody > tr > td.grid--reorder-handle {
  background: rgba(0, 0, 0, 0.025);
  text-align: right;
  position: relative;
}
@media (min-width: 768px) {
  table.grid-table > tbody > tr > td.grid--reorder-handle {
    cursor: move;
    padding-left: 45px;
  }
  table.grid-table > tbody > tr > td.grid--reorder-handle:before {
    content: '\f0c9';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 10px;
    top: 8px;
    color: #64728a;
    font-size: 20px;
  }
  table.grid-table > tbody > tr > td.grid--reorder-handle:hover .grid--reorder-buttons {
    display: block;
  }
  table.grid-table > tbody > tr > td.grid--reorder-handle:hover:before {
    color: #00c0ee;
  }
}
@media (min-width: 768px) {
  table.grid-table > tbody > tr:hover {
    background: #f5f5f5;
  }
  table.grid-table > tbody > tr:hover > td:first-child {
    position: relative;
  }
  table.grid-table > tbody > tr:hover > td:first-child:after {
    content: '';
    display: block;
    width: 3px;
    top: 0;
    bottom: 0;
    background: #00c0ee;
    position: absolute;
    left: 0;
  }
  table.grid-table > tbody > tr:hover > td:last-child {
    position: relative;
  }
  table.grid-table > tbody > tr:hover > td:last-child:after {
    content: '';
    display: block;
    width: 3px;
    top: 0;
    bottom: 0;
    background: #00c0ee;
    position: absolute;
    right: 0;
  }
  table.grid-table > tbody > tr:hover .grid--hover-row-buttons {
    display: block;
  }
}
@media (min-width: 768px) {
  table.grid-table > tbody > tr.grid--hide-row-buttons .grid--hover-row-buttons {
    display: none !important;
  }
}
@media (max-width: 767px) {
  table.grid-table > tbody > tr > td.grid--buttons-wrapper-cell .grid--hover-row-buttons {
    left: 0;
    top: 0;
    right: 0;
    width: auto;
  }
  table.grid-table > tbody > tr.grid-buttons-dropdown-visible .grid-show-row-buttons i.close-icon {
    display: block;
  }
  table.grid-table > tbody > tr.grid-buttons-dropdown-visible .grid-show-row-buttons i.open-icon {
    display: none;
  }
  table.grid-table > tbody > tr.grid-buttons-dropdown-visible > td.grid--buttons-wrapper-cell .grid--hover-row-buttons {
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  table.grid-table > tbody > tr.grid-buttons-dropdown-visible > td.grid--inline-row-buttons,
  table.grid-table > tbody > tr.grid-buttons-dropdown-visible > td.grid--preview-button {
    display: block !important;
  }
}
.grid--filter-container + .grid--filter-container {
  margin-top: 5px;
}
.grid--hover-row-buttons {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 200;
  background: #fff;
  padding: 10px 10px 0 0;
  display: none;
  width: 500px;
  box-shadow: 0 0 8px rgba(53, 64, 82, 0.15);
  white-space: normal;
}
@media (min-width: 992px) {
  .grid--hover-row-buttons {
    box-shadow: 0 0 16px rgba(53, 64, 82, 0.15);
  }
}
.grid--hover-row-buttons .btn {
  margin-bottom: 10px;
  margin-left: 10px;
}
.rc-handle-container {
  position: relative;
}
.rc-handle {
  position: absolute;
  width: 7px;
  cursor: ew-resize;
  margin-left: -3px;
  z-index: 2;
}
table.rc-table-resizing {
  cursor: ew-resize;
}
table.rc-table-resizing thead,
table.rc-table-resizing thead > th,
table.rc-table-resizing thead > th > a {
  cursor: ew-resize;
}
.grid-col--resizable {
  position: relative;
}
.grid-col--resize-handle {
  position: absolute;
  width: 15px;
  cursor: ew-resize;
  margin-left: -7px;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 400;
}
.grid-col--resize-handle:hover {
  background: #00c0ee;
  border-right: solid 5px #ffffff;
  border-left: solid 5px #ffffff;
}
.grid-col-resizing {
  cursor: ew-resize !important;
}
td.grid--inline-row-buttons {
  white-space: nowrap;
}
.grid-header:before,
.grid-footer:before,
.grid-header:after,
.grid-footer:after {
  content: " ";
  display: table;
}
.grid-header:after,
.grid-footer:after {
  clear: both;
}
.grid-header {
  border-bottom: 1px solid #e8ebf0;
  padding: 0 0 5px 0;
}
@media (max-width: 767px) {
  .grid-header {
    margin-bottom: 15px;
  }
}
.grid-footer {
  border-top: 1px solid #e8ebf0;
  padding: 15px 0 15px 0;
}
@media (max-width: 767px) {
  .grid-footer {
    margin-top: 10px;
  }
}
.grid-header--buttons {
  margin-left: -10px;
}
@media (min-width: 768px) {
  .grid-header--buttons {
    float: left;
  }
}
.grid-header--buttons .btn-group {
  vertical-align: top;
  margin-bottom: 10px;
  margin-left: 10px;
}
.grid-header--buttons .btn {
  height: 40px;
  line-height: 20px;
}
.grid-header--buttons .btn-group-dropdown-pager {
  position: relative;
  z-index: 500;
}
.grid-header--buttons .btn-group-dropdown-pager .dropdown-pager {
  display: none;
  position: absolute;
  z-index: 501;
  left: 0;
  top: 100%;
  white-space: nowrap;
  background: #fff;
  padding: 10px;
  border-style: solid;
  border-color: #354052;
  border-width: 1px;
  margin-top: -1px;
}
.grid-header--buttons .btn-group-dropdown-pager .dropdown-pager .pagination {
  margin: 0;
}
.grid-header--buttons .btn-group-dropdown-pager .dropdown-pager .pagination > li {
  display: inline-block;
  vertical-align: top;
}
.grid-header--buttons .btn-group-dropdown-pager .dropdown-pager .pagination > li > a {
  float: none;
  display: inline-block;
}
.grid-header--buttons .btn-group-dropdown-pager:hover .dropdown-pager {
  display: block;
}
.grid-header--buttons .btn-group-dropdown-pager:hover > .btn,
.grid-header--buttons .btn-group-dropdown-pager:hover > .btn:hover {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-left-color: #354052 !important;
  border-right-color: #354052 !important;
  border-top-color: #354052 !important;
  border-bottom-color: #fff !important;
  background: #fff !important;
  color: #64728a !important;
  z-index: 502;
}
.grid-header--buttons .btn-group-dropdown-pager:hover > .btn i,
.grid-header--buttons .btn-group-dropdown-pager:hover > .btn:hover i {
  color: #00c0ee;
}
.grid-footer--result-count {
  padding: 12px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .grid-footer--result-count {
    text-align: left;
    float: left;
  }
}
.grid-footer--pager {
  text-align: center;
}
@media (min-width: 768px) {
  .grid-footer--pager {
    text-align: right;
    float: right;
  }
}
.grid-footer--pager .pagination {
  margin: 0;
  vertical-align: top;
}
.grid-header--general-search {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .grid-header--general-search {
    float: right;
    max-width: 240px;
  }
}
.grid-header--general-search .form-control {
  padding-left: 40px;
  padding-right: 40px;
}
.grid-header--general-search.has-search i.grid-header--general-search--clear-icon {
  display: block;
}
i.grid-header--general-search--search-icon {
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
i.grid-header--general-search--clear-icon {
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #f1555c;
  display: none;
}
i.grid-header--general-search--clear-icon:hover {
  background: #f1555c;
  color: #fff;
}
.grid--preview-button-overlay.loading {
  height: 200px;
}
/*!
 * Font Awesome Pro 5.10.1 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;
  font-display: auto;
  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.10.1 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;
  font-display: auto;
  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 {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.10.1 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;
  font-display: auto;
  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.10.1 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;
  font-display: auto;
  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'; }

/*!
 * Font Awesome Pro 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.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; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.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: solid 0.08em #eee;
  border-radius: .1em;
  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 {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -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,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.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-abacus:before {
  content: "\f640"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acorn:before {
  content: "\f6ae"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-alarm-exclamation:before {
  content: "\f843"; }

.fa-alarm-plus:before {
  content: "\f844"; }

.fa-alarm-snooze:before {
  content: "\f845"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alicorn:before {
  content: "\f6b0"; }

.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-align-slash:before {
  content: "\f846"; }

.fa-alipay:before {
  content: "\f642"; }

.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-analytics:before {
  content: "\f643"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angel:before {
  content: "\f779"; }

.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-ankh:before {
  content: "\f644"; }

.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-alt:before {
  content: "\f5d1"; }

.fa-apple-crate:before {
  content: "\f6b1"; }

.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-artstation:before {
  content: "\f77a"; }

.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-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.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-axe:before {
  content: "\f6b2"; }

.fa-axe-battle:before {
  content: "\f6b3"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-badge-dollar:before {
  content: "\f645"; }

.fa-badge-percent:before {
  content: "\f646"; }

.fa-badger-honey:before {
  content: "\f6b4"; }

.fa-bags-shopping:before {
  content: "\f847"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ball-pile:before {
  content: "\f77e"; }

.fa-ballot:before {
  content: "\f732"; }

.fa-ballot-check:before {
  content: "\f733"; }

.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-bat:before {
  content: "\f6b5"; }

.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-battle-net:before {
  content: "\f835"; }

.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-exclamation:before {
  content: "\f848"; }

.fa-bell-plus:before {
  content: "\f849"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bells:before {
  content: "\f77f"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-biking-mountain:before {
  content: "\f84b"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.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-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.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-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-book-spells:before {
  content: "\f6b8"; }

.fa-book-user:before {
  content: "\f7e7"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-books-medical:before {
  content: "\f7e8"; }

.fa-boot:before {
  content: "\f782"; }

.fa-booth-curtain:before {
  content: "\f734"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-bottom:before {
  content: "\f84d"; }

.fa-border-center-h:before {
  content: "\f89c"; }

.fa-border-center-v:before {
  content: "\f89d"; }

.fa-border-inner:before {
  content: "\f84e"; }

.fa-border-left:before {
  content: "\f84f"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-outer:before {
  content: "\f851"; }

.fa-border-right:before {
  content: "\f852"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-border-style-alt:before {
  content: "\f854"; }

.fa-border-top:before {
  content: "\f855"; }

.fa-bow-arrow:before {
  content: "\f6b9"; }

.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-ballot:before {
  content: "\f735"; }

.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-brackets:before {
  content: "\f7e9"; }

.fa-brackets-curly:before {
  content: "\f7ea"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-loaf:before {
  content: "\f7eb"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-bring-forward:before {
  content: "\f856"; }

.fa-bring-front:before {
  content: "\f857"; }

.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-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-bullseye-arrow:before {
  content: "\f648"; }

.fa-bullseye-pointer:before {
  content: "\f649"; }

.fa-burger-soda:before {
  content: "\f858"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-burrito:before {
  content: "\f7ed"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-cabinet-filing:before {
  content: "\f64b"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calculator-alt:before {
  content: "\f64c"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.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-star:before {
  content: "\f736"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campfire:before {
  content: "\f6ba"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candle-holder:before {
  content: "\f6bc"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-candy-corn:before {
  content: "\f6bd"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-building:before {
  content: "\f859"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-bus:before {
  content: "\f85a"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.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-carrot:before {
  content: "\f787"; }

.fa-cars:before {
  content: "\f85b"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cauldron:before {
  content: "\f6bf"; }

.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-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chair-office:before {
  content: "\f6c1"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-line-down:before {
  content: "\f64d"; }

.fa-chart-network:before {
  content: "\f78a"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-chart-pie-alt:before {
  content: "\f64e"; }

.fa-chart-scatter:before {
  content: "\f7ee"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-cheese-swiss:before {
  content: "\f7f0"; }

.fa-cheeseburger:before {
  content: "\f7f1"; }

.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-chimney:before {
  content: "\f78b"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-claw-marks:before {
  content: "\f6c2"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-list-check:before {
  content: "\f737"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clipboard-user:before {
  content: "\f7f3"; }

.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-drizzle:before {
  content: "\f738"; }

.fa-cloud-hail:before {
  content: "\f739"; }

.fa-cloud-hail-mixed:before {
  content: "\f73a"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-rainbow:before {
  content: "\f73e"; }

.fa-cloud-showers:before {
  content: "\f73f"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sleet:before {
  content: "\f741"; }

.fa-cloud-snow:before {
  content: "\f742"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-clouds:before {
  content: "\f744"; }

.fa-clouds-moon:before {
  content: "\f745"; }

.fa-clouds-sun:before {
  content: "\f746"; }

.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-coffee-togo:before {
  content: "\f6c5"; }

.fa-coffin:before {
  content: "\f6c6"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coin:before {
  content: "\f85c"; }

.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-dollar:before {
  content: "\f650"; }

.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-medical:before {
  content: "\f7f4"; }

.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-dollar:before {
  content: "\f651"; }

.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-medical:before {
  content: "\f7f5"; }

.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-comments-alt-dollar:before {
  content: "\f652"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-construction:before {
  content: "\f85d"; }

.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-corn:before {
  content: "\f6c7"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cow:before {
  content: "\f6c8"; }

.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-critical-role:before {
  content: "\f6c9"; }

.fa-croissant:before {
  content: "\f7f6"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-crutches:before {
  content: "\f7f8"; }

.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-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dagger:before {
  content: "\f6cb"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-debug:before {
  content: "\f7f9"; }

.fa-deer:before {
  content: "\f78e"; }

.fa-deer-rudolph:before {
  content: "\f78f"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dewpoint:before {
  content: "\f748"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d10:before {
  content: "\f6cd"; }

.fa-dice-d12:before {
  content: "\f6ce"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d4:before {
  content: "\f6d0"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-d8:before {
  content: "\f6d2"; }

.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-digging:before {
  content: "\f85e"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dog-leashed:before {
  content: "\f6d4"; }

.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-dragon:before {
  content: "\f6d5"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dreidel:before {
  content: "\f792"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-drone:before {
  content: "\f85f"; }

.fa-drone-alt:before {
  content: "\f860"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick:before {
  content: "\f6d6"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dryer:before {
  content: "\f861"; }

.fa-dryer-alt:before {
  content: "\f862"; }

.fa-duck:before {
  content: "\f6d8"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-ear-muffs:before {
  content: "\f795"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-eclipse:before {
  content: "\f749"; }

.fa-eclipse-alt:before {
  content: "\f74a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-egg-fried:before {
  content: "\f7fc"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-elephant:before {
  content: "\f6da"; }

.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-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-empty-set:before {
  content: "\f656"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-dollar:before {
  content: "\f657"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.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-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.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-evil:before {
  content: "\f6db"; }

.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-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-farm:before {
  content: "\f864"; }

.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-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.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-certificate:before {
  content: "\f5f3"; }

.fa-file-chart-line:before {
  content: "\f659"; }

.fa-file-chart-pie:before {
  content: "\f65a"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.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-search:before {
  content: "\f865"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-spreadsheet:before {
  content: "\f65b"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-user:before {
  content: "\f65c"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-files-medical:before {
  content: "\f7fd"; }

.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-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-fire-smoke:before {
  content: "\f74b"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-fireplace:before {
  content: "\f79a"; }

.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-fish-cooked:before {
  content: "\f7fe"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-alt:before {
  content: "\f74c"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flame:before {
  content: "\f6df"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

.fa-flask-potion:before {
  content: "\f6e1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flower:before {
  content: "\f7ff"; }

.fa-flower-daffodil:before {
  content: "\f800"; }

.fa-flower-tulip:before {
  content: "\f801"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folder-tree:before {
  content: "\f802"; }

.fa-folders:before {
  content: "\f660"; }

.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-font-case:before {
  content: "\f866"; }

.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-french-fries:before {
  content: "\f803"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frosty-head:before {
  content: "\f79b"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-game-board:before {
  content: "\f867"; }

.fa-game-board-alt:before {
  content: "\f868"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.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-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gift-card:before {
  content: "\f663"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-gingerbread-man:before {
  content: "\f79d"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.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:before {
  content: "\f804"; }

.fa-glass-champagne:before {
  content: "\f79e"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-citrus:before {
  content: "\f869"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.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-globe-europe:before {
  content: "\f7a2"; }

.fa-globe-snow:before {
  content: "\f7a3"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.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-gopuram:before {
  content: "\f664"; }

.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-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.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-h4:before {
  content: "\f86a"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

.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-magic:before {
  content: "\f6e5"; }

.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-middle-finger:before {
  content: "\f806"; }

.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-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-chef:before {
  content: "\f86b"; }

.fa-hat-santa:before {
  content: "\f7a7"; }

.fa-hat-winter:before {
  content: "\f7a8"; }

.fa-hat-witch:before {
  content: "\f6e7"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

.fa-head-side-brain:before {
  content: "\f808"; }

.fa-head-side-medical:before {
  content: "\f809"; }

.fa-head-vr:before {
  content: "\f6ea"; }

.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-broken:before {
  content: "\f7a9"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-alt:before {
  content: "\f80a"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-home-lg:before {
  content: "\f80b"; }

.fa-home-lg-alt:before {
  content: "\f80c"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-horizontal-rule:before {
  content: "\f86c"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hospitals:before {
  content: "\f80e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.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-house-damage:before {
  content: "\f6f1"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-humidity:before {
  content: "\f750"; }

.fa-hurricane:before {
  content: "\f751"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-ice-skate:before {
  content: "\f7ac"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-icons-alt:before {
  content: "\f86e"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.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-inhaler:before {
  content: "\f5f9"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-integral:before {
  content: "\f667"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-island-tropical:before {
  content: "\f811"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.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:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-kerning:before {
  content: "\f86f"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.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-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leaf-maple:before {
  content: "\f6f6"; }

.fa-leaf-oak:before {
  content: "\f6f7"; }

.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-lightbulb-dollar:before {
  content: "\f670"; }

.fa-lightbulb-exclamation:before {
  content: "\f671"; }

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-lightbulb-slash:before {
  content: "\f673"; }

.fa-lights-holiday:before {
  content: "\f7b2"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-line-columns:before {
  content: "\f870"; }

.fa-line-height:before {
  content: "\f871"; }

.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-lips:before {
  content: "\f600"; }

.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:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.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-lungs:before {
  content: "\f604"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailbox:before {
  content: "\f813"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.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-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.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-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-meat:before {
  content: "\f814"; }

.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-megaphone:before {
  content: "\f675"; }

.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-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.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-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-mind-share:before {
  content: "\f677"; }

.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-mistletoe:before {
  content: "\f7b4"; }

.fa-mitten:before {
  content: "\f7b5"; }

.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-money-check-edit:before {
  content: "\f872"; }

.fa-money-check-edit-alt:before {
  content: "\f873"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monkey:before {
  content: "\f6fb"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-moon-cloud:before {
  content: "\f754"; }

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug:before {
  content: "\f874"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-mug-marshmallows:before {
  content: "\f7b7"; }

.fa-mug-tea:before {
  content: "\f875"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.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-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-ornament:before {
  content: "\f7b8"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-overline:before {
  content: "\f876"; }

.fa-page-break:before {
  content: "\f877"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.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-paragraph-rtl:before {
  content: "\f878"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.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-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.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-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-laptop:before {
  content: "\f87a"; }

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pi:before {
  content: "\f67e"; }

.fa-pie:before {
  content: "\f705"; }

.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-pig:before {
  content: "\f706"; }

.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-pizza:before {
  content: "\f817"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.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-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-popcorn:before {
  content: "\f819"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

.fa-print-search:before {
  content: "\f81a"; }

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pumpkin:before {
  content: "\f707"; }

.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-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-raindrops:before {
  content: "\f75c"; }

.fa-ram:before {
  content: "\f70a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.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-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.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-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-rings-wedding:before {
  content: "\f81b"; }

.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-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.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-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rv:before {
  content: "\f7be"; }

.fa-sack:before {
  content: "\f81c"; }

.fa-sack-dollar:before {
  content: "\f81d"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salad:before {
  content: "\f81e"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sandwich:before {
  content: "\f81f"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-sausage:before {
  content: "\f820"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-scarecrow:before {
  content: "\f70d"; }

.fa-scarf:before {
  content: "\f7c1"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.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-send-back:before {
  content: "\f87e"; }

.fa-send-backward:before {
  content: "\f87f"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.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-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-shield-cross:before {
  content: "\f712"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shish-kebab:before {
  content: "\f821"; }

.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-shovel:before {
  content: "\f713"; }

.fa-shovel-snow:before {
  content: "\f7c3"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shredder:before {
  content: "\f68a"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sickle:before {
  content: "\f822"; }

.fa-sigma:before {
  content: "\f68b"; }

.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-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

.fa-signal-alt-slash:before {
  content: "\f694"; }

.fa-signal-slash:before {
  content: "\f695"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-ski-jump:before {
  content: "\f7c7"; }

.fa-ski-lift:before {
  content: "\f7c8"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sledding:before {
  content: "\f7cb"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.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-smog:before {
  content: "\f75f"; }

.fa-smoke:before {
  content: "\f760"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snooze:before {
  content: "\f880"; }

.fa-snow-blowing:before {
  content: "\f761"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowflakes:before {
  content: "\f7cf"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowmobile:before {
  content: "\f7d1"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-alt:before {
  content: "\f883"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-shapes-down:before {
  content: "\f888"; }

.fa-sort-shapes-down-alt:before {
  content: "\f889"; }

.fa-sort-shapes-up:before {
  content: "\f88a"; }

.fa-sort-shapes-up-alt:before {
  content: "\f88b"; }

.fa-sort-size-down:before {
  content: "\f88c"; }

.fa-sort-size-down-alt:before {
  content: "\f88d"; }

.fa-sort-size-up:before {
  content: "\f88e"; }

.fa-sort-size-up-alt:before {
  content: "\f88f"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-soup:before {
  content: "\f823"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-sparkles:before {
  content: "\f890"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

.fa-spider-web:before {
  content: "\f719"; }

.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-square-root:before {
  content: "\f697"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-squirrel:before {
  content: "\f71a"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-christmas:before {
  content: "\f7d4"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-stars:before {
  content: "\f762"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steak:before {
  content: "\f824"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.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-stocking:before {
  content: "\f7d5"; }

.fa-stomach:before {
  content: "\f623"; }

.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-stretcher:before {
  content: "\f825"; }

.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-sun-cloud:before {
  content: "\f763"; }

.fa-sun-dust:before {
  content: "\f764"; }

.fa-sun-haze:before {
  content: "\f765"; }

.fa-sunglasses:before {
  content: "\f892"; }

.fa-sunrise:before {
  content: "\f766"; }

.fa-sunset:before {
  content: "\f767"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-swords:before {
  content: "\f71d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.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-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-taco:before {
  content: "\f826"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tanakh:before {
  content: "\f827"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-tasks-alt:before {
  content: "\f828"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text:before {
  content: "\f893"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-size:before {
  content: "\f894"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.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-theta:before {
  content: "\f69e"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tilde:before {
  content: "\f69f"; }

.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-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-tombstone:before {
  content: "\f720"; }

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-trash-undo:before {
  content: "\f895"; }

.fa-trash-undo-alt:before {
  content: "\f896"; }

.fa-treasure-chest:before {
  content: "\f723"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-tree-christmas:before {
  content: "\f7db"; }

.fa-tree-decorated:before {
  content: "\f7dc"; }

.fa-tree-large:before {
  content: "\f7dd"; }

.fa-tree-palm:before {
  content: "\f82b"; }

.fa-trees:before {
  content: "\f724"; }

.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-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-plow:before {
  content: "\f7de"; }

.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-turkey:before {
  content: "\f725"; }

.fa-turtle:before {
  content: "\f726"; }

.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-ubuntu:before {
  content: "\f7df"; }

.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-unicorn:before {
  content: "\f727"; }

.fa-union:before {
  content: "\f6a2"; }

.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-ups:before {
  content: "\f7e0"; }

.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-chart:before {
  content: "\f6a3"; }

.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-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-hard-hat:before {
  content: "\f82c"; }

.fa-user-headset:before {
  content: "\f82d"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-md-chat:before {
  content: "\f82e"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.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-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fa-users-medical:before {
  content: "\f830"; }

.fa-usps:before {
  content: "\f7e1"; }

.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-value-absolute:before {
  content: "\f6a6"; }

.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-vihara:before {
  content: "\f6a7"; }

.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-voicemail:before {
  content: "\f897"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume:before {
  content: "\f6a8"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-slash:before {
  content: "\f2e2"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-nay:before {
  content: "\f771"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walker:before {
  content: "\f831"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-washer:before {
  content: "\f898"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

.fa-wave-sine:before {
  content: "\f899"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-wave-triangle:before {
  content: "\f89a"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-webcam:before {
  content: "\f832"; }

.fa-webcam-slash:before {
  content: "\f833"; }

.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-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

.fa-wifi-2:before {
  content: "\f6ab"; }

.fa-wifi-slash:before {
  content: "\f6ac"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-turbine:before {
  content: "\f89b"; }

.fa-wind-warning:before {
  content: "\f776"; }

.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-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.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-wpressr:before {
  content: "\f3e4"; }

.fa-wreath:before {
  content: "\f7e2"; }

.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-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.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; }

.content-wrapper {
  position: relative;
  z-index: 2;
}
.label-bright {
  background: #e8ebf0;
  color: #64728a;
}
.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;
}
@media (max-width: 991px) {
  .main-header .logo {
    position: absolute;
    left: 50%;
    top: 30px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 1300;
    width: 52px;
    height: 32px;
    background: transparent;
  }
}
@media (max-width: 340px) {
  .main-header .logo {
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
}
.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;
  }
}
@media (max-width: 767px) {
  .navbar-nav .dropdown-toggle {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .navbar-nav .dropdown-toggle i {
    margin-right: 0 !important;
  }
  .navbar-nav .dropdown-toggle span {
    display: none !important;
  }
}
.content {
  padding: 10px;
}
@media (min-width: 992px) {
  .content {
    padding: 15px;
  }
}
@media (min-width: 1900px) {
  .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;
  margin-bottom: 30px;
}
.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;
}
.dropdown-menu > li > a .badge,
.navbar-nav .open .dropdown-menu > li > a .badge {
  background: #f1555c;
}
.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: #fff;
  color: #64728a;
  border: 1px solid #e8ebf0 !important;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: #00c0ee;
  border: 1px solid #354052 !important;
  background: #354052 !important;
}
.btn-default:hover i,
.btn-default:active i,
.btn-default:focus i {
  color: #00c0ee;
}
.btn-default.disabled {
  background: #fff;
  color: #64728a;
  border: 1px solid #e8ebf0 !important;
  opacity: 0.7;
}
.btn-default.active,
.btn-group .btn-default.active {
  border: 1px solid #354052 !important;
  background: #354052 !important;
  color: #fff;
}
.btn-default.active:hover,
.btn-group .btn-default.active:hover,
.btn-default.active:active,
.btn-group .btn-default.active:active,
.btn-default.active:focus,
.btn-group .btn-default.active:focus {
  color: #00c0ee !important;
  border: 1px solid #354052 !important;
  background: #354052 !important;
}
.open > .dropdown-toggle.btn-default {
  color: #00c0ee;
  border: 1px solid #354052 !important;
  background: #354052 !important;
}
.open > .dropdown-toggle.btn-default i {
  color: #00c0ee;
}
.input-group-btn .btn-default {
  background: #e8ebf0;
  font-size: 14px;
  border: 0 none !important;
}
.input-group-btn .btn-default:hover,
.input-group-btn .btn-default:focus,
.input-group-btn .btn-default:active {
  background: #00c0ee !important;
  color: #fff !important;
}
.input-group-btn .btn-default:hover i,
.input-group-btn .btn-default:focus i,
.input-group-btn .btn-default:active i {
  color: #fff !important;
}
.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.btn-gray-darker,
.btn-group > .btn.btn-gray-darker,
.btn-group > .btn:last-child:not(:first-child).btn-gray-darker,
.btn-group > .dropdown-toggle:not(:first-child).btn-gray-darker,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-gray-darker,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-gray-darker,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-gray-darker,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-gray-darker,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-gray-darker,
.btn-group > .btn-group:last-child > .btn:first-child.btn-gray-dark,
.btn-group > .btn.btn-gray-dark,
.btn-group > .btn:last-child:not(:first-child).btn-gray-dark,
.btn-group > .dropdown-toggle:not(:first-child).btn-gray-dark,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-gray-dark,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-gray-dark,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-gray-dark,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-gray-dark,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-gray-dark,
.btn-group > .btn-group:last-child > .btn:first-child.btn-gray,
.btn-group > .btn.btn-gray,
.btn-group > .btn:last-child:not(:first-child).btn-gray,
.btn-group > .dropdown-toggle:not(:first-child).btn-gray,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-gray,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-gray,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-gray,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-gray,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-gray,
.btn-group > .btn-group:last-child > .btn:first-child.btn-gray-light,
.btn-group > .btn.btn-gray-light,
.btn-group > .btn:last-child:not(:first-child).btn-gray-light,
.btn-group > .dropdown-toggle:not(:first-child).btn-gray-light,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-gray-light,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-gray-light,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-gray-light,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-gray-light,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-gray-light,
.btn-group > .btn-group:last-child > .btn:first-child.btn-gray-lighter,
.btn-group > .btn.btn-gray-lighter,
.btn-group > .btn:last-child:not(:first-child).btn-gray-lighter,
.btn-group > .dropdown-toggle:not(:first-child).btn-gray-lighter,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-gray-lighter,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-gray-lighter,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-gray-lighter,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-gray-lighter,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-gray-lighter,
.btn-group > .btn-group:last-child > .btn:first-child.btn-black,
.btn-group > .btn.btn-black,
.btn-group > .btn:last-child:not(:first-child).btn-black,
.btn-group > .dropdown-toggle:not(:first-child).btn-black,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-black,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-black,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-black,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-black,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-black,
.btn-group > .btn-group:last-child > .btn:first-child.btn-default,
.btn-group > .btn.btn-default,
.btn-group > .btn:last-child:not(:first-child).btn-default,
.btn-group > .dropdown-toggle:not(:first-child).btn-default,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-default,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn.btn-default,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child.btn-default,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle.btn-default,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child.btn-default,
.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;
}
.btn-group-language > .btn {
  border-radius: 20px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 20px;
}
.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-gray-darker,
.btn-gray-dark,
.btn-gray,
.btn-gray-light,
.btn-gray-lighter,
.btn-black,
.btn-default,
.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-footer {
  padding: 15px 20px 5px;
  border-radius: 5px;
}
.box-footer .btn {
  margin: 0 10px 10px 0;
}
.box-footer .btn:last-child {
  margin-right: 0;
}
.box-footer .btn-group {
  position: relative;
  margin: 0 10px 0 0;
}
.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-menu li.domain-independent {
  position: relative;
}
.sidebar-menu li.domain-independent > a {
  padding-right: 22px;
}
.sidebar-menu li.domain-independent:after {
  content: "\f0ac";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 10px;
  top: 10px;
  color: #f39c12;
  font-size: 14px;
}
.sidebar-menu .treeview-menu li.domain-independent:after {
  top: 4px;
}
.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 {
  /*
		&: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;
			.translate(0, -50%);
			.transition(opacity 0.4s ease);
		}*/
}
.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;
  height: 100%;
  position: absolute;
  left: -15px;
  right: -15px;
  top: 0;
  background: #fff;
  box-shadow: 0 8px 16px rgba(53, 64, 82, 0.08);
  z-index: -1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
}
.is-sticky .box-buttons {
  border-radius: 0;
  box-shadow: 0 0 transparent;
}
.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-dialog.modal-lg {
  width: auto;
}
@media (min-width: 992px) {
  .modal-dialog.modal-lg {
    width: 90%;
  }
}
.modal.size-normal .modal-dialog {
  width: auto;
  max-width: 1300px;
}
@media (max-width: 1320px) {
  .modal.size-normal .modal-dialog {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.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;
}
.form-horizontal .form-group > label {
  height: auto;
  overflow: visible;
  white-space: normal;
  padding-right: 0;
}
.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: 20px;
  padding-bottom: 20px;
  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-tools.has-dropdown {
  z-index: 210;
}
.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;
  padding: 40px 40px 30px;
}
.form-box .footer .btn {
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 10px;
}
.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,
td.money,
th.money {
  text-align: right;
  white-space: nowrap;
}
th.date {
  text-align: right;
}
td.date {
  width: 1%;
  text-align: right;
  white-space: nowrap;
}
td.has-checkbox {
  min-width: 34px;
}
.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-grid:after,
.loading.box-data-table:after {
  background: rgba(255, 255, 255, 0.75);
  z-index: 900;
}
.loading.box-grid:before,
.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,
.panel-default.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-gray label:before {
  background: #3f4c61;
}
.radio.big-label.big-label-gray-dark label:before {
  background: #354052;
}
.radio.big-label.big-label-gray-darker label:before {
  background: #2a3444;
}
.radio.big-label.big-label-gray-lighter label:before {
  background: #e8ebf0;
}
.radio.big-label.big-label-gray-light label:before {
  background: #64728a;
}
.radio.big-label.big-label-black label:before {
  background: #111;
}
.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-gray-darker:before {
  background: #2a3444;
}
.radio.big-label span.label-lg.label-gray-dark:before {
  background: #354052;
}
.radio.big-label span.label-lg.label-gray:before {
  background: #3f4c61;
}
.radio.big-label span.label-lg.label-gray-light:before {
  background: #64728a;
}
.radio.big-label span.label-lg.label-gray-lighter:before {
  background: #e8ebf0;
}
.radio.big-label span.label-lg.label-black:before {
  background: #111;
}
.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;
}
.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;
  z-index: 100;
}
.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;
}
.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.5;
  z-index: 100;
}
.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;
}
.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;
}
.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;
}
.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 .btn-group-justified .btn-group,
.thumbnail-meta-form .btn-group-justified .btn-group {
  padding: 0 5px;
}
.thumbnail-insert-form .btn-group-justified .btn-default,
.thumbnail-meta-form .btn-group-justified .btn-default {
  background: transparent;
  border: 0 none !important;
}
.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-header .box-title span {
  font-weight: normal;
}
.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;
}
.dnd-list-element.multirow-inputs {
  padding: 10px 5px 0 55px;
}
.dnd-list-element.multirow-inputs .form-group {
  margin-bottom: 10px;
}
.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-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: 5px !important;
  padding-right: 5px !important;
  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 #e8ebf0;
  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.gray-darker .fa {
  color: #2a3444;
}
.dropdown-menu > li > a.gray-darker:hover {
  background: #2a3444;
  color: #fff;
}
.dropdown-menu > li > a.gray-darker:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.gray-dark .fa {
  color: #354052;
}
.dropdown-menu > li > a.gray-dark:hover {
  background: #354052;
  color: #fff;
}
.dropdown-menu > li > a.gray-dark:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.gray .fa {
  color: #3f4c61;
}
.dropdown-menu > li > a.gray:hover {
  background: #3f4c61;
  color: #fff;
}
.dropdown-menu > li > a.gray:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.gray-light .fa {
  color: #64728a;
}
.dropdown-menu > li > a.gray-light:hover {
  background: #64728a;
  color: #fff;
}
.dropdown-menu > li > a.gray-light:hover .fa {
  color: #fff;
}
.dropdown-menu > li > a.gray-lighter .fa {
  color: #e8ebf0;
}
.dropdown-menu > li > a.gray-lighter:hover {
  background: #e8ebf0;
  color: #354052;
}
.dropdown-menu > li > a.gray-lighter:hover .fa {
  color: #354052;
}
.dropdown-menu > li > a.black .fa {
  color: #111;
}
.dropdown-menu > li > a.black:hover {
  background: #111;
  color: #fff;
}
.dropdown-menu > li > a.black: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;
}
.box-body h4.divider {
  border-top: 1px solid #e8ebf0;
  margin: 0 -15px;
  padding: 15px;
  position: relative;
}
.box-body h4.divider a.pull-right {
  float: none;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: right;
  padding: 10px 15px;
  line-height: 30px;
}
.box-body h4.divider a.pull-right i:before {
  content: "\f077";
}
.box-body h4.divider a.pull-right.collapsed i:before {
  content: "\f078";
}
.yadcf-filter-wrapper {
  margin-right: -19px;
}
table.dataTable thead > tr > th {
  padding-right: 24px;
  vertical-align: top;
}
table.dataTable thead > tr > th.sorting_disabled {
  padding-right: 5px;
}
table.dataTable thead > tr > th.sorting_disabled .yadcf-filter-wrapper {
  margin-right: 0;
}
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: 8px;
}
.filter-active table.dataTable thead > tr > th .yadcf-filter-wrapper .clear-filter {
  display: none;
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
}
.filter-active table.dataTable thead > tr > th .yadcf-filter-wrapper .yadcf-filter-reset-button {
  color: #f1555c;
  display: inline-block;
  padding: 5px 0;
  width: 15px;
  text-align: center;
  border: 0 none;
  background: transparent;
}
.filter-active table.dataTable thead > tr > th .yadcf-filter-wrapper .yadcf-filter-reset-button:focus i:before,
.filter-active table.dataTable thead > tr > th .yadcf-filter-wrapper .yadcf-filter-reset-button:active i:before,
.filter-active table.dataTable thead > tr > th .yadcf-filter-wrapper .yadcf-filter-reset-button:hover i:before {
  content: "\f057";
}
.filter-active table.dataTable thead > tr > th.show-filter {
  padding-left: 18px;
}
.filter-active table.dataTable thead > tr > th.show-filter .yadcf-filter-wrapper {
  margin-left: -13px;
}
.filter-active table.dataTable thead > tr > th.show-filter .yadcf-filter-wrapper .clear-filter {
  display: block;
}
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: 15px;
  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;
}
.toggle-preview {
  position: relative;
  cursor: pointer;
}
.toggle-preview .big-image {
  display: none;
  border: 10px solid #ebebeb;
  background: url(/admin/pics/transparent-squares.png) left top repeat;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 1300;
}
.toggle-preview .big-image .img-responsive {
  margin: 0 auto;
}
.toggle-preview.active .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;
}
.modal-form .modal-content {
  background: #f5f7fb;
}
.modal-form .modal-content .modal-footer {
  background: #fff;
}
.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;
  padding-top: 15px;
  padding-bottom: 15px;
}
.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: 100%;
  cursor: pointer;
}
.product-search-result-item small {
  display: block;
}
.product-search-result-item strong.price {
  font-size: 16px;
}
.product-search-result-item h4 {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 20px;
}
.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;
}
@media (min-width: 992px) {
  section.content .admin-dynamic-form > .row > div:nth-child(2n - 1) {
    padding-right: 0;
  }
}
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 .btn-group-language .btn + .btn {
  margin-left: 2px;
}
.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;
}
.row-eq-height {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: flex-end;
}
.row-eq-height:after,
.row-eq-height:before {
  display: none;
}
.row-eq-height > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  float: none;
}
.row-eq-height > div[class*='col-'] > .box {
  height: 100%;
  margin: 0 0 30px;
}
.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-properties-box .box-body {
  padding: 0;
}
.add-properties-box .box-body .form-group {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #e8ebf0;
}
.add-properties-box .box-body .form-group:last-child {
  border-bottom: 0 none;
}
.add-properties-box .box-body .form-group.suggested {
  background: #f39c12;
}
.add-properties-box .box-body .form-group.suggested label {
  color: #fff;
}
.add-properties-box .box-body .add-property-options {
  margin-top: 5px;
}
.entity-property-images--list {
  padding-top: 15px;
  border-bottom: 1px solid #e8ebf0;
}
.entity-property-images--list:last-child {
  border-bottom: 0 none;
}
.entity-property-images--list h3 {
  font-size: 18px;
  margin: 0 0 15px;
}
.entity-property-suggested .box-header h3:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f058';
  color: #00a65a;
  margin-left: 10px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  background: transparent;
  padding: 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;
}
.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: 21px;
  -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;
  margin-right: 0;
}
.btn-group-language .btn-default + .btn-default {
  margin-left: 5px;
}
.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: 10px;
  line-height: 20px;
}
.overview-map .map-module.map-module-editable i {
  line-height: 20px;
}
.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;
}
.overview-map .map-module span.title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.overview-map .col-xs-1 .map-module,
.overview-map .col-xs-2 .map-module,
.overview-map .col-xs-3 .map-module,
.overview-map .col-xs-4 .map-module {
  padding-top: 34px;
  padding-right: 10px;
}
.overview-map .col-xs-1 .map-module i,
.overview-map .col-xs-2 .map-module i,
.overview-map .col-xs-3 .map-module i,
.overview-map .col-xs-4 .map-module i {
  position: absolute;
  left: 10px;
  top: 10px;
}
.overview-map .col-xs-1 .map-module span.title,
.overview-map .col-xs-2 .map-module span.title,
.overview-map .col-xs-3 .map-module span.title,
.overview-map .col-xs-4 .map-module span.title {
  display: inline;
  overflow: visible;
}
.overview-map .col-xs-1 .map-module span.name,
.overview-map .col-xs-2 .map-module span.name,
.overview-map .col-xs-3 .map-module span.name,
.overview-map .col-xs-4 .map-module span.name {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.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;
}
label + .input-group-toolbar {
  margin-bottom: 5px;
}
.input-group + .input-group-toolbar {
  margin-top: 5px;
}
.percent-spinner-buttons {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  position: relative;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}
.percent-spinner-buttons .group {
  display: table-cell;
  width: 1%;
}
.percent-spinner-buttons .btn {
  height: 30px;
  font-size: 12px;
  border-radius: 0 !important;
  padding: 5px;
  font-family: Nunito;
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
}
.percent-spinner-buttons .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);
}
.btn-danger-1 {
  background: #f0474e;
}
.btn-danger-1:hover,
.btn-danger-1:focus,
.btn-danger-1:active {
  background: #ec1c26;
}
.btn-danger-2 {
  background: #ef3941;
}
.btn-danger-2:hover,
.btn-danger-2:focus,
.btn-danger-2:active {
  background: #ec1c26;
}
.btn-danger-3 {
  background: #ee2b33;
}
.btn-danger-3:hover,
.btn-danger-3:focus,
.btn-danger-3:active {
  background: #ec1c26;
}
.btn-success-1 {
  background: #009752;
}
.btn-success-1:hover,
.btn-success-1:focus,
.btn-success-1:active {
  background: #006939;
}
.btn-success-2 {
  background: #008749;
}
.btn-success-2:hover,
.btn-success-2:focus,
.btn-success-2:active {
  background: #006939;
}
.btn-success-3 {
  background: #007841;
}
.btn-success-3:hover,
.btn-success-3:focus,
.btn-success-3:active {
  background: #006939;
}
.form-group .percent-spinner-buttons > .btn-group {
  padding: 0;
}
.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,
.changelog-item {
  border-bottom: 1px solid #e8ebf0;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.order-history-item:last-child,
.transaction-history-item:last-child,
.changelog-item:last-child {
  margin-bottom: 15px;
}
.order-history-item .change + .change {
  margin-top: 5px;
}
.row-reorder-buttons {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  background: #efefef;
  padding: 2px 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-designer-variable {
  border-bottom: 1px solid #D2D6DE;
  padding: 15px 10px 0;
  position: relative;
}
.branch-designer-variable:first-child {
  border-top: 1px solid #D2D6DE;
}
.branch-designer-variable .fa-times {
  color: #f1555c;
  padding: 10px;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.branch-designer-variable .fa-times:hover,
.branch-designer-variable .fa-times:focus,
.branch-designer-variable .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.variable,
.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.variable: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.variable:before {
  content: '\f661';
}
.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 {
  margin-right: 5px;
}
.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%;
}
.hover-info-wrapper {
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.hover-info-wrapper .hover-info {
  display: none;
  position: absolute;
  cursor: auto;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 0 16px rgba(53, 64, 82, 0.15);
  padding: 10px;
  z-index: 900;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: normal !important;
  text-align: left !important;
}
.hover-info-wrapper .hover-info .table > thead > tr > th,
.hover-info-wrapper .hover-info .table > tbody > tr > th,
.hover-info-wrapper .hover-info .table > tfoot > tr > th {
  height: auto !important;
}
.hover-info-wrapper .hover-info.loading {
  height: 200px;
}
.hover-info-wrapper .hover-info.hover-info-right {
  left: auto;
  right: 0;
}
.hover-info-wrapper:hover .hover-info {
  display: block;
}
.hover-info-wrapper .hover-info-header {
  background: #1a2226;
  color: #7b98a5;
  margin: -10px -10px 15px;
  padding: 15px;
}
.hover-info-wrapper .hover-info-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.hover-info-wrapper .hover-info-header p {
  margin: 0;
}
.hover-info-detail-row {
  border-bottom: 1px solid #e8ebf0;
}
.hover-info-detail-row:before,
.hover-info-detail-row:after {
  content: " ";
  display: table;
}
.hover-info-detail-row:after {
  clear: both;
}
.hover-info-detail-row:last-child {
  border-bottom: 0 none;
}
.hover-info-detail-row .label-cell {
  float: left;
  width: 35%;
  padding: 5px 8px;
  font-weight: bold;
}
.hover-info-detail-row .label-value {
  float: left;
  width: 65%;
  padding: 5px 8px;
}
article.order-item,
article.changelog-item,
article.order-history-item,
article.entity,
article.entity-small,
.coupling-item {
  margin-bottom: 15px;
  border-left: 5px solid #e8ebf0;
  border-top: 1px solid #e8ebf0;
  border-bottom: 1px solid #e8ebf0;
  border-right: 1px solid #e8ebf0;
  border-radius: 5px;
  position: relative;
  padding: 5px 10px 5px 10px;
}
@media (min-width: 1500px) {
  article.order-item,
  article.changelog-item,
  article.order-history-item,
  article.entity,
  article.entity-small,
  .coupling-item {
    padding: 5px 30px 5px 10px;
  }
}
article.order-item:hover,
article.changelog-item:hover,
article.order-history-item:hover,
article.entity:hover,
article.entity-small:hover,
.coupling-item:hover {
  border-left: 5px solid #00c0ee;
}
article.order-item h3,
article.changelog-item h3,
article.order-history-item h3,
article.entity h3,
article.entity-small h3,
.coupling-item h3 {
  font-size: 14px;
  margin: 0 0 2px;
}
article.order-item h3 small,
article.changelog-item h3 small,
article.order-history-item h3 small,
article.entity h3 small,
article.entity-small h3 small,
.coupling-item h3 small {
  display: block;
  font-size: 13px;
  margin-top: 4px;
}
article.order-item .price-text-row,
article.changelog-item .price-text-row,
article.order-history-item .price-text-row,
article.entity .price-text-row,
article.entity-small .price-text-row,
.coupling-item .price-text-row {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0;
  text-align: right;
}
article.order-item .price-row,
article.changelog-item .price-row,
article.order-history-item .price-row,
article.entity .price-row,
article.entity-small .price-row,
.coupling-item .price-row {
  line-height: 24px;
  font-size: 16px;
  padding: 5px 0;
  text-align: right;
}
@media (max-width: 767px) {
  article.order-item .price-row,
  article.changelog-item .price-row,
  article.order-history-item .price-row,
  article.entity .price-row,
  article.entity-small .price-row,
  .coupling-item .price-row {
    text-align: center;
  }
}
article.order-item .price-row small,
article.changelog-item .price-row small,
article.order-history-item .price-row small,
article.entity .price-row small,
article.entity-small .price-row small,
.coupling-item .price-row small {
  font-size: 12px;
  font-weight: 600;
  display: block;
  line-height: 16px;
}
article.order-item .price-inputs-row,
article.changelog-item .price-inputs-row,
article.order-history-item .price-inputs-row,
article.entity .price-inputs-row,
article.entity-small .price-inputs-row,
.coupling-item .price-inputs-row,
article.order-item .quantity-input-row,
article.changelog-item .quantity-input-row,
article.order-history-item .quantity-input-row,
article.entity .quantity-input-row,
article.entity-small .quantity-input-row,
.coupling-item .quantity-input-row {
  padding: 5px 0;
}
article.order-item .missing-row,
article.changelog-item .missing-row,
article.order-history-item .missing-row,
article.entity .missing-row,
article.entity-small .missing-row,
.coupling-item .missing-row,
article.order-item .delete-row,
article.changelog-item .delete-row,
article.order-history-item .delete-row,
article.entity .delete-row,
article.entity-small .delete-row,
.coupling-item .delete-row {
  text-align: center;
  padding: 5px 0;
}
article.order-item .missing-row .label,
article.changelog-item .missing-row .label,
article.order-history-item .missing-row .label,
article.entity .missing-row .label,
article.entity-small .missing-row .label,
.coupling-item .missing-row .label,
article.order-item .delete-row .label,
article.changelog-item .delete-row .label,
article.order-history-item .delete-row .label,
article.entity .delete-row .label,
article.entity-small .delete-row .label,
.coupling-item .delete-row .label {
  margin: 0 3px 3px;
}
article.order-item .btn,
article.changelog-item .btn,
article.order-history-item .btn,
article.entity .btn,
article.entity-small .btn,
.coupling-item .btn {
  padding: 2px 8px;
  margin: 0 3px;
  border-radius: 9px;
  font-size: 75%;
  font-weight: 700;
  line-height: 14px;
}
article.order-item .title-row,
article.changelog-item .title-row,
article.order-history-item .title-row,
article.entity .title-row,
article.entity-small .title-row,
.coupling-item .title-row {
  padding-right: 25px;
}
@media (min-width: 1500px) {
  article.order-item .title-row,
  article.changelog-item .title-row,
  article.order-history-item .title-row,
  article.entity .title-row,
  article.entity-small .title-row,
  .coupling-item .title-row {
    padding-right: 0;
  }
}
article.order-item .toggle-preview,
article.changelog-item .toggle-preview,
article.order-history-item .toggle-preview,
article.entity .toggle-preview,
article.entity-small .toggle-preview,
.coupling-item .toggle-preview {
  margin-top: 4px;
}
article.order-item .buttons-right,
article.changelog-item .buttons-right,
article.order-history-item .buttons-right,
article.entity .buttons-right,
article.entity-small .buttons-right,
.coupling-item .buttons-right {
  position: absolute;
  right: 5px;
  top: 5px;
}
article.order-item .buttons-right .btn,
article.changelog-item .buttons-right .btn,
article.order-history-item .buttons-right .btn,
article.entity .buttons-right .btn,
article.entity-small .buttons-right .btn,
.coupling-item .buttons-right .btn {
  margin-left: 10px;
}
article.entity .btn,
article.entity-small .btn {
  padding: 6px 8px;
}
article.changelog-item span.label,
article.order-history-item span.label {
  white-space: normal;
}
article.changelog-item:hover,
article.order-history-item:hover {
  border-left: 5px solid #e8ebf0;
}
article.changelog-item {
  margin-bottom: 5px;
}
article.changelog-item:hover {
  border-left: 5px solid #00c0ee;
}
article.order-history-item.has-details {
  cursor: pointer;
  margin-bottom: 5px;
}
article.order-history-item.has-details:hover {
  border-left: 5px solid #00c0ee;
}
article.form-list-item {
  margin-bottom: 15px;
  border-left: 5px solid #e8ebf0;
  border-top: 1px solid #e8ebf0;
  border-bottom: 1px solid #e8ebf0;
  border-right: 1px solid #e8ebf0;
  border-radius: 5px;
  position: relative;
  padding: 5px 10px 5px 10px;
}
@media (min-width: 1500px) {
  article.form-list-item {
    padding: 5px 30px 5px 10px;
  }
}
article.form-list-item:hover {
  border-left: 5px solid #00c0ee;
}
article.form-list-item h5 {
  margin: 0 0 5px;
}
article.form-list-item .text-row {
  padding: 5px 0;
}
article.form-list-item .text-row small {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
article.form-list-item .title-row {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 300;
}
article.form-list-item.has-checkbox {
  padding-left: 50px;
  position: relative;
}
article.form-list-item.has-checkbox .checkbox {
  position: absolute;
  left: 10px;
  top: 10px;
}
.entity-variation-images:before,
.entity-property-images--list:before,
.entity-variation-images:after,
.entity-property-images--list:after {
  content: " ";
  display: table;
}
.entity-variation-images:after,
.entity-property-images--list:after {
  clear: both;
}
.entity-variation-images.has-selected .selectable-image .selectable-image--holder,
.entity-property-images--list.has-selected .selectable-image .selectable-image--holder {
  opacity: 0.5;
}
.entity-variation-images.has-selected .selectable-image.selected .selectable-image--holder,
.entity-property-images--list.has-selected .selectable-image.selected .selectable-image--holder {
  opacity: 1;
}
.entity-variation-images.has-selected .selectable-image.selected:after,
.entity-property-images--list.has-selected .selectable-image.selected:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #00a65a;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  padding: 3px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
}
.entity-variation-images .selectable-image,
.entity-property-images--list .selectable-image {
  float: left;
  margin: 0 15px 15px 0;
  position: relative;
  cursor: pointer;
}
.entity-variation-images .selectable-image input,
.entity-property-images--list .selectable-image input {
  display: none;
}
.entity-variation-images .selectable-image .selectable-image--bg,
.entity-property-images--list .selectable-image .selectable-image--bg {
  background: url(/admin/pics/transparent-squares.png) left top repeat;
}
.entity-variation-images .selectable-image .selectable-image--holder,
.entity-property-images--list .selectable-image .selectable-image--holder {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}
.entity-variation-images .selectable-image:hover:before,
.entity-property-images--list .selectable-image:hover:before,
.entity-variation-images .selectable-image:focus:before,
.entity-property-images--list .selectable-image:focus:before,
.entity-variation-images .selectable-image:active:before,
.entity-property-images--list .selectable-image:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  border: 2px solid #00c0ee;
}
.entity-variation-images .selectable-image:hover .selectable-image--bg,
.entity-property-images--list .selectable-image:hover .selectable-image--bg,
.entity-variation-images .selectable-image:focus .selectable-image--bg,
.entity-property-images--list .selectable-image:focus .selectable-image--bg,
.entity-variation-images .selectable-image:active .selectable-image--bg,
.entity-property-images--list .selectable-image:active .selectable-image--bg {
  opacity: 0.7;
}
.input-group-lg .input-group-btn .btn {
  padding: 8px 16px;
  height: 46px;
  margin: 0 !important;
}
.input-group-lg .input-group-btn .btn-default {
  background: #e8ebf0;
}
.input-group-lg .input-group-btn .btn-default:hover,
.input-group-lg .input-group-btn .btn-default:focus,
.input-group-lg .input-group-btn .btn-default:active {
  background: #e8ebf0 !important;
  color: #00c0ee !important;
}
p.help-block {
  font-size: 12px;
  line-height: 15px;
}
.order-editor .order-editor-canvas:before,
.order-editor .order-editor-canvas:after {
  content: " ";
  display: table;
}
.order-editor .order-editor-canvas:after {
  clear: both;
}
.order-editor span.label {
  margin: 0 10px 6px 0;
  float: left;
}
.order-editor span.label i {
  margin: 0 0 0 5px;
  color: #fff;
}
.order-editor span.label i:focus,
.order-editor span.label i:hover,
.order-editor span.label i:active {
  opacity: 0.75;
}
.dropdown-inline {
  display: inline-block;
  vertical-align: top;
}
.property-price-editor .editor-conditions {
  margin-bottom: 30px;
}
.property-price-editor .editor-condition {
  border-top: 1px solid #e8ebf0;
  border-bottom: 1px solid #e8ebf0;
  padding: 10px 15px;
}
.property-price-editor .property-price-editor-branch,
.property-price-editor .editor-condition {
  position: relative;
  padding-right: 50px;
}
.property-price-editor .property-price-editor-branch .remove-btn,
.property-price-editor .editor-condition .remove-btn {
  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%);
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #f1555c;
}
.property-price-editor .property-price-editor-branch .remove-btn:hover,
.property-price-editor .editor-condition .remove-btn:hover,
.property-price-editor .property-price-editor-branch .remove-btn:focus,
.property-price-editor .editor-condition .remove-btn:focus,
.property-price-editor .property-price-editor-branch .remove-btn:active,
.property-price-editor .editor-condition .remove-btn:active {
  background: #f1555c;
  color: #fff;
}
.property-price-editor .property-price-editor-branch .edit-btn,
.property-price-editor .editor-condition .edit-btn {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #00c0ee;
}
.property-price-editor .property-price-editor-branch .edit-btn:hover,
.property-price-editor .editor-condition .edit-btn:hover,
.property-price-editor .property-price-editor-branch .edit-btn:focus,
.property-price-editor .editor-condition .edit-btn:focus,
.property-price-editor .property-price-editor-branch .edit-btn:active,
.property-price-editor .editor-condition .edit-btn:active {
  background: #00c0ee;
  color: #fff;
}
.property-price-editor .property-price-editor-branch.property-price-editor-branch,
.property-price-editor .editor-condition.property-price-editor-branch {
  padding: 10px 90px 10px 10px;
  margin-bottom: 15px;
  border-left: 5px solid #e8ebf0;
  border-top: 1px solid #e8ebf0;
  border-bottom: 1px solid #e8ebf0;
  border-right: 1px solid #e8ebf0;
  border-radius: 5px;
  position: relative;
}
.property-price-editor .property-price-editor-branch.property-price-editor-branch p:last-child,
.property-price-editor .editor-condition.property-price-editor-branch p:last-child {
  margin: 0;
}
.property-price-editor .property-price-editor-branch.property-price-editor-branch:hover,
.property-price-editor .editor-condition.property-price-editor-branch:hover {
  border-left: 5px solid #00c0ee;
}
.property-price-editor-branch .label {
  margin: 0 10px 10px 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  border-radius: 0;
}
.navbar-nav {
  margin: 0;
}
.order-tags--dropdown {
  max-width: 400px;
}
.order-tags--dropdown a {
  display: inline-block;
  padding: 8px;
  vertical-align: top;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: relative;
  max-width: 100%;
}
.order-tags--dropdown a span {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-tags--dropdown a:hover span,
.order-tags--dropdown a:active span,
.order-tags--dropdown a:focus span {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
span.label {
  padding: 4px 9px;
  line-height: 16px;
  font-size: 13px;
  border-radius: 12px;
  display: inline-block;
  vertical-align: top;
}
span.label.customer-rating-label {
  line-height: 14px;
  padding: 2px 5px;
  font-size: 12px;
}
.select2 span.label {
  line-height: 20px;
}
span.order-label {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  padding-right: 26px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
span.order-label a {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-size: 15px;
  position: absolute;
  right: 2px;
  top: 2px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  background: transparent;
}
span.order-label a:hover,
span.order-label a:focus,
span.order-label a:active {
  background: #354052;
  color: #fff;
}
span.order-label .user,
span.order-label .timestamp {
  font-weight: normal;
  margin-left: 5px;
}
span.order-label.order-changed-label {
  padding-left: 26px;
  padding-right: 9px;
}
span.order-label.order-changed-label i {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  position: absolute;
  left: 2px;
  top: 2px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  background: #354052;
  margin: 0;
}
span.order-label.order-changed-label i.fa-plus {
  color: #00a65a;
}
span.order-label.order-changed-label i.fa-minus {
  color: #f1555c;
}
span.label-xs {
  padding: 3px 9px;
  line-height: 12px;
  font-size: 11px;
  border-radius: 9px;
  font-weight: normal;
  margin: 0 3px 3px 0;
}
@media (min-width: 768px) {
  .dataTable span.label {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px 7px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 10px;
  }
  .dataTable span.label.label-xs {
    margin: 0 3px 3px 0;
  }
}
.sidebar-menu li > a > .label {
  padding: 3px 7px;
  line-height: 12px;
  font-size: 11px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .order-tags-wrapper--dropdown {
    max-width: 200px;
  }
}
.order-tags--list,
.order-tags--empty-message {
  margin-top: 5px;
}
.col-toggle-dropdown-btn .visible-col-count {
  font-weight: bold;
  font-size: 12px;
}
.order-tags--label {
  overflow: visible !important;
  text-overflow: initial !important;
  white-space: normal !important;
}
.order-tags--label .dropdown {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}
.coupling-destination-select {
  display: none;
}
.coupling-item {
  position: relative;
  padding-right: 10px;
}
.coupling-item:hover .coupling-item--buttons,
.coupling-item:focus .coupling-item--buttons,
.coupling-item:active .coupling-item--buttons {
  display: block;
}
.coupling-item h5 {
  height: 30px;
}
.coupling-item .btn-danger {
  display: none;
}
.coupling-item.has-value .btn-danger {
  display: inline-block;
}
.coupling-item.edit .coupling-destination-select {
  display: block;
}
.coupling-item.edit h5 {
  display: none;
}
.coupling-item--buttons {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 10px 10px 5px;
  background: #fff;
  display: none;
  border-radius: 5px;
}
.coupling-item--buttons .btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  padding: 0;
  margin-left: 5px;
}
.panel-heading {
  position: relative;
}
.panel-heading .collapse-all-buttons {
  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%);
}
.order-comments {
  padding-bottom: 15px;
}
.btn .fa-stack {
  line-height: 22px;
  height: 22px;
  width: 22px;
}
.btn .fa-stack .fa-times-circle {
  left: 7px;
  top: 2px;
}
.btn .fa-stack .fa-stack-l {
  left: -3px;
}
.btn .fa-stack .fa-stack-rt {
  left: 4px;
  top: 2px;
}
.btn.btn-icon-only .fa-stack {
  line-height: 40px;
  height: 40px;
  width: 22px;
}
.order-expenses .order-expense-link {
  margin-left: 6px;
}
li.submenu-dropdown {
  position: relative;
}
li.submenu-dropdown > ul.dropdown-menu {
  left: 100%;
  top: 0;
}
li.submenu-dropdown:hover > ul.dropdown-menu,
li.submenu-dropdown:focus > ul.dropdown-menu {
  display: block;
}
ul.dropdown-menu-with-submenus {
  overflow: visible;
}
table.attribute-grid {
  width: 100%;
}
table.attribute-grid.attribute-grid-box {
  margin-bottom: 20px;
}
table.attribute-grid tr:last-child th,
table.attribute-grid tr:last-child td {
  border-bottom: 0 none;
}
table.attribute-grid tr:hover td {
  background: rgba(0, 0, 0, 0.01);
}
table.attribute-grid tr:hover th {
  background: rgba(0, 0, 0, 0.02);
}
table.attribute-grid tr:hover td:first-child:before,
table.attribute-grid tr:hover th:first-child:before {
  display: block;
}
table.attribute-grid td,
table.attribute-grid th {
  padding: 6px 8px;
  position: relative;
  border-bottom: 1px solid #e8ebf0;
  vertical-align: top;
}
table.attribute-grid td.link,
table.attribute-grid th.link {
  padding: 0;
}
table.attribute-grid td.link a,
table.attribute-grid th.link a {
  display: block;
  padding: 6px 8px;
}
table.attribute-grid td.link a:hover,
table.attribute-grid th.link a:hover {
  background: #00c0ee;
  color: #fff;
}
table.attribute-grid td address:last-child,
table.attribute-grid th address:last-child,
table.attribute-grid td p:last-child,
table.attribute-grid th p:last-child {
  margin: 0 !important;
}
table.attribute-grid td:first-child,
table.attribute-grid th:first-child {
  padding-left: 12px;
}
table.attribute-grid td:first-child.link,
table.attribute-grid th:first-child.link {
  padding-left: 0;
}
table.attribute-grid td:first-child:before,
table.attribute-grid th:first-child:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #00c0ee;
  display: none;
}
table.attribute-grid th {
  width: 40%;
  background: rgba(0, 0, 0, 0.01);
  position: relative;
}
table.attribute-grid th:first-child:last-child {
  border-bottom: 0 none;
  width: 100%;
}
table.attribute-grid tr.title th {
  border-bottom: 1px solid #e8ebf0 !important;
  background: #e8ebf0;
}
table.attribute-grid tr.title th:first-child:before {
  display: none !important;
}
.form-group table.attribute-grid,
.order-box table.attribute-grid {
  margin: -15px -15px 15px;
  width: calc(100% + 30px);
}
.form-group table.attribute-grid:last-child,
.order-box table.attribute-grid:last-child {
  margin-bottom: -15px;
}
.entity-variations-editor .dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
}
.entity-variations-editor .dropdown-menu li > a {
  border-left: 3px solid #f1555c;
}
.entity-variations-editor .dropdown-menu li.active > a {
  border-left: 3px solid #00a65a;
  background: transparent;
}
.entity-variations-editor .dropdown-menu li.active > a:hover,
.entity-variations-editor .dropdown-menu li.active > a:focus,
.entity-variations-editor .dropdown-menu li.active > a:active {
  color: #00c0ee;
}
.entity-variations-table--button .btn {
  padding-left: 0;
  padding-right: 0;
  width: 40px;
  text-align: center;
}
.entity-property-images--toggle > a {
  display: block;
  text-align: center;
  padding: 4px 5px 8px;
  font-weight: bold;
  color: #64728a;
}
.entity-property-images--toggle > a:hover,
.entity-property-images--toggle > a:focus,
.entity-property-images--toggle > a:active {
  color: #00c0ee;
}
.entity-property-images--toggle > a i {
  margin-right: 4px;
  color: #00c0ee;
}
