/*!
 *
 * Angle - Bootstrap Admin App + jQuery
/*!
 *
 * Angle - Bootstrap Admin App + jQuery
 *
 * Version: 3.8.9
 * Author: @themicon_co
 * Website: http://themicon.co
 * License: https://wrapbootstrap.com/help/licenses
 *
 */
/* ========================================================================
     Component: layout
 ========================================================================== */
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic);
/* line 35, ../sass/app/layout/_layout.scss */
html {
  /* $replace rtl */
  direction: ltr;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 16px;
}

/* line 44, ../sass/app/layout/_layout.scss */
html,
body {
  height: 100%;
}

/* line 52, ../sass/app/layout/_layout.scss */
.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
}
/* line 58, ../sass/app/layout/_layout.scss */
.wrapper.ng-leave {
  display: none;
}
/* line 62, ../sass/app/layout/_layout.scss */
.wrapper .aside-container {
  position: absolute;
  width: 250px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 116;
  backface-visibility: hidden;
  background-color: #fff;
}
/* line 74, ../sass/app/layout/_layout.scss */
.wrapper .aside-container .aside-inner {
  padding-top: 55px;
  height: 100%;
  width: 250px;
  overflow: hidden;
}
/* line 81, ../sass/app/layout/_layout.scss */
.wrapper .aside-container .nav-floating {
  left: inherit;
  margin-left: 250px;
  z-index: 1110;
  min-width: 190px;
  overflow: auto;
}
/* line 94, ../sass/app/layout/_layout.scss */
.wrapper .dropdown-backdrop {
  z-index: 109;
}
/* line 98, ../sass/app/layout/_layout.scss */
.wrapper .section-container {
  position: relative;
  height: 100%;
  margin-left: 0;
  z-index: 111;
  background-color: transparent;
  padding-bottom: 60px !important;
}
@media (min-width: 768px) {
  /* line 107, ../sass/app/layout/_layout.scss */
  .wrapper .section-container.off-sidebar {
    margin-right: 90px;
  }
}
/* line 115, ../sass/app/layout/_layout.scss */
.wrapper .footer-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  border-top: 1px solid #e4eaec;
  padding: 20px;
  z-index: 109;
  font-size: .875rem;
}
/* line 125, ../sass/app/layout/_layout.scss */
.wrapper .footer-container p {
  margin: 0;
}

/* line 131, ../sass/app/layout/_layout.scss */
.modal-open .wrapper {
  z-index: 0;
}

/* line 137, ../sass/app/layout/_layout.scss */
.content-wrapper {
  padding: 15px;
  width: 100%;
  margin-top: -1px;
}
/* line 143, ../sass/app/layout/_layout.scss */
.content-wrapper .unwrap {
  margin: -15px;
}
@media (min-width: 768px) {
  /* line 143, ../sass/app/layout/_layout.scss */
  .content-wrapper .unwrap {
    margin: -20px;
  }
}
/* line 150, ../sass/app/layout/_layout.scss */
.content-wrapper .content-heading {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #929292;
  margin: -15px;
  margin-bottom: 20px;
  padding: 15px;
  font-weight: normal;
  background-color: #fafbfc;
  border-bottom: 1px solid #cfdbe2;
}
/* line 162, ../sass/app/layout/_layout.scss */
.content-wrapper .content-heading small {
  display: block;
  font-size: 12px;
  color: #909FA7;
}
/* line 169, ../sass/app/layout/_layout.scss */
.content-wrapper .container,
.content-wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  /* line 137, ../sass/app/layout/_layout.scss */
  .content-wrapper {
    padding: 20px;
  }
  /* line 177, ../sass/app/layout/_layout.scss */
  .content-wrapper .content-heading {
    margin: -20px;
    margin-bottom: 20px;
    padding: 20px;
  }
  /* line 181, ../sass/app/layout/_layout.scss */
  .content-wrapper .content-heading button,
  .content-wrapper .content-heading .btn {
    margin: 0;
  }
}

@media (min-width: 768px) {
  /* line 193, ../sass/app/layout/_layout.scss */
  body {
    min-height: 100%;
  }

  /* line 205, ../sass/app/layout/_layout.scss */
  .wrapper .section-container,
  .wrapper .footer-container {
    margin-left: 250px;
  }
  /* line 213, ../sass/app/layout/_layout.scss */
  .wrapper .section-container.has-sidebar-right {
    margin-right: 270px;
  }
  /* line 215, ../sass/app/layout/_layout.scss */
  .wrapper .section-container.has-sidebar-right + .offsidebar {
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  /* line 228, ../sass/app/layout/_layout.scss */
  .wrapper .aside-container {
    margin-left: -250px;
  }

  /* line 234, ../sass/app/layout/_layout.scss */
  .aside-toggled .wrapper .section-container,
  .aside-toggled .wrapper .footer-container {
    margin-left: 250px;
  }
  /* line 239, ../sass/app/layout/_layout.scss */
  .aside-toggled .wrapper .aside-container {
    margin-left: 0;
  }

  /* line 247, ../sass/app/layout/_layout.scss */
  .csstransforms3d .wrapper {
    backface-visibility: hidden;
  }
  /* line 249, ../sass/app/layout/_layout.scss */
  .csstransforms3d .wrapper .section-container,
  .csstransforms3d .wrapper .footer-container {
    margin-left: 0;
    transform: translate3d(0, 0, 0);
    transition: transform .3s ease;
  }
  /* line 255, ../sass/app/layout/_layout.scss */
  .csstransforms3d .wrapper .aside-container {
    margin-left: 0;
    transform: translate3d(-250px, 0, 0);
    transition: transform .3s ease;
  }
  /* line 264, ../sass/app/layout/_layout.scss */
  .csstransforms3d .aside-toggled .wrapper .section-container,
  .csstransforms3d .aside-toggled .wrapper .footer-container {
    transform: translate3d(250px, 0, 0);
  }
  /* line 268, ../sass/app/layout/_layout.scss */
  .csstransforms3d .aside-toggled .wrapper .aside-container {
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767.98px) {
  /* line 280, ../sass/app/layout/_layout.scss */
  .aside-collapsed .wrapper .aside-container {
    margin-left: -70px;
  }

  /* line 287, ../sass/app/layout/_layout.scss */
  .aside-collapsed.aside-toggled .wrapper .section-container,
  .aside-collapsed.aside-toggled .wrapper .footer-container {
    margin-left: 70px;
  }
  /* line 292, ../sass/app/layout/_layout.scss */
  .aside-collapsed.aside-toggled .wrapper .aside-container {
    margin-left: 0;
  }

  /* line 301, ../sass/app/layout/_layout.scss */
  .csstransforms3d .aside-collapsed .wrapper {
    backface-visibility: hidden;
  }
  /* line 303, ../sass/app/layout/_layout.scss */
  .csstransforms3d .aside-collapsed .wrapper .section-container,
  .csstransforms3d .aside-collapsed .wrapper .footer-container {
    margin-left: 0;
    transform: translate3d(0, 0, 0);
    transition: transform .3s ease;
  }
  /* line 309, ../sass/app/layout/_layout.scss */
  .csstransforms3d .aside-collapsed .wrapper .aside-container {
    margin-left: 0;
    transform: translate3d(-70px, 0, 0);
    transition: transform .3s ease;
  }
  /* line 318, ../sass/app/layout/_layout.scss */
  .csstransforms3d .aside-collapsed.aside-toggled .wrapper .section-container,
  .csstransforms3d .aside-collapsed.aside-toggled .wrapper .footer-container {
    transform: translate3d(70px, 0, 0);
  }
  /* line 322, ../sass/app/layout/_layout.scss */
  .csstransforms3d .aside-collapsed.aside-toggled .wrapper .aside-container {
    transform: translate3d(0, 0, 0);
  }
}
/* line 333, ../sass/app/layout/_layout.scss */
.aside-collapsed {
  overflow-y: auto;
}
/* line 337, ../sass/app/layout/_layout.scss */
.aside-collapsed .wrapper .aside-container,
.aside-collapsed .wrapper .aside-container .aside-inner {
  width: 70px;
}
/* line 341, ../sass/app/layout/_layout.scss */
.aside-collapsed .wrapper .aside-container .nav-floating {
  margin-left: 70px;
}

@media (min-width: 768px) {
  /* line 353, ../sass/app/layout/_layout.scss */
  .aside-collapsed .wrapper .section-container,
  .aside-collapsed .wrapper .footer-container {
    margin-left: 70px;
  }
}
@media (max-width: 767.98px) {
  /* line 367, ../sass/app/layout/_layout.scss */
  .aside-collapsed-text .wrapper .aside-container {
    margin-left: -90px;
  }

  /* line 374, ../sass/app/layout/_layout.scss */
  .aside-collapsed-text.aside-toggled .wrapper .section-container,
  .aside-collapsed-text.aside-toggled .wrapper .footer-container {
    margin-left: 90px;
  }
  /* line 379, ../sass/app/layout/_layout.scss */
  .aside-collapsed-text.aside-toggled .wrapper .aside-container {
    margin-left: 0;
  }

  /* line 388, ../sass/app/layout/_layout.scss */
  .csstransforms3d .aside-collapsed-text .wrapper {
    backface-visibility: hidden;
  }
  /* line 390, ../sass/app/layout/_layout.scss */
  .csstransforms3d .aside-collapsed-text .wrapper .section-container,
  .csstransforms3d .aside-collapsed-text .wrapper .footer-container {
    margin-left: 0;
    transform: translate3d(0, 0, 0);
    transition: transform .3s ease;
  }
  /* line 396, ../sass/app/layout/_layout.scss */
  .csstransforms3d .aside-collapsed-text .wrapper .aside-container {
    margin-left: 0;
    transform: translate3d(-90px, 0, 0);
    transition: transform .3s ease;
  }
  /* line 405, ../sass/app/layout/_layout.scss */
  .csstransforms3d .aside-collapsed-text.aside-toggled .wrapper .section-container,
  .csstransforms3d .aside-collapsed-text.aside-toggled .wrapper .footer-container {
    transform: translate3d(90px, 0, 0);
  }
  /* line 409, ../sass/app/layout/_layout.scss */
  .csstransforms3d .aside-collapsed-text.aside-toggled .wrapper .aside-container {
    transform: translate3d(0, 0, 0);
  }
}
/* line 420, ../sass/app/layout/_layout.scss */
.aside-collapsed-text {
  overflow-y: auto;
}
/* line 424, ../sass/app/layout/_layout.scss */
.aside-collapsed-text .wrapper .aside-container,
.aside-collapsed-text .wrapper .aside-container .aside-inner {
  width: 90px;
}
/* line 428, ../sass/app/layout/_layout.scss */
.aside-collapsed-text .wrapper .aside-container .nav-floating {
  margin-left: 90px;
}

@media (min-width: 768px) {
  /* line 440, ../sass/app/layout/_layout.scss */
  .aside-collapsed-text .wrapper .section-container,
  .aside-collapsed-text .wrapper .footer-container {
    margin-left: 90px;
  }
}
@media (max-width: 1140px) {
  /* line 463, ../sass/app/layout/_layout.scss */
  .layout-fixed.aside-toggled, .layout-fixed.offsidebar-open {
    overflow-y: hidden;
  }
}
/* line 469, ../sass/app/layout/_layout.scss */
.layout-fixed .wrapper {
  /* only applied to sidebar */
}
/* line 470, ../sass/app/layout/_layout.scss */
.layout-fixed .wrapper .topnavbar-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 121;
}
/* line 476, ../sass/app/layout/_layout.scss */
.layout-fixed .wrapper .aside-container,
.layout-fixed .wrapper .offsidebar {
  position: fixed;
}
/* line 481, ../sass/app/layout/_layout.scss */
.layout-fixed .wrapper .aside-container {
  /* safari fix */
  height: 1px;
  min-height: 100%;
  /* ios blanks space fix */
}
/* line 486, ../sass/app/layout/_layout.scss */
.layout-fixed .wrapper .aside-container .aside-inner {
  position: fixed;
  top: 0;
  bottom: 0;
}
/* line 492, ../sass/app/layout/_layout.scss */
.layout-fixed .wrapper .section-container {
  margin-top: 55px;
}

/* IE10+ hack: safari fix breaks ie so we need to target ie only to restore */
/* line 501, ../sass/app/layout/_layout.scss */
_:-ms-lang(x),
.layout-fixed .wrapper .aside-container .aside-inner {
  position: static !important;
}

@media (min-width: 992px) {
  /* line 508, ../sass/app/layout/_layout.scss */
  .layout-boxed {
    overflow: auto !important;
  }
  /* line 512, ../sass/app/layout/_layout.scss */
  .layout-boxed .wrapper {
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.25);
  }
  /* line 517, ../sass/app/layout/_layout.scss */
  .layout-boxed .wrapper .offsidebar {
    position: absolute !important;
  }
  /* line 521, ../sass/app/layout/_layout.scss */
  .layout-boxed .wrapper .aside-container {
    left: inherit;
  }
  /* line 524, ../sass/app/layout/_layout.scss */
  .layout-boxed .wrapper, .layout-boxed .wrapper .topnavbar-wrapper {
    width: 970px;
  }
  /* line 531, ../sass/app/layout/_layout.scss */
  .layout-boxed.layout-fixed .wrapper .aside-container .aside-inner {
    left: inherit;
  }
}
@media (min-width: 1200px) {
  /* line 538, ../sass/app/layout/_layout.scss */
  .layout-boxed .wrapper, .layout-boxed .wrapper .topnavbar-wrapper {
    width: 1140px;
  }
}

/* ========================================================================
   Component: layout-extra
 ========================================================================== */
/* line 7, ../sass/app/layout/_layout-extra.scss */
.hidden-footer .wrapper .footer-container {
  display: none;
}
/* line 10, ../sass/app/layout/_layout-extra.scss */
.hidden-footer .wrapper .section-container {
  margin-bottom: 0 !important;
}

/* line 17, ../sass/app/layout/_layout-extra.scss */
.layout-fs .wrapper .section-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  top: 55px;
  height: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}
/* line 33, ../sass/app/layout/_layout-extra.scss */
.layout-fs .wrapper .section-container .content-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
}
/* line 37, ../sass/app/layout/_layout-extra.scss */
.layout-fs .wrapper .section-container .content-wrapper > * {
  width: 100%;
  height: 100%;
}
/* line 45, ../sass/app/layout/_layout-extra.scss */
.layout-fs.hidden-footer .wrapper .section-container {
  bottom: 0;
}

/* line 55, ../sass/app/layout/_layout-extra.scss */
.layout-h .wrapper .section-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
/* line 59, ../sass/app/layout/_layout-extra.scss */
.layout-h .wrapper .section-container .content-wrapper .content-heading {
  display: none;
}
/* line 63, ../sass/app/layout/_layout-extra.scss */
.layout-h .wrapper .section-container {
  margin-top: 0;
}
/* line 66, ../sass/app/layout/_layout-extra.scss */
.layout-h .wrapper .offsidebar {
  margin-top: 55px;
}
/* line 69, ../sass/app/layout/_layout-extra.scss */
.layout-h .wrapper .footer-container {
  margin: 0;
}
/* line 74, ../sass/app/layout/_layout-extra.scss */
.layout-h.layout-fixed .wrapper .section-container,
.layout-h.layout-fixed .wrapper .offsidebar {
  margin-top: 55px;
}

/* line 87, ../sass/app/layout/_layout-extra.scss */
.aside-float .wrapper {
  box-shadow: 0 0 0 #000;
}
/* line 89, ../sass/app/layout/_layout-extra.scss */
.aside-float .wrapper .footer-container {
  border: 0;
}
/* line 92, ../sass/app/layout/_layout-extra.scss */
.aside-float .wrapper .aside-container {
  padding: 15px 0;
  background: transparent;
}
/* line 95, ../sass/app/layout/_layout-extra.scss */
.aside-float .wrapper .aside-container .aside-inner {
  height: 100%;
  top: 15px;
  bottom: 15px;
  left: inherit;
}
/* line 101, ../sass/app/layout/_layout-extra.scss */
.aside-float .wrapper .aside-container .sidebar {
  border: 1px solid #e4eaec;
}
/* line 104, ../sass/app/layout/_layout-extra.scss */
.aside-float .wrapper .aside-container .sidebar:after {
  display: none;
}
@media (min-width: 768px) {
  /* line 109, ../sass/app/layout/_layout-extra.scss */
  .aside-float .wrapper .section-container {
    padding-left: 15px;
  }
  /* line 112, ../sass/app/layout/_layout-extra.scss */
  .aside-float .wrapper .footer-container {
    left: 15px;
  }
}
/* line 116, ../sass/app/layout/_layout-extra.scss */
.aside-float .wrapper .content-wrapper {
  border: 0;
}
/* line 118, ../sass/app/layout/_layout-extra.scss */
.aside-float .wrapper .content-wrapper .content-heading {
  padding-top: 30px;
  border: 0;
  background-color: transparent;
}
/* line 123, ../sass/app/layout/_layout-extra.scss */
.aside-float .wrapper .content-wrapper .unwrap {
  margin: 0 !important;
}
/* line 132, ../sass/app/layout/_layout-extra.scss */
.aside-float.aside-toggled .wrapper .aside-container {
  transition: delay(0.05s);
}
/* line 134, ../sass/app/layout/_layout-extra.scss */
.aside-float.aside-toggled .wrapper .aside-container .aside-inner {
  margin-left: 15px;
}
/* line 138, ../sass/app/layout/_layout-extra.scss */
.aside-float.aside-toggled .wrapper .section-container {
  padding-left: 15px;
}
/* line 141, ../sass/app/layout/_layout-extra.scss */
.aside-float.aside-toggled .wrapper .footer-container {
  left: 15px;
}
@media (min-width: 768px) {
  /* line 146, ../sass/app/layout/_layout-extra.scss */
  .aside-float.aside-collapsed .topnavbar .navbar-header {
    width: 100px;
  }
  /* line 149, ../sass/app/layout/_layout-extra.scss */
  .aside-float.aside-collapsed-text .topnavbar .navbar-header {
    width: 120px;
  }
  /* line 153, ../sass/app/layout/_layout-extra.scss */
  .aside-float.layout-fs .wrapper .section-container .content-wrapper {
    padding: 0 0 0 20px;
  }
  /* line 157, ../sass/app/layout/_layout-extra.scss */
  .aside-float .wrapper .aside-container .aside-inner {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  /* line 163, ../sass/app/layout/_layout-extra.scss */
  .aside-float.layout-boxed .wrapper .aside-container .aside-inner {
    margin-left: 0;
  }
  /* line 166, ../sass/app/layout/_layout-extra.scss */
  .aside-float.layout-boxed .wrapper .section-container {
    padding-left: 0;
  }
}
/* line 173, ../sass/app/layout/_layout-extra.scss */
.aside-float.aside-toggled.layout-fs .wrapper .section-container .content-wrapper {
  padding: 0 0 0 20px;
}

/* ========================================================================
   Component: layout-animation.less
 ========================================================================== */
/* line 5, ../sass/app/layout/_layout-animation.scss */
.wrapper .aside-container {
  transition: width .2s cubic-bezier(0.35, 0, 0.25, 1), translate .2s cubic-bezier(0.35, 0, 0.25, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 5, ../sass/app/layout/_layout-animation.scss */
  .wrapper .aside-container {
    transition: none;
  }
}

/* line 9, ../sass/app/layout/_layout-animation.scss */
.aside-inner,
.navbar-header,
.sidebar > .sidebar-nav > li {
  transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* line 15, ../sass/app/layout/_layout-animation.scss */
.wrapper .section-container {
  transition: margin-left 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* line 19, ../sass/app/layout/_layout-animation.scss */
.sidebar > .sidebar-nav .badge {
  animation: fadeInRight 1s;
  animation-fill-mode: both;
}

/* line 24, ../sass/app/layout/_layout-animation.scss */
.aside-collapsed .sidebar > .sidebar-nav .badge,
.aside-collapsed-text .sidebar > .sidebar-nav .badge {
  animation: fadeIn 1s;
}

/* line 29, ../sass/app/layout/_layout-animation.scss */
.sidebar .sidebar-nav > li > a {
  animation: fadeInLeft .5s;
}

/* line 33, ../sass/app/layout/_layout-animation.scss */
.sidebar > .sidebar-nav > .nav-heading,
.sidebar > .sidebar-nav > li > a > span,
.navbar-brand .brand-logo {
  animation: fadeIn 1s;
}

/* line 39, ../sass/app/layout/_layout-animation.scss */
.sidebar li > a,
.sidebar li > .nav-item,
.sidebar > .sidebar-nav > .nav-heading {
  white-space: nowrap;
}

/* line 47, ../sass/app/layout/_layout-animation.scss */
.aside-collapsed .user-block-picture,
.aside-collapsed-text .user-block-picture {
  transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}
/* line 50, ../sass/app/layout/_layout-animation.scss */
.aside-collapsed .user-block,
.aside-collapsed-text .user-block {
  transition: padding 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* ========================================================================
     Component: top-navbar
 ========================================================================== */
/* line 34, ../sass/app/layout/_top-navbar.scss */
.topnavbar {
  -webkit-backface-visibility: hidden;
  /* fixes chrome jump */
  margin-bottom: 0;
  border-radius: 0;
  z-index: 1050;
  border: 0;
  padding: 0;
  min-height: 55px;
  background-color: #23b7e5;
  background-image: linear-gradient(to right, #23b7e5 0%, #51c6ea 100%);
  background-repeat: repeat-x;
}
@media (min-width: 768px) {
  /* line 46, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .navbar-header {
    width: 250px;
    text-align: center;
  }
  /* line 49, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .navbar-header .navbar-brand {
    width: 100%;
  }
}

/* line 58, ../sass/app/layout/_top-navbar.scss */
.topnavbar {
  position: relative;
}
/* line 61, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-header {
  background-color: transparent;
}
@media (min-width: 768px) {
  /* line 61, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .navbar-header {
    background-image: none;
  }
}
/* line 68, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-header {
  position: relative;
  z-index: 11;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  /* line 68, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .navbar-header {
    padding-left: 0;
  }
}
/* line 76, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-header .navbar-brand {
  padding: 0;
}
/* line 81, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-header .brand-logo > img,
.topnavbar .navbar-header .brand-logo-collapsed > img {
  margin: 0 auto;
}
/* line 85, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-header .brand-logo {
  display: block;
  padding: 10px 15px;
}
/* line 89, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-header .brand-logo-collapsed {
  display: none;
  padding: 6px 15px;
}
/* line 95, ../sass/app/layout/_top-navbar.scss */
.topnavbar .dropdown {
  position: static;
}
/* line 97, ../sass/app/layout/_top-navbar.scss */
.topnavbar .dropdown .dropdown-menu {
  position: absolute;
  margin-top: 0;
  top: auto;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  /* line 106, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .dropdown {
    position: relative;
  }
  /* line 108, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .dropdown .dropdown-menu {
    top: 54px;
    left: 0;
    right: auto;
  }
  /* line 114, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .dropdown .dropdown-menu-right {
    right: 0;
    left: auto;
  }
}
/* line 120, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-nav > .nav-item > .navbar-text {
  color: #fff;
}
/* line 124, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-nav > .nav-item > .nav-link {
  padding: 1.1rem .95rem;
  font-size: .85rem;
}
/* line 128, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-nav > .nav-item > .nav-link,
.topnavbar .navbar-nav > .nav-item.show > .nav-link {
  color: #fff;
}
/* line 131, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-nav > .nav-item > .nav-link:hover, .topnavbar .navbar-nav > .nav-item > .nav-link:focus,
.topnavbar .navbar-nav > .nav-item.show > .nav-link:hover,
.topnavbar .navbar-nav > .nav-item.show > .nav-link:focus {
  color: #117391;
}
/* line 138, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-nav > .nav-item.active > .nav-link, .topnavbar .navbar-nav > .nav-item.active > .nav-link:hover, .topnavbar .navbar-nav > .nav-item.active > .nav-link:focus,
.topnavbar .navbar-nav > .nav-item.show > .nav-link,
.topnavbar .navbar-nav > .nav-item.show > .nav-link:hover,
.topnavbar .navbar-nav > .nav-item.show > .nav-link:focus {
  background-color: transparent;
}
/* line 144, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  font-size: 16px;
  line-height: 55px;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  transition: color 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 144, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
    transition: none;
  }
}
@media (min-width: 768px) {
  /* line 144, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  /* line 161, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .navbar-text {
    margin: 10px;
  }
}

/* line 172, ../sass/app/layout/_top-navbar.scss */
.layout-h .topnavbar .navbar-header {
  display: flex;
  width: 100%;
  padding: 0;
  text-align: left;
}
@media (min-width: 992px) {
  /* line 172, ../sass/app/layout/_top-navbar.scss */
  .layout-h .topnavbar .navbar-header {
    width: auto;
  }
}
/* line 181, ../sass/app/layout/_top-navbar.scss */
.layout-h .topnavbar .navbar-toggler {
  border: 0;
  margin-left: auto;
}
/* line 184, ../sass/app/layout/_top-navbar.scss */
.layout-h .topnavbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
@media (max-width: 991.98px) {
  /* line 190, ../sass/app/layout/_top-navbar.scss */
  .layout-h .topnavbar .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
  }
}

@media (max-width: 767.98px) {
  /* line 200, ../sass/app/layout/_top-navbar.scss */
  .sidebar-toggle {
    position: absolute !important;
    top: 2px;
    left: 0;
    z-index: 3001;
  }
  /* line 205, ../sass/app/layout/_top-navbar.scss */
  .sidebar-toggle > em {
    color: #0054a6;
  }
}
/* line 216, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-form {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 55px;
  z-index: 9001;
  transition: all .3s;
  border: 0;
  border-bottom: 1px solid #e1e2e3;
}
/* line 229, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-form .form-group {
  height: 100%;
  width: 100%;
}
/* line 234, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-form .form-control {
  height: 100%;
  border: 0;
  border-radius: 0;
  width: 100%;
}
/* line 240, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-form.open {
  top: 0;
}
/* line 243, ../sass/app/layout/_top-navbar.scss */
.topnavbar .navbar-form .navbar-form-close {
  position: absolute;
  height: 30px;
  cursor: pointer;
  top: 50%;
  right: 0;
  margin-top: -15px;
  line-height: 30px;
  margin-right: 10px;
  color: #c1c2c3;
  font-size: 1.5em;
  pointer-events: auto;
}
@media (min-width: 768px) {
  /* line 259, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .navbar-form {
    left: 250px;
  }
}

@media (min-width: 768px) {
  /* line 272, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .navbar-header {
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
  }
  /* line 275, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .navbar-nav > a {
    box-shadow: 0 0 0 #000 inset;
    transition: all 0.2s;
  }
}
@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  /* line 275, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .navbar-nav > a {
    transition: none;
  }
}
@media (min-width: 768px) {
  /* line 281, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .navbar-nav > .nav-item.show > .nav-link, .topnavbar .navbar-nav > .nav-item.show > .nav-link:hover, .topnavbar .navbar-nav > .nav-item.show > .nav-link:focus {
    box-shadow: 0 -3px 0 #19a5d1 inset;
    transition: all 0.2s;
  }
}
@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  /* line 281, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .navbar-nav > .nav-item.show > .nav-link, .topnavbar .navbar-nav > .nav-item.show > .nav-link:hover, .topnavbar .navbar-nav > .nav-item.show > .nav-link:focus {
    transition: none;
  }
}
@media (min-width: 768px) {
  /* line 289, ../sass/app/layout/_top-navbar.scss */
  .topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
    position: static;
  }
}
@media (min-width: 768px) {
  /* line 299, ../sass/app/layout/_top-navbar.scss */
  .aside-collapsed .topnavbar .navbar-header .brand-logo {
    display: none;
  }
  /* line 302, ../sass/app/layout/_top-navbar.scss */
  .aside-collapsed .topnavbar .navbar-header .brand-logo-collapsed {
    display: block;
  }
  /* line 307, ../sass/app/layout/_top-navbar.scss */
  .aside-collapsed .topnavbar .navbar-header {
    width: 70px;
  }
  /* line 311, ../sass/app/layout/_top-navbar.scss */
  .aside-collapsed .topnavbar .navbar-form {
    left: 70px;
  }
}
@media (min-width: 768px) {
  /* line 323, ../sass/app/layout/_top-navbar.scss */
  .aside-collapsed-text .topnavbar .navbar-header .brand-logo {
    display: none;
  }
  /* line 326, ../sass/app/layout/_top-navbar.scss */
  .aside-collapsed-text .topnavbar .navbar-header .brand-logo-collapsed {
    display: block;
  }
  /* line 331, ../sass/app/layout/_top-navbar.scss */
  .aside-collapsed-text .topnavbar .navbar-header {
    width: 90px;
  }
  /* line 335, ../sass/app/layout/_top-navbar.scss */
  .aside-collapsed-text .topnavbar .navbar-form {
    left: 90px;
  }
}
/* ========================================================================
     Component: sidebar
 ========================================================================== */
/* line 24, ../sass/app/layout/_sidebar.scss */
.sidebar {
  height: 100%;
  padding-bottom: 20px;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
/* line 30, ../sass/app/layout/_sidebar.scss */
.sidebar:after {
  content: "";
  background: transparent;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  -webkit-transform: translateZ(0px);
}
/* line 42, ../sass/app/layout/_sidebar.scss */
.sidebar .nav-heading {
  padding: 12px 15px;
  color: #919DA8;
  font-size: 13px;
  letter-spacing: .035em;
  pointer-events: none;
  cursor: default;
}

/* line 54, ../sass/app/layout/_sidebar.scss */
.sidebar-nav {
  position: relative;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 61, ../sass/app/layout/_sidebar.scss */
.sidebar-nav > .nav-heading:first-child {
  padding-top: 20px;
}
/* line 65, ../sass/app/layout/_sidebar.scss */
.sidebar-nav > li {
  display: block;
  border-left: 3px solid transparent;
  transition: border-left-color 0.4s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 65, ../sass/app/layout/_sidebar.scss */
  .sidebar-nav > li {
    transition: none;
  }
}
/* line 70, ../sass/app/layout/_sidebar.scss */
.sidebar-nav > li > a,
.sidebar-nav > li > .nav-item {
  position: relative;
  display: block;
  padding: 20px 24px;
  color: #515253;
  letter-spacing: .025em;
  font-weight: normal;
  cursor: pointer;
}
/* line 80, ../sass/app/layout/_sidebar.scss */
.sidebar-nav > li > a:focus, .sidebar-nav > li > a:hover,
.sidebar-nav > li > .nav-item:focus,
.sidebar-nav > li > .nav-item:hover {
  text-decoration: none;
  outline: none;
  color: #23b7e5;
}
/* line 86, ../sass/app/layout/_sidebar.scss */
.sidebar-nav > li > a > em,
.sidebar-nav > li > .nav-item > em {
  width: 1.8em;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: inherits;
}
/* line 98, ../sass/app/layout/_sidebar.scss */
.sidebar-nav > li.active,
.sidebar-nav > li.active > a,
.sidebar-nav > li.active > .nav-item,
.sidebar-nav > li.active .sidebar-nav, .sidebar-nav > li.open,
.sidebar-nav > li.open > a,
.sidebar-nav > li.open > .nav-item,
.sidebar-nav > li.open .sidebar-nav {
  background-color: #fcfcfc;
  color: #23b7e5;
}
/* line 105, ../sass/app/layout/_sidebar.scss */
.sidebar-nav > li.active > .nav-item > em,
.sidebar-nav > li.active > a > em, .sidebar-nav > li.open > .nav-item > em,
.sidebar-nav > li.open > a > em {
  color: #23b7e5;
}
/* line 111, ../sass/app/layout/_sidebar.scss */
.sidebar-nav > li.active {
  border-left-color: #23b7e5;
}
/* line 115, ../sass/app/layout/_sidebar.scss */
.sidebar-nav .badge {
  display: block;
}

@media only screen and (min-width: 1025px) {
  /* line 123, ../sass/app/layout/_sidebar.scss */
  .sidebar:not(.show-scrollbar) {
    margin-right: -17px;
    overflow-y: scroll;
  }
}
/* line 130, ../sass/app/layout/_sidebar.scss */
.sidebar-subnav {
  background-color: #fff;
}
/* line 133, ../sass/app/layout/_sidebar.scss */
.sidebar-subnav > .sidebar-subnav-header {
  color: #515253;
  display: none;
  padding: 10px 20px;
  font-weight: bold;
}
/* line 140, ../sass/app/layout/_sidebar.scss */
.sidebar-subnav > li {
  border-left: 0 !important;
}
/* line 142, ../sass/app/layout/_sidebar.scss */
.sidebar-subnav > li > a,
.sidebar-subnav > li > .nav-item {
  display: block;
  position: relative;
  padding: 10px 20px;
  padding-left: 53px;
  font-weight: normal;
  background-color: transparent !important;
  color: #515253;
}
/* line 151, ../sass/app/layout/_sidebar.scss */
.sidebar-subnav > li > a:focus, .sidebar-subnav > li > a:hover,
.sidebar-subnav > li > .nav-item:focus,
.sidebar-subnav > li > .nav-item:hover {
  color: #23b7e5;
}
/* line 155, ../sass/app/layout/_sidebar.scss */
.sidebar-subnav > li > a > em,
.sidebar-subnav > li > .nav-item > em {
  display: inline-block;
  width: 1.8em;
  margin: 0 0 0 -2em;
}
/* line 163, ../sass/app/layout/_sidebar.scss */
.sidebar-subnav > li.active > a,
.sidebar-subnav > li.active > .nav-item {
  color: #23b7e5;
}
/* line 166, ../sass/app/layout/_sidebar.scss */
.sidebar-subnav > li.active > a:after,
.sidebar-subnav > li.active > .nav-item:after {
  border-color: #23b7e5;
  background-color: #23b7e5;
}
/* line 172, ../sass/app/layout/_sidebar.scss */
.sidebar-subnav > li .sidebar-nav > li {
  padding-left: 5px;
}
/* line 178, ../sass/app/layout/_sidebar.scss */
.sidebar-subnav.nav-floating {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-left: -1px;
}
/* line 181, ../sass/app/layout/_sidebar.scss */
.sidebar-subnav.nav-floating,
.sidebar-subnav.nav-floating .collapse {
  height: auto !important;
  display: block !important;
  visibility: visible !important;
}
/* line 187, ../sass/app/layout/_sidebar.scss */
.sidebar-subnav.nav-floating > .sidebar-subnav-header {
  display: block;
}
/* line 190, ../sass/app/layout/_sidebar.scss */
.sidebar-subnav.nav-floating li > a,
.sidebar-subnav.nav-floating li > .nav-item {
  padding-left: 20px;
}
/* line 193, ../sass/app/layout/_sidebar.scss */
.sidebar-subnav.nav-floating li > a em,
.sidebar-subnav.nav-floating li > .nav-item em {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 206, ../sass/app/layout/_sidebar.scss */
  .sidebar > .sidebar-nav .badge {
    margin: 2px 0 0 0;
  }
}
/* line 215, ../sass/app/layout/_sidebar.scss */
.aside-collapsed .sidebar,
.aside-collapsed-text .sidebar {
  overflow-x: hidden;
}
/* line 219, ../sass/app/layout/_sidebar.scss */
.aside-collapsed .sidebar > .sidebar-nav .sidebar-nav,
.aside-collapsed .sidebar > .sidebar-nav > .nav-heading,
.aside-collapsed .sidebar > .sidebar-nav > li > .nav-item > span,
.aside-collapsed .sidebar > .sidebar-nav > li > a > span,
.aside-collapsed-text .sidebar > .sidebar-nav .sidebar-nav,
.aside-collapsed-text .sidebar > .sidebar-nav > .nav-heading,
.aside-collapsed-text .sidebar > .sidebar-nav > li > .nav-item > span,
.aside-collapsed-text .sidebar > .sidebar-nav > li > a > span {
  display: none !important;
}
/* line 226, ../sass/app/layout/_sidebar.scss */
.aside-collapsed .sidebar > .sidebar-nav > li,
.aside-collapsed-text .sidebar > .sidebar-nav > li {
  width: 70px;
}
/* line 229, ../sass/app/layout/_sidebar.scss */
.aside-collapsed .sidebar > .sidebar-nav > li > a,
.aside-collapsed .sidebar > .sidebar-nav > li > .nav-item,
.aside-collapsed-text .sidebar > .sidebar-nav > li > a,
.aside-collapsed-text .sidebar > .sidebar-nav > li > .nav-item {
  text-indent: -3px;
  padding: 20px 0;
  text-align: center;
}
/* line 234, ../sass/app/layout/_sidebar.scss */
.aside-collapsed .sidebar > .sidebar-nav > li > a > em,
.aside-collapsed .sidebar > .sidebar-nav > li > .nav-item > em,
.aside-collapsed-text .sidebar > .sidebar-nav > li > a > em,
.aside-collapsed-text .sidebar > .sidebar-nav > li > .nav-item > em {
  font-size: 1.6em;
  width: auto;
}
/* line 238, ../sass/app/layout/_sidebar.scss */
.aside-collapsed .sidebar > .sidebar-nav > li > a:focus,
.aside-collapsed .sidebar > .sidebar-nav > li > .nav-item:focus,
.aside-collapsed-text .sidebar > .sidebar-nav > li > a:focus,
.aside-collapsed-text .sidebar > .sidebar-nav > li > .nav-item:focus {
  background-color: transparent;
}
/* line 241, ../sass/app/layout/_sidebar.scss */
.aside-collapsed .sidebar > .sidebar-nav > li > a:focus > em,
.aside-collapsed .sidebar > .sidebar-nav > li > .nav-item:focus > em,
.aside-collapsed-text .sidebar > .sidebar-nav > li > a:focus > em,
.aside-collapsed-text .sidebar > .sidebar-nav > li > .nav-item:focus > em {
  color: inherit;
}
/* line 249, ../sass/app/layout/_sidebar.scss */
.aside-collapsed .sidebar .sidebar-nav .badge,
.aside-collapsed-text .sidebar .sidebar-nav .badge {
  position: absolute;
  top: 10px;
  right: 5px;
  text-indent: 0;
}

/* line 263, ../sass/app/layout/_sidebar.scss */
.aside-collapsed-text .sidebar > .sidebar-nav > li > .nav-item > span,
.aside-collapsed-text .sidebar > .sidebar-nav > li > a > span {
  display: block !important;
  font-size: 12px;
}
/* line 269, ../sass/app/layout/_sidebar.scss */
.aside-collapsed-text .sidebar > .sidebar-nav > li {
  width: 88px;
}
/* line 271, ../sass/app/layout/_sidebar.scss */
.aside-collapsed-text .sidebar > .sidebar-nav > li > a {
  padding: 14px 0;
}
/* line 273, ../sass/app/layout/_sidebar.scss */
.aside-collapsed-text .sidebar > .sidebar-nav > li > a > em {
  font-size: 1.4em;
}

/* ========================================================================
     Component: offsidebar
 ========================================================================== */
/* line 15, ../sass/app/layout/_offsidebar.scss */
.offsidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 265px;
  margin-top: 55px;
  border-left: 1px solid #cccccc;
  background-color: #fff;
  color: #656565;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: -1;
}
/* line 29, ../sass/app/layout/_offsidebar.scss */
.offsidebar > .list-group {
  min-height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0px);
}
/* line 35, ../sass/app/layout/_offsidebar.scss */
.offsidebar .progress {
  border: 0;
}
/* line 39, ../sass/app/layout/_offsidebar.scss */
.offsidebar .tab-content {
  padding: 0;
  border: 0;
}
/* line 43, ../sass/app/layout/_offsidebar.scss */
.offsidebar .nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 45, ../sass/app/layout/_offsidebar.scss */
.offsidebar .nav-tabs > .nav-item > .nav-link {
  background-color: transparent;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  color: #909FA7;
}
/* line 51, ../sass/app/layout/_offsidebar.scss */
.offsidebar .nav-tabs > .nav-item > .nav-link.active {
  color: #5d9cec;
}
@media (min-width: 768px) {
  /* line 15, ../sass/app/layout/_offsidebar.scss */
  .offsidebar {
    margin-top: 55px;
  }
}

/* line 65, ../sass/app/layout/_offsidebar.scss */
.offsidebar-open .offsidebar {
  overflow-y: auto;
  z-index: 116;
}
@media (min-width: 768px) {
  /* line 64, ../sass/app/layout/_offsidebar.scss */
  .offsidebar-open {
    overflow-y: auto;
  }
}

/* line 75, ../sass/app/layout/_offsidebar.scss */
.offsidebar {
  right: -265px;
}

/* line 81, ../sass/app/layout/_offsidebar.scss */
.no-csstransforms3d .offsidebar-open .offsidebar {
  right: 0;
}

/* Transformation ready devices*/
/* line 91, ../sass/app/layout/_offsidebar.scss */
.csstransforms3d .offsidebar {
  right: 0;
  transform: translate3d(265px, 0, 0);
  transition: transform .3s ease, z-index 0s linear .3s;
}
/* line 97, ../sass/app/layout/_offsidebar.scss */
.csstransforms3d .offsidebar-open .offsidebar {
  transform: translate3d(0, 0, 0);
  transition: transform .3s ease;
}

/* ========================================================================
     Component: user-block
 ========================================================================== */
/* line 6, ../sass/app/layout/_user-block.scss */
.has-user-block {
  display: block;
  overflow: hidden;
  border: 0 !important;
}

/* line 13, ../sass/app/layout/_user-block.scss */
.user-block {
  position: relative;
  padding: 25px 0 10px;
  cursor: pointer;
}
/* line 2, ../sass/bootstrap/mixins/_clearfix.scss */
.user-block::after {
  display: block;
  clear: both;
  content: "";
}
/* line 19, ../sass/app/layout/_user-block.scss */
.user-block > .user-block-picture {
  position: relative;
  width: 60px;
  margin: 0 auto;
}
/* line 24, ../sass/app/layout/_user-block.scss */
.user-block > .user-block-picture > img {
  max-width: 100%;
  height: auto;
}
/* line 31, ../sass/app/layout/_user-block.scss */
.user-block .user-block-info {
  padding-top: 15px;
  text-align: center;
  white-space: nowrap;
}
/* line 40, ../sass/app/layout/_user-block.scss */
.user-block .user-block-info .user-block-name {
  color: #7D848F;
}
/* line 44, ../sass/app/layout/_user-block.scss */
.user-block .user-block-info .user-block-role {
  font-size: 12px;
  color: #aaa;
}

/* line 53, ../sass/app/layout/_user-block.scss */
.user-block-status {
  position: relative;
}
/* line 56, ../sass/app/layout/_user-block.scss */
.user-block-status > .circle {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
}

/* line 67, ../sass/app/layout/_user-block.scss */
.aside-collapsed .user-block, .aside-collapsed-text .user-block {
  padding: 15px 0 14px;
  margin: 0;
  text-align: center;
}
/* line 72, ../sass/app/layout/_user-block.scss */
.aside-collapsed .user-block > .user-block-picture, .aside-collapsed-text .user-block > .user-block-picture {
  float: none;
  margin: 0  auto;
  width: 50px;
}
/* line 77, ../sass/app/layout/_user-block.scss */
.aside-collapsed .user-block > .user-block-picture > .user-block-status, .aside-collapsed-text .user-block > .user-block-picture > .user-block-status {
  display: block;
}
/* line 83, ../sass/app/layout/_user-block.scss */
.aside-collapsed .user-block .user-block-info, .aside-collapsed-text .user-block .user-block-info {
  display: none;
}

/* line 2, ../sass/app/layout/_settings.scss */
.setting-color {
  padding: 0 5px;
}
/* line 5, ../sass/app/layout/_settings.scss */
.setting-color > label {
  display: block;
  position: relative;
  margin: 0 10px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
/* line 14, ../sass/app/layout/_settings.scss */
.setting-color > label:first-child {
  margin-left: 0;
}
/* line 17, ../sass/app/layout/_settings.scss */
.setting-color > label:last-child {
  margin-right: 0;
}
/* line 22, ../sass/app/layout/_settings.scss */
.setting-color > label > .color {
  display: block;
  height: 18px;
}
/* line 27, ../sass/app/layout/_settings.scss */
.setting-color > label > .split {
  display: block;
}
/* line 2, ../sass/bootstrap/mixins/_clearfix.scss */
.setting-color > label > .split::after {
  display: block;
  clear: both;
  content: "";
}
/* line 30, ../sass/app/layout/_settings.scss */
.setting-color > label > .split > .color {
  display: block;
  height: 37.5px;
}
/* line 33, ../sass/app/layout/_settings.scss */
.setting-color > label > .split > .color:first-child {
  float: left;
  width: 70%;
}
/* line 37, ../sass/app/layout/_settings.scss */
.setting-color > label > .split > .color:last-child {
  float: right;
  width: 30%;
}
/* line 43, ../sass/app/layout/_settings.scss */
.setting-color > label > .icon-check {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -20px;
  margin-left: -10px;
  text-align: center;
  font-size: 1.33333333em;
  vertical-align: -15%;
  color: #fff;
  opacity: 0;
}
/* line 59, ../sass/app/layout/_settings.scss */
.setting-color > label > input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
/* line 63, ../sass/app/layout/_settings.scss */
.setting-color > label > input[type="radio"]:checked + .icon-check {
  opacity: 1 !important;
}

/* ========================================================================
     Component: typo
 ========================================================================== */
/* line 7, ../sass/app/common/_typo.scss */
body {
  font-family: "Source Sans Pro", sans-serif;
  color: #656565;
  font-size: 0.875rem;
}

/* line 13, ../sass/app/common/_typo.scss */
h1, h2, h3, h4 {
  font-weight: bold;
}

/* line 17, ../sass/app/common/_typo.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.65625rem;
}

/* line 22, ../sass/app/common/_typo.scss */
h1, .h1 {
  font-size: 2.25rem;
}

/* line 26, ../sass/app/common/_typo.scss */
h2, .h2 {
  font-size: 1.875rem;
}

/* line 30, ../sass/app/common/_typo.scss */
h3, .h3 {
  font-size: 1.5rem;
}

/* line 34, ../sass/app/common/_typo.scss */
h4, .h4 {
  font-size: 1.125rem;
}

/* line 38, ../sass/app/common/_typo.scss */
h5, .h5 {
  font-size: .875rem;
}

/* line 42, ../sass/app/common/_typo.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 46, ../sass/app/common/_typo.scss */
p {
  margin-bottom: .65rem;
}

/* ========================================================================
     Component: bootstrap-reset
 ========================================================================== */
/* line 10, ../sass/app/common/_bootstrap-reset.scss */
*:focus {
  outline: 0 !important;
}

/* line 14, ../sass/app/common/_bootstrap-reset.scss */
a {
  outline: none !important;
}
/* line 17, ../sass/app/common/_bootstrap-reset.scss */
a.text-muted:hover, a.text-muted:focus {
  color: #748690;
}

/* line 24, ../sass/app/common/_bootstrap-reset.scss */
hr {
  border-top: 1px solid #e4eaec;
}

/* line 29, ../sass/app/common/_bootstrap-reset.scss */
[data-now] {
  display: inline-block;
}

/* line 33, ../sass/app/common/_bootstrap-reset.scss */
.badge {
  padding: 0.1875rem 0.4375rem;
  font-size: 0.75rem;
  border-radius: 0.625rem;
}
/* line 37, ../sass/app/common/_bootstrap-reset.scss */
.badge.badge-warning {
  color: #fff !important;
}
/* line 40, ../sass/app/common/_bootstrap-reset.scss */
.badge.badge-secondary {
  background-color: #3a3f51;
  color: #fff;
}

/* line 46, ../sass/app/common/_bootstrap-reset.scss */
.list-group {
  line-height: 1.3;
}
/* line 48, ../sass/app/common/_bootstrap-reset.scss */
.list-group .list-group-item {
  padding: 10px;
  color: #555;
}
/* line 51, ../sass/app/common/_bootstrap-reset.scss */
.list-group .list-group-item.active {
  color: #fff;
}
/* line 53, ../sass/app/common/_bootstrap-reset.scss */
.list-group .list-group-item.active .badge {
  background-color: #fff;
  color: #5d9cec;
}
/* line 58, ../sass/app/common/_bootstrap-reset.scss */
.card > .list-group .list-group-item {
  border: 0;
}

/* line 64, ../sass/app/common/_bootstrap-reset.scss */
.list-group + .card-footer {
  border-top: 0;
}

/* line 68, ../sass/app/common/_bootstrap-reset.scss */
.page-header {
  padding-bottom: 0.59375rem;
  margin: 2.625rem 0 1.3125rem;
  border-bottom: 1px solid #e4eaec;
}

/* line 74, ../sass/app/common/_bootstrap-reset.scss */
.card {
  border-color: transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 77, ../sass/app/common/_bootstrap-reset.scss */
.card .card-header {
  border-bottom: 0;
  padding: 0.625rem 0.9375rem;
  background-color: transparent;
}
/* line 81, ../sass/app/common/_bootstrap-reset.scss */
.card .card-header .card-title {
  margin-bottom: 0;
  font-size: 1rem;
}
/* line 85, ../sass/app/common/_bootstrap-reset.scss */
.card .card-header a {
  text-decoration: none !important;
}
/* line 89, ../sass/app/common/_bootstrap-reset.scss */
.card .card-body {
  padding: 0.9375rem;
}
/* line 92, ../sass/app/common/_bootstrap-reset.scss */
.card .card-footer {
  padding: 0.625rem 0.9375rem;
}

/* line 97, ../sass/app/common/_bootstrap-reset.scss */
.card-default {
  border-top-width: 3px;
  border-color: #cfdbe2;
}
/* line 102, ../sass/app/common/_bootstrap-reset.scss */
.card-default .card-header {
  background-color: #fff;
}

/* line 107, ../sass/app/common/_bootstrap-reset.scss */
.well {
  border: 1px solid #dde6e9;
}

/* line 111, ../sass/app/common/_bootstrap-reset.scss */
.jumbotron {
  border: 1px solid #dde6e9;
  background-color: #fff;
}
@media (min-width: 768px) {
  /* line 111, ../sass/app/common/_bootstrap-reset.scss */
  .jumbotron {
    padding: 2rem 1rem;
  }
}

/* line 119, ../sass/app/common/_bootstrap-reset.scss */
.nav-tabs > .nav-item > .nav-link {
  font-weight: bold;
  color: #656565;
  background-color: #edf1f2;
  margin: 0;
  border: 1px solid #dde6e9;
  border-radius: 0;
  padding: 10px 20px;
}
/* line 127, ../sass/app/common/_bootstrap-reset.scss */
.nav-tabs > .nav-item > .nav-link.active {
  background-color: #fff;
}
/* line 129, ../sass/app/common/_bootstrap-reset.scss */
.nav-tabs > .nav-item > .nav-link.active, .nav-tabs > .nav-item > .nav-link.active:hover, .nav-tabs > .nav-item > .nav-link.active:focus {
  color: inherit;
  border-bottom-color: #fff;
}

/* line 138, ../sass/app/common/_bootstrap-reset.scss */
.tab-content {
  padding: 10px 20px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #dde6e9;
}
/* line 143, ../sass/app/common/_bootstrap-reset.scss */
.nav-pills + .tab-content {
  border: 0;
  padding: 0;
}
/* line 147, ../sass/app/common/_bootstrap-reset.scss */
.p-0 .tab-content {
  padding: 0 !important;
}

/* line 153, ../sass/app/common/_bootstrap-reset.scss */
.btn {
  border-radius: 3px;
  font-size: 13px;
  -webkit-appearance: none;
  outline: none !important;
  transition: all 0.1s;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 153, ../sass/app/common/_bootstrap-reset.scss */
  .btn {
    transition: none;
  }
}
/* line 159, ../sass/app/common/_bootstrap-reset.scss */
.btn.btn-link {
  box-shadow: none;
  border: 0;
}
/* line 163, ../sass/app/common/_bootstrap-reset.scss */
.input-group .btn {
  font-size: 14px;
  border-color: #dde6e9;
}
/* line 167, ../sass/app/common/_bootstrap-reset.scss */
.input-group .form-control-sm + .input-group-btn .btn {
  font-size: 0.8125rem;
  padding: 0.3125rem 0.625rem;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 178, ../sass/app/common/_bootstrap-reset.scss */
.btn.btn-warning {
  color: #fff;
}
/* line 32, ../sass/bootstrap/mixins/_hover.scss */
.btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus, .btn.btn-outline-warning:active {
  color: #fff;
}

/* line 188, ../sass/app/common/_bootstrap-reset.scss */
.btn-secondary, .calendar-app .fc-button {
  background-color: #fff;
  border-color: #eaeaea;
  color: #333;
}
/* line 192, ../sass/app/common/_bootstrap-reset.scss */
.btn-secondary:hover, .calendar-app .fc-button:hover {
  background-color: #f5f5f5;
}
/* line 195, ../sass/app/common/_bootstrap-reset.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .calendar-app .fc-button:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .calendar-app .fc-button:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .calendar-app .show > .dropdown-toggle.fc-button {
  background-color: #f5f5f5;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 203, ../sass/app/common/_bootstrap-reset.scss */
.btn-outline-secondary {
  border-color: #eaeaea !important;
  color: #333;
}
/* line 206, ../sass/app/common/_bootstrap-reset.scss */
.btn-outline-secondary:hover {
  color: #333;
  background-color: #f5f5f5 !important;
}
/* line 210, ../sass/app/common/_bootstrap-reset.scss */
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
}

/* line 215, ../sass/app/common/_bootstrap-reset.scss */
span.btn {
  -webkit-appearance: none !important;
}

/* line 218, ../sass/app/common/_bootstrap-reset.scss */
.form-control {
  box-shadow: 0 0 0 #000 !important;
  font-size: 0.875rem;
}
/* line 221, ../sass/app/common/_bootstrap-reset.scss */
.form-control:focus {
  border-color: #66afe9;
}

/* line 226, ../sass/app/common/_bootstrap-reset.scss */
.form-control-sm,
select.form-control-sm {
  font-size: .75rem;
  height: 31px;
}

/* line 232, ../sass/app/common/_bootstrap-reset.scss */
.custom-select {
  -webkit-appearance: none;
}

/* line 236, ../sass/app/common/_bootstrap-reset.scss */
.custom-control-label::before {
  top: 0.19rem;
  border: 1px solid #dde6e9;
}

/* line 241, ../sass/app/common/_bootstrap-reset.scss */
fieldset {
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 20px;
}
/* line 245, ../sass/app/common/_bootstrap-reset.scss */
fieldset.last-child, fieldset:last-child {
  border-bottom: 0;
}
/* line 249, ../sass/app/common/_bootstrap-reset.scss */
fieldset .form-group {
  margin-bottom: 0;
}

/* line 254, ../sass/app/common/_bootstrap-reset.scss */
.input-group-text {
  font-size: .875rem;
}

@media (max-width: 767.98px) {
  /* line 260, ../sass/app/common/_bootstrap-reset.scss */
  input[type="text"],
  input[type="email"],
  input[type="search"],
  input[type="password"] {
    -webkit-appearance: none;
  }
}
/* line 269, ../sass/app/common/_bootstrap-reset.scss */
.table-responsive {
  overflow-y: hidden;
}

/* line 276, ../sass/app/common/_bootstrap-reset.scss */
.table > thead > tr > th {
  border-bottom-width: 0;
}
/* line 279, ../sass/app/common/_bootstrap-reset.scss */
.table > tbody + tbody {
  border-bottom-width: 1px;
}
/* line 283, ../sass/app/common/_bootstrap-reset.scss */
.table .form-control {
  max-width: 100%;
}

/* line 290, ../sass/app/common/_bootstrap-reset.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

/* line 298, ../sass/app/common/_bootstrap-reset.scss */
.progress {
  border-radius: 0.2rem;
  border: 1px solid #e9ecef;
  background-color: #fff;
}

/* line 310, ../sass/app/common/_bootstrap-reset.scss */
.popover {
  box-shadow: 0 0 0 #000;
  border-color: #eee;
  border-bottom: 2px solid #e4eaec;
  border-radius: 0.2rem;
}
/* line 315, ../sass/app/common/_bootstrap-reset.scss */
.popover .popover-title {
  border: 0;
}

/* line 324, ../sass/app/common/_bootstrap-reset.scss */
.nav.nav-pills .active > a {
  background-color: #5d9cec;
}

/* line 331, ../sass/app/common/_bootstrap-reset.scss */
.dropdown-menu {
  border-radius: 0.2rem;
  font-size: 14px;
  padding: 0.3125rem 0;
  box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
  border-color: #e1e1e1;
}
/* line 337, ../sass/app/common/_bootstrap-reset.scss */
.dropdown-menu .dropdown-item {
  line-height: 1.52857143;
  padding: 0.1875rem 1.25rem;
}

/* line 343, ../sass/app/common/_bootstrap-reset.scss */
.dropdown-header {
  color: #a1a2a3;
}

/* line 347, ../sass/app/common/_bootstrap-reset.scss */
.navbar-top .navbar-nav > .active > a {
  color: #999;
}
/* line 349, ../sass/app/common/_bootstrap-reset.scss */
.navbar-top .navbar-nav > .active > a:hover, .navbar-top .navbar-nav > .active > a:focus {
  color: #d1d2d3;
}

/* line 356, ../sass/app/common/_bootstrap-reset.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #666;
}
/* line 358, ../sass/app/common/_bootstrap-reset.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #222;
}

/* line 366, ../sass/app/common/_bootstrap-reset.scss */
.carousel .carousel-indicators {
  bottom: 0;
}
/* line 370, ../sass/app/common/_bootstrap-reset.scss */
.carousel .carousel-control.left, .carousel .carousel-control.right {
  background-image: none;
}
/* line 374, ../sass/app/common/_bootstrap-reset.scss */
.carousel .carousel-control em {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

/* line 391, ../sass/app/common/_bootstrap-reset.scss */
.alert-primary {
  color: #fff;
  background-color: #5d9cec;
  border-color: #5d9cec;
}
/* line 6, ../sass/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #468ee9;
}
/* line 10, ../sass/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #e6e6e6;
}

/* line 391, ../sass/app/common/_bootstrap-reset.scss */
.alert-anffas-primary {
  color: #fff;
  background-color: #0054a6;
  border-color: #0054a6;
}
/* line 6, ../sass/bootstrap/mixins/_alert.scss */
.alert-anffas-primary hr {
  border-top-color: #00478d;
}
/* line 10, ../sass/bootstrap/mixins/_alert.scss */
.alert-anffas-primary .alert-link {
  color: #e6e6e6;
}

/* line 391, ../sass/app/common/_bootstrap-reset.scss */
.alert-secondary {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
/* line 6, ../sass/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #f2f2f2;
}
/* line 10, ../sass/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #e6e6e6;
}

/* line 391, ../sass/app/common/_bootstrap-reset.scss */
.alert-anffas-secondary {
  color: #fff;
  background-color: #4469af;
  border-color: #4469af;
}
/* line 6, ../sass/bootstrap/mixins/_alert.scss */
.alert-anffas-secondary hr {
  border-top-color: #3d5e9d;
}
/* line 10, ../sass/bootstrap/mixins/_alert.scss */
.alert-anffas-secondary .alert-link {
  color: #e6e6e6;
}

/* line 391, ../sass/app/common/_bootstrap-reset.scss */
.alert-success {
  color: #fff;
  background-color: #27c24c;
  border-color: #27c24c;
}
/* line 6, ../sass/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #23ad44;
}
/* line 10, ../sass/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #e6e6e6;
}

/* line 391, ../sass/app/common/_bootstrap-reset.scss */
.alert-info {
  color: #fff;
  background-color: #23b7e5;
  border-color: #23b7e5;
}
/* line 6, ../sass/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #19a9d5;
}
/* line 10, ../sass/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #e6e6e6;
}

/* line 391, ../sass/app/common/_bootstrap-reset.scss */
.alert-warning {
  color: #fff;
  background-color: #ff902b;
  border-color: #ff902b;
}
/* line 6, ../sass/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ff8312;
}
/* line 10, ../sass/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #e6e6e6;
}

/* line 391, ../sass/app/common/_bootstrap-reset.scss */
.alert-danger {
  color: #fff;
  background-color: #f05050;
  border-color: #f05050;
}
/* line 6, ../sass/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #ee3939;
}
/* line 10, ../sass/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #e6e6e6;
}

/* line 391, ../sass/app/common/_bootstrap-reset.scss */
.alert-gray-light {
  color: #fff;
  background-color: #e4eaec;
  border-color: #e4eaec;
}
/* line 6, ../sass/bootstrap/mixins/_alert.scss */
.alert-gray-light hr {
  border-top-color: #d5dee1;
}
/* line 10, ../sass/bootstrap/mixins/_alert.scss */
.alert-gray-light .alert-link {
  color: #e6e6e6;
}

/* line 391, ../sass/app/common/_bootstrap-reset.scss */
.alert-gray-lighter {
  color: #fff;
  background-color: #edf1f2;
  border-color: #edf1f2;
}
/* line 6, ../sass/bootstrap/mixins/_alert.scss */
.alert-gray-lighter hr {
  border-top-color: #dee5e7;
}
/* line 10, ../sass/bootstrap/mixins/_alert.scss */
.alert-gray-lighter .alert-link {
  color: #e6e6e6;
}

/* line 397, ../sass/app/common/_bootstrap-reset.scss */
.topnavbar,
.navbar,
.navbar .dropdown-menu {
  filter: none !important;
}

/* ========================================================================
     Component: bootstrap-custom
 ========================================================================== */
/* line 11, ../sass/app/common/_bootstrap-custom.scss */
.container-sm {
  max-width: 540px;
  width: auto;
}

/* line 16, ../sass/app/common/_bootstrap-custom.scss */
.container-md {
  max-width: 720px;
  width: auto;
}

/* line 21, ../sass/app/common/_bootstrap-custom.scss */
.container-lg {
  max-width: 960px;
  width: auto;
}

/* line 27, ../sass/app/common/_bootstrap-custom.scss */
.row-flush {
  margin: 0;
}
/* line 29, ../sass/app/common/_bootstrap-custom.scss */
.row-flush > .col,
.row-flush > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* line 39, ../sass/app/common/_bootstrap-custom.scss */
.breadcrumb {
  font-weight: normal;
  border-radius: 0;
  color: #909FA7;
  padding: 10px 20px;
}

/* line 48, ../sass/app/common/_bootstrap-custom.scss */
.content-heading .breadcrumb {
  font-size: 0.8125rem;
  margin-bottom: 0;
}
/* line 53, ../sass/app/common/_bootstrap-custom.scss */
.content-heading + .breadcrumb {
  margin: -25px -25px 20px -20px;
  background-color: #fafbfc;
  border-top: 1px solid #cfdbe2;
  border-bottom: 1px solid #cfdbe2;
}

/* line 65, ../sass/app/common/_bootstrap-custom.scss */
.progress-sm {
  height: 15px;
}

/* line 69, ../sass/app/common/_bootstrap-custom.scss */
.progress-xs {
  height: 8px;
}

/* line 76, ../sass/app/common/_bootstrap-custom.scss */
.badge-inverse {
  color: #fff;
  background-color: #131e26;
}
/* line 17, ../sass/bootstrap/mixins/_hover.scss */
.badge-inverse[href]:hover, .badge-inverse[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #020304;
}

/* line 80, ../sass/app/common/_bootstrap-custom.scss */
.badge-green {
  color: #fff;
  background-color: #37bc9b;
}
/* line 17, ../sass/bootstrap/mixins/_hover.scss */
.badge-green[href]:hover, .badge-green[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2b957a;
}

/* line 84, ../sass/app/common/_bootstrap-custom.scss */
.badge-pink {
  color: #fff;
  background-color: #f532e5;
}
/* line 17, ../sass/bootstrap/mixins/_hover.scss */
.badge-pink[href]:hover, .badge-pink[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e90bd6;
}

/* line 88, ../sass/app/common/_bootstrap-custom.scss */
.badge-purple {
  color: #fff;
  background-color: #7266ba;
}
/* line 17, ../sass/bootstrap/mixins/_hover.scss */
.badge-purple[href]:hover, .badge-purple[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #564aa3;
}

/* line 95, ../sass/app/common/_bootstrap-custom.scss */
.alert-purple {
  color: #fff;
  background-color: #7266ba;
  border-color: #7266ba;
}
/* line 6, ../sass/bootstrap/mixins/_alert.scss */
.alert-purple hr {
  border-top-color: #6254b2;
}
/* line 10, ../sass/bootstrap/mixins/_alert.scss */
.alert-purple .alert-link {
  color: #e6e6e6;
}

/* line 98, ../sass/app/common/_bootstrap-custom.scss */
.alert-green {
  color: #fff;
  background-color: #37bc9b;
  border-color: #37bc9b;
}
/* line 6, ../sass/bootstrap/mixins/_alert.scss */
.alert-green hr {
  border-top-color: #31a88b;
}
/* line 10, ../sass/bootstrap/mixins/_alert.scss */
.alert-green .alert-link {
  color: #e6e6e6;
}

/* line 101, ../sass/app/common/_bootstrap-custom.scss */
.alert-pink {
  color: #fff;
  background-color: #f532e5;
  border-color: #f532e5;
}
/* line 6, ../sass/bootstrap/mixins/_alert.scss */
.alert-pink hr {
  border-top-color: #f41ae2;
}
/* line 10, ../sass/bootstrap/mixins/_alert.scss */
.alert-pink .alert-link {
  color: #e6e6e6;
}

/* line 104, ../sass/app/common/_bootstrap-custom.scss */
.alert-inverse {
  color: #fff;
  background-color: #131e26;
  border-color: #131e26;
}
/* line 6, ../sass/bootstrap/mixins/_alert.scss */
.alert-inverse hr {
  border-top-color: #0b1115;
}
/* line 10, ../sass/bootstrap/mixins/_alert.scss */
.alert-inverse .alert-link {
  color: #e6e6e6;
}

/* line 109, ../sass/app/common/_bootstrap-custom.scss */
.form-control-rounded {
  border-radius: 100px;
}

/* ========================================================================
     Component: button-extra
 ========================================================================== */
/* line 28, ../sass/app/common/_button-extra.scss */
.btn-inverse {
  color: #fff;
  background-color: #131e26;
  border-color: #131e26;
}
/* line 13, ../sass/bootstrap/mixins/_hover.scss */
.btn-inverse:hover {
  color: #fff;
  background-color: #060a0d;
  border-color: #020304;
}
/* line 18, ../sass/bootstrap/mixins/_buttons.scss */
.btn-inverse:focus, .btn-inverse.focus {
  box-shadow: 0 0 0 #000;
}
/* line 31, ../sass/bootstrap/mixins/_buttons.scss */
.btn-inverse.disabled, .btn-inverse:disabled {
  color: #fff;
  background-color: #131e26;
  border-color: #131e26;
}
/* line 38, ../sass/bootstrap/mixins/_buttons.scss */
.btn-inverse:not(:disabled):not(.disabled):active, .btn-inverse:not(:disabled):not(.disabled).active, .show > .btn-inverse.dropdown-toggle {
  color: #fff;
  background-color: #020304;
  border-color: black;
}
/* line 48, ../sass/bootstrap/mixins/_buttons.scss */
.btn-inverse:not(:disabled):not(.disabled):active:focus, .btn-inverse:not(:disabled):not(.disabled).active:focus, .show > .btn-inverse.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 32, ../sass/app/common/_button-extra.scss */
.btn-green {
  color: #fff;
  background-color: #37bc9b;
  border-color: #37bc9b;
}
/* line 13, ../sass/bootstrap/mixins/_hover.scss */
.btn-green:hover {
  color: #fff;
  background-color: #2e9e83;
  border-color: #2b957a;
}
/* line 18, ../sass/bootstrap/mixins/_buttons.scss */
.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 #000;
}
/* line 31, ../sass/bootstrap/mixins/_buttons.scss */
.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #37bc9b;
  border-color: #37bc9b;
}
/* line 38, ../sass/bootstrap/mixins/_buttons.scss */
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #2b957a;
  border-color: #298b72;
}
/* line 48, ../sass/bootstrap/mixins/_buttons.scss */
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 36, ../sass/app/common/_button-extra.scss */
.btn-purple {
  color: #fff;
  background-color: #7266ba;
  border-color: #7266ba;
}
/* line 13, ../sass/bootstrap/mixins/_hover.scss */
.btn-purple:hover {
  color: #fff;
  background-color: #5b4eac;
  border-color: #564aa3;
}
/* line 18, ../sass/bootstrap/mixins/_buttons.scss */
.btn-purple:focus, .btn-purple.focus {
  box-shadow: 0 0 0 #000;
}
/* line 31, ../sass/bootstrap/mixins/_buttons.scss */
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #7266ba;
  border-color: #7266ba;
}
/* line 38, ../sass/bootstrap/mixins/_buttons.scss */
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #564aa3;
  border-color: #52469b;
}
/* line 48, ../sass/bootstrap/mixins/_buttons.scss */
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 40, ../sass/app/common/_button-extra.scss */
.btn-pink {
  color: #fff;
  background-color: #f532e5;
  border-color: #f532e5;
}
/* line 13, ../sass/bootstrap/mixins/_hover.scss */
.btn-pink:hover {
  color: #fff;
  background-color: #f30ee0;
  border-color: #e90bd6;
}
/* line 18, ../sass/bootstrap/mixins/_buttons.scss */
.btn-pink:focus, .btn-pink.focus {
  box-shadow: 0 0 0 #000;
}
/* line 31, ../sass/bootstrap/mixins/_buttons.scss */
.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #f532e5;
  border-color: #f532e5;
}
/* line 38, ../sass/bootstrap/mixins/_buttons.scss */
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #e90bd6;
  border-color: #dc0bcb;
}
/* line 48, ../sass/bootstrap/mixins/_buttons.scss */
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 45, ../sass/app/common/_button-extra.scss */
.btn-flat {
  border-bottom-width: 1px;
  border-radius: 0;
  box-shadow: 0 0 0 #000;
}

/* line 52, ../sass/app/common/_button-extra.scss */
.btn-xs, .search-bar .search-bar__filters .btn {
  padding: 0.0625rem 0.3125rem !important;
  font-size: 0.8125rem !important;
  line-height: 1.5 !important;
}

/* line 58, ../sass/app/common/_button-extra.scss */
.btn-xl {
  padding: 20px 16px;
  font-size: 18px;
}

/* line 64, ../sass/app/common/_button-extra.scss */
.btn-square {
  border-radius: 0;
}

/* line 70, ../sass/app/common/_button-extra.scss */
.btn-pill-left, .btn-oval {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 18px;
}

/* line 76, ../sass/app/common/_button-extra.scss */
.btn-pill-right, .btn-oval {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 18px;
}

/* line 90, ../sass/app/common/_button-extra.scss */
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 95, ../sass/app/common/_button-extra.scss */
.btn-label {
  position: relative;
  background: transparent;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 0.375rem 1rem;
  left: -1rem;
  border-radius: 0.25rem 0 0 0.25rem;
}
/* line 17, ../sass/app/common/_button-extra.scss */
.btn-label.btn-label-right {
  left: auto;
  right: -1rem;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 103, ../sass/app/common/_button-extra.scss */
.btn-lg .btn-label {
  padding: 0.625rem 1.25rem;
  left: -1.25rem;
  border-radius: 0.375rem 0 0 0.375rem;
}
/* line 17, ../sass/app/common/_button-extra.scss */
.btn-lg .btn-label.btn-label-right {
  left: auto;
  right: -1.25rem;
  border-radius: 0 0.375rem 0.375rem 0;
}

/* line 107, ../sass/app/common/_button-extra.scss */
.btn-sm .btn-label, .calendar-app .fc-button .btn-label {
  padding: 0.3125rem 0.625rem;
  left: -0.625rem;
  border-radius: 0.2rem 0 0 0.2rem;
}
/* line 17, ../sass/app/common/_button-extra.scss */
.btn-sm .btn-label.btn-label-right, .calendar-app .fc-button .btn-label.btn-label-right {
  left: auto;
  right: -0.625rem;
  border-radius: 0 0.2rem 0.2rem 0;
}

/* line 111, ../sass/app/common/_button-extra.scss */
.btn-xs .btn-label, .search-bar .search-bar__filters .btn .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 0.2rem 0 0 0.2rem;
}
/* line 17, ../sass/app/common/_button-extra.scss */
.btn-xs .btn-label.btn-label-right, .search-bar .search-bar__filters .btn .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 0.2rem 0.2rem 0;
}

/* line 123, ../sass/app/common/_button-extra.scss */
.btn-fw {
  min-width: 80px;
}
/* line 125, ../sass/app/common/_button-extra.scss */
.btn-fw.btn-sm, .calendar-app .btn-fw.fc-button {
  min-width: 40px;
}
/* line 128, ../sass/app/common/_button-extra.scss */
.btn-fw.btn-md {
  min-width: 60px;
}
/* line 131, ../sass/app/common/_button-extra.scss */
.btn-fw.btn-lg {
  min-width: 140px;
}

/* line 140, ../sass/app/common/_button-extra.scss */
.btn-circle {
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 12px;
  line-height: 35px;
  border-radius: 500px;
  padding: 0;
  border: 0;
}
/* line 150, ../sass/app/common/_button-extra.scss */
.btn-circle > * {
  line-height: inherit !important;
}
/* line 153, ../sass/app/common/_button-extra.scss */
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}

/* line 165, ../sass/app/common/_button-extra.scss */
.btn-outline-inverse {
  color: #131e26;
  background-color: transparent;
  background-image: none;
  border-color: #131e26;
}
/* line 66, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-inverse:hover {
  color: #fff;
  background-color: #131e26;
  border-color: #131e26;
}
/* line 72, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-inverse:focus, .btn-outline-inverse.focus {
  box-shadow: inset 0 3px 5px rgba(19, 30, 38, 0.125);
}
/* line 78, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-inverse.disabled, .btn-outline-inverse:disabled {
  color: #131e26;
  background-color: transparent;
}
/* line 84, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-inverse:not(:disabled):not(.disabled):active, .btn-outline-inverse:not(:disabled):not(.disabled).active, .show > .btn-outline-inverse.dropdown-toggle {
  color: #fff;
  background-color: #131e26;
  border-color: #131e26;
}
/* line 91, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-inverse:not(:disabled):not(.disabled):active:focus, .btn-outline-inverse:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-inverse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 30, 38, 0.5);
}
/* line 168, ../sass/app/common/_button-extra.scss */
.btn-outline-green {
  color: #37bc9b;
  background-color: transparent;
  background-image: none;
  border-color: #37bc9b;
}
/* line 66, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-green:hover {
  color: #fff;
  background-color: #37bc9b;
  border-color: #37bc9b;
}
/* line 72, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: inset 0 3px 5px rgba(55, 188, 155, 0.125);
}
/* line 78, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #37bc9b;
  background-color: transparent;
}
/* line 84, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #37bc9b;
  border-color: #37bc9b;
}
/* line 91, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 188, 155, 0.5);
}
/* line 171, ../sass/app/common/_button-extra.scss */
.btn-outline-purple {
  color: #7266ba;
  background-color: transparent;
  background-image: none;
  border-color: #7266ba;
}
/* line 66, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-purple:hover {
  color: #fff;
  background-color: #7266ba;
  border-color: #7266ba;
}
/* line 72, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: inset 0 3px 5px rgba(114, 102, 186, 0.125);
}
/* line 78, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #7266ba;
  background-color: transparent;
}
/* line 84, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #7266ba;
  border-color: #7266ba;
}
/* line 91, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 102, 186, 0.5);
}
/* line 174, ../sass/app/common/_button-extra.scss */
.btn-outline-pink {
  color: #f532e5;
  background-color: transparent;
  background-image: none;
  border-color: #f532e5;
}
/* line 66, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-pink:hover {
  color: #fff;
  background-color: #f532e5;
  border-color: #f532e5;
}
/* line 72, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: inset 0 3px 5px rgba(245, 50, 229, 0.125);
}
/* line 78, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #f532e5;
  background-color: transparent;
}
/* line 84, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #f532e5;
  border-color: #f532e5;
}
/* line 91, ../sass/bootstrap/mixins/_buttons.scss */
.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 50, 229, 0.5);
}

/* ========================================================================
     Component: placeholder
 ========================================================================== */
/* line 21, ../sass/app/common/_placeholder.scss */
.box-placeholder {
  margin-bottom: 15px;
  padding: 20px;
  border: 1px dashed #ddd;
  background: #fafafa;
  color: #444;
}

/* line 31, ../sass/app/common/_placeholder.scss */
.box-placeholder > :last-child {
  margin-bottom: 0;
}

/* line 36, ../sass/app/common/_placeholder.scss */
.box-placeholder-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* ========================================================================
     Component: cards
 ========================================================================== */
/* line 5, ../sass/app/common/_cards.scss */
.card {
  margin-bottom: 1.25rem;
}

/* line 13, ../sass/app/common/_cards.scss */
.card .table {
  margin-bottom: 0;
}
/* line 15, ../sass/app/common/_cards.scss */
.card .table > thead > tr > th {
  border-top: 0;
}
/* line 19, ../sass/app/common/_cards.scss */
.card.card-transparent {
  border: 0;
  background-color: transparent;
  box-shadow: 0 0 0 #000;
}
/* line 23, ../sass/app/common/_cards.scss */
.card.card-transparent .card-header,
.card.card-transparent .card-body {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

/* line 33, ../sass/app/common/_cards.scss */
.card-flat {
  margin: 0 !important;
  border: 0;
}

/* line 38, ../sass/app/common/_cards.scss */
.card-columns-2 {
  column-count: 1;
}
@media (min-width: 768px) {
  /* line 38, ../sass/app/common/_cards.scss */
  .card-columns-2 {
    column-count: 2;
  }
}

/* line 46, ../sass/app/common/_cards.scss */
.card-header > a[data-tool] {
  display: inline-block;
  color: #fff;
  width: 2em;
  text-align: center;
}
/* line 54, ../sass/app/common/_cards.scss */
.card-default .card-header > a[data-tool] {
  color: #c1c2c3;
}
/* line 58, ../sass/app/common/_cards.scss */
.card-header > .badge.pull-right {
  margin-top: 3px;
}
/* line 60, ../sass/app/common/_cards.scss */
.card-header > .badge.pull-right + .badge.pull-right {
  margin-right: 10px;
}

/* line 67, ../sass/app/common/_cards.scss */
.card-footer .pagination {
  margin: 0;
}
/* line 70, ../sass/app/common/_cards.scss */
.card-footer .radial-bar {
  margin-bottom: 0;
}
/* line 73, ../sass/app/common/_cards.scss */
.card-footer p {
  margin-bottom: 0;
}

/* ========================================================================
     Component: circles
 ========================================================================== */
/* line 11, ../sass/app/common/_circles.scss */
.circle {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 500px;
  margin: 0 .5em;
  background-color: #ddd;
  vertical-align: baseline;
  border: 2px solid transparent;
}
/* line 20, ../sass/app/common/_circles.scss */
.circle.text-left {
  margin-left: 0;
}
/* line 23, ../sass/app/common/_circles.scss */
.circle.text-right {
  margin-right: 0;
}

/* line 29, ../sass/app/common/_circles.scss */
.circle-sm {
  width: 5px;
  height: 5px;
}

/* line 34, ../sass/app/common/_circles.scss */
.circle-lg {
  width: 11px;
  height: 11px;
}

/* line 39, ../sass/app/common/_circles.scss */
.circle-xl {
  width: 18px;
  height: 18px;
}

/* ========================================================================
     Component: dropdown-extras
 ========================================================================== */
/* line 9, ../sass/app/common/_dropdown-extra.scss */
.dropdown-list .dropdown-item {
  padding: 0;
}
/* line 13, ../sass/app/common/_dropdown-extra.scss */
.dropdown-list > .dropdown-menu {
  padding: 0;
  min-width: 220px;
}
/* line 18, ../sass/app/common/_dropdown-extra.scss */
.dropdown-list .list-group {
  margin: 0;
}
/* line 22, ../sass/app/common/_dropdown-extra.scss */
.dropdown-list .list-group-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
/* line 26, ../sass/app/common/_dropdown-extra.scss */
.dropdown-list .list-group-item:first-child {
  border-top: 0;
}
/* line 29, ../sass/app/common/_dropdown-extra.scss */
.dropdown-list .list-group-item:last-child {
  border-bottom: 0;
}

/* line 37, ../sass/app/common/_dropdown-extra.scss */
.dropdown > a {
  position: relative;
}
/* line 39, ../sass/app/common/_dropdown-extra.scss */
.dropdown > a > .badge {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 2px 5px;
}

/* line 50, ../sass/app/common/_dropdown-extra.scss */
.dropdown-menu-right-forced {
  right: 0 !important;
  left: auto !important;
}

/* line 57, ../sass/app/common/_dropdown-extra.scss */
.dropdown-toggle-nocaret:after {
  display: none;
}

/* ========================================================================
     Component: half-float
 ========================================================================== */
/* line 17, ../sass/app/common/_half-float.scss */
.half-float {
  position: relative;
  margin-bottom: 69px;
}
/* line 21, ../sass/app/common/_half-float.scss */
.half-float .half-float-bottom,
.half-float .half-float-top {
  position: absolute;
  left: 50%;
  bottom: -64px;
  width: 128px;
  height: 128px;
  margin-left: -64px;
  z-index: 2;
}
/* line 32, ../sass/app/common/_half-float.scss */
.half-float .half-float-top {
  bottom: auto;
  top: -64px;
}

/* ========================================================================
     Component: animate
 ========================================================================== */
@-webkit-keyframes fadeOutUpShort {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeOutUpShort {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
/* line 34, ../sass/app/common/_animate.scss */
.fadeOutUpShort {
  -webkit-animation-name: fadeOutUpShort;
  animation-name: fadeOutUpShort;
}

@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 69, ../sass/app/common/_animate.scss */
.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

@-webkit-keyframes zoomInShort {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomInShort {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    -ms-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
}
/* line 100, ../sass/app/common/_animate.scss */
.zoomInShort {
  -webkit-animation-name: zoomInShort;
  animation-name: zoomInShort;
}

@-webkit-keyframes zoomBack {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomBack {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 0;
  }
}
/* line 138, ../sass/app/common/_animate.scss */
.zoomBack {
  -webkit-animation-name: zoomBack;
  animation-name: zoomBack;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 174, ../sass/app/common/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* ========================================================================
     Component: slim-scroll
 ========================================================================== */
/* line 9, ../sass/app/common/_slim-scroll.scss */
[data-scrollable] {
  display: block;
}

/* line 14, ../sass/app/common/_slim-scroll.scss */
.slimScrollBar {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.35) !important;
  border: 0 !important;
  border-radius: 1px !important;
}

/* line 21, ../sass/app/common/_slim-scroll.scss */
.slimScrollRail {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.15) !important;
  border: 0 !important;
  border-radius: 0 !important;
  bottom: 0;
}

/* ========================================================================
     Component: inputs
 ========================================================================== */
/**
 * Custom form elements
 *    - Checkbox
 *    - Radios
 *    - Switch
 *    - Note editor
 */
/* line 33, ../sass/app/common/_inputs.scss */
.c-checkbox,
.c-radio {
  margin-right: 4px;
}
/* line 36, ../sass/app/common/_inputs.scss */
.c-checkbox *,
.c-radio * {
  cursor: pointer;
}
/* line 39, ../sass/app/common/_inputs.scss */
.c-checkbox input,
.c-radio input {
  opacity: 0;
  position: absolute;
  margin-left: 0 !important;
}
/* line 44, ../sass/app/common/_inputs.scss */
.c-checkbox span,
.c-radio span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin-right: 5px;
  text-align: center;
}
/* line 54, ../sass/app/common/_inputs.scss */
.c-checkbox span:before,
.c-radio span:before {
  margin-left: 1px;
}
/* line 59, ../sass/app/common/_inputs.scss */
.c-checkbox:hover span,
.c-radio:hover span {
  border-color: #5d9cec;
}
/* line 63, ../sass/app/common/_inputs.scss */
.form-inline .c-checkbox span, .form-inline
.c-radio span {
  margin-left: 0;
}
/* line 69, ../sass/app/common/_inputs.scss */
.c-checkbox.c-checkbox-rounded span, .c-checkbox.c-radio-rounded span,
.c-radio.c-checkbox-rounded span,
.c-radio.c-radio-rounded span {
  border-radius: 500px;
}

/* override for radio */
/* line 76, ../sass/app/common/_inputs.scss */
.c-radio span {
  border-radius: 500px;
}

/* the icon */
/* line 83, ../sass/app/common/_inputs.scss */
.c-checkbox span:before,
.c-radio span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center !important;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}

/* Checked state */
/* line 100, ../sass/app/common/_inputs.scss */
.c-checkbox,
.c-radio {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}
/* line 102, ../sass/app/common/_inputs.scss */
.c-checkbox input[type=checkbox]:checked + span:before,
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=checkbox]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color .3s ease-out;
}
/* line 109, ../sass/app/common/_inputs.scss */
.c-checkbox input[type=checkbox]:checked + span,
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=checkbox]:checked + span,
.c-radio input[type=radio]:checked + span {
  border-color: #5d9cec;
  background-color: #5d9cec;
}
/* line 116, ../sass/app/common/_inputs.scss */
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
  background-color: #fff;
}
/* line 118, ../sass/app/common/_inputs.scss */
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #5d9cec;
}
/* line 124, ../sass/app/common/_inputs.scss */
.c-checkbox input[type=checkbox]:disabled + span,
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=checkbox]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}
/* line 130, ../sass/app/common/_inputs.scss */
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  background-color: #fff !important;
}
/* line 132, ../sass/app/common/_inputs.scss */
.c-checkbox input[type=radio]:disabled + span:before,
.c-radio input[type=radio]:disabled + span:before {
  color: #ddd;
}

/* line 138, ../sass/app/common/_inputs.scss */
.c-radio.c-radio-nofont {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}
/* line 140, ../sass/app/common/_inputs.scss */
.c-radio.c-radio-nofont span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 500px;
}
/* line 153, ../sass/app/common/_inputs.scss */
.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color .3s ease-out;
}
/* line 159, ../sass/app/common/_inputs.scss */
.c-radio.c-radio-nofont input[type=radio]:checked + span {
  border-color: #5d9cec;
  background-color: #5d9cec;
}
/* line 165, ../sass/app/common/_inputs.scss */
.c-radio.c-radio-nofont input[type=radio]:checked + span {
  background-color: #fff;
}
/* line 167, ../sass/app/common/_inputs.scss */
.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  background-color: #5d9cec;
}
/* line 173, ../sass/app/common/_inputs.scss */
.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}
/* line 178, ../sass/app/common/_inputs.scss */
.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  background-color: #fff !important;
}
/* line 180, ../sass/app/common/_inputs.scss */
.c-radio.c-radio-nofont input[type=radio]:disabled + span:before {
  background-color: #ddd;
}

/* line 202, ../sass/app/common/_inputs.scss */
.switch .form-control {
  padding-top: 7px;
  margin-bottom: 0;
}

/* line 208, ../sass/app/common/_inputs.scss */
.switch * {
  cursor: pointer;
}

/* line 212, ../sass/app/common/_inputs.scss */
.switch input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

/* line 218, ../sass/app/common/_inputs.scss */
.switch {
  display: flex;
  align-items: center;
  direction: row;
}
/* line 222, ../sass/app/common/_inputs.scss */
.switch span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  transition: all .5s;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
}
/* line 234, ../sass/app/common/_inputs.scss */
.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #ddd;
  border-radius: 400px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s;
}
/* line 22, ../sass/app/common/_inputs.scss */
.switch.switch-lg span {
  width: 50px;
  height: 25px;
}
/* line 27, ../sass/app/common/_inputs.scss */
.switch.switch-lg span:after {
  height: 23px;
  width: 23px;
}
/* line 22, ../sass/app/common/_inputs.scss */
.switch.switch-sm span {
  width: 30px;
  height: 15px;
}
/* line 27, ../sass/app/common/_inputs.scss */
.switch.switch-sm span:after {
  height: 13px;
  width: 13px;
}

/* line 257, ../sass/app/common/_inputs.scss */
.switch input:checked + span {
  background-color: #5d9cec;
  border-color: #5d9cec;
  transition: all .5s;
}
/* line 263, ../sass/app/common/_inputs.scss */
.switch input:checked + span:after {
  left: 50%;
  transition: all .2s;
}
/* line 268, ../sass/app/common/_inputs.scss */
.switch input:disabled + span {
  background-color: #f1f1f1;
  cursor: not-allowed;
}

/* line 278, ../sass/app/common/_inputs.scss */
.note-editor {
  background-size: 100% 20px;
  background-color: #fff;
  line-height: 20px;
  margin-top: 5px;
  padding: 0;
  padding-bottom: 1px;
  border: none;
}
/* line 291, ../sass/app/common/_inputs.scss */
.note-editor.note-editor-margin {
  padding-left: 55px;
}

/* ========================================================================
         Component: utils
 ========================================================================== */
/* line 51, ../sass/app/common/_utils.scss */
.b0 {
  border-width: 0 !important;
}

/* line 52, ../sass/app/common/_utils.scss */
.bl0 {
  border-left-width: 0 !important;
}

/* line 53, ../sass/app/common/_utils.scss */
.br0 {
  border-right-width: 0 !important;
}

/* line 54, ../sass/app/common/_utils.scss */
.bt0 {
  border-top-width: 0 !important;
}

/* line 55, ../sass/app/common/_utils.scss */
.bb0 {
  border-bottom-width: 0 !important;
}

/* line 57, ../sass/app/common/_utils.scss */
.br, .b, .ba {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 58, ../sass/app/common/_utils.scss */
.bl, .b, .ba {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 59, ../sass/app/common/_utils.scss */
.bt, .b, .ba {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 60, ../sass/app/common/_utils.scss */
.bb, .b, .ba {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 66, ../sass/app/common/_utils.scss */
.text-primary {
  color: #5d9cec !important;
}

/* line 67, ../sass/app/common/_utils.scss */
.text-success {
  color: #27c24c !important;
}

/* line 68, ../sass/app/common/_utils.scss */
.text-info {
  color: #23b7e5 !important;
}

/* line 69, ../sass/app/common/_utils.scss */
.text-warning {
  color: #ff902b !important;
}

/* line 70, ../sass/app/common/_utils.scss */
.text-danger {
  color: #f05050 !important;
}

/* line 72, ../sass/app/common/_utils.scss */
.text-white {
  color: #fff !important;
}

/* line 73, ../sass/app/common/_utils.scss */
.text-inverse {
  color: #131e26 !important;
}

/* line 74, ../sass/app/common/_utils.scss */
.text-alpha {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 75, ../sass/app/common/_utils.scss */
.text-pink {
  color: #f532e5 !important;
}

/* line 76, ../sass/app/common/_utils.scss */
.text-purple {
  color: #7266ba !important;
}

/* line 77, ../sass/app/common/_utils.scss */
.text-dark {
  color: #3a3f51 !important;
}

/* line 78, ../sass/app/common/_utils.scss */
.text-alpha-inverse {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 79, ../sass/app/common/_utils.scss */
.text-green {
  color: #37bc9b !important;
}

/* line 80, ../sass/app/common/_utils.scss */
.text-yellow {
  color: #fad732 !important;
}

/* line 81, ../sass/app/common/_utils.scss */
.text-gray-darker {
  color: #232735 !important;
}

/* line 82, ../sass/app/common/_utils.scss */
.text-gray-dark {
  color: #3a3f51 !important;
}

/* line 83, ../sass/app/common/_utils.scss */
.text-gray {
  color: #dde6e9 !important;
}

/* line 84, ../sass/app/common/_utils.scss */
.text-gray-light {
  color: #e4eaec !important;
}

/* line 85, ../sass/app/common/_utils.scss */
.text-gray-lighter {
  color: #edf1f2 !important;
}

/* line 86, ../sass/app/common/_utils.scss */
.text-inherit {
  color: inherit !important;
}

/* line 90, ../sass/app/common/_utils.scss */
.text-sm {
  font-size: 0.74375rem;
}

/* line 91, ../sass/app/common/_utils.scss */
.text-md {
  font-size: 1.6625rem;
}

/* line 92, ../sass/app/common/_utils.scss */
.text-lg {
  font-size: 2.625rem;
}

/* line 96, ../sass/app/common/_utils.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../sass/app/common/_utils.scss */
.text-thin {
  font-weight: 100 !important;
}

/* line 98, ../sass/app/common/_utils.scss */
.text-normal {
  font-weight: normal !important;
}

/* line 99, ../sass/app/common/_utils.scss */
.text-bold {
  font-weight: bold !important;
}

/* line 101, ../sass/app/common/_utils.scss */
.inline {
  display: inline-block !important;
}

/* line 102, ../sass/app/common/_utils.scss */
.block-center {
  margin: 0 auto;
}

/* line 16, ../sass/app/common/_utils.scss */
.bg-primary {
  background-color: #5d9cec;
  color: #fff !important;
}
/* line 20, ../sass/app/common/_utils.scss */
.bg-primary-light {
  background-color: #8bb8f1;
  color: #fff !important;
}
/* line 25, ../sass/app/common/_utils.scss */
.bg-primary-dark {
  background-color: #2f80e7;
  color: #fff !important;
}
/* line 30, ../sass/app/common/_utils.scss */
.bg-primary small {
  color: inherit;
}

/* line 16, ../sass/app/common/_utils.scss */
.bg-success {
  background-color: #27c24c;
  color: #fff !important;
}
/* line 20, ../sass/app/common/_utils.scss */
.bg-success-light {
  background-color: #43d967;
  color: #fff !important;
}
/* line 25, ../sass/app/common/_utils.scss */
.bg-success-dark {
  background-color: #1e983b;
  color: #fff !important;
}
/* line 30, ../sass/app/common/_utils.scss */
.bg-success small {
  color: inherit;
}

/* line 16, ../sass/app/common/_utils.scss */
.bg-info {
  background-color: #23b7e5;
  color: #fff !important;
}
/* line 20, ../sass/app/common/_utils.scss */
.bg-info-light {
  background-color: #51c6ea;
  color: #fff !important;
}
/* line 25, ../sass/app/common/_utils.scss */
.bg-info-dark {
  background-color: #1797be;
  color: #fff !important;
}
/* line 30, ../sass/app/common/_utils.scss */
.bg-info small {
  color: inherit;
}

/* line 16, ../sass/app/common/_utils.scss */
.bg-warning {
  background-color: #ff902b;
  color: #fff !important;
}
/* line 20, ../sass/app/common/_utils.scss */
.bg-warning-light {
  background-color: #ffab5e;
  color: #fff !important;
}
/* line 25, ../sass/app/common/_utils.scss */
.bg-warning-dark {
  background-color: #f77600;
  color: #fff !important;
}
/* line 30, ../sass/app/common/_utils.scss */
.bg-warning small {
  color: inherit;
}

/* line 16, ../sass/app/common/_utils.scss */
.bg-danger {
  background-color: #f05050;
  color: #fff !important;
}
/* line 20, ../sass/app/common/_utils.scss */
.bg-danger-light {
  background-color: #f47f7f;
  color: #fff !important;
}
/* line 25, ../sass/app/common/_utils.scss */
.bg-danger-dark {
  background-color: #ec2121;
  color: #fff !important;
}
/* line 30, ../sass/app/common/_utils.scss */
.bg-danger small {
  color: inherit;
}

/* line 16, ../sass/app/common/_utils.scss */
.bg-green {
  background-color: #37bc9b;
  color: #fff !important;
}
/* line 20, ../sass/app/common/_utils.scss */
.bg-green-light {
  background-color: #58ceb1;
  color: #fff !important;
}
/* line 25, ../sass/app/common/_utils.scss */
.bg-green-dark {
  background-color: #2b957a;
  color: #fff !important;
}
/* line 30, ../sass/app/common/_utils.scss */
.bg-green small {
  color: inherit;
}

/* line 16, ../sass/app/common/_utils.scss */
.bg-pink {
  background-color: #f532e5;
  color: #fff !important;
}
/* line 20, ../sass/app/common/_utils.scss */
.bg-pink-light {
  background-color: #f763eb;
  color: #fff !important;
}
/* line 25, ../sass/app/common/_utils.scss */
.bg-pink-dark {
  background-color: #e90bd6;
  color: #fff !important;
}
/* line 30, ../sass/app/common/_utils.scss */
.bg-pink small {
  color: inherit;
}

/* line 16, ../sass/app/common/_utils.scss */
.bg-purple {
  background-color: #7266ba;
  color: #fff !important;
}
/* line 20, ../sass/app/common/_utils.scss */
.bg-purple-light {
  background-color: #9289ca;
  color: #fff !important;
}
/* line 25, ../sass/app/common/_utils.scss */
.bg-purple-dark {
  background-color: #564aa3;
  color: #fff !important;
}
/* line 30, ../sass/app/common/_utils.scss */
.bg-purple small {
  color: inherit;
}

/* line 16, ../sass/app/common/_utils.scss */
.bg-inverse {
  background-color: #131e26;
  color: #fff !important;
}
/* line 20, ../sass/app/common/_utils.scss */
.bg-inverse-light {
  background-color: #243948;
  color: #fff !important;
}
/* line 25, ../sass/app/common/_utils.scss */
.bg-inverse-dark {
  background-color: #020304;
  color: #fff !important;
}
/* line 30, ../sass/app/common/_utils.scss */
.bg-inverse small {
  color: inherit;
}

/* line 16, ../sass/app/common/_utils.scss */
.bg-yellow {
  background-color: #fad732;
  color: #fff !important;
}
/* line 20, ../sass/app/common/_utils.scss */
.bg-yellow-light {
  background-color: #fbe164;
  color: #fff !important;
}
/* line 25, ../sass/app/common/_utils.scss */
.bg-yellow-dark {
  background-color: #f3ca06;
  color: #fff !important;
}
/* line 30, ../sass/app/common/_utils.scss */
.bg-yellow small {
  color: inherit;
}

/* line 117, ../sass/app/common/_utils.scss */
.bg-white {
  background-color: #fff;
  color: inherit !important;
}

/* line 118, ../sass/app/common/_utils.scss */
.bg-gray-darker {
  background-color: #232735;
  color: #fff !important;
}

/* line 119, ../sass/app/common/_utils.scss */
.bg-gray-dark {
  background-color: #3a3f51;
  color: #fff !important;
}

/* line 120, ../sass/app/common/_utils.scss */
.bg-gray {
  background-color: #dde6e9;
  color: #656565 !important;
}

/* line 121, ../sass/app/common/_utils.scss */
.bg-gray-light {
  background-color: #e4eaec;
  color: #656565 !important;
}

/* line 122, ../sass/app/common/_utils.scss */
.bg-gray-lighter {
  background-color: #edf1f2;
  color: #656565 !important;
}

/* line 124, ../sass/app/common/_utils.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 126, ../sass/app/common/_utils.scss */
.bg-cover {
  background-size: cover;
}

/* line 132, ../sass/app/common/_utils.scss */
.thumb8 {
  width: 8px !important;
  height: 8px !important;
}

/* line 133, ../sass/app/common/_utils.scss */
.thumb16 {
  width: 16px !important;
  height: 16px !important;
}

/* line 134, ../sass/app/common/_utils.scss */
.thumb24 {
  width: 24px !important;
  height: 24px !important;
}

/* line 135, ../sass/app/common/_utils.scss */
.thumb32 {
  width: 32px !important;
  height: 32px !important;
}

/* line 136, ../sass/app/common/_utils.scss */
.thumb48 {
  width: 48px !important;
  height: 48px !important;
}

/* line 137, ../sass/app/common/_utils.scss */
.thumb64 {
  width: 64px !important;
  height: 64px !important;
}

/* line 138, ../sass/app/common/_utils.scss */
.thumb80 {
  width: 80px !important;
  height: 80px !important;
}

/* line 139, ../sass/app/common/_utils.scss */
.thumb96 {
  width: 96px !important;
  height: 96px !important;
}

/* line 140, ../sass/app/common/_utils.scss */
.thumb128 {
  width: 128px !important;
  height: 128px !important;
}

/* line 145, ../sass/app/common/_utils.scss */
.align-middle {
  vertical-align: middle;
}

/* line 148, ../sass/app/common/_utils.scss */
.align-top {
  vertical-align: top;
}

/* line 151, ../sass/app/common/_utils.scss */
.align-bottom {
  vertical-align: bottom;
}

/* line 157, ../sass/app/common/_utils.scss */
.bg-center {
  background-position: center center;
  background-size: cover;
}

/* line 164, ../sass/app/common/_utils.scss */
.list-icon em {
  font-size: 14px;
  width: 40px;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  text-align: center;
  transition: all 0.2s;
  line-height: 30px;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 164, ../sass/app/common/_utils.scss */
  .list-icon em {
    transition: none;
  }
}
/* line 174, ../sass/app/common/_utils.scss */
.list-icon div:hover em {
  transform: scale(3, 3);
}

/* line 180, ../sass/app/common/_utils.scss */
.d-table-fixed {
  table-layout: fixed;
}

/* line 186, ../sass/app/common/_utils.scss */
.wd-xxs {
  width: 60px;
}

/* line 187, ../sass/app/common/_utils.scss */
.wd-xs {
  width: 90px;
}

/* line 188, ../sass/app/common/_utils.scss */
.wd-sm {
  width: 150px;
}

/* line 189, ../sass/app/common/_utils.scss */
.wd-sd {
  width: 200px;
}

/* line 190, ../sass/app/common/_utils.scss */
.wd-md {
  width: 240px;
}

/* line 191, ../sass/app/common/_utils.scss */
.wd-lg {
  width: 280px;
}

/* line 192, ../sass/app/common/_utils.scss */
.wd-xl {
  width: 320px;
}

/* line 193, ../sass/app/common/_utils.scss */
.wd-xxl {
  width: 360px;
}

/* line 194, ../sass/app/common/_utils.scss */
.wd-wide {
  width: 100%;
}

/* line 195, ../sass/app/common/_utils.scss */
.wd-auto {
  width: auto;
}

/* line 196, ../sass/app/common/_utils.scss */
.wd-zero {
  width: 0;
}

/* line 197, ../sass/app/common/_utils.scss */
.wd-hdi {
  width: 430px !important;
}

/* line 200, ../sass/app/common/_utils.scss */
.clickable {
  cursor: pointer;
}

/* line 207, ../sass/app/common/_utils.scss */
.abs-center-container {
  position: relative;
}

/* line 210, ../sass/app/common/_utils.scss */
.abs-center {
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 218, ../sass/app/common/_utils.scss */
.abs-center.abs-fixed {
  position: fixed;
  z-index: 999;
}
/* line 223, ../sass/app/common/_utils.scss */
.abs-center.abs-right {
  left: auto;
  right: 20px;
  text-align: right;
}
/* line 228, ../sass/app/common/_utils.scss */
.abs-center.abs-left {
  right: auto;
  left: 20px;
  text-align: left;
}

@media (max-height: 720px) {
  /* line 235, ../sass/app/common/_utils.scss */
  .abs-center {
    position: relative;
  }
}
/* line 241, ../sass/app/common/_utils.scss */
.link-unstyled {
  text-decoration: none !important;
  outline: none !important;
}

/* line 246, ../sass/app/common/_utils.scss */
.no-resize {
  resize: none;
  max-width: 100%;
  min-width: 100%;
}

/* ========================================================================
     Component: print
 ========================================================================== */
@media print {
  /* line 9, ../sass/app/common/_print.scss */
  .sidebar,
  .topnavbar,
  .offsidebar,
  .btn {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  /* line 18, ../sass/app/common/_print.scss */
  .wrapper,
  .wrapper .section-container,
  .content-wrapper {
    margin: 0 !important;
    /* remove margin used for sidebar and expand the content */
    padding: 0 !important;
    width: 100% !important;
  }

  /* line 28, ../sass/app/common/_print.scss */
  .content-wrapper {
    overflow: hidden !important;
  }
}
/* ========================================================================
     Component: nestable
 ========================================================================== */
/* line 5, ../sass/app/elements/_nestable.scss */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

/* line 16, ../sass/app/elements/_nestable.scss */
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 24, ../sass/app/elements/_nestable.scss */
.dd-list .dd-list {
  padding-left: 30px;
}

/* line 28, ../sass/app/elements/_nestable.scss */
.dd-collapsed .dd-list {
  display: none;
}

/* line 32, ../sass/app/elements/_nestable.scss */
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

/* line 44, ../sass/app/elements/_nestable.scss */
.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 10px 10px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 55, ../sass/app/elements/_nestable.scss */
.dd-handle:hover {
  background: #fff;
}

/* line 59, ../sass/app/elements/_nestable.scss */
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 30px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

/* line 79, ../sass/app/elements/_nestable.scss */
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

/* line 88, ../sass/app/elements/_nestable.scss */
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}

/* line 92, ../sass/app/elements/_nestable.scss */
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 103, ../sass/app/elements/_nestable.scss */
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

/* line 111, ../sass/app/elements/_nestable.scss */
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

/* line 117, ../sass/app/elements/_nestable.scss */
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

/* line 121, ../sass/app/elements/_nestable.scss */
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/* line 127, ../sass/app/elements/_nestable.scss */
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

@media only screen and (min-width: 700px) {
  /* line 139, ../sass/app/elements/_nestable.scss */
  .dd + .dd {
    margin-left: 2%;
  }
}
/* line 144, ../sass/app/elements/_nestable.scss */
.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}

/* line 149, ../sass/app/elements/_nestable.scss */
.dd3-content {
  display: block;
  margin: 5px 0;
  padding: 10px 10px 10px 50px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 160, ../sass/app/elements/_nestable.scss */
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

/* line 164, ../sass/app/elements/_nestable.scss */
.dd3-item > button {
  margin-left: 40px;
}

/* line 168, ../sass/app/elements/_nestable.scss */
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #ebebeb;
  background: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 184, ../sass/app/elements/_nestable.scss */
.dd3-handle:before {
  content: '=';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #ccc;
  font-size: 20px;
  font-weight: normal;
}

/* line 198, ../sass/app/elements/_nestable.scss */
.dd3-handle:hover {
  background: #f7f7f7;
}

/* ========================================================================
    Component: notify from uikit
 ========================================================================== */
/* line 30, ../sass/app/elements/_notify.scss */
.uk-notify {
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 1040;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 350px;
}

/* line 42, ../sass/app/elements/_notify.scss */
.uk-notify-top-right,
.uk-notify-bottom-right {
  left: auto;
  right: 50px;
}

/* line 48, ../sass/app/elements/_notify.scss */
.uk-notify-top-center,
.uk-notify-bottom-center {
  left: 50%;
  margin-left: -175px;
}

/* line 54, ../sass/app/elements/_notify.scss */
.uk-notify-bottom-left,
.uk-notify-bottom-right,
.uk-notify-bottom-center {
  top: auto;
  bottom: 50px;
}

@media (max-width: 575.98px) {
  /* line 70, ../sass/app/elements/_notify.scss */
  .uk-notify {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
/* line 81, ../sass/app/elements/_notify.scss */
.uk-notify-message {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0.2rem;
  padding-right: 35px;
  cursor: pointer;
}
/* line 93, ../sass/app/elements/_notify.scss */
.uk-notify-message.alert.alert-normal {
  background: #444;
  color: #fff;
}

/* line 102, ../sass/app/elements/_notify.scss */
.uk-notify-message > .close {
  visibility: hidden;
}

/* line 106, ../sass/app/elements/_notify.scss */
.uk-notify-message:hover > .close {
  visibility: visible;
}

/* ========================================================================
   Component: spinner
 ========================================================================== */
/* line 13, ../sass/app/elements/_spinner.scss */
body .whirl {
  position: relative;
}
/* line 15, ../sass/app/elements/_spinner.scss */
body .whirl:before {
  content: attr(data-spinner-text);
  display: block;
  background-color: #f0f0f0;
  opacity: 0.7;
}
/* line 21, ../sass/app/elements/_spinner.scss */
body .whirl.solid {
  opacity: 1;
}
/* line 24, ../sass/app/elements/_spinner.scss */
body .whirl:after {
  border-top-color: #5d9cec;
}
/* line 29, ../sass/app/elements/_spinner.scss */
body .whirl.blade:after {
  border-bottom-color: #5d9cec;
}
/* line 32, ../sass/app/elements/_spinner.scss */
body .whirl.double-up:after {
  border-right-color: #5d9cec;
  border-top-color: #5d9cec;
  border-left-color: #5d9cec;
  border-bottom-color: #5d9cec;
}
/* line 38, ../sass/app/elements/_spinner.scss */
body .whirl.duo:after {
  border-right-color: #5d9cec;
  border-left-color: #5d9cec;
  border-top-color: #7266ba;
  border-bottom-color: #7266ba;
}
/* line 44, ../sass/app/elements/_spinner.scss */
body .whirl.helicopter:after {
  background-color: #5d9cec;
}
/* line 47, ../sass/app/elements/_spinner.scss */
body .whirl.ringed:after {
  border-right-color: #23b7e5;
  border-top-color: #7266ba;
  border-left-color: #7266ba;
  border-bottom-color: #7266ba;
}
/* line 53, ../sass/app/elements/_spinner.scss */
body .whirl.traditional:after {
  border-right-color: #23b7e5;
  border-top-color: #23b7e5;
  border-left-color: #7266ba;
  border-bottom-color: #fad732;
}
/* line 59, ../sass/app/elements/_spinner.scss */
body .whirl.line:after {
  box-shadow: inset -10px 0px 0px rgba(93, 156, 236, 0.5);
}
/* line 63, ../sass/app/elements/_spinner.scss */
.no-cssanimations body .whirl:before {
  opacity: .9;
}
/* line 66, ../sass/app/elements/_spinner.scss */
.no-cssanimations body .whirl:after {
  content: "Loading...";
  width: 40px;
  height: 40px;
  margin: -20px 0 -20px;
  line-height: 40px;
  color: #000;
  opacity: 1;
  border: 0;
  box-shadow: 0 0 0 #000;
  background-color: transparent;
  text-align: center;
}
/* line 85, ../sass/app/elements/_spinner.scss */
body .ball-pulse > div,
body .ball-grid-pulse > div,
body .square-spin > div,
body .ball-pulse-rise > div,
body .ball-rotate > div,
body .ball-rotate > div:before,
body .ball-rotate > div:after,
body .cube-transition > div,
body .ball-zig-zag > div,
body .ball-zig-zag-deflect > div,
body .ball-triangle-path > div,
body .ball-scale > div,
body .line-scale > div,
body .line-scale-party > div,
body .ball-scale-multiple > div,
body .ball-pulse-sync > div,
body .ball-beat > div,
body .line-scale-pulse-out > div,
body .line-scale-pulse-out-rapid > div,
body .ball-spin-fade-loader > div,
body .line-spin-fade-loader > div,
body .triangle-skew-spin > div,
body .ball-grid-beat > div,
body .semi-circle-spin > div {
  background-color: #5d9cec;
}
/* line 111, ../sass/app/elements/_spinner.scss */
body .ball-clip-rotate-multiple {
  width: 1px;
}
/* line 113, ../sass/app/elements/_spinner.scss */
body .ball-clip-rotate-multiple > div {
  border-color: #5d9cec transparent #5d9cec transparent;
}
/* line 115, ../sass/app/elements/_spinner.scss */
body .ball-clip-rotate-multiple > div:last-child {
  border-color: transparent #5d9cec transparent #5d9cec;
}
/* line 120, ../sass/app/elements/_spinner.scss */
body .ball-clip-rotate > div {
  border-color: #5d9cec;
  border-bottom-color: transparent;
}
/* line 125, ../sass/app/elements/_spinner.scss */
body .ball-clip-rotate-pulse > div:first-child {
  background-color: #5d9cec;
  top: 5px;
  left: -8px;
}
/* line 130, ../sass/app/elements/_spinner.scss */
body .ball-clip-rotate-pulse > div:last-child {
  border-color: #5d9cec transparent #5d9cec transparent;
}
/* line 134, ../sass/app/elements/_spinner.scss */
body .square-spin > div,
body .ball-scale-ripple > div,
body .ball-scale-ripple-multiple > div {
  border-color: #5d9cec;
}
/* line 139, ../sass/app/elements/_spinner.scss */
body .pacman > div:first-of-type {
  border-top-color: #5d9cec;
  border-left-color: #5d9cec;
  border-bottom-color: #5d9cec;
}
/* line 144, ../sass/app/elements/_spinner.scss */
body .pacman > div:nth-child(2) {
  border-top-color: #5d9cec;
  border-left-color: #5d9cec;
  border-bottom-color: #5d9cec;
}
/* line 149, ../sass/app/elements/_spinner.scss */
body .pacman > div:nth-child(3),
body .pacman > div:nth-child(4),
body .pacman > div:nth-child(5),
body .pacman > div:nth-child(6) {
  background-color: #5d9cec;
}
/* line 158, ../sass/app/elements/_spinner.scss */
body .sk-rotating-plane.sk-spinner,
body .sk-double-bounce .sk-double-bounce1,
body .sk-double-bounce .sk-double-bounce2,
body .sk-wave .sk-rect,
body .sk-wandering-cubes .sk-cube1,
body .sk-wandering-cubes .sk-cube2,
body .sk-chasing-dots .sk-dot1,
body .sk-chasing-dots .sk-dot2,
body .sk-three-bounce div,
body .sk-circle .sk-child:before,
body .sk-cube-grid .sk-cube,
body .sk-fading-circle .sk-circle:before,
body .sk-spinner-pulse.sk-spinner,
body .sk-rotating-plane {
  background-color: #5d9cec !important;
}
/* line 175, ../sass/app/elements/_spinner.scss */
body .sk-wordpress .sk-inner-circle {
  background-color: #fff;
}

/* just for loaders.css demo */
/* line 182, ../sass/app/elements/_spinner.scss */
.loader-demo {
  height: 150px;
  padding-top: 50px;
  text-align: center;
}
/* line 186, ../sass/app/elements/_spinner.scss */
.loader-demo > div {
  display: inline-block;
}
/* line 189, ../sass/app/elements/_spinner.scss */
.loader-demo.loader-demo-sk {
  padding-top: 0;
}

/* ========================================================================
     Component: portlets
 ========================================================================== */
/* line 7, ../sass/app/elements/_portlets.scss */
[data-toggle="portlet"] {
  min-height: 30px;
}
/* line 11, ../sass/app/elements/_portlets.scss */
[data-toggle="portlet"].portlet-handler,
[data-toggle="portlet"] .portlet-handler {
  cursor: move;
}

/* line 17, ../sass/app/elements/_portlets.scss */
.portlets-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: auto;
}

/* line 28, ../sass/app/elements/_portlets.scss */
.portlet.box-placeholder {
  padding: 0;
}

/* ========================================================================
     Component: radial-bar
 ========================================================================== */
/* -------------------------------------
 * Bar container
 * ------------------------------------- */
/* line 71, ../sass/app/charts/_radial-bar.scss */
.radial-bar {
  position: relative;
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
  border: 2px solid #fafafa;
  background-color: transparent;
  margin-bottom: 20px;
  box-sizing: content-box;
  width: 80px;
  height: 80px;
  font-size: 18px;
}
/* line 81, ../sass/app/charts/_radial-bar.scss */
.radial-bar:after,
.radial-bar > img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  color: #a1a2a3;
}
/* line 94, ../sass/app/charts/_radial-bar.scss */
.radial-bar:after {
  content: attr(data-label);
  background-color: #fff;
  z-index: 101;
}
/* line 99, ../sass/app/charts/_radial-bar.scss */
.radial-bar > img {
  z-index: 102;
}
/* line 37, ../sass/app/charts/_radial-bar.scss */
.radial-bar:after,
.radial-bar > img {
  width: 56px;
  height: 56px;
  margin-left: 12px;
  margin-top: 12px;
  line-height: 56px;
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-50 {
  background-image: linear-gradient(-90deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-55 {
  background-image: linear-gradient(-72deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-60 {
  background-image: linear-gradient(-54deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-65 {
  background-image: linear-gradient(-36deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-70 {
  background-image: linear-gradient(-18deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-75 {
  background-image: linear-gradient(0deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-80 {
  background-image: linear-gradient(18deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-85 {
  background-image: linear-gradient(36deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-90 {
  background-image: linear-gradient(54deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-95 {
  background-image: linear-gradient(72deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar.radial-bar-100 {
  background-image: linear-gradient(90deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-50 {
  background-image: linear-gradient(-90deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-55 {
  background-image: linear-gradient(-72deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-60 {
  background-image: linear-gradient(-54deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-65 {
  background-image: linear-gradient(-36deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-70 {
  background-image: linear-gradient(-18deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-75 {
  background-image: linear-gradient(0deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-80 {
  background-image: linear-gradient(18deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-85 {
  background-image: linear-gradient(36deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-90 {
  background-image: linear-gradient(54deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-95 {
  background-image: linear-gradient(72deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-primary.radial-bar-100 {
  background-image: linear-gradient(90deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-50 {
  background-image: linear-gradient(-90deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-55 {
  background-image: linear-gradient(-72deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-60 {
  background-image: linear-gradient(-54deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-65 {
  background-image: linear-gradient(-36deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-70 {
  background-image: linear-gradient(-18deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-75 {
  background-image: linear-gradient(0deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-80 {
  background-image: linear-gradient(18deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-85 {
  background-image: linear-gradient(36deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-90 {
  background-image: linear-gradient(54deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-95 {
  background-image: linear-gradient(72deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-success.radial-bar-100 {
  background-image: linear-gradient(90deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-50 {
  background-image: linear-gradient(-90deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-55 {
  background-image: linear-gradient(-72deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-60 {
  background-image: linear-gradient(-54deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-65 {
  background-image: linear-gradient(-36deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-70 {
  background-image: linear-gradient(-18deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-75 {
  background-image: linear-gradient(0deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-80 {
  background-image: linear-gradient(18deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-85 {
  background-image: linear-gradient(36deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-90 {
  background-image: linear-gradient(54deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-95 {
  background-image: linear-gradient(72deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-info.radial-bar-100 {
  background-image: linear-gradient(90deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-50 {
  background-image: linear-gradient(-90deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-55 {
  background-image: linear-gradient(-72deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-60 {
  background-image: linear-gradient(-54deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-65 {
  background-image: linear-gradient(-36deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-70 {
  background-image: linear-gradient(-18deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-75 {
  background-image: linear-gradient(0deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-80 {
  background-image: linear-gradient(18deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-85 {
  background-image: linear-gradient(36deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-90 {
  background-image: linear-gradient(54deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-95 {
  background-image: linear-gradient(72deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-warning.radial-bar-100 {
  background-image: linear-gradient(90deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-50 {
  background-image: linear-gradient(-90deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-55 {
  background-image: linear-gradient(-72deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-60 {
  background-image: linear-gradient(-54deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-65 {
  background-image: linear-gradient(-36deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-70 {
  background-image: linear-gradient(-18deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-75 {
  background-image: linear-gradient(0deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-80 {
  background-image: linear-gradient(18deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-85 {
  background-image: linear-gradient(36deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-90 {
  background-image: linear-gradient(54deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-95 {
  background-image: linear-gradient(72deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 52, ../sass/app/charts/_radial-bar.scss */
.radial-bar-danger.radial-bar-100 {
  background-image: linear-gradient(90deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 132, ../sass/app/charts/_radial-bar.scss */
.radial-bar-lg {
  width: 100px;
  height: 100px;
  font-size: 22px;
}
/* line 37, ../sass/app/charts/_radial-bar.scss */
.radial-bar-lg:after,
.radial-bar-lg > img {
  width: 70px;
  height: 70px;
  margin-left: 15px;
  margin-top: 15px;
  line-height: 70px;
}

/* line 136, ../sass/app/charts/_radial-bar.scss */
.radial-bar-sm {
  width: 50px;
  height: 50px;
  font-size: 12px;
}
/* line 37, ../sass/app/charts/_radial-bar.scss */
.radial-bar-sm:after,
.radial-bar-sm > img {
  width: 35px;
  height: 35px;
  margin-left: 7.5px;
  margin-top: 7.5px;
  line-height: 35px;
}

/* line 140, ../sass/app/charts/_radial-bar.scss */
.radial-bar-xs {
  width: 30px;
  height: 30px;
  font-size: 8px;
}
/* line 37, ../sass/app/charts/_radial-bar.scss */
.radial-bar-xs:after,
.radial-bar-xs > img {
  width: 21px;
  height: 21px;
  margin-left: 4.5px;
  margin-top: 4.5px;
  line-height: 21px;
}

/* line 145, ../sass/app/charts/_radial-bar.scss */
x:-o-prefocus,
.radial-bar {
  background-clip: content-box;
}

/* ========================================================================
     Component: chart-flot
 ======================================================================== */
/* line 6, ../sass/app/charts/_chart-flot.scss */
.flot-chart {
  display: block;
  width: 100%;
  height: 250px;
}
/* line 11, ../sass/app/charts/_chart-flot.scss */
.flot-chart .legend > table tr td {
  padding: 3px;
}
/* line 14, ../sass/app/charts/_chart-flot.scss */
.flot-chart .legend > table tr td:first-child {
  padding-left: 3px;
}
/* line 17, ../sass/app/charts/_chart-flot.scss */
.flot-chart .legend > table tr td:last-child {
  padding-right: 3px;
}
/* line 20, ../sass/app/charts/_chart-flot.scss */
.flot-chart .legend > table tr + tr td {
  padding-top: 0;
}
/* line 24, ../sass/app/charts/_chart-flot.scss */
.flot-chart .legend > div:first-child {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
/* line 28, ../sass/app/charts/_chart-flot.scss */
.flot-chart .legend .legendColorBox > div,
.flot-chart .legend .legendColorBox > div > div {
  border-radius: 400px;
}

/* line 35, ../sass/app/charts/_chart-flot.scss */
.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* line 41, ../sass/app/charts/_chart-flot.scss */
.flot-pie-label {
  padding: 3px 5px;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

/* line 50, ../sass/app/charts/_chart-flot.scss */
#flotTip {
  position: relative;
  padding: 5px;
  font-size: 12px !important;
  border-radius: 2px !important;
  border-color: transparent !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
  color: #f1f1f1;
  z-index: 5;
}

/* ========================================================================
   Component: chart-easypie
 ========================================================================== */
/* line 7, ../sass/app/charts/_chart-easypie.scss */
.easypie-chart {
  display: inline-block;
  position: relative;
  padding: 0 6px;
}
/* line 12, ../sass/app/charts/_chart-easypie.scss */
.easypie-chart span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  margin-left: -50%;
  height: 30px;
  margin-top: -15px;
  font-size: 20px;
}
/* line 23, ../sass/app/charts/_chart-easypie.scss */
.easypie-chart canvas {
  max-width: 100%;
}
/* line 28, ../sass/app/charts/_chart-easypie.scss */
.easypie-chart.easypie-chart-lg span {
  font-size: 40px;
  margin-top: -25px;
  line-height: 40px;
}
/* line 36, ../sass/app/charts/_chart-easypie.scss */
.easypie-chart.easypie-chart-md span {
  font-size: 30px;
  margin-top: -25px;
  line-height: 40px;
}

/* ========================================================================
     Component: form-validation
 ========================================================================== */
/* line 10, ../sass/app/forms/_form-validation.scss */
.parsley-error {
  border-color: #f05050 !important;
}

/* line 14, ../sass/app/forms/_form-validation.scss */
.parsley-required,
.parsley-type,
.parsley-equalto {
  color: #f05050;
}

/* line 20, ../sass/app/forms/_form-validation.scss */
.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}
/* line 25, ../sass/app/forms/_form-validation.scss */
.parsley-errors-list.filled {
  display: block;
}
/* line 29, ../sass/app/forms/_form-validation.scss */
.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #f05050;
}

/* line 39, ../sass/app/forms/_form-validation.scss */
.input-group.with-focus .form-control {
  transition: none;
}
/* line 41, ../sass/app/forms/_form-validation.scss */
.input-group.with-focus .form-control:focus + .input-group-append > .input-group-text {
  border-color: #66afe9;
}
/* line 44, ../sass/app/forms/_form-validation.scss */
.input-group.with-focus .form-control.is-invalid + .input-group-append > .input-group-text {
  border-color: #f05050;
}
/* line 47, ../sass/app/forms/_form-validation.scss */
.input-group.with-focus .form-control.is-valid + .input-group-append > .input-group-text {
  border-color: #27c24c;
}

/* ========================================================================
     Component: form-tags
 ========================================================================== */
/* bootstrap tag input */
/* line 8, ../sass/app/forms/_form-tags.scss */
.bootstrap-tagsinput {
  box-shadow: none;
  padding: 8px 7px;
  width: 100%;
  height: auto;
  min-height: 100px;
  border: 2px #efefef solid !important;
  border-radius: 0 !important;
}
/* line 19, ../sass/app/forms/_form-tags.scss */
.bootstrap-tagsinput:hover, .bootstrap-tagsinput:active, .bootstrap-tagsinput:focus {
  outline: 0 !important;
  border: 2px solid #23b7e5 !important;
}
/* line 27, ../sass/app/forms/_form-tags.scss */
.bootstrap-tagsinput .label-info {
  background-color: #23b7e5 !important;
  display: inline;
  padding: .2rem .6rem .3rem;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

/* line 42, ../sass/app/forms/_form-tags.scss */
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: 0 0 0 #000;
}

/* line 46, ../sass/app/forms/_form-tags.scss */
.bootstrap-tagsinput .tag {
  color: #fff;
}

/* ========================================================================
     Component: form-datepicker
 ========================================================================== */
/* line 5, ../sass/app/forms/_form-datepicker.scss */
.datepicker {
  padding: .5rem;
}
/* line 7, ../sass/app/forms/_form-datepicker.scss */
.datepicker th {
  font-size: 0.875rem !important;
}

/* line 13, ../sass/app/forms/_form-datepicker.scss */
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-image: none;
}

/* line 31, ../sass/app/forms/_form-datepicker.scss */
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #5d9cec;
}

/* line 56, ../sass/app/forms/_form-datepicker.scss */
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-color: #5d9cec !important;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

/* line 67, ../sass/app/forms/_form-datepicker.scss */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background-color: #e4eaec;
}

/* line 72, ../sass/app/forms/_form-datepicker.scss */
.datepicker-inline {
  border: 0.125rem solid #e4eaec;
}

/* line 77, ../sass/app/forms/_form-datepicker.scss */
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-color: #5d9cec !important;
  background-image: none;
  box-shadow: none;
}

/* ========================================================================
     Component: form-wizard
 ========================================================================== */
/* line 13, ../sass/app/forms/_form-wizard.scss */
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

/* line 20, ../sass/app/forms/_form-wizard.scss */
.wizard a,
.tabcontrol a {
  outline: 0;
}

/* line 25, ../sass/app/forms/_form-wizard.scss */
.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

/* line 32, ../sass/app/forms/_form-wizard.scss */
.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}

/* line 38, ../sass/app/forms/_form-wizard.scss */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}

/* line 44, ../sass/app/forms/_form-wizard.scss */
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/* line 51, ../sass/app/forms/_form-wizard.scss */
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
/* line 55, ../sass/app/forms/_form-wizard.scss */
.wizard > .steps .number {
  font-size: 1.429em;
}
/* line 59, ../sass/app/forms/_form-wizard.scss */
.wizard > .steps > ul > li {
  width: 25%;
}
/* line 64, ../sass/app/forms/_form-wizard.scss */
.wizard > .content {
  background: #fff;
  display: block;
  margin: 0.5em;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 75, ../sass/app/forms/_form-wizard.scss */
.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 100%;
  height: 95%;
  padding: 2.5% 0;
}
/* line 81, ../sass/app/forms/_form-wizard.scss */
.wizard > .content > .body ul {
  list-style: disc !important;
}
/* line 83, ../sass/app/forms/_form-wizard.scss */
.wizard > .content > .body ul > li {
  display: list-item;
}
/* line 87, ../sass/app/forms/_form-wizard.scss */
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
/* line 92, ../sass/app/forms/_form-wizard.scss */
.wizard > .content > .body input {
  display: block;
}
/* line 97, ../sass/app/forms/_form-wizard.scss */
.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
/* line 102, ../sass/app/forms/_form-wizard.scss */
.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}
/* line 106, ../sass/app/forms/_form-wizard.scss */
.wizard > .content > .body label.error {
  color: #f05050;
  margin-left: 1.5em;
  padding: 0;
}
/* line 111, ../sass/app/forms/_form-wizard.scss */
.wizard > .content > .body .checkbox label.error {
  display: block !important;
}
/* line 116, ../sass/app/forms/_form-wizard.scss */
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
/* line 121, ../sass/app/forms/_form-wizard.scss */
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
/* line 124, ../sass/app/forms/_form-wizard.scss */
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

/* line 132, ../sass/app/forms/_form-wizard.scss */
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
/* line 137, ../sass/app/forms/_form-wizard.scss */
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
/* line 143, ../sass/app/forms/_form-wizard.scss */
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
/* line 149, ../sass/app/forms/_form-wizard.scss */
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
/* line 155, ../sass/app/forms/_form-wizard.scss */
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

/* line 162, ../sass/app/forms/_form-wizard.scss */
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}

/* line 167, ../sass/app/forms/_form-wizard.scss */
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 0;
  font-weight: bold;
  color: #656565;
}
/* line 180, ../sass/app/forms/_form-wizard.scss */
.wizard > .steps a > small,
.wizard > .steps a:hover > small,
.wizard > .steps a:active > small {
  font-weight: normal;
  color: #909FA7;
}

/* line 186, ../sass/app/forms/_form-wizard.scss */
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #fcfcfc;
  color: #656565;
  cursor: default;
}

/* line 194, ../sass/app/forms/_form-wizard.scss */
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #5d9cec;
  color: #fff;
  cursor: default;
}
/* line 200, ../sass/app/forms/_form-wizard.scss */
.wizard > .steps .current a > small,
.wizard > .steps .current a:hover > small,
.wizard > .steps .current a:active > small {
  color: #fff;
}

/* line 205, ../sass/app/forms/_form-wizard.scss */
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #fcfcfc;
  color: #656565;
}

/* line 212, ../sass/app/forms/_form-wizard.scss */
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}

/* line 219, ../sass/app/forms/_form-wizard.scss */
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 0.2rem;
  text-decoration: none;
  color: #fff;
  background-color: #5d9cec;
  border-color: #5d9cec;
}
/* line 13, ../sass/bootstrap/mixins/_hover.scss */
.wizard > .actions a:hover,
.wizard > .actions a:hover:hover,
.wizard > .actions a:active:hover {
  color: #fff;
  background-color: #3b87e8;
  border-color: #2f80e7;
}
/* line 18, ../sass/bootstrap/mixins/_buttons.scss */
.wizard > .actions a:focus, .wizard > .actions a.focus,
.wizard > .actions a:hover:focus,
.wizard > .actions a:hover.focus,
.wizard > .actions a:active:focus,
.wizard > .actions a:active.focus {
  box-shadow: 0 0 0 #000;
}
/* line 31, ../sass/bootstrap/mixins/_buttons.scss */
.wizard > .actions a.disabled, .wizard > .actions a:disabled,
.wizard > .actions a:hover.disabled,
.wizard > .actions a:hover:disabled,
.wizard > .actions a:active.disabled,
.wizard > .actions a:active:disabled {
  color: #fff;
  background-color: #5d9cec;
  border-color: #5d9cec;
}
/* line 38, ../sass/bootstrap/mixins/_buttons.scss */
.wizard > .actions a:not(:disabled):not(.disabled):active, .wizard > .actions a:not(:disabled):not(.disabled).active, .show > .wizard > .actions a.dropdown-toggle,
.wizard > .actions a:hover:not(:disabled):not(.disabled):active,
.wizard > .actions a:hover:not(:disabled):not(.disabled).active, .show >
.wizard > .actions a:hover.dropdown-toggle,
.wizard > .actions a:active:not(:disabled):not(.disabled):active,
.wizard > .actions a:active:not(:disabled):not(.disabled).active, .show >
.wizard > .actions a:active.dropdown-toggle {
  color: #fff;
  background-color: #2f80e7;
  border-color: #2479e5;
}
/* line 48, ../sass/bootstrap/mixins/_buttons.scss */
.wizard > .actions a:not(:disabled):not(.disabled):active:focus, .wizard > .actions a:not(:disabled):not(.disabled).active:focus, .show > .wizard > .actions a.dropdown-toggle:focus,
.wizard > .actions a:hover:not(:disabled):not(.disabled):active:focus,
.wizard > .actions a:hover:not(:disabled):not(.disabled).active:focus, .show >
.wizard > .actions a:hover.dropdown-toggle:focus,
.wizard > .actions a:active:not(:disabled):not(.disabled):active:focus,
.wizard > .actions a:active:not(:disabled):not(.disabled).active:focus, .show >
.wizard > .actions a:active.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 230, ../sass/app/forms/_form-wizard.scss */
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  color: inherit !important;
  background-color: #edf1f2 !important;
  box-shadow: 0 0 0 #000 !important;
}

/* line 239, ../sass/app/forms/_form-wizard.scss */
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
/* line 243, ../sass/app/forms/_form-wizard.scss */
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
/* line 248, ../sass/app/forms/_form-wizard.scss */
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 258, ../sass/app/forms/_form-wizard.scss */
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
/* line 266, ../sass/app/forms/_form-wizard.scss */
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
/* line 270, ../sass/app/forms/_form-wizard.scss */
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
/* line 275, ../sass/app/forms/_form-wizard.scss */
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
/* line 281, ../sass/app/forms/_form-wizard.scss */
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
/* line 287, ../sass/app/forms/_form-wizard.scss */
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
/* line 295, ../sass/app/forms/_form-wizard.scss */
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
/* line 301, ../sass/app/forms/_form-wizard.scss */
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}
/* line 303, ../sass/app/forms/_form-wizard.scss */
.tabcontrol > .content > .body ul > li {
  display: list-item;
}

/* ========================================================================
     Component: form-imgcrop
 ========================================================================== */
/* line 5, ../sass/app/forms/_form-imgcrop.scss */
.img-container,
.img-preview {
  background-color: #f7f7f7;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

/* line 13, ../sass/app/forms/_form-imgcrop.scss */
.img-container {
  min-height: 200px;
  max-height: 340px;
  margin-bottom: 20px;
}

/* line 19, ../sass/app/forms/_form-imgcrop.scss */
.docs-preview {
  margin-right: -15px;
  margin-bottom: 10px;
}

/* line 24, ../sass/app/forms/_form-imgcrop.scss */
.img-preview {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 30, ../sass/app/forms/_form-imgcrop.scss */
.img-preview > img {
  max-width: 100%;
}

/* line 34, ../sass/app/forms/_form-imgcrop.scss */
.preview-lg {
  width: 263px;
  height: 148px;
}

/* line 39, ../sass/app/forms/_form-imgcrop.scss */
.preview-md {
  width: 139px;
  height: 78px;
}

/* line 44, ../sass/app/forms/_form-imgcrop.scss */
.preview-sm {
  width: 69px;
  height: 39px;
}

/* line 49, ../sass/app/forms/_form-imgcrop.scss */
.preview-xs {
  width: 35px;
  height: 20px;
  margin-right: 0;
}

/* line 56, ../sass/app/forms/_form-imgcrop.scss */
.cropper-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
  image-orientation: 0deg !important;
}

/* ========================================================================
     Component: dropzone
 ========================================================================== */
/* line 5, ../sass/app/forms/_dropzone.scss */
.dropzone {
  border: 0;
}
/* line 8, ../sass/app/forms/_dropzone.scss */
.dropzone .dz-default.dz-message {
  font-size: 35px;
}
/* line 13, ../sass/app/forms/_dropzone.scss */
.dropzone .dz-preview.dz-image-preview .dz-image {
  border-radius: 1px;
}
/* line 16, ../sass/app/forms/_dropzone.scss */
.dropzone .dz-preview.dz-image-preview .dz-details {
  position: relative;
  line-height: 1;
  padding: 6px 4px;
  margin: 0;
  opacity: 1;
  font-size: 14px;
}
/* line 25, ../sass/app/forms/_dropzone.scss */
.dropzone .dz-preview .dz-image img {
  transition: transform .2s ease;
}
/* line 28, ../sass/app/forms/_dropzone.scss */
.dropzone .dz-preview:hover .dz-image img {
  -webkit-filter: none;
  filter: none;
  transform: scale(2);
  transition: transform .5s ease;
}
/* line 34, ../sass/app/forms/_dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 1px;
  background-image: none;
  background-color: #edf1f2;
}
/* line 39, ../sass/app/forms/_dropzone.scss */
.dropzone .dz-filename {
  display: none;
}
/* line 42, ../sass/app/forms/_dropzone.scss */
.dropzone .dz-preview .dz-remove {
  color: #909FA7;
  font-size: 12px;
}
/* line 45, ../sass/app/forms/_dropzone.scss */
.dropzone .dz-preview .dz-remove:hover {
  color: #f05050;
  text-decoration: none;
}
/* line 51, ../sass/app/forms/_dropzone.scss */
.dropzone .dz-preview .dz-error-message {
  top: 130px;
  border-radius: 2px;
  transition: all .2s ease;
}
/* line 55, ../sass/app/forms/_dropzone.scss */
.dropzone .dz-preview .dz-error-message:after {
  display: none;
}
/* line 59, ../sass/app/forms/_dropzone.scss */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  top: 100px;
}

/* ========================================================================
    Component: plugins
    - Use this stylesheet to include single css styles for plugins
 ========================================================================== */
/* line 43, ../sass/app/forms/_plugins.scss */
body .slider-handle,
body .slider-track,
body .slider-selection {
  background-image: none;
  box-shadow: 0 0 0 #000;
}
/* line 50, ../sass/app/forms/_plugins.scss */
body .slider-handle {
  background-color: #fff;
  border: 1px solid #5d9cec;
  opacity: 1;
}
/* line 55, ../sass/app/forms/_plugins.scss */
body .slider-track {
  background-color: #fff;
  border: 1px solid #5d9cec;
}
/* line 59, ../sass/app/forms/_plugins.scss */
body .slider-selection {
  background-color: #5d9cec;
}
/* line 64, ../sass/app/forms/_plugins.scss */
body .slider .tooltip.top .tooltip-arrow {
  border-top-color: #2c3037;
}
/* line 67, ../sass/app/forms/_plugins.scss */
body .slider .tooltip.right .tooltip-arrow {
  border-right-color: #2c3037;
}
/* line 70, ../sass/app/forms/_plugins.scss */
body .slider .tooltip-inner {
  background-color: #2c3037;
}
/* line 73, ../sass/app/forms/_plugins.scss */
body .slider .tooltip.in {
  opacity: 1;
}
/* line 78, ../sass/app/forms/_plugins.scss */
body .slider-fw .slider {
  width: 100%;
}
/* line 86, ../sass/app/forms/_plugins.scss */
body .chosen-container {
  width: 100% !important;
  max-width: 100%;
}
/* line 91, ../sass/app/forms/_plugins.scss */
body .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.52857;
  color: #495057;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  border-radius: 0.25rem;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: 0.875rem;
  height: 35px;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 91, ../sass/app/forms/_plugins.scss */
  body .chosen-container-multi .chosen-choices {
    transition: none;
  }
}
/* line 14, ../sass/bootstrap/mixins/_forms.scss */
body .chosen-container-multi .chosen-choices:focus {
  color: #495057;
  background-color: #fff;
  border-color: #66afe9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 33, ../sass/app/forms/_plugins.scss */
body .chosen-container-multi .chosen-choices[disabled], body .chosen-container-multi .chosen-choices[readonly], fieldset[disabled] body .chosen-container-multi .chosen-choices {
  cursor: not-allowed;
  background-color: #edf1f2;
  opacity: 1;
}
/* line 97, ../sass/app/forms/_plugins.scss */
body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: auto;
  padding: 0;
}
/* line 102, ../sass/app/forms/_plugins.scss */
body .chosen-container-multi .chosen-choices li.search-choice {
  margin: 0 5px 3px 0;
  background-color: #f5f6f7;
  border: 1px solid #e7e9ec;
  background-image: none;
}
/* line 109, ../sass/app/forms/_plugins.scss */
body .chosen-container .chosen-results li.highlighted {
  background-color: #a1a2a3;
  background-image: none;
}
/* line 113, ../sass/app/forms/_plugins.scss */
body .chosen-container .chosen-drop {
  border-color: #ddd;
}
/* line 116, ../sass/app/forms/_plugins.scss */
body .chosen-container .chosen-results li.group-result {
  color: #747576;
  letter-spacing: 0.02em;
}
/* line 121, ../sass/app/forms/_plugins.scss */
body .chosen-container-single .chosen-single,
body .chosen-container-active.chosen-with-drop .chosen-single {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.52857;
  color: #495057;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  border-radius: 0.25rem;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: 0.875rem;
  height: 35px;
  box-shadow: 0 0 0 #000;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 121, ../sass/app/forms/_plugins.scss */
  body .chosen-container-single .chosen-single,
  body .chosen-container-active.chosen-with-drop .chosen-single {
    transition: none;
  }
}
/* line 14, ../sass/bootstrap/mixins/_forms.scss */
body .chosen-container-single .chosen-single:focus,
body .chosen-container-active.chosen-with-drop .chosen-single:focus {
  color: #495057;
  background-color: #fff;
  border-color: #66afe9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 33, ../sass/app/forms/_plugins.scss */
body .chosen-container-single .chosen-single[disabled], body .chosen-container-single .chosen-single[readonly], fieldset[disabled] body .chosen-container-single .chosen-single,
body .chosen-container-active.chosen-with-drop .chosen-single[disabled],
body .chosen-container-active.chosen-with-drop .chosen-single[readonly], fieldset[disabled]
body .chosen-container-active.chosen-with-drop .chosen-single {
  cursor: not-allowed;
  background-color: #edf1f2;
  opacity: 1;
}
/* line 128, ../sass/app/forms/_plugins.scss */
body .chosen-search-input {
  border: 0;
}
/* line 129, ../sass/app/forms/_plugins.scss */
body .chosen-container-active .chosen-single,
body .chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  box-shadow: 0 0 0 #000;
}
/* line 135, ../sass/app/forms/_plugins.scss */
body .chosen-container-single .chosen-drop {
  margin-top: -3px;
}
/* line 139, ../sass/app/forms/_plugins.scss */
body .chosen-container-single .chosen-single div {
  top: 6px;
  right: 5px;
}
/* line 144, ../sass/app/forms/_plugins.scss */
body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #b7bac9;
}
/* line 149, ../sass/app/forms/_plugins.scss */
body .bootstrap-filestyle {
  max-width: 380px;
}
/* line 154, ../sass/app/forms/_plugins.scss */
body .select2-container {
  max-width: 100%;
}
/* line 157, ../sass/app/forms/_plugins.scss */
body .select2-container--bootstrap4 .select2-selection--single {
  height: 35px !important;
}
/* line 159, ../sass/app/forms/_plugins.scss */
body .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered,
body .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  line-height: 35px !important;
}
/* line 164, ../sass/app/forms/_plugins.scss */
body .select2-container--bootstrap4 .select2-selection,
body .select2-container--bootstrap4.select2-container--focus .select2-selection {
  border: 1px solid #dde6e9;
  box-shadow: 0 0 0 #000 !important;
}
/* line 169, ../sass/app/forms/_plugins.scss */
body .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 4px 5px;
}
/* line 172, ../sass/app/forms/_plugins.scss */
body .select2-dropdown {
  max-height: 300px;
  overflow-y: hidden !important;
}
/* line 177, ../sass/app/forms/_plugins.scss */
body .select2-container--bootstrap4 .select2-selection__clear {
  margin-top: .65em;
}

/* ========================================================================
     Component: datatable
 ========================================================================== */
/* line 4, ../sass/app/tables/_datatable.scss */
.dataTables_wrapper {
  clear: both;
}

/* line 8, ../sass/app/tables/_datatable.scss */
table.dataTable {
  border-collapse: collapse !important;
}

/* line 13, ../sass/app/tables/_datatable.scss */
.dataTables_filter {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 13, ../sass/app/tables/_datatable.scss */
  .dataTables_filter {
    float: right;
  }
}
/* line 20, ../sass/app/tables/_datatable.scss */
.dataTables_filter label > em {
  color: inherit;
}
/* line 24, ../sass/app/tables/_datatable.scss */
.dataTables_filter input {
  border: 1px solid rgba(160, 160, 160, 0.25);
  margin-left: 10px;
  padding: 0.25rem .5rem;
  color: inherit;
}

/* line 33, ../sass/app/tables/_datatable.scss */
.dataTables_length {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 33, ../sass/app/tables/_datatable.scss */
  .dataTables_length {
    float: left;
  }
}
/* line 41, ../sass/app/tables/_datatable.scss */
.dataTables_length select {
  border: 1px solid rgba(160, 160, 160, 0.25);
  margin-right: 10px;
  padding: 0.25rem .5rem;
  color: inherit;
}

/* line 50, ../sass/app/tables/_datatable.scss */
.dt-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: .5rem;
}
@media (min-width: 992px) {
  /* line 50, ../sass/app/tables/_datatable.scss */
  .dt-buttons {
    display: inline-flex;
    margin-bottom: 0;
  }
}

/* line 63, ../sass/app/tables/_datatable.scss */
.dataTables_info {
  text-align: center;
  padding-top: .75rem;
}
@media (min-width: 768px) {
  /* line 63, ../sass/app/tables/_datatable.scss */
  .dataTables_info {
    float: left;
  }
}

/* line 73, ../sass/app/tables/_datatable.scss */
.dataTables_wrapper .dataTables_paginate {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  /* line 73, ../sass/app/tables/_datatable.scss */
  .dataTables_wrapper .dataTables_paginate {
    justify-content: flex-end;
  }
}

/* line 84, ../sass/app/tables/_datatable.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button > a {
  box-shadow: 0 0 0 #000 !important;
}
/* line 91, ../sass/app/tables/_datatable.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled > a {
  color: #dde6e9;
}

/* line 98, ../sass/app/tables/_datatable.scss */
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #dde6e9;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 2100;
}
/* line 112, ../sass/app/tables/_datatable.scss */
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
/* line 119, ../sass/app/tables/_datatable.scss */
div.dt-button-info h2:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #27c24c;
  margin-right: 8px;
}
/* line 128, ../sass/app/tables/_datatable.scss */
div.dt-button-info > div {
  padding: 1em;
}

/* line 135, ../sass/app/tables/_datatable.scss */
table.dataTable th.focus, table.dataTable td.focus {
  outline: 3px solid #5d9cec;
  outline-offset: -1px;
}

/* line 140, ../sass/app/tables/_datatable.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  color: #3a3f51;
  border: 0;
  box-shadow: 0 0 0 #000;
  background-color: transparent;
}

/* ========================================================================
     Component: table-extras
 ========================================================================== */
/* line 9, ../sass/app/tables/_table-extras.scss */
.table > thead > tr > th {
  padding: 14px 8px;
  color: #888;
}
/* line 14, ../sass/app/tables/_table-extras.scss */
.table > tbody > tr > td {
  vertical-align: middle;
}
/* line 17, ../sass/app/tables/_table-extras.scss */
.table > tbody > tr > td > .media img {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
/* line 25, ../sass/app/tables/_table-extras.scss */
.table .checkbox {
  margin: 0 auto;
  width: 20px;
}
/* line 30, ../sass/app/tables/_table-extras.scss */
.table .progress {
  margin-bottom: 0;
}
/* line 34, ../sass/app/tables/_table-extras.scss */
.table .radial-bar {
  margin-bottom: 0;
  margin: 0 auto;
}

/* line 41, ../sass/app/tables/_table-extras.scss */
.jqstooltip {
  box-sizing: content-box;
}

/* line 49, ../sass/app/tables/_table-extras.scss */
#table-ext-1 th:nth-child(1) {
  width: 3%;
}
/* line 53, ../sass/app/tables/_table-extras.scss */
#table-ext-1 th:nth-child(2) {
  width: 5%;
}
/* line 57, ../sass/app/tables/_table-extras.scss */
#table-ext-1 th:nth-child(7) {
  width: 5%;
}
/* line 61, ../sass/app/tables/_table-extras.scss */
#table-ext-1 th:nth-child(9) {
  width: 5%;
}

/* line 71, ../sass/app/tables/_table-extras.scss */
#table-ext-2 th:nth-child(1) {
  width: 5%;
}
/* line 75, ../sass/app/tables/_table-extras.scss */
#table-ext-2 th:nth-child(3) {
  width: 10%;
}

/* ========================================================================
     Component: Bootgrid
 ========================================================================== */
/* line 6, ../sass/app/tables/_bootgrid.scss */
.bootgrid-header .search {
  width: 100%;
  max-width: 140px;
}
@media (min-width: 768px) {
  /* line 6, ../sass/app/tables/_bootgrid.scss */
  .bootgrid-header .search {
    max-width: 240px;
  }
}
/* line 12, ../sass/app/tables/_bootgrid.scss */
.bootgrid-header .search .input-group-addon {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
/* line 17, ../sass/app/tables/_bootgrid.scss */
.bootgrid-header .search.form-group {
  float: left;
}
/* line 22, ../sass/app/tables/_bootgrid.scss */
.bootgrid-header .dropdown {
  color: inherit;
}
/* line 24, ../sass/app/tables/_bootgrid.scss */
.bootgrid-header .dropdown .dropdown-menu {
  transform: translate3d(0, 0, 0) !important;
  top: 10% !important;
  right: 0 !important;
  left: auto !important;
}
/* line 32, ../sass/app/tables/_bootgrid.scss */
.bootgrid-header .dropdown .dropdown-item:hover {
  background-color: #5d9cec !important;
  color: #fff !important;
}
/* line 37, ../sass/app/tables/_bootgrid.scss */
.bootgrid-header .dropdown .dropdown-item > a {
  color: inherit;
}
/* line 41, ../sass/app/tables/_bootgrid.scss */
.bootgrid-header .dropdown .active > .dropdown-item {
  color: #fff;
}

/* line 49, ../sass/app/tables/_bootgrid.scss */
.bootgrid-table th > .column-header-anchor {
  color: inherit;
}
/* line 52, ../sass/app/tables/_bootgrid.scss */
.bootgrid-table th:hover, .bootgrid-table th:active {
  background-color: rgba(221, 230, 233, 0.12);
}
/* line 56, ../sass/app/tables/_bootgrid.scss */
.bootgrid-table td.loading, .bootgrid-table td.no-results {
  background-color: transparent;
  color: inherit;
}

/* line 63, ../sass/app/tables/_bootgrid.scss */
.bootgrid-footer > .row {
  align-items: center;
}
/* line 66, ../sass/app/tables/_bootgrid.scss */
.bootgrid-footer .pagination {
  justify-content: center;
}
/* line 69, ../sass/app/tables/_bootgrid.scss */
.bootgrid-footer .infoBar {
  margin-top: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 76, ../sass/app/tables/_bootgrid.scss */
  .bootgrid-footer .pagination {
    justify-content: start;
  }
  /* line 79, ../sass/app/tables/_bootgrid.scss */
  .bootgrid-footer .infoBar {
    margin-top: 0;
    text-align: right;
  }
}
/* line 86, ../sass/app/tables/_bootgrid.scss */
.bootgrid .table > thead > tr > td.active, .bootgrid .table > tbody > tr > td.active, .bootgrid .table > tfoot > tr > td.active, .bootgrid .table > thead > tr > th.active, .bootgrid .table > tbody > tr > th.active, .bootgrid .table > tfoot > tr > th.active, .bootgrid .table > thead > tr.active > td, .bootgrid .table > tbody > tr.active > td, .bootgrid .table > tfoot > tr.active > td, .bootgrid .table > thead > tr.active > th, .bootgrid .table > tbody > tr.active > th, .bootgrid .table > tfoot > tr.active > th {
  background-color: #e4eaec;
}

/* ========================================================================
     Component: gmap
 ========================================================================== */
/* line 4, ../sass/app/maps/_gmap.scss */
.gmap {
  height: 300px;
}
/* line 9, ../sass/app/maps/_gmap.scss */
.gmap.gmap-sm {
  height: 150px;
}

/* ========================================================================
     Component: vector-map
 ========================================================================== */
/* line 11, ../sass/app/maps/_vector-map.scss */
body .jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #313232;
  border-radius: 2px;
  background: #313232;
  color: white;
  padding: 3px 6px;
  opacity: 0.9;
  z-index: 1100;
}
/* line 23, ../sass/app/maps/_vector-map.scss */
body .jvectormap-zoomin, body .jvectormap-zoomout {
  position: absolute;
  left: 10px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: #515253;
  padding: 5px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
/* line 37, ../sass/app/maps/_vector-map.scss */
body .jvectormap-zoomin {
  top: 10px;
}
/* line 41, ../sass/app/maps/_vector-map.scss */
body .jvectormap-zoomout {
  top: 30px;
}

/* ========================================================================
     Component: timeline
 ========================================================================== */
/* line 11, ../sass/app/extras/_timeline.scss */
.timeline,
.timeline-alt {
  list-style: none;
  padding: 0 0 20px;
  position: relative;
  z-index: 0;
}
/* line 17, ../sass/app/extras/_timeline.scss */
.timeline:before,
.timeline-alt:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: " ";
  width: 1px;
  background-color: #d1d2d3;
  left: 18px;
}
/* line 26, ../sass/app/extras/_timeline.scss */
.timeline .timeline-end,
.timeline-alt .timeline-end {
  float: none;
  clear: both;
}
/* line 31, ../sass/app/extras/_timeline.scss */
.timeline .popover.left > .arrow:after,
.timeline-alt .popover.left > .arrow:after {
  border-left-color: #fff;
}
/* line 34, ../sass/app/extras/_timeline.scss */
.timeline .popover.right > .arrow:after,
.timeline-alt .popover.right > .arrow:after {
  border-right-color: #fff;
}
/* line 37, ../sass/app/extras/_timeline.scss */
.timeline .popover.left > .popover-title + .arrow:after,
.timeline-alt .popover.left > .popover-title + .arrow:after {
  border-left-color: #fff;
}
/* line 40, ../sass/app/extras/_timeline.scss */
.timeline .popover.right > .popover-title + .arrow:after,
.timeline-alt .popover.right > .popover-title + .arrow:after {
  border-right-color: #fff;
}
/* line 45, ../sass/app/extras/_timeline.scss */
.timeline > li,
.timeline-alt > li {
  margin-bottom: 20px;
}
/* line 2, ../sass/bootstrap/mixins/_clearfix.scss */
.timeline > li::after,
.timeline-alt > li::after {
  display: block;
  clear: both;
  content: "";
}
/* line 49, ../sass/app/extras/_timeline.scss */
.timeline > li.timeline-separator,
.timeline-alt > li.timeline-separator {
  position: relative;
  float: none;
  clear: both;
  margin: 0 auto;
  padding: 40px 0;
}
/* line 55, ../sass/app/extras/_timeline.scss */
.timeline > li.timeline-separator:first-child,
.timeline-alt > li.timeline-separator:first-child {
  padding-top: 0;
}
/* line 58, ../sass/app/extras/_timeline.scss */
.timeline > li.timeline-separator:before,
.timeline-alt > li.timeline-separator:before {
  content: attr(data-datetime);
  display: inline-block;
  width: 120px;
  text-align: center;
  padding: 0 20px;
  line-height: 30px;
  background-color: #b6c5da;
  color: #fff;
}
/* line 71, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-card,
.timeline-alt > li > .timeline-card {
  margin-left: 60px;
}
/* line 73, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-card .popover,
.timeline-alt > li > .timeline-card .popover {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  max-width: none;
}
/* line 79, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-card .popover .arrow,
.timeline-alt > li > .timeline-card .popover .arrow {
  top: 18px;
  display: none;
}
/* line 84, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-card .popover .popover-content .popover-title,
.timeline-alt > li > .timeline-card .popover .popover-content .popover-title {
  background-color: transparent;
  border: 0;
  padding-left: 0;
  padding-top: 0;
}
/* line 94, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-date,
.timeline-alt > li > .timeline-date {
  margin: -20px 0 0;
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
}
/* line 102, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-date > time:after,
.timeline-alt > li > .timeline-date > time:after {
  content: attr(datetime);
}
/* line 108, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-badge,
.timeline-alt > li > .timeline-badge {
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  line-height: 36px;
  font-size: 1em;
  text-align: center;
  color: #fff;
  background-color: #999;
  z-index: 100;
}
/* line 120, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-badge.primary,
.timeline-alt > li > .timeline-badge.primary {
  background-color: #5d9cec;
}
/* line 123, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-badge.success,
.timeline-alt > li > .timeline-badge.success {
  background-color: #27c24c;
}
/* line 126, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-badge.warning,
.timeline-alt > li > .timeline-badge.warning {
  background-color: #ff902b;
}
/* line 129, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-badge.danger,
.timeline-alt > li > .timeline-badge.danger {
  background-color: #f05050;
}
/* line 132, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-badge.info,
.timeline-alt > li > .timeline-badge.info {
  background-color: #23b7e5;
}
/* line 136, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-badge.inverse,
.timeline-alt > li > .timeline-badge.inverse {
  background-color: #131e26;
}
/* line 139, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-badge.green,
.timeline-alt > li > .timeline-badge.green {
  background-color: #37bc9b;
}
/* line 142, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-badge.pink,
.timeline-alt > li > .timeline-badge.pink {
  background-color: #f532e5;
}
/* line 145, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-badge.purple,
.timeline-alt > li > .timeline-badge.purple {
  background-color: #7266ba;
}
/* line 148, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-badge.dark,
.timeline-alt > li > .timeline-badge.dark {
  background-color: #3a3f51;
}
/* line 151, ../sass/app/extras/_timeline.scss */
.timeline > li > .timeline-badge.yellow,
.timeline-alt > li > .timeline-badge.yellow {
  background-color: #fad732;
}

/* line 158, ../sass/app/extras/_timeline.scss */
.timeline-alt .popover .arrow {
  display: block !important;
}

/* line 165, ../sass/app/extras/_timeline.scss */
.timeline-title {
  margin-top: 0;
  color: inherit;
}

/* line 172, ../sass/app/extras/_timeline.scss */
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

/* line 177, ../sass/app/extras/_timeline.scss */
.timeline-body > p + p {
  margin-top: 5px;
}

@media (min-width: 992px) {
  /* line 187, ../sass/app/extras/_timeline.scss */
  .timeline:before {
    left: 50%;
    margin-left: 18px;
  }
  /* line 191, ../sass/app/extras/_timeline.scss */
  .timeline > li {
    float: left;
    clear: left;
    width: 45%;
  }
  /* line 196, ../sass/app/extras/_timeline.scss */
  .timeline > li.timeline-inverted {
    float: right;
    clear: right;
    margin-top: 50px;
  }
  /* line 203, ../sass/app/extras/_timeline.scss */
  .timeline > li.timeline-separator {
    text-align: center;
  }
  /* line 205, ../sass/app/extras/_timeline.scss */
  .timeline > li.timeline-separator:before {
    margin-left: 36px;
  }
  /* line 210, ../sass/app/extras/_timeline.scss */
  .timeline > li > .timeline-badge {
    left: 50%;
    margin-left: 0;
  }
  /* line 215, ../sass/app/extras/_timeline.scss */
  .timeline > li > .timeline-date {
    float: none;
    position: absolute;
    width: 40%;
    left: 50%;
    top: 18px;
    margin-left: 54px;
    margin-top: -10px;
  }
  /* line 225, ../sass/app/extras/_timeline.scss */
  .timeline > li > .timeline-card {
    margin: 0;
  }
  /* line 228, ../sass/app/extras/_timeline.scss */
  .timeline > li > .timeline-card:before {
    border-left-width: 15px;
    border-right-width: 0;
    top: 26px;
    right: -15px;
    left: auto;
  }
  /* line 236, ../sass/app/extras/_timeline.scss */
  .timeline > li > .timeline-card:after {
    border-left-width: 14px;
    border-right-width: 0;
    top: 27px;
    right: -14px;
    left: auto;
  }
  /* line 244, ../sass/app/extras/_timeline.scss */
  .timeline > li > .timeline-card .popover .arrow {
    display: block;
  }
  /* line 251, ../sass/app/extras/_timeline.scss */
  .timeline > li.timeline-inverted > .timeline-card {
    padding-left: 36px;
  }
  /* line 255, ../sass/app/extras/_timeline.scss */
  .timeline > li.timeline-inverted .timeline-date {
    left: auto;
    right: 50%;
    width: auto;
    margin-left: 0;
    margin-right: 36px;
  }
}
/* ========================================================================
     Component: todo
 ========================================================================== */
/* line 7, ../sass/app/extras/_todo.scss */
.todo .todo-item-list {
  position: relative;
}
/* line 13, ../sass/app/extras/_todo.scss */
.todo .todo-item .todo-edit {
  display: none;
  cursor: pointer;
}
/* line 17, ../sass/app/extras/_todo.scss */
.todo .todo-item:hover .todo-edit {
  display: inline;
}
/* line 20, ../sass/app/extras/_todo.scss */
.todo .todo-item.todo-complete .todo-edit {
  display: none;
}
/* line 25, ../sass/app/extras/_todo.scss */
.todo .close {
  font-size: 1rem;
}
/* line 29, ../sass/app/extras/_todo.scss */
.todo textarea {
  resize: none;
  max-width: 100%;
  min-width: 100%;
}
/* line 34, ../sass/app/extras/_todo.scss */
.todo .todo-complete {
  background: #edf1f2;
  opacity: .6;
  color: #232735;
}
/* line 39, ../sass/app/extras/_todo.scss */
.todo .todo-complete .todo-title {
  text-decoration: line-through;
}

/* ========================================================================
     Component: calendar
 ========================================================================== */
/* line 7, ../sass/app/extras/_calendar.scss */
.calendar-app .fc-button {
  height: auto;
  background-image: none;
  padding: 5px 10px;
}
/* line 13, ../sass/app/extras/_calendar.scss */
.calendar-app .fc-button:active, .calendar-app .fc-button.active, .calendar-app .fc-button.fc-state-active {
  outline: 0;
  background-image: none;
}
/* line 22, ../sass/app/extras/_calendar.scss */
.calendar-app .fc-button .fc-icon {
  margin: 0 .1em;
  font-size: inherit;
  font-family: FontAwesome !important;
  vertical-align: baseline;
  color: #555;
  line-height: 1.5;
}
/* line 29, ../sass/app/extras/_calendar.scss */
.calendar-app .fc-button .fc-icon:after {
  display: none;
}
/* line 34, ../sass/app/extras/_calendar.scss */
.calendar-app .fc-state-highlight,
.calendar-app .fc-day:hover {
  background-color: #f7f8f9;
}
/* line 39, ../sass/app/extras/_calendar.scss */
.calendar-app .fc-day-number {
  font-size: 18px;
  font-weight: bold;
  color: #a1a2a3;
}
/* line 45, ../sass/app/extras/_calendar.scss */
.calendar-app .fc-event {
  color: #fff !important;
}
/* line 48, ../sass/app/extras/_calendar.scss */
.calendar-app .fc-view {
  overflow: visible;
}
/* line 52, ../sass/app/extras/_calendar.scss */
.calendar-app .external-events {
  margin: 0;
}
/* line 54, ../sass/app/extras/_calendar.scss */
.calendar-app .external-events > div {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 6px 10px;
  color: #fff;
  font-size: 11px;
  border-radius: 2px;
  cursor: move;
}
/* line 64, ../sass/app/extras/_calendar.scss */
.calendar-app .external-events:empty {
  content: "EMRTPUY";
}
/* line 68, ../sass/app/extras/_calendar.scss */
.calendar-app .external-events-trash {
  position: relative;
  min-height: 120px;
}
/* line 71, ../sass/app/extras/_calendar.scss */
.calendar-app .external-events-trash:after {
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #131e26;
  opacity: 0;
  font-family: FontAwesome;
  color: #fff;
  text-align: center;
  font-size: 50px;
  padding: 8%;
  max-height: 100%;
  transition: all 0.3s ease;
  z-index: -1;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 71, ../sass/app/extras/_calendar.scss */
  .calendar-app .external-events-trash:after {
    transition: none;
  }
}
/* line 89, ../sass/app/extras/_calendar.scss */
.calendar-app .external-events-trash.active:after {
  opacity: 1;
  z-index: 1;
}
/* line 93, ../sass/app/extras/_calendar.scss */
.calendar-app .external-events-trash.hovered:after {
  background-color: #fb797e;
}
/* line 99, ../sass/app/extras/_calendar.scss */
.calendar-app .external-event-color-selector .circle.selected {
  border: 3px solid rgba(255, 255, 255, 0.5);
}

/* ========================================================================
     Component: mailbox
 ========================================================================== */
/* line 12, ../sass/app/extras/_mailbox.scss */
.mb-boxes {
  overflow: hidden;
}
/* line 17, ../sass/app/extras/_mailbox.scss */
.mb-boxes .nav > li > a {
  font-weight: 600;
  color: #3a3f51;
  margin: 5px 0;
  transition: background-color 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, ../sass/app/extras/_mailbox.scss */
  .mb-boxes .nav > li > a {
    transition: none;
  }
}
/* line 23, ../sass/app/extras/_mailbox.scss */
.mb-boxes .nav > li > a:hover, .mb-boxes .nav > li > a:focus {
  background-color: #C0D0D3;
}
/* line 29, ../sass/app/extras/_mailbox.scss */
.mb-boxes .nav > li.active > a {
  background-color: #5d9cec !important;
  color: #fff;
}
@media (min-width: 992px) {
  /* line 12, ../sass/app/extras/_mailbox.scss */
  .mb-boxes {
    height: auto !important;
    visibility: visible !important;
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 42, ../sass/app/extras/_mailbox.scss */
  .mb-compose-button {
    display: block;
    width: 100%;
  }

  /* line 48, ../sass/app/extras/_mailbox.scss */
  .mb-toggle-button {
    display: none;
  }
}
/* line 57, ../sass/app/extras/_mailbox.scss */
.mb-mails > tbody > tr > td {
  border-top-color: transparent;
  cursor: pointer;
}
/* line 62, ../sass/app/extras/_mailbox.scss */
.mb-mails .mb-mail-active {
  background-color: #f7f8f9 !important;
}
/* line 66, ../sass/app/extras/_mailbox.scss */
.mb-mails .mb-mail-avatar {
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
}
/* line 74, ../sass/app/extras/_mailbox.scss */
.mb-mails .mb-mail-date {
  display: block;
  float: right;
  color: #909FA7;
  font-size: 12px;
  font-weight: bold;
}
/* line 82, ../sass/app/extras/_mailbox.scss */
.mb-mails .mb-mail-from {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
/* line 89, ../sass/app/extras/_mailbox.scss */
.mb-mails .mb-mail-meta {
  overflow: hidden;
}
/* line 92, ../sass/app/extras/_mailbox.scss */
.mb-mails .mb-mail-subject {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 6px;
}
/* line 99, ../sass/app/extras/_mailbox.scss */
.mb-mails .mb-mail-preview {
  clear: both;
  margin-top: 10px;
  color: #909FA7;
  margin-top: 2px;
}
/* line 106, ../sass/app/extras/_mailbox.scss */
.mb-mails .mb-attachment {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e4eaec;
}

/* line 116, ../sass/app/extras/_mailbox.scss */
.mb-view > tbody > tr > td {
  cursor: auto;
}
/* line 121, ../sass/app/extras/_mailbox.scss */
.mb-view .mb-mail-to-list > a {
  margin-right: 5px;
  color: #909FA7;
}

/* ========================================================================
   Component: Plan table
 ========================================================================== */
/* line 5, ../sass/app/extras/_plans.scss */
.plan {
  background-color: #edf1f2;
  overflow: auto;
  border-radius: 0.25rem;
  padding-bottom: 30px;
}
/* line 11, ../sass/app/extras/_plans.scss */
.plan .plan-header {
  background-color: #23b7e5;
  color: #fff;
  margin: 0;
  padding: 20px 10px;
  text-align: center;
}
/* line 19, ../sass/app/extras/_plans.scss */
.plan .plan-price {
  background: #fff;
  padding: 16px 8px;
  text-align: center;
}
/* line 24, ../sass/app/extras/_plans.scss */
.plan .plan-price h2 {
  margin: 0;
}
/* line 29, ../sass/app/extras/_plans.scss */
.plan .plan-period {
  font-size: 16px;
}
/* line 33, ../sass/app/extras/_plans.scss */
.plan hr {
  display: block;
  margin: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  height: 0;
}
/* line 40, ../sass/app/extras/_plans.scss */
.plan .plan-description {
  padding: 0 24px;
  text-align: center;
}
/* line 45, ../sass/app/extras/_plans.scss */
.plan .plan-features {
  list-style-type: none;
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: left;
}
/* line 52, ../sass/app/extras/_plans.scss */
.plan .plan-features > li {
  padding: 8px 24px;
}
/* line 55, ../sass/app/extras/_plans.scss */
.plan .plan-features > li > em {
  color: #23b7e5;
  margin-right: 7px;
}
/* line 60, ../sass/app/extras/_plans.scss */
.plan .plan-features > li:last-child {
  padding-bottom: 0;
}
/* line 66, ../sass/app/extras/_plans.scss */
.plan .plan-feature-disable {
  color: #f05050 !important;
}

/* line 96, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper {
  display: block;
  margin: -15px;
}
@media (min-width: 768px) {
  /* line 96, ../sass/app/documentation/_docs.scss */
  .flatdoc-wrapper {
    margin: -20px;
  }
}
/* line 103, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  /* line 103, ../sass/app/documentation/_docs.scss */
  .flatdoc-wrapper .flatdoc {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
  }
}
/* line 113, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-menu {
  border-right: 1px solid #e1e2e3;
  font-size: 14px;
}
@media (min-width: 768px) {
  /* line 113, ../sass/app/documentation/_docs.scss */
  .flatdoc-wrapper .flatdoc-menu {
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: top;
    width: 180px;
  }
  /* line 120, ../sass/app/documentation/_docs.scss */
  .flatdoc-wrapper .flatdoc-menu > ul {
    padding-top: 20px;
  }
}
/* line 127, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 16, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-menu ul.level-1 > li > a {
  padding-top: 25px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e2e3;
  pointer-events: none;
}
/* line 26, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-menu ul.level-2 > li + li > a, .flatdoc-wrapper .flatdoc-menu ul.level-2 > li:first-child > a {
  background-color: rgba(255, 255, 255, 0.75);
}
/* line 31, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a {
  position: relative;
  display: block;
  padding: 10px;
  padding-right: 30px;
}
/* line 38, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a, .flatdoc-wrapper .flatdoc-menu ul a:visited {
  color: #3a3f51;
}
/* line 42, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a:hover {
  color: rgba(58, 63, 81, 0.8);
  background-color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
/* line 48, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.level-1 {
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}
/* line 53, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.level-1, .flatdoc-wrapper .flatdoc-menu ul a.level-1:visited {
  color: #3a3f51;
}
/* line 57, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.level-1:hover {
  color: #3a3f51;
}
/* line 61, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.level-2 {
  font-weight: 600;
}
/* line 65, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.level-3 {
  font-weight: normal;
  font-size: 0.9em;
  padding-left: 15px;
}
/* line 71, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.active {
  font-weight: bold !important;
}
/* line 72, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.active, .flatdoc-wrapper .flatdoc-menu ul a.active:visited, .flatdoc-wrapper .flatdoc-menu ul a.active:hover {
  color: #505050 !important;
}
/* line 78, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 15px;
  width: 9px;
  height: 3px;
  border-radius: 2px;
  background: #3a3f51;
}
/* line 135, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 50px;
  background-color: #fff;
}
@media (min-width: 768px) {
  /* line 135, ../sass/app/documentation/_docs.scss */
  .flatdoc-wrapper .flatdoc-content {
    display: table-cell;
    height: 100%;
    vertical-align: top;
  }
}
/* line 148, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-content pre {
  background-color: #f3f6fb;
  border: 1px solid #dde6e9;
}
/* line 151, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-content pre code {
  display: inline-block;
  white-space: pre;
}
/* line 154, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-content pre code .string,
.flatdoc-wrapper .flatdoc-content pre code .number {
  color: #2b957a;
}
/* line 158, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-content pre code .init {
  color: #2b957a;
}
/* line 161, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-content pre code .keyword {
  color: #3a3f51;
  font-weight: bold;
}
/* line 165, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-content pre code .comment {
  color: #909FA7;
}
/* line 171, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-content > h1 {
  padding: 11px 0;
  margin: 0;
  line-height: 1;
}
/* line 177, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .flatdoc-content > h2,
.flatdoc-wrapper .flatdoc-content > h3 {
  padding: 20px;
  border-top: 1px solid #f1f2f3;
  margin: 0 -20px;
}
/* line 185, ../sass/app/documentation/_docs.scss */
.flatdoc-wrapper .button {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 0.2rem;
  text-decoration: none;
  color: #212529;
  background-color: #fff;
  border-color: #23b7e5;
}
/* line 13, ../sass/bootstrap/mixins/_hover.scss */
.flatdoc-wrapper .button:hover {
  color: #fff;
  background-color: #23b7e5;
  border-color: #1797be;
}
/* line 18, ../sass/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button:focus, .flatdoc-wrapper .button.focus {
  box-shadow: 0 0 0 #000;
}
/* line 31, ../sass/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button.disabled, .flatdoc-wrapper .button:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #23b7e5;
}
/* line 38, ../sass/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button:not(:disabled):not(.disabled):active, .flatdoc-wrapper .button:not(:disabled):not(.disabled).active, .show > .flatdoc-wrapper .button.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #158eb3;
}
/* line 48, ../sass/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button:not(:disabled):not(.disabled):active:focus, .flatdoc-wrapper .button:not(:disabled):not(.disabled).active:focus, .show > .flatdoc-wrapper .button.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 1, ../sass/theme/_base.scss */
body {
  overflow-x: hidden;
  background-color: whitesmoke;
}

/* line 14, ../sass/theme/_base.scss */
body:before {
  content: "";
  background-size: cover !important;
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* line 27, ../sass/theme/_base.scss */
body > .overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.8;
}

/* line 35, ../sass/theme/_base.scss */
body > .overlay-popover {
  position: fixed;
  background-color: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 112;
  opacity: 0.5;
  display: none;
}

/* line 47, ../sass/theme/_base.scss */
.icon::before {
  display: none !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
}

/* line 55, ../sass/theme/_base.scss */
.content-wrapper .content-heading {
  flex-direction: column;
}

/* line 59, ../sass/theme/_base.scss */
.card {
  border: 0 !important;
}

/* line 63, ../sass/theme/_base.scss */
.z-icon {
  display: inline-block !important;
  width: 30px !important;
  text-align: center !important;
}

/* line 69, ../sass/theme/_base.scss */
.form-control:focus,
.form-control:hover {
  border-color: #006729;
}

@media (min-width: 992px) {
  /* line 76, ../sass/theme/_base.scss */
  .topnavbar .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    right: auto;
  }
}
/* line 83, ../sass/theme/_base.scss */
.animated.hyper {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}

/* line 89, ../sass/theme/_base.scss */
.ht {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}

/* line 97, ../sass/theme/_base.scss */
.ht:before, .ht:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 30%;
  height: 1px;
  content: ' ';
  background-color: darkgray;
}

/* line 107, ../sass/theme/_base.scss */
.ht:before {
  margin-left: -30%;
}

/* line 112, ../sass/theme/_base.scss */
.list-group-item:first-child {
  border-radius: 0 !important;
}

/* line 116, ../sass/theme/_base.scss */
.list-group-item {
  border: none !important;
  border-top: 1px solid #e6e6e6 !important;
}

/* line 121, ../sass/theme/_base.scss */
.dropdown-sheets {
  padding: 1.5rem 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 129, ../sass/theme/_base.scss */
.dropdown-sheets .dropdown-sheet-item {
  margin-bottom: 1.5rem;
  color: #888c9b;
  width: 33.33333%;
  text-align: center;
}

/* line 136, ../sass/theme/_base.scss */
a.tile-wrapper:focus {
  text-decoration: none;
}

/* line 140, ../sass/theme/_base.scss */
.tile-wrapper {
  display: inline-block;
  text-align: center;
  position: relative;
}

/* line 146, ../sass/theme/_base.scss */
.tile-wrapper .tile {
  margin-bottom: .25rem;
}

/* line 150, ../sass/theme/_base.scss */
.tile-lg, .tile-xl, .tile-xxl {
  border-radius: .3rem;
}

/* line 154, ../sass/theme/_base.scss */
.tile-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.25rem;
}

/* line 161, ../sass/theme/_base.scss */
.tile {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  color: #888c9b;
  font-weight: 600;
  font-size: 1rem;
  background-color: #e6e8ed;
  line-height: 3rem;
  text-align: center;
  vertical-align: middle;
  border-radius: .25rem;
}

/* line 175, ../sass/theme/_base.scss */
.tile svg {
  height: 40% !important;
}

/* line 179, ../sass/theme/_base.scss */
a.tile-wrapper .tile-peek {
  color: #888c9b;
}

/* line 183, ../sass/theme/_base.scss */
.tile-wrapper .tile-peek {
  display: block;
  font-size: .875rem;
}

/* line 188, ../sass/theme/_base.scss */
a.tile-wrapper:hover .tile-peek,
a.tile-wrapper:focus .tile-peek {
  color: #006729;
}

/* line 193, ../sass/theme/_base.scss */
a.tile-wrapper .badge {
  position: absolute;
  border-radius: 100px;
  top: -10px;
  right: -10px;
  border: 4px solid white;
}

/* line 201, ../sass/theme/_base.scss */
.dropdown-menu {
  border: 0 !important;
  border-radius: 0 !important;
}

/* line 206, ../sass/theme/_base.scss */
.tab-content {
  border: 0 !important;
}

/* line 221, ../sass/theme/_base.scss */
.search-bar {
  position: relative !important;
}
/* line 226, ../sass/theme/_base.scss */
.search-bar .search-bar__input input {
  height: auto !important;
}
/* line 236, ../sass/theme/_base.scss */
.search-bar .search-bar__btn {
  display: flex;
  height: 100%;
  align-items: center;
}
/* line 243, ../sass/theme/_base.scss */
.search-bar .search-bar__btn,
.search-bar .search-bar__btn-search,
.search-bar .search-bar__btn-clear {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  padding: 10px 10px !important;
  color: #DEDEDE !important;
  font-weight: bolder !important;
  z-index: 999 !important;
  cursor: pointer;
}
/* line 256, ../sass/theme/_base.scss */
.search-bar .search-bar__btn:hover,
.search-bar .search-bar__btn-search:hover,
.search-bar .search-bar__btn-clear:hover {
  color: #4469af !important;
  text-decoration: none !important;
}
/* line 262, ../sass/theme/_base.scss */
.search-bar .search-bar__btn-clear {
  display: none;
}
/* line 268, ../sass/theme/_base.scss */
.search-bar .search:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
}
/* line 274, ../sass/theme/_base.scss */
.search-bar .clear:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
}
/* line 283, ../sass/theme/_base.scss */
.search-bar .search-bar__filters {
  display: none;
  height: 44px;
}
/* line 288, ../sass/theme/_base.scss */
.search-bar .search-bar__filters input.form-control {
  border: 1px solid #EFEFEF !important;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  height: 25px !important;
}
/* line 297, ../sass/theme/_base.scss */
.search-bar .search-bar__filters .input-group-text {
  border-radius: 0 !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  background-color: whitesmoke !important;
  color: lightslategray !important;
  height: 25px !important;
}
/* line 307, ../sass/theme/_base.scss */
.search-bar .search-bar__filters.show {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
/* line 315, ../sass/theme/_base.scss */
.search-bar .search-bar__filters .btn-group {
  margin-right: 5px;
}
/* line 318, ../sass/theme/_base.scss */
.search-bar .search-bar__filters .btn-group:last-child {
  margin-right: 0 !important;
}

/* line 331, ../sass/theme/_base.scss */
.round-input {
  border-radius: 100px !important;
  height: 28px !important;
}

/* line 336, ../sass/theme/_base.scss */
.shw-top, .chats-container .chat-card.show .card {
  -webkit-box-shadow: -1px -6px 31px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px -6px 31px 4px rgba(0, 0, 0, 0.1);
  box-shadow: -1px -6px 31px 4px rgba(0, 0, 0, 0.1);
}

/* line 342, ../sass/theme/_base.scss */
.btn-icon {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* line 354, ../sass/theme/_base.scss */
.grid-table {
  display: grid;
  margin: 0 auto;
  align-items: top;
  background: rgba(250, 250, 250, 0.9);
}
@media (max-width: 800px) {
  /* line 354, ../sass/theme/_base.scss */
  .grid-table {
    background: transparent;
    grid-row-gap: 2rem;
    box-shadow: none;
  }
}
/* line 367, ../sass/theme/_base.scss */
.grid-table-row {
  display: grid;
  grid-template-columns: repeat(2, 2fr) repeat(2, 1fr);
}
@media (max-width: 800px) {
  /* line 367, ../sass/theme/_base.scss */
  .grid-table-row {
    grid-template-columns: 3fr 1fr 3fr;
    background: rgba(250, 250, 250, 0.9);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
  }
}
@media (max-width: 400px) {
  /* line 367, ../sass/theme/_base.scss */
  .grid-table-row {
    grid-template-columns: 1fr 1fr;
  }
}
/* line 382, ../sass/theme/_base.scss */
.grid-table-row:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
/* line 386, ../sass/theme/_base.scss */
.grid-table-row:first-child {
  font-weight: bold;
  text-shadow: 0 2px 1px #fff;
}
@media (max-width: 800px) {
  /* line 386, ../sass/theme/_base.scss */
  .grid-table-row:first-child {
    display: none;
  }
}
/* line 398, ../sass/theme/_base.scss */
.grid-table-cell {
  padding: 1rem;
}
@media (max-width: 800px) {
  /* line 398, ../sass/theme/_base.scss */
  .grid-table-cell {
    padding: 0 0 1rem 0;
    text-align: center;
  }
}
/* line 405, ../sass/theme/_base.scss */
.grid-table-cell:not(:last-child) {
  border-right: 1px solid #ddd;
}
@media (max-width: 800px) {
  /* line 410, ../sass/theme/_base.scss */
  .grid-table-cell:before {
    content: attr(data-title);
    font-weight: bold;
    display: block;
    background: rgba(221, 221, 221, 0.8);
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
  }
  /* line 419, ../sass/theme/_base.scss */
  .grid-table-cell:first-child {
    grid-column-start: 1;
    grid-column-end: 5;
    border-bottom: 1px solid #ddd;
  }
  /* line 424, ../sass/theme/_base.scss */
  .grid-table-cell:first-child:before {
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
@media (max-width: 400px) {
  /* line 431, ../sass/theme/_base.scss */
  .grid-table-cell:last-child {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}

/* line 445, ../sass/theme/_base.scss */
.content-heading__tab-menu .nav.main {
  font-size: 16px !important;
  margin-top: 20px !important;
}
/* line 451, ../sass/theme/_base.scss */
.content-heading__tab-menu .nav.main .nav-item:hover .nav-link, .content-heading__tab-menu .nav.main .nav-item:focus .nav-link, .content-heading__tab-menu .nav.main .nav-item.active .nav-link {
  background-color: #0054a6;
  color: white !important;
  border-bottom: 3px solid #dde6e9 !important;
}
/* line 459, ../sass/theme/_base.scss */
.content-heading__tab-menu .nav.main .nav-item .nav-link {
  border: none;
  border-bottom: 3px solid #3a3f51 !important;
  color: #0054a6;
}

/* line 470, ../sass/theme/_base.scss */
#footer .dataTables_paginate {
  float: right !important;
}

/* line 476, ../sass/theme/_base.scss */
.fs-14 {
  font-size: 14px !important;
}

/* line 480, ../sass/theme/_base.scss */
.fs-16 {
  font-size: 16px !important;
}

/* line 484, ../sass/theme/_base.scss */
.fs-18 {
  font-size: 18px !important;
}

/* line 488, ../sass/theme/_base.scss */
.fs-24 {
  font-size: 24px !important;
}

/* line 492, ../sass/theme/_base.scss */
.vc-20 {
  position: absolute !important;
  transform: translateY(-50%) !important;
  top: 20%;
}

/* line 498, ../sass/theme/_base.scss */
.vc-30 {
  position: absolute !important;
  transform: translateY(-50%) !important;
  top: 30%;
}

/* line 504, ../sass/theme/_base.scss */
.vc-40 {
  position: absolute !important;
  transform: translateY(-50%) !important;
  top: 40%;
}

/* line 510, ../sass/theme/_base.scss */
.vc-50 {
  position: absolute !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  top: 50%;
}

/* line 519, ../sass/theme/_base.scss */
.v-center {
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
}

/* line 526, ../sass/theme/_base.scss */
.vh-center {
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
  top: 50%;
  left: 50%;
}

/* line 533, ../sass/theme/_base.scss */
.table {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 537, ../sass/theme/_base.scss */
.table .checkbox {
  margin: 0 !important;
}
/* line 541, ../sass/theme/_base.scss */
.table thead > tr > th {
  padding-left: 12px;
}
/* line 545, ../sass/theme/_base.scss */
.table td {
  margin: 0 !important;
  paddding: 0 !important;
}

/* line 553, ../sass/theme/_base.scss */
.table td.cc, .table th.cc {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
/* line 560, ../sass/theme/_base.scss */
.table td.cc .checkbox, .table th.cc .checkbox {
  margin: 0 auto !important;
}

/* line 573, ../sass/theme/_base.scss */
.avatar {
  display: inline-block;
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2040%2040%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20fill%3D%22%23525C68%22/%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M30.4364902%2C31.4100231%20C30.4364902%2C29.9871769%2028.8398242%2C23.9680557%2028.8398242%2C23.9680557%20C28.8398242%2C23.0883414%2027.6898708%2C22.083459%2025.4253473%2C21.4978674%20C24.6581347%2C21.2838747%2023.9288072%2C20.9520366%2023.2634349%2C20.514215%20C23.1179216%2C20.4310645%2023.1400361%2C19.6628072%2023.1400361%2C19.6628072%20L22.4107003%2C19.5517925%20C22.4107003%2C19.4894296%2022.3483374%2C18.5681401%2022.3483374%2C18.5681401%20C23.2209751%2C18.274902%2023.1311903%2C16.5451067%2023.1311903%2C16.5451067%20C23.6853794%2C16.8524981%2024.0462878%2C15.4836113%2024.0462878%2C15.4836113%20C24.7017612%2C13.5817654%2023.719878%2C13.6967607%2023.719878%2C13.6967607%20C23.8916546%2C12.5357299%2023.8916546%2C11.3557413%2023.719878%2C10.1947105%20C23.283338%2C6.34325128%2016.7109122%2C7.38882426%2017.4902268%2C8.64669632%20C15.5693624%2C8.29286451%2016.0076715%2C12.6635719%2016.0076715%2C12.6635719%20L16.4243085%2C13.7953913%20C15.6060724%2C14.326139%2016.1748571%2C14.9679015%2016.2031636%2C15.7065254%20C16.243412%2C16.7972119%2016.9108272%2C16.5712018%2016.9108272%2C16.5712018%20C16.9519602%2C18.3713211%2017.8396357%2C18.6057347%2017.8396357%2C18.6057347%20C18.0063789%2C19.7362273%2017.9024408%2C19.5438313%2017.9024408%2C19.5438313%20L17.1125113%2C19.6393659%20C17.1232047%2C19.896452%2017.1022601%2C20.1538778%2017.0501485%2C20.405854%20C16.12134%2C20.8198372%2015.921425%2C21.0626543%2014.9983663%2C21.4673494%20C13.215054%2C22.2488754%2011.2769403%2C23.2652573%2010.9323966%2C24.6337018%20C10.5878529%2C26.0021463%209.56350982%2C31.4100231%209.56350982%2C31.4100231%20L30.4356056%2C31.4100231%20L30.4356056%2C31.4100231%20L30.4356056%2C31.4100231%20L30.4364902%2C31.4100231%20Z%22/%3E%0A%3C/svg%3E%0A);
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 584, ../sass/theme/_base.scss */
.btn-white {
  background-color: white;
  color: #23b7e5;
  border: 1px solid whitesmoke;
}

/* line 597, ../sass/theme/_base.scss */
.dropdown-toggle.no-caret:after {
  display: none;
}

/* line 609, ../sass/theme/_base.scss */
.survey-chart .card-wrapper .legend {
  margin-top: 10px;
  padding: 3px;
}
/* line 612, ../sass/theme/_base.scss */
.survey-chart .card-wrapper .legend table {
  width: 100%;
}
/* line 615, ../sass/theme/_base.scss */
.survey-chart .card-wrapper .legend table .legendColorBox {
  width: 14px;
}

/* line 625, ../sass/theme/_base.scss */
.overflow-auto {
  overflow: auto;
}

/* color picker */
/* line 634, ../sass/theme/_base.scss */
.row-color-picker .colorpicker-input-addon:before {
  content: "";
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  display: inline-block;
  vertical-align: text-top;
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  border: 2px solid #EEEEEE;
}
/* line 646, ../sass/theme/_base.scss */
.row-color-picker .colorpicker-input-addon i {
  display: inline-block;
  cursor: pointer;
  vertical-align: text-top;
  height: 50px !important;
  width: 50px !important;
  position: relative;
  border: 2px solid #EEEEEE;
}

/* line 657, ../sass/theme/_base.scss */
.d-contents {
  display: contents !important;
}

/* line 662, ../sass/theme/_base.scss */
.btn-secondary.disabled, .calendar-app .disabled.fc-button,
.btn-secondary:disabled,
.calendar-app .fc-button:disabled {
  color: #666666 !important;
  background-color: #fff !important;
  border-color: #999999 !important;
}

/* line 669, ../sass/theme/_base.scss */
.plyr {
  height: 100% !important;
}
/* line 677, ../sass/theme/_base.scss */
.plyr .plyr__video-embed iframe, .plyr .plyr__video-wrapper--fixed-ratio video {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
/* line 683, ../sass/theme/_base.scss */
.plyr .plyr__video-embed, .plyr .plyr__video-wrapper--fixed-ratio {
  height: 0;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

@media screen and (min-width: 1800px) {
  /* line 693, ../sass/theme/_base.scss */
  .col-xxl-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 704, ../sass/theme/_base.scss */
  .d-xxl-block {
    display: block !important;
  }

  /* line 709, ../sass/theme/_base.scss */
  .d-xxl-none {
    display: none !important;
  }
}
/* line 719, ../sass/theme/_base.scss */
.modal .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230000ff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
/* line 723, ../sass/theme/_base.scss */
.modal .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230000ff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* line 730, ../sass/theme/_base.scss */
.no-year .flatpickr-current-month .numInputWrapper {
  display: none !important;
}

/* line 739, ../sass/theme/_base.scss */
.gantt .popup-wrapper {
  pointer-events: none !important;
}
/* line 744, ../sass/theme/_base.scss */
.gantt .handle-group {
  display: none !important;
  pointer-events: none !important;
}
/* line 752, ../sass/theme/_base.scss */
.gantt .popup-wrapper .pointer {
  left: -5px !important;
}
/* line 758, ../sass/theme/_base.scss */
.gantt .gantt-container {
  color: white;
  background: repeating-linear-gradient(45deg, white, white 10px, #fcfcfc 10px, #fcfcfc 20px);
}

/* line 772, ../sass/theme/_base.scss */
.note {
  position: relative;
  background: #FFFF99;
  overflow: hidden;
  width: 170px;
}
/* line 778, ../sass/theme/_base.scss */
.note .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px !important;
}

/* line 787, ../sass/theme/_base.scss */
.note:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  transform: rotate(-90deg) !important;
  border-style: solid;
  border-color: #d8d875 #d8d875 #fff #fff;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  /* Firefox 3.0 damage limitation */
  display: block;
  width: 0;
}

/* line 804, ../sass/theme/_base.scss */
.note.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

/* line 809, ../sass/theme/_base.scss */
.note.rounded:before {
  border-width: 9px;
  border-color: #d8d875 #d8d875 transparent transparent;
  transform: rotate(-90deg) !important;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

/* line 819, ../sass/theme/_base.scss */
.note td:not(:first-child) {
  border-top: 1px solid #f3f38f !important;
}

/* line 828, ../sass/theme/_base.scss */
.flip-clock-divider .flip-clock-label {
  font-size: 27px !important;
}
/* line 835, ../sass/theme/_base.scss */
.flip-clock-divider.hours .flip-clock-label {
  right: -92px !important;
}
/* line 842, ../sass/theme/_base.scss */
.flip-clock-divider.days .flip-clock-label {
  right: -105px !important;
}
/* line 849, ../sass/theme/_base.scss */
.flip-clock-divider.minutes .flip-clock-label {
  right: -100px !important;
}
/* line 856, ../sass/theme/_base.scss */
.flip-clock-divider.seconds .flip-clock-label {
  right: -115px !important;
}

/* line 862, ../sass/theme/_base.scss */
.files {
  list-style: none !important;
}
/* line 865, ../sass/theme/_base.scss */
.files li {
  padding: 10px;
}
/* line 870, ../sass/theme/_base.scss */
.files li .thumbnail .caption {
  margin-top: 5px;
}

/* line 1, ../sass/theme/_checkbox.scss */
.z-checkbox {
  position: absolute;
  opacity: 0;
}
/* line 7, ../sass/theme/_checkbox.scss */
.z-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
/* line 14, ../sass/theme/_checkbox.scss */
.z-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #efefef;
}
/* line 26, ../sass/theme/_checkbox.scss */
.z-checkbox:hover + label:before {
  background: #51c6ea;
}
/* line 36, ../sass/theme/_checkbox.scss */
.z-checkbox:checked + label:before {
  background: #43d967;
  text-decoration: line-through;
}
/* line 40, ../sass/theme/_checkbox.scss */
.z-checkbox:checked + label:before .z-checkboxlabel {
  display: none;
}
/* line 46, ../sass/theme/_checkbox.scss */
.z-checkbox:checked + label {
  text-decoration: line-through;
}
/* line 51, ../sass/theme/_checkbox.scss */
.z-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
/* line 57, ../sass/theme/_checkbox.scss */
.z-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
/* line 63, ../sass/theme/_checkbox.scss */
.z-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

/* line 2, ../sass/theme/_dashboard.scss */
.dashboard .dashboard__main-banner {
  height: 200px;
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c9c9c9+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e8e8e8 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #e8e8e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffffff 0%, #e8e8e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/* line 12, ../sass/theme/_dashboard.scss */
.dashboard .dashboard__main-banner img {
  height: 100%;
}
/* line 24, ../sass/theme/_dashboard.scss */
.dashboard .dashboard__card--height {
  height: 420px;
  max-height: 420px !important;
  overflow: hidden !important;
}
/* line 30, ../sass/theme/_dashboard.scss */
.dashboard .dashboard__card--height_ext {
  height: 400px;
  max-height: 400px !important;
  overflow: hidden !important;
}
/* line 36, ../sass/theme/_dashboard.scss */
.dashboard .dashboard__card--height_banner {
  height: 419px;
  max-height: 419px !important;
  overflow: hidden !important;
}
/* line 43, ../sass/theme/_dashboard.scss */
.dashboard .z-card-default .card-title {
  display: flex;
  height: 30px;
  max-height: 30px;
  align-items: center;
  padding: 0 10px !important;
  font-size: 16px !important;
  font-weight: 300;
}
/* line 55, ../sass/theme/_dashboard.scss */
.dashboard .z-card-default .nav .nav-item .nav-link {
  display: flex;
  height: 30px;
  max-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 10px !important;
  font-size: 16px !important;
  font-weight: 300;
}
/* line 65, ../sass/theme/_dashboard.scss */
.dashboard .z-card-default .nav .nav-item .nav-link.btn-messages {
  border: 1px solid #0054a6 !important;
  color: #003a73 !important;
}
/* line 69, ../sass/theme/_dashboard.scss */
.dashboard .z-card-default .nav .nav-item .nav-link.btn-messages.active {
  background-color: #0054a6 !important;
  color: white !important;
}
/* line 76, ../sass/theme/_dashboard.scss */
.dashboard .z-card-default .nav .nav-item .nav-link.btn-notices {
  border: 1px solid #006ed9 !important;
  color: #003a73 !important;
}
/* line 80, ../sass/theme/_dashboard.scss */
.dashboard .z-card-default .nav .nav-item .nav-link.btn-notices.active {
  background-color: #006ed9 !important;
  color: white !important;
}
/* line 91, ../sass/theme/_dashboard.scss */
.dashboard .item.user-block {
  padding: 0 !important;
  display: inline-flex !important;
  width: 100%;
}
/* line 96, ../sass/theme/_dashboard.scss */
.dashboard .item.user-block .user-block-picture {
  width: 80px !important;
  margin: 0 !important;
}
/* line 101, ../sass/theme/_dashboard.scss */
.dashboard .item.user-block .user-block-info {
  text-align: left;
  padding: 0 !important;
  margin: 5px 10px !important;
}
/* line 107, ../sass/theme/_dashboard.scss */
.dashboard .item.user-block .user-block-info .user-block-name {
  color: gray;
}
/* line 111, ../sass/theme/_dashboard.scss */
.dashboard .item.user-block .user-block-info .user-block-role {
  color: lightgray;
}
/* line 116, ../sass/theme/_dashboard.scss */
.dashboard .item.user-block .user-block-icon {
  margin-left: auto;
}
/* line 121, ../sass/theme/_dashboard.scss */
.dashboard .dropdown-user {
  padding: 0;
}
/* line 125, ../sass/theme/_dashboard.scss */
.dashboard .dropdown-user :first-child {
  border-top: 0 !important;
}
/* line 130, ../sass/theme/_dashboard.scss */
.dashboard .dropdown-user .dropdown-item {
  padding: 0 !important;
}
/* line 140, ../sass/theme/_dashboard.scss */
.dashboard .clndr-grid {
  background: transparent;
  border-radius: 3px 3px 0 0;
}
/* line 145, ../sass/theme/_dashboard.scss */
.dashboard .calendar-container {
  background: #fff;
}
/* line 149, ../sass/theme/_dashboard.scss */
.dashboard .calendar-header {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 !important;
  text-transform: none !important;
}
/* line 156, ../sass/theme/_dashboard.scss */
.dashboard .calendar-header .clndr-previous-button,
.dashboard .calendar-header .clndr-next-button {
  width: 20px;
  color: #DEDEDE;
  cursor: pointer;
}
/* line 163, ../sass/theme/_dashboard.scss */
.dashboard .calendar-header .clndr-previous-button:hover,
.dashboard .calendar-header .clndr-next-button:hover {
  color: #23b7e5;
}
/* line 172, ../sass/theme/_dashboard.scss */
.dashboard .calendar-header .month {
  flex: 1;
  font-size: 30px;
  color: #1797be;
}
/* line 180, ../sass/theme/_dashboard.scss */
.dashboard .year {
  text-align: center;
}
/* line 185, ../sass/theme/_dashboard.scss */
.dashboard .days-of-the-week {
  display: block;
}
/* line 189, ../sass/theme/_dashboard.scss */
.dashboard .days-of-the-week,
.dashboard .days {
  padding: 10px;
  overflow: auto;
}
/* line 195, ../sass/theme/_dashboard.scss */
.dashboard .days {
  background: #fff;
}
/* line 199, ../sass/theme/_dashboard.scss */
.dashboard .day {
  box-sizing: border-box;
  float: left;
  padding: 9px 0;
  text-align: center;
  width: calc(100% / 7);
}
/* line 207, ../sass/theme/_dashboard.scss */
.dashboard .header-day {
  box-sizing: border-box;
  float: left;
  padding: 0;
  text-align: center;
  width: calc(100% / 7);
  color: #dc3545;
}
/* line 218, ../sass/theme/_dashboard.scss */
.dashboard .day.today {
  border: 0 solid #b11a21;
  border-radius: 5px;
  box-sizing: border-box;
  color: #b11a21;
  margin: -1px;
  background-color: whitesmoke;
}
/* line 227, ../sass/theme/_dashboard.scss */
.dashboard .day.adjacent-month {
  color: #aaa;
}
/* line 231, ../sass/theme/_dashboard.scss */
.dashboard .day.event {
  border-radius: 20px;
  cursor: pointer;
  position: relative;
}
/* line 236, ../sass/theme/_dashboard.scss */
.dashboard .day.event:after {
  background: #003B7F;
  height: 3px;
  width: 50%;
  left: 25%;
  position: absolute;
  content: '';
  display: block;
  border-radius: 1px;
}
/* line 248, ../sass/theme/_dashboard.scss */
.dashboard .day.past {
  color: #aaa;
}
/* line 254, ../sass/theme/_dashboard.scss */
.dashboard .carousel-control-prev, .dashboard .carousel-control-next {
  position: absolute;
  top: 10%;
  bottom: 0;
  display: flex;
  height: 80%;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

/* line 1, ../sass/theme/_helper.scss */
.blurred {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

/* line 13, ../sass/theme/_helper.scss */
.fs-2 {
  font-size: 2px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-4 {
  font-size: 4px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-6 {
  font-size: 6px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-8 {
  font-size: 8px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-10 {
  font-size: 10px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-12 {
  font-size: 12px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-14 {
  font-size: 14px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-16 {
  font-size: 16px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-18 {
  font-size: 18px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-20 {
  font-size: 20px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-22 {
  font-size: 22px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-24 {
  font-size: 24px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-26 {
  font-size: 26px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-28 {
  font-size: 28px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-30 {
  font-size: 30px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-32 {
  font-size: 32px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-34 {
  font-size: 34px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-36 {
  font-size: 36px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-38 {
  font-size: 38px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-40 {
  font-size: 40px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-42 {
  font-size: 42px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-44 {
  font-size: 44px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-46 {
  font-size: 46px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-48 {
  font-size: 48px !important;
}

/* line 13, ../sass/theme/_helper.scss */
.fs-50 {
  font-size: 50px !important;
}

/* line 21, ../sass/theme/_helper.scss */
.crop-text-1 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* line 21, ../sass/theme/_helper.scss */
.crop-text-2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* line 21, ../sass/theme/_helper.scss */
.crop-text-3 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* line 21, ../sass/theme/_helper.scss */
.crop-text-4 {
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* line 21, ../sass/theme/_helper.scss */
.crop-text-5 {
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* line 32, ../sass/theme/_helper.scss */
.shw-center-1 {
  -webkit-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.1);
  box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.1);
}

/* line 32, ../sass/theme/_helper.scss */
.shw-center-2 {
  -webkit-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.2);
  -moz-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.2);
  box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.2);
}

/* line 32, ../sass/theme/_helper.scss */
.shw-center-3 {
  -webkit-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.3);
  -moz-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.3);
  box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.3);
}

/* line 32, ../sass/theme/_helper.scss */
.shw-center-4 {
  -webkit-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.4);
  -moz-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.4);
  box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.4);
}

/* line 32, ../sass/theme/_helper.scss */
.shw-center-5 {
  -webkit-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.5);
  -moz-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.5);
  box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.5);
}

/* line 32, ../sass/theme/_helper.scss */
.shw-center-6 {
  -webkit-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.6);
  -moz-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.6);
  box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.6);
}

/* line 32, ../sass/theme/_helper.scss */
.shw-center-7 {
  -webkit-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.7);
  -moz-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.7);
  box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.7);
}

/* line 32, ../sass/theme/_helper.scss */
.shw-center-8 {
  -webkit-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.8);
  -moz-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.8);
  box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.8);
}

/* line 32, ../sass/theme/_helper.scss */
.shw-center-9 {
  -webkit-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.9);
  -moz-box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.9);
  box-shadow: 0 2px 10px 0 rgba(220, 220, 220, 0.9);
}

/* line 32, ../sass/theme/_helper.scss */
.shw-center-10 {
  -webkit-box-shadow: 0 2px 10px 0 gainsboro;
  -moz-box-shadow: 0 2px 10px 0 gainsboro;
  box-shadow: 0 2px 10px 0 gainsboro;
}

/* line 40, ../sass/theme/_helper.scss */
.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
/* line 46, ../sass/theme/_helper.scss */
.strike > span {
  position: relative;
  display: inline-block;
  font-size: 16px;
}
/* line 52, ../sass/theme/_helper.scss */
.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 3px;
  background: #0054a6;
}
/* line 62, ../sass/theme/_helper.scss */
.strike > span:before {
  right: 100%;
  margin-right: 50px;
}
/* line 67, ../sass/theme/_helper.scss */
.strike > span:after {
  left: 100%;
  margin-left: 50px;
}

/* line 74, ../sass/theme/_helper.scss */
.height-100-scroll {
  display: none;
  overflow-y: auto;
}

/*
#0054a6 primay
#4469af secondary
H bgc #f6f6f6
<H> #555454
*/
/*.bg-anffas-primary
{
  background-color: $anffas-primary !important;
}

.bg-anffas-secondary
{
  background-color: $anffas-secondary !important;
}*/
/* input */
/* line 2, ../sass/theme/_forms.scss */
input,
textarea,
select,
.select2-container--bootstrap4,
.select2-container--bootstrap4 .select2-selection {
  border-radius: 0 !important;
  border: none !important;
}
/* line 10, ../sass/theme/_forms.scss */
input:not(.event-off):not(.input-flat).form-control,
input .note-editor.note-frame,
textarea:not(.event-off):not(.input-flat).form-control,
textarea .note-editor.note-frame,
select:not(.event-off):not(.input-flat).form-control,
select .note-editor.note-frame,
.select2-container--bootstrap4:not(.event-off):not(.input-flat).form-control,
.select2-container--bootstrap4 .note-editor.note-frame,
.select2-container--bootstrap4 .select2-selection:not(.event-off):not(.input-flat).form-control,
.select2-container--bootstrap4 .select2-selection .note-editor.note-frame {
  border: 2px #efefef solid !important;
}
/* line 15, ../sass/theme/_forms.scss */
input:not(.event-off):not(.input-flat).form-control:hover, input:not(.event-off):not(.input-flat).form-control:active, input:not(.event-off):not(.input-flat).form-control:focus,
input .note-editor.note-frame:hover,
input .note-editor.note-frame:active,
input .note-editor.note-frame:focus, input:hover .select2-selection,
textarea:not(.event-off):not(.input-flat).form-control:hover,
textarea:not(.event-off):not(.input-flat).form-control:active,
textarea:not(.event-off):not(.input-flat).form-control:focus,
textarea .note-editor.note-frame:hover,
textarea .note-editor.note-frame:active,
textarea .note-editor.note-frame:focus,
textarea:hover .select2-selection,
select:not(.event-off):not(.input-flat).form-control:hover,
select:not(.event-off):not(.input-flat).form-control:active,
select:not(.event-off):not(.input-flat).form-control:focus,
select .note-editor.note-frame:hover,
select .note-editor.note-frame:active,
select .note-editor.note-frame:focus,
select:hover .select2-selection,
.select2-container--bootstrap4:not(.event-off):not(.input-flat).form-control:hover,
.select2-container--bootstrap4:not(.event-off):not(.input-flat).form-control:active,
.select2-container--bootstrap4:not(.event-off):not(.input-flat).form-control:focus,
.select2-container--bootstrap4 .note-editor.note-frame:hover,
.select2-container--bootstrap4 .note-editor.note-frame:active,
.select2-container--bootstrap4 .note-editor.note-frame:focus,
.select2-container--bootstrap4:hover .select2-selection,
.select2-container--bootstrap4 .select2-selection:not(.event-off):not(.input-flat).form-control:hover,
.select2-container--bootstrap4 .select2-selection:not(.event-off):not(.input-flat).form-control:active,
.select2-container--bootstrap4 .select2-selection:not(.event-off):not(.input-flat).form-control:focus,
.select2-container--bootstrap4 .select2-selection .note-editor.note-frame:hover,
.select2-container--bootstrap4 .select2-selection .note-editor.note-frame:active,
.select2-container--bootstrap4 .select2-selection .note-editor.note-frame:focus,
.select2-container--bootstrap4 .select2-selection:hover .select2-selection {
  outline: 0 !important;
  border: 2px solid #23b7e5 !important;
}
/* line 26, ../sass/theme/_forms.scss */
input.input-flat,
textarea.input-flat,
select.input-flat,
.select2-container--bootstrap4.input-flat,
.select2-container--bootstrap4 .select2-selection.input-flat {
  border: 0 !important;
  border-bottom: 2px solid whitesmoke !important;
  padding: 10px !important;
}
/* line 31, ../sass/theme/_forms.scss */
input.input-flat:hover, input.input-flat:focus,
textarea.input-flat:hover,
textarea.input-flat:focus,
select.input-flat:hover,
select.input-flat:focus,
.select2-container--bootstrap4.input-flat:hover,
.select2-container--bootstrap4.input-flat:focus,
.select2-container--bootstrap4 .select2-selection.input-flat:hover,
.select2-container--bootstrap4 .select2-selection.input-flat:focus {
  border-bottom: 2px solid #51c6ea !important;
}

/* line 38, ../sass/theme/_forms.scss */
textarea.no-resize {
  resize: none !important;
}

/* line 44, ../sass/theme/_forms.scss */
input:not(.event-off, input-flat).form-control,
.note-editor.note-frame {
  border: 2px #efefef solid !important;
}

/* line 49, ../sass/theme/_forms.scss */
input:not(.event-off, input-flat).form-control:hover,
input:not(.event-off, input-flat).form-control:active,
input:not(.event-off, input-flat).form-control:focus,
.note-editor.note-frame:hover,
.note-editor.note-frame:active,
.note-editor.note-frame:focus,
.select2-container--bootstrap4:hover .select2-selection {
  outline: 0 !important;
  border: 2px solid #23b7e5 !important;
}

/* fix select 2 multiples */
/* line 61, ../sass/theme/_forms.scss */
body .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 1px 5px !important;
}

/* line 65, ../sass/theme/_forms.scss */
.select2-selection--multiple,
.select2-selection--single {
  background-color: white !important;
}

/* image upload cropper */
/* line 72, ../sass/theme/_forms.scss */
.image-cropper {
  position: relative;
  display: block;
  height: fit-content !important;
  width: fit-content !important;
  cursor: pointer !important;
}
/* line 79, ../sass/theme/_forms.scss */
.image-cropper input.file {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  cursor: pointer !important;
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
/* line 91, ../sass/theme/_forms.scss */
.image-cropper figure {
  margin: 0;
  padding: 0;
}
/* line 95, ../sass/theme/_forms.scss */
.image-cropper figure figcaption {
  position: absolute;
  display: none;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding-left: 9px;
  padding-bottom: 5px;
  text-shadow: 0 0 10px #000;
}
/* line 106, ../sass/theme/_forms.scss */
.image-cropper figure.avatar {
  height: 50px;
}

/* line 114, ../sass/theme/_forms.scss */
.has-fb .form-control {
  padding-left: 2.375rem;
}
/* line 118, ../sass/theme/_forms.scss */
.has-fb .form-control-fb {
  position: absolute;
  top: 0;
  margin: 11px !important;
  z-index: 2;
  display: block;
  pointer-events: none;
  color: #cfcfcf;
}

/* line 134, ../sass/theme/_forms.scss */
.ui-timepicker-wrapper {
  width: 100% !important;
}

/* line 138, ../sass/theme/_forms.scss */
.flatpickr {
  background-color: white !important;
}

/* line 143, ../sass/theme/_forms.scss */
.ql-tooltip.ql-editing {
  left: 0 !important;
}

/* line 149, ../sass/theme/_forms.scss */
.filters-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 154, ../sass/theme/_forms.scss */
.filters-block .filter {
  display: flex;
  flex: 1;
  margin-right: 5px;
}
/* line 159, ../sass/theme/_forms.scss */
.filters-block .filter:last-child {
  margin-right: 0;
}
/* line 164, ../sass/theme/_forms.scss */
.filters-block .filter .select-container {
  flex: 1;
}
/* line 173, ../sass/theme/_forms.scss */
.filters-block .filter .select-container input .select2-selection--single,
.filters-block .filter .select-container textarea .select2-selection--single,
.filters-block .filter .select-container select .select2-selection--single,
.filters-block .filter .select-container .select2-container--bootstrap4 .select2-selection--single,
.filters-block .filter .select-container .select2-container--bootstrap4 .select2-selection .select2-selection--single {
  border: 1px solid #dee2e6 !important;
  border-radius: 5px !important;
}
/* line 179, ../sass/theme/_forms.scss */
.filters-block .filter .select-container input.small,
.filters-block .filter .select-container textarea.small,
.filters-block .filter .select-container select.small,
.filters-block .filter .select-container .select2-container--bootstrap4.small,
.filters-block .filter .select-container .select2-container--bootstrap4 .select2-selection.small {
  width: 100%;
}
/* line 185, ../sass/theme/_forms.scss */
.filters-block .filter .select-container input.small .select2-selection,
.filters-block .filter .select-container input.small .select2-selection--single,
.filters-block .filter .select-container textarea.small .select2-selection,
.filters-block .filter .select-container textarea.small .select2-selection--single,
.filters-block .filter .select-container select.small .select2-selection,
.filters-block .filter .select-container select.small .select2-selection--single,
.filters-block .filter .select-container .select2-container--bootstrap4.small .select2-selection,
.filters-block .filter .select-container .select2-container--bootstrap4.small .select2-selection--single,
.filters-block .filter .select-container .select2-container--bootstrap4 .select2-selection.small .select2-selection,
.filters-block .filter .select-container .select2-container--bootstrap4 .select2-selection.small .select2-selection--single {
  height: 26px !important;
  line-height: 26px !important;
}
/* line 191, ../sass/theme/_forms.scss */
.filters-block .filter .select-container input.small .select2-selection .select2-selection__placeholder,
.filters-block .filter .select-container input.small .select2-selection--single .select2-selection__placeholder,
.filters-block .filter .select-container textarea.small .select2-selection .select2-selection__placeholder,
.filters-block .filter .select-container textarea.small .select2-selection--single .select2-selection__placeholder,
.filters-block .filter .select-container select.small .select2-selection .select2-selection__placeholder,
.filters-block .filter .select-container select.small .select2-selection--single .select2-selection__placeholder,
.filters-block .filter .select-container .select2-container--bootstrap4.small .select2-selection .select2-selection__placeholder,
.filters-block .filter .select-container .select2-container--bootstrap4.small .select2-selection--single .select2-selection__placeholder,
.filters-block .filter .select-container .select2-container--bootstrap4 .select2-selection.small .select2-selection .select2-selection__placeholder,
.filters-block .filter .select-container .select2-container--bootstrap4 .select2-selection.small .select2-selection--single .select2-selection__placeholder {
  line-height: 26px !important;
}
/* line 195, ../sass/theme/_forms.scss */
.filters-block .filter .select-container input.small .select2-selection .select2-selection__rendered,
.filters-block .filter .select-container input.small .select2-selection--single .select2-selection__rendered,
.filters-block .filter .select-container textarea.small .select2-selection .select2-selection__rendered,
.filters-block .filter .select-container textarea.small .select2-selection--single .select2-selection__rendered,
.filters-block .filter .select-container select.small .select2-selection .select2-selection__rendered,
.filters-block .filter .select-container select.small .select2-selection--single .select2-selection__rendered,
.filters-block .filter .select-container .select2-container--bootstrap4.small .select2-selection .select2-selection__rendered,
.filters-block .filter .select-container .select2-container--bootstrap4.small .select2-selection--single .select2-selection__rendered,
.filters-block .filter .select-container .select2-container--bootstrap4 .select2-selection.small .select2-selection .select2-selection__rendered,
.filters-block .filter .select-container .select2-container--bootstrap4 .select2-selection.small .select2-selection--single .select2-selection__rendered {
  height: inherit !important;
  line-height: 26px !important;
}
/* line 199, ../sass/theme/_forms.scss */
.filters-block .filter .select-container input.small .select2-selection .select2-selection__rendered .select2-selection__clear,
.filters-block .filter .select-container input.small .select2-selection--single .select2-selection__rendered .select2-selection__clear,
.filters-block .filter .select-container textarea.small .select2-selection .select2-selection__rendered .select2-selection__clear,
.filters-block .filter .select-container textarea.small .select2-selection--single .select2-selection__rendered .select2-selection__clear,
.filters-block .filter .select-container select.small .select2-selection .select2-selection__rendered .select2-selection__clear,
.filters-block .filter .select-container select.small .select2-selection--single .select2-selection__rendered .select2-selection__clear,
.filters-block .filter .select-container .select2-container--bootstrap4.small .select2-selection .select2-selection__rendered .select2-selection__clear,
.filters-block .filter .select-container .select2-container--bootstrap4.small .select2-selection--single .select2-selection__rendered .select2-selection__clear,
.filters-block .filter .select-container .select2-container--bootstrap4 .select2-selection.small .select2-selection .select2-selection__rendered .select2-selection__clear,
.filters-block .filter .select-container .select2-container--bootstrap4 .select2-selection.small .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  margin-top: 5px !important;
}
/* line 205, ../sass/theme/_forms.scss */
.filters-block .filter .select-container input.small .select2-dropdown,
.filters-block .filter .select-container textarea.small .select2-dropdown,
.filters-block .filter .select-container select.small .select2-dropdown,
.filters-block .filter .select-container .select2-container--bootstrap4.small .select2-dropdown,
.filters-block .filter .select-container .select2-container--bootstrap4 .select2-selection.small .select2-dropdown {
  width: auto !important;
}

/* line 225, ../sass/theme/_forms.scss */
#reservations-form .select2-results__option[aria-disabled="true"] {
  background-color: crimson !important;
  color: white !important;
  pointer-events: all;
}

/* line 1, ../sass/theme/_editor.scss */
.quill-editor-container {
  /*#editor-container {
    height: 200px;
  }

  #markdown {
    background-color: #eeffee;
    min-height: 200px;
  }

  #html {
    background-color: #ffeeee;
    min-height: 200px;
  }

  #output-quill {
    background-color: #ffeeff;
    min-height: 200px;

    ol .ql-indent-1 {
      margin-left: 200px;
    }
  }

  #output-markdown {
    background-color: #ffeeff;
    min-height: 200px;
  }*/
}
/* line 3, ../sass/theme/_editor.scss */
.quill-editor-container .editor {
  border: none !important;
  border-bottom: 2px solid whitesmoke !important;
  height: auto;
  display: flex;
}
/* line 11, ../sass/theme/_editor.scss */
.quill-editor-container .editor .ql-editor {
  min-height: auto;
}
/* line 19, ../sass/theme/_editor.scss */
.quill-editor-container .nav-link.disabled {
  color: lightgrey !important;
  pointer-events: none !important;
}
/* line 26, ../sass/theme/_editor.scss */
.quill-editor-container .ql-toolbar {
  display: none !important;
  background-color: #fbfbfb !important;
  border-radius: 5px !important;
  /*button
  {
    width: 14px !important;
    height: 14px !important;
    svg
    {
      width: 14px !important;
      height: 14px !important;
    }
  }*/
}
/* line 31, ../sass/theme/_editor.scss */
.quill-editor-container .ql-toolbar.ql-snow {
  border: none !important;
}
/* line 36, ../sass/theme/_editor.scss */
.quill-editor-container .ql-toolbar.show {
  display: block !important;
}

/* line 86, ../sass/theme/_editor.scss */
.note-editor {
  margin-bottom: 0 !important;
}

/* modal cropper */
/* line 4, ../sass/theme/_modals.scss */
#cropImagePop #img {
  width: 350px;
  height: 350px;
  padding-bottom: 25px;
}

/* line 21, ../sass/theme/_modals.scss */
#surveys .carousel-control-prev,
#surveys .carousel-control-next {
  position: relative;
}
/* line 27, ../sass/theme/_modals.scss */
#surveys .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23DDDDDD' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
/* line 32, ../sass/theme/_modals.scss */
#surveys .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23DDDDDD' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
/* line 36, ../sass/theme/_modals.scss */
#surveys .carousel-indicators {
  bottom: -60px;
}
/* line 40, ../sass/theme/_modals.scss */
#surveys .carousel-indicators li {
  background-color: #DDD !important;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
/* line 43, ../sass/theme/_modals.scss */
#surveys .carousel-indicators li.active {
  background-color: #0054a6 !important;
}
/* line 53, ../sass/theme/_modals.scss */
#surveys .modal-footer {
  justify-content: space-between !important;
}
/* line 61, ../sass/theme/_modals.scss */
#surveys .tab-content {
  background-color: #51c6ea !important;
}
/* line 72, ../sass/theme/_modals.scss */
#surveys .nav-link.active {
  background-color: #51c6ea !important;
  color: white !important;
}

/*
.btn {
  &:not(.btn-circle):not(.btn-circle-sm) {
    border-radius: 2px;
    font-size: 13px;
    -webkit-appearance: none;
    outline: none !important;
    transition: all 0.1s;
  }
}


.btn-group
{
  .btn {
      border-radius: inherit;
      font-size: inherit;
      -webkit-appearance: inherit;
      outline: none !important;
  }
}

*/
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation width
 * ----------------------------------------
 */
@-webkit-keyframes rotate-diagonal-1 {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
    transform: rotate3d(1, 1, 0, -180deg);
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 0, -360deg);
    transform: rotate3d(1, 1, 0, -360deg);
  }
}
@keyframes rotate-diagonal-1 {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
    transform: rotate3d(1, 1, 0, -180deg);
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 0, -360deg);
    transform: rotate3d(1, 1, 0, -360deg);
  }
}
/* line 1, ../sass/theme/_header.scss */
header {
  position: relative;
}

/* line 5, ../sass/theme/_header.scss */
header.topnavabar-wrapper {
  z-index: 999 !important;
}

/* line 10, ../sass/theme/_header.scss */
.flex-auto {
  flex: auto !important;
}

/* line 14, ../sass/theme/_header.scss */
.form-control:focus,
.form-control:hover {
  border-color: #0054a6;
}

/* line 19, ../sass/theme/_header.scss */
.dropdown-user {
  left: auto !important;
  right: 0 !important;
}

/* line 24, ../sass/theme/_header.scss */
.topnavbar .navbar-header .brand-logo-collapsed {
  display: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
/* line 29, ../sass/theme/_header.scss */
.topnavbar .navbar-header .brand-logo-collapsed .logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 36, ../sass/theme/_header.scss */
.topnavbar .navbar-header .brand-logo-collapsed .logo img {
  margin-top: 13px;
  height: 51px !important;
}

/* line 44, ../sass/theme/_header.scss */
.navbar.topnavbar {
  -webkit-backface-visibility: hidden;
  margin-bottom: 0;
  border-radius: 0;
  z-index: 1050;
  border: 0 !important;
  padding: 0;
  min-height: 87px;
  height: 87px !important;
  background-color: white !important;
  background-image: none !important;
  background-repeat: repeat-x;
  align-items: flex-start;
}
/* line 62, ../sass/theme/_header.scss */
.navbar.topnavbar .navbar-header {
  height: inherit !important;
  text-align: inherit;
}
/* line 66, ../sass/theme/_header.scss */
.navbar.topnavbar .navbar-header .navbar-brand {
  height: inherit !important;
}
/* line 69, ../sass/theme/_header.scss */
.navbar.topnavbar .navbar-header .navbar-brand .brand-logo {
  height: 100%;
  padding: 0;
  margin: 0;
}
/* line 74, ../sass/theme/_header.scss */
.navbar.topnavbar .navbar-header .navbar-brand .brand-logo .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px !important;
  height: inherit !important;
}

/* line 95, ../sass/theme/_header.scss */
.navbar.topnavbar .navbar-nav li {
  height: 87px;
  width: 87px;
}

/* line 100, ../sass/theme/_header.scss */
.navbar.topnavbar .navbar-nav li.user {
  width: auto !important;
}

/* line 104, ../sass/theme/_header.scss */
.navbar.topnavbar .navbar-nav li.user > a {
  padding: 10px 24px;
  height: 90px;
}

/* line 109, ../sass/theme/_header.scss */
.navbar.topnavbar .navbar-nav li.user .item.user-block {
  padding: 0 !important;
  display: inline-flex !important;
}

/* line 114, ../sass/theme/_header.scss */
.navbar.topnavbar .navbar-nav li.user .item.user-block .user-block-picture {
  width: 45px !important;
}

/* line 118, ../sass/theme/_header.scss */
.navbar.topnavbar .navbar-nav li.user .item.user-block .user-block-info {
  text-align: left;
  padding: 0 !important;
  margin: 5px 10px !important;
}

/* line 124, ../sass/theme/_header.scss */
.navbar.topnavbar .navbar-nav li.user .item.user-block .user-block-info .user-block-name {
  color: white;
}

/* line 128, ../sass/theme/_header.scss */
.navbar.topnavbar .navbar-nav li.user .item.user-block .user-block-info .user-block-role {
  color: whitesmoke;
}

/* line 132, ../sass/theme/_header.scss */
.navbar.topnavbar .navbar-nav li.user .item.user-block .user-block-icon {
  margin-left: 10px;
  margin-top: 15px !important;
}

/* line 137, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item {
  display: flex;
  align-items: center;
}
/* line 142, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item .nav-link {
  height: 100%;
  width: 100%;
}

/* line 150, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item > .nav-link {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
/* line 156, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item > .nav-link .btn-app {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
/* line 163, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item > .nav-link .btn-app i {
  font-size: 20px;
}

/* line 170, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item > .nav-link:hover,
.topnavbar .navbar-nav > .nav-item > .nav-link:focus {
  color: white !important;
}

/* line 175, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item:hover,
.topnavbar .navbar-nav > .nav-item:focus,
.topnavbar .navbar-nav > .nav-item.active,
.navbar-nav > .nav-item.show > .nav-link:focus {
  color: white !important;
}
/* line 181, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item:hover > a i,
.topnavbar .navbar-nav > .nav-item:focus > a i,
.topnavbar .navbar-nav > .nav-item.active > a i,
.navbar-nav > .nav-item.show > .nav-link:focus > a i {
  color: #0054a6 !important;
}

/* line 188, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item.show > .nav-link,
.topnavbar .navbar-nav > .nav-item.show > .nav-link:hover,
.topnavbar .navbar-nav > .nav-item.show > .nav-link:focus {
  box-shadow: none;
  transition: all 0.2s;
}

/* line 196, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item > a > .badge {
  top: 8px !important;
  right: 7px !important;
}

/* line 201, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item.date-block {
  position: relative;
  width: auto !important;
}

/* line 206, ../sass/theme/_header.scss */
.date-block .date-block__time {
  color: #9c9c9c;
}

/* line 211, ../sass/theme/_header.scss */
.date-block .date-block__date {
  font-size: 14px;
  color: lightgrey;
  margin-top: -7px !important;
}

/* line 217, ../sass/theme/_header.scss */
.date-block .date-block__date__btn {
  position: absolute;
  top: 5px;
  right: 20px;
}

/* line 225, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item.global-search-bar {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  margin-left: 100px;
}
@media (max-width: 1360px) {
  /* line 225, ../sass/theme/_header.scss */
  .topnavbar .navbar-nav > .nav-item.global-search-bar {
    width: 257px !important;
  }
}
/* line 236, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item.global-search-bar .wing {
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: auto !important;
  width: 600px;
  display: flex;
  justify-content: center;
  margin-top: 18px;
  border-radius: 100px;
}
/* line 250, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item.global-search-bar .input-group {
  display: flex;
  align-items: center;
  height: auto !important;
  width: 90%;
  margin-left: 30px !important;
      /*&.search-bar__input:before, &.search-bar__input:after {
        content: "";
        position: absolute;
        background-color: $anffas-secondary-light;
        height: 16px;
        top: 17px;
        width: 25px;
      }

      &.search-bar__input:before {
        right: 100%;
        margin-right: 5px;
      }

      &.search-bar__input:after {
        left: 100%;
        margin-left: 5px;
      }*/
}
@media (max-width: 1360px) {
  /* line 250, ../sass/theme/_header.scss */
  .topnavbar .navbar-nav > .nav-item.global-search-bar .input-group {
    margin-left: 13px !important;
  }
  /* line 282, ../sass/theme/_header.scss */
  .topnavbar .navbar-nav > .nav-item.global-search-bar .input-group.search-bar__input:before, .topnavbar .navbar-nav > .nav-item.global-search-bar .input-group.search-bar__input:after {
    width: 13px !important;
  }
  /* line 286, ../sass/theme/_header.scss */
  .topnavbar .navbar-nav > .nav-item.global-search-bar .input-group.search-bar__input:before {
    margin-right: 0 !important;
  }
  /* line 290, ../sass/theme/_header.scss */
  .topnavbar .navbar-nav > .nav-item.global-search-bar .input-group.search-bar__input:after {
    margin-left: 0 !important;
  }
}
/* line 295, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item.global-search-bar .input-group input {
  display: block;
  border-radius: 100px !important;
  height: 50px !important;
  width: 100% !important;
  border: 8px solid #dbdbdb !important;
}
/* line 303, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item.global-search-bar .input-group .global-search-bar__btn {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  padding: 5px 10px !important;
  color: #DEDEDE !important;
  font-weight: bolder !important;
  z-index: 999 !important;
}
/* line 312, ../sass/theme/_header.scss */
.topnavbar .navbar-nav > .nav-item.global-search-bar .input-group .global-search-bar__btn:hover {
  color: #0054a6 !important;
  text-decoration: none !important;
}

@media (min-width: 992px) {
  /* line 325, ../sass/theme/_header.scss */
  .topnavbar .dropdown .dropdown-menu {
    top: 85px;
    left: auto;
    right: 0;
  }
}
/* line 332, ../sass/theme/_header.scss */
.animated.hyper {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}

/* GUSLO */
/* line 339, ../sass/theme/_header.scss */
ul.guslo {
  position: relative;
  width: 100%;
  padding: 5px !important;
  margin: 0 !important;
  list-style: none !important;
  display: inline-flex !important;
  border-radius: 3px;
}

/* line 350, ../sass/theme/_header.scss */
ul.guslo li {
  position: relative;
  width: 20%;
  list-style: none !important;
  text-align: center;
  border: 3px solid white;
}

/* line 358, ../sass/theme/_header.scss */
ul.guslo li .button {
  padding: 1px;
  border-radius: 5px;
  background-color: crimson;
  color: white;
  font-size: 30px;
}

/* line 366, ../sass/theme/_header.scss */
ul.guslo li .badge {
  position: absolute;
  top: -7px;
  right: -3px;
}

/* olsug */
/* line 374, ../sass/theme/_header.scss */
.ht {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}

/* line 382, ../sass/theme/_header.scss */
.ht:before, .ht:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 30%;
  height: 1px;
  content: ' ';
  background-color: darkgray;
}

/* line 392, ../sass/theme/_header.scss */
.ht:before {
  margin-left: -30%;
}

/* line 397, ../sass/theme/_header.scss */
.list-group-item:first-child {
  border-radius: 0 !important;
}

/* line 401, ../sass/theme/_header.scss */
.list-group-item {
  border: none !important;
  border-top: 1px solid #e6e6e6 !important;
}

/* line 408, ../sass/theme/_header.scss */
.dropdown-sheets {
  padding: 1.5rem 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 416, ../sass/theme/_header.scss */
.dropdown-sheets .dropdown-sheet-item {
  margin-bottom: 1.5rem;
  color: #888c9b;
  width: 33.33333%;
  text-align: center;
}

/* line 423, ../sass/theme/_header.scss */
a.tile-wrapper:focus {
  text-decoration: none;
}

/* line 427, ../sass/theme/_header.scss */
.tile-wrapper {
  display: inline-block;
  text-align: center;
  position: relative;
}

/* line 433, ../sass/theme/_header.scss */
.tile-wrapper .tile {
  margin-bottom: .25rem;
}

/* line 437, ../sass/theme/_header.scss */
.tile-lg, .tile-xl, .tile-xxl {
  border-radius: .3rem;
}

/* line 441, ../sass/theme/_header.scss */
.tile-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.25rem;
}

/* line 448, ../sass/theme/_header.scss */
.tile {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  color: #888c9b;
  font-weight: 600;
  font-size: 1rem;
  background-color: #e6e8ed;
  line-height: 3rem;
  text-align: center;
  vertical-align: middle;
  border-radius: .25rem;
}

/* line 462, ../sass/theme/_header.scss */
.tile svg {
  height: 40% !important;
}

/* line 466, ../sass/theme/_header.scss */
a.tile-wrapper .tile-peek {
  color: #888c9b;
}

/* line 470, ../sass/theme/_header.scss */
.tile-wrapper .tile-peek {
  display: block;
  font-size: .875rem;
}

/* line 475, ../sass/theme/_header.scss */
a.tile-wrapper:hover .tile-peek,
a.tile-wrapper:focus .tile-peek {
  color: #006ed9;
}

/* line 480, ../sass/theme/_header.scss */
a.tile-wrapper .badge {
  position: absolute;
  border-radius: 100px;
  top: -10px;
  right: -10px;
  border: 4px solid white;
}

/* line 488, ../sass/theme/_header.scss */
.dropdown-menu {
  border: 0 !important;
  border-radius: 0 !important;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 0 0 transparent;
  }
  100% {
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}
@keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 0 0 transparent;
  }
  100% {
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}
/**
 * ----------------------------------------
 * animation flip-scale-2-hor-top
 * ----------------------------------------
 */
@-webkit-keyframes flip-scale-2-hor-top {
  0% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  50% {
    -webkit-transform: translateY(-50%) rotateX(-90deg) scale(2);
    transform: translateY(-50%) rotateX(-90deg) scale(2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: translateY(-100%) rotateX(-180deg) scale(1);
    transform: translateY(-100%) rotateX(-180deg) scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
@keyframes flip-scale-2-hor-top {
  0% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  50% {
    -webkit-transform: translateY(-100%) rotateX(-180deg) scale(2);
    transform: translateY(-100%) rotateX(-180deg) scale(2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(-360deg) scale(1);
    transform: translateY(0) rotateX(-360deg) scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}
@-webkit-keyframes rotate-diagonal-1 {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
    transform: rotate3d(1, 1, 0, -180deg);
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 0, -360deg);
    transform: rotate3d(1, 1, 0, -360deg);
  }
}
@keyframes rotate-diagonal-1 {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
    transform: rotate3d(1, 1, 0, -180deg);
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 0, -360deg);
    transform: rotate3d(1, 1, 0, -360deg);
  }
}
@-webkit-keyframes slide-rotate-hor-top {
  0% {
    -webkit-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
  }
  100% {
    -webkit-transform: translateY(-150px) rotateX(-90deg);
    transform: translateY(-150px) rotateX(-90deg);
  }
}
@keyframes slide-rotate-hor-top {
  0% {
    -webkit-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
  }
  100% {
    -webkit-transform: translateY(-150px) rotateX(-90deg);
    transform: translateY(-150px) rotateX(-90deg);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2019-1-10 15:30:42
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-hor-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-hor-center {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
  }
}
@keyframes rotate-hor-center {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2019-1-10 15:31:54
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shadow-inset-center
 * ----------------------------------------
 */
@-webkit-keyframes shadow-inset-center {
  0% {
    box-shadow: inset 0 0 0 0 transparent;
  }
  100% {
    box-shadow: inset 0 0 60px 0px rgba(0, 0, 0, 0.3);
  }
}
@keyframes shadow-inset-center {
  0% {
    box-shadow: inset 0 0 0 0 transparent;
  }
  100% {
    box-shadow: inset 0 0 60px 0px rgba(0, 0, 0, 0.3);
  }
}
/* line 1, ../sass/theme/_footer.scss */
.footer-container {
  position: fixed !important;
  padding: 0 20px !important;
  line-height: 40px;
  height: 40px !important;
  color: white;
  background-color: #6c6f70 !important;
  z-index: 998 !important;
}

/* line 11, ../sass/theme/_footer.scss */
.footer-messages {
  position: absolute;
  top: -40px;
  right: 20px;
  text-align: center;
  z-index: 1000;
}

/*.footer-messages_btn:hover,
.footer-messages_btn:focus {
  color: white !important;
  border: 3px solid white;
}*/
/*.footer-messages_btn
{
  &.show
  {
    display: block;
  }
  display: none;
  height: 72px;
  width: 72px;
  border: 5px solid white;
  //line-height: 80px;
  border-radius: 100px;
  background-color: $info;
  color: whitesmoke;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;

  svg,i
  {
    margin: 8px 0;
  }
}

.footer-messages_btn:hover,
.footer-messages_btn:focus
{
  color: white !important;
  border: 3px solid white;
}*/
/* line 68, ../sass/theme/_footer.scss */
#offside-btn-nav-footer {
  position: fixed !important;
  bottom: 30px !important;
  right: 0;
  width: 87px;
  text-align: center;
  display: block;
  padding: 20px 0;
}
/* line 78, ../sass/theme/_footer.scss */
#offside-btn-nav-footer li {
  height: auto;
  padding: 20px 0;
  list-style: none;
}
/* line 84, ../sass/theme/_footer.scss */
#offside-btn-nav-footer li:hover a {
  background-color: white !important;
  color: #23b7e5 !important;
  -webkit-animation: rotate-diagonal-1 0.4s linear both;
  animation: rotate-diagonal-1 0.4s linear both;
}
/* line 90, ../sass/theme/_footer.scss */
#offside-btn-nav-footer li:hover a.active {
  background-color: #23b7e5 !important;
  color: white !important;
}
/* line 98, ../sass/theme/_footer.scss */
#offside-btn-nav-footer li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: auto;
  padding: 0;
  height: 40px !important;
  width: 40px !important;
  background-color: #23b7e5 !important;
  color: white !important;
}
/* line 110, ../sass/theme/_footer.scss */
#offside-btn-nav-footer li a .z-icon {
  font-size: 12px;
  margin: 0 !important;
}
/* line 115, ../sass/theme/_footer.scss */
#offside-btn-nav-footer li a.active {
  background-color: white !important;
  color: #23b7e5 !important;
}

/* line 1, ../sass/theme/_login.scss */
#card-login {
  overflow: hidden;
  border-radius: 20px;
  width: 430px;
  border: solid 6px #6384c3 !important;
}
/* line 9, ../sass/theme/_login.scss */
#card-login input {
  text-align: center !important;
  border: 0 !important;
  height: 38px !important;
}
/* line 21, ../sass/theme/_login.scss */
#card-login .card-footer {
  background-color: #fff;
}
/* line 24, ../sass/theme/_login.scss */
#card-login .card-footer a {
  display: block;
  width: 100%;
  cursor: pointer;
  color: white !important;
}
/* line 30, ../sass/theme/_login.scss */
#card-login .card-footer a:hover, #card-login .card-footer a:focus {
  background-color: #6384c3 !important;
  color: white !important;
}

/* line 1, ../sass/theme/_aside.scss */
#main-aside {
  z-index: 1000 !important;
}

/* line 6, ../sass/theme/_aside.scss */
.sidebar-nav > li.active {
  border-left-color: white;
}

/* line 10, ../sass/theme/_aside.scss */
.sidebar-nav > li,
.sidebar-nav > li > a,
.sidebar-nav > li > a em,
.sidebar-nav > li > .nav-item,
.sidebar-nav > li .sidebar-nav {
  background-color: rgba(255, 255, 255, 0) !important;
  color: white;
}

/* line 19, ../sass/theme/_aside.scss */
.sidebar-nav > li.active,
.sidebar-nav > li.active > a,
.sidebar-nav > li.active > a em,
.sidebar-nav > li.active > .nav-item,
.sidebar-nav > li.active .sidebar-nav,
.sidebar-nav > li.open,
.sidebar-nav > li.open > a,
.sidebar-nav > li.open > a em,
.sidebar-nav > li.open > .nav-item,
.sidebar-nav > li.open .sidebar-nav {
  background-color: rgba(255, 255, 255, 0.03) !important;
  color: white;
}

/* line 33, ../sass/theme/_aside.scss */
.sidebar-nav > li > a:focus,
.sidebar-nav > li > a:hover,
.sidebar-nav > li > .nav-item:focus,
.sidebar-nav > li > .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.03) !important;
  text-decoration: none;
  outline: none;
  color: white;
}

/* line 43, ../sass/theme/_aside.scss */
.sidebar-nav > li.nav-heading {
  color: #003414;
}

/* line 47, ../sass/theme/_aside.scss */
.wrapper .aside-container .aside-inner {
  padding-top: 87px;
}

/*nav.sidebar li
{
  border-bottom: 1px solid;
  border-image: linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0) 100%)
  0 0 100% 0/3px 0 2px 0 stretch;
}*/
/* line 58, ../sass/theme/_aside.scss */
.sidebar-nav > li > a > .z-icon svg,
.sidebar-nav > li > .nav-item > .z-icon svg {
  width: 1.8em;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: inherits;
}

/* line 69, ../sass/theme/_aside.scss */
.aside-collapsed .sidebar > .sidebar-nav > li > a > .z-icon,
.aside-collapsed .sidebar > .sidebar-nav > li > .nav-item > .z-icon,
.aside-collapsed-text .sidebar > .sidebar-nav > li > a > .z-icon,
.aside-collapsed-text .sidebar > .sidebar-nav > li > .nav-item > .z-icon {
  margin-right: 0 !important;
}

/* line 76, ../sass/theme/_aside.scss */
.aside-collapsed .sidebar > .sidebar-nav > li > a > .z-icon svg,
.aside-collapsed .sidebar > .sidebar-nav > li > .nav-item > .z-icon svg,
.aside-collapsed-text .sidebar > .sidebar-nav > li > a > .z-icon svg,
.aside-collapsed-text .sidebar > .sidebar-nav > li > .nav-item > .z-icon svg {
  font-size: 1.6em;
  width: auto;
}

/* line 84, ../sass/theme/_aside.scss */
#aside-btn-nav-footer {
  position: fixed !important;
  bottom: 0 !important;
  width: 250px;
  text-align: center;
  background-color: #0054a6 !important;
}

/* line 102, ../sass/theme/_aside.scss */
.aside-collapsed #main-aside .sidebar-nav:not(#aside-btn-nav-footer) .nav-link .z-icon {
  font-size: 22px;
}

/* line 1, ../sass/theme/_offside.scss */
.z-offsidebar {
  position: absolute;
  width: 87px;
  height: 100vh;
  top: 0;
  right: 0;
}
/* line 8, ../sass/theme/_offside.scss */
.z-offsidebar .offside {
  position: relative;
  width: 87px;
  margin-top: 87px;
  height: calc(100% - 87px - 39px);
  background-color: rgba(100, 100, 100, 0.3);
  display: none;
    /*#offside-btn-nav-footer
    {
      position: fixed !important;
      bottom: 30px !important;
      width: 87px;
      text-align: center;

      li
      {
        &:hover
        {
          a
          {
            background-color: white !important;
            color: $info !important;
            -webkit-animation: rotate-diagonal-1 0.4s linear both;
            animation: rotate-diagonal-1 0.4s linear both;
          }
        }

        a
        {
          background-color: $info !important;
          color: white !important;


        }
      }
    }*/
}
/* line 46, ../sass/theme/_offside.scss */
.z-offsidebar .offside.aside-nav-fixed {
  position: fixed !important;
  margin-top: 0 !important;
  height: calc(100% - 39px) !important;
}
/* line 53, ../sass/theme/_offside.scss */
.z-offsidebar .offside ul {
  display: block;
  padding: 20px 0;
}
/* line 57, ../sass/theme/_offside.scss */
.z-offsidebar .offside ul li {
  height: auto;
  padding: 20px 0;
}
/* line 63, ../sass/theme/_offside.scss */
.z-offsidebar .offside ul li:hover a {
  background-color: white !important;
  color: #1797be !important;
  -webkit-animation: rotate-diagonal-1 0.4s linear both;
  animation: rotate-diagonal-1 0.4s linear both;
}
/* line 73, ../sass/theme/_offside.scss */
.z-offsidebar .offside ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: auto;
  padding: 0;
  height: 40px;
  width: 40px;
  background-color: whitesmoke !important;
  color: #d5d5d5;
}
/* line 85, ../sass/theme/_offside.scss */
.z-offsidebar .offside ul li a .z-icon {
  font-size: 12px;
  margin: 0 !important;
}

/* line 95, ../sass/theme/_offside.scss */
.popover-links {
  margin-right: 20px !important;
  padding: 10px !important;
  background-color: #0054a6 !important;
}
/* line 101, ../sass/theme/_offside.scss */
.popover-links .list-group-item {
  font-size: 15px !important;
  font-weight: 300 !important;
}
/* line 108, ../sass/theme/_offside.scss */
.popover-links .arrow:after {
  border-left-color: #0054a6 !important;
}

@media only screen and (min-height: 1000px) {
  /* line 3, ../sass/theme/_contact-list.scss */
  .contact-list .list {
    height: calc(100vh - 280px);
  }
  /* line 8, ../sass/theme/_contact-list.scss */
  .contact-list .list > .card {
    height: 100%;
  }
}
/* line 14, ../sass/theme/_contact-list.scss */
.contact-list .card-header {
  background-color: grey;
}
/* line 19, ../sass/theme/_contact-list.scss */
.contact-list .board {
  overflow-y: auto !important;
}
/* line 22, ../sass/theme/_contact-list.scss */
.contact-list .board .list-group-item {
  border: none !important;
  border-left: 5px solid white !important;
}
/* line 27, ../sass/theme/_contact-list.scss */
.contact-list .board .list-group-item.active, .contact-list .board .list-group-item:hover, .contact-list .board .list-group-item:focus {
  border-left-color: #23b7e5 !important;
  color: initial;
  background-color: transparent;
}
/* line 36, ../sass/theme/_contact-list.scss */
.contact-list .board .list-group-item .list-group-item-figure .tile {
  font-size: 30px;
  font-weight: bold;
}

/* line 2, ../sass/theme/_conversations.scss */
.conversations .list,
.conversations .detail,
.conversations .rx-panel {
  height: calc(100vh - 320px);
}
/* line 9, ../sass/theme/_conversations.scss */
.conversations .list > .card,
.conversations .detail > .card,
.conversations .rx-panel > .card {
  height: 100%;
}
/* line 14, ../sass/theme/_conversations.scss */
.conversations .card-header {
  background-color: grey;
}
/* line 19, ../sass/theme/_conversations.scss */
.conversations .board .list-group-item {
  border: none !important;
  border-left: 5px solid white !important;
}
/* line 23, ../sass/theme/_conversations.scss */
.conversations .board .list-group-item.active, .conversations .board .list-group-item:hover, .conversations .board .list-group-item:focus {
  border-left-color: #000 !important;
  color: initial;
  background-color: transparent;
}
/* line 30, ../sass/theme/_conversations.scss */
.conversations .board .list-group-item .list-group-item-figure .tile {
  font-size: 30px;
  font-weight: bold;
}
/* line 38, ../sass/theme/_conversations.scss */
.conversations #app-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-grow: 1;
}
/* line 45, ../sass/theme/_conversations.scss */
.conversations #app-content {
  z-index: 1000;
  background-color: var(--color-main-background);
  position: relative;
  flex-basis: 100vw;
  min-height: 100%;
}
/* line 53, ../sass/theme/_conversations.scss */
.conversations #app-content #app-content-wrapper {
  display: flex;
  position: relative;
  align-items: stretch;
  min-height: 100%;
}
/* line 61, ../sass/theme/_conversations.scss */
.conversations #chatView {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* line 68, ../sass/theme/_conversations.scss */
.conversations #app-content-wrapper #chatView .comments {
  overflow-y: auto;
  position: relative;
  padding-left: 44px;
  padding-right: 44px;
}
/* line 75, ../sass/theme/_conversations.scss */
.conversations #app-content-wrapper #chatView .newCommentRow,
.conversations #chatView .newCommentRow {
  position: fixed;
  bottom: 0;
  padding-left: 44px;
  padding-right: 44px;
}
/* line 84, ../sass/theme/_conversations.scss */
.conversations #chatView .comment {
  position: relative;
  margin-bottom: 30px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* line 91, ../sass/theme/_conversations.scss */
.conversations #emptycontent {
  z-index: 40;
}
/* line 96, ../sass/theme/_conversations.scss */
.conversations #emptycontent, .conversations .emptycontent {
  color: var(--color-text-maxcontrast);
  text-align: center;
  margin-top: 30vh;
  width: 100%;
}
/* line 103, ../sass/theme/_conversations.scss */
.conversations .authorRow {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
/* line 110, ../sass/theme/_conversations.scss */
.conversations .newCommentForm {
  position: relative;
}
/* line 114, ../sass/theme/_conversations.scss */
.conversations #chatView .newCommentForm div.message {
  resize: none;
}
/* line 117, ../sass/theme/_conversations.scss */
.conversations #chatView .newCommentForm .message {
  width: calc(100% - 36px);
  padding-right: 30px;
  display: block;
}
/* line 124, ../sass/theme/_conversations.scss */
.conversations #chatView .newCommentForm .submit,
.conversations #chatView .newCommentForm .share {
  background-color: transparent;
  border: none;
  opacity: 0.3;
}
/* line 131, ../sass/theme/_conversations.scss */
.conversations #chatView .newCommentForm .submit,
.conversations #chatView .newCommentForm .submitLoading {
  right: 0;
}
/* line 136, ../sass/theme/_conversations.scss */
.conversations #chatView .newCommentForm .submit,
.conversations #chatView .newCommentForm .submitLoading,
.conversations #chatView .newCommentForm .share,
.conversations #chatView .newCommentForm .shareLoading {
  position: absolute;
  width: 44px;
  height: 44px;
  bottom: -4px;
  margin: 0;
}
/* line 147, ../sass/theme/_conversations.scss */
.conversations #chatView .newCommentForm .submit,
.conversations #chatView .newCommentForm .share {
  background-color: transparent;
  border: none;
  opacity: 0.3;
}
/* line 154, ../sass/theme/_conversations.scss */
.conversations #chatView .newCommentForm .submit,
.conversations #chatView .newCommentForm .submitLoading {
  right: 0;
}
/* line 159, ../sass/theme/_conversations.scss */
.conversations #chatView .newCommentForm .submit,
.conversations #chatView .newCommentForm .submitLoading,
.conversations #chatView .newCommentForm .share,
.conversations #chatView .newCommentForm .shareLoading {
  position: absolute;
  width: 44px;
  height: 44px;
  bottom: -4px;
  margin: 0;
}
/* line 174, ../sass/theme/_conversations.scss */
.conversations #chatView .authorRow .avatar {
  margin-right: 8px !important;
}
/* line 185, ../sass/theme/_conversations.scss */
.conversations #chatView .newCommentBlock {
  margin-left: 36px;
  border: 1px solid #dde6e9 !important;
  word-break: break-all !important;
}
/* line 191, ../sass/theme/_conversations.scss */
.conversations #chatView .newCommentBlock .message {
  padding: 3px 15px;
}
/* line 195, ../sass/theme/_conversations.scss */
.conversations #chatView .newCommentBlock .message:empty:before {
  content: attr(data-placeholder);
  color: grey;
}
/* line 201, ../sass/theme/_conversations.scss */
.conversations #chatView .newCommentBlock .btn-inside {
  color: #0054a6 !important;
}
/* line 208, ../sass/theme/_conversations.scss */
.conversations .rx-panel {
  border-left: 1px solid #dde6e9;
  width: 0;
  -webkit-transition: width 300ms;
  transition: width 300ms;
}
/* line 213, ../sass/theme/_conversations.scss */
.conversations .rx-panel > .row,
.conversations .rx-panel > .card-header,
.conversations .rx-panel > .card-body {
  opacity: 0;
}
/* line 220, ../sass/theme/_conversations.scss */
.conversations .rx-panel .card-header {
  position: relative;
  z-index: 999;
}
/* line 225, ../sass/theme/_conversations.scss */
.conversations .rx-panel .card-header .select2-selection {
  border-radius: 100px !important;
  height: 38px !important;
}
/* line 231, ../sass/theme/_conversations.scss */
.conversations .rx-panel .card-header .select2-selection--single {
  height: 28px !important;
}
/* line 238, ../sass/theme/_conversations.scss */
.conversations .rx-panel .card-header .select2-container .select2-dropdown,
.conversations .rx-panel .card-header .select2-container .select2-dropdown--below {
  border-radius: 12px !important;
  border: 2px #efefef solid !important;
  margin-top: 2px !important;
}
/* line 249, ../sass/theme/_conversations.scss */
.conversations .rx-panel .card-header .select2-selection__rendered,
.conversations .rx-panel .card-header .select2-selection__rendered .select2-selection__placeholder {
  line-height: 24px !important;
}
/* line 255, ../sass/theme/_conversations.scss */
.conversations .rx-panel .card-header .select2-selection__rendered .select2-selection__clear {
  margin-top: 4px;
}
/* line 261, ../sass/theme/_conversations.scss */
.conversations .rx-panel.show {
  width: 330px;
}
/* line 264, ../sass/theme/_conversations.scss */
.conversations .rx-panel.show > .row {
  -webkit-animation: fade-in 500ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 500ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
  background-color: #23b7e5;
  padding: 15px;
}
/* line 270, ../sass/theme/_conversations.scss */
.conversations .rx-panel.show > .card-header, .conversations .rx-panel.show > .card-body {
  -webkit-animation: fade-in 500ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 500ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
  background-color: #23b7e5;
}
/* line 278, ../sass/theme/_conversations.scss */
.conversations .card-body {
  position: relative;
  max-height: 100%;
  z-index: 99;
}

/* line 3, ../sass/theme/_reservation.scss */
#equipments .select-container {
  width: inherit !important;
}

/* line 4, ../sass/theme/_conversation.scss */
.conversation .conversation__comments,
.conversation .chat__comments,
.chat .conversation__comments,
.chat .chat__comments {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 200px) !important;
  padding-bottom: 20px;
}
/* line 17, ../sass/theme/_conversation.scss */
.conversation .conversation__comments .conversation__comments__comment .content,
.conversation .conversation__comments .chat__comments__comment .content,
.conversation .chat__comments .conversation__comments__comment .content,
.conversation .chat__comments .chat__comments__comment .content,
.chat .conversation__comments .conversation__comments__comment .content,
.chat .conversation__comments .chat__comments__comment .content,
.chat .chat__comments .conversation__comments__comment .content,
.chat .chat__comments .chat__comments__comment .content {
  display: block;
  padding: 10px;
  border-radius: 20px;
  background-color: #f7f7f7;
  color: darkslategrey;
  width: fit-content;
  margin: 2px 0;
}
/* line 27, ../sass/theme/_conversation.scss */
.conversation .conversation__comments .conversation__comments__comment .content .author,
.conversation .conversation__comments .chat__comments__comment .content .author,
.conversation .chat__comments .conversation__comments__comment .content .author,
.conversation .chat__comments .chat__comments__comment .content .author,
.chat .conversation__comments .conversation__comments__comment .content .author,
.chat .conversation__comments .chat__comments__comment .content .author,
.chat .chat__comments .conversation__comments__comment .content .author,
.chat .chat__comments .chat__comments__comment .content .author {
  font-weight: bold;
  color: #0d95e8;
  margin-right: 50px;
}
/* line 34, ../sass/theme/_conversation.scss */
.conversation .conversation__comments .conversation__comments__comment .content .datetime,
.conversation .conversation__comments .chat__comments__comment .content .datetime,
.conversation .chat__comments .conversation__comments__comment .content .datetime,
.conversation .chat__comments .chat__comments__comment .content .datetime,
.chat .conversation__comments .conversation__comments__comment .content .datetime,
.chat .conversation__comments .chat__comments__comment .content .datetime,
.chat .chat__comments .conversation__comments__comment .content .datetime,
.chat .chat__comments .chat__comments__comment .content .datetime {
  margin-left: auto !important;
  color: #878787 !important;
  font-size: 12px !important;
  font-weight: 300;
}
/* line 42, ../sass/theme/_conversation.scss */
.conversation .conversation__comments .conversation__comments__comment .content > p,
.conversation .conversation__comments .chat__comments__comment .content > p,
.conversation .chat__comments .conversation__comments__comment .content > p,
.conversation .chat__comments .chat__comments__comment .content > p,
.chat .conversation__comments .conversation__comments__comment .content > p,
.chat .conversation__comments .chat__comments__comment .content > p,
.chat .chat__comments .conversation__comments__comment .content > p,
.chat .chat__comments .chat__comments__comment .content > p {
  margin: 0 !important;
}
/* line 46, ../sass/theme/_conversation.scss */
.conversation .conversation__comments .conversation__comments__comment .content > p img,
.conversation .conversation__comments .chat__comments__comment .content > p img,
.conversation .chat__comments .conversation__comments__comment .content > p img,
.conversation .chat__comments .chat__comments__comment .content > p img,
.chat .conversation__comments .conversation__comments__comment .content > p img,
.chat .conversation__comments .chat__comments__comment .content > p img,
.chat .chat__comments .conversation__comments__comment .content > p img,
.chat .chat__comments .chat__comments__comment .content > p img {
  width: 100%;
}
/* line 60, ../sass/theme/_conversation.scss */
.conversation .list .card-header,
.chat .list .card-header {
  background-color: grey;
}
/* line 64, ../sass/theme/_conversation.scss */
.conversation .list .board,
.chat .list .board {
  overflow-y: auto !important;
}
/* line 67, ../sass/theme/_conversation.scss */
.conversation .list .board .list-group-item,
.chat .list .board .list-group-item {
  border: none !important;
  border-left: 5px solid white !important;
}
/* line 71, ../sass/theme/_conversation.scss */
.conversation .list .board .list-group-item.active, .conversation .list .board .list-group-item:hover, .conversation .list .board .list-group-item:focus,
.chat .list .board .list-group-item.active,
.chat .list .board .list-group-item:hover,
.chat .list .board .list-group-item:focus {
  border-left-color: #23b7e5 !important;
  color: initial;
  background-color: transparent;
}
/* line 78, ../sass/theme/_conversation.scss */
.conversation .list .board .list-group-item .list-group-item-figure .tile,
.chat .list .board .list-group-item .list-group-item-figure .tile {
  font-size: 30px;
  font-weight: bold;
}

/* line 2, ../sass/theme/_projects.scss */
.projects .list {
  height: fit-content;
}
/* line 6, ../sass/theme/_projects.scss */
.projects .list > .card {
  height: 100%;
}
/* line 11, ../sass/theme/_projects.scss */
.projects .list > .card #footer .dataTables_paginate {
  float: right !important;
}
/* line 20, ../sass/theme/_projects.scss */
.projects .card-header {
  background-color: grey;
}

/* line 2, ../sass/theme/_tasks.scss */
.tasks .list {
  height: fit-content;
}
/* line 6, ../sass/theme/_tasks.scss */
.tasks .list > .card {
  height: 100%;
}
/* line 11, ../sass/theme/_tasks.scss */
.tasks .list > .card #footer .dataTables_paginate {
  float: right !important;
}
/* line 20, ../sass/theme/_tasks.scss */
.tasks .card-header {
  background-color: grey;
}

/* line 6, ../sass/theme/_project.scss */
.project .project__description .card,
.project .project__members .card {
  height: 300px !important;
}
/* line 13, ../sass/theme/_project.scss */
.project .list {
  height: fit-content;
}
/* line 17, ../sass/theme/_project.scss */
.project .list > .card {
  height: 100%;
}
/* line 22, ../sass/theme/_project.scss */
.project .list > .card #footer .dataTables_paginate {
  float: right !important;
}
/* line 39, ../sass/theme/_project.scss */
.project .calendar .detail {
  height: 900px;
}
/* line 43, ../sass/theme/_project.scss */
.project .calendar .detail > .card {
  height: 100%;
}
/* line 52, ../sass/theme/_project.scss */
.project #project-chats .list,
.project #project-chats .detail,
.project #project-chats .rx-panel {
  height: calc(100vh - 350px) !important;
}
/* line 58, ../sass/theme/_project.scss */
.project #project-chats .list > .card,
.project #project-chats .detail > .card,
.project #project-chats .rx-panel > .card {
  height: 100%;
}
/* line 75, ../sass/theme/_project.scss */
.project .timeline-badge svg {
  margin-top: 10px !important;
}

/* line 1, ../sass/theme/_chats.scss */
.chats-container {
  position: absolute;
  display: none;
  justify-content: flex-end;
  height: auto;
  width: auto;
  bottom: 14px;
  right: 87px;
  padding: 0 20px;
  z-index: 99;
}
/* line 3, ../sass/theme/_chats.scss */
.chats-container.show {
  display: flex;
}
/* line 16, ../sass/theme/_chats.scss */
.chats-container .chat-card {
  position: relative;
  width: 300px;
  margin: 5px;
}
/* line 23, ../sass/theme/_chats.scss */
.chats-container .chat-card.show .card-body,
.chats-container .chat-card.show .card-footer {
  display: block;
}
/* line 33, ../sass/theme/_chats.scss */
.chats-container .chat-card.show .card .btn-open svg {
  transform: rotate(180deg);
}
/* line 41, ../sass/theme/_chats.scss */
.chats-container .chat-card .card {
  position: absolute;
  width: 100%;
  min-height: 370px !important;
  bottom: 0;
  border: 0px solid lightgrey !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* line 52, ../sass/theme/_chats.scss */
.chats-container .chat-card .card-header {
  cursor: pointer;
  height: 40px !important;
}
/* line 57, ../sass/theme/_chats.scss */
.chats-container .chat-card .card-header .btn-icon {
  color: #CCC;
  cursor: pointer;
}
/* line 63, ../sass/theme/_chats.scss */
.chats-container .chat-card .card-header .btn-icon:hover svg, .chats-container .chat-card .card-header .btn-icon:hover i {
  color: white;
}
/* line 70, ../sass/theme/_chats.scss */
.chats-container .chat-card .card-body {
  height: 280px;
  display: none;
}
/* line 78, ../sass/theme/_chats.scss */
.chats-container .chat-card .card-body .chat .comments .chat__message {
  display: inline-block;
  clear: both;
  float: left;
  border-radius: 15px;
  background-color: #dde6e9;
  padding: 0 10px;
  line-height: 23px !important;
}
/* line 87, ../sass/theme/_chats.scss */
.chats-container .chat-card .card-body .chat .comments .chat__message.self {
  clear: both;
  float: right;
  background-color: #23b7e5;
  color: white;
}
/* line 95, ../sass/theme/_chats.scss */
.chats-container .chat-card .card-body .chat .comments .chat__message .chatboxmessagecontent {
  word-break: break-word;
}
/* line 104, ../sass/theme/_chats.scss */
.chats-container .chat-card .card-footer {
  display: none;
}
/* line 107, ../sass/theme/_chats.scss */
.chats-container .chat-card .card-footer .newCommentRow.comment {
  line-height: 17px !important;
  color: #000;
}
/* line 111, ../sass/theme/_chats.scss */
.chats-container .chat-card .card-footer .newCommentRow.comment .newCommentForm {
  padding: 0;
  margin: 0;
}
/* line 115, ../sass/theme/_chats.scss */
.chats-container .chat-card .card-footer .newCommentRow.comment .newCommentForm .message {
  background-color: #fff;
  text-align: left;
}
/* line 126, ../sass/theme/_chats.scss */
.chats-container .authorRow .avatar {
  margin-right: 8px !important;
}
/* line 131, ../sass/theme/_chats.scss */
.chats-container .newCommentBlock {
  border: none !important;
  word-break: break-word !important;
}
/* line 135, ../sass/theme/_chats.scss */
.chats-container .newCommentBlock .message {
  padding: 3px 15px;
  border: none !important;
  border-top: 2px solid #cbcbcb !important;
  border-bottom: 2px solid #cbcbcb !important;
  border-left: 2px solid #cbcbcb !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}
/* line 144, ../sass/theme/_chats.scss */
.chats-container .newCommentBlock .message:empty:before {
  content: attr(data-placeholder);
  color: grey;
}
/* line 155, ../sass/theme/_chats.scss */
.chats-container .newCommentBlock .btn-inside {
  color: #0054a6 !important;
}
/* line 159, ../sass/theme/_chats.scss */
.chats-container .newCommentBlock .btn-send {
  border-top: 2px solid #9baef5 !important;
  border-bottom: 2px solid #9baef5 !important;
  border-right: 2px solid #9baef5 !important;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  color: #3666f5 !important;
}
/* line 168, ../sass/theme/_chats.scss */
.chats-container .newCommentBlock .btn-send:hover {
  border-color: darkorange !important;
  color: white !important;
  background-color: darkorange !important;
}

/* line 179, ../sass/theme/_chats.scss */
.chat-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
/* line 181, ../sass/theme/_chats.scss */
.chat-overlay.show {
  display: none;
}

@media only screen and (min-height: 1000px) {
  /* line 4, ../sass/theme/_docs.scss */
  .docs .list {
    height: calc(100vh - 280px);
  }
  /* line 9, ../sass/theme/_docs.scss */
  .docs .list > .card {
    height: 100%;
  }
}
/* line 15, ../sass/theme/_docs.scss */
.docs .card-header {
  background-color: grey;
}
/* line 22, ../sass/theme/_docs.scss */
.docs .board .list-group-item {
  border: none !important;
  border-left: 5px solid white !important;
}
/* line 27, ../sass/theme/_docs.scss */
.docs .board .list-group-item.active, .docs .board .list-group-item:hover, .docs .board .list-group-item:focus {
  border-left-color: #23b7e5 !important;
  color: initial;
  background-color: transparent;
}
/* line 36, ../sass/theme/_docs.scss */
.docs .board .list-group-item .list-group-item-figure .tile {
  font-size: 30px;
  font-weight: bold;
}

/* line 3, ../sass/theme/_calendar.scss */
.calendar .list,
.calendar .detail {
  /*@media only screen
  and (min-height: 1000px){
    height: calc(100vh - 280px);
    >.card{
      height: 100%;
    }
  }*/
}
/* line 15, ../sass/theme/_calendar.scss */
.calendar .card-header {
  background-color: grey;
}
/* line 22, ../sass/theme/_calendar.scss */
.calendar .board .list-group-item {
  border: none !important;
  border-left: 5px solid white !important;
}
/* line 27, ../sass/theme/_calendar.scss */
.calendar .board .list-group-item.active, .calendar .board .list-group-item:hover, .calendar .board .list-group-item:focus {
  border-left-color: #23b7e5 !important;
  color: initial;
  background-color: transparent;
}
/* line 36, ../sass/theme/_calendar.scss */
.calendar .board .list-group-item .list-group-item-figure .tile {
  font-size: 30px;
  font-weight: bold;
}
/* line 47, ../sass/theme/_calendar.scss */
.calendar #tcalendar .fc-toolbar {
  color: #23b7e5 !important;
}
/* line 50, ../sass/theme/_calendar.scss */
.calendar #tcalendar .fc-toolbar h2 {
  font-weight: 300 !important;
}
/* line 55, ../sass/theme/_calendar.scss */
.calendar #tcalendar .fc-today {
  background-color: #fbfbfb !important;
  color: #23b7e5 !important;
}
/* line 60, ../sass/theme/_calendar.scss */
.calendar #tcalendar .fc-event {
  box-sizing: border-box;
  padding: 1px 0 1px 1px;
  background-clip: padding-box;
  background-color: white;
  color: darkgrey !important;
  opacity: 1;
  transition: opacity 250ms ease,background-color 250ms linear,border-color 250ms linear;
  border-color: #00ccff !important;
}
/* line 71, ../sass/theme/_calendar.scss */
.calendar #tcalendar .fc-event .fc-start, .calendar #tcalendar .fc-event .fc-end {
  border: 1px solid transparent;
  border-radius: 2px;
}
/* line 77, ../sass/theme/_calendar.scss */
.calendar #tcalendar .fc-event .fc-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 1px 5px;
}
/* line 86, ../sass/theme/_calendar.scss */
.calendar #tcalendar .fc-event .fc-content .fc-time,
.calendar #tcalendar .fc-event .fc-content .fc-title {
  font-weight: 300;
}
/* line 92, ../sass/theme/_calendar.scss */
.calendar #tcalendar .fc-event .fc-content .fc-title {
  color: #111111;
}
/* line 97, ../sass/theme/_calendar.scss */
.calendar #tcalendar .fc-event .fc-content .fc-time {
  font-size: 11px;
  float: right;
}
/* line 104, ../sass/theme/_calendar.scss */
.calendar #tcalendar .fc-event.task {
  background-color: springgreen !important;
  color: darkgrey !important;
  border-color: transparent !important;
}
/* line 111, ../sass/theme/_calendar.scss */
.calendar #tcalendar .fc-event.task .fc-time {
  display: none;
}

/* line 1, ../sass/theme/_drive.scss */
.drive {
  /* -------------------------- VFM FONT ----------------------------- */
  /*@font-face {
    font-family: 'vfm-font';
    src: url('fonts/vfm-font.eot');
    src: url('fonts/vfm-font.eot?#iefix') format('embedded-opentype'),
    url('fonts/vfm-font.woff') format('woff'),
    url('fonts/vfm-font.ttf') format('truetype'),
    url('fonts/vfm-font.svg#vfm-font') format('svg');
    font-weight: normal;
    font-style: normal;
  }*/
  /* -------------------------- File Manager ----------------------------- */
  /* -------------------------- DONWLOADER ----------------------------- */
  /* -------------------------- MENUs ----------------------------- */
  /* -------------------------- AVATARS ----------------------------- */
  /* -------------------------- DATATABLES ----------------------------- */
  /* -------------------------- mp3 Player ----------------------------- */
  /* -------------------------- responsive utilities ----------------------------- */
  /* -------------------------- GRID VIEW ----------------------------- */
  /* Pulse animation */
  /* pulse zip creation loading */
  /* -------------------------- custom colors for view-grid elements ----------------------------- */
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 22, ../sass/theme/_drive.scss */
.drive form {
  margin-block-end: inherit !important;
}
/* line 29, ../sass/theme/_drive.scss */
.drive .dataTable thead tr td {
  border-top: 0 !important;
}
/* line 36, ../sass/theme/_drive.scss */
.drive .anchor {
  position: relative;
  top: -60px;
}
/* line 41, ../sass/theme/_drive.scss */
.drive .centertext {
  text-align: center;
}
/* line 45, ../sass/theme/_drive.scss */
.drive .bold {
  font-weight: bold;
}
/* line 49, ../sass/theme/_drive.scss */
.drive img {
  max-width: 100%;
  height: auto;
}
/* line 54, ../sass/theme/_drive.scss */
.drive .nav-pills > li > a {
  border-radius: 0;
  border-bottom: 4px solid transparent;
}
/* line 59, ../sass/theme/_drive.scss */
.drive .nav-pills > li.active > a,
.drive .nav-pills > li.active > a:focus,
.drive .nav-pills > li.active > a:hover {
  background: none;
  border-color: #3a3737;
  color: inherit;
  outline: none;
}
/* line 68, ../sass/theme/_drive.scss */
.drive .badge {
  background: none;
  color: #333;
  border: 1px solid #e1e1e1;
}
/* line 73, ../sass/theme/_drive.scss */
.drive .badge i {
  color: #d3d3d3 !important;
}
/* line 78, ../sass/theme/_drive.scss */
.drive .form-control-feedback {
  z-index: 4;
}
/* line 94, ../sass/theme/_drive.scss */
.drive .vfmi {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 106, ../sass/theme/_drive.scss */
.drive .vfmi-vfm:before {
  content: "\e604";
}
/* line 110, ../sass/theme/_drive.scss */
.drive .vfmi-typo:before {
  content: "\e600";
}
/* line 114, ../sass/theme/_drive.scss */
.drive .vfmi-mark:before {
  content: "\e601";
}
/* line 118, ../sass/theme/_drive.scss */
.drive .vfmi-logo:before {
  content: "\e602";
}
/* line 122, ../sass/theme/_drive.scss */
.drive .vfmi-king:before {
  content: "\e603";
}
/* line 126, ../sass/theme/_drive.scss */
.drive .vfmi-big {
  font-size: 1.6em;
}
/* line 130, ../sass/theme/_drive.scss */
.drive .vfmi.fa-stack-1x {
  line-height: inherit;
}
/* line 134, ../sass/theme/_drive.scss */
.drive hr {
  float: left;
  clear: both;
  width: 100%;
  margin: 15px 0;
}
/* line 143, ../sass/theme/_drive.scss */
.drive .btn, .drive a, .drive .info-box {
  webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
/* line 148, ../sass/theme/_drive.scss */
.drive .btn.whitewrap {
  white-space: normal;
}
/* line 152, ../sass/theme/_drive.scss */
.drive .captchadd {
  padding: 0;
  overflow: hidden;
}
/* line 157, ../sass/theme/_drive.scss */
.drive .captchadd img {
  max-width: none;
}
/* line 161, ../sass/theme/_drive.scss */
.drive .captcha-group {
  max-width: 600px;
}
/* line 165, ../sass/theme/_drive.scss */
.drive #inputc {
  font-size: 14px;
}
/* line 169, ../sass/theme/_drive.scss */
.drive .unmezzo {
  width: 49%;
}
/* line 173, ../sass/theme/_drive.scss */
.drive .unterzo {
  width: 32%;
  margin: 0 0.65%;
  float: left;
}
/* line 179, ../sass/theme/_drive.scss */
.drive .intero {
  clear: both;
  width: 100%;
  position: relative;
}
/* line 185, ../sass/theme/_drive.scss */
.drive .alert {
  padding: 4px 10px;
  margin-top: 4px;
  margin-bottom: 10px;
}
/* line 191, ../sass/theme/_drive.scss */
.drive .alpha-light {
  opacity: 0.2;
}
/* line 195, ../sass/theme/_drive.scss */
.drive .alpha-medium {
  opacity: 0.5;
}
/* line 199, ../sass/theme/_drive.scss */
.drive .alpha-dark {
  opacity: 0.8;
}
/* line 203, ../sass/theme/_drive.scss */
.drive .vfmwrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  clear: both;
}
/* line 211, ../sass/theme/_drive.scss */
.drive .head {
  float: left;
  clear: both;
  width: 100%;
}
/* line 217, ../sass/theme/_drive.scss */
.drive .head img, .drive .placeheader img {
  max-width: 100%;
  height: auto;
}
/* line 222, ../sass/theme/_drive.scss */
.drive #sortable .name a > span {
  margin-right: 4px;
}
/* line 226, ../sass/theme/_drive.scss */
.drive #sortable > thead > tr > td:first-child {
  padding: 0;
}
/* line 230, ../sass/theme/_drive.scss */
.drive .head-banner {
  margin-bottom: 10px;
}
/* line 234, ../sass/theme/_drive.scss */
.drive .description {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
/* line 241, ../sass/theme/_drive.scss */
.drive .main-content {
  float: left;
  width: 100%;
  clear: both;
  padding-top: 10px;
  padding-bottom: 20px;
}
/* line 249, ../sass/theme/_drive.scss */
.drive .footer {
  width: 100%;
  float: left;
  clear: both;
  font-size: 12px;
  padding: 20px 0;
  line-height: 40px;
  margin-top: 20px;
}
/* line 259, ../sass/theme/_drive.scss */
.drive .footer img {
  float: left;
  margin-right: 10px;
}
/* line 264, ../sass/theme/_drive.scss */
.drive .footer i {
  margin-right: 10px;
}
/* line 268, ../sass/theme/_drive.scss */
.drive .vfmblock {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
/* line 275, ../sass/theme/_drive.scss */
.drive .login {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
/* line 281, ../sass/theme/_drive.scss */
.drive .aligncenter {
  text-align: center;
}
/* line 285, ../sass/theme/_drive.scss */
.drive .btn-file {
  position: relative;
  overflow: hidden;
}
/* line 290, ../sass/theme/_drive.scss */
.drive .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
/* line 304, ../sass/theme/_drive.scss */
.drive #newdir_container .input-group-btn .fa,
.drive #upload_container .input-group-btn .fa {
  margin-left: 12px;
  margin-right: 12px;
}
/* line 310, ../sass/theme/_drive.scss */
.drive #newdir_container .input-group-addon .fa,
.drive #upload_container .input-group-addon .fa {
  margin-left: 8px;
  margin-right: 8px;
}
/* line 316, ../sass/theme/_drive.scss */
.drive #upload_container .input-group-btn #resumer .fa {
  margin: 0 4px;
}
/* line 320, ../sass/theme/_drive.scss */
.drive .action-group {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
/* line 326, ../sass/theme/_drive.scss */
.drive .action-group .btn, .drive .nopadding .btn {
  padding: 4px 12px;
}
/* line 330, ../sass/theme/_drive.scss */
.drive #upload_file {
  display: none;
}
/* line 334, ../sass/theme/_drive.scss */
.drive .overdrag {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #1b1b1b;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
/* line 346, ../sass/theme/_drive.scss */
.drive .overdrag:after {
  content: "\f0ee";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 200px;
  color: #fff;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -100px;
  z-index: 1;
}
/* line 361, ../sass/theme/_drive.scss */
.drive .uploadarea {
  position: relative;
  padding: 5px 10px;
}
/* line 366, ../sass/theme/_drive.scss */
.drive .tableblock {
  padding: 10px;
  margin-bottom: 20px;
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
}
/* line 376, ../sass/theme/_drive.scss */
.drive .tableblock .table {
  margin: 0;
}
/* line 380, ../sass/theme/_drive.scss */
.drive .uploadarea .input-group {
  margin: 5px 0;
}
/* line 384, ../sass/theme/_drive.scss */
.drive .span-6 {
  width: 50%;
}
/* line 388, ../sass/theme/_drive.scss */
.drive #selectall {
  cursor: pointer;
}
/* line 392, ../sass/theme/_drive.scss */
.drive #newdir_container.span-6 {
  padding-left: 5px;
}
/* line 396, ../sass/theme/_drive.scss */
.drive #upload_container.span-6 {
  padding-right: 5px;
}
/* line 400, ../sass/theme/_drive.scss */
.drive .sticky-alert {
  position: fixed;
  padding: 15px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1040;
}
/* line 409, ../sass/theme/_drive.scss */
.drive .sticky-alert .alert .close,
.drive .sticky-alert .response .close {
  right: 6px;
  top: 2px;
}
/* line 415, ../sass/theme/_drive.scss */
.drive .sticky-alert .alert, .drive .sticky-alert .response {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding: 15px;
}
/* line 421, ../sass/theme/_drive.scss */
.drive .sticky-alert.top-left,
.drive .sticky-alert.top-right {
  top: 40px;
}
/* line 426, ../sass/theme/_drive.scss */
.drive .sticky-alert.bottom-left,
.drive .sticky-alert.bottom-right {
  bottom: 20px;
}
@media (min-width: 768px) {
  /* line 432, ../sass/theme/_drive.scss */
  .drive .sticky-alert {
    width: 360px;
    padding: 0;
  }
  /* line 436, ../sass/theme/_drive.scss */
  .drive .sticky-alert.top-left {
    left: 15px;
    right: auto;
  }
  /* line 440, ../sass/theme/_drive.scss */
  .drive .sticky-alert.top-right {
    right: 15px;
    left: auto;
  }
  /* line 444, ../sass/theme/_drive.scss */
  .drive .sticky-alert.bottom-left {
    left: 15px;
    right: auto;
  }
  /* line 448, ../sass/theme/_drive.scss */
  .drive .sticky-alert.bottom-right {
    right: 15px;
    left: auto;
  }
}
/* line 454, ../sass/theme/_drive.scss */
.drive #error {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
}
/* line 461, ../sass/theme/_drive.scss */
.drive #error .sticky-alert .response {
  margin: 4px 0;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
/* line 467, ../sass/theme/_drive.scss */
.drive .response {
  margin: 6px 0;
  width: 100%;
  padding: 8px 20px;
  padding-right: 5px;
  opacity: 1;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  -webkit-animation-fill-mode: forwards;
  position: relative;
  margin-bottom: 2px;
  background: #fff;
  border: 6px transparent;
}
/* line 482, ../sass/theme/_drive.scss */
.drive .response.nope {
  color: #a92925;
  border-left: 6px solid #A94442;
}
/* line 487, ../sass/theme/_drive.scss */
.drive .response.yep {
  color: #2c5c2c;
  border-left: 6px solid #51a152;
}
/* line 492, ../sass/theme/_drive.scss */
.drive .response.boh {
  color: #bb610e;
  border-left: 6px solid #f9b02b;
}
/* line 497, ../sass/theme/_drive.scss */
.drive .close,
.drive .alert-dismissable .close {
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  text-shadow: none;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 510, ../sass/theme/_drive.scss */
.drive .close:hover {
  opacity: 1;
}
/* line 514, ../sass/theme/_drive.scss */
.drive .modal-header .close {
  margin: 0;
  top: 6px;
  z-index: 6;
  font-size: 34px;
  height: 34px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  font: normal normal normal 14px/1;
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
}
/* line 529, ../sass/theme/_drive.scss */
.drive .modal-header .close span {
  display: block;
}
/* line 533, ../sass/theme/_drive.scss */
.drive .response .close {
  font-size: 16px;
  right: 2px;
  top: 2px;
}
/* line 539, ../sass/theme/_drive.scss */
.drive .response span {
  padding-left: 4px;
  margin-right: 4px;
  border-left: 1px solid #817c7c;
}
/* line 545, ../sass/theme/_drive.scss */
.drive .response span:first-child {
  border-left: none;
}
/* line 549, ../sass/theme/_drive.scss */
.drive .modalhead {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 557, ../sass/theme/_drive.scss */
.drive .sele {
  line-height: 28px;
}
/* line 561, ../sass/theme/_drive.scss */
.drive .openmail {
  display: block;
  font-size: 1.2em;
  clear: both;
  text-align: center;
  cursor: pointer;
}
/* line 569, ../sass/theme/_drive.scss */
.drive .mailresponse {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
/* line 578, ../sass/theme/_drive.scss */
.drive .mailresponse p {
  padding: 4px 10px;
  margin: 0;
}
/* line 583, ../sass/theme/_drive.scss */
.drive .sendresponse {
  display: none;
}
/* line 587, ../sass/theme/_drive.scss */
.drive .breadcrumb {
  margin: 10px 0;
  float: left;
  clear: both;
  font-size: 12px;
  font-weight: 300;
  padding: 4px 15px;
  background: rgba(190, 190, 190, 0.1);
  overflow: hidden;
  max-width: 100%;
}
/* line 598, ../sass/theme/_drive.scss */
.drive .breadcrumb a {
  color: gray !important;
}
/* line 602, ../sass/theme/_drive.scss */
.drive .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
/* line 610, ../sass/theme/_drive.scss */
.drive td.mini {
  font-size: 12px;
  padding: 10px;
}
/* line 615, ../sass/theme/_drive.scss */
.drive .prowrap {
  float: left;
  width: 100%;
}
/* line 620, ../sass/theme/_drive.scss */
.drive .progress {
  margin-bottom: 0;
  height: 10px;
}
/* line 625, ../sass/theme/_drive.scss */
.drive .progress-bar p {
  margin: 0 10px;
}
/* line 629, ../sass/theme/_drive.scss */
.drive .progress.progress-single {
  height: 20px;
  margin-top: 6px;
}
/* line 634, ../sass/theme/_drive.scss */
.drive .progress.progress-single .progress-bar p {
  display: block;
}
/* line 638, ../sass/theme/_drive.scss */
.drive #upformsubmit {
  display: none;
}
/* line 642, ../sass/theme/_drive.scss */
.drive #frameloader {
  display: none;
}
/* line 646, ../sass/theme/_drive.scss */
.drive .propercent {
  display: none;
}
/* line 650, ../sass/theme/_drive.scss */
.drive .fullp .propercent {
  display: block;
}
/* line 654, ../sass/theme/_drive.scss */
.drive .fullp .progress {
  height: 20px;
}
/* line 658, ../sass/theme/_drive.scss */
.drive .pro label .progress {
  margin-bottom: 0;
  margin-top: 10px;
}
/* line 663, ../sass/theme/_drive.scss */
.drive .fullp.pro label {
  margin-top: 0;
}
/* line 667, ../sass/theme/_drive.scss */
.drive .pro input[type="radio"], .drive .pro input[type="checkbox"] {
  margin-top: 0;
}
/* line 671, ../sass/theme/_drive.scss */
.drive .fullp.pro input[type="radio"], .drive .fullp.pro input[type="checkbox"] {
  margin-top: 4px;
}
/* line 677, ../sass/theme/_drive.scss */
.drive .bigzip {
  display: none;
}
/* line 681, ../sass/theme/_drive.scss */
.drive .multilink {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
/* line 687, ../sass/theme/_drive.scss */
.drive .multilink li {
  width: 50%;
  padding: 4px;
  float: left;
  list-style: none;
  vertical-align: top;
}
/* line 695, ../sass/theme/_drive.scss */
.drive .multilink li .btn {
  text-align: left;
  float: left;
  width: 100%;
  white-space: normal;
  padding: 12px;
}
/* line 703, ../sass/theme/_drive.scss */
.drive .multilink li:nth-child(odd) {
  clear: both;
}
/* line 707, ../sass/theme/_drive.scss */
.drive .zipicon .fa {
  vertical-align: middle;
}
@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
/* line 734, ../sass/theme/_drive.scss */
.drive .passing-animated {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite;
}
/* line 741, ../sass/theme/_drive.scss */
.drive .miniflag {
  margin-right: 6px;
}
/* line 745, ../sass/theme/_drive.scss */
.drive .navbar-nav > li > .edituser {
  padding: 10px 15px;
  line-height: 28px;
}
/* line 750, ../sass/theme/_drive.scss */
.drive .navbar {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
/* line 756, ../sass/theme/_drive.scss */
.drive .navbar-toggle {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-right: 5px;
}
/* line 763, ../sass/theme/_drive.scss */
.drive .navbar-inverse .navbar-toggle:hover,
.drive .navbar-inverse .navbar-toggle:focus {
  background: none;
}
/* line 768, ../sass/theme/_drive.scss */
.drive .navbar-inverse .navbar-collapse,
.drive .navbar-inverse .navbar-form {
  border-color: transparent;
}
/* line 773, ../sass/theme/_drive.scss */
.drive .navbar-brand {
  float: left;
  height: 50px;
  line-height: 40px;
  padding: 5px 15px;
  font-weight: 300;
}
/* line 781, ../sass/theme/_drive.scss */
.drive .navbar-brand > img {
  height: 40px;
  width: auto;
  float: left;
}
/* line 787, ../sass/theme/_drive.scss */
.drive .cpanelmenu {
  position: absolute;
  text-transform: uppercase;
  font-size: 12px;
  left: 0;
  top: 0;
}
/* line 795, ../sass/theme/_drive.scss */
.drive .langmenu {
  float: right;
  margin: 0;
  padding: 0;
}
/* line 801, ../sass/theme/_drive.scss */
.drive .langmenu li {
  float: left;
  list-style: none;
}
/* line 806, ../sass/theme/_drive.scss */
.drive .dropdown-menu {
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 812, ../sass/theme/_drive.scss */
.drive .avatar {
  margin-right: 4px;
}
/* line 816, ../sass/theme/_drive.scss */
.drive .avatar-panel {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  width: 110px;
}
/* line 823, ../sass/theme/_drive.scss */
.drive .remove-avatar {
  cursor: pointer;
}
/* line 827, ../sass/theme/_drive.scss */
.drive .avatar-panel .updated {
  font-size: 1.6em;
}
/* line 831, ../sass/theme/_drive.scss */
.drive .cropit-image-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  cursor: move;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
/* line 844, ../sass/theme/_drive.scss */
.drive .cropit-image-background {
  opacity: .2;
  cursor: auto;
}
/* line 849, ../sass/theme/_drive.scss */
.drive .image-size-wrapper {
  margin: 10px auto;
  margin-bottom: 20px;
  max-width: 100px;
}
/* line 855, ../sass/theme/_drive.scss */
.drive .uppa, .drive .export {
  cursor: pointer;
}
/* line 859, ../sass/theme/_drive.scss */
.drive .upload-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 865, ../sass/theme/_drive.scss */
.drive .upload-wrapper input[type="file"] {
  position: absolute;
  top: 0;
  left: -400px;
}
/* line 871, ../sass/theme/_drive.scss */
.drive input[type=range].slider::-moz-focus-outer {
  border: 0;
}
/* line 875, ../sass/theme/_drive.scss */
.drive .image-size-wrapper:hover input[type=range].slider:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
}
/* line 881, ../sass/theme/_drive.scss */
.drive .image-size-wrapper:hover input[type=range].slider:focus::-moz-range-thumb {
  -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
}
/* line 887, ../sass/theme/_drive.scss */
.drive .image-size-wrapper:hover input[type=range].slider:focus::-ms-thumb {
  -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
}
/* line 893, ../sass/theme/_drive.scss */
.drive input[type=range].slider:disabled {
  display: none;
}
/* line 897, ../sass/theme/_drive.scss */
.drive input[type=range].slider {
  -webkit-appearance: none;
  width: 100%;
  margin: 4px 0;
}
/* line 903, ../sass/theme/_drive.scss */
.drive input[type=range].slider:focus {
  outline: none;
}
/* line 907, ../sass/theme/_drive.scss */
.drive input[type=range].slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  -moz-box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  background: rgba(77, 77, 77, 0.1);
  border-radius: 25px;
  border: none;
}
/* line 919, ../sass/theme/_drive.scss */
.drive input[type=range].slider::-webkit-slider-thumb {
  -webkit-box-shadow: 0px 0px 1px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  -moz-box-shadow: 0px 0px 1px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  box-shadow: 0px 0px 1px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 50px;
  background: #434343;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
/* line 933, ../sass/theme/_drive.scss */
.drive input[type=range].slider:focus::-webkit-slider-runnable-track {
  background: rgba(143, 143, 143, 0.1);
}
/* line 937, ../sass/theme/_drive.scss */
.drive input[type=range].slider::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  -moz-box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  background: rgba(77, 77, 77, 0.1);
  border-radius: 25px;
  border: none;
}
/* line 949, ../sass/theme/_drive.scss */
.drive input[type=range].slider::-moz-range-thumb {
  -webkit-box-shadow: 0px 0px 1px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  -moz-box-shadow: 0px 0px 1px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  box-shadow: 0px 0px 1px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 50px;
  background: #434343;
  cursor: pointer;
}
/* line 961, ../sass/theme/_drive.scss */
.drive input[type=range].slider::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
/* line 970, ../sass/theme/_drive.scss */
.drive input[type=range].slider::-ms-fill-lower {
  background: rgba(11, 11, 11, 0.1);
  border: none;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  -moz-box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
}
/* line 979, ../sass/theme/_drive.scss */
.drive input[type=range].slider::-ms-fill-upper {
  background: rgba(77, 77, 77, 0.1);
  border: 0px solid transparent;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  -moz-box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
}
/* line 988, ../sass/theme/_drive.scss */
.drive input[type=range].slider::-ms-thumb {
  -webkit-box-shadow: 0px 0px 1px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  -moz-box-shadow: 0px 0px 1px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  box-shadow: 0px 0px 1px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 50px;
  background: #434343;
  cursor: pointer;
  height: 4px;
}
/* line 1001, ../sass/theme/_drive.scss */
.drive input[type=range].slider:focus::-ms-fill-lower {
  background: rgba(77, 77, 77, 0.1);
}
/* line 1005, ../sass/theme/_drive.scss */
.drive input[type=range].slider:focus::-ms-fill-upper {
  background: rgba(143, 143, 143, 0.1);
}
/* line 1010, ../sass/theme/_drive.scss */
.drive .ghost {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 1016, ../sass/theme/_drive.scss */
.drive .ghost.ghost-hidden {
  opacity: 0;
}
/* line 1020, ../sass/theme/_drive.scss */
.drive #sort {
  opacity: 1;
  clear: both;
}
/* line 1025, ../sass/theme/_drive.scss */
.drive table .header {
  cursor: pointer;
}
/* line 1029, ../sass/theme/_drive.scss */
.drive table {
  border-collapse: separate;
  border-spacing: 0;
}
/* line 1034, ../sass/theme/_drive.scss */
.drive table#sort .sorta:after,
.drive table#sortanalytics .sorta:after,
.drive table#sortable .sorta:after {
  content: " \f0dc";
  font-family: 'Font Awesome 5 Free';
}
/* line 1041, ../sass/theme/_drive.scss */
.drive table#sort .headerSortDown > .sorta:after,
.drive table#sortanalytics .sorting_desc > .sorta:after,
.drive table#sortable .headerSortDown > .sorta:after {
  content: " \f0dd";
  font-family: 'Font Awesome 5 Free';
}
/* line 1048, ../sass/theme/_drive.scss */
.drive table#sort .headerSortUp > .sorta:after,
.drive table#sortanalytics .sorting_asc > .sorta:after,
.drive table#sortable .headerSortUp > .sorta:after {
  content: " \f0de";
  font-family: 'Font Awesome 5 Free';
}
/* line 1055, ../sass/theme/_drive.scss */
.drive .dataTables_wrapper {
  clear: both;
  float: left;
  width: 100%;
}
/* line 1061, ../sass/theme/_drive.scss */
.drive .dataTables_filter {
  float: left;
  width: 20%;
}
/* line 1066, ../sass/theme/_drive.scss */
.drive .dataTables_length {
  float: right;
  margin-left: 6px;
}
/* line 1071, ../sass/theme/_drive.scss */
.drive .dataTables_length label, .drive .dataTables_filter label {
  font-weight: normal;
  float: right;
  width: auto;
}
/* line 1077, ../sass/theme/_drive.scss */
.drive .dataTables_info {
  float: left;
  clear: both;
  margin: 0;
  padding: 10px;
  font-size: 12px;
  line-height: 14px;
  opacity: 0.8;
}
/* line 1087, ../sass/theme/_drive.scss */
.drive th.sorting, .drive th.sorting_asc, .drive th.sorting_desc {
  cursor: pointer;
}
/* line 1091, ../sass/theme/_drive.scss */
.drive .row.one {
  opacity: 0.8;
}
/* line 1095, ../sass/theme/_drive.scss */
.drive .dataTables_paginate {
  padding-left: 0;
  margin-left: 6px;
  border-radius: 4px;
  float: right;
}
/* line 1102, ../sass/theme/_drive.scss */
.drive .dataTables_paginate a {
  display: inline;
  cursor: pointer;
}
/* line 1107, ../sass/theme/_drive.scss */
.drive .paginate_button.current {
  background: rgba(0, 0, 0, 0.03);
  cursor: default;
}
/* line 1113, ../sass/theme/_drive.scss */
.drive .dataTables_paginate > a,
.drive .dataTables_paginate > span > a,
.drive .dataTables_paginate > span > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  border: 1px solid #e8e8e8;
  margin-left: -1px;
}
/* line 1125, ../sass/theme/_drive.scss */
.drive .dataTables_paginate > a:first-child {
  margin-left: 0;
}
/* line 1129, ../sass/theme/_drive.scss */
.drive .dataTables_paginate > a:hover,
.drive .dataTables_paginate > span > a:hover,
.drive .dataTables_paginate > a:focus,
.drive .dataTables_paginate > span > a:focus {
  background-color: #eeeeee;
  background-color: rgba(200, 200, 200, 0.1);
}
/* line 1137, ../sass/theme/_drive.scss */
.drive .dataTables_paginate > .paginate_active, .drive .dataTables_paginate > span > .paginate_active {
  z-index: 2;
  color: #333333;
  background-color: #cdcdcd;
  background-color: rgba(200, 200, 200, 0.1);
}
/* line 1144, ../sass/theme/_drive.scss */
.drive .dataTables_paginate a.disabled {
  opacity: 0.3;
  cursor: default;
}
/* line 1149, ../sass/theme/_drive.scss */
.drive .dataTables_length select {
  display: inline;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  border: none;
  height: 30px;
}
/* line 1160, ../sass/theme/_drive.scss */
.drive .dataTables_filter input {
  display: inline;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  vertical-align: middle;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-right: 6px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
/* line 1176, ../sass/theme/_drive.scss */
.drive .dataTables_filter label {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 1182, ../sass/theme/_drive.scss */
.drive .table-controls-bottom {
  margin-top: 10px;
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
/* line 1190, ../sass/theme/_drive.scss */
.drive td.name, .drive td.wordbreak {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* line 1200, ../sass/theme/_drive.scss */
.drive .table > tbody > tr > th,
.drive .table > tfoot > tr > th {
  padding: 4px;
}
/* line 1205, ../sass/theme/_drive.scss */
.drive .table > tbody > tr > td,
.drive .table > tfoot > tr > td,
.drive .table > thead > tr > td,
.drive .table > thead > tr > td {
  padding: 20px 4px;
}
/* line 1213, ../sass/theme/_drive.scss */
.drive .table > tbody > tr > td.name a, .drive .table > tbody > tr > td.icon a {
  position: relative;
}
/* line 1217, ../sass/theme/_drive.scss */
.drive .table > tbody > tr > td.name a:focus,
.drive .table > tbody > tr > td.icon a:focus {
  outline: none;
}
/* line 1222, ../sass/theme/_drive.scss */
.drive .full-lenght {
  width: 100%;
  display: block;
}
/* line 1227, ../sass/theme/_drive.scss */
.drive .nowrap {
  white-space: nowrap;
}
/* line 1231, ../sass/theme/_drive.scss */
.drive .icon.playme {
  font-size: 1.2em;
}
/* line 1235, ../sass/theme/_drive.scss */
.drive .icon-placeholder {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
/* line 1246, ../sass/theme/_drive.scss */
.drive .inlinethumbs .icon-placeholder {
  width: 60px;
  height: 60px;
  font-size: 1.4em;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
/* line 1256, ../sass/theme/_drive.scss */
.drive .table > thead > tr > th,
.drive .table > tbody > tr > th,
.drive .table > tfoot > tr > th,
.drive .table > thead > tr > td,
.drive .table > tbody > tr > td,
.drive .table > tfoot > tr > td {
  vertical-align: middle;
}
/* line 1265, ../sass/theme/_drive.scss */
.drive .sorta {
  font-weight: bold;
}
/* line 1271, ../sass/theme/_drive.scss */
.drive a.sm2_button:focus {
  outline: none;
}
/* line 1275, ../sass/theme/_drive.scss */
.drive a.sm2_button .trackplay,
.drive a.sm2_button .trackpause,
.drive a.sm2_button .trackload {
  display: none;
}
/* line 1281, ../sass/theme/_drive.scss */
.drive a.sm2_button.sm2_playing .trackstop,
.drive a.sm2_button.sm2_loading .trackstop,
.drive a.sm2_button.sm2_paused .trackstop {
  display: none;
}
/* line 1287, ../sass/theme/_drive.scss */
.drive a.sm2_button.sm2_playing .trackplay {
  display: block;
}
/* line 1291, ../sass/theme/_drive.scss */
.drive a.sm2_button.sm2_loading .trackload {
  display: block;
}
/* line 1295, ../sass/theme/_drive.scss */
.drive a.sm2_button.sm2_paused .trackpause {
  display: block;
}
/* line 1299, ../sass/theme/_drive.scss */
.drive .relative {
  position: relative;
}
/* line 1303, ../sass/theme/_drive.scss */
.drive table .hover {
  position: absolute;
  right: 6px;
  top: -12px;
  padding: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 1px rgba(30, 30, 30, 0.1);
  -moz-box-shadow: 0 0 1px 1px rgba(30, 30, 30, 0.1);
  box-shadow: 0 0 1px 1px rgba(30, 30, 30, 0.1);
  webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  opacity: 0;
}
/* line 1318, ../sass/theme/_drive.scss */
.drive .no-touchevents .name:hover .hover {
  opacity: 1;
}
/* line 1322, ../sass/theme/_drive.scss */
.drive .thumb img {
  max-width: 60px;
}
@media (min-width: 768px) {
  /* line 1328, ../sass/theme/_drive.scss */
  .drive .sendfiles .modal-dialog,
  .drive .userpanel .modal-dialog {
    width: 400px;
  }
}
@media (min-width: 992px) {
  /* line 1334, ../sass/theme/_drive.scss */
  .drive .zoomview .modal-dialog {
    width: 760px;
  }
}
@media (max-width: 767px) {
  /* line 1340, ../sass/theme/_drive.scss */
  .drive h1, .drive h2, .drive h3, .drive h4, .drive h5, .drive h6, .drive .h1, .drive .h2, .drive .h3, .drive .h4, .drive .h5, .drive .h6 {
    margin-top: 0;
  }
  /* line 1343, ../sass/theme/_drive.scss */
  .drive hr {
    margin: 10px 0;
  }
  /* line 1346, ../sass/theme/_drive.scss */
  .drive .multilink li {
    width: 100%;
  }
  /* line 1349, ../sass/theme/_drive.scss */
  .drive .response {
    overflow: hidden;
  }
  /* line 1352, ../sass/theme/_drive.scss */
  .drive h1 {
    font-size: 30px;
  }
  /* line 1355, ../sass/theme/_drive.scss */
  .drive h2 {
    font-size: 24px;
  }
  /* line 1358, ../sass/theme/_drive.scss */
  .drive .admin-body .btn-lg {
    width: 100%;
  }
  /* line 1361, ../sass/theme/_drive.scss */
  .drive body {
    font-size: 12px;
  }
  /* line 1364, ../sass/theme/_drive.scss */
  .drive .prowrap {
    width: 100%;
    margin: 4px 0;
    padding: 0;
  }
  /* line 1369, ../sass/theme/_drive.scss */
  .drive #admin-menu {
    padding-right: 15px;
  }
  /* line 1372, ../sass/theme/_drive.scss */
  .drive #newdir_container.span-6, .drive #upload_container.span-6 {
    margin: 4px 0;
    padding: 0;
    width: 100%;
  }
  /* line 1377, ../sass/theme/_drive.scss */
  .drive .unmezzo {
    width: 100%;
  }
  /* line 1380, ../sass/theme/_drive.scss */
  .drive .dataTables_filter {
    width: 60%;
  }
  /* line 1383, ../sass/theme/_drive.scss */
  .drive .dataTables_length {
    width: 40%;
    margin: 0;
  }
  /* line 1387, ../sass/theme/_drive.scss */
  .drive .topbanner .navbar-collapse, .drive .langmenu {
    width: 100%;
  }
  /* line 1390, ../sass/theme/_drive.scss */
  .drive .topbanner .navbar-collapse ul li {
    width: 100%;
    margin: 0;
  }
  /* line 1394, ../sass/theme/_drive.scss */
  .drive .topbanner .navbar-collapse ul li .btn {
    display: block;
    padding: 10px 0;
    margin: 0;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    border: none;
    background: none;
  }
  /* line 1404, ../sass/theme/_drive.scss */
  .drive .topbanner .navbar-collapse ul li .btn:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  /* line 1407, ../sass/theme/_drive.scss */
  .drive #admin-menu ul {
    float: none;
  }
  /* line 1410, ../sass/theme/_drive.scss */
  .drive #error {
    margin-top: 2px;
  }
  /* line 1413, ../sass/theme/_drive.scss */
  .drive .lead {
    margin-bottom: 10px;
  }
  /* line 1416, ../sass/theme/_drive.scss */
  .drive .navbar {
    margin-bottom: 10px;
  }
  /* line 1419, ../sass/theme/_drive.scss */
  .drive #newdir_container .input-group-btn .fa,
  .drive #upload_container .input-group-btn .fa {
    margin-left: 8px;
    margin-right: 8px;
  }
  /* line 1425, ../sass/theme/_drive.scss */
  .drive .table > tbody > tr > .reduce,
  .drive .table > tfoot > tr > .reduce,
  .drive .table > thead > tr > .reduce {
    padding-left: 0;
    padding-right: 0;
    width: 1px;
  }
}
/* line 1435, ../sass/theme/_drive.scss */
.drive .itemicon .hover {
  display: none;
}
/* line 1439, ../sass/theme/_drive.scss */
.drive .view-grid .name .hover {
  display: none;
}
/* line 1443, ../sass/theme/_drive.scss */
.drive .view-grid .thumb img {
  max-width: none;
}
/* line 1447, ../sass/theme/_drive.scss */
.drive .view-grid .gridbody > .rowa {
  float: left;
  width: 12%;
  position: relative;
  margin: 20px 20px 10px;
  display: flex;
}
@media (min-width: 1200px) {
  /* line 1457, ../sass/theme/_drive.scss */
  .drive .view-grid .gridbody > .rowa {
    width: 180px !important;
  }
}
@media (max-width: 991px) {
  /* line 1463, ../sass/theme/_drive.scss */
  .drive .view-grid .gridbody > .rowa {
    width: 25% !important;
  }
}
@media (max-width: 767px) {
  /* line 1469, ../sass/theme/_drive.scss */
  .drive .view-grid .gridbody > .rowa {
    width: 50% !important;
  }
}
@media (max-width: 480px) {
  /* line 1475, ../sass/theme/_drive.scss */
  .drive .view-grid .gridbody > .rowa {
    width: 100% !important;
  }
}
/* line 1480, ../sass/theme/_drive.scss */
.drive .cta {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
/* line 1498, ../sass/theme/_drive.scss */
.drive .grid .itemicon img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 1504, ../sass/theme/_drive.scss */
.drive .view-grid.table > tbody > tr:hover {
  background: none;
}
/* line 1508, ../sass/theme/_drive.scss */
.drive .view-grid .itemicon img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 1514, ../sass/theme/_drive.scss */
.drive .view-grid .icon-placeholder {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 3em;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 1524, ../sass/theme/_drive.scss */
.drive .view-grid .thumb img {
  width: 100%;
}
/* line 1528, ../sass/theme/_drive.scss */
.drive .view-grid .view-grid-hidden {
  display: none !important;
}
/* line 1532, ../sass/theme/_drive.scss */
.drive .view-grid thead .rowa .icon.sorting_disabled {
  display: none;
}
/* line 1536, ../sass/theme/_drive.scss */
.drive .infopanel {
  display: none;
  webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
/* line 1542, ../sass/theme/_drive.scss */
.drive .view-grid .infopanel {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
}
/* line 1550, ../sass/theme/_drive.scss */
.drive .no-touchevents .view-grid .infopanel {
  opacity: 0.3;
}
/* line 1554, ../sass/theme/_drive.scss */
.drive .view-grid tbody > .rowa:hover .infopanel {
  opacity: 1;
}
/* line 1558, ../sass/theme/_drive.scss */
.drive .view-grid tbody > .rowa .name .relative {
  webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
/* line 1564, ../sass/theme/_drive.scss */
.drive .view-grid .gridbody {
  float: left;
  display: block;
  width: 100%;
}
/* line 1570, ../sass/theme/_drive.scss */
.drive .view-grid .rowa td {
  display: none;
  border: none;
}
/* line 1575, ../sass/theme/_drive.scss */
.drive .view-grid thead .rowa td {
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: auto !important;
}
/* line 1582, ../sass/theme/_drive.scss */
.drive .view-grid .gridbody > .rowa .name,
.drive .view-grid .gridbody > .rowa .checkb,
.drive .view-grid .gridbody > .rowa .itemicon {
  display: block;
  float: left;
  clear: both;
  max-width: 100%;
  padding: 10px;
}
/* line 1592, ../sass/theme/_drive.scss */
.drive .view-grid .gridbody > .rowa .itemicon {
  padding-bottom: 0;
}
/* line 1596, ../sass/theme/_drive.scss */
.drive .view-grid .gridbody > .rowa .name {
  padding: 0 10px;
  width: 100%;
  font-size: .9em;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 1605, ../sass/theme/_drive.scss */
.drive .round-butt {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.9);
}
/* line 1623, ../sass/theme/_drive.scss */
.drive .round-butt.butt-mini {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
/* line 1630, ../sass/theme/_drive.scss */
.drive .round-butt:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/* line 1636, ../sass/theme/_drive.scss */
.drive .view-grid .infopanel .minibutt {
  width: 36px;
  float: left;
  margin-left: 4px;
}
/* line 1642, ../sass/theme/_drive.scss */
.drive .view-grid .infopanel .minibutt .round-butt {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
/* line 1649, ../sass/theme/_drive.scss */
.drive .view-grid .itemicon {
  position: relative;
  display: block;
  width: 100%;
  float: left;
}
/* line 1656, ../sass/theme/_drive.scss */
.drive .view-grid .itemicon > a {
  display: block;
  width: 100%;
  float: left;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
/* line 1665, ../sass/theme/_drive.scss */
.drive .view-grid .rowa td.name a {
  display: none;
}
/* line 1669, ../sass/theme/_drive.scss */
.drive .no-touchevents .view-grid .name:hover .hover {
  opacity: 0;
}
/* line 1673, ../sass/theme/_drive.scss */
.drive .no-touchevents .view-grid .itemicon a:hover .hover {
  opacity: 1;
}
/* line 1677, ../sass/theme/_drive.scss */
.drive .view-grid .itemicon .hover {
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 1703, ../sass/theme/_drive.scss */
.drive .view-grid .itemicon .hover .badge {
  background: #fff;
}
/* line 1707, ../sass/theme/_drive.scss */
.drive .view-grid .itemicon .hover i {
  vertical-align: center;
}
/* line 1711, ../sass/theme/_drive.scss */
.drive .grid-item-title {
  display: none;
}
/* line 1715, ../sass/theme/_drive.scss */
.drive .view-grid .grid-item-title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px;
  cursor: pointer;
  text-overflow: ellipsis;
}
/* line 1724, ../sass/theme/_drive.scss */
.drive .view-grid.table-striped > tbody > tr:hover {
  background: none;
}
/* line 1728, ../sass/theme/_drive.scss */
.drive .view-grid .gridbody > .rowa td.checkb {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  z-index: 99;
  margin: 0;
  padding: 0;
  width: auto;
}
/* line 1739, ../sass/theme/_drive.scss */
.drive .checkb .checkbox {
  margin: 0;
}
/* line 1743, ../sass/theme/_drive.scss */
.drive .round-butt input[type="checkbox"] {
  margin-left: -8px;
  margin-top: 12px;
  width: 20px;
  height: 20px;
  display: none;
}
/* line 1751, ../sass/theme/_drive.scss */
.drive .checkb .round-butt {
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  /*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);*/
  box-shadow: none !important;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
}
/* line 1770, ../sass/theme/_drive.scss */
.drive .checkb .round-butt:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
}
/* line 1775, ../sass/theme/_drive.scss */
.drive .attivo .checkb .round-butt:after {
  content: "\f14a";
}
/* line 1779, ../sass/theme/_drive.scss */
.drive .switchview {
  cursor: pointer;
  width: 38px;
  height: 22px;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 4px 12px;
  text-align: right;
  font-weight: 900;
}
/* line 1790, ../sass/theme/_drive.scss */
.drive .switchview:after {
  font-family: 'Font Awesome 5 Free' !important;
  content: "\f009";
  font-weight: 900;
}
/* line 1796, ../sass/theme/_drive.scss */
.drive .switchview.grid:after {
  content: "\f0ca";
  font-weight: 900;
}
@keyframes pulse {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
/* line 1812, ../sass/theme/_drive.scss */
.drive .pulse {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
/* line 1821, ../sass/theme/_drive.scss */
.drive .view-grid .itemicon .hover {
  background: rgba(105, 114, 126, 0.8);
}
/* line 1825, ../sass/theme/_drive.scss */
.drive .view-grid tbody > .rowa.attivo .name .relative,
.drive tbody > .rowa.attivo .checkb .round-butt {
  color: #fff;
  background-color: #232d2f;
}
/* line 1834, ../sass/theme/_drive.scss */
.drive .panel {
  background: rgba(255, 255, 255, 0.8);
}
/* line 1838, ../sass/theme/_drive.scss */
.drive .userspace {
  background: rgba(255, 255, 255, 0.5);
}
/* line 1842, ../sass/theme/_drive.scss */
.drive .modal-content, .drive .dataTables_length select {
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 1847, ../sass/theme/_drive.scss */
.drive .progress {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 1852, ../sass/theme/_drive.scss */
.drive .navbar-inverse, .drive .footer {
  background: #0193B7;
}
/* line 1856, ../sass/theme/_drive.scss */
.drive .navbar-inverse .navbar-nav > li > a,
.drive .footer a,
.drive .navbar-inverse .navbar-brand {
  color: #fff;
}
/* line 1862, ../sass/theme/_drive.scss */
.drive .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #086f96;
}
/* line 1866, ../sass/theme/_drive.scss */
.drive .navbar-inverse .navbar-collapse, .drive .navbar-inverse .navbar-form {
  border: none;
}
/* line 1870, ../sass/theme/_drive.scss */
.drive .navbar-inverse .navbar-nav > li > a:hover,
.drive .navbar-inverse .navbar-nav > li > a:focus,
.drive .navbar-inverse .navbar-nav > .open > a,
.drive .navbar-inverse .navbar-nav > .open > a:hover,
.drive .navbar-inverse .navbar-nav > .open > a:focus,
.drive .navbar-inverse .navbar-toggle:hover,
.drive .navbar-inverse .navbar-toggle:focus {
  background: #086f96;
}
/* line 1901, ../sass/theme/_drive.scss */
.drive .input-group-addon,
.drive .has-success .input-group-addon,
.drive .has-error .input-group-addon,
.drive .has-warning .input-group-addon {
  background: rgba(255, 255, 255, 0.4);
}
/* line 1908, ../sass/theme/_drive.scss */
.drive .vfmwrapper {
  max-width: 1200px;
}
/* line 1912, ../sass/theme/_drive.scss */
.drive .tableblock, .drive .uploadarea {
  border-top: 4px solid whitesmoke !important;
  background-color: #fff;
}
/* line 1918, ../sass/theme/_drive.scss */
.drive .uploadarea {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
}
/* line 1927, ../sass/theme/_drive.scss */
.drive hr,
.drive .table > thead > tr > th,
.drive .table > tbody > tr > th,
.drive .table > tfoot > tr > th,
.drive .table > thead > tr > td,
.drive .table > tbody > tr > td,
.drive .table > tfoot > tr > td {
  border-color: #e3e7ec;
}
/* line 1937, ../sass/theme/_drive.scss */
.drive .table > tbody > tr:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.5);
}
/* line 1943, ../sass/theme/_drive.scss */
.drive .nav-pills > li.active > a,
.drive .nav-pills > li.active > a:focus,
.drive .nav-pills > li.active > a:hover {
  border-color: #0193B7;
}
/* line 1949, ../sass/theme/_drive.scss */
.drive .label-primary,
.drive .btn-primary,
.drive .btn-primary.disabled,
.drive .btn-primary[disabled],
.drive fieldset[disabled] .btn-primary,
.drive .btn-primary.disabled:hover,
.drive .btn-primary[disabled]:hover,
.drive fieldset[disabled] .btn-primary:hover,
.drive .btn-primary.disabled:focus,
.drive .btn-primary[disabled]:focus,
.drive fieldset[disabled] .btn-primary:focus,
.drive .btn-primary.disabled:active,
.drive .btn-primary[disabled]:active,
.drive fieldset[disabled] .btn-primary:active,
.drive .btn-primary.disabled.active,
.drive .btn-primary.active[disabled],
.drive fieldset[disabled] .btn-primary.active {
  background: #0193B7;
  border-color: #0193B7;
}
/* line 1970, ../sass/theme/_drive.scss */
.drive .btn-primary:hover,
.drive .btn-primary:focus,
.drive .btn-primary:active,
.drive .btn-primary.active,
.drive .open .dropdown-toggle.btn-primary,
.drive .btn-primary.active.focus,
.drive .btn-primary.active:focus,
.drive .btn-primary.active:hover,
.drive .btn-primary:active.focus,
.drive .btn-primary:active:focus,
.drive .btn-primary:active:hover,
.drive .open > .dropdown-toggle.btn-primary.focus,
.drive .open > .dropdown-toggle.btn-primary:focus,
.drive .open > .dropdown-toggle.btn-primary:hover {
  background: #086f96;
  color: #fff;
}
/* line 1988, ../sass/theme/_drive.scss */
.drive .btn-default {
  background: none;
  border: none;
  color: #3d3f42;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
/* line 1995, ../sass/theme/_drive.scss */
.drive .btn-default:hover,
.drive .btn-default:focus,
.drive .btn-default:active,
.drive .btn-default.active,
.drive .open .dropdown-toggle.btn-default,
.drive .btn-default.active.focus,
.drive .btn-default.active:focus,
.drive .btn-default.active:hover,
.drive .btn-default:active.focus,
.drive .btn-default:active:focus,
.drive .btn-default:active:hover,
.drive .open > .dropdown-toggle.btn-default.focus,
.drive .open > .dropdown-toggle.btn-default:focus,
.drive .open > .dropdown-toggle.btn-default:hover {
  background: #3d3f42;
  border-color: #3d3f42;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
/* line 2016, ../sass/theme/_drive.scss */
.drive .btn-default.disabled,
.drive .btn-default[disabled],
.drive fieldset[disabled] .btn-default,
.drive .btn-default.disabled:hover,
.drive .btn-default[disabled]:hover,
.drive fieldset[disabled] .btn-default:hover,
.drive .btn-default.disabled:focus,
.drive .btn-default[disabled]:focus,
.drive fieldset[disabled] .btn-default.disabled:active,
.drive .btn-default[disabled]:active,
.drive fieldset[disabled] .btn-default:active,
.drive .btn-default.disabled.active,
.drive .btn-default.active[disabled],
.drive fieldset[disabled] .btn-default.active {
  background: none;
  border: none;
  color: #3d3f42;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
}
/* line 2036, ../sass/theme/_drive.scss */
.drive .form-control, .drive .dataTables_filter input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
/* line 2045, ../sass/theme/_drive.scss */
.drive .dataTables_filter .input-group-addon {
  background: none;
  border-color: transparent;
}
/* line 2050, ../sass/theme/_drive.scss */
.drive .dataTables_filter input {
  background: rgba(255, 255, 255, 0.3);
  border-color: transparent;
  webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
/* line 2059, ../sass/theme/_drive.scss */
.drive .dataTables_filter input:focus {
  background: #fff;
  background: white;
}
/* line 2064, ../sass/theme/_drive.scss */
.drive .uploadarea .form-control, .drive .uploadarea .input-group-addon {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 2071, ../sass/theme/_drive.scss */
.drive .progress-bar {
  background-color: #0193B7;
}
/* line 2075, ../sass/theme/_drive.scss */
.drive .view-grid .itemicon .hover {
  background: rgba(1, 147, 183, 0.5);
}
/* line 2079, ../sass/theme/_drive.scss */
.drive tbody > .rowa.attivo .checkb .round-butt,
.drive .view-grid tbody > .rowa.attivo .name .relative {
  color: #fff;
  background-color: #0193B7;
}

/* line 2093, ../sass/theme/_drive.scss */
.overdrag {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #1b1b1b;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
/* line 2104, ../sass/theme/_drive.scss */
.overdrag::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f382';
  font-weight: 900;
  position: absolute;
  font-size: 200px;
  color: #fff;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -100px;
  z-index: 1;
}

/* -------------------------- Modals ----------------------------- */
/* line 2120, ../sass/theme/_drive.scss */
.modal {
  background: none;
}

/* line 2124, ../sass/theme/_drive.scss */
.modal-body {
  padding: 10px;
}

/* line 2128, ../sass/theme/_drive.scss */
.bootbox-body, .modal-title {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2133, ../sass/theme/_drive.scss */
.modal-title {
  white-space: nowrap;
}

/* line 2137, ../sass/theme/_drive.scss */
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #1d1d1d;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 98;
}

/* line 2149, ../sass/theme/_drive.scss */
.vfm-zoom {
  text-align: center;
}

/* line 2153, ../sass/theme/_drive.scss */
.vfm-zoom .fa-refresh {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 16px;
  margin-left: -8px;
  margin-top: -8px;
  z-index: 0;
}

/* line 2163, ../sass/theme/_drive.scss */
.vfm-zoom img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* line 2169, ../sass/theme/_drive.scss */
.vfmx {
  font-size: 18px;
  line-height: 18px;
  color: #9c9a9a;
}

/* line 2175, ../sass/theme/_drive.scss */
.thumbtitle {
  vertical-align: middle;
}

/* line 2179, ../sass/theme/_drive.scss */
.downlink {
  vertical-align: middle;
}

/* line 2183, ../sass/theme/_drive.scss */
#zoomview .modal-body {
  padding: 4px;
  min-height: 100px;
}

/* line 2188, ../sass/theme/_drive.scss */
#zoomview .modal-header {
  padding: 6px 12px;
}

/* line 2192, ../sass/theme/_drive.scss */
#zoomview .input-group {
  padding-right: 30px;
}

/* line 2196, ../sass/theme/_drive.scss */
.navigall {
  position: absolute;
  z-index: 99;
  cursor: pointer;
  top: 0;
  height: 100%;
  width: 30%;
}

/* line 2205, ../sass/theme/_drive.scss */
.navigall span {
  position: absolute;
  top: 50%;
  font-size: 24px;
  margin-top: -24px;
  background: rgba(0, 0, 0, 0.1);
  webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
}

/* line 2219, ../sass/theme/_drive.scss */
.navigall:hover span {
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
}

/* line 2226, ../sass/theme/_drive.scss */
.nextgall {
  right: 0;
}

/* line 2230, ../sass/theme/_drive.scss */
.prevgall {
  left: 0;
}

/* line 2234, ../sass/theme/_drive.scss */
.nextgall span {
  right: 0;
}

/* line 2238, ../sass/theme/_drive.scss */
.prevgall span {
  left: 0;
}

/* line 2242, ../sass/theme/_drive.scss */
.vfmclose {
  position: absolute;
  top: 6px;
  right: 10px;
  padding: 0;
  z-index: 9;
  cursor: pointer;
}

/* line 2251, ../sass/theme/_drive.scss */
.panel {
  position: relative;
}

/* line 2255, ../sass/theme/_drive.scss */
.userspace .panel-body {
  padding: 4px 10px;
}

/* line 2259, ../sass/theme/_drive.scss */
.userpanel .bg-info {
  padding-bottom: 10px;
  margin-top: 10px;
}

/* line 2264, ../sass/theme/_drive.scss */
.mailpreload {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  opacity: 0.85;
  z-index: 99;
  background: #fff;
}

/* line 2276, ../sass/theme/_drive.scss */
.shownext {
  cursor: pointer;
}

/* line 2280, ../sass/theme/_drive.scss */
.modal-body .alert {
  font-size: .9em;
}

/* line 2284, ../sass/theme/_drive.scss */
.foldertree ul {
  padding-left: 20px;
}

/* line 2288, ../sass/theme/_drive.scss */
.foldertree {
  margin: 0px 0px 0px 30px;
  list-style: none;
  line-height: 1.8em;
  padding: 0;
  display: block;
}

/* line 2296, ../sass/theme/_drive.scss */
.foldertree li {
  position: relative;
  list-style: none;
}

/* line 2301, ../sass/theme/_drive.scss */
.foldertree li:before {
  position: absolute;
  left: -15px;
  top: 0px;
  content: '';
  display: block;
  border-left: 1px solid #ddd;
  height: 1em;
  border-bottom: 1px solid #ddd;
  width: 15px;
}

/* line 2313, ../sass/theme/_drive.scss */
.foldertree li:after {
  position: absolute;
  left: -15px;
  bottom: -7px;
  content: '';
  display: block;
  border-left: 1px solid #ddd;
  height: 100%;
}

/* line 2323, ../sass/theme/_drive.scss */
.foldertree li.folderoot {
  margin: 0px 0px 0px -20px;
}

/* line 2327, ../sass/theme/_drive.scss */
.foldertree li.folderoot:before {
  display: none;
}

/* line 2331, ../sass/theme/_drive.scss */
.foldertree li.folderoot:after {
  display: none;
}

/* line 2335, ../sass/theme/_drive.scss */
.foldertree li:last-child:after {
  display: none;
}

/* FOLDER GRID VIEW */
/* line 2351, ../sass/theme/_drive.scss */
.folder-list #tableform:not(.view-grid) .view-grid, .drive-list #tableform:not(.view-grid) .view-grid {
  display: none;
}
/* line 2359, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid .list-view, .drive-list #tableform.view-grid .list-view {
  display: none !important;
}
/* line 2363, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid #filelist, .drive-list #tableform.view-grid #filelist {
  display: grid;
  grid-template-columns: repeat(auto-fill, 160px);
  justify-content: space-around;
  row-gap: 15px;
  margin: 15px 0;
}
/* line 2372, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid #filelist tr:not(.hidden), .drive-list #tableform.view-grid #filelist tr:not(.hidden) {
  display: block;
  position: relative;
  height: 190px;
  border-radius: 3px;
}
/* line 2379, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid #filelist tr td, .drive-list #tableform.view-grid #filelist tr td {
  display: inline;
  border: 0;
}
/* line 2383, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid #filelist tr td.checkb, .drive-list #tableform.view-grid #filelist tr td.checkb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
/* line 2390, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid #filelist tr td.filename, .drive-list #tableform.view-grid #filelist tr td.filename {
  position: relative;
  width: 100%;
  height: inherit;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: background-image 500ms;
  -moz-transition: background-image 500ms;
  -o-transition: background-image 500ms;
  transition: background-image 500ms;
}
/* line 2402, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid #filelist tr td.filename a:hover, .folder-list #tableform.view-grid #filelist tr td.filename a:focus, .drive-list #tableform.view-grid #filelist tr td.filename a:hover, .drive-list #tableform.view-grid #filelist tr td.filename a:focus {
  background-color: whitesmoke;
}
/* line 2407, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid #filelist tr td.filename a.name, .drive-list #tableform.view-grid #filelist tr td.filename a.name {
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer !important;
  display: flex;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 50px;
  padding: 0;
}
/* line 2419, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid #filelist tr td.filename a.name .nametext, .drive-list #tableform.view-grid #filelist tr td.filename a.name .nametext {
  display: flex;
  flex: 1;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 146px;
  padding-right: 0;
  text-align: right;
  line-height: 44px;
  padding-left: 14px;
}
/* line 2432, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid #filelist tr td.filename a.name .nametext .innernametext, .drive-list #tableform.view-grid #filelist tr td.filename a.name .nametext .innernametext {
  display: inline-block;
  max-width: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
/* line 2442, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid #filelist tr td.filename a.name .uploadtext, .drive-list #tableform.view-grid #filelist tr td.filename a.name .uploadtext {
  position: absolute;
  left: 55px;
  font-weight: normal;
  margin-left: 55px;
  margin-top: 5px;
  height: 20px;
  padding: 10px 0;
  font-size: 11px;
  opacity: 0.5;
}
/* line 2454, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid #filelist tr td.filename a.name .fileactions, .drive-list #tableform.view-grid #filelist tr td.filename a.name .fileactions {
  height: initial;
  margin-top: 146px;
  display: flex;
  align-items: center;
}
/* line 2461, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid #filelist tr td.filename a.name .fileactions .action, .drive-list #tableform.view-grid #filelist tr td.filename a.name .fileactions .action {
  display: flex;
  flex: 1;
  padding: 14px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
/* line 2478, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid #filelist tr td.filename a.name .fileactions .action.action-permission, .drive-list #tableform.view-grid #filelist tr td.filename a.name .fileactions .action.action-permission {
  color: #f77600 !important;
}
/* line 2481, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid #filelist tr td.filename a.name .fileactions .action.action-permission:hover, .drive-list #tableform.view-grid #filelist tr td.filename a.name .fileactions .action.action-permission:hover {
  color: #ffab5e !important;
}
/* line 2489, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid #filelist tr td.filename a.name .thumbnail-wrapper, .drive-list #tableform.view-grid #filelist tr td.filename a.name .thumbnail-wrapper {
  min-width: 0;
  max-width: none;
  position: absolute;
  width: 160px;
  height: 160px;
  padding: 14px;
  top: 0;
  left: 0;
}
/* line 2499, ../sass/theme/_drive.scss */
.folder-list #tableform.view-grid #filelist tr td.filename a.name .thumbnail-wrapper .thumbnail, .drive-list #tableform.view-grid #filelist tr td.filename a.name .thumbnail-wrapper .thumbnail {
  cursor: pointer;
  position: absolute;
  z-index: 4;
  display: block;
  width: calc(100% - 2 * 14px);
  height: calc(100% - 2 * 14px);
  background-size: contain;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 1, ../sass/theme/_timeline.scss */
.timeline > li {
  float: none;
}

/* line 5, ../sass/theme/_timeline.scss */
.timeline-inverted {
  float: right !important;
}

/* notifications */
/* line 2, ../sass/theme/_notifications.scss */
.list-group-item.list-group-item-action.notification {
  border-radius: 0 !important;
}

/* line 3, ../sass/theme/_notifications.scss */
.list-group-item.list-group-item-action.notification.unread {
  background-color: #f0f0f0 !important;
}

/* line 1, ../sass/theme/_admin.scss */
#admin-home {
  display: flex;
  padding: 0 5px;
  flex-wrap: wrap;
}
/* line 7, ../sass/theme/_admin.scss */
#admin-home .admin-link {
  display: flex;
  margin: 10px;
  width: 300px;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
/* line 17, ../sass/theme/_admin.scss */
#admin-home .admin-link span {
  margin-bottom: 10px;
  font-size: 50px;
  color: #00ccff !important;
}

/* line 1, ../sass/theme/_christmas.scss */
body.christmas {
  /*.pack_1 {
    background-image: url('../../../christmas/assets/img/pack_1.png') !important;
    background-size: contain !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
    height: 60px !important;
    width: 60px !important;

    .z-icon {
      font-size: 8px !important;
      margin: 0 !important;
      padding-top: 33px !important;
    }
  }

  .pack_2 {
    background-image: url('../../../christmas/assets/img/pack_2.png') !important;
    background-size: contain !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
    height: 60px !important;
    width: 60px !important;

    .z-icon {
      font-size: 8px !important;
      margin: 0 !important;
      padding-top: 33px !important;
    }
  }

  .pack_3 {
    background-image: url('../../../christmas/assets/img/pack_3.png') !important;
    background-size: contain !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
    height: 60px !important;
    width: 60px !important;

    .z-icon {
      font-size: 8px !important;
      margin: 0 !important;
      padding-top: 33px !important;
    }


  }*/
}
/* line 3, ../sass/theme/_christmas.scss */
body.christmas .aside-container.christmas #aside-btn-nav-footer {
  background: transparent !important;
}
/* line 15, ../sass/theme/_christmas.scss */
body.christmas #user-block .user-block-picture .user-block-status:after {
  content: "";
  width: 100px;
  height: 200px;
  background: transparent url("../../../christmas/assets/img/clous_mask.png") no-repeat;
  background-size: contain;
  top: -24px;
  left: -6px;
  position: absolute;
  display: inline-block;
  z-index: 99999;
}
/* line 37, ../sass/theme/_christmas.scss */
body.christmas .z-offsidebar .offside ul li:hover a {
  background-color: white !important;
}
