.site-navbar .navbar-header {
  color: #8db600;
  background-color: #fff;
  border-right: 2px solid #f9f9f9;
  border-bottom: 2px solid #8db600;
}
.site-navbar .navbar-header .navbar-toggle {
  color: #8db600;
}
.site-navbar .navbar-header .hamburger:before,
.site-navbar .navbar-header .hamburger:after,
.site-navbar .navbar-header .hamburger .hamburger-bar {
  background-color: #8db600;
}
.site-navbar .navbar-header .navbar-brand {
  font-family: "Lato", sans-serif;
  color: #7d8179;
  cursor: pointer;
}
html,
body {
  height: 100%;
}
.site-menubar {
  position: fixed;
  top: 66px;
  z-index: 1400;
  height: 100%;
  height: -webkit-calc(100% - 66px);
  height:         calc(100% - 66px);
  font-family: "Roboto", sans-serif;
  color: rgba(163, 175, 183, .9);
  background: #333;
}
.site-menubar-body {
  height: 100%;
  height: -webkit-calc(100% - 76px);
  height:         calc(100% - 76px);
}
.site-menubar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-menubar a {
  outline: none;
}
.site-menubar a:hover,
.site-menubar a:focus {
  text-decoration: none;
}
.site-menubar-section {
  padding: 0 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.site-menubar-section > h4,
.site-menubar-section > h5 {
  color: #b0b5ae;
}
.site-menubar-section .progress:last-child {
  margin-bottom: 0;
}
.site-menubar-footer {
  position: fixed;
  bottom: 0;
  z-index: 1400;
  display: block;
}
.site-menubar-footer > a {
  display: block;
  float: left;
  width: 33.33333333%;
  height: 76px;
  padding: 26px 0;
  font-size: 16px;
  color: #5a5d58;
  text-align: center;
  background-color: #242424;
}
.site-menubar-footer > a:hover,
.site-menubar-footer > a:focus {
  background-color: #1b1c1a;
}
.site-menu {
  padding-bottom: 20px;
  overflow-y: hidden;
  font-size: 14px;
}
.site-menu-item > a {
  white-space: nowrap;
  cursor: pointer;
}
.site-menu-icon {
  display: inline-block;
  width: 1em;
  text-align: center;
}
.site-menu-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.site-menu-arrow {
  position: relative;
  display: inline-block;
  font-family: 'Web Icons';
  font-style: normal;
  font-weight: normal;
  -webkit-transition: -webkit-transform .15s;
       -o-transition:      -o-transform .15s;
          transition:         transform .15s;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);

  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-menu-arrow:before {
  content: '\f17f';
}
.site-menu-arrow,
.site-menu-badge,
.site-menu-label {
  position: absolute;
  right: 30px;
  display: inline-block;
  vertical-align: middle;
}
.site-menu .badge,
.site-menu .label {
  padding: 2px 5px 3px;
  font-size: 12px;
  font-weight: 300;
}
.site-menu-item {
  position: relative;
  white-space: nowrap;
}
.site-menu-item a {
  display: block;
  color: rgba(181, 185, 178, .9);
}
.site-menu-item.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
      -ms-transform: translate(-30px, 0);
      -ms-transform: translate3d(-30px, 0, 0);
          transform: translate3d(-30px, 0, 0);
}
.site-menu-item.is-shown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate(0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.site-menu-item.is-shown:nth-child(1) {
  -webkit-transition-delay: .02s;
       -o-transition-delay: .02s;
          transition-delay: .02s;
}
.site-menu-item.is-shown:nth-child(2) {
  -webkit-transition-delay: .04s;
       -o-transition-delay: .04s;
          transition-delay: .04s;
}
.site-menu-item.is-shown:nth-child(3) {
  -webkit-transition-delay: .06s;
       -o-transition-delay: .06s;
          transition-delay: .06s;
}
.site-menu-item.is-shown:nth-child(4) {
  -webkit-transition-delay: .08s;
       -o-transition-delay: .08s;
          transition-delay: .08s;
}
.site-menu-item.is-shown:nth-child(5) {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}
.site-menu-item.is-shown:nth-child(6) {
  -webkit-transition-delay: .12s;
       -o-transition-delay: .12s;
          transition-delay: .12s;
}
.site-menu-item.is-shown:nth-child(7) {
  -webkit-transition-delay: .14s;
       -o-transition-delay: .14s;
          transition-delay: .14s;
}
.site-menu-item.is-shown:nth-child(8) {
  -webkit-transition-delay: .16s;
       -o-transition-delay: .16s;
          transition-delay: .16s;
}
.site-menu-item.is-shown:nth-child(9) {
  -webkit-transition-delay: .18s;
       -o-transition-delay: .18s;
          transition-delay: .18s;
}
.site-menu-item.is-shown:nth-child(10) {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}
.site-menu-item.is-shown:nth-child(11) {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}
.site-menu-item.is-shown:nth-child(12) {
  -webkit-transition-delay: .24s;
       -o-transition-delay: .24s;
          transition-delay: .24s;
}
.site-menu-item.is-shown:nth-child(13) {
  -webkit-transition-delay: .26s;
       -o-transition-delay: .26s;
          transition-delay: .26s;
}
.site-menu-item.is-shown:nth-child(14) {
  -webkit-transition-delay: .28s;
       -o-transition-delay: .28s;
          transition-delay: .28s;
}
.site-menu-item.is-shown:nth-child(15) {
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}
.site-menu-item.is-shown:nth-child(16) {
  -webkit-transition-delay: .32s;
       -o-transition-delay: .32s;
          transition-delay: .32s;
}
.site-menu-item.is-shown:nth-child(17) {
  -webkit-transition-delay: .34s;
       -o-transition-delay: .34s;
          transition-delay: .34s;
}
.site-menu-item.is-shown:nth-child(18) {
  -webkit-transition-delay: .36s;
       -o-transition-delay: .36s;
          transition-delay: .36s;
}
.site-menu-item.is-shown:nth-child(19) {
  -webkit-transition-delay: .38s;
       -o-transition-delay: .38s;
          transition-delay: .38s;
}
.site-menu-item.is-shown:nth-child(20) {
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}
.site-menu-item.is-shown:nth-child(21) {
  -webkit-transition-delay: .42s;
       -o-transition-delay: .42s;
          transition-delay: .42s;
}
.site-menu-item.is-shown:nth-child(22) {
  -webkit-transition-delay: .44s;
       -o-transition-delay: .44s;
          transition-delay: .44s;
}
.site-menu-item.is-shown:nth-child(23) {
  -webkit-transition-delay: .46s;
       -o-transition-delay: .46s;
          transition-delay: .46s;
}
.site-menu-item.is-shown:nth-child(24) {
  -webkit-transition-delay: .48s;
       -o-transition-delay: .48s;
          transition-delay: .48s;
}
.site-menu-item.is-shown:nth-child(25) {
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}
.site-menu-item.is-shown:nth-child(26) {
  -webkit-transition-delay: .52s;
       -o-transition-delay: .52s;
          transition-delay: .52s;
}
.site-menu-item.is-shown:nth-child(27) {
  -webkit-transition-delay: .54s;
       -o-transition-delay: .54s;
          transition-delay: .54s;
}
.site-menu-item.is-shown:nth-child(28) {
  -webkit-transition-delay: .56s;
       -o-transition-delay: .56s;
          transition-delay: .56s;
}
.site-menu-item.is-shown:nth-child(29) {
  -webkit-transition-delay: .58s;
       -o-transition-delay: .58s;
          transition-delay: .58s;
}
.site-menu-item.is-shown:nth-child(30) {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}
.site-menu > .site-menu-item {
  padding: 0;
}
.site-menu > .site-menu-item.open {
  background: #242424;
}
.site-menu > .site-menu-item.open > a {
  color: #b5b9b2;
  background: inherit;
}
.site-menu > .site-menu-item.open.hover > a {
  background: inherit;
}
.site-menu > .site-menu-item.hover > a,
.site-menu > .site-menu-item:hover > a {
  color: rgba(181, 185, 178, .9);
  background-color: rgba(255, 255, 255, .02);
}
.site-menu > .site-menu-item.active {
  background: #242424;
  border-top: 1px solid rgba(0, 0, 0, .04);
  border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.site-menu > .site-menu-item.active.hover > a {
  background: inherit;
}
.site-menu .site-menu-sub {
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
  background: transparent;
}
.site-menu .site-menu-sub .site-menu-item {
  line-height: 36px;
  color: rgba(163, 175, 183, .9);
  background: transparent;
}
.site-menu .site-menu-sub .site-menu-item.has-sub {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.site-menu .site-menu-sub .site-menu-item.has-sub.open {
  border-top-color: rgba(0, 0, 0, .03);
  border-bottom-color: rgba(0, 0, 0, .03);
}
.site-menu .site-menu-sub .site-menu-item > a {
  padding: 0 30px;
}
.site-menu .site-menu-sub .site-menu-item.open {
  background: rgba(0, 0, 0, .06);
}
.site-menu .site-menu-sub .site-menu-item.open > a {
  color: #fff;
}
.site-menu .site-menu-sub .site-menu-item.open.hover > a {
  background-color: transparent;
}
.site-menu .site-menu-sub .site-menu-item.hover > a,
.site-menu .site-menu-sub .site-menu-item:hover > a {
  color: rgba(181, 185, 178, .9);
  background-color: rgba(255, 255, 255, .02);
}
.site-menu .site-menu-sub .site-menu-item.active {
  background: rgba(0, 0, 0, .09);
}
.site-menu .site-menu-sub .site-menu-item.active > a {
  color: #b5b9b2;
}
.site-menu .site-menu-sub .site-menu-item.active.hover > a {
  background-color: transparent;
}
.site-gridmenu {
  position: fixed;
  top: 66px;
  z-index: 1500;
  height: 100%;
  padding: 20px 0;
  visibility: hidden;
  background-color: #263238;
  opacity: 0;
  -webkit-transition: opacity .5s ease 0s, visibility 0s ease .5s;
       -o-transition: opacity .5s ease 0s, visibility 0s ease .5s;
          transition: opacity .5s ease 0s, visibility 0s ease .5s;
}
.site-gridmenu-active > .site-gridmenu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .5s ease 0s;
       -o-transition: opacity .5s ease 0s;
          transition: opacity .5s ease 0s;
}
.site-gridmenu-active > .site-gridmenu ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.site-gridmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: .4;
  -webkit-transition: -webkit-transform .5s ease 0s, opacity .5s ease 0s;
       -o-transition:      -o-transform .5s ease 0s, opacity .5s ease 0s;
          transition:         transform .5s ease 0s, opacity .5s ease 0s;
  -webkit-transform: translateY(-25%) rotateX(35deg);
          transform: translateY(-25%) rotateX(35deg);
}
.site-gridmenu li {
  float: left;
  width: 50%;
  text-align: center;
}
.site-gridmenu li > a {
  display: block;
  padding: 30px 15px;
  color: #a3afb7;
}
.site-gridmenu li .icon {
  display: block;
  margin-bottom: 10px;
  font-size: 32px;
}
.site-gridmenu li:hover > a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .02);
}
.site-gridmenu-toggle:after {
  position: relative;
  top: -1px;
  right: -3px;
  display: inline-block;
  font-family: 'Web Icons';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  content: '\f183';
  opacity: 0;
  -webkit-transition: opacity .15s;
       -o-transition: opacity .15s;
          transition: opacity .15s;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);

  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-gridmenu-active .site-gridmenu-toggle:after {
  opacity: 1;
}
.site-sidebar {
  z-index: 1210;
}
.site-sidebar.slidePanel {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

.site-sidebar-content {
  height: 100%;
}

.site-sidebar-tab-content {
  height: 100%;
  height: -webkit-calc(100% - 90px);
  height:         calc(100% - 90px);
}
.site-sidebar-tab-content > .tab-pane {
  height: 100%;
  padding: 20px 30px;
}
.site-sidebar-tab-content > .tab-pane.scrollable {
  padding: 0;
}
.site-sidebar-tab-content > .tab-pane .scrollable-content {
  padding: 20px 30px;
}
.site-sidebar-tab-content > .tab-pane .list-group {
  margin-right: -30px;
  margin-left: -30px;
}
.site-sidebar-tab-content > .tab-pane .list-group > .list-group-item {
  padding-right: 30px;
  padding-left: 30px;
}
.site-sidebar .conversation {
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 1700;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}
.site-sidebar .conversation.active {
  right: 0;
}
.site-sidebar .conversation-header {
  border-bottom: 1px solid #e4eaec;
}
.site-sidebar .conversation-header > * {
  padding: 0 30px;
  margin: 0;
  line-height: 90px;
}
.site-sidebar .conversation-more,
.site-sidebar .conversation-return {
  color: rgba(55, 71, 79, .4);
  cursor: pointer;
}
.site-sidebar .conversation-more:hover,
.site-sidebar .conversation-return:hover,
.site-sidebar .conversation-more:focus,
.site-sidebar .conversation-return:focus {
  color: rgba(55, 71, 79, .6);
}
.site-sidebar .conversation-more:active,
.site-sidebar .conversation-return:active {
  color: #333;
}
.site-sidebar .conversation-title {
  position: relative;
  top: 1px;
  z-index: -1;
  color: #333;
  text-align: center;
}
.site-sidebar .conversation-content {
  padding: 30px 15px;
}
@media (max-width: 767px) {
  .site-navbar-collapse-show .slidePanel.slidePanel-right,
  .site-navbar-collapse-show .slidePanel.slidePanel-left {
    height: -webkit-calc(100% - 135px);
    height:         calc(100% - 135px);
    margin-top: 135px;
  }
}

.site-action {
  position: fixed;
  right: 32px;
  bottom: 55px;
  z-index: 1290;
}
.site-action input {
  display: none;
}
.site-action .btn {
  -webkit-box-shadow: 0 10px 10px 0 rgba(60, 60, 60, .1);
          box-shadow: 0 10px 10px 0 rgba(60, 60, 60, .1);
}
.site-action .back-icon {
  display: none;
}
.site-action-buttons {
  position: absolute;
  top: -130px;
  left: 0;
  display: none;
  width: 100%;
  text-align: center;
}
.site-action-buttons .btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.site-action-toggle .back-icon {
  display: block;
}
.site-action-toggle .front-icon {
  display: none;
}
.site-action-toggle .site-action-buttons {
  display: block;
}
@media (max-width: 480px) {
  .site-action-buttons {
    top: -100px;
  }
  .site-action .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 15px;
    -webkit-box-shadow: 0 6px 6px 0 rgba(60, 60, 60, .1);
            box-shadow: 0 6px 6px 0 rgba(60, 60, 60, .1);
  }
}
.page {
  position: relative;
  min-height: -webkit-calc(100% - 44px);
  min-height:         calc(100% - 44px);
  background: #f9f9f9;
}
.page-nav-tabs {
  padding: 0 30px;
}
.page-content {
  padding: 20px 30px;
}
.page-content-actions {
  padding: 0 30px 20px;
}
.page-content-actions .dropdown {
  display: inline-block;
}
.page-content-actions:before,
.page-content-actions:after {
  display: table;
  content: " ";
}
.page-content-actions:after {
  clear: both;
}
.page-content-table {
  max-width: 100%;
  padding: 0;
  overflow-x: auto;
}
.page-content-table .table > thead > tr > th,
.page-content-table .table > tbody > tr > th,
.page-content-table .table > thead > tr > td,
.page-content-table .table > tbody > tr > td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-content-table .table > thead > tr > th:first-child,
.page-content-table .table > tbody > tr > th:first-child,
.page-content-table .table > thead > tr > td:first-child,
.page-content-table .table > tbody > tr > td:first-child {
  padding-left: 30px;
}
.page-content-table .table > thead > tr > th:last-child,
.page-content-table .table > tbody > tr > th:last-child,
.page-content-table .table > thead > tr > td:last-child,
.page-content-table .table > tbody > tr > td:last-child {
  padding-right: 30px;
}
.page-content-table .table > tbody > tr:hover > td {
  background-color: #f3f7f9;
}
.page-content-table .table > tbody > tr > td {
  cursor: pointer;
}
.page-content-table .table > tbody > tr:last-child td {
  border-bottom: 1px solid #e4eaec;
}
.page-content-table .table.is-indent > thead > tr > th.pre-cell,
.page-content-table .table.is-indent > tbody > tr > th.pre-cell,
.page-content-table .table.is-indent > thead > tr > td.pre-cell,
.page-content-table .table.is-indent > tbody > tr > td.pre-cell,
.page-content-table .table.is-indent > thead > tr > th.suf-cell,
.page-content-table .table.is-indent > tbody > tr > th.suf-cell,
.page-content-table .table.is-indent > thead > tr > td.suf-cell,
.page-content-table .table.is-indent > tbody > tr > td.suf-cell {
  width: 30px;
  padding: 0;
  border-top: none;
  border-bottom: none;
}
.page-content-table .table.is-indent > tbody > tr:first-child td {
  border-top: none;
}
.page-content-table .table.is-indent > tbody > tr:last-child td.pre-cell,
.page-content-table .table.is-indent > tbody > tr:last-child td.suf-cell {
  border-bottom: none;
}
.page-content-table .table.is-indent > tfoot > tr > td {
  border-top: none;
}
.page-content-table .pagination {
  margin-right: 30px;
  margin-left: 30px;
}
.page-copyright {
  margin-top: 60px;
  font-size: 12px;
  color: #333;
  letter-spacing: 1px;
}
.page-copyright .social a {
  margin: 0 10px;
  text-decoration: none;
}
.page-copyright .social .icon {
  font-size: 16px;
  color: rgba(55, 71, 79, .6);
}
.page-copyright .social .icon:hover,
.page-copyright .social .icon:focus {
  color: rgba(55, 71, 79, .8);
}
.page-copyright .social .icon.active,
.page-copyright .social .icon:active {
  color: #333;
}
.page-header + .page-content {
  padding-top: 0;
}
.page-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}
.page-title > .icon {
  margin-right: .3em;
}
.page-description {
  color: #a3afb7;
}
.page-header {
  position: relative;
  padding: 30px 30px;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
  border-bottom: none;
}
.page-header-actions {
  position: absolute;
  top: 50%;
  right: 30px;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-header-actions .btn-icon {
  margin-left: 6px;
}
.page-header-actions > * {
  margin-bottom: 0;
}
.page-header .breadcrumb {
  padding: 0;
  margin: 0;
}
.page-header-bordered {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-bottom: 1px solid #e4eaec;
}
.page-aside {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  background: #fff;
  border-right: 1px solid #e4eaec;
  -webkit-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
}
.page-aside + .page-main {
  margin-left: 260px;
}
.page-aside-fixed {
  position: fixed;
}
.page-aside-section {
  position: relative;
}
.page-aside-section:first-child {
  padding-top: 22px;
}
.page-aside-section:last-child {
  margin-bottom: 22px;
}
.page-aside-section:after {
  position: relative;
  display: block;
  margin: 22px;
  content: '';
  border-bottom: 1px solid #e4eaec;
}
.page-aside-section:last-child:after {
  display: none;
}
.page-aside-switch {
  position: absolute;
  top: -webkit-calc(50% - 25px);
  top:         calc(50% - 25px);
  left: -webkit-calc(100% - 1px);
  left:         calc(100% - 1px);
  display: none;
  padding: 15px 8px 15px 4px;
  line-height: 1;
  cursor: pointer;
  background-color: white;
  border-radius: 0 100px 100px 0;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
          box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
}
.page-aside-title {
  padding: 10px 30px;
  margin: 20px 0 10px;
  overflow: hidden;
  font-weight: 500;
  color: #526069;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
.page-aside .list-group {
  margin-bottom: 22px;
}
.page-aside .list-group-item {
  padding: 13px 30px;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
}
.page-aside .list-group-item .icon {
  color: #a3afb7;
}
.page-aside .list-group-item .item-right {
  float: right;
}
.page-aside .list-group-item:hover,
.page-aside .list-group-item:focus {
  color: #8db600;
  background-color: #f3f7f9;
  border: none;
}
.page-aside .list-group-item:hover > .icon,
.page-aside .list-group-item:focus > .icon {
  color: #8db600;
}
.page-aside .list-group-item.active {
  color: #8db600;
  background-color: transparent;
}
.page-aside .list-group-item.active > .icon {
  color: #8db600;
}
.page-aside .list-group-item.active:hover,
.page-aside .list-group-item.active:focus {
  color: #8db600;
  background-color: #f3f7f9;
  border: none;
}
.page-aside .list-group-item.active:hover > .icon,
.page-aside .list-group-item.active:focus > .icon {
  color: #8db600;
}
.page-aside .list-group.has-actions .list-group-item .item-actions {
  position: absolute;
  top: 6px;
  right: 20px;
  display: none;
}
.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon {
  padding-right: 2px;
  padding-left: 2px;
  background-color: transparent;
}
.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon:hover .icon {
  color: #8db600;
}
.page-aside .list-group.has-actions .list-group-item .item-actions .icon {
  margin: 0;
}
.page-aside .list-group.has-actions .list-group-item:hover .item-right {
  display: none;
}
.page-aside .list-group.has-actions .list-group-item:hover .item-actions {
  display: block;
}
.page-aside .list-group.has-actions .list-group-item:hover .item-actions .icon {
  color: #b0b5ae;
}
@media (max-width: 1199px) {
  .page-aside {
    width: 220px;
  }
  .page-aside + .page-main {
    margin-left: 220px;
  }
}
@media (max-width: 767px) {
  .page-aside {
    position: fixed;
    z-index: 1100;
    width: 0;
    height: -webkit-calc(100% - 66px);
    height:         calc(100% - 66px);
    margin-top: 66px;
    border-color: transparent;
  }
  .page-aside .page-aside-inner {
    height: 100%;
    overflow: auto;
    background-color: white;
    border-right: 1px solid #e4eaec;
    opacity: 0;
  }
  .page-aside.open {
    width: 260px;
  }
  .page-aside.open .page-aside-inner {
    opacity: 1;
  }
  .page-aside.open .page-aside-switch .wb-chevron-right {
    display: none;
  }
  .page-aside.open .page-aside-switch .wb-chevron-left {
    display: inline;
  }
  .page-aside + .page-main {
    margin-left: 0;
  }
  .page-aside-switch {
    display: block;
  }
  .page-aside-switch .wb-chevron-left {
    display: none;
  }
  .site-navbar-collapse-show .page-aside {
    height: -webkit-calc(100% - 132px);
    height:         calc(100% - 132px);
    margin-top: 132px;
  }
}
.site-footer {
  height: 44px;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, .0);
  border-top: 1px solid #e4eaec;
}
.site-footer:before,
.site-footer:after {
  display: table;
  content: " ";
}
.site-footer:after {
  clear: both;
}
.site-footer-actions {
  float: right;
}
.site-footer-right {
  float: right;
}
.site-footer .scroll-to-top {
  color: #b0b5ae;
}
.site-footer .scroll-to-top,
.site-footer .scroll-to-top:hover,
.site-footer .scroll-to-top:active {
  text-decoration: none;
}

.layout-full .page {
  height: 100%;
  padding: 0;
  margin: 0 !important;
  background-color: transparent;
}
.layout-full > .loader {
  margin-left: 0 !important;
}
@media (min-width: 1200px) {

  .layout-boxed,
  .layout-boxed .site-navbar {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
  }
}

.site-print {
  padding-top: 0;
}
.site-print .site-navbar,
.site-print .site-menubar,
.site-print .site-gridmenu,
.site-print .site-footer {
  display: none;
}
.site-print .page {
  margin: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .before-run .page,
  .before-run .site-footer {
    margin-left: 90px;
  }
  .before-run .site-navbar .navbar-brand {
    float: none;
    text-align: center;
  }
  .before-run .site-navbar .navbar-brand-text {
    display: none;
  }
  .before-run .site-menu {
    overflow: visible;
  }
  .before-run .site-menu-category {
    height: 2px;
    margin: 0;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background: #242f35;
  }
  .before-run .site-menu-category:first-child {
    visibility: hidden;
  }
  .before-run .site-menu > .site-menu-item {
    font-size: 14px;
  }
  .before-run .site-menu > .site-menu-item > a {
    height: 60px;
    line-height: 60px;
  }
  .before-run .site-menu > .site-menu-item > a .site-menu-title,
  .before-run .site-menu > .site-menu-item > a .site-menu-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    text-align: center;
    -webkit-transition: visibility .25s, opacity .25s;
         -o-transition: visibility .25s, opacity .25s;
            transition: visibility .25s, opacity .25s;
  }
  .before-run .site-menu > .site-menu-item > a .site-menu-arrow {
    visibility: hidden;
    -webkit-transition: visibility 0;
         -o-transition: visibility 0;
            transition: visibility 0;
  }
  .before-run .site-menu > .site-menu-item > a .site-menu-title {
    visibility: hidden;
    opacity: 0;
  }
  .before-run .site-menu > .site-menu-item > a .site-menu-icon {
    margin-right: 0;
    font-size: 24px;
    visibility: visible;
    opacity: 1;
  }
  .before-run .site-menu > .site-menu-item > a .site-menu-badge {
    top: -15px;
    left: 50px;
  }
  .before-run .site-menu > .site-menu-item > a .site-menu-label {
    display: none;
  }
  .before-run .site-menu > .site-menu-item.active {
    border-top: none;
    border-bottom: none;
  }
  .before-run .site-menu > .site-menu-item.hover > a .site-menu-icon,
  .before-run .d6d6d6 .site-menu-icon,
  .before-run .site-menu > .site-menu-item.open > a .site-menu-icon {
    visibility: hidden;
    opacity: 0;
  }
  .before-run .site-menu > .site-menu-item.hover > a .site-menu-title,
  .before-run .d6d6d6 .site-menu-title,
  .before-run .site-menu > .site-menu-item.open > a .site-menu-title {
    visibility: visible;
    opacity: 1;
  }
  .before-run .site-menu > .site-menu-item.hover > a .site-menu-badge,
  .before-run .d6d6d6 .site-menu-badge,
  .before-run .site-menu > .site-menu-item.open > a .site-menu-badge {
    display: none;
  }
  .before-run .site-menu .site-menu-sub .site-menu-sub {
    display: none;
  }
  .before-run .site-menu .site-menu-sub .site-menu-item.open > a .site-menu-arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .before-run .site-menu .site-menu-sub .site-menu-item.open > .site-menu-sub {
    display: block;
  }
  .before-run .site-menu .site-menu-sub .site-menu-item:not(.open) > a .site-menu-arrow {
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .before-run .site-menu .site-menu-sub .site-menu-item:not(.open) > .site-menu-sub {
    display: none;
  }
  .before-run .site-menu > .site-menu-item > .site-menu-sub {
    position: absolute;
    top: 0;
    left: 90px;
    width: 240px;
    visibility: hidden;
    background: #242f35;
    opacity: 0;
    -webkit-transition: visibility .25s, opacity .25s;
         -o-transition: visibility .25s, opacity .25s;
            transition: visibility .25s, opacity .25s;
  }
  .before-run .site-menu > .site-menu-item > .site-menu-sub-up {
    top: auto;
    bottom: 0;
  }
  .before-run .site-menu > .site-menu-item > .site-menu-sub .site-menu-item > a {
    padding: 0 20px;
  }
  .before-run .site-menu > .site-menu-item.hover > .site-menu-sub {
    visibility: visible;
    opacity: 1;
  }
  .before-run .site-menubar {
    width: 90px;
  }
  .before-run .site-menubar-section {
    padding: 30px;
    margin-top: 0;
    border-top: 2px solid #242f35;
    border-bottom: 2px solid #242f35;
  }
  .before-run .site-menubar-section > h4,
  .before-run .site-menubar-section > h5 {
    display: none;
  }
  .before-run .site-gridmenu {
    width: 90px;
  }
  .before-run .site-gridmenu li {
    float: none;
    width: 100%;
  }
  .before-run .site-gridmenu li > a {
    padding: 15px 0;
  }
  .before-run .site-gridmenu-toggle:after {
    display: none;
  }
  .before-run .site-menubar-footer {
    width: 90px;
  }
  .before-run .site-menubar-footer > a {
    display: none;
  }
  .before-run .site-menubar-footer > a.fold-show {
    display: block;
    float: none;
    width: 100%;
  }
  .before-run .site-menu > .site-menu-item:hover > a .site-menu-icon {
    visibility: hidden;
    opacity: 0;
  }
  .before-run .site-menu > .site-menu-item:hover > a .site-menu-title {
    visibility: visible;
    opacity: 1;
  }
  .before-run .site-menu > .site-menu-item:hover > a .site-menu-badge {
    display: none;
  }
  .before-run .site-menu-item:hover > .site-menu-sub {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .before-run .site-navbar .navbar-header {
    width: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .before-run .site-navbar .navbar-container {
    margin-left: 90px;
  }
}
.after-run .site-menubar-fold .page,
.after-run .site-menubar-fold .site-footer {
  margin-left: 90px;
}
@media (min-width: 768px) {
  .after-run .site-menubar-fold .site-navbar .navbar-header {
    width: 90px;
  }
}
@media (min-width: 768px) {
  .after-run .site-menubar-fold .site-navbar .navbar-container {
    margin-left: 90px;
  }
}
.after-run .site-menubar-fold .site-navbar .navbar-brand {
  float: none;
  text-align: center;
}
.after-run .site-menubar-fold .site-navbar .navbar-brand-text {
  display: none;
}
.after-run .site-menubar-fold .site-menu {
  overflow: visible;
}
.after-run .site-menubar-fold .site-menu-category {
  height: 2px;
  margin: 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background: #242424;
}
.after-run .site-menubar-fold .site-menu-category:first-child {
  visibility: hidden;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item {
  font-size: 14px;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > a {
  height: 60px;
  line-height: 60px;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > a .site-menu-title,
.after-run .site-menubar-fold .site-menu > .site-menu-item > a .site-menu-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  text-align: center;
  -webkit-transition: visibility .25s, opacity .25s;
       -o-transition: visibility .25s, opacity .25s;
          transition: visibility .25s, opacity .25s;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > a .site-menu-arrow {
  visibility: hidden;
  -webkit-transition: visibility 0;
       -o-transition: visibility 0;
          transition: visibility 0;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > a .site-menu-title {
  visibility: hidden;
  opacity: 0;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > a .site-menu-icon {
  margin-right: 0;
  font-size: 24px;
  visibility: visible;
  opacity: 1;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > a .site-menu-badge {
  top: -15px;
  left: 50px;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > a .site-menu-label {
  display: none;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item.active {
  border-top: none;
  border-bottom: none;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item.hover > a .site-menu-icon,
.after-run .site-menubar-fold .d6d6d6 .site-menu-icon,
.after-run .site-menubar-fold .site-menu > .site-menu-item.open > a .site-menu-icon {
  visibility: hidden;
  opacity: 0;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item.hover > a .site-menu-title,
.after-run .site-menubar-fold .d6d6d6 .site-menu-title,
.after-run .site-menubar-fold .site-menu > .site-menu-item.open > a .site-menu-title {
  visibility: visible;
  opacity: 1;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item.hover > a .site-menu-badge,
.after-run .site-menubar-fold .d6d6d6 .site-menu-badge,
.after-run .site-menubar-fold .site-menu > .site-menu-item.open > a .site-menu-badge {
  display: none;
}
.after-run .site-menubar-fold .site-menu .site-menu-sub .site-menu-sub {
  display: none;
}
.after-run .site-menubar-fold .site-menu .site-menu-sub .site-menu-item.open > a .site-menu-arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.after-run .site-menubar-fold .site-menu .site-menu-sub .site-menu-item.open > .site-menu-sub {
  display: block;
}
.after-run .site-menubar-fold .site-menu .site-menu-sub .site-menu-item:not(.open) > a .site-menu-arrow {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.after-run .site-menubar-fold .site-menu .site-menu-sub .site-menu-item:not(.open) > .site-menu-sub {
  display: none;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub {
  position: absolute;
  top: 0;
  left: 90px;
  width: 240px;
  visibility: hidden;
  background: #373737;
  opacity: 0;
  -webkit-transition: visibility .25s, opacity .25s;
       -o-transition: visibility .25s, opacity .25s;
          transition: visibility .25s, opacity .25s;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub-up {
  top: auto;
  bottom: 0;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub .site-menu-item > a {
  padding: 0 20px;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item.hover > .site-menu-sub {
  visibility: visible;
  opacity: 1;
}
.after-run .site-menubar-fold .site-menubar {
  width: 90px;
}
.after-run .site-menubar-fold .site-menubar-section {
  padding: 30px;
  margin-top: 0;
  border-top: 2px solid #242424;
  border-bottom: 2px solid #242424;
}
.after-run .site-menubar-fold .site-menubar-section > h4,
.after-run .site-menubar-fold .site-menubar-section > h5 {
  display: none;
}
.after-run .site-menubar-fold .site-gridmenu {
  width: 90px;
}
.after-run .site-menubar-fold .site-gridmenu li {
  float: none;
  width: 100%;
}
.after-run .site-menubar-fold .site-gridmenu li > a {
  padding: 15px 0;
}
.after-run .site-menubar-fold .site-gridmenu-toggle:after {
  display: none;
}
.after-run .site-menubar-fold .site-menubar-footer {
  width: 90px;
}
.after-run .site-menubar-fold .site-menubar-footer > a {
  display: none;
}
.after-run .site-menubar-fold .site-menubar-footer > a.fold-show {
  display: block;
  float: none;
  width: 100%;
}
.after-run .site-menubar-fold.site-menubar-changing .site-menu > .site-menu-item > .site-menu-sub {
  display: none;
}
@media screen and (max-width: 767px), screen and (min-width: 1200px) {
  .before-run .site-menu-category {
    padding: 0 24px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 46px;
    color: #b0b5ae;
    text-transform: uppercase;
    -webkit-transition: all .25s, font .1s .15s, color .1s .15s;
         -o-transition: all .25s, font .1s .15s, color .1s .15s;
            transition: all .25s, font .1s .15s, color .1s .15s;
  }
  .before-run .site-menu > .site-menu-item > a .site-menu-title {
    font-size: 16px;
  }
  .before-run .site-menu-icon {
    margin-right: 16px;
  }
  .before-run .site-menu .site-menu-sub {
    display: none;
  }
  .before-run .site-menu-item {
    line-height: 36px;
    -webkit-transition: -webkit-transform .1s, all .25s;
         -o-transition:      -o-transform .1s, all .25s;
            transition:         transform .1s, all .25s;
  }
  .before-run .site-menu-item.open > a .site-menu-arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .before-run .site-menu-item.open > .site-menu-sub {
    display: block;
  }
  .before-run .site-menu-item:not(.open) > a .site-menu-arrow {
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .before-run .site-menu-item:not(.open) > .site-menu-sub {
    display: none;
  }
  .before-run .site-menu > .site-menu-item > a {
    padding: 0 30px;
    line-height: 46px;
  }
  .before-run .site-menu > .site-menu-item .site-menu-title {
    display: inline-block;
    max-width: 140px;
  }
  .before-run .site-menubar {
    width: 260px;
  }
  .before-run .site-gridmenu {
    width: 260px;
  }
  .before-run .site-menubar-footer {
    width: 260px;
  }
  .before-run [data-toggle="menubar"] .hamburger-arrow-left {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .before-run [data-toggle="menubar"] .hamburger-arrow-left:before {
    width: .6em;
    -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
            transform: translate3d(.45em, .1em, 0) rotate(45deg);
  }
  .before-run [data-toggle="menubar"] .hamburger-arrow-left .hamburger-bar {
    border-radius: .2em;
  }
  .before-run [data-toggle="menubar"] .hamburger-arrow-left:after {
    width: .6em;
    -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
            transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
  }
  .before-run .site-menu-item:hover > .site-menu-sub {
    display: block;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px), screen and (min-width: 1200px) and (min-width: 768px) {
  .before-run .site-navbar .navbar-header {
    width: 260px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px), screen and (min-width: 1200px) and (min-width: 768px) {
  .before-run .site-navbar .navbar-container {
    margin-left: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .before-run .page,
  .before-run .site-footer {
    margin-left: 260px;
  }
}
.after-run .site-menubar-unfold .page,
.after-run .site-menubar-unfold .site-footer {
  margin-left: 260px;
}
@media (min-width: 768px) {
  .after-run .site-menubar-unfold .site-navbar .navbar-header {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .after-run .site-menubar-unfold .site-navbar .navbar-container {
    margin-left: 260px;
  }
}
.after-run .site-menubar-unfold .site-menu-category {
  padding: 0 24px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 46px;
  color: #929a90;
  text-transform: uppercase;
  -webkit-transition: all .25s, font .1s .15s, color .1s .15s;
       -o-transition: all .25s, font .1s .15s, color .1s .15s;
          transition: all .25s, font .1s .15s, color .1s .15s;
}
.after-run .site-menubar-unfold .site-menu > .site-menu-item > a .site-menu-title {
  font-size: 16px;
}
.after-run .site-menubar-unfold .site-menu-icon {
  margin-right: 16px;
}
.after-run .site-menubar-unfold .site-menu .site-menu-sub {
  display: none;
}
.after-run .site-menubar-unfold .site-menu-item {
  line-height: 36px;
  -webkit-transition: -webkit-transform .1s, all .25s;
       -o-transition:      -o-transform .1s, all .25s;
          transition:         transform .1s, all .25s;
}
.after-run .site-menubar-unfold .site-menu-item.open > a .site-menu-arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.after-run .site-menubar-unfold .site-menu-item.open > .site-menu-sub {
  display: block;
}
.after-run .site-menubar-unfold .site-menu-item:not(.open) > a .site-menu-arrow {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.after-run .site-menubar-unfold .site-menu-item:not(.open) > .site-menu-sub {
  display: none;
}
.after-run .site-menubar-unfold .site-menu > .site-menu-item > a {
  padding: 0 30px;
  line-height: 46px;
}
.after-run .site-menubar-unfold .site-menu > .site-menu-item .site-menu-title {
  display: inline-block;
  max-width: 160px;
}
.after-run .site-menubar-unfold .site-menubar {
  width: 260px;
}
.after-run .site-menubar-unfold .site-gridmenu {
  width: 260px;
}
.after-run .site-menubar-unfold .site-menubar-footer {
  width: 260px;
}
.after-run .site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.after-run .site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left:before {
  width: .6em;
  -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
          transform: translate3d(.45em, .1em, 0) rotate(45deg);
}
.after-run .site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left .hamburger-bar {
  border-radius: .2em;
}
.after-run .site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left:after {
  width: .6em;
  -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
          transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}
@media (max-width: 767px) {
  .after-run .site-menubar-unfold .page,
  .after-run .site-menubar-unfold .site-footer {
    margin-left: auto;
  }
  .after-run .site-menubar-open .page,
  .after-run .site-menubar-open .site-footer {
    -webkit-transform: translate3d(260px, 0, 0);
        -ms-transform: translate(260px, 0);
        -ms-transform: translate3d(260px, 0, 0);
            transform: translate3d(260px, 0, 0);
  }
  .after-run .site-menubar-changing .page,
  .after-run .site-menubar-changing .site-footer {
    -webkit-transition: -webkit-transform .25s;
         -o-transition:      -o-transform .25s;
            transition:         transform .25s;
  }
  .after-run .site-gridmenu {
    width: 100% !important;
    background: rgba(38, 50, 56, .9);
  }
  .site-menubar-hide .site-menubar,
  .site-menubar-open .site-menubar {
    -webkit-transition: -webkit-transform .25s, top .35s, height .35s;
         -o-transition:      -o-transform .25s, top .35s, height .35s;
            transition:         transform .25s, top .35s, height .35s;
  }
  .site-menubar-open .site-menubar {
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .site-navbar-collapsing {
    -webkit-transition: padding-top .35s;
         -o-transition: padding-top .35s;
            transition: padding-top .35s;
  }
  body.site-navbar-collapse-show {
    /*padding-top: 132px;*/
  }
}
@media (max-width: 767px) {
  .site-navbar .brand {
    display: none;
  }
  .site-navbar .brand-mobile {
    display: block;
  }
  .site-menubar {
    top: 66px;
    height: -webkit-calc(100% - 66px);
    height:         calc(100% - 66px);
    -webkit-transform: translate3d(-260px, 0, 0);
        -ms-transform: translate(-260px, 0);
        -ms-transform: translate3d(-260px, 0, 0);
            transform: translate3d(-260px, 0, 0);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .site-navbar-collapse-show .site-menubar {
    top: 132px;
    height: -webkit-calc(100% - 132px);
    height:         calc(100% - 132px);
  }
  .site-menubar-footer {
    visibility: hidden;
  }
  .site-menubar-open .site-menubar-footer {
    visibility: visible;
  }
  body.site-menubar-open {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .site-menubar-flipped .navbar-header {
    float: right;
  }
}
.site-menubar-flipped .site-menubar,
.site-menubar-flipped .site-menubar-footer {
  right: 0;
  left: auto;
}
.site-menubar-flipped .site-gridmenu {
  right: 0;
  left: auto;
}
.site-menubar-flipped .hamburger-arrow-left.collapsed:before,
.site-menubar-flipped .hamburger-arrow-left.unfolded:before {
  -webkit-transform: translateX(-.1em) translateY(.1em) rotate(135deg);
      -ms-transform: translateX(-.1em) translateY(.1em) rotate(135deg);
       -o-transform: translateX(-.1em) translateY(.1em) rotate(135deg);
          transform: translateX(-.1em) translateY(.1em) rotate(135deg);
}
.site-menubar-flipped .hamburger-arrow-left.collapsed:after,
.site-menubar-flipped .hamburger-arrow-left.unfolded:after {
  -webkit-transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
      -ms-transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
       -o-transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
          transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
}
@media screen and (max-width: 767px) and (min-width: 768px), screen and (min-width: 1200px) and (min-width: 768px) {
  .before-run .site-menubar-flipped .site-navbar .navbar-container {
    margin-right: 260px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .before-run .site-menubar-flipped .page,
  .before-run .site-menubar-flipped .site-footer {
    margin-right: 260px;
    margin-left: 0;
  }
}
.after-run .site-menubar-unfold.site-menubar-flipped .page,
.after-run .site-menubar-unfold.site-menubar-flipped .site-footer {
  margin-right: 260px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .after-run .site-menubar-unfold.site-menubar-flipped .site-navbar .navbar-container {
    margin-right: 260px;
    margin-left: 0;
  }
  body {
    padding-top: 66px;
  }
}
@media (max-width: 767px) {
  .after-run .site-menubar-flipped.site-menubar-unfold .page,
  .after-run .site-menubar-flipped.site-menubar-unfold .site-footer {
    margin-right: auto;
    margin-left: 0;
  }
  .after-run .site-menubar-flipped.site-menubar-open .page,
  .after-run .site-menubar-flipped.site-menubar-open .site-footer {
    -webkit-transform: translate3d(-260px, 0, 0);
        -ms-transform: translate(-260px, 0);
        -ms-transform: translate3d(-260px, 0, 0);
            transform: translate3d(-260px, 0, 0);
  }
  .after-run .site-menubar-flipped.site-menubar-open .site-menubar {
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .before-run .site-menubar-flipped .page,
  .before-run .site-menubar-flipped .site-footer {
    margin-right: 90px;
    margin-left: 0;
  }
  .before-run .site-menubar-flipped .site-menu > .site-menu-item > .site-menu-sub {
    right: 90px;
    left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .before-run .site-menubar-flipped .site-navbar .navbar-container {
    margin-right: 90px;
    margin-left: 0;
  }
}
.after-run .site-menubar-fold.site-menubar-flipped .page,
.after-run .site-menubar-fold.site-menubar-flipped .site-footer {
  margin-right: 90px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .after-run .site-menubar-fold.site-menubar-flipped .site-navbar .navbar-container {
    margin-right: 90px;
    margin-left: 0;
  }
}
.after-run .site-menubar-fold.site-menubar-flipped .site-menu > .site-menu-item > .site-menu-sub {
  right: 90px;
  left: auto;
}
@media (max-width: 767px) {
  .site-menubar-flipped .site-menubar {
    -webkit-transform: translate3d(260px, 0, 0);
        -ms-transform: translate(260px, 0);
        -ms-transform: translate3d(260px, 0, 0);
            transform: translate3d(260px, 0, 0);
  }
}
.radio-custom,
.checkbox-custom {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio-custom label,
.checkbox-custom label {
  min-height: 22px;
  margin-bottom: 0;
  font-weight: 300;
  cursor: pointer;
}
.radio-custom input[type="radio"],
.checkbox-custom input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio-custom.disabled label,
.checkbox-custom.disabled label,
fieldset[disabled] .radio-custom label,
fieldset[disabled] .checkbox-custom label {
  cursor: not-allowed;
}
.input-group-addon .radio-custom,
.input-group-addon .checkbox-custom {
  margin: 0;
}
.checkbox-custom {
  padding-left: 20px;
}
.checkbox-custom label {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
.checkbox-custom label:empty {
  padding-left: 0;
}
.checkbox-custom label::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  content: "";
  background-color: #fff;
  border: 1px solid #e4eaec;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out 0s;
       -o-transition: all .3s ease-in-out 0s;
          transition: all .3s ease-in-out 0s;
}
.checkbox-custom label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  margin-left: -20px;
  font-size: 12px;
  line-height: 20px;
  color: #b0b5ae;
  text-align: center;
}
.checkbox-custom input[type="checkbox"],
.checkbox-custom input[type="radio"] {
  z-index: 1;
  opacity: 0;
}
.checkbox-custom input[type="checkbox"]:focus + label::before,
.checkbox-custom input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox-custom input[type="checkbox"]:checked + label::before,
.checkbox-custom input[type="radio"]:checked + label::before {
  border-color: #e4eaec;
  border-width: 10px;
  -webkit-transition: all 300ms ease-in-out 0s;
       -o-transition: all 300ms ease-in-out 0s;
          transition: all 300ms ease-in-out 0s;
}
.checkbox-custom input[type="checkbox"]:checked + label::after,
.checkbox-custom input[type="radio"]:checked + label::after {
  font-family: "Web Icons";
  content: "\f192";
}
.checkbox-custom input[type="checkbox"]:disabled + label,
.checkbox-custom input[type="radio"]:disabled + label {
  opacity: .65;
}
.checkbox-custom input[type="checkbox"]:disabled + label::before,
.checkbox-custom input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
  background-color: #f3f7f9;
  border-color: #e4eaec;
  border-width: 1px;
}
.checkbox-custom.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox-custom.checkbox-inline {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.checkbox-inline + .checkbox-inline {
  margin-left: 20px;
}
.checkbox-default input[type="checkbox"]:checked + label::before,
.checkbox-default input[type="radio"]:checked + label::before {
  background-color: #fff;
  border-color: #e4eaec;
  border-width: 1px;
}
.checkbox-default input[type="checkbox"]:checked + label::after,
.checkbox-default input[type="radio"]:checked + label::after {
  color: #8db600;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #8db600;
  border-color: #8db600;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #f96868;
  border-color: #f96868;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #57c7d4;
  border-color: #57c7d4;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f2a654;
  border-color: #f2a654;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #46be8a;
  border-color: #46be8a;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-sm {
  padding-left: 18px;
}
.checkbox-sm label {
  padding-left: 8px;
}
.checkbox-sm label:empty {
  padding-left: 0;
}
.checkbox-sm label::before,
.checkbox-sm label::after {
  width: 18px;
  height: 18px;
  margin-left: -18px;
}
.checkbox-sm label::after {
  font-size: 10px;
  line-height: 18px;
}
.checkbox-sm input[type="checkbox"]:checked + label::before,
.checkbox-sm input[type="radio"]:checked + label::before {
  border-width: 9px;
}
.checkbox-lg {
  padding-left: 24px;
}
.checkbox-lg label {
  padding-left: 12px;
}
.checkbox-lg label:empty {
  padding-left: 0;
}
.checkbox-lg label::before,
.checkbox-lg label::after {
  width: 24px;
  height: 24px;
  margin-left: -24px;
}
.checkbox-lg label::after {
  font-size: 14px;
  line-height: 24px;
}
.checkbox-lg input[type="checkbox"]:checked + label::before,
.checkbox-lg input[type="radio"]:checked + label::before {
  border-width: 12px;
}
@media (min-width: 768px) {

  .form-inline .radio-custom,
  .form-inline .checkbox-custom {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio-custom label,
  .form-inline .checkbox-custom label {
    padding-left: 0;
  }
  .form-inline .radio-custom input[type="radio"],
  .form-inline .checkbox-custom input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .checkbox-custom label {
    padding-left: 10px;
  }
  .form-inline .checkbox-custom input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
  }
}

.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom {
  min-height: 29px;
}

.form-material .form-control {
  padding: 0;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  -webkit-background-size: 0 2px, 100% 1px;
          background-size: 0 2px, 100% 1px;
  -webkit-transition: background 0s ease-out;
       -o-transition: background 0s ease-out;
          transition: background 0s ease-out;
}
.form-material .form-control,
.form-material .form-control:focus,
.form-material .form-control.focus {
  float: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8db600), to(#8db600)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#8db600, #8db600), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#8db600, #8db600), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#8db600, #8db600), linear-gradient(#e4eaec, #e4eaec);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.no-cssgradients .form-material .form-control {
  border-bottom: 2px solid #e4eaec;
}
.form-material .form-control::-webkit-input-placeholder {
  color: #a3afb7;
}
.form-material .form-control::-moz-placeholder {
  color: #a3afb7;
}
.form-material .form-control:-ms-input-placeholder {
  color: #a3afb7;
}
.form-material .form-control:disabled::-webkit-input-placeholder {
  color: #ccd5db;
}
.form-material .form-control:disabled::-moz-placeholder {
  color: #ccd5db;
}
.form-material .form-control:disabled:-ms-input-placeholder {
  color: #ccd5db;
}
.form-material .form-control:focus,
.form-material .form-control.focus {
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
  outline: none;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}
.no-cssgradients .form-material .form-control:focus,
.no-cssgradients .form-material .form-control.focus {
  background: transparent;
  border-bottom: 2px solid #8db600;
}
.form-material .form-control:disabled,
.form-material .form-control[disabled],
fieldset[disabled] .form-material .form-control {
  background: transparent;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px dashed #ccd5db;
}
.form-material .form-control:disabled ~ .floating-label,
.form-material .form-control[disabled] ~ .floating-label,
fieldset[disabled] .form-material .form-control ~ .floating-label {
  color: #ccd5db;
}

.form-material .form-control ~ .floating-label {
  top: 7.99999998px;
  font-size: 14px;
}
.form-material .form-control:focus ~ .floating-label,
.form-material .form-control.focus ~ .floating-label,
.form-material .form-control:not(.empty) ~ .floating-label {
  top: -11.2px;
  font-size: 11.2px;
}

.form-material .form-control.input-sm:focus ~ .floating-label,
.form-material .form-control.input-sm.focus ~ .floating-label,
.form-material .form-control.input-sm:not(.empty) ~ .floating-label {
  top: -9.6px;
  font-size: 9.6px;
}

.form-material .form-control.input-lg:focus ~ .floating-label,
.form-material .form-control.input-lg.focus ~ .floating-label,
.form-material .form-control.input-lg:not(.empty) ~ .floating-label {
  top: -14.4px;
  font-size: 14.4px;
}
.form-material .form-control:focus ~ .floating-label,
.form-material .form-control.focus ~ .floating-label,
.form-material .form-control:not(.empty) ~ .floating-label {
  font-weight: 500;
}
.form-material .form-control:focus ~ .floating-label,
.form-material .form-control.focus ~ .floating-label {
  color: #8db600;
}
.form-material textarea.form-control {
  padding-bottom: 6px;
  resize: none;
}
.form-material.floating textarea.form-control {
  padding-top: 6px;
}
.form-material select.form-control {
  border: 0;
  border-radius: 0;
}

.form-material .form-control:focus ~ .hint,
.form-material .form-control.focus ~ .hint {
  display: block;
}
.form-material .form-control:not(.empty):invalid ~ .floating-label,
.form-material .form-control.focus:invalid ~ .floating-label {
  color: #f96868;
}
.form-material .form-control:invalid {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#f96868, #f96868), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#f96868, #f96868), linear-gradient(#e4eaec, #e4eaec);
}
.form-material.form-group.has-warning .form-control:focus,
.form-material.form-group.has-warning .form-control.focus,
.form-material.form-group.has-warning .form-control:not(.empty) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2a654), to(#f2a654)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#f2a654, #f2a654), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#f2a654, #f2a654), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#f2a654, #f2a654), linear-gradient(#e4eaec, #e4eaec);
}
.no-cssgradients .form-material.form-group.has-warning .form-control:focus,
.no-cssgradients .form-material.form-group.has-warning .form-control.focus,
.no-cssgradients .form-material.form-group.has-warning .form-control:not(.empty) {
  background: transparent;
  border-bottom: 2px solid #f2a654;
}
.form-material.form-group.has-warning .form-control:not(.empty) {
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
}

.form-material.form-group.has-warning .form-control:focus ~ .floating-label,
.form-material.form-group.has-warning .form-control.focus ~ .floating-label,
.form-material.form-group.has-warning .form-control:not(.empty) ~ .floating-label {
  color: #f2a654;
}
.form-material.form-group.has-error .form-control:focus,
.form-material.form-group.has-error .form-control.focus,
.form-material.form-group.has-error .form-control:not(.empty) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#f96868, #f96868), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#f96868, #f96868), linear-gradient(#e4eaec, #e4eaec);
}
.no-cssgradients .form-material.form-group.has-error .form-control:focus,
.no-cssgradients .form-material.form-group.has-error .form-control.focus,
.no-cssgradients .form-material.form-group.has-error .form-control:not(.empty) {
  background: transparent;
  border-bottom: 2px solid #f96868;
}
.form-material.form-group.has-error .form-control:not(.empty) {
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
}
.form-material.form-group.has-error .control-label {
  color: #f96868;
}
.form-material.form-group.has-error .form-control:focus ~ .floating-label,
.form-material.form-group.has-error .form-control.focus ~ .floating-label,
.form-material.form-group.has-error .form-control:not(.empty) ~ .floating-label {
  color: #f96868;
}
.form-material.form-group.has-success .form-control:focus,
.form-material.form-group.has-success .form-control.focus,
.form-material.form-group.has-success .form-control:not(.empty) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#46be8a), to(#46be8a)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#46be8a, #46be8a), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#46be8a, #46be8a), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#46be8a, #46be8a), linear-gradient(#e4eaec, #e4eaec);
}
.no-cssgradients .form-material.form-group.has-success .form-control:focus,
.no-cssgradients .form-material.form-group.has-success .form-control.focus,
.no-cssgradients .form-material.form-group.has-success .form-control:not(.empty) {
  background: transparent;
  border-bottom: 2px solid #46be8a;
}
.form-material.form-group.has-success .form-control:not(.empty) {
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
}
.form-material.form-group.has-success .control-label {
  color: #46be8a;
}
.form-material.form-group.has-success .form-control:focus ~ .floating-label,
.form-material.form-group.has-success .form-control.focus ~ .floating-label,
.form-material.form-group.has-success .form-control:not(.empty) ~ .floating-label {
  color: #46be8a;
}
.form-material.form-group.has-info .form-control:focus,
.form-material.form-group.has-info .form-control.focus,
.form-material.form-group.has-info .form-control:not(.empty) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c7d4), to(#57c7d4)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#57c7d4, #57c7d4), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#57c7d4, #57c7d4), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#57c7d4, #57c7d4), linear-gradient(#e4eaec, #e4eaec);
}
.no-cssgradients .form-material.form-group.has-info .form-control:focus,
.no-cssgradients .form-material.form-group.has-info .form-control.focus,
.no-cssgradients .form-material.form-group.has-info .form-control:not(.empty) {
  background: transparent;
  border-bottom: 2px solid #57c7d4;
}
.form-material.form-group.has-info .form-control:not(.empty) {
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
}

.form-material.form-group.has-info .form-control:focus ~ .floating-label,
.form-material.form-group.has-info .form-control.focus ~ .floating-label,
.form-material.form-group.has-info .form-control:not(.empty) ~ .floating-label {
  color: #57c7d4;
}

.form-material .input-group .form-control-wrap .form-control {
  float: none;
}

.form-material .input-group .input-group-btn .btn {
  margin: 0;
  border-radius: 4px;
}

.loader {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 40px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
          transform: translateZ(0);
}
.loader.loader-default {
  width: 1em;
  height: 1em;
  background-color: #a3afb7;
  border-radius: 100%;
  -webkit-animation: loader-default 1s infinite ease-in-out;
       -o-animation: loader-default 1s infinite ease-in-out;
          animation: loader-default 1s infinite ease-in-out;
}

.side-panel-loading,
body > .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -20px;
}
.site-menubar-unfold > .loader {
  margin-left: 130px;
}
.site-menubar-fold > .loader {
  margin-left: 45px;
}
.site-menubar-hide.site-menubar-unfold > .loader {
  margin-left: 0;
}
@-webkit-keyframes loader-default {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes loader-default {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loader-default {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes default-grill {
  0%,
  80%,
  100% {
    height: 1em;
    -webkit-box-shadow: 0 0 #a3afb7;
            box-shadow: 0 0 #a3afb7;
  }
  40% {
    height: 1.2em;
    -webkit-box-shadow: 0 -.25em #a3afb7;
            box-shadow: 0 -.25em #a3afb7;
  }
}
@-o-keyframes default-grill {
  0%,
  80%,
  100% {
    height: 1em;
    box-shadow: 0 0 #a3afb7;
  }
  40% {
    height: 1.2em;
    box-shadow: 0 -.25em #a3afb7;
  }
}
@keyframes default-grill {
  0%,
  80%,
  100% {
    height: 1em;
    -webkit-box-shadow: 0 0 #a3afb7;
            box-shadow: 0 0 #a3afb7;
  }
  40% {
    height: 1.2em;
    -webkit-box-shadow: 0 -.25em #a3afb7;
            box-shadow: 0 -.25em #a3afb7;
  }
}
@-webkit-keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-round-circle {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
            box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  75% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  87.5% {
    -webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
            box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
  }
}
@-o-keyframes loader-round-circle {
  0%,
  100% {
    box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  12.5% {
    box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  25% {
    box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  37.5% {
    box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  50% {
    box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  62.5% {
    box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  75% {
    box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  87.5% {
    box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
  }
}
@keyframes loader-round-circle {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
            box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  75% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  87.5% {
    -webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
            box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
  }
}
@-webkit-keyframes loader-tadpole {
  0% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
  }
  20% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
  }
  38% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
  }
  100% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes loader-tadpole {
  0% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5%,
  95% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
  }
  10%,
  59% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
  }
  20% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
  }
  38% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
  }
  100% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-tadpole {
  0% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
  }
  20% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
  }
  38% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
  }
  100% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-ellipsis {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 .625em 0 -.325em #a3afb7;
            box-shadow: 0 .625em 0 -.325em #a3afb7;
  }
  40% {
    -webkit-box-shadow: 0 .625em 0 0 #a3afb7;
            box-shadow: 0 .625em 0 0 #a3afb7;
  }
}
@-o-keyframes loader-ellipsis {
  0%,
  80%,
  100% {
    box-shadow: 0 .625em 0 -.325em #a3afb7;
  }
  40% {
    box-shadow: 0 .625em 0 0 #a3afb7;
  }
}
@keyframes loader-ellipsis {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 .625em 0 -.325em #a3afb7;
            box-shadow: 0 .625em 0 -.325em #a3afb7;
  }
  40% {
    -webkit-box-shadow: 0 .625em 0 0 #a3afb7;
            box-shadow: 0 .625em 0 0 #a3afb7;
  }
}
@-webkit-keyframes loader-dot-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes loader-dot-rotate {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-dot-rotate {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-dot-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes loader-dot-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loader-dot-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes loader-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes loader-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loader-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
[class*=animation-] {
  -webkit-animation-duration: .5s;
       -o-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;

  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-hover:not(:hover),
.animation-hover:not(:hover) [class*=animation-],
.touch .animation-hover:not(.hover),
.touch .animation-hover:not(.hover) [class*=animation-] {
  -webkit-animation-name: none;
       -o-animation-name: none;
          animation-name: none;
}

.animation-scale-up {
  -webkit-animation-name: fade-scale-02;
       -o-animation-name: fade-scale-02;
          animation-name: fade-scale-02;
}

.animation-slide-bottom {
  -webkit-animation-name: slide-bottom;
       -o-animation-name: slide-bottom;
          animation-name: slide-bottom;
}

.animation-delay-100 {
  -webkit-animation-delay: 100ms;
       -o-animation-delay: 100ms;
          animation-delay: 100ms;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-12 {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes scale-12 {
  0% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes scale-12 {
  0% {
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2);
            transform: scale(.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes fade-scale-02 {
  0% {
    opacity: 0;
    -o-transform: scale(.2);
       transform: scale(.2);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2);
         -o-transform: scale(.2);
            transform: scale(.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes fade-scale-18 {
  0% {
    opacity: 0;
    -o-transform: scale(1.8);
       transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
         -o-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  10% {
    -o-transform: translateX(-9px);
       transform: translateX(-9px);
  }
  20% {
    -o-transform: translateX(8px);
       transform: translateX(8px);
  }
  30% {
    -o-transform: translateX(-7px);
       transform: translateX(-7px);
  }
  40% {
    -o-transform: translateX(6px);
       transform: translateX(6px);
  }
  50% {
    -o-transform: translateX(-5px);
       transform: translateX(-5px);
  }
  60% {
    -o-transform: translateX(4px);
       transform: translateX(4px);
  }
  70% {
    -o-transform: translateX(-3px);
       transform: translateX(-3px);
  }
  80% {
    -o-transform: translateX(2px);
       transform: translateX(2px);
  }
  90% {
    -o-transform: translateX(-1px);
       transform: translateX(-1px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
         -o-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
         -o-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
         -o-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
         -o-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
         -o-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
         -o-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
         -o-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
         -o-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
         -o-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}

.red-600, .red {
  color: #f96868 !important;
}

.cyan-600 {
  color: #57c7d4 !important;
}

.green-600 {
  color: #46be8a !important;
}

.orange-600 {
  color: #f2a654 !important;
}

.hlbs-grey-400 {
  color: #b0b5ae !important;
}

.hlbs-grey-700 {
  color: #333 !important;
}

.bg-hlbs-600 {
  background-color: #8db600 !important;
}

.bg-grey-200 {
  background-color: #f9f9f9 !important;
}

.black {
  color: #000 !important;
}
.white {
  color: #fff !important;
}
.bg-white {
  color: #b0b5ae;
  background-color: #fff;
}

.social-facebook:active,
.social-facebook.active {
  color: #fff;
  background-color: #8db600 !important;
}

.social-twitter:active,
.social-twitter.active {
  color: #fff;
  background-color: #2795e9 !important;
}

.social-google-plus:active,
.social-google-plus.active {
  color: #fff;
  background-color: #c23321 !important;
}

.social-linkedin:active,
.social-linkedin.active {
  color: #fff;
  background-color: #075683 !important;
}

.social-flickr:active,
.social-flickr.active {
  color: #fff;
  background-color: #cc006a !important;
}

.social-tumblr:active,
.social-tumblr.active {
  color: #fff;
  background-color: #222d3c !important;
}

.social-xing:active,
.social-xing.active {
  color: #fff;
  background-color: #011b1b !important;
}

.social-github:active,
.social-github.active {
  color: #fff;
  background-color: #3269a0 !important;
}

.social-html5:active,
.social-html5.active {
  color: #fff;
  background-color: #bf3c18 !important;
}

.social-openid:active,
.social-openid.active {
  color: #fff;
  background-color: #e26309 !important;
}

.social-stack-overflow:active,
.social-stack-overflow.active {
  color: #fff;
  background-color: #c55601 !important;
}

.social-css3:active,
.social-css3.active {
  color: #fff;
  background-color: #105588 !important;
}

.social-youtube:active,
.social-youtube.active {
  color: #fff;
  background-color: #850d11 !important;
}

.social-dribbble:active,
.social-dribbble.active {
  color: #fff;
  background-color: #981b4b !important;
}

.social-instagram:active,
.social-instagram.active {
  color: #fff;
  background-color: #305777 !important;
}

.social-pinterest:active,
.social-pinterest.active {
  color: #fff;
  background-color: #a01a1f !important;
}

.social-vk:active,
.social-vk.active {
  color: #fff;
  background-color: #2c415b !important;
}

.social-yahoo:active,
.social-yahoo.active {
  color: #fff;
  background-color: #1f0145 !important;
}

.social-behance:active,
.social-behance.active {
  color: #fff;
  background-color: #0050e3 !important;
}

.social-dropbox:active,
.social-dropbox.active {
  color: #fff;
  background-color: #0062b2 !important;
}

.social-reddit:active,
.social-reddit.active {
  color: #fff;
  background-color: #cc3700 !important;
}

.social-spotify:active,
.social-spotify.active {
  color: #fff;
  background-color: #588500 !important;
}

.social-vine:active,
.social-vine.active {
  color: #fff;
  background-color: #008161 !important;
}

.social-foursquare:active,
.social-foursquare.active {
  color: #fff;
  background-color: #0992af !important;
}

.social-vimeo:active,
.social-vimeo.active {
  color: #fff;
  background-color: #1295bf !important;
}

.social-skype:active,
.social-skype.active {
  color: #fff;
  background-color: #45a3fc !important;
}

.social-evernote:active,
.social-evernote.active {
  color: #fff;
  background-color: #369c71 !important;
}

a:focus {
  outline: none;
}
.blocks,
[class*="blocks-"] {
  padding: 0;
  margin: 0;
  margin-right: -15px;
  margin-left: -15px;
  list-style: none;
}
.blocks:before,
[class*="blocks-"]:before,
.blocks:after,
[class*="blocks-"]:after {
  display: table;
  content: " ";
}
.blocks:after,
[class*="blocks-"]:after {
  clear: both;
}
.blocks > li,
[class*="blocks-"] > li {
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
}
@media (min-width: 480px) {
}
@media (min-width: 480px) {
}
@media (min-width: 480px) {
}
@media (min-width: 480px) {
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1600px) {
}

.avatar {
  position: relative;
  display: inline-block;
  width: 40px;
  white-space: nowrap;
  vertical-align: bottom;
  border-radius: 1000px;
}
.avatar i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.avatar img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0 none;
  border-radius: 1000px;
}
.avatar-100 {
  width: 100px;
}

.avatar-sm {
  width: 30px;
}
.avatar-sm i {
  width: 8px;
  height: 8px;
}

.status {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
}

.icon {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);

  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon.pull-left {
  margin-right: .3em;
}

.icon-color.active,
.icon-color:active {
  color: #333;
}

.icon-color-alt.active,
.icon-color-alt:active {
  color: #333;
}
:root-rotate-90,
:root-rotate-180,
:root-rotate-270,
:root-flip-horizontal,
:root-flip-vertical {
          filter: none;

  -webkit-filter: none;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-o-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes icon-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@-o-keyframes icon-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
         -o-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@keyframes icon-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
         -o-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
.hamburger {
  font-size: 20px;
  vertical-align: middle;
}
.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  -webkit-transition: -webkit-transform .2s ease-in-out;
       -o-transition:      -o-transform .2s ease-in-out;
          transition:         transform .2s ease-in-out;
}
.hamburger:before,
.hamburger:after {
  content: "";
}
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  display: block;
  width: 1em;
  height: .1em;
  margin: 0;
  background: #b0b5ae;
  border-radius: 1px;
}
.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
  background: #333;
}
.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
  background: #fff;
}
.hamburger .hamburger-bar {
  margin: .2em 0;
}
.hamburger-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 8%;
      -ms-transform-origin: 8%;
       -o-transform-origin: 8%;
          transform-origin: 8%;
}
.hamburger-close .hamburger-bar {
  opacity: 0;
}
.hamburger-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 8%;
      -ms-transform-origin: 8%;
       -o-transform-origin: 8%;
          transform-origin: 8%;
}
.hamburger-close.hided:before,
.hamburger-close.collapsed:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hamburger-close.hided .hamburger-bar,
.hamburger-close.collapsed .hamburger-bar {
  opacity: 1;
}
.hamburger-close.hided:after,
.hamburger-close.collapsed:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hamburger-arrow-left.collapsed {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger-arrow-left.collapsed:before {
  width: .6em;
  -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
          transform: translate3d(.45em, .1em, 0) rotate(45deg);
}
.hamburger-arrow-left.collapsed .hamburger-bar {
  border-radius: .2em;
}
.hamburger-arrow-left.collapsed:after {
  width: .6em;
  -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
          transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}
.counter {
  text-align: center;
}
.counter > .counter-number,
.counter .counter-number-group {
  font-size: 20px;
  color: #333;
}
.counter-label {
  display: block;
}

.counter-number-group .counter-number-related + .counter-number,
.counter-number-group .counter-number + .counter-number-related {
  margin-left: 5px;
}
.counter-lg > .counter-number,
.counter-lg .counter-number-group {
  font-size: 40px;
}

.counter-inverse {
  color: #fff;
}
.counter-inverse > .counter-number,
.counter-inverse .counter-number-group {
  color: #fff;
}

.widget {
  position: relative;
  margin-bottom: 22px;
}

.widget-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.widget-radius {
  border-radius: 3px;
}

.widget-actions a.icon,
.widget-actions a .icon {
  text-decoration: none;
}
.widget-actions a.icon + span,
.widget-actions a .icon + span {
  margin-left: 2px;
}
.widget-actions a.active,
.widget-actions a:hover,
.widget-actions a:focus {
  color: #ccd5db;
  text-decoration: none;
}
@media (max-width: 767px) {
}

.panel-group .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-group .panel-title {
  position: relative;
  padding: 15px 20px;
  font-size: 14px;
}
.panel-group .panel-title:before,
.panel-group .panel-title:after {
  position: absolute;
  top: 15px;
  right: 20px;
  font-family: "Web Icons";
  -webkit-transition: all 300ms linear 0s;
       -o-transition: all 300ms linear 0s;
          transition: all 300ms linear 0s;
}
.panel-group .panel-title:before {
  content: "\f197";
}
.panel-group .panel-title:after {
  content: "\f199";
}
.panel-group .panel-title[aria-expanded="false"]:before {
  opacity: .4;
}
.panel-group .panel-title[aria-expanded="false"]:after {
  opacity: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.panel-group .panel-title[aria-expanded="true"]:before {
  opacity: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.panel-group .panel-title[aria-expanded="true"]:after {
  opacity: 1;
}
.panel-group .panel-title:hover,
.panel-group .panel-title:focus {
  color: #b0b5ae;
  text-decoration: none;
}
.panel-group .panel-title:focus {
  outline: none;
}
.panel-group .panel-heading + .panel-collapse {
  margin: 0;
}
.panel-group .panel-collapse .panel-body {
  padding: 15px 20px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
.panel-group-continuous .panel {
  border-radius: 0;
}
.panel-group-continuous .panel:first-child {
  border-radius: 4px 4px 0 0;
}
.panel-group-continuous .panel:last-child {
  border-radius: 0 0 4px 4px;
}
.panel-group-continuous .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #e4eaec;
}
.panel-group-simple .panel {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-group-simple .panel-title {
  padding-bottom: 10px;
  padding-left: 0;
}
.panel-group-simple .panel-title:before,
.panel-group-simple .panel-title:after {
  right: 5px;
}
.panel-group-simple .panel-collapse .panel-body {
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
}
.panel-group-simple .panel + .panel {
  margin-top: 0;
}
.cover {
  overflow: hidden;
}

.overlay > :first-child,
.overlay .overlay-figure {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
/* Sub-object `overlay-panel`
 ========================================================================== */

.overlay-icon .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
/* Sub-object `overlay-anchor`
 ========================================================================== */

[class*='overlay-slide'] {
  opacity: 0;
}
/* Top */

.comments .comment {
  border: none;
  border-bottom: 1px solid #e4eaec;
}
.comments .comment .comment:first-child {
  border-top: 1px solid #e4eaec;
}
.comments .comment .comment:last-child {
  border-bottom: none;
}
.comment {
  padding: 20px 0;
  margin: 0;
}
.comment .comment {
  padding-bottom: 20px;
  margin-top: 20px;
}
.comment .comment:last-child {
  padding-bottom: 0;
}

.comment-actions a.icon {
  text-decoration: none;
}

.comment-reply .form-group:last-child {
  margin-bottom: 0;
}

.steps.row {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.step {
  position: relative;
  padding: 12px 20px;
  margin: 0;
  font-size: inherit;
  color: #a3afb7;
  vertical-align: top;
  background-color: #f3f7f9;
  border-radius: 0;
}

.steps-vertical .step {
  display: block;
  padding: 18px 20px;
}
.steps-vertical .step[class*="col-"] {
  float: none;
  width: 100%;
}
.step.current {
  color: #fff;
  background-color: #8db600;
}
.step.current .step-title {
  color: #fff;
}
.step.current .step-number {
  color: #8db600;
  background-color: #fff;
}
.step.disabled {
  color: #ccd5db;
  pointer-events: none;
  cursor: auto;
}
.step.disabled .step-title {
  color: #ccd5db;
}
.step.disabled .step-number {
  background-color: #ccd5db;
}
.step.error {
  color: #fff;
  background-color: #f96868;
}
.step.error .step-title {
  color: #fff;
}
.step.error .step-number {
  color: #f96868;
  background-color: #fff;
}
.step.done {
  color: #fff;
  background-color: #46be8a;
}
.step.done .step-title {
  color: #fff;
}
.step.done .step-number {
  color: #46be8a;
  background-color: #fff;
}
.steps-lg .step {
  padding: 20px 20px;
  font-size: 16px;
}

.steps-sm .step {
  font-size: 12px;
}

.steps-xs .step {
  font-size: 10px;
}

.pearls.row {
  display: block;
}

.pearl.current:before,
.pearl.current:after {
  background-color: #8db600;
}
.pearl.current .pearl-number,
.pearl.current .pearl-icon {
  color: #8db600;
  background-color: #fff;
  border-color: #8db600;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
}
.pearl.disabled {
  pointer-events: none;
  cursor: auto;
}
.pearl.disabled:before,
.pearl.disabled:after {
  background-color: #f3f7f9;
}
.pearl.disabled .pearl-number,
.pearl.disabled .pearl-icon {
  color: #fff;
  background-color: #ccd5db;
  border-color: #ccd5db;
}
.pearl.error:before {
  background-color: #8db600;
}
.pearl.error:after {
  background-color: #f3f7f9;
}
.pearl.error .pearl-number,
.pearl.error .pearl-icon {
  color: #f96868;
  background-color: #fff;
  border-color: #f96868;
}
.pearl.done:before,
.pearl.done:after {
  background-color: #8db600;
}
.pearl.done .pearl-number,
.pearl.done .pearl-icon {
  color: #fff;
  background-color: #8db600;
  border-color: #8db600;
}
@media screen and (max-width: 767px) {
}

.timeline-footer .icon {
  margin-right: .3em;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
}

.testimonial.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.testimonial.carousel .testimonial-item {
  position: relative;
  display: none;
  width: 100%;
  padding: 10px;
  -webkit-transition: left .6s ease-in-out 0s;
       -o-transition: left .6s ease-in-out 0s;
          transition: left .6s ease-in-out 0s;
}
.testimonial.carousel .testimonial-item.active,
.testimonial.carousel .testimonial-item.next,
.testimonial.carousel .testimonial-item.prev {
  display: block;
}
.testimonial.carousel .testimonial-item.next,
.testimonial.carousel .testimonial-item.prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.testimonial.carousel .testimonial-item.next {
  left: 100%;
}
.testimonial.carousel .testimonial-item.prev {
  left: -100%;
}
.testimonial.carousel .testimonial-item.next.left,
.testimonial.carousel .testimonial-item.prev.right {
  left: 0;
}
.testimonial.carousel .testimonial-item.active {
  left: 0;
}
.testimonial.carousel .testimonial-item.active.left {
  left: -100%;
}
.testimonial.carousel .testimonial-item.active.right {
  left: 100%;
}
.testimonial.carousel .testimonial-content {
  padding: 10px;
}
.testimonial.carousel .testimonial-control {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.testimonial.carousel .testimonial-control > * {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1200px) {
}

.rating.hover .icon.active {
  opacity: .5;
}
.rating .icon {
  width: 1em;
  height: auto;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 14px;
  color: #ccd5db;
  vertical-align: middle;
  cursor: pointer;
}
.rating .icon:before {
  -webkit-transition: color .3s ease,
  opacity .3s ease;
       -o-transition: color .3s ease,
  opacity .3s ease;
          transition: color .3s ease,
  opacity .3s ease;
}
.rating .icon.active {
  color: #f2a654 !important;
}
.rating .icon.active.hover {
  color: #f2a654 !important;
  opacity: 1;
}
.rating .icon.hover {
  color: #f2a654 !important;
  opacity: 1;
}
.rating .icon:last-child {
  margin-right: 0;
}
.rating-disabled .icon {
  cursor: default;
}
.rating-sm .icon {
  font-size: 12px;
}
.rating-lg .icon {
  font-size: 18px;
}

.ribbon-inner .icon {
  font-size: 16px;
}

.ribbon-corner.ribbon-xs .ribbon-inner > .icon {
  font-size: 12px;
}

.ribbon-corner.ribbon-sm .ribbon-inner > .icon {
  font-size: 12px;
}

.ribbon-corner.ribbon-lg .ribbon-inner > .icon {
  font-size: 18px;
}

.dotnav > li.active > a,
.dotnav > li:hover > a,
.dotnav > li:focus > a {
  background-color: #fff;
}

.dotnav-scaleup > li.active > a {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
       -o-transform: scale(1.5);
          transform: scale(1.5);
}

.dotnav-stroke > li.active > a {
  background-color: transparent;
  border-color: #fff;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
}

.dotnav-fillin > li.active > a {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
          box-shadow: 0 0 0 8px #fff inset;
}

.dotnav-dotstroke > li.active > a {
  background-color: rgba(255, 255, 255, .3);
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
}

.dotnav-fall > li.active:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform .3s ease 0s, opacity .3s ease 0s;
       -o-transition:      -o-transform .3s ease 0s, opacity .3s ease 0s;
          transition:         transform .3s ease 0s, opacity .3s ease 0s;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
       -o-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.dotnav-fall > li.active > a {
  opacity: 0;
  -webkit-transform: translate(0, 200%);
      -ms-transform: translate(0, 200%);
       -o-transform: translate(0, 200%);
          transform: translate(0, 200%);
}

.width-full {
  width: 100% !important;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}

.margin-20 {
  margin: 20px !important;
}

.margin-40 {
  margin: 40px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

.padding-15 {
  padding: 15px !important;
}
.padding-20 {
  padding: 20px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-horizontal-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.example-wrap {
  margin-bottom: 80px;
}

.example {
  margin-top: 20px;
  margin-bottom: 20px;
}
.example:before,
.example:after {
  display: table;
  content: " ";
}
.example:after {
  clear: both;
}
.example-title {
  text-transform: uppercase;
}
.example-title,
h4.example-title {
  font-size: 14px;
}
.panel-body > .example-wrap:last-child {
  margin-bottom: 0;
}
.panel-body > .row:last-child > [class*="col-"]:last-child .example-wrap:last-child {
  margin-bottom: 0;
}

.example-well .center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.example-dropdown .dropdown:before,
.example-dropdown .dropup:before,
.example-dropdown .dropdown:after,
.example-dropdown .dropup:after {
  display: table;
  content: " ";
}
.example-dropdown .dropdown:after,
.example-dropdown .dropup:after {
  clear: both;
}
.example-dropdown .dropdown > .dropdown-toggle,
.example-dropdown .dropup > .dropdown-toggle {
  float: left;
}
.example-dropdown .dropdown > .dropdown-menu,
.example-dropdown .dropup > .dropdown-menu {
  position: static;
  display: block;
  clear: left;
}
.example-dropdown .dropdown > .dropdown-menu-right,
.example-dropdown .dropup > .dropdown-menu-right {
  float: right;
  clear: right;
}

.example-tooltip .tooltip {
  position: relative;
  margin-right: 25px;
  opacity: 1;
}

.example-popover .popover {
  position: relative;
  display: block;
  margin-right: 25px;
}
.example-buttons .btn,
.example-buttons .btn-group,
.example-buttons .btn-group-vertical {
  margin-right: 15px;
  margin-bottom: 20px;
}
.example-buttons .btn-group-vertical .btn,
.example-buttons .btn-group .btn {
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
}

/* ------------------------------------------------------------------------------
 *
 *  # PNotify notifications
 *
 *  Styles for pnotify.min.js - a flexible JavaScript notification plugin
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.ui-pnotify, #floatmsg {
  top: 20px;
  right: 20px;
  position: fixed;
  height: auto;
  z-index: 9999;
  border-radius: 3px;
}
.ui-pnotify.alert-rounded > .alert {
  border-radius: 5px;
}
.ui-pnotify[class*=bg-] > .alert {
  background-color: inherit;
  border-color: transparent;
  color: #fff;
}
.ui-pnotify.stack-top-left,
.ui-pnotify.stack-bottom-left {
  left: 20px;
  right: auto;
}
.ui-pnotify.stack-bottom-right,
.ui-pnotify.stack-bottom-left {
  bottom: 20px;
  top: auto;
}
.ui-pnotify.stack-custom-right {
  top: auto;
  left: auto;
  bottom: 200px;
  right: 200px;
}
.ui-pnotify.stack-custom-left {
  top: 200px;
  left: 200px;
  right: auto;
  bottom: auto;
}
.ui-pnotify.stack-custom-top {
  right: 0;
  left: 0;
  top: 0;
}
.ui-pnotify.stack-custom-bottom {
  right: 0;
  left: 0;
  bottom: 0;
  top: auto;
}
.ui-pnotify-container {
  height: 100%;
  margin: 0;
  overflow: visible!important;
}
h4.ui-pnotify-title {
  display: block;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
}
.ui-pnotify-icon {
  display: block;
  float: left;
  margin-right: 10px;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: 5px;
  font-size: 10px;
  margin-top: 4px;
  line-height: 1;
}
.ui-pnotify-closer > span,
.ui-pnotify-sticker > span {
  font-size: 12px;
}
.ui-pnotify-sharp {
  border-radius: 0;
}
.ui-pnotify-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.ui-pnotify-history-container {
  position: absolute;
  top: 0;
  right: 18px;
  width: 70px;
  border-top: 0;
  padding: 0;
  z-index: 10000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ui-pnotify-history-container.ui-pnotify-history-fixed {
  position: fixed;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
  padding: 2px;
  text-align: center;
}
.ui-pnotify-history-container button {
  cursor: pointer;
  display: block;
  width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
  display: block;
  margin: 0 auto;
}

.member-active { background-color: #5cb85c; font-weight: 500;}
.member-last-active { background-color: rgb(217, 83, 79); font-weight: 500;}
.member-not-active { }
.member-inactive {  }
.member-deleted { background-color: #d9534f; }
.member-pending { background-color: rgb(0, 21, 255); }
.member-will-active { background-color: #99b7d1; }

.junior-active { background-color: #fff699; }
.customer-active { background-color: #a77bca; }

#floatmsg{
  top: 200px;
  left: 300px;
  right: auto;
  bottom: auto;
  border: 1px solid #808080;
  background-color: #dedede;
  
}

.nav-tabs.nav-tabs-solid>.active>a,
.nav-tabs.nav-tabs-solid>.active>a:hover,
.nav-tabs.nav-tabs-solid>.active>a:focus {
    background-color:#8db600;
    border-color:#8db600;
    color:#fff;
}
.nav-tabs {
    margin-bottom: 0;
}
hr {
    border-top: 1px solid #BBB;
}
.note-box {
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 2px 2px lightgrey;
}

.start_package { border: 1px solid #808080; padding: 5px;}
.sp-selected { border: 2px solid #80a080; padding: 5px; color: #80aa80; font-weight: 700;}


.fill-error::-ms-input-placeholder {
  color: red!important;
  background: gainsboro;
}
.fill-error::-webkit-input-placeholder {
  color: red!important;
  background: gainsboro;
}
.fill-error::-moz-placeholder {
  color: red!important;
  background: gainsboro;
}
.fill-error {
  border-color: red!important;
}
.dt-process>div {
  padding: 10px;
  height: 54px;
  border: 1px solid gray;
  background-color: #238612;
  font-size: 22px;
  z-index: 1000;
}

/* Orders statuses */
.orders-status {padding: 7px; color:white; background-color:#505050;}

.orders-status-paid, .orders-status-10 {background-color:#505050;}
.orders-status-deleted, .orders-status-13 {background-color:#FF0000;}
.orders-status-expired, .orders-status-11 {background-color:#FF0000;}
.orders-status-waitingforpayment, .orders-status-1 {background-color:#882E50;}
.orders-status-ordered, .orders-status-2 {background-color:#949A9C;}
.orders-status-pickingup, .orders-status-3 {background-color:#659be0;}
.orders-status-pickedup, .orders-status-4 {background-color:#F1C40F;}
.orders-status-waitfordelivery, .orders-status-5 {background-color:#8E44AD;}
.orders-status-ontheway, .orders-status-6 {background-color:#67809F;}
.orders-status-delivered, .orders-status-8 {background-color:#36c6d3;}
.orders-status-pending, .orders-status-7 {background-color:#e1e5ec;}
.orders-status-disputed, .orders-status-7 {background-color:#2f353b;}
/* Orders statuses end */


.swal2-container {
  z-index: 20000 ! important;
}

.mail-folders li.active a {
    color: #8db600;
    background-color: #f3f7f9;
}

#select2-drop {
  border: 1px solid #303030;
  background-color: #e0e0e0;
}