@charset "UTF-8";
/* ========================================================================
/*! NIFTY ADMIN TEMPLATE V2.7.2
/* -------------------------------------------------------------------------
/* - themeOn.net -
/* =========================================================================
/*
/*
/*
/* IMPORTANT :
/* ===================================================================================================
/* DON'T EDIT ANY CODE HERE, JUST LEAVE IT.
/*
/* You may edit the default color scheme.
/* You may change the variable value inside the _variables.LESS file and re-compiling using this file.
/*
/* If you make changes directly in the CSS and/ or LESS-files from Nifty,
/* it will be hard to update if I release an update. So I would recommend to create a new CSS/ LESS-file for this purpose.
/*
*/
html, body {
  min-width: 290px;
  -ms-overflow-style: scrollbar;
}

body {
  background-color: #ecf0f5;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #8f9ea6;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  color: #4d627b;
}

::selection {
  background-color: #66FF21;
  color: #fff;
}

::-moz-selection {
  background-color: #66FF21;
  color: #fff;
}

/* CONTAINER */
/*======================================*/
#container {
  min-height: 100vh;
  height: auto;
  position: relative;
  min-width: 290px;
  overflow: hidden;
}

#container.boxed-layout {
  background-color: #dfe5ee;
}

/* CONTENT */
/*======================================*/
#content-container {
  position: relative;
  padding-top: 55px;
  padding-bottom: 80px;
  background-color: #ecf0f5;
}

/* FIXED FLUID GRID SYSTEM */
/*======================================*/
.fixed-fluid:after {
  content: '';
  display: block;
  clear: both;
}
.fixed-fluid > .pull-xs-left {
  float: left;
  margin-right: 15px;
}
.fixed-fluid > .pull-xs-right {
  float: right;
  margin-left: 15px;
}
.fixed-fluid > .fixed-xs-160 {
  width: 160px;
}
.fixed-fluid > .fixed-xs-200 {
  width: 200px;
}
.fixed-fluid > .fixed-xs-250 {
  width: 250px;
}
.fixed-fluid > .fixed-xs-300 {
  width: 300px;
}
.fixed-fluid > .fixed-xs-350 {
  width: 350px;
}
.fixed-fluid > .fluid {
  overflow: hidden;
}

@media (min-width: 768px) {
  .fixed-fluid > .pull-sm-left {
    float: left;
    margin-right: 15px;
  }
  .fixed-fluid > .pull-sm-right {
    float: right;
    margin-left: 15px;
  }
  .fixed-fluid > .fixed-sm-160 {
    width: 160px;
  }
  .fixed-fluid > .fixed-sm-200 {
    width: 200px;
  }
  .fixed-fluid > .fixed-sm-250 {
    width: 250px;
  }
  .fixed-fluid > .fixed-sm-300 {
    width: 300px;
  }
  .fixed-fluid > .fixed-sm-350 {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .fixed-fluid > .pull-md-left {
    float: left;
    margin-right: 15px;
  }
  .fixed-fluid > .pull-md-right {
    float: right;
    margin-left: 15px;
  }
  .fixed-fluid > .fixed-md-160 {
    width: 160px;
  }
  .fixed-fluid > .fixed-md-200 {
    width: 200px;
  }
  .fixed-fluid > .fixed-md-250 {
    width: 250px;
  }
  .fixed-fluid > .fixed-md-300 {
    width: 300px;
  }
  .fixed-fluid > .fixed-md-350 {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .fixed-fluid > .pull-lg-left {
    float: left;
    margin-right: 15px;
  }
  .fixed-fluid > .pull-lg-right {
    float: right;
    margin-left: 15px;
  }
  .fixed-fluid > .fixed-lg-160 {
    width: 160px;
  }
  .fixed-fluid > .fixed-lg-200 {
    width: 200px;
  }
  .fixed-fluid > .fixed-lg-250 {
    width: 250px;
  }
  .fixed-fluid > .fixed-lg-300 {
    width: 300px;
  }
  .fixed-fluid > .fixed-lg-350 {
    width: 350px;
  }
}
/* PAGE HEADER */
/*======================================*/
#page-title {
  padding: 10px 15px;
  width: 100%;
  color: #4d627b;
}

.page-header {
  border: 0 none;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  color: #8f9ea6;
  margin: 0;
  padding: 10px 0 5px;
}
.page-header .label {
  margin-right: 0.5em;
}

/* PAGE CONTENT */
/*======================================*/
#page-content {
  padding: 15px 15px 0;
  font-size: 16px;
}
#page-content:not(:first-class) {
  padding: 5px 15px 0;
}

/* SEARCHBOX */
/*======================================*/
.searchbox {
  margin-right: -20px;
}
.searchbox button {
  border: 0;
  background: none;
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  font-size: 14px;
  z-index: 2;
}
.searchbox .custom-search-form {
  margin-right: -5px;
}
.searchbox .custom-search-form .input-group-btn {
  position: static;
}
.searchbox .custom-search-form .input-group-btn:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -1px;
  background-color: #66FF21;
  z-index: 99;
  left: 50%;
  right: 50%;
  transition: left 0.3s, right 0.3s;
}
.searchbox .custom-search-form input {
  background-color: transparent;
  border-color: transparent;
  padding-right: 30px;
}
.searchbox > .input-group.custom-search-form input {
  border-radius: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.searchbox > .input-group input:focus ~ .input-group-btn:before {
  content: "";
  left: 0;
  right: 25px;
  transition: left 0.3s, right 0.3s;
}

/* PAGE CONTENT - RESPONSIVE LAYOUT */
/*======================================*/
@media (min-width: 768px) {
  #content-container {
    padding-top: 55px;
  }

  #page-title {
    display: table;
    table-layout: fixed;
    padding-bottom: 0;
  }

  .page-header, .searchbox {
    display: table-cell;
    vertical-align: middle;
  }

  .searchbox {
    width: 300px;
  }
  .searchbox .form-control {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .searchbox {
    margin-right: -25px;
  }
  .searchbox .custom-search-form {
    margin-right: 0;
  }
}
/* CLEAN ZONE (LOGIN, REGISTER, AND ERROR PAGES CONTAINER) */
/*======================================*/
.cls-container {
  background-color: #ecf0f5;
  text-align: center;
}
.cls-container, .cls-container a, .cls-container a:hover, .cls-container a:focus {
  color: #4d627b;
}

/* Image background */
.bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .8;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-img ~ .cls-content .panel {
  background-color: #fff;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
}

/* Header */
.cls-header {
  position: relative;
  background-color: rgba(0, 0, 0, 0.03);
}
.cls-header.cls-header-lg .cls-brand .brand-icon {
  width: 60px;
  height: 60px;
}
#container.cls-container .cls-header .cls-header.cls-header-lg .cls-brand .brand-title {
  font-size: 27px;
}

/* Brand */
.cls-brand {
  display: inline-block;
  padding: 5px 0;
}
.cls-brand .brand-icon {
  padding: 0;
}
.cls-header-lg .cls-brand {
  line-height: 60px;
}
.cls-header-sm .cls-brand {
  line-height: 1.42857;
}
#container.cls-container .cls-brand .brand-icon,
#container.cls-container .cls-brand .brand-title {
  background-color: transparent;
  color: #4d627b;
  float: none;
  display: inline-block;
  line-height: 22px;
  font-size: 20px;
  font-weight: 600;
  padding: 5px;
  vertical-align: middle;
  width: auto;
}

/* Content */
.cls-content {
  padding: 50px 15px 15px;
  padding-top: 10vh;
  position: relative;
}
.cls-content .error-code {
  font-size: 120px;
  font-weight: 400;
  margin-bottom: 50px;
}
.cls-content .error-search {
  max-width: 512px;
  margin: 0 auto;
}
.cls-content .cls-content-sm,
.cls-content .cls-content-lg {
  width: 70%;
  min-width: 270px;
  margin: 0 auto;
  position: relative;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

@media (min-width: 768px) {
  .cls-content .cls-content-sm {
    width: 350px;
  }

  .cls-content .cls-content-lg {
    width: 550px;
  }
}
/* Boxed Layout */
/*======================================*/
@media (min-width: 1024px) {
  #container.boxed-layout, #container.boxed-layout.navbar-fixed #navbar {
    background-color: #637a8b;
  }
  #container.boxed-layout .boxed, #container.boxed-layout #footer {
    max-width: 1128px;
    width: 1128px;
  }
  #container.boxed-layout .boxed {
    margin: 45px auto 0;
  }
  #container.boxed-layout #footer {
    margin: 0 auto;
    bottom: 0;
  }
  #container.boxed-layout > .boxed {
    position: relative;
    overflow: hidden;
  }
  #container.boxed-layout.reveal #content-container,
  #container.boxed-layout #content-container {
    min-height: 94vh;
  }
  #container.boxed-layout #aside-container {
    min-height: 100%;
  }
  #container.boxed-layout.mainnav-in:not(.slide) > #footer {
    left: 0 !important;
    padding-left: 220px;
  }
  #container.boxed-layout.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix-top {
    left: 0 !important;
  }
  #container.boxed-layout.mainnav-fixed.mainnav-in #mainnav-container {
    width: 220px;
    overflow: hidden;
  }
  #container.boxed-layout.mainnav-fixed.mainnav-out:not(.reveal) #mainnav-container {
    width: 0;
  }
  #container.boxed-layout.mainnav-fixed #mainnav-container.affix, #container.boxed-layout.mainnav-fixed #mainnav-container.affix-top {
    -webkit-transition-property: width;
    transition-property: width;
  }
  #container.boxed-layout.mainnav-fixed .boxed {
    margin-bottom: 0;
  }
  #container.boxed-layout.aside-fixed #aside-container {
    width: 0;
    overflow: hidden;
  }
  #container.boxed-layout.aside-fixed.aside-in #aside-container {
    width: 255px;
    overflow: hidden;
  }
  #container.boxed-layout.aside-fixed.aside-left.mainnav-lg #aside-container.affix-top {
    left: 220px;
  }
  #container.boxed-layout.aside-fixed.aside-left.mainnav-sm #aside-container.affix-top {
    left: 55px;
  }
  #container.boxed-layout.aside-fixed.mainnav-lg #aside-container.affix-top, #container.boxed-layout.aside-fixed.mainnav-sm #aside-container.affix-top {
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  #container.boxed-layout.footer-fixed .boxed {
    margin-bottom: 0;
  }
}
@media (min-width: 1900px) {
  #container.boxed-layout .boxed, #container.boxed-layout #footer {
    max-width: 1280px;
    width: 1280px;
  }
}
/* Scrollbar */
/*======================================*/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.nano > .nano-content:focus {
  outline: 0 !important;
}
.nano > .nano-pane {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 4px;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.7s;
}
.nano > .nano-pane > .nano-slider {
  background-color: rgba(0, 116, 255, 0.5);
  position: relative;
  margin: 0;
  border-radius: 0;
  opacity: 0.85;
}

.nano.nano-hide {
  display: none !important;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  opacity: 0.99;
}

.pace .pace-progress,
.nano > .nano-pane > .nano-slider {
  background-color: #0f4e77;
}

.pace .pace-progress-inner {
  box-shadow: 0 0 10px #66FF21, 0 0 5px #66FF21;
}
.pace .pace-activity {
  background-color: #66FF21;
}

/* NAVBAR
/*====================================*/
#navbar {
  position: absolute;
  width: 100%;
  z-index: 10000;
  background-color: #fff;
  left: 0;
  top: 0;
}

.navbar-header {
  left: 0;
  position: relative;
  float: left;
  background-color: #263238;
}

.navbar-content {
  position: relative;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3);
}

.navbar-aside-icon > *:before {
  background-color: #8f9ea6 !important;
  box-shadow: 0 0.45em 0 #8f9ea6, 0 0.9em 0 #8f9ea6 !important;
}

#container.mainnav-sm .navbar-content, #container.mainnav-lg .navbar-content {
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3);
}
#container.push #navbar-container, #container.slide #navbar-container, #container.reveal #navbar-container {
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3);
}
#container.push .navbar-content, #container.slide .navbar-content, #container.reveal .navbar-content {
  box-shadow: none;
}

/* BRAND LOGO & TEXT
/*====================================*/
.navbar-brand {
  color: #fff;
  padding: 0;
  height: 55px;
  position: relative;
  z-index: 2000;
  overflow: hidden;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: #fff;
}

.brand-title {
  display: block;
  line-height: 55px;
}

.brand-icon {
  display: block;
  line-height: 55px;
  /*width: 55px;*/
  height: 55px;
  float: left;
  margin: 0;
}

.brand-text {
  display: block;
  font-size: 21px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .brand-title {
    width: 220px;
  }
}
/* NAVBAR ICON & BUTTON */
/*======================================*/
.navbar-icon-color, .navbar-top-links > li > a:focus:not(.mainnav-toggle) > i, .navbar-top-links > li > a:hover:not(.mainnav-toggle) > i {
  color: #677882;
  transition: color 0.4s;
}

@media (max-width: 768px) {
  .navbar-top-links > li {
    position: static;
  }
  .navbar-top-links .dropdown-menu {
    width: auto;
    left: 10px;
    right: 10px;
  }
}
.navbar-top-links > li {
  float: left;
}
.navbar-top-links > li > a {
  display: table-cell;
  padding: 0 8px;
  vertical-align: middle;
  height: 55px;
  color: #8f9ea6;
  transition: all 0.4s;
}
.navbar-top-links > li > a:not(.mainnav-toggle) > i {
  color: #8f9ea6;
  transition: color 0.4s;
}
.navbar-top-links > li > a:focus {
  background-color: transparent;
}
.navbar-top-links > li > a:hover {
  background-color: #fff !important;
  color: #677882;
  transition: all 0.4s;
}
.navbar-top-links > li > a > i {
  font-size: 17px;
  line-height: 1em;
  vertical-align: middle;
}
.navbar-top-links > .open > a, .navbar-top-links > .open > a:focus {
  background-color: #f9f9f9 !important;
  color: #677882;
}
.navbar-top-links .dropdown-menu .panel-body {
  padding: 0;
}
.navbar-top-links .dropdown-menu .nano:not(.scrollable) {
  max-height: 180px;
}
.navbar-top-links .dropdown-menu .nano:not(.scrollable) .nano-content {
  position: static;
}
.navbar-top-links .tgl-menu-btn > a, .navbar-top-links .tgl-menu-btn > a:hover, .navbar-top-links .tgl-menu-btn > a:focus {
  color: #8f9ea6;
}
.navbar-top-links .tgl-menu-btn > a:hover, .navbar-top-links .tgl-menu-btn a:focus {
  background-color: transparent;
}
.navbar-top-links .head-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-top-links .head-list li a {
  display: block;
  padding: 12px 15px;
  background: transparent;
  transition: background .3s;
}
.navbar-top-links .head-list li a h5 {
  font-size: 1em;
  font-weight: 400;
}
.navbar-top-links .head-list li a i {
  color: #4d627b;
}
.navbar-top-links .head-list li a [class^="bg-"] i, .navbar-top-links .head-list li a [class*=" bg-"] i {
  color: #fff;
}
.navbar-top-links .head-list li a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #8f9ea6;
}
.navbar-top-links .head-list li a > .media-body {
  vertical-align: middle;
}

.badge-header {
  position: absolute;
  font-size: .85em;
  font-weight: normal;
  top: 50%;
  margin-top: -1.5em;
  min-width: 1.85em;
  padding: 3px 5px;
  right: 3px;
}

.badge-header:empty {
  display: inline;
  border-radius: 50%;
  min-width: 0;
  padding: 5px;
  right: .55em;
  top: 2.2em;
  animation-iteration-count: 5;
}

.navbar-top-links .dropdown-menu .nano {
  max-height: 265px;
}

/* DROPDOWN USER */
/*======================================*/
.img-user {
  width: 32px;
  height: 32px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

#dropdown-user .ic-user {
  font-size: 1.5em;
  height: 55px;
  line-height: 55px;
}

.username {
  float: right;
  white-space: nowrap;
  line-height: 55px;
  margin: 0 10px;
}

/* NAVBAR RESPONSIVE */
/*======================================*/
@media (min-width: 768px) {
  #dropdown-user > .dropdown-toggle img {
    -webkit-transform: translateY(11.5px);
    -ms-transform: translateY(11.5px);
    transform: translateY(11.5px);
  }

  #navbar {
    background-color: transparent;
  }

  .navbar-header {
    background-color: transparent;
  }
  .navbar-header:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 55px;
    background-color: #263238;
  }

  #container.mainnav-out .navbar-header:before {
    width: 0;
  }

  #container.mainnav-in .navbar-header:before {
    width: 100%;
  }

  #navbar-container {
    background-color: #fff;
  }

  .navbar-content {
    margin-left: 220px;
    background-color: transparent;
  }

  #navbar .brand-title {
    padding: 0 1.5em 0 55px;
  }

  #container.mainnav-in .navbar-brand,
  #container.mainnav-lg .navbar-brand,
  #container.mainnav-in .brand-title,
  #container.mainnav-lg .brand-title {
    width: 220px;
  }

  #container.mainnav-in .brand-icon,
  #container.mainnav-sm .brand-icon,
  #container.mainnav-lg .brand-icon {
    background-color: transparent;
  }

  #container.mainnav-in .brand-title,
  #container.mainnav-sm .brand-title,
  #container.mainnav-lg .brand-title {
    color: #fff;
  }

  #container.effect .brand-title,
  #container.effect.mainnav-in .brand-title,
  #container.effect.mainnav-sm .brand-title,
  #container.effect.mainnav-lg .brand-title {
    transition: color 0.35s;
  }

  .navbar-middle {
    position: static;
  }

  .navbar-top-links > li > a {
    padding: 0 12px;
  }
  .navbar-top-links .tgl-menu-btn {
    position: static;
  }
  .navbar-top-links .tgl-menu-btn > a, .navbar-top-links .tgl-menu-btn > a:hover {
    color: #8f9ea6;
  }
  .navbar-top-links .tgl-menu-btn > a:focus {
    background-color: transparent;
    color: #8f9ea6;
  }
}
/* NAVBAR : FIXED */
/*======================================*/
#container.navbar-fixed > #navbar {
  position: fixed;
}
#container.navbar-fixed > #navbar .shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
#container.navbar-fixed .navbar-top-links .dropdown-menu .nano > .nano-content {
  position: absolute;
}

/* NAVIGATION */
/*======================================*/
#mainnav-container {
  position: absolute;
  width: 220px;
  left: -220px;
  padding-top: 55px;
  top: 0;
  bottom: 0;
  z-index: 4000;
  min-height: 100%;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
}

#mainnav {
  height: 100%;
  background-color: #263238;
}
#mainnav .list-header {
  font-size: .8em;
  font-weight: 700;
  color: #747e88;
  margin-top: 20px;
  text-transform: uppercase;
}
#mainnav .list-divider {
  border-color: rgba(0, 0, 0, 0.04);
  margin: 0;
}

#mainnav-menu-wrap {
  height: 100%;
}

#container:not(.mainnav-sm) #mainnav-menu-wrap > .nano > .nano-content {
  padding-top: 20px;
}
#container:not(.mainnav-sm) #mainnav-menu {
  margin-top: 10px;
}
#container:not(.mainnav-sm) .mainnav-profile {
  margin-top: -20px;
}

/* PROFILE WIDGET */
/*======================================*/
@media (min-width: 768px) {
  .mainnav-sm .mainnav-profile {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0;
  }
}
.mainnav-profile {
  color: #abb1b7;
  opacity: 1;
  margin-bottom: 7px;
  max-height: 350px;
  overflow: hidden;
}
.mainnav-profile .mnp-name {
  color: #abb1b7;
  margin: 0;
  font-size: 1em;
  font-weight: 600;
}
.mainnav-profile .dropdown-caret, .mainnav-profile .mnp-desc {
  font-size: .9em;
  color: #abb1b7;
  opacity: 0.75;
}
.mainnav-profile .profile-wrap {
  padding: 30px 20px 12px;
  background-color: #263238;
}

#mainnav .mainnav-profile .list-group {
  background-color: #222d32;
  margin: 0;
}
#mainnav .mainnav-profile .list-group-item {
  color: #abb1b7;
  padding: 12px 20px;
}
#mainnav .mainnav-profile .list-group-item:hover {
  color: #828b94;
  background-color: transparent;
}

/* NAVIGATION MENU */
/*======================================*/
#mainnav-menu ul, .mainnav-widget ul, .menu-popover ul, .menu-popover .sub-menu ul {
  list-style: none;
  padding-left: 0;
}

#mainnav li .arrow {
  float: right;
  line-height: 1.15;
  padding-right: 0;
}
#mainnav li .arrow:before {
  content: '';
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  display: inline-block;
  height: 0.4em;
  left: 0;
  position: relative;
  top: 0;
  width: 0.4em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mainnav li.active > a > .arrow:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

#mainnav-menu a {
  display: block;
  color: #abb1b7;
  padding: 12px 18px;
  transition: all .15s;
}
#mainnav-menu a strong {
  font-weight: 600;
}
#mainnav-menu a .badge, #mainnav-menu a .label {
  line-height: 1.15em;
}
#mainnav-menu > li > a:hover, #mainnav-menu > li > a:active {
  color: #fff;
}
#mainnav-menu > li > a.hover {
  color: #fff;
  background-color: #2c3a41;
}
#mainnav-menu > .active-link > a, #mainnav-menu > .active-link > a:hover {
  color: #fff;
  padding-left: 20px;
  font-weight: 600;
  background-color: #66FF21;
  margin: 0 5px;
  padding-left: 13px;
  padding-right: 13px;
  border-radius: 3px;
}
#mainnav-menu > .active-link > a i, #mainnav-menu > .active-link > a:hover i {
  color: #fff;
}
#mainnav-menu > .active-sub > a, #mainnav-menu > .active-sub > a:hover {
  color: #fff;
  font-weight: 600;
  background-color: #66FF21;
  margin: 0 5px;
  padding-left: 13px;
  padding-right: 13px;
  border-radius: 3px;
}
#mainnav-menu > .active-sub .active-sub > a, #mainnav-menu > .active-sub .active-sub > a:hover {
  color: #fff;
  font-weight: 700;
}
#mainnav-menu > .active-sub .active-sub > a > .arrow:before, #mainnav-menu > .active-sub .active-sub > a:hover > .arrow:before {
  border-width: 0.15em 0.15em 0 0;
}
#mainnav-menu .active:not(.active-sub) > a {
  font-weight: 700;
  color: #fff;
}
#mainnav-menu > .active {
  background-color: #222d32;
}
#mainnav-menu > .active .active {
  background-color: #1e272c;
}
#mainnav-menu ul .list-header {
  padding: 10px 20px 12px 55px;
}
#mainnav-menu ul ul a {
  padding: 10px 20px 12px 65px;
}
#mainnav-menu i {
  padding: 0 10px 0 0;
  vertical-align: middle;
}
#mainnav-menu .hide-lg {
  display: none;
}

#mainnav-menu ul a, .menu-popover .sub-menu ul a {
  padding: 10px 20px 12px 53px;
}
#mainnav-menu ul a:hover, .menu-popover .sub-menu ul a:hover {
  color: #fff;
}
#mainnav-menu ul ul a:hover, .menu-popover .sub-menu ul ul a:hover {
  color: #fff;
}
#mainnav-menu ul .active-link a, .menu-popover .sub-menu ul .active-link a {
  font-weight: 700;
  color: #fff;
}

#container.mainnav-sm #mainnav-menu > .active-link > a, #container.mainnav-sm #mainnav-menu > .active-link a:hover, #container.mainnav-sm #mainnav-menu > .active-sub > a, #container.mainnav-sm #mainnav-menu > .active-sub a:hover {
  background-color: #66FF21;
  box-shadow: none;
}

/* NAVIGATION - SHORTCUT BUTTONS */
/*======================================*/
#mainnav-shortcut {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 10px;
}
#mainnav-shortcut ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
#mainnav-shortcut li {
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
#mainnav-shortcut .shortcut-grid {
  display: table;
  border: 0;
  width: 100%;
  height: 1.7em;
  color: #abb1b7;
}
#mainnav-shortcut .shortcut-grid > i {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
}
#mainnav-shortcut .shortcut-grid > span {
  display: table-cell;
  vertical-align: middle;
}
#mainnav-shortcut .shortcut-wrap .shortcut-grid > .icon-wrap, #mainnav-shortcut .shortcut-wrap .shortcut-grid:hover > .icon-wrap {
  transition: all .3s;
}
#mainnav-shortcut .shortcut-wrap .shortcut-grid:hover > .icon-wrap {
  background-color: #66FF21;
  color: #fff;
}

@media (min-width: 768px) {
  #container:not(.mainnav-sm) #mainnav-shortcut {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  #container.mainnav-sm #mainnav-shortcut {
    max-height: 250px;
  }
  #container.mainnav-sm #mainnav-shortcut .shortcut-wrap .shortcut-grid {
    padding: 2px 8.75px;
  }
  #container.mainnav-sm #mainnav-shortcut .shortcut-wrap .shortcut-grid .icon-wrap {
    transform: translateY(5px);
  }
  #container.mainnav-sm #mainnav-shortcut > ul > li {
    width: 100%;
    text-align: left;
  }
  #container.mainnav-sm #mainnav-shortcut > ul > li .shortcut-grid {
    height: auto;
    display: block;
    padding: 12px 21px;
  }
  #container.mainnav-sm #mainnav-shortcut > ul > li i {
    font-size: 13px;
    line-height: 1.42857;
  }
  #container.mainnav-sm #mainnav-shortcut .shortcut-grid > .hide-sm {
    display: none;
  }
}
/* NAVIGATION - WIDGET */
/*======================================*/
.mainnav-widget {
  color: #abb1b7;
}
.mainnav-widget-content {
  padding: 10px 15px;
}
.mainnav-widget .show-small a {
  display: none;
}

/* NAVIGATION - FIXED POSITION */
/*======================================*/
#container.mainnav-fixed #mainnav-container {
  position: fixed;
}
#container.mainnav-fixed #mainnav {
  height: 100%;
  height: 100vh;
}
#container.mainnav-fixed #mainnav .nano-content {
  position: absolute;
}

@media (min-width: 768px) {
  #container.mainnav-fixed.mainnav-lg #mainnav-menu-wrap {
    height: 100%;
  }
  #container.mainnav-fixed.mainnav-sm #mainnav-menu-wrap {
    height: 100%;
  }

  #container.mainnav-sm #mainnav .menu-popover .nano > .nano-content {
    top: auto;
    max-height: 100%;
    position: absolute;
  }
  #container.mainnav-sm #mainnav .menu-popover .nano-content {
    position: static;
  }
}
/* MAIN NAVIGATION - AFFIX */
/*======================================*/
#container.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix {
  top: -55px;
  position: fixed;
}
#container.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix-top {
  top: 0;
  position: absolute;
}
#container.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix-top #mainnav-menu-wrap > .nano > .nano-content {
  bottom: 55px;
}

/* MAIN NAVIGATION - EXPANDING  */
/* For large screen */
/*======================================*/
@media (min-width: 992px) {
  #container.mainnav-lg #mainnav-container {
    left: 0;
  }
  #container.mainnav-lg #footer, #container.mainnav-lg #content-container {
    padding-left: 220px;
  }
}
/* Expanding with off canvas mode */
/*======================================*/
@media (min-width: 768px) and (max-width: 991px) {
  #container.mainnav-lg #content-container, #container.mainnav-lg #footer {
    left: 220px;
  }
  #container.mainnav-lg .tgl-menu-btn {
    right: 220px;
  }
  #container.mainnav-lg #mainnav-container {
    left: 0;
  }
  #container.mainnav-lg #mainnav-menu-wrap {
    height: 100%;
  }
}
/* NAVIGATION - COLLAPSING  */
/*======================================*/
.menu-popover.popover > .popover-title, .menu-popover.popover > .popover-content > .sub-menu > .nano-content, .menu-popover.popover > .popover-content > .single-content {
  box-shadow: 10px 0 20px -5px rgba(0, 0, 0, 0.15) !important;
}

@media (min-width: 768px) {
  #mainnav-menu .list-header, #mainnav-menu .list-divider, #mainnav-menu .menu-title, #mainnav-menu .arrow, #mainnav-menu .menu-title > .label, #mainnav-menu .menu-title > .badge {
    opacity: 1;
  }
  .mainnav-sm #mainnav-menu .list-header, .mainnav-sm #mainnav-menu .list-divider, .mainnav-sm #mainnav-menu .menu-title, .mainnav-sm #mainnav-menu .arrow, .mainnav-sm #mainnav-menu .menu-title > .label, .mainnav-sm #mainnav-menu .menu-title > .badge {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    height: 0;
    opacity: 0;
  }

  #container.mainnav-sm .brand-icon {
    width: 55px;
    height: 55px;
  }
  #container.mainnav-sm .shortcut-grid:hover {
    transition: background-color 0.2s, padding-left 0.3s, box-shadow 0.4s;
  }
  #container.mainnav-sm ul:not(.shortcut-wrap) .shortcut-grid:hover,
  #container.mainnav-sm .popover.mainnav-shortcut {
    background-color: #2c3a41;
    color: #fff;
  }
  #container.mainnav-sm .popover.mainnav-shortcut {
    box-shadow: 10px 0 20px -5px rgba(0, 0, 0, 0.15) !important;
  }
  #container.mainnav-sm #mainnav-menu a {
    white-space: nowrap;
    position: relative;
    padding: 12px 0 12px 21px;
    margin: 0;
    border-radius: 0;
  }
  #container.mainnav-sm #mainnav-menu a .badge {
    margin-top: -1.5em;
  }
  #container.mainnav-sm #mainnav-menu a .badge {
    position: absolute;
    padding: 3px 7px;
    right: 2px;
    top: 25%;
  }
  #container.mainnav-sm #mainnav-menu a i {
    display: inline;
  }
  #container.mainnav-sm #mainnav-menu .active-link > a, #container.mainnav-sm #mainnav-menu .active-sub > a {
    color: #fff;
  }
  #container.mainnav-sm #mainnav-menu .collapse {
    display: none;
    height: 0 !important;
  }
  #container.mainnav-sm #mainnav-container, #container.mainnav-sm #navbar .navbar-brand {
    width: 55px;
    left: 0;
  }
  #container.mainnav-sm #navbar .navbar-content {
    margin-left: 55px;
  }
  #container.mainnav-sm #content-container, #container.mainnav-sm #footer {
    padding-left: 55px;
    left: 0;
  }
  #container.mainnav-sm #mainnav {
    position: relative;
  }
  #container.mainnav-sm #mainnav .mainnav-widget > .show-small a {
    display: block;
    color: #abb1b7;
    padding: 12px 0 12px 21px;
  }
  #container.mainnav-sm #mainnav .mainnav-widget > .show-small a:hover {
    color: #fff;
    transition: background-color .2s, padding-left .3s, box-shadow .4s;
  }
  #container.mainnav-sm #mainnav .mainnav-widget > .hide-small {
    display: none;
  }
  #container.mainnav-sm #mainnav .mainnav-widget .hover {
    color: #fff;
    background-color: #2c3a41;
  }

  .top-auto {
    top: auto !important;
  }

  /* NAVIGATION - POPOVER  */
  /*======================================*/
  #mainnav .menu-popover .nano > .nano-content {
    position: absolute;
  }

  #mainnav-menu ul ul a:hover, .menu-popover .sub-menu ul ul a:hover {
    background-color: rgba(0, 0, 0, 0.0005);
  }

  .menu-popover {
    left: 55px !important;
  }
  .menu-popover .sub-menu .pop-in {
    display: block;
    visibility: visible;
  }
  .menu-popover .sub-menu ul {
    background-color: #202a2f;
  }
  .menu-popover .sub-menu ul ul {
    background-color: #1c2429;
  }
  .menu-popover .sub-menu ul ul > li > a {
    padding-left: 27px;
  }
  .menu-popover .sub-menu ul ul > li > a:hover {
    color: #fff;
  }
  .menu-popover .sub-menu ul a:hover {
    color: #fff;
  }
  .menu-popover .sub-menu ul li > a {
    display: block;
    color: #abb1b7;
    padding: 12px 17px;
  }
  .menu-popover .single-content {
    color: #fff;
    background-color: #2c3a41;
  }
  .menu-popover.popover {
    width: 220px;
    padding: 0;
    border: 0;
    border-radius: 0 2px 2px 0;
    background-color: #222d32;
    color: #fff;
    position: absolute;
    box-shadow: none;
    margin-left: 0;
  }
  .menu-popover.popover.in {
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
  }
  .menu-popover > .popover-title {
    border: 0;
    border-radius: 0;
    padding: 14px 20px;
    background-color: #2c3a41;
    font-size: 1.05em;
    font-weight: 600;
    position: relative;
    z-index: 5000;
    color: #fff;
  }
  .menu-popover > .popover-title strong {
    font-weight: 300;
  }
  .menu-popover > .popover-content {
    padding: 0;
    width: 100%;
    position: absolute;
    border-radius: 0 0 2px 0;
  }
  .menu-popover > .popover-content > .single-content {
    padding: 12px 14px;
    display: block;
    white-space: nowrap;
  }
  .menu-popover > .popover-content > .single-content strong {
    font-weight: 300;
  }
  .menu-popover > .popover-content > .single-content .label, .menu-popover > .popover-content > .single-content .badge {
    margin-left: 10px;
    float: none !important;
  }
  .menu-popover ul {
    width: 220px;
    margin-bottom: 0;
  }
  .menu-popover .mainnav-widget-content {
    background-color: #2c3a41;
  }
  .menu-popover .mainnav-widget-content > .list-group {
    display: block;
    width: auto;
  }
}
.popover.mainnav-shortcut {
  white-space: nowrap;
}
.popover.mainnav-shortcut .popover-content {
  padding: 12px 15px;
}

.mainnav-sm .popover.mainnav-shortcut {
  display: block !important;
  border: 0;
  margin-top: -42.57141px;
  margin-left: -1px;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
  width: auto;
  max-width: 300px;
  border-radius: 0 2px 2px 0;
  background-color: #222d32;
  color: #fff;
  left: 55px !important;
}
.mainnav-sm .popover.mainnav-shortcut.in {
  -webkit-animation: fadeIn .3s;
  animation: fadeIn .3s;
}
.mainnav-sm .popover.mainnav-shortcut.in .popover-content {
  height: 100%;
  margin: 0;
}
.mainnav-sm .popover.mainnav-shortcut > .arrow {
  display: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* NAVIGATION - OFFCANVAS */
/*======================================*/
#container.mainnav-out #content-container,
#container.mainnav-in #mainnav-container {
  left: 0;
}

#container.mainnav-in #mainnav-menu-wrap {
  height: 100%;
}

@media (min-width: 768px) {
  #container.mainnav-in.footer-fixed #footer, #container.mainnav-in #content-container, #container.mainnav-in #footer {
    left: 220px;
  }

  #container:not(.boxed-layout).mainnav-in.easeInBack #mainnav-container,
  #container:not(.boxed-layout).mainnav-in.easeOutBack #mainnav-container,
  #container:not(.boxed-layout).mainnav-in.easeInOutBack #mainnav-container,
  #container:not(.boxed-layout).mainnav-in.jumping #mainnav-container,
  #container:not(.boxed-layout).mainnav-out.easeInBack #mainnav-container,
  #container:not(.boxed-layout).mainnav-out.easeOutBack #mainnav-container,
  #container:not(.boxed-layout).mainnav-out.easeInOutBack #mainnav-container,
  #container:not(.boxed-layout).mainnav-out.jumping #mainnav-container {
    box-shadow: -20px 0 0 0 #263238;
  }

  #container.mainnav-in #navbar, #container.mainnav-in .navbar-header {
    left: 0;
  }
  #container.mainnav-in .tgl-menu-btn {
    right: 0;
  }
  #container.mainnav-in.aside-in #aside-container {
    right: -220px;
  }
  #container.mainnav-out .brand-title {
    background-color: transparent;
    color: #8f9ea6;
  }
}
/* Reveal*/
/*======================================*/
@media (min-width: 768px) {
  #container.reveal #content-container {
    min-height: 100vh;
  }

  #container.mainnav-out.reveal #content-container,
  #container.mainnav-in.reveal #content-container {
    z-index: 7000;
  }

  #container.mainnav-in.reveal.aside-in #aside-container {
    right: -220px;
  }

  #container.mainnav-in.reveal.aside-in #footer {
    left: 220px;
  }

  #container.mainnav-out.reveal #aside-container,
  #container.mainnav-in.reveal #aside-container {
    z-index: 9000;
  }

  #container.mainnav-out.reveal.aside-left:not(.aside-in) #aside-container,
  #container.mainnav-in.reveal.aside-left:not(.aside-in) #aside-container {
    left: -220px;
  }

  #container.mainnav-out.reveal #footer,
  #container.mainnav-in.reveal #footer {
    z-index: 8000;
  }

  #container.mainnav-out.reveal #mainnav-container {
    left: -220px;
  }

  #container.mainnav-in.reveal.slide .navbar-header:before,
  #container.mainnav-out.reveal.slide .navbar-header:before,
  #container.mainnav-out.reveal:not(.slide) #mainnav-container,
  #container.mainnav-in.reveal:not(.slide) #mainnav-container {
    left: 0;
    -webkit-transition-duration: 0;
    transition-duration: 0;
  }
}
/* Slide in on top */
/*======================================*/
@media (min-width: 768px) {
  #container.mainnav-in.slide #navbar, #container.mainnav-in.slide #content-container, #container.mainnav-in.slide #footer {
    left: 0;
  }
  #container.mainnav-in.slide.aside-in.aside-left #aside-container {
    left: 0;
  }
  #container.mainnav-in.slide.aside-in #aside-container {
    right: 0;
  }
}
/* ASIDE */
/* ===================================== */
#container #aside-container {
  padding: 0 20px;
  position: relative;
  top: 0;
  z-index: 3000;
}
#container #aside-container .nano-content {
  position: static;
  outline: none;
}
#container #aside .list-link li a:not(.btn) {
  color: #d1d1d1;
}
#container #aside .list-link li a:not(.btn):hover {
  color: #ffffff;
}
#container #aside .badge-stat {
  color: #34495e;
}
#container #aside .text-main {
  color: #ffffff;
}
#container.aside-float.aside-in #aside-container {
  box-shadow: -1px 0 17px rgba(0, 0, 0, 0.25);
}

#aside {
  background-color: #34495e;
  color: #ffffff;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
}
#aside a:not(.btn):not(.btn-link) {
  color: inherit;
}
#aside.aside-xs-in {
  max-height: none;
  overflow: hidden;
  margin-bottom: 70px;
}
#aside .bord-all,
#aside .bord-top,
#aside .bord-btm,
#aside .bord-left,
#aside .bord-rgt,
#aside .bord-hor,
#aside .bord-ver,
#aside .list-divider {
  border-color: #395168;
}
#aside .btn-link {
  color: #ffffff;
}
#aside .text-muted {
  color: #88a2bd;
}
#aside hr {
  border-color: rgba(0, 0, 0, 0.15);
}

/* Aside with tabs */
/* ===================================== */
#aside-container #aside .nav-tabs.nav-justified > li {
  display: table-cell;
  width: 1%;
}
#aside-container #aside .nav-tabs li {
  border-bottom: 1px solid #2b3c4e;
}
#aside-container #aside .nav-tabs li > a {
  border-radius: 0;
  border: 0;
  background-color: #34495e;
  padding: .9em 0;
  margin: 0;
}
#aside-container #aside .nav-tabs li > a > i {
  font-size: 1.35em;
  vertical-align: sub;
}
#aside-container #aside .nav-tabs li > a:before {
  content: '';
  display: block;
  background: #66FF21;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  right: 50%;
  transition: left 0.05s, right 0.05s;
}
#aside-container #aside .nav-tabs li:first-child > a {
  border-left: 0;
}
#aside-container #aside .nav-tabs li:last-child > a {
  border-right: 0;
}
#aside-container #aside .nav-tabs li:not(.active) a {
  opacity: .5;
}
#aside-container #aside .nav-tabs .active a:before {
  left: 0;
  right: 0;
  transition: left 0.15s, right 0.15s;
}
#aside-container #aside .tab-content {
  padding: 5px 0;
}
#container.aside-bright #aside .nav-tabs li {
  border-bottom: 1px solid #f9f9f9;
}
#container.aside-bright #aside .nav-tabs li > a {
  background-color: #ffffff;
}

/* ASIDE - RESPONSIVE LAYOUT */
/* ===================================== */
@media (max-width: 760px) {
  #container > div > #aside-container {
    top: 55px;
  }

  #container.aside-left.aside-in #aside-container {
    left: 0;
    right: auto;
  }

  #container.aside-left #aside-container {
    left: -255px;
    right: auto;
  }

  #container.aside-left.mainnav-sm #content-container,
  #container.aside-left.mainnav-sm #footer {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  #container.mainnav-sm.aside-left.aside-in #aside-container {
    left: 55px;
    right: auto;
  }
  #container.mainnav-sm.aside-left.aside-in #content-container, #container.mainnav-sm.aside-left.aside-in #footer {
    padding-left: 220px;
  }

  div#container.mainnav-lg.aside-left.aside-in #content-container, div#container.mainnav-lg.aside-left.aside-in #footer {
    padding-left: 220px;
    text-align: left;
  }
}
#aside {
  background-color: #34495e;
  height: 100%;
}

#container #aside-container {
  padding: 0;
  position: absolute;
  width: 255px;
  height: auto;
  left: auto;
  right: -255px;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  overflow: hidden;
  z-index: 3000;
}
#container #aside-container .nano-content {
  position: absolute;
}
#container #content-container, #container #footer {
  padding-right: 0;
}
#container.mainnav-in:not(.slide) #footer, #container.mainnav-in #content-container {
  padding-right: 0;
}

@media (min-width: 768px) {
  #container #aside {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  #container.aside-in #aside {
    padding-top: 55px;
  }
  #container.aside-in:not(.aside-float) #content-container {
    padding-right: 255px;
  }
  #container.aside-in.aside-left:not(.aside-float) #content-container, #container.aside-in.aside-left:not(.aside-float) #footer {
    padding-left: 255px;
    padding-right: 0;
  }
  #container.aside-in:not(.aside-float) #content-container, #container.aside-in:not(.aside-float) #footer {
    padding-right: 255px;
  }
  #container.aside-in.aside-left:not(.aside-float) #content-container, #container.aside-in.aside-left:not(.aside-float) #footer {
    padding-left: 255px;
    padding-right: 0;
  }
  #container.aside-in.aside-left.mainnav-lg:not(.aside-float) #content-container, #container.aside-in.aside-left.mainnav-lg:not(.aside-float) #footer {
    padding-left: 475px;
    padding-right: 0;
  }
  #container.aside-in.aside-left.mainnav-lg #aside-container {
    left: 220px;
    right: auto;
  }
  #container.aside-in.aside-left.mainnav-sm:not(.aside-float) #content-container, #container.aside-in.aside-left.mainnav-sm:not(.aside-float) #footer {
    padding-left: 310px;
    padding-right: 0;
  }
  #container.aside-in.aside-left.mainnav-sm #aside-container {
    left: 55px;
    right: auto;
  }
  #container.aside-in.aside-left.mainnav-in #aside-container {
    left: 220px;
    right: auto;
  }
}
/* ASIDE - TOGGLE HIDE/SHOW */
/* ===================================== */
#container.aside-in #aside-container {
  left: auto;
  right: 0;
}
#container.aside-in.aside-left.mainnav-in #aside-container {
  left: 220px;
  right: auto;
}

@media (min-width: 768px) {
  #container.aside-left #aside-container, #container.aside-in.aside-left #aside-container {
    left: -35px;
    right: auto;
  }
  #container.aside-left.mainnav-sm #aside-container {
    left: -200px;
  }
  #container.aside-left.mainnav-sm:not(.aside-float) #content-container, #container.aside-left.mainnav-sm:not(.aside-float) #footer {
    padding-left: 55px;
  }
  #container.aside-left.mainnav-out:not(.aside-in) #aside-container {
    left: -220px;
  }
}
/* ASIDE - FIXED POSITION */
/* ===================================== */
#container.aside-fixed #aside-container {
  position: fixed;
}
#container.aside-fixed #aside {
  height: 100%;
}
#container.aside-fixed #aside .nano-content {
  position: absolute;
}
#container.aside-fixed:not(.navbar-fixed) #aside-container.affix {
  top: -55px;
  position: fixed;
}
#container.aside-fixed:not(.navbar-fixed) #aside-container.affix-top {
  top: 0;
  position: absolute;
}

/* ASIDE - BRIGHT COLOR THEMES */
/* ===================================== */
#container.aside-bright #aside {
  background-color: #ffffff;
  border: 1px solid #dbe3ec;
  color: #8f9ea6;
}
#container.aside-bright #aside .badge-stat {
  color: #ffffff;
}
#container.aside-bright #aside .text-main {
  color: #4d627b;
}
#container.aside-bright #aside .text-light {
  color: #8f9ea6;
}
#container.aside-bright #aside hr {
  border-color: rgba(0, 0, 0, 0.09);
}
#container.aside-bright #aside .bord-all,
#container.aside-bright #aside .bord-top,
#container.aside-bright #aside .bord-btm,
#container.aside-bright #aside .bord-lft,
#container.aside-bright #aside .bord-rgt,
#container.aside-bright #aside .bord-hor,
#container.aside-bright #aside .bord-ver,
#container.aside-bright #aside .list-divider {
  border-color: #d3dce8;
}
#container.aside-bright #aside .text-muted {
  color: #b7c0c6;
}
#container.aside-bright #aside .progress {
  background-color: #e6e6e6;
}
#container.aside-bright #aside .list-link li a:not(.btn) {
  color: #9daab1;
}
#container.aside-bright #aside .list-link li a:not(.btn):hover {
  color: #8f9ea6;
}
#container.aside-bright #aside a:not(.btn) {
  color: #8f9ea6;
}
#container.aside-bright #aside a:not(.btn):hover, #container.aside-bright #aside a:not(.btn):focus {
  color: #73858f;
}
#container.aside-bright #aside .btn-link {
  color: #8f9ea6;
}

/* FOOTER */
/*======================================*/
#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #f6f8fa;
  color: #8f9ea6;
  position: absolute;
  padding-top: 10px;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  height: 35px;
}
#footer p {
  margin-bottom: 5px;
}

.footer-list {
  margin-bottom: 0;
}
.footer-list > li {
  vertical-align: top;
}

/* FOOTER - FIXED POSITION */
/*======================================*/
#container.footer-fixed #footer {
  left: 0;
  position: fixed;
  bottom: 0;
  margin-top: -35px;
  z-index: 1;
}

#footer .show-fixed {
  display: none;
}
#footer .hide-fixed {
  display: block;
  height: 100%;
}

#container.footer-fixed #footer .show-fixed {
  display: block;
  height: 100%;
}
#container.footer-fixed #footer .hide-fixed {
  display: none;
}

.collapsing {
  transition-duration: 10ms;
}

/* ANIMATIONS */
/* -------------------------------------*/
@media (min-width: 768px) {
  .effect .mainnav-profile {
    transition: opacity 0.35s, max-height 0.55s;
  }
}
.effect #navbar,
.effect #content-container,
.effect #mainnav-container,
.effect #aside-container,
.effect #footer,
.effect .navbar-brand,
.effect .navbar-content,
.effect .navbar-header:before {
  transition-property: width, padding, left, right;
  transition-duration: 0.35s;
}
.effect .navbar-content {
  transition-property: margin-left;
}
.effect .collapsing {
  transition-duration: .4s;
}

/* Variant */
/* -------------------------------------*/
.easeInQuart #navbar,
.easeInQuart #content-container,
.easeInQuart #mainnav-container,
.easeInQuart #aside-container,
.easeInQuart #footer,
.easeInQuart .collapsing,
.easeInQuart .navbar-brand,
.easeInQuart .navbar-content,
.easeInQuart .navbar-header:before {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.755, 0.045, 0.915, 0.135);
}

.easeOutQuart #navbar,
.easeOutQuart #content-container,
.easeOutQuart #mainnav-container,
.easeOutQuart #aside-container,
.easeOutQuart #footer,
.easeOutQuart .collapsing,
.easeOutQuart .navbar-brand,
.easeOutQuart .navbar-content,
.easeOutQuart .navbar-header:before {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.015, 0.77, 0.04, 0.985);
}

.easeInBack #navbar,
.easeInBack #content-container,
.easeInBack #mainnav-container,
.easeInBack #aside-container,
.easeInBack #footer,
.easeInBack .collapsing,
.easeInBack .navbar-brand,
.easeInBack .navbar-content,
.easeInBack .navbar-header:before {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.705, -0.155, 0.735, 0.045);
}

.easeOutBack #navbar,
.easeOutBack #content-container,
.easeOutBack #mainnav-container,
.easeOutBack #aside-container,
.easeOutBack #footer,
.easeOutBack .collapsing,
.easeOutBack .navbar-brand,
.easeOutBack .navbar-content,
.easeOutBack .navbar-header:before {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.28, 1.02, 0.36, 1.145);
}

.easeInOutBack #navbar,
.easeInOutBack #content-container,
.easeInOutBack #mainnav-container,
.easeInOutBack #aside-container,
.easeInOutBack #footer,
.easeInOutBack .collapsing,
.easeInOutBack .navbar-brand,
.easeInOutBack .navbar-content,
.easeInOutBack .navbar-header:before {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(1, -0.28, 0, 1.275);
}

.steps #navbar,
.steps #content-container,
.steps #mainnav-container,
.steps #aside-container,
.steps #footer,
.steps .collapsing,
.steps .navbar-brand,
.steps .navbar-content,
.steps .navbar-header:before {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 0.955, 1, 0.045);
}

.jumping #navbar,
.jumping #content-container,
.jumping #mainnav-container,
.jumping #aside-container,
.jumping #footer,
.jumping .collapsing,
.jumping .navbar-brand,
.jumping .navbar-content,
.jumping .navbar-header:before {
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.135, 1.525, 0, 0.9);
}

.rubber #navbar,
.rubber #content-container,
.rubber #mainnav-container,
.rubber #aside-container,
.rubber #footer,
.rubber .collapsing,
.rubber .navbar-brand,
.rubber .navbar-content,
.rubber .navbar-header:before {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1.65, 1, -0.6);
}

/* MEGAMENU */
/*======================================*/
.open.mega-dropdown > .mega-dropdown-toggle:before, .open.mega-dropdown > .mega-dropdown-toggle:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.open.mega-dropdown > .mega-dropdown-toggle:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.09);
  margin: -8px 0 0 0;
  bottom: -10px;
}
.open.mega-dropdown > .mega-dropdown-toggle:after {
  border-bottom: 7px solid #fff;
  margin: -7px 0 0 0;
  bottom: -11px;
  z-index: 10000;
}

.mega-dropdown {
  position: static !important;
}
.navbar-top-links > .mega-dropdown > .dropdown-menu.mega-dropdown-menu {
  left: 5px;
  right: 5px;
  max-width: 1250px;
}

.dropdown-menu.mega-dropdown-menu {
  padding: 15px;
}
.dropdown-menu.mega-dropdown-menu:after {
  content: '';
  display: table;
  clear: both;
}
.dropdown-menu.mega-dropdown-menu .list-unstyled .dropdown-header {
  font-size: 1em;
  font-weight: 600;
  padding: 10px 4px;
}
.dropdown-menu.mega-dropdown-menu .list-unstyled li a {
  display: block;
  padding: 4px;
  background-color: transparent;
}
.dropdown-menu.mega-dropdown-menu .list-unstyled li a:not(.disabled-link):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* INVOICE */
/*======================================*/
#container .invoice-masthead {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#container .invoice-masthead > .invoice-text {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#container .invoice-masthead > .invoice-brand {
  display: inline-block;
}
#container .invoice-logo > .media-left, #container .invoice-logo > .media-body {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
#container .invoice-details {
  min-width: 200px;
  margin: 0 auto;
}
#container .invoice-details td {
  padding: 2px 0;
}
#container .invoice-summary thead > tr > th {
  font-weight: 700;
  padding-bottom: 15px;
}
#container .invoice-summary tbody > tr > td {
  vertical-align: middle;
}
#container .invoice-summary tbody > tr > td > strong {
  display: block;
  font-weight: 600;
  color: #4d627b;
}
#container .invoice-summary .min-col {
  width: 10%;
  min-width: 100px;
}
#container .invoice-summary th, #container .invoice-summary td, #container .invoice-total th, #container .invoice-total td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#container .invoice-total {
  max-width: 320px;
  float: right;
}
#container .invoice-total > tbody > tr:first-child > td {
  border: 0 !important;
}
#container .invoice-total > tbody > tr td {
  text-align: right;
}
#container .invoice-total > tbody > tr td:last-child {
  width: 200px;
}

@media (min-width: 768px) {
  #container .invoice-masthead {
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  #container .invoice-masthead > .invoice-text {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    float: right;
  }
  #container .invoice-masthead > .invoice-brand {
    display: block;
  }
  #container .invoice-masthead:after {
    content: '';
    clear: both;
  }
  #container .invoice-logo > .media-left, #container .invoice-logo > .media-body {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  #container .invoice-details {
    float: right;
  }
}
@media print {
  #container .invoice-masthead {
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  #container .invoice-masthead > .invoice-text {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    float: right;
  }
  #container .invoice-masthead > .invoice-brand {
    display: block;
  }
  #container .invoice-masthead:after {
    content: '';
    clear: both;
  }
  #container .invoice-bill:after {
    content: '';
    clear: both;
  }
  #container .invoice-bill > div {
    text-align: left;
    float: left;
  }
  #container .invoice-bill div:last-child {
    float: right;
  }
  #container .invoice-total {
    width: auto;
  }
  #container .invoice-details {
    float: right;
  }
}
/* WIDGET */
/*======================================*/
.widget-header {
  padding: 15px 15px 50px 15px;
  min-height: 125px;
  position: relative;
  overflow: hidden;
}

.widget-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

.widget-title {
  position: relative;
}

.widget-body {
  padding: 50px 15px 15px;
  position: relative;
}

.widget-img {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  margin-left: -32px;
  top: -32px;
}

/* WIDGET - CHAT */
/*======================================*/
.speech {
  position: relative;
  background: #b7dcfe;
  color: #317787;
  display: inline-block;
  border-radius: 2px;
  padding: 12px 20px;
}
.speech .media-heading {
  color: #317787;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 600;
}
.speech .media-heading:hover {
  text-decoration: underline;
}
.speech-time {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: .8em;
}
.speech-right {
  text-align: right;
}
.speech-right > .speech {
  background: #ffda87;
  color: #a07617;
  text-align: right;
}
.speech-right > .speech .media-heading {
  color: #a07617;
}
.speech-right > .speech:before {
  left: auto;
  right: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffdc91;
  border-right: 0;
  margin: 15px -6px 0 0;
}
.speech:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #b7dcfe;
  margin: 15px 0 0 -6px;
}

/* TIMELINE */
/*======================================*/
.timeline {
  position: relative;
  padding-bottom: 40px;
  background-color: #ecf0f5;
  color: #8f9ea6;
}
.timeline:before, .timeline:after {
  background-color: #c8cfd3;
  bottom: 20px;
  content: "";
  display: block;
  position: absolute;
}
.timeline:before {
  left: 49px;
  top: 20px;
  width: 1px;
}
.timeline:after {
  left: 46px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #c8cfd3;
  background-color: #ecf0f5;
}

.timeline-header {
  border-radius: 2px;
  clear: both;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
}
.timeline-header .timeline-header-title {
  display: inline-block;
  text-align: center;
  padding: 7px 15px;
  min-width: 100px;
}
.timeline .timeline-header:first-child {
  margin-bottom: 30px;
  margin-top: 15px;
}

.timeline-stat {
  width: 100px;
  float: left;
  text-align: center;
  padding-bottom: 15px;
}

.timeline-entry {
  margin-bottom: 25px;
  margin-top: 5px;
  position: relative;
  clear: both;
}

.timeline-entry-inner {
  position: relative;
}

.timeline-time {
  display: inline-block;
  padding: 2px 3px;
  background-color: #ecf0f5;
  color: #8f9ea6;
  font-size: .85em;
  max-width: 70px;
}

.timeline-icon {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  margin-top: 5px;
  background-color: #ecf0f5;
}
.timeline-icon > i {
  line-height: 40px;
  vertical-align: 0.1em;
}
.timeline-icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: top;
}
.timeline-icon:empty {
  height: 12px;
  width: 12px;
  margin-top: 20px;
  border: 2px solid #abb7bd;
}

.timeline-label {
  background-color: #ffffff;
  border-radius: 2px;
  margin-left: 85px;
  padding: 15px;
  position: relative;
  min-height: 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.timeline-label:before, .timeline-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
}
.timeline-label:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.09);
  margin: 15px 0 0 -10px;
}
.timeline-label:after {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #ffffff;
  margin: 15px 0 0 -9px;
}

.panel .timeline,
.panel .timeline:after,
.panel .timeline-time,
.panel .timeline-label,
.panel .timeline-icon:not([class^="bg-"]):not([class*=" bg-"]) {
  background-color: #fff;
}
.panel .timeline-label {
  box-shadow: none;
  border: 0;
  background-color: rgba(5, 5, 5, 0.04);
  margin-left: 100px;
}
.panel .timeline-label:before {
  display: none;
  border-right-color: rgba(0, 0, 0, 0.09);
}
.panel .timeline-label:after {
  border-right-color: rgba(0, 0, 0, 0.04);
}

@media (min-width: 768px) {
  .two-column.timeline {
    text-align: center;
  }
  .two-column.timeline:before {
    left: 50%;
  }
  .two-column.timeline:after {
    left: 50%;
    margin-left: -2px;
  }
  .two-column.timeline .timeline-entry {
    width: 50%;
    text-align: left;
  }
  .two-column.timeline .timeline-stat {
    margin-left: -50px;
  }
  .two-column.timeline .timeline-entry:nth-child(odd) {
    float: right;
  }
  .two-column.timeline .timeline-entry:nth-child(odd) .timeline-label {
    margin-left: 40px;
  }
  .two-column.timeline .timeline-header {
    text-align: center;
  }
  .two-column.timeline .timeline-entry:nth-child(even) {
    float: left;
  }
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-stat {
    left: 100%;
    position: relative;
    margin-left: -50px;
  }
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label {
    left: -90px;
    margin-right: -40px;
  }
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:before, .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:after {
    left: auto;
    right: 0;
    border-right: 0 solid transparent;
  }
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, 0.09);
    margin: 15px -10px 0 0;
  }
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:after {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #ffffff;
    margin: 15px -8px 0 0;
  }
}
/* TAGS */
/*======================================*/
.tag:not(.label) {
  background-color: #fff;
  font-size: .9em;
  padding: 5px 10px;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  line-height: 1.42857;
  vertical-align: middle;
  -webkit-transition: all .15s;
  transition: all .15s;
  margin-bottom: 4px;
}
.tag:not(.label) i {
  vertical-align: middle;
}

.tag.tag-lg, .btn-group-lg > .tag {
  padding: 10px 16px;
}

.tag.tag-sm, .btn-group-sm > .tag {
  padding: 4px 7px;
}

.tag.tag-xs, .btn-group-xs > .tag {
  padding: 1px 5px;
}

/* EMAIL */
/*======================================*/
.mail-nav > li > a {
  border-radius: 0;
}
.mail-nav > li > a:hover, .mail-nav > li > a:focus {
  background-color: transparent;
}
.mail-nav > li.active > a, .mail-nav > li.active > a:hover, .mail-nav > li.active > a:focus {
  background-color: rgba(0, 0, 0, 0.07);
  color: inherit;
  font-weight: 600;
}

.mail-list {
  list-style: none;
  padding: 0;
}
.mail-list > li {
  position: relative;
  padding: 12px;
  border-radius: 1px;
}
.mail-list > li:after {
  content: '';
  display: table;
  clear: both;
}

.mail-list-unread a {
  font-weight: 700;
}

.mail-control {
  float: left;
  width: 40px;
}

.mail-star {
  position: absolute;
  top: 47px;
  margin-left: 1px;
}

.mail-from {
  float: left;
  width: 105px;
}

.mail-subject {
  margin: 2.3em 0 0 40px;
}
.mail-subject .label {
  margin-right: .5em;
  vertical-align: middle;
  line-height: 2;
}

.mail-list .mail-from a,
.mail-list .mail-subject a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mail-attach-icon {
  width: 35px;
  float: right;
  text-align: center;
  min-height: 1.5em;
}

.mail-time {
  float: right;
  color: #b7c0c6;
  font-size: 85%;
  text-align: right;
}

.mail-toggle.navbar-toggle {
  display: block;
}

@media (min-width: 992px) {
  .mail-nav {
    width: 255px;
  }

  .mail-menu {
    display: block !important;
  }

  .mail-control, .mail-star {
    float: left;
    width: 50px;
  }

  .mail-from {
    width: 175px;
  }

  .mail-attach-icon {
    width: 35px;
    float: right;
    text-align: right;
    min-height: 1.5em;
  }

  .mail-time {
    width: 75px;
  }

  .mail-subject {
    overflow: hidden;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 470px) {
  .mail-star {
    position: static;
    float: left;
    width: 35px;
  }

  .mail-from {
    width: 175px;
    margin-right: 20px;
  }

  .mail-subject {
    display: block;
    padding-right: 50px;
  }
}
/* MAIL ICON */
/*======================================*/
/* COLORS */
/*======================================*/
.mail-list > li:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
.mail-list > li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mail-list > li.highlight {
  background-color: #f2f0c2;
}
.mail-list a, .mail-list a:focus {
  color: #8f9ea6;
}

.mail-star i {
  font-size: 1em;
  line-height: 0.4;
}
.mail-star > a, .mail-star > a:focus {
  color: #d3d7da;
}
.mail-starred .mail-star > a {
  color: #ffa100;
}
.mail-list .mail-star > a:hover {
  color: #ffbd4d;
}

.mail-attach-list {
  list-style: none;
  padding: 0;
}
.mail-attach-list > li {
  display: inline-block;
  width: 190px;
}
.mail-attach-list > li .mail-file-img, .mail-attach-list > li .mail-file-icon {
  height: 120px;
  overflow: hidden;
  text-align: center;
  background-color: #f8f9fa;
}
.mail-attach-list > li i {
  font-size: 75px;
  line-height: 120px;
  opacity: 0.4;
}
.mail-attach-list > li img {
  max-width: 210px;
  height: auto;
}

.mail-attach-label {
  min-width: 5em;
}

.mail-attach-file {
  overflow: hidden;
}

.mail-attach-btn {
  float: right;
}

@media (min-width: 1200px) {
  .mail-attach-label {
    float: left;
  }
}
.mail-message-reply {
  min-height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  padding: 10px 15px;
  cursor: pointer;
}

/* FORM WIZARD */
/*======================================*/
.wz-nav-off > li a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default !important;
}

.wz-icon-inline li > a .icon-wrap {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: inherit;
}

.wz-icon-bw li > a .icon-wrap, .wz-icon-bw li > a p {
  transition: all 0.5s;
}
.wz-icon-bw li.active ~ li > a .icon-wrap {
  color: #8f9ea6;
  background-color: rgba(0, 0, 0, 0.17);
  transition: all 0.5s;
}
.wz-icon-bw li:not(.active) > a p {
  color: #8f9ea6 !important;
  transition: all 0.5s;
}

/* FORM WIZARD : Classic */
/*======================================*/
.wz-classic {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
}
.wz-classic li {
  transition: all 0.5s;
}
.wz-classic li > a {
  color: inherit;
  display: block;
  text-align: center;
  padding: 20px 0;
}
.wz-classic li > a .icon-wrap {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: inherit;
}
.wz-classic:after {
  content: '';
  display: table;
  clear: both;
}
.wz-classic .active ~ li {
  color: inherit;
  background-color: inherit;
}
.wz-classic .active ~ li a {
  opacity: .5;
}

/* FORM WIZARD : Steps */
/*======================================*/
.wz-heading {
  position: relative;
}
.wz-heading .progress {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background-color: transparent;
}
.wz-heading.wz-w-label .progress {
  margin-top: -.5em;
}

.wz-steps {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  display: block;
  position: relative;
}
.wz-steps:after {
  content: '';
  display: table;
  clear: both;
}
.wz-steps li {
  transition: all, 0.5s;
}
.wz-steps li > a {
  color: inherit;
  display: block;
  text-align: center;
  padding: 0;
}
.wz-steps li > a .icon-wrap {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.wz-steps li .wz-desc {
  opacity: 0;
  transition: opacity 0.5s;
}
.wz-steps li:not(.active) .wz-icon {
  display: none;
}

.wz-steps .active ~ li {
  color: inherit;
}
.wz-steps .active ~ li a {
  opacity: .5;
}
.wz-steps .active ~ li .wz-icon {
  display: inline-block;
}
.wz-steps .active .wz-icon-done, .wz-steps .active ~ li .wz-icon-done {
  display: none;
}
.wz-steps .active .wz-desc {
  opacity: 1;
  transition: opacity 0.5s;
}

/* SCROLL TO TOP BUTTON */
/*======================================*/
.scroll-top {
  display: none;
}
.scroll-top.in {
  display: block;
  background-color: #66FF21;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 45px;
  right: 15px;
  z-index: 999;
  opacity: 1;
  padding: 10px;
  font-size: 1.5em;
  border-radius: 100%;
  box-shadow: none;
  transition: all 0.15s;
}
.scroll-top.in:hover {
  opacity: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  transition: all 0.15s;
}
.scroll-top.in:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  transform: scale(1.05);
  transition: all 0.15s;
}
.scroll-top.in > i {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1.1em;
}

/* NIFTY OVERLAY */
/*======================================*/
.panel-overlay-wrap {
  position: relative;
}

.panel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  z-index: 795;
}
.panel-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  vertical-align: middle;
  margin-left: -5px;
}

.panel-overlay-title {
  margin: 10px 0 5px;
}

.panel-overlay-icon {
  display: inline-block;
  vertical-align: middle;
}

.panel-overlay-content {
  display: inline-block;
  vertical-align: middle;
}

/* NIFTY LANGUAGE SELECTOR */
/*======================================*/
.lang-flag {
  display: inline-block;
  padding: 3px 5px 3px 0;
}

.lang-selected > .lang-flag {
  padding: 0;
}

.lang-id {
  font-weight: 600;
}

.lang-id, .lang-name {
  display: none;
  vertical-align: middle;
}

.lang-selector .lang-id {
  display: inline-block;
}

.lang-selector + .dropdown-menu .lang-name {
  display: inline-block;
}

.lang-selector + .dropdown-menu a {
  padding: 10px !important;
}

.lang-selector + .dropdown-menu .active {
  display: none;
}

@media (min-width: 992px) {
  .lang-id, .lang-selector .lang-id {
    display: none;
  }
}
/* NIFTY NOTIFICATION */
/*======================================*/
.alert-wrap {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.7s linear;
}
.alert-wrap > .alert {
  margin: 0;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  text-align: left;
}
.alert-wrap > .alert > .media {
  margin: 0;
  padding-right: 15px;
}
.alert-wrap > .alert > .media > .media-body {
  min-width: 150px;
  width: auto;
  vertical-align: middle;
}
#page-alert > .alert-wrap > .alert {
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.04);
}
.alert-wrap.in {
  max-height: 500px;
  transition: max-height 1s linear;
}

.floating-container .animated.alert-wrap {
  overflow: visible;
}

.floating-container .animated.alert-wrap > .alert {
  border-radius: 2px;
}

.alert-message, .alert-title {
  margin-bottom: 1px;
  padding-right: 2ex;
}

.alert-title {
  font-size: 1.12em;
}
.alert-title:empty {
  display: none;
}

.alert-primary .alert-icon {
  color: #ffffff;
}

.alert-info .alert-icon {
  color: #ffffff;
}

.alert-success .alert-icon {
  color: #ffffff;
}

.alert-warning .alert-icon {
  color: #ffffff;
}

.alert-danger .alert-icon {
  color: #ffffff;
}

.alert-mint .alert-icon {
  color: #ffffff;
}

.alert-purple .alert-icon {
  color: #ffffff;
}

.alert-pink .alert-icon {
  color: #ffffff;
}

.alert-dark .alert-icon {
  color: #ffffff;
}

/* Floating */
/*======================================*/
#floating-top-right {
  position: fixed;
  text-align: right;
  top: 7px;
  right: 7px;
  left: 7px;
  z-index: 99999;
}
#floating-top-right .alert-wrap {
  display: inline-block;
  clear: right;
  float: right;
  margin-bottom: 5px;
  position: relative;
  opacity: .96;
  z-index: 990;
}
#floating-top-right .alert-wrap:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  #floating-top-right {
    left: auto;
    max-width: 727px;
  }
}
@media (min-width: 992px) {
  #floating-top-right {
    left: auto;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  #floating-top-right {
    left: auto;
    max-width: 35%;
  }
}
/*!	Animate.css - http://daneden.me/animate - Licensed under the MIT license - http://opensource.org/licenses/MIT -	Copyright (c) 2014 Daniel Eden	*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.jellyIn {
  -webkit-animation: jellyIn .7s linear both;
  animation: jellyIn .7s linear both;
}

/*! Generated with Bounce.js. Edit at http://goo.gl/whUyiv */
@-webkit-keyframes jellyIn {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.761905% {
    -webkit-transform: matrix3d(0.82739, 0, 0, 0, 0, 0.86975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.82739, 0, 0, 0, 0, 0.86975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.52381% {
    -webkit-transform: matrix3d(0.94685, 0, 0, 0, 0, 1.03237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.94685, 0, 0, 0, 0, 1.03237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.285714% {
    -webkit-transform: matrix3d(1.02254, 0, 0, 0, 0, 1.09127, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02254, 0, 0, 0, 0, 1.09127, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.047619% {
    -webkit-transform: matrix3d(1.05171, 0, 0, 0, 0, 1.06355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05171, 0, 0, 0, 0, 1.06355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.809524% {
    -webkit-transform: matrix3d(1.04857, 0, 0, 0, 0, 1.01093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04857, 0, 0, 0, 0, 1.01093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  28.571429% {
    -webkit-transform: matrix3d(1.03082, 0, 0, 0, 0, 0.97867, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03082, 0, 0, 0, 0, 0.97867, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  38.095238% {
    -webkit-transform: matrix3d(0.99876, 0, 0, 0, 0, 0.98966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99876, 0, 0, 0, 0, 0.98966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  42.857143% {
    -webkit-transform: matrix3d(0.9928, 0, 0, 0, 0, 1.00257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9928, 0, 0, 0, 0, 1.00257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.619048% {
    -webkit-transform: matrix3d(0.99231, 0, 0, 0, 0, 1.00725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99231, 0, 0, 0, 0, 1.00725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.380952% {
    -webkit-transform: matrix3d(0.99465, 0, 0, 0, 0, 1.00505, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99465, 0, 0, 0, 0, 1.00505, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.142857% {
    -webkit-transform: matrix3d(0.99757, 0, 0, 0, 0, 1.00087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99757, 0, 0, 0, 0, 1.00087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.904762% {
    -webkit-transform: matrix3d(0.9998, 0, 0, 0, 0, 0.99831, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9998, 0, 0, 0, 0, 0.99831, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  71.428571% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99918, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99918, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.190476% {
    -webkit-transform: matrix3d(1.00091, 0, 0, 0, 0, 1.0002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00091, 0, 0, 0, 0, 1.0002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.952381% {
    -webkit-transform: matrix3d(1.00047, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00047, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.714286% {
    -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 1.0004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0001, 0, 0, 0, 0, 1.0004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.47619% {
    -webkit-transform: matrix3d(0.99989, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99989, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.238095% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes jellyIn {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.761905% {
    -webkit-transform: matrix3d(0.82739, 0, 0, 0, 0, 0.86975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.82739, 0, 0, 0, 0, 0.86975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.52381% {
    -webkit-transform: matrix3d(0.94685, 0, 0, 0, 0, 1.03237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.94685, 0, 0, 0, 0, 1.03237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.285714% {
    -webkit-transform: matrix3d(1.02254, 0, 0, 0, 0, 1.09127, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02254, 0, 0, 0, 0, 1.09127, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.047619% {
    -webkit-transform: matrix3d(1.05171, 0, 0, 0, 0, 1.06355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05171, 0, 0, 0, 0, 1.06355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.809524% {
    -webkit-transform: matrix3d(1.04857, 0, 0, 0, 0, 1.01093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04857, 0, 0, 0, 0, 1.01093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  28.571429% {
    -webkit-transform: matrix3d(1.03082, 0, 0, 0, 0, 0.97867, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03082, 0, 0, 0, 0, 0.97867, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  38.095238% {
    -webkit-transform: matrix3d(0.99876, 0, 0, 0, 0, 0.98966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99876, 0, 0, 0, 0, 0.98966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  42.857143% {
    -webkit-transform: matrix3d(0.9928, 0, 0, 0, 0, 1.00257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9928, 0, 0, 0, 0, 1.00257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.619048% {
    -webkit-transform: matrix3d(0.99231, 0, 0, 0, 0, 1.00725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99231, 0, 0, 0, 0, 1.00725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.380952% {
    -webkit-transform: matrix3d(0.99465, 0, 0, 0, 0, 1.00505, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99465, 0, 0, 0, 0, 1.00505, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.142857% {
    -webkit-transform: matrix3d(0.99757, 0, 0, 0, 0, 1.00087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99757, 0, 0, 0, 0, 1.00087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.904762% {
    -webkit-transform: matrix3d(0.9998, 0, 0, 0, 0, 0.99831, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9998, 0, 0, 0, 0, 0.99831, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  71.428571% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99918, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99918, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.190476% {
    -webkit-transform: matrix3d(1.00091, 0, 0, 0, 0, 1.0002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00091, 0, 0, 0, 0, 1.0002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.952381% {
    -webkit-transform: matrix3d(1.00047, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00047, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.714286% {
    -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 1.0004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0001, 0, 0, 0, 0, 1.0004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.47619% {
    -webkit-transform: matrix3d(0.99989, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99989, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.238095% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.fa-spin, .spin-anim {
  display: block !important;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* NIFTY FORM CHECKBOXES & RADIOS */
/*======================================*/
.form-checkbox:not(.btn), .form-radio:not(.btn) {
  display: inline-block;
  background-color: transparent;
  border: 0;
  position: relative;
  padding: 3px;
  line-height: 1em;
  min-width: 19px;
  margin: 0;
}

.input-group-addon > .form-checkbox,
.input-group-addon > .form-radio {
  margin-bottom: 5px;
}

.form-text.form-checkbox:not(.btn), .form-text.form-radio:not(.btn) {
  padding-left: 25.5px;
}

.form-checkbox > input[type="checkbox"],
.form-radio > input[type="radio"] {
  margin-left: -50px;
  opacity: 0;
  position: absolute !important;
  z-index: -1;
}

#container.show-form .form-checkbox > input[type="checkbox"],
#container.show-form .form-radio > input[type="radio"] {
  margin-top: -.1em;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.form-checkbox:hover, .form-radio:hover {
  cursor: pointer;
}

fieldset[disabled] .form-checkbox:hover,
fieldset[disabled] .form-radio:hover {
  cursor: no-drop;
}

fieldset[disabled] .form-checkbox,
fieldset[disabled] .form-radio,
.form-checkbox.disabled, .form-radio.disabled {
  opacity: .5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.form-checkbox.disabled::selection,
.form-radio.disabled::selection {
  background: transparent;
}

.form-checkbox.disabled::-moz-selection,
.form-radio.disabled::-moz-selection {
  background: transparent;
}

.form-checkbox.form-normal:before,
.form-radio.form-normal:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #cbd7da;
  border-radius: 2px;
  left: 0;
  top: 50%;
  margin-top: -9px;
}

.form-radio.form-normal:before {
  background-color: transparent;
}

.has-success .form-checkbox {
  color: #24692F;
}

.has-success .form-checkbox.form-normal:before,
.has-success .form-checkbox.form-normal:not(.disabled):hover:before,
.has-success .form-radio.form-normal:before,
.has-success .form-radio.form-normal:not(.disabled):hover:before {
  background-color: transparent;
  border-color: #5a9b3d;
}

#container .has-success .form-radio.form-normal.active:before {
  background-color: #5a9b3d;
  border-color: #5a9b3d;
}

.has-warning .form-checkbox {
  color: #e39d12;
}

.has-warning .form-checkbox.form-normal:before,
.has-warning .form-checkbox.form-normal:not(.disabled):hover:before,
.has-warning .form-radio.form-normal:before,
.has-warning .form-radio.form-normal:not(.disabled):hover:before {
  background-color: transparent;
  border-color: #e39d12;
}

#container .has-warning .form-radio.form-normal:before {
  background-color: #e39d12;
  border-color: #e39d12;
}

.has-error .form-checkbox {
  color: #c71b2d;
}

.has-error .form-checkbox.form-normal:before,
.has-error .form-checkbox.form-normal:not(.disabled):hover:before,
.has-error .form-radio.form-normal:before,
.has-error .form-radio.form-normal:not(.disabled):hover:before {
  background-color: transparent;
  border-color: #c71b2d;
}

#container .has-error .form-radio.form-normal.active:before {
  background-color: #c71b2d;
  border-color: #c71b2d;
}

.form-radio.form-normal:before {
  border-radius: 50%;
}

/* Check Symbol */
fieldset:not([disabled]) .form-checkbox.form-normal:not(.disabled):hover:after,
fieldset:not([disabled]) .form-checkbox.form-normal.active:after,
.form-checkbox.form-normal:not(.disabled):hover:after,
.form-checkbox.form-normal.active:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 11px;
  left: 3px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2.5px solid #515151;
  border-left: 2.5px solid #515151;
}

fieldset:not([disabled]) .has-success .form-checkbox.form-normal:not(.disabled):hover:after,
fieldset:not([disabled]) .has-success .form-checkbox.form-normal.active:after,
.has-success .form-checkbox.form-normal:not(.disabled):hover:after,
.has-success .form-checkbox.form-normal.active:after {
  border-color: #24692F;
}

fieldset:not([disabled]) .has-warning .form-checkbox.form-normal:not(.disabled):hover:after,
fieldset:not([disabled]) .has-warning .form-checkbox.form-normal.active:after,
.has-warning .form-checkbox.form-normal:not(.disabled):hover:after,
.has-warning .form-checkbox.form-normal.active:after {
  border-color: #f0a238;
}

fieldset:not([disabled]) .has-error .form-checkbox.form-normal:not(.disabled):hover:after,
fieldset:not([disabled]) .has-error .form-checkbox.form-normal.active:after,
.has-error .form-checkbox.form-normal:not(.disabled):hover:after,
.has-error .form-checkbox.form-normal.active:after {
  border-color: #e33a4b;
}

/* Circle Symbol */
fieldset:not([disabled]) .form-radio.form-normal:not(.disabled):hover:after,
fieldset:not([disabled]) .form-radio.form-normal.active:after,
.form-radio.form-normal:not(.disabled):hover:after,
.form-radio.form-normal.active:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #515151;
  border-radius: 50%;
  left: 4px;
  bottom: 50%;
  margin-bottom: -3px;
}

fieldset:not([disabled]) .has-success .form-radio.form-normal:not(.disabled):not(.active):hover:after,
fieldset:not([disabled]) .has-success .form-radio.form-normal.active:after,
.has-success .form-radio.form-normal:not(.disabled):not(.active):hover:after,
.has-success .form-radio.form-normal.active:after {
  background-color: #5a9b3d;
}

fieldset:not([disabled]) .has-warning .form-radio.form-normal:not(.disabled):not(.active):hover:after,
fieldset:not([disabled]) .has-warning .form-radio.form-normal.active:after,
.has-warning .form-radio.form-normal:not(.disabled):not(.active):hover:after,
.has-warning .form-radio.form-normal.active:after {
  background-color: #e39d12;
}

fieldset:not([disabled]) .has-error .form-radio.form-normal:not(.disabled):not(.active):hover:after,
fieldset:not([disabled]) .has-error .form-radio.form-normal.active:after,
.has-error .form-radio.form-normal:not(.disabled):not(.active):hover:after,
.has-error .form-radio.form-normal.active:after {
  background-color: #c71b2d;
}

.form-checkbox.form-normal:not(.active):hover:after,
.form-radio.form-normal:not(.active):hover:after {
  opacity: 0.3;
}

.form-checkbox.form-normal.form-primary.active:after,
.form-checkbox.form-normal.form-info.active:after,
.form-checkbox.form-normal.form-success.active:after,
.form-checkbox.form-normal.form-warning.active:after,
.form-checkbox.form-normal.form-danger.active:after,
.form-checkbox.form-normal.form-mint.active:after,
.form-checkbox.form-normal.form-purple.active:after,
.form-checkbox.form-normal.form-pink.active:after,
.form-checkbox.form-normal.form-dark.active:after {
  border-color: #fff;
}

/* Checkbox & Radio default */
/*==================================================*/
.form-checkbox.form-normal:not(.disabled):hover:before,
.form-radio.form-normal:not(.disabled):hover:before {
  border-color: #66FF21;
}

.form-checkbox.form-normal.active:after {
  border-color: #404449;
}

/* Checkbox & Radio primary */
/*==================================================*/
.form-checkbox.form-normal.form-primary:hover:before,
.form-radio.form-normal.form-primary.active:before,
.form-checkbox.form-normal.form-primary:not(.active):hover:after {
  border-color: #489eed;
}

.form-checkbox.form-normal.form-primary.active:before,
.form-radio.form-normal.form-primary.active:after {
  background-color: #66FF21;
  border-color: #66FF21;
}

/* Checkbox & Radio info */
/*==================================================*/
.form-checkbox.form-normal.form-info:hover:before,
.form-radio.form-normal.form-info.active:before,
.form-checkbox.form-normal.form-info:not(.active):hover:after {
  border-color: #03a9f4;
}

.form-checkbox.form-normal.form-info.active:before,
.form-radio.form-normal.form-info.active:after {
  background-color: #03a9f4;
  border-color: #03a9f4;
}

/* Checkbox & Radio success */
/*==================================================*/
.form-checkbox.form-normal.form-success:hover:before,
.form-radio.form-normal.form-success.active:before,
.form-checkbox.form-normal.form-success:not(.active):hover:after {
  border-color: #71ba51;
}

.form-checkbox.form-normal.form-success.active:before,
.form-radio.form-normal.form-success.active:after {
  background-color: #71ba51;
  border-color: #71ba51;
}

/* Checkbox & Radio warning */
/*==================================================*/
.form-checkbox.form-normal.form-warning:hover:before,
.form-radio.form-normal.form-warning.active:before,
.form-checkbox.form-normal.form-warning:not(.active):hover:after {
  border-color: #efb239;
}

.form-checkbox.form-normal.form-warning.active:before,
.form-radio.form-normal.form-warning.active:after {
  background-color: #efb239;
  border-color: #efb239;
}

/* Checkbox & Radio danger */
/*==================================================*/
.form-checkbox.form-normal.form-danger:hover:before,
.form-radio.form-normal.form-danger.active:before,
.form-checkbox.form-normal.form-danger:not(.active):hover:after {
  border-color: #e33244;
}

.form-checkbox.form-normal.form-danger.active:before,
.form-radio.form-normal.form-danger.active:after {
  background-color: #e33244;
  border-color: #e33244;
}

/* Checkbox & Radio mint */
/*==================================================*/
.form-checkbox.form-normal.form-mint:hover:before,
.form-radio.form-normal.form-mint.active:before,
.form-checkbox.form-normal.form-mint:not(.active):hover:after {
  border-color: #1abc9c;
}

.form-checkbox.form-normal.form-mint.active:before,
.form-radio.form-normal.form-mint.active:after {
  background-color: #1abc9c;
  border-color: #1abc9c;
}

/* Checkbox & Radio purple */
/*==================================================*/
.form-checkbox.form-normal.form-purple:hover:before,
.form-radio.form-normal.form-purple.active:before,
.form-checkbox.form-normal.form-purple:not(.active):hover:after {
  border-color: #9B59B6;
}

.form-checkbox.form-normal.form-purple.active:before,
.form-radio.form-normal.form-purple.active:after {
  background-color: #9B59B6;
  border-color: #9B59B6;
}

/* Checkbox & Radio pink */
/*==================================================*/
.form-checkbox.form-normal.form-pink:hover:before,
.form-radio.form-normal.form-pink.active:before,
.form-checkbox.form-normal.form-pink:not(.active):hover:after {
  border-color: #ec407a;
}

.form-checkbox.form-normal.form-pink.active:before,
.form-radio.form-normal.form-pink.active:after {
  background-color: #ec407a;
  border-color: #ec407a;
}

/* Checkbox & Radio dark */
/*==================================================*/
.form-checkbox.form-normal.form-dark:hover:before,
.form-radio.form-normal.form-dark.active:before,
.form-checkbox.form-normal.form-dark:not(.active):hover:after {
  border-color: #34495e;
}

.form-checkbox.form-normal.form-dark.active:before,
.form-radio.form-normal.form-dark.active:after {
  background-color: #34495e;
  border-color: #34495e;
}

.form-inline .form-checkbox,
.form-inline .form-radio {
  padding-right: 15px;
}

/* CHECKBOXES AND RADIO USE THE FONTAWESOME ICONS */
/*======================================*/
.form-checkbox.form-icon:after,
.form-radio.form-icon:after {
  content: "\f096";
  color: inherit;
  font-size: 19px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  left: 0.1em;
  top: 50%;
  margin-top: -.44em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.input-group .form-checkbox:after,
.input-group .form-radio:after {
  left: 1px;
}

.input-group .form-checkbox,
.input-group .form-radio {
  padding: 0;
}

.form-checkbox.active.form-icon:after {
  content: "\f046";
}

.form-radio.form-icon:after {
  content: "\f10c";
}

.form-radio.form-icon.active:after {
  content: "\f192";
}

.form-checkbox.form-icon.form-primary:after,
.form-radio.form-icon.form-primary:after {
  color: #66FF21;
}

.form-checkbox.form-icon.form-info:after,
.form-radio.form-icon.form-info:after {
  color: #03a9f4;
}

.form-checkbox.form-icon.form-success:after,
.form-radio.form-icon.form-success:after {
  color: #71ba51;
}

.form-checkbox.form-icon.form-warning:after,
.form-radio.form-icon.form-warning:after {
  color: #efb239;
}

.form-checkbox.form-icon.form-danger:after,
.form-radio.form-icon.form-danger:after {
  color: #e33244;
}

.form-checkbox.form-icon.form-mint:after,
.form-radio.form-icon.form-mint:after {
  color: #1abc9c;
}

.form-checkbox.form-icon.form-purple:after,
.form-radio.form-icon.form-purple:after {
  color: #9B59B6;
}

.form-checkbox.form-icon.form-pink:after,
.form-radio.form-icon.form-pink:after {
  color: #ec407a;
}

.form-checkbox.form-icon.form-dark:after,
.form-radio.form-icon.form-dark:after {
  color: #34495e;
}

/* CHECKBOXES AND RADIO WITH BUTTON STYLE */
/*======================================*/
.form-checkbox.form-icon.btn, .form-radio.form-icon.btn {
  position: relative;
  padding-left: 2.7em;
  margin-bottom: 12px;
}

.form-checkbox.form-icon.btn:active, .form-radio.form-icon.btn:active {
  margin-bottom: 12px;
}

.form-checkbox.form-icon.btn.form-no-label,
.form-radio.form-icon.btn.form-no-label {
  padding-left: 0;
  padding-right: 0;
  min-height: 2.5em;
  min-width: 2.85em;
}

.form-checkbox.form-icon.btn:after,
.form-radio.form-icon.btn:after {
  margin-top: -0.46em;
  left: 0.45em;
}

.form-icon.btn.btn-primary:after, .form-icon.btn.btn-info:after,
.form-icon.btn.btn-success:after, .form-icon.btn.btn-warning:after,
.form-icon.btn.btn-danger:after, .form-icon.btn.btn-mint:after,
.form-icon.btn.btn-purple:after, .form-icon.btn.btn-pink:after,
.form-icon.btn.btn-dark:after {
  color: #fff;
}

.form-checkbox.form-icon.btn.btn-labeled,
.form-radio.form-icon.btn.btn-labeled {
  padding-left: 3em;
}

.form-checkbox.form-icon.btn.btn-labeled:before,
.form-radio.form-icon.btn.btn-labeled:before {
  content: '';
  position: absolute;
  display: inline-block;
  margin-left: 0;
  width: 2.7em;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

/* CHECKBOXES AND RADIO BLOCK LEVEL */
/*======================================*/
.checkbox.form-block {
  padding-top: 4px;
}

.form-radio.form-block, .form-radio.form-block:active,
.form-checkbox.form-block, .form-checkbox.form-block:active,
.form-block > .form-radio, .form-block > .form-radio:active,
.form-block > .form-checkbox, .form-block .form-checkbox:active {
  width: 100%;
  margin: 5px 0;
}

/*! ========================================================================*/
/*! Toggle Switch - v1.0 */
/*! A trowel component to display a switch */
/*! https://github.com/Trowel/switch/*!  */
/*! designed by Clément Menant (https://www.behance.net/clementmenant) and Loïc Goyet (https://twitter.com/earvinpepper) for AppVentus (http://appventus.com/) */
/*! Under MIT License */
/*! ========================================================================*/
/*! IMPROVEMENT BY THEMEON.NET */
.toggle-switch {
  display: none;
}
.toggle-switch + label {
  display: inline-block;
  position: relative;
  height: 16px;
  max-height: 1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 40px;
  line-height: 16px;
}
.toggle-switch + label:empty {
  padding-left: 30px;
}
.toggle-switch + label:before {
  position: absolute;
  display: inline-block;
  left: 0;
  content: '';
  border-style: solid;
  width: 30px;
  height: 16px;
  border-width: 0;
  border-color: transparent;
  background-color: #afafaf;
  box-shadow: 0;
  border-radius: 8px;
  transition: all 0.3s;
}
.toggle-switch + label:after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  top: 1px;
  left: 1px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 fade(#333, 25%);
  border-radius: 16px;
  transition: left 0.3s, right 0.3s;
}
.toggle-switch:checked + label:before {
  background-color: #4db446;
  transition: all 0.3s;
}
.toggle-switch:checked + label:after {
  left: 15px;
  transition: left 0.3s, right 0.3s;
}
.toggle-switch:disabled + label {
  cursor: no-drop;
}
.toggle-switch:disabled + label:before {
  opacity: 0.3;
}

.preload .toggle-switch + *, .preload .toggle-switch + *:before, .preload .toggle-switch + *:after {
  transition: 0 !important;
}

.form-group .toggle-switch + *, .form-group .toggle-switch + *:before, .form-group .toggle-switch + *:after {
  margin-top: 5px !important;
}

.bootstrap-select {
  margin-bottom: 15px;
}

/* NIFTY PURE CSS SELECT COMPONENT */
/*======================================*/
.select {
  position: relative;
  display: inline-block;
}
.select:before {
  content: '';
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: #b7c0c6;
  display: inline-block;
  height: 0;
  margin: 0 3px;
  vertical-align: middle;
  width: 0;
  position: absolute;
  right: .7em;
  top: 1em;
  z-index: 1;
}
.select select {
  padding: 5px 2.5em 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: inherit;
  font-size: 13px;
  line-height: 1.42857;
  vertical-align: middle;
  transition: border-color 0.5s;
}
.select select:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.select select:focus {
  border-color: #66FF21;
  transition: border-color 0.5s;
}
.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #444;
}
.select select::-ms-expand {
  display: none;
}
.select.select-xs > select {
  min-width: 100px;
}
.select.select-sm > select {
  min-width: 200px;
}
.select.select-md > select {
  min-width: 300px;
}
.select.select-lg > select {
  min-width: 400px;
}
.select.select-xl > select {
  min-width: 100%;
}

.pci-hor-dots, .pci-ver-dots {
  height: 1.2em;
  width: .85em;
  display: block;
  position: relative;
}
.pci-hor-dots:before, .pci-ver-dots:before {
  content: '';
  height: .27em;
  width: .27em;
  background-color: #8f9ea6;
  display: block;
  position: absolute;
  top: 0;
  left: .25em;
  box-shadow: 0 0.45em 0 #8f9ea6, 0 0.9em 0 #8f9ea6;
}

.pci-hor-dots {
  transform: rotate(90deg);
}

.pci-cross:after,
.pci-cross:before {
  content: '';
  box-shadow: inset 0 0 0 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pci-cross:after {
  height: .8em;
  width: 2px;
}

.pci-cross:before {
  width: .78em;
  height: 2px;
}

.pci-cross {
  display: block;
  border: 1px solid;
  width: 1.3em;
  height: 1.3em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pci-circle {
  border-radius: 50%;
}

.pci-chevron:before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.75em;
  position: relative;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 0.75em;
}
.pci-chevron.chevron-up:before {
  transform: rotate(-45deg);
}
.pci-chevron.chevron-right:before {
  transform: rotate(45deg);
}
.pci-chevron.chevron-down:before {
  top: -0.5em;
  transform: rotate(135deg);
}
.pci-chevron.chevron-left:before {
  transform: rotate(-135deg);
}

/* MIX CLASSES
* ======================================================================== */
.plan {
  text-align: center;
}
.plan .plan-title {
  font-size: 2em;
  font-weight: 100;
}
.plan .plan-icon {
  font-size: 7em;
  color: rgba(0, 0, 0, 0.1);
}

.list-todo .form-checkbox input:checked ~ span {
  text-decoration: line-through;
  opacity: 0.7;
}
.list-todo input:checked ~ label > span {
  text-decoration: line-through;
  opacity: 0.7;
}

.flot-full-content {
  min-height: 120px;
  margin: -8px;
  bottom: -8px;
}

.pie-title-center {
  display: inline-block;
  position: relative;
  text-align: center;
}

.pie-value {
  display: block;
  position: absolute;
  font-size: 14px;
  height: 40px;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  line-height: 40px;
}

.range-vertical {
  height: 135px;
}

/* BOOTSTRAP'S COMPONENTS */
/*======================================*/
.collapse {
  display: none;
}

.jumbotron {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.07);
}

.navbar-toggle .icon-bar {
  background-color: #aaaaaa;
}

.canvas-responsive {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #8f9ea6;
  outline: 0;
}
a:hover, a:focus {
  text-decoration: none;
  color: #81929b;
  outline: 0 !important;
}

button, button:focus {
  outline: 0 !important;
}

code {
  background-color: #e7e3f2;
  color: #ff0000;
  padding: 2px 7px;
  border-radius: 2px;
  font-size: 97%;
}

kbd {
  border-radius: 2px;
  box-shadow: none;
}

label {
  font-weight: normal;
}

legend {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  border-color: #eee;
}

mark, .mark {
  background-color: #ffe3a2;
  color: #563c00;
  padding: 0.1em;
}

.close {
  font-size: 15px;
}

/* HORIZONTAL RULE */
/*======================================*/
hr {
  border-color: rgba(0, 0, 0, 0.09);
}

.hr-wide {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.hr-xs {
  margin: 5px 0;
}
.hr-sm {
  margin: 10px 0;
}

.new-section-xs {
  margin: 12px 0;
  min-height: 1px;
}
.new-section-sm {
  margin: 25px 0;
  min-height: 1px;
}
.new-section-md {
  margin: 50px 0;
  min-height: 1px;
}
.new-section-lg {
  margin: 100px 0;
  min-height: 1px;
}
.new-section-xl {
  margin: 150px 0;
  min-height: 1px;
}

/* GRID-GUTTER */
/*======================================*/
.row {
  margin: 0 -7.5px;
}

[class^="col-"]:not(.pad-no) {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

/* MEDIA */
/*======================================*/
.media-block .media-left {
  display: block;
  float: left;
}
.media-block .media-right {
  float: right;
}
.media-block .media-body {
  display: block;
  overflow: hidden;
  width: auto;
}
.media-block:after {
  content: '';
  display: table;
  clear: both;
}

.middle .media-left,
.middle .media-right,
.middle .media-body {
  vertical-align: middle;
}

/* THUMBNAILS */
/*======================================*/
.thumbnail {
  border-radius: 2px;
  border-color: rgba(0, 0, 0, 0.09);
}

/* TABLES */
/*======================================*/
#container .table th {
  font-size: 1.05em;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  color: #4d627b;
}
#container .table td {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
#container .table.table-vcenter th, #container .table.table-vcenter td {
  vertical-align: middle;
}
#container .table .min-width {
  width: 1%;
  white-space: nowrap;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#container .table-bordered, #container .table-bordered td, #container .table-bordered th {
  border-color: rgba(0, 0, 0, 0.09);
}
#container .table-striped > tbody > tr:nth-child(2n+1) {
  background-color: #f5f7f8;
}
#container .table-hover > tbody > tr:hover {
  background-color: #eff3f3;
}

/* FORM CONTROL  */
/*======================================*/
.form-control {
  font-size: 13px;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.09);
  transition-duration: .5s;
}
.form-control:focus {
  border-color: #66FF21;
  box-shadow: none;
  transition-duration: .5s;
}
.form-control:focus-feedback {
  z-index: 10;
}

.input-sm {
  font-size: 11px;
}

.input-lg {
  font-size: 17px;
}

.has-error .form-control,
.has-warning .form-control,
.has-success .form-control {
  box-shadow: none !important;
}

i.form-control-feedback {
  line-height: 25px;
}

.input-group-addon {
  font-size: 13px;
  border: 1px solid #e1e5ea;
  background-color: transparent;
  border-radius: 2px;
  min-width: 45px;
}

.form-horizontal .form-group {
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 30px;
}

/* NAV PILLS */
/*======================================*/
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  background-color: #66FF21;
}
.nav-tabs > li > a {
  border-radius: 2px 2px 0 0;
}

/* LIST GROUP */
/*======================================*/
.list-group.bg-trans .list-group-item:not(.active):not(.disabled) {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}
.list-group.bg-trans .list-group-item .disabled {
  opacity: 0.5;
}
.list-group.bg-trans a.list-group-item:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.05);
}
.list-group.bord-no .list-group-item {
  border-color: transparent;
}
.list-group .list-divider {
  display: block;
}

a.list-group-item, button.list-group-item, a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus, .list-group-item {
  color: #8f9ea6;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #4d627b;
}

.list-group-item {
  border-color: rgba(0, 0, 0, 0.025);
  background-color: transparent;
}
.list-group-item-heading {
  margin-top: 5px;
}
.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.list-group-item:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: rgba(0, 0, 0, 0.04);
  border-color: transparent;
  opacity: 0.5;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #66FF21 !important;
  border-color: #66FF21;
  color: #fff;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #fff;
}

a.list-group-item-primary, .list-group-item-primary {
  background-color: #1b90db;
  border-color: transparent;
  color: #ffffff;
}
a.list-group-item-primary:hover, a.list-group-item-primary:focus {
  background-color: #2198e4;
  color: #ffffff;
}

a.list-group-item-info, .list-group-item-info {
  background-color: #1eb7fc;
  border-color: transparent;
  color: #ffffff;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  background-color: #2ebcfc;
  color: #ffffff;
}

a.list-group-item-success, .list-group-item-success {
  background-color: #86c46b;
  border-color: transparent;
  color: #ffffff;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  background-color: #8fc876;
  color: #ffffff;
}

a.list-group-item-warning, .list-group-item-warning {
  background-color: #f2bf5a;
  border-color: transparent;
  color: #ffffff;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  background-color: #f3c468;
  color: #ffffff;
}

a.list-group-item-danger, .list-group-item-danger {
  background-color: #e75161;
  border-color: transparent;
  color: #ffffff;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  background-color: #e95f6d;
  color: #ffffff;
}

a.list-group-item-mint, .list-group-item-mint {
  background-color: #1edbb6;
  border-color: transparent;
  color: #ffffff;
}
a.list-group-item-mint:hover, a.list-group-item-mint:focus {
  background-color: #28e1bd;
  color: #ffffff;
}

a.list-group-item-purple, .list-group-item-purple {
  background-color: #aa72c1;
  border-color: transparent;
  color: #ffffff;
}
a.list-group-item-purple:hover, a.list-group-item-purple:focus {
  background-color: #b07cc6;
  color: #ffffff;
}

a.list-group-item-pink, .list-group-item-pink {
  background-color: #ef6091;
  border-color: transparent;
  color: #ffffff;
}
a.list-group-item-pink:hover, a.list-group-item-pink:focus {
  background-color: #f16e9a;
  color: #ffffff;
}

a.list-group-item-dark, .list-group-item-dark {
  background-color: #415b75;
  border-color: transparent;
  color: #ffffff;
}
a.list-group-item-dark:hover, a.list-group-item-dark:focus {
  background-color: #46637f;
  color: #ffffff;
}

/* LABEL */
/*======================================*/
.label {
  border-radius: 2px;
  font-weight: 600;
}
.label:empty {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: sub;
}
.label.label-fw {
  margin-right: 0.5em;
}
.labels .label {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}
.label-md {
  font-size: 100%;
}
.label-table {
  display: inline-block;
  width: 80%;
  min-width: 8ex;
  font-size: 1em;
  max-width: 100px;
  padding: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
}

.label-default {
  background-color: #e3e8ee;
  color: #333;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #d3dbe4;
}

.label-primary {
  background-color: #66FF21;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #146ca4;
}

.label-info {
  background-color: #03a9f4;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #0398db;
}

.label-success {
  background-color: #71ba51;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #64ad45;
}

.label-warning {
  background-color: #efb239;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #eda921;
}

.label-danger {
  background-color: #e33244;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #dd1e32;
}

.label-mint {
  background-color: #1abc9c;
}

.label-mint[href]:hover, .label-mint[href]:focus {
  background-color: #17a689;
}

.label-purple {
  background-color: #9B59B6;
}

.label-purple[href]:hover, .label-purple[href]:focus {
  background-color: #8f4bab;
}

.label-pink {
  background-color: #ec407a;
}

.label-pink[href]:hover, .label-pink[href]:focus {
  background-color: #ea296a;
}

.label-dark {
  background-color: #34495e;
}

.label-dark[href]:hover, .label-dark[href]:focus {
  background-color: #2b3c4e;
}

/* BREADCRUMB */
/*======================================*/
.breadcrumb {
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0 15px;
  font-size: .81em;
}
.breadcrumb li, .breadcrumb li a {
  color: #73858f;
  text-transform: uppercase;
  font-weight: 700;
}
.breadcrumb li a:hover {
  color: #4d627b;
  text-decoration: underline;
}
.breadcrumb > li + li:before {
  content: "";
  border-style: solid;
  border-width: .12em .12em 0 0;
  display: inline-block;
  height: .55em;
  left: 0;
  position: relative;
  top: -.1em;
  width: .55em;
  padding: 0;
  margin-right: 1ex;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb .active {
  font-weight: 400;
  color: #8f9ea6;
}

/* ALERTS */
/*======================================*/
.alert {
  border-radius: 2px;
  border: 0;
  padding: 15px 2em 15px 15px;
  position: relative;
}
.alert .alert-link {
  text-decoration: underline;
  font-weight: 600;
}
.alert .alert-link:hover {
  text-decoration: underline;
}

.alert .close {
  font-size: 12.5px;
  text-shadow: none;
  opacity: .7;
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
}
.alert button.close {
  padding: 1px;
  border-radius: 20px;
  transition: all, 0.3s;
}
.alert button.close > span:not(.sr-only) {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 0.8em;
}
.alert button.close:hover {
  opacity: .55;
}
.alert button.close:active {
  opacity: 0.3;
}

.alert-primary {
  background-color: #248ed2;
  border-color: transparent;
  border-left: 3px solid #114e75;
  color: #ffffff;
}
.alert-primary .close, .alert-primary .alert-link {
  color: #ffffff;
}

.alert-info {
  background-color: #37aee3;
  border-color: transparent;
  border-left: 3px solid #116f99;
  color: #ffffff;
}
.alert-info .close, .alert-info .alert-link {
  color: #ffffff;
}

.alert-success {
  background-color: #89bd72;
  border-color: transparent;
  border-left: 3px solid #508639;
  color: #ffffff;
}
.alert-success .close, .alert-success .alert-link {
  color: #ffffff;
}

.alert-warning {
  background-color: #ebbd60;
  border-color: transparent;
  border-left: 3px solid #c88b14;
  color: #ffffff;
}
.alert-warning .close, .alert-warning .alert-link {
  color: #ffffff;
}

.alert-danger {
  background-color: #e05866;
  border-color: transparent;
  border-left: 3px solid #ad1b2a;
  color: #ffffff;
}
.alert-danger .close, .alert-danger .alert-link {
  color: #ffffff;
}

.alert-mint {
  background-color: #27d3b1;
  border-color: transparent;
  border-left: 3px solid #137763;
  color: #ffffff;
}
.alert-mint .close, .alert-mint .alert-link {
  color: #ffffff;
}

.alert-purple {
  background-color: #a779ba;
  border-color: transparent;
  border-left: 3px solid #703e84;
  color: #ffffff;
}
.alert-purple .close, .alert-purple .alert-link {
  color: #ffffff;
}

.alert-pink {
  background-color: #e96793;
  border-color: transparent;
  border-left: 3px solid #c81853;
  color: #ffffff;
}
.alert-pink .close, .alert-pink .alert-link {
  color: #ffffff;
}

.alert-dark {
  background-color: #5b748e;
  border-color: transparent;
  border-left: 3px solid #2d3c4c;
  color: #ffffff;
}
.alert-dark .close, .alert-dark .alert-link {
  color: #ffffff;
}

/* MODALS */
/*======================================*/
.modal {
  text-align: center;
  z-index: 10000;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  margin-left: -1em;
  vertical-align: middle;
}
.modal.fade:not(.animated) .modal-dialog {
  opacity: 0;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all .5s linear .5s;
  transition: all .5s linear .5s;
}
.modal.fade.in:not(.animated) .modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.bootbox.modal.in:not(.fade) {
  opacity: 1;
  transition: opacity, 0.5s;
}
.bootbox.modal:not(.fade) {
  opacity: 0;
  -webkit-transition: opacity .5s linear .5s;
  transition: opacity .5s linear .5s;
}
.modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: -1%;
  min-width: 90%;
}
.modal-dialog.animated {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
}
.modal-header {
  padding: 15px;
  position: relative;
  border: 0;
}
.modal-header:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-footer {
  background-color: transparent;
  color: #8f9ea6;
  border-color: rgba(0, 0, 0, 0.1);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.modal-title {
  font-size: 1.2em;
  color: #4d627b;
}
.modal-body {
  min-height: 90px;
}
.modal-body > .close, .modal-header > .close {
  top: 50%;
  margin-top: -.5em;
  right: 10px;
  left: auto;
  position: absolute;
  background-color: transparent !important;
}
.modal-body > .close {
  top: 10px;
  margin-top: 0 !important;
}
.modal-content {
  box-shadow: none;
  border-radius: 2px;
}
.modal-footer {
  padding: 10px 15px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.modal-backdrop.in {
  opacity: 0.75;
}

.modal-backdrop {
  z-index: 9999;
}

@media (min-width: 768px) {
  .modal-dialog {
    min-width: 0;
  }
}
/* TOOLTIP */
/*======================================*/
.tooltip {
  z-index: 999999;
}
.tooltip-inner {
  font-size: 13px;
  border-radius: 2px;
  padding: 5px 10px;
  background-color: #34495e;
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
  border-top-color: #34495e;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #34495e;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #34495e;
}
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #34495e;
}
.tooltip.in {
  opacity: 1;
}
.tooltip h1, .tooltip h2, .tooltip h3, .tooltip h4, .tooltip h5, .tooltip h6, .tooltip .h1, .tooltip .h2, .tooltip .h3, .tooltip .h4, .tooltip .h5, .tooltip .h6 {
  color: inherit;
}

/* POPOVER */
/*======================================*/
.popover {
  font-family: inherit;
  font-size: 13px;
  border-radius: 2px;
  border: 1px solid #e9edf3;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.popover-title {
  background-color: transparent;
  color: #4d627b;
  font-size: 1.2em;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 2px 2px 0 0;
}
.popover > .arrow {
  border-width: 9px;
}
.popover > .arrow:after {
  border-width: 9px;
}
.popover.left > .arrow {
  border-left-color: rgba(0, 0, 0, 0.07);
  right: -9px;
  margin-top: -9px;
}
.popover.left > .arrow:after {
  bottom: -9px;
}
.popover.right > .arrow {
  border-right-color: rgba(0, 0, 0, 0.07);
  left: -9px;
  margin-top: -9px;
}
.popover.right > .arrow:after {
  bottom: -9px;
}
.popover.top > .arrow {
  border-top-color: rgba(0, 0, 0, 0.07);
  bottom: -9px;
}
.popover.top > .arrow:after {
  margin-left: -9px;
}
.popover.bottom > .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.07);
  top: -9px;
}
.popover.bottom > .arrow:after {
  margin-left: -9px;
}
.popover-content {
  padding: 10px 15px 20px;
}

/* BADGES */
/*======================================*/
#container .badge {
  color: #fff;
  font-size: .9em;
  font-weight: 600;
}

.badge:empty.badge-icon {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  padding: 0;
  min-width: 5px;
  margin: .5em;
  border-radius: 50%;
}

.badge.badge-fw, .badge:empty.badge-fw {
  margin-right: 1em;
}

.badge-stat {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0px 7px 0 0 !important;
  box-shadow: 0 0 0 2px;
}

.badge-default {
  background-color: #e3e8ee;
  color: #333;
}

.badge-primary {
  background-color: #66FF21;
}

.badge-info {
  background-color: #03a9f4;
}

.badge-success {
  background-color: #71ba51;
}

.badge-warning {
  background-color: #efb239;
}

.badge-danger {
  background-color: #e33244;
}

.badge-mint {
  background-color: #1abc9c;
}

.badge-purple {
  background-color: #9B59B6;
}

.badge-pink {
  background-color: #ec407a;
}

.badge-dark {
  background-color: #34495e;
}

/* DROPDOWNS */
/*======================================*/
.dropdown-header {
  font-weight: 700;
  font-size: .75em;
  color: #4d627b;
  padding: 5px 20px 5px 10px;
  text-transform: uppercase;
}
.dropdown-toggle > .dropdown-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 3px;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle;
}
.dropdown-toggle > .dropdown-caret.caret-up {
  border-width: 0 4px 6px 4px;
  border-bottom-color: initial;
  border-top-color: transparent;
}

.dropdown-menu {
  font-size: 13px;
  border-radius: 2px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0;
  border: 0;
}
.dropdown-menu > li > a {
  color: #8f9ea6;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu:not(.head-list) > li > a {
  padding: 5px 10px;
}
.dropdown-menu:not(.head-list) > li > a:hover {
  background-color: #66FF21;
  color: #fff;
}
.dropdown-menu.with-arrow:before, .dropdown-menu.with-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.dropdown-menu.with-arrow:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.09);
  margin: -7px 0 0 15px;
}
.dropdown-menu.with-arrow:after {
  border-bottom: 7px solid #fff;
  margin: -6px 0 0 15px;
}
.dropdown-menu-right.dropdown-menu.with-arrow:before {
  left: auto;
  right: 0;
  margin: -7px 25px 0 0;
}
.dropdown-menu-right.dropdown-menu.with-arrow:after {
  left: auto;
  right: 0;
  margin: -6px 25px 0 0;
}

.dropdown-menu-sm {
  min-width: 220px;
}
.dropdown-menu-md {
  min-width: 270px;
}
.dropdown-menu-lg {
  min-width: 300px;
}

.dropdown.open > .btn,
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.3);
}

/* WELLS */
/*======================================*/
.well {
  background-color: #e9edf3;
  border-color: #e2e8f0;
  border-radius: 2px;
  box-shadow: none;
}

.well-xs {
  padding: 5px;
}

/* PROGRESSBARS */
/*======================================*/
.progress {
  height: 12px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.progress-bar {
  font-size: 10px;
  line-height: 1.05em;
  background-color: #66FF21;
  box-shadow: none;
}
.progress-light-base {
  background-color: #fff;
}
.progress-dark-base {
  background-color: rgba(255, 255, 255, 0.2);
}

.progress-xl {
  height: 30px;
  margin-bottom: 20px;
}
.progress-xl .progress-bar {
  font-size: 13px;
  line-height: 30px;
}

.progress-lg {
  height: 20px;
  margin-bottom: 20px;
}
.progress-lg .progress-bar {
  font-size: 13px;
  line-height: 20px;
}

.progress-md {
  height: 8px;
  margin-bottom: 5px;
}
.progress-md .progress-bar {
  font-size: 5px;
  line-height: 8px;
}

.progress-sm {
  height: 4px;
  margin-bottom: 5px;
}
.progress-sm .progress-bar {
  font-size: 0;
  line-height: 4px;
}

.progress-xs {
  height: 2px;
  margin-bottom: 10px;
}
.progress-xs .progress-bar {
  font-size: 0;
  line-height: 2px;
}

.progress-bar-light {
  background-color: #fff;
}

.progress-bar-primary {
  background-color: #66FF21;
}

.progress-bar-info {
  background-color: #03a9f4;
}

.progress-bar-success {
  background-color: #71ba51;
}

.progress-bar-warning {
  background-color: #efb239;
}

.progress-bar-danger {
  background-color: #e33244;
}

.progress-bar-mint {
  background-color: #1abc9c;
}

.progress-bar-purple {
  background-color: #9B59B6;
}

.progress-bar-pink {
  background-color: #ec407a;
}

.progress-bar-dark {
  background-color: #34495e;
}

/*======================================*/
/* PAGERS */
/*======================================*/
.pagination .disabled > a, .pagination .disabled > a:hover, .pagination .disabled > a:focus, .pagination .disabled > span, .pagination .disabled > span:hover, .pagination .disabled > span:focus {
  opacity: .7;
  border-color: rgba(0, 0, 0, 0.09);
  box-shadow: none;
}

.pager li > a:active, .pagination > li a:active {
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.3) !important;
  background-color: #66FF21 !important;
  color: #fff !important;
}

.pager li > a:hover, .pager li > a:focus, .pagination > li a:hover, .pagination > li a:focus {
  background-color: #ffffff;
  border-color: #66FF21;
  color: #66FF21;
  box-shadow: inset 0 0 1px #66FF21, 0 3px 15px rgba(0, 0, 0, 0.25);
  z-index: 2;
  transition: all, 0.3s;
}

.pager li > a {
  transition: all 0.3s;
}
.pager li > a, .pager li > span {
  border-radius: 2px;
  border-color: rgba(0, 0, 0, 0.09);
}
.pager.pager-rounded li > a, .pager.pager-rounded li > span {
  border-radius: 15px;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span, .pager .disabled > span:hover, .pager .disabled > span:focus {
  opacity: .7;
  border-color: rgba(0, 0, 0, 0.09);
  box-shadow: none;
}

/*======================================*/
/* PAGINATION */
/*======================================*/
.pagination > li > a, .pagination > li > span {
  color: inherit;
  border-color: rgba(0, 0, 0, 0.09);
  transition: border-color, 0.3s;
}
.pagination > li > span {
  cursor: default;
}
.pagination > li > span:hover {
  background-color: #ffffff;
}
.pagination > li:first-child > a, .pagination > li:first-child span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a, .pagination > li:last-child span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #66FF21;
  border-color: #66FF21;
}

/* CAROUSEL                             */
/*======================================*/
.carousel-inner > .item {
  padding-top: 15px;
}
.carousel-control.left, .carousel-control.right {
  background-image: none;
  background-repeat: no-repeat;
  color: inherit;
}
.carousel-control, .carousel-control:focus {
  font-size: 1em;
  text-shadow: none;
  width: auto;
  padding: 10px;
  top: 0;
  bottom: 0;
  opacity: .5;
  transition: opacity 0.5s;
}
.carousel-control.auto-hide {
  opacity: 0;
}
.carousel-control:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.carousel-control i {
  position: relative;
  top: 0.25em;
}
.carousel:hover .carousel-control {
  opacity: 1;
  transition: opacity 0.5s;
}
.carousel-indicators.out {
  bottom: 0;
}
.carousel-indicators.out + .carousel-inner {
  padding-bottom: 30px;
}
.carousel-indicators.square li {
  border-radius: 1px;
}
.carousel-indicators > .active {
  background-color: transparent;
  box-shadow: inset 0 0 0 50px;
  border-color: transparent;
}
.carousel-indicators > li {
  border-color: inherit;
}

/* BLOCKQUOTE */
/*======================================*/
blockquote {
  border-left: 3px solid #cbd6e3;
}

.bq-sm {
  font-size: 13px;
}
.bq-open:before, .bq-close:after {
  color: #cbd6e3;
  content: '\201C';
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 5em;
  line-height: 0;
  margin: 0 .15em 0 0;
  vertical-align: -0.5em;
}
.bq-close:after {
  content: '\201D';
  margin: 0 0 0 0.15em;
}

/* FORM */
/*======================================*/
.form-horizontal .control-label {
  margin-bottom: 5px;
}
.form-horizontal .control-label.text-left {
  text-align: left;
}

/* ACCORDION */
/*======================================*/
.panel > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.panel-group {
  margin-bottom: 35px;
}
.panel-group.accordion .panel {
  margin-bottom: 0;
}
.panel-group.accordion .panel-heading {
  border-radius: 0;
  height: auto;
}
.panel-group.accordion .panel-heading:after {
  border: 0 !important;
}
.panel-group.accordion .panel-heading, .panel-group.accordion .panel-title {
  padding: 0;
}
.panel-group.accordion .panel-title {
  line-height: 40px;
}
.panel-group.accordion .panel-title a {
  display: block;
  color: inherit;
  text-transform: none;
  font-size: 13px;
  padding: 0 15px;
}
.panel-group.accordion .panel-title a:hover, .panel-group.accordion .panel-title a:focus {
  color: inherit;
}
.panel-group.accordion .panel:first-child, .panel-group.accordion .panel:first-child .panel-heading {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel-group.accordion .panel:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden;
}

/* TAB */
/*======================================*/
.tab-base {
  margin-bottom: 15px;
}
.tab-base .tab-content {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 15px;
}
.tab-base .tab-content .tab-footer {
  background-color: #f6f8fa;
  color: #8f9ea6;
  border-color: #eff3f7;
  position: relative;
  margin: 0 -15px -15px -15px;
  padding: 10px 15px;
}
.tab-base .nav-tabs {
  border: 0;
}
.tab-base .nav-tabs > li:not(.active) > a {
  background-color: rgba(0, 0, 0, 0.03);
  transition: background-color, 0.3s;
}
.tab-base .nav-tabs > li:not(.active) > a:hover {
  background-color: rgba(255, 255, 255, 0.55);
  border-bottom-color: transparent;
  transition: background-color, 0.3s;
}
.tab-base .nav-tabs > .active > a, .tab-base .nav-tabs > .active a:hover, .tab-base .nav-tabs > .active > a:focus {
  border-color: transparent;
}
.tab-base .nav-tabs.tabs-right {
  text-align: right;
}
.tab-base .nav-tabs.tabs-right > li {
  float: none;
  display: inline-block;
  margin-right: -2px;
}
.tab-footer:after {
  content: '';
  display: table;
  clear: both;
}

.nav-tabs li a {
  border-radius: 2px 2px 0 0;
}
.nav-tabs.tab-right {
  text-align: right;
}
.nav-tabs.tab-right > li {
  display: inline-block;
  text-align: left;
  float: none;
}
.nav-tabs.tab-right > li > a {
  margin-right: 0;
}
.nav-tabs .label, .nav-tabs .badge {
  margin-left: 4px;
}

.tab-stacked-left, .tab-stacked-right {
  display: table;
  height: 100%;
  width: 100%;
}
.tab-stacked-left .nav-tabs > li, .tab-stacked-right .nav-tabs > li {
  float: none;
  margin: 0;
}
.tab-stacked-left .nav-tabs > li > a, .tab-stacked-right .nav-tabs > li > a {
  margin: 0 0 2px;
}
.tab-stacked-left .nav-tabs > li:last-child > a, .tab-stacked-right .nav-tabs > li:last-child > a {
  margin-bottom: 0;
}
.tab-stacked-left .nav-tabs, .tab-stacked-left .tab-content, .tab-stacked-right .nav-tabs, .tab-stacked-right .tab-content {
  display: table-cell;
  vertical-align: top;
}
.tab-stacked-left .tab-content, .tab-stacked-right .tab-content {
  overflow: hidden;
}
.tab-stacked-left .nav-tabs {
  width: 1%;
  border: 0;
}
.tab-stacked-left .nav-tabs > li a {
  border-right-color: transparent;
  border-radius: 2px 0 0 2px;
}
.tab-stacked-left .nav-tabs > .active > a:hover, .tab-stacked-left .nav-tabs > .active > a:focus {
  border-right-color: transparent;
}
.tab-stacked-left.tab-base .nav-tabs > li:not(.active) a:hover {
  border-right-color: transparent;
}
.tab-stacked-left .tab-content {
  border-left-color: transparent;
  border-radius: 0 2px 2px 0;
}
.tab-stacked-right .nav-tabs {
  width: 1%;
  border: 0;
}
.tab-stacked-right .nav-tabs > li a {
  border-left-color: transparent;
  border-radius: 0 2px 2px 0;
}
.tab-stacked-right .nav-tabs > .active > a:hover, .tab-stacked-right .nav-tabs > .active > a:focus {
  border-left-color: transparent;
}
.tab-stacked-right.tab-base .nav-tabs > li:not(.active) a:hover {
  border-left-color: transparent;
}
.tab-stacked-right .tab-content {
  border-right-color: transparent;
  border-radius: 2px 0 0 2px;
}

/* BACKGROUNDS */
/*======================================*/
.bg-trans {
  background-color: transparent;
}

.bg-light {
  background-color: #ffffff;
}
.bg-light, .bg-light a {
  color: #8f9ea6;
}
.bg-light a:hover, .bg-light a:focus {
  color: #8f9ea6;
}

.bg-gray-light {
  background-color: #f8f9fa;
}
.bg-gray-light, .bg-gray-light a {
  color: #8f9ea6;
}
.bg-gray-light a:hover, .bg-gray-light a:focus {
  color: #8f9ea6;
}

.bg-gray {
  background-color: #e9eeef;
}
.bg-gray, .bg-gray a {
  color: #8f9ea6;
}
.bg-gray a:hover, .bg-gray a:focus {
  color: #8f9ea6;
}

.bg-gray-dark {
  background-color: #cbd7da;
}
.bg-gray-dark, .bg-gray-dark a {
  color: #8f9ea6;
}
.bg-gray-dark a:hover, .bg-gray-dark a:focus {
  color: #8f9ea6;
}

.bg-trans-light {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-trans-light, .bg-trans-light a {
  color: inherit;
}
.bg-trans-light a:hover, .bg-trans-light a:focus {
  color: inherit;
}

.bg-trans-dark {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-trans-dark, .bg-trans-dark a {
  color: inherit;
}
.bg-trans-dark a:hover, .bg-trans-dark a:focus {
  color: inherit;
}

.bg-primary {
  background-color: #66FF21;
}
.bg-primary, .bg-primary a {
  color: #ffffff;
}
.bg-primary a:hover, .bg-primary a:focus {
  color: #ffffff;
}

.bg-info {
  background-color: #03a9f4;
}
.bg-info, .bg-info a {
  color: #ffffff;
}
.bg-info a:hover, .bg-info a:focus {
  color: #ffffff;
}

.bg-success {
  background-color: #71ba51;
}
.bg-success, .bg-success a {
  color: #ffffff;
}
.bg-success a:hover, .bg-success a:focus {
  color: #ffffff;
}

.bg-warning {
  background-color: #efb239;
}
.bg-warning, .bg-warning a {
  color: #ffffff;
}
.bg-warning a:hover, .bg-warning a:focus {
  color: #ffffff;
}

.bg-danger {
  background-color: #e33244;
}
.bg-danger, .bg-danger a {
  color: #ffffff;
}
.bg-danger a:hover, .bg-danger a:focus {
  color: #ffffff;
}

.bg-mint {
  background-color: #1abc9c;
}
.bg-mint, .bg-mint a {
  color: #ffffff;
}
.bg-mint a:hover, .bg-mint a:focus {
  color: #ffffff;
}

.bg-purple {
  background-color: #9B59B6;
}
.bg-purple, .bg-purple a {
  color: #ffffff;
}
.bg-purple a:hover, .bg-purple a:focus {
  color: #ffffff;
}

.bg-pink {
  background-color: #ec407a;
}
.bg-pink, .bg-pink a {
  color: #ffffff;
}
.bg-pink a:hover, .bg-pink a:focus {
  color: #ffffff;
}

.bg-dark {
  background-color: #34495e;
}
.bg-dark, .bg-dark a {
  color: #ffffff;
}
.bg-dark a:hover, .bg-dark a:focus {
  color: #ffffff;
}

/* TEXTS */
/*======================================*/
.text-light, a.text-light:hover, a.text-light:focus {
  color: #ffffff;
}

.text-muted, a.text-muted:hover, a.text-muted:focus {
  color: #b7c0c6;
}

.text-primary, a.text-primary:hover, a.text-primary:focus {
  color: #0c3f60;
}

.text-info, a.text-info:hover, a.text-info:focus {
  color: #02638f;
}

.text-success, a.text-success:hover, a.text-success:focus {
  color: #45762f;
}

.text-warning, a.text-warning:hover, a.text-warning:focus {
  color: #b37c0f;
}

.text-danger, a.text-danger:hover, a.text-danger:focus {
  color: #9a1523;
}

.text-main, a.text-main:hover, a.text-main:focus {
  color: #4d627b;
}

.text-mint, a.text-mint:hover, a.text-mint:focus {
  color: #0e6252;
}

.text-purple, a.text-purple:hover, a.text-purple:focus {
  color: #623475;
}

.text-pink, a.text-pink:hover, a.text-pink:focus {
  color: #b41249;
}

.text-dark, a.text-dark:hover, a.text-dark:focus {
  color: #10161c;
}

/* BUTTONS */
/*======================================*/
.btn {
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  padding: 6px 12px;
  border-radius: 2px;
  border: 1px solid transparent;
  font-size: 13px;
  line-height: 1.42857;
  vertical-align: middle;
  transition: all 0.25s;
}
.btn:not(.disabled):not(:disabled):hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
}

.btn:not(.disabled):not(:disabled):active,
.btn:not(.disabled):not(:disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}

/* Button Sizes */
/*---------------------------------*/
.btn-lg, .btn-icon.btn-lg {
  font-size: 17px;
  line-height: 1.33;
}

.btn-sm, .btn-icon.btn-sm {
  font-size: 11px;
  line-height: 1.5;
}

.btn-xs, .btn-icon.btn-xs {
  font-size: 11px;
  line-height: 1.5;
}

/* Button Icon */
/*---------------------------------*/
.btn-icon {
  padding-left: 9px;
  padding-right: 9px;
  box-shadow: none !important;
}
.btn-icon > i, .btn-icon:before {
  display: inline-block;
  min-width: 1.05em;
}
.btn-icon > i:before {
  line-height: inherit;
}

.btn-icon:hover {
  transform: scale(1.2);
}

/* Button File */
/*---------------------------------*/
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

/* Button Link */
/* --------------------------------- */
.btn-link {
  border-color: transparent;
}
.btn.btn-link:focus, .btn.btn-link:active {
  box-shadow: none;
}
.btn-link.disabled:hover, .btn-link.disabled:focus {
  text-decoration: none;
}

/* Button Transparent */
/*---------------------------------*/
.btn-trans {
  background-color: transparent;
  border-color: transparent;
  color: #c8cfd3;
}
.btn-trans:hover, .btn-trans:focus, .btn-trans:active {
  box-shadow: none !important;
}

.btn-default-basic, .btn-default, .btn-default:focus, .btn-hover-default:hover, .btn-hover-default:active, .btn-hover-default.active, .btn.btn-active-default:active, .btn.btn-active-default.active, .dropdown.open > .btn.btn-active-default, .btn-group.open .dropdown-toggle.btn.btn-active-default, .btn-default.disabled:hover, .btn-default:disabled:hover {
  background-color: #fafafa;
  border-color: #f2f2f2 !important;
  color: #8f9ea6;
}
.btn-default:hover, .btn-default:active, .btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: white;
  border-color: #f2f2f2 !important;
  color: #8f9ea6;
}

.btn-primary-basic, .btn-primary, .btn-primary:focus, .btn-hover-primary:hover, .btn-hover-primary:active, .btn-hover-primary.active, .btn.btn-active-primary:active, .btn.btn-active-primary.active, .dropdown.open > .btn.btn-active-primary, .btn-group.open .dropdown-toggle.btn.btn-active-primary, .btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #1675b2;
  border-color: #66FF21 !important;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #1a8ad2;
  border-color: #1a8ad2 !important;
  color: #ffffff;
}

.btn-info-basic, .btn-info, .btn-info:focus, .btn-hover-info:hover, .btn-hover-info:active, .btn-hover-info.active, .btn.btn-active-info:active, .btn.btn-active-info.active, .dropdown.open > .btn.btn-active-info, .btn-group.open .dropdown-toggle.btn.btn-active-info, .btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #03a2ea;
  border-color: #03a9f4 !important;
  color: #ffffff;
}
.btn-info:hover, .btn-info:active, .btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #14b4fc;
  border-color: #14b4fc !important;
  color: #ffffff;
}

.btn-success-basic, .btn-success, .btn-success:focus, .btn-hover-success:hover, .btn-hover-success:active, .btn-hover-success.active, .btn.btn-active-success:active, .btn.btn-active-success.active, .dropdown.open > .btn.btn-active-success, .btn-group.open .dropdown-toggle.btn.btn-active-success, .btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #6bb74a;
  border-color: #71ba51 !important;
  color: #ffffff;
}
.btn-success:hover, .btn-success:active, .btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #80c163;
  border-color: #80c163 !important;
  color: #ffffff;
}

.btn-warning-basic, .btn-warning, .btn-warning:focus, .btn-hover-warning:hover, .btn-hover-warning:active, .btn-hover-warning.active, .btn.btn-active-warning:active, .btn.btn-active-warning.active, .dropdown.open > .btn.btn-active-warning, .btn-group.open .dropdown-toggle.btn.btn-active-warning, .btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #eeae30;
  border-color: #efb239 !important;
  color: #ffffff;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-color: #f1bb51;
  border-color: #f1bb51 !important;
  color: #ffffff;
}

.btn-danger-basic, .btn-danger, .btn-danger:focus, .btn-hover-danger:hover, .btn-hover-danger:active, .btn-hover-danger.active, .btn.btn-active-danger:active, .btn.btn-active-danger.active, .dropdown.open > .btn.btn-active-danger, .btn-group.open .dropdown-toggle.btn.btn-active-danger, .btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #e2293c;
  border-color: #e33244 !important;
  color: #ffffff;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #e64858;
  border-color: #e64858 !important;
  color: #ffffff;
}

.btn-mint-basic, .btn-mint, .btn-mint:focus, .btn-hover-mint:hover, .btn-hover-mint:active, .btn-hover-mint.active, .btn.btn-active-mint:active, .btn.btn-active-mint.active, .dropdown.open > .btn.btn-active-mint, .btn-group.open .dropdown-toggle.btn.btn-active-mint, .btn-mint.disabled:hover, .btn-mint:disabled:hover {
  background-color: #19b395;
  border-color: #1abc9c !important;
  color: #ffffff;
}
.btn-mint:hover, .btn-mint:active, .btn-mint.active,
.open > .dropdown-toggle.btn-mint {
  background-color: #1dd2af;
  border-color: #1dd2af !important;
  color: #ffffff;
}

.btn-purple-basic, .btn-purple, .btn-purple:focus, .btn-hover-purple:hover, .btn-hover-purple:active, .btn-hover-purple.active, .btn.btn-active-purple:active, .btn.btn-active-purple.active, .dropdown.open > .btn.btn-active-purple, .btn-group.open .dropdown-toggle.btn.btn-active-purple, .btn-purple.disabled:hover, .btn-purple:disabled:hover {
  background-color: #9752b3;
  border-color: #9B59B6 !important;
  color: #ffffff;
}
.btn-purple:hover, .btn-purple:active, .btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-color: #a66bbe;
  border-color: #a66bbe !important;
  color: #ffffff;
}

.btn-pink-basic, .btn-pink, .btn-pink:focus, .btn-hover-pink:hover, .btn-hover-pink:active, .btn-hover-pink.active, .btn.btn-active-pink:active, .btn.btn-active-pink.active, .dropdown.open > .btn.btn-active-pink, .btn-group.open .dropdown-toggle.btn.btn-active-pink, .btn-pink.disabled:hover, .btn-pink:disabled:hover {
  background-color: #eb3774;
  border-color: #ec407a !important;
  color: #ffffff;
}
.btn-pink:hover, .btn-pink:active, .btn-pink.active,
.open > .dropdown-toggle.btn-pink {
  background-color: #ee578a;
  border-color: #ee578a !important;
  color: #ffffff;
}

.btn-dark-basic, .btn-dark, .btn-dark:focus, .btn-hover-dark:hover, .btn-hover-dark:active, .btn-hover-dark.active, .btn.btn-active-dark:active, .btn.btn-active-dark.active, .dropdown.open > .btn.btn-active-dark, .btn-group.open .dropdown-toggle.btn.btn-active-dark, .btn-dark.disabled:hover, .btn-dark:disabled:hover {
  background-color: #304457;
  border-color: #34495e !important;
  color: #ffffff;
}
.btn-dark:hover, .btn-dark:active, .btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-color: #3d566e;
  border-color: #3d566e !important;
  color: #ffffff;
}

.btn-group-vertical .btn:not(.btn-default),
.btn-group .btn:not(.btn-default) {
  border-color: rgba(0, 0, 0, 0.09);
}

.btn-lg, .btn-icon.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
}

.btn-sm, .btn-icon.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
}

.btn-xs, .btn-icon.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
}

.btn-lg, .btn-icon.btn-lg, .btn-group-lg > .btn {
  border-radius: 2px;
}

.btn-lg, .btn-icon.btn-lg, .btn-group-sm > .btn,
.btn-lg,
.btn-icon.btn-lg, .btn-group-xs > .btn {
  border-radius: 2px;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* Button Circle */
/*---------------------------------*/
.btn-circle {
  padding: 7px;
  border-radius: 50%;
}

.btn-lg.btn-circle {
  padding: 17px;
}

.btn-sm.btn-circle {
  padding: 7px;
}

.btn-xs.btn-circle {
  padding: 4px;
}

.btn-icon.btn-circle > i,
.btn-icon.btn-circle:before {
  display: block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4;
}

/* Button Rounded */
/*---------------------------------*/
.btn-rounded {
  border-radius: 17px;
  overflow: hidden;
}

.btn-lg.btn-rounded {
  border-radius: 30px;
}

.btn-sm.btn-rounded {
  border-radius: 15px;
}

.btn-xs.btn-rounded {
  border-radius: 10px;
}

.btn-group.btn-rounded {
  overflow: hidden;
}

/* Button Labeled */
/*---------------------------------*/
.btn-labeled,
.btn-labeled.fa {
  text-align: left;
}

.btn-labeled:not(.btn-block):not(.form-icon) {
  font-family: inherit;
}

.btn-block.btn-labeled:not(.form-icon) {
  font-family: inherit;
}

.btn-labeled .btn-label,
.btn-labeled:before {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 16px;
  vertical-align: middle !important;
  text-align: center;
  width: 2em;
  line-height: 1.42857 !important;
  margin: -0.25em 5px -0.23em -12px;
}

.btn-labeled.fa {
  line-height: 1.42857;
}

.btn-labeled.fa:before,
.btn-labeled .fa:before {
  font-family: FontAwesome;
}

.btn-lg.btn-labeled {
  font-size: 17px;
}
.btn-lg.btn-labeled.fa {
  line-height: 1.33;
}
.btn-lg.btn-labeled:before, .btn-lg .btn-label {
  font-size: 20px;
  margin-left: -16px;
}

.btn-sm.btn-labeled {
  font-size: 11px;
}
.btn-sm.btn-labeled.fa {
  line-height: 1.42857;
}
.btn-sm.btn-labeled:before, .btn-sm .btn-label {
  font-size: 14px;
  margin-left: -10px;
}

.btn-xs.btn-labeled {
  font-size: 11px;
}
.btn-xs.btn-labeled.fa {
  line-height: 1.5;
}
.btn-xs.btn-labeled:before, .btn-xs .btn-label {
  font-size: 12px;
  margin-left: -5px;
}

/* PANELS */
/*======================================*/
.panel {
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.panel hr {
  border-color: rgba(0, 0, 0, 0.03);
}
.panel .panel-bg-cover {
  max-height: 180px;
  overflow: hidden;
}
.panel .panel-bg-cover img {
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
}
.panel.remove {
  opacity: 0;
  transition: opacity, 0.5s;
}
.panel .alert {
  border-radius: 0;
}

.panel.panel-bg-img {
  position: relative;
}
.panel .panel-bg-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.panel .panel-bg-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
}
.panel .panel-bg-wrap + .panel-body {
  position: relative;
}

.panel-media {
  box-shadow: 0 -50px 20px -10px rgba(0, 0, 0, 0.2);
  padding: 10px 15px 15px 140px;
  position: relative;
}
.panel-media-img {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 20px;
  top: -48px;
}
.panel-media-heading {
  color: #fff;
  position: absolute;
  top: -2.7em;
}

.panel .panel-heading,
.panel > :first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.panel .panel-footer,
.panel > :last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

.panel-body-full {
  margin-left: -20px;
  margin-right: -20px;
}

.panel-body {
  padding: 15px 20px 25px;
}

.panel-trans {
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}

.panel-heading {
  position: relative;
  height: 50px;
  padding: 0;
  color: #4d627b;
}
.panel-heading .btn {
  box-shadow: none !important;
}

.panel-title {
  font-weight: 600;
  padding: 0 20px 0 20px;
  font-size: 1.2em;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.panel-default.panel-colorful {
  background-color: #e6eced;
  color: #8f9ea6;
}

.panel-default .panel-heading {
  background-color: #e6eced;
  border-color: #f5f7f8;
}

.panel-footer {
  background-color: #fdfdfe;
  color: #8f9ea6;
  border-color: rgba(0, 0, 0, 0.02);
  position: relative;
}

/* Colors */
/*---------------------------------*/
.panel-primary .panel-heading, .panel-primary .panel-footer, .panel-primary.panel-colorful {
  background-color: #66FF21;
  border-color: #66FF21;
  color: #ffffff;
}
.panel-primary.panel-colorful {
  box-shadow: 0 1px 1px #0c3f60;
}

.panel-info .panel-heading, .panel-info .panel-footer, .panel-info.panel-colorful {
  background-color: #03a9f4;
  border-color: #03a9f4;
  color: #ffffff;
}
.panel-info.panel-colorful {
  box-shadow: 0 1px 1px #02638f;
}

.panel-success .panel-heading, .panel-success .panel-footer, .panel-success.panel-colorful {
  background-color: #71ba51;
  border-color: #71ba51;
  color: #ffffff;
}
.panel-success.panel-colorful {
  box-shadow: 0 1px 1px #45762f;
}

.panel-warning .panel-heading, .panel-warning .panel-footer, .panel-warning.panel-colorful {
  background-color: #efb239;
  border-color: #efb239;
  color: #ffffff;
}
.panel-warning.panel-colorful {
  box-shadow: 0 1px 1px #b37c0f;
}

.panel-danger .panel-heading, .panel-danger .panel-footer, .panel-danger.panel-colorful {
  background-color: #e33244;
  border-color: #e33244;
  color: #ffffff;
}
.panel-danger.panel-colorful {
  box-shadow: 0 1px 1px #9a1523;
}

.panel-mint .panel-heading, .panel-mint .panel-footer, .panel-mint.panel-colorful {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #ffffff;
}
.panel-mint.panel-colorful {
  box-shadow: 0 1px 1px #0e6252;
}

.panel-purple .panel-heading, .panel-purple .panel-footer, .panel-purple.panel-colorful {
  background-color: #9B59B6;
  border-color: #9B59B6;
  color: #ffffff;
}
.panel-purple.panel-colorful {
  box-shadow: 0 1px 1px #623475;
}

.panel-pink .panel-heading, .panel-pink .panel-footer, .panel-pink.panel-colorful {
  background-color: #ec407a;
  border-color: #ec407a;
  color: #ffffff;
}
.panel-pink.panel-colorful {
  box-shadow: 0 1px 1px #b41249;
}

.panel-dark .panel-heading, .panel-dark .panel-footer, .panel-dark.panel-colorful {
  background-color: #34495e;
  border-color: #34495e;
  color: #ffffff;
}
.panel-dark.panel-colorful {
  box-shadow: 0 1px 1px #10161c;
}

.panel > .panel-heading:after,
.panel.panel-colorful > .panel-heading:after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.panel-colorful > .panel-heading {
  border: 0;
}

.panel-default > .panel-heading:after, .panel-primary > .panel-heading:after, .panel-info > .panel-heading:after,
.panel-success > .panel-heading:after, .panel-warning > .panel-heading:after, .panel-danger > .panel-heading:after,
.panel-purple > .panel-heading:after, .panel-pink > .panel-heading:after, .panel-dark > .panel-heading:after {
  display: none;
}

/* Bordered */
/*---------------------------------*/
.panel-bordered-default, .panel-default.panel-bordered {
  border: 1px solid #bdcccf;
}

.panel-bordered-primary, .panel-primary.panel-bordered {
  border: 1px solid #66FF21;
}

.panel-bordered-info, .panel-info.panel-bordered {
  border: 1px solid #03a9f4;
}

.panel-bordered-success, .panel-success.panel-bordered {
  border: 1px solid #71ba51;
}

.panel-bordered-warning, .panel-warning.panel-bordered {
  border: 1px solid #efb239;
}

.panel-bordered-danger, .panel-danger.panel-bordered {
  border: 1px solid #e33244;
}

.panel-bordered-mint, .panel-mint.panel-bordered {
  border: 1px solid #1abc9c;
}

.panel-bordered-purple, .panel-purple.panel-bordered {
  border: 1px solid #9B59B6;
}

.panel-bordered-pink, .panel-pink.panel-bordered {
  border: 1px solid #ec407a;
}

.panel-bordered-dark, .panel-dark.panel-bordered {
  border: 1px solid #34495e;
}

/* Panel Group */
/*---------------------------------*/
.panel-group .panel {
  border-radius: 0;
  margin-bottom: 20px;
}
.panel-group > div {
  padding-left: 0;
  padding-right: 0;
}
.panel-group > div:first-child > .panel {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel-group > div:last-child > .panel {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel-group > div + div > .panel {
  margin-left: -1px;
}

/* Panel Control */
/*---------------------------------*/
.panel-control {
  height: 100%;
  position: relative;
  float: right;
  padding: 0 15px;
}
.panel-control:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  left: -1em;
  position: relative;
}
.panel-control .btn {
  padding-left: 7px;
  padding-right: 7px;
}
.panel-control > i,
.panel-control > .badge,
.panel-control > label {
  vertical-align: middle;
}
.panel-control > .toggle-switch + label {
  vertical-align: baseline;
}

/* Panel with tabs */
/*---------------------------------*/
.panel-control .nav-tabs {
  display: inline-block;
  height: 40px;
  margin-top: 10px;
  vertical-align: bottom;
  border: 0;
}
.panel-control .nav-tabs > li {
  margin-top: 1px;
  margin-right: 5px;
  height: 100%;
}
.panel-control .nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
  height: 100%;
  line-height: 40px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 0 15px;
}
.panel-control .nav-tabs > li:not(.active) {
  background-color: transparent;
  opacity: .6;
}
.panel-control .nav-tabs > li:not(.active) a {
  border-bottom: 0 !important;
  color: inherit;
}
.panel-control .nav-tabs > li:not(.active) a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
.panel-control .nav-tabs > .active > a {
  z-index: 1;
}

/* Panel with progress bar */
/*---------------------------------*/
.panel-control .progress {
  min-width: 150px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

/* Panel with switch */
/*---------------------------------*/
.panel-control .switchery {
  margin-left: 15px;
  vertical-align: middle;
}

/* Panel with pager */
/*---------------------------------*/
.panel-control .pager {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
}

/* Panel with pagination */
/*---------------------------------*/
.panel-control .pagination {
  margin: 0;
  border-radius: 0;
  vertical-align: middle;
}
.panel-control .pagination > li > a, .panel-control .pagination > li > span {
  padding: 0 10px;
  border: 2px 2px 0 0;
  border-color: rgba(0, 0, 0, 0.09);
  box-shadow: none;
  height: 100%;
  line-height: 30px;
}
.panel-control .pagination > li:not(.active):not(.disabled) > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.09);
}
.panel-control .pagination > .disabled > a, .panel-control .pagination > .disabled > a:hover, .panel-control .pagination > .disabled > a:active {
  border-color: rgba(0, 0, 0, 0.09);
}

.panel-control .pagination > li:not(.active) > a, .pagination > li > a {
  background-color: transparent;
  color: inherit;
}

.panel-control .pagination > li > a:hover, .pagination > li > a:focus {
  box-shadow: none;
}

/* Panel with table */
/*---------------------------------*/
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border: 0;
}

/* Panel with buttons */
/*---------------------------------*/
.panel-control .btn,
.panel-control .dropdown-toggle.btn {
  border: 0;
}

.panel-control .open > .btn,
.panel-control .btn.active,
.panel-control .btn:active {
  box-shadow: none !important;
}

.panel-control .btn-default {
  background-color: transparent;
  color: inherit;
}

.panel-control > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.panel-control > .btn:last-child,
.panel-control > .btn-group:last-child > .btn:first-child {
  border-bottom-right-radius: 0;
}

/* PRINT CONTENT */
/*======================================*/
@page {
  margin-top: 0;
  margin-bottom: 0;
}
@media print {
  body, #container {
    background: transparent;
  }

  .boxed {
    width: 100%;
  }

  .panel {
    border-color: transparent;
    box-shadow: none;
  }

  #container .no-print, #demo-set,
  .print-content #mainnav-container,
  .print-content #aside-container,
  .print-content #navbar,
  .print-content #footer,
  .print-content .scroll-top {
    display: none !important;
  }

  #container.print-content #page-content, #container.print-content #content-container {
    padding: 0 !important;
    margin: 0 !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .print-inline {
    display: inline !important;
  }
  .print-iblock {
    display: inline-block !important;
  }
  .print-block {
    display: block !important;
  }

  .no-print {
    display: none !important;
  }
}
/* VERTICAL ALIGN */
/*======================================*/
.v-middle {
  vertical-align: middle;
}
.v-top {
  vertical-align: top;
}
.v-bottom {
  vertical-align: bottom;
}
.v-baseline {
  vertical-align: baseline;
}

/* TABLE TOOLBAR */
/*======================================*/
.table-toolbar-left,
.table-toolbar-right {
  text-align: center;
  padding-bottom: 10px;
}

.table-toolbar-right > .form-group {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

@media (min-width: 760px) {
  .table-toolbar-left {
    float: left;
    text-align: left;
  }

  .table-toolbar-right {
    text-align: right;
  }
}
/* POSITIONS */
/*======================================*/
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.pos-fix {
  position: fixed;
}
.pos-sta {
  position: static;
}

/* MICS CLASS */
/*======================================*/
.list-group-striped > li:nth-child(odd), .list-group-striped > a:nth-child(odd):not(.active):not(.disabled) {
  background-color: rgba(0, 0, 0, 0.015);
  border-color: rgba(0, 0, 0, 0.015);
}
.list-divider {
  margin: 15px 0;
  height: 1px;
}
.list-header {
  font-weight: 300;
  padding: 10px 15px;
  position: relative;
}
.list-item-sm {
  padding: 5px 15px;
}
.list-item-lg {
  padding: 15px;
}
.list-item-xl {
  padding: 20px 15px;
}

/* BOX TYPE */
/*======================================*/
.box-block {
  display: block;
}

.box-inline {
  display: inline-block;
}

.box-vmiddle {
  display: inline-block;
  max-width: 500px;
  vertical-align: middle;
  margin-bottom: 15px;
}

.box-vmiddle-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -15px;
}

/* BORDER */
/*======================================*/
.bord-no {
  border: 0 !important;
}

.bord-all {
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.bord-top {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.bord-btm {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.bord-lft {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.bord-rgt {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
}

.bord-ver {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.bord-hor {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

/* TEXT */
/*======================================*/
.text-thin {
  font-weight: 300;
}

.text-normal {
  font-weight: normal;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-5x,
.text-4x,
.text-5x,
.text-2x,
.text-lg,
.text-sm,
.text-xs {
  line-height: 1.25;
  font-size: 4em;
}

.text-4x {
  font-size: 4em;
}

.text-3x {
  font-size: 3em;
}

.text-2x {
  font-size: 2em;
}

.text-lg {
  font-size: 1.2em;
}

.text-sm {
  font-size: .9em;
}

.text-xs {
  font-size: .8em;
}

.text-overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-unit {
  font-size: 15px;
  vertical-align: top;
  line-height: 1.5em;
}

.unselectable {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.unselectable ::selection {
  background-color: transparent;
  color: inherit;
}
.unselectable ::-moz-selection {
  background-color: transparent;
  color: inherit;
}

.text-justify {
  text-align: justify;
}

.text-justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}

@media (min-width: 1200px) {
  .text-lg-right {
    text-align: right;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .text-sm-right {
    text-align: right;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-left {
    text-align: left;
  }
}
@media (max-width: 760px) {
  .text-xs-right {
    text-align: right;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-left {
    text-align: left;
  }
}
/* ICONS */
/*======================================*/
.icon-wrap {
  display: inline-block;
  padding: 10px;
  border-radius: 2px;
}
.icon-wrap i {
  display: block;
  line-height: 1em;
  text-align: center;
  position: relative;
  width: 1em;
  padding-top: 1em;
  vertical-align: middle;
}
.icon-wrap i:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.icon-wrap .icon-txt {
  display: block;
  line-height: 1em;
  text-align: center;
  position: relative;
  width: 1em;
  vertical-align: top;
}

.icon-wrap-lg {
  padding: 20px;
}

.icon-wrap-md {
  padding: 17px;
}

.icon-wrap-sm {
  padding: 12px;
}

.icon-wrap-xs {
  padding: 7px;
}

.icon-circle {
  border-radius: 50%;
}

.icon-lg {
  font-size: 1.333em;
  line-height: 1.095em;
  vertical-align: middle;
}

.icon-fw {
  width: 1.33em;
  margin-right: 4px;
  text-align: center;
}

.icon-2x {
  font-size: 2em;
  line-height: 1em;
}

.icon-3x {
  font-size: 3em;
  line-height: 1em;
}

.icon-4x {
  font-size: 4em;
  line-height: 1em;
}

.icon-5x {
  font-size: 5em;
  line-height: 1em;
}

/* IMAGES */
/*======================================*/
.img-mar {
  margin: 5px;
}

.img-border {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.img-border-light {
  box-shadow: 0 0 0 4px #fff;
}

.img-xs {
  width: 32px;
  height: 32px;
}

.img-md {
  width: 64px;
  height: 64px;
}

.img-sm {
  width: 48px;
  height: 48px;
}

.img-lg {
  width: 96px;
  height: 96px;
}

.img-holder img {
  max-width: 100%;
  border-radius: 2px;
}

/* CONTENT MARGIN */
/*======================================*/
.mar-no {
  margin: 0 !important;
}

.mar-all {
  margin: 15px;
}

.mar-top {
  margin-top: 15px;
}

.mar-btm {
  margin-bottom: 15px;
}

.mar-lft {
  margin-left: 15px;
}

.mar-rgt {
  margin-right: 15px;
}

.mar-hor {
  margin-left: 15px;
  margin-right: 15px;
}

.mar-ver {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* CONTENT PADDING */
/*======================================*/
.pad-no {
  padding: 0 !important;
}

.pad-all {
  padding: 15px;
}

.pad-top {
  padding-top: 15px;
}

.pad-btm {
  padding-bottom: 15px;
}

.pad-lft {
  padding-left: 15px;
}

.pad-rgt {
  padding-right: 15px;
}

.pad-hor {
  padding-left: 15px;
  padding-right: 15px;
}

.pad-ver {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* DISABLED BUTTON */
/*======================================*/
a.disabled-link, a.disabled-link:visited,
a.disabled-link:active, a.disabled-link:hover {
  color: #aaa !important;
  cursor: default;
}

/* EQUALIZE HEIGHTS */
/*======================================*/
.eq-height, .eq-height.eq-auto {
  display: table;
  table-layout: fixed;
  height: 100%;
  margin-bottom: 0;
  width: 100%;
}
.eq-height.eq-auto {
  table-layout: auto;
}
.eq-height .eq-box-xs {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  float: none;
}
.eq-height > * > .panel {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.eq-height [class*="eq-box"].eq-no-panel {
  padding-bottom: 0;
}

.eq-min-width {
  width: 1%;
}

.eq-no-panel:after {
  content: '';
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 1200px) {
  .eq-height .eq-box-lg {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
    padding-bottom: 15px;
  }
  .eq-height .eq-box-lg .panel {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .eq-height .eq-box-md {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
    padding-bottom: 15px;
  }
  .eq-height .eq-box-md .panel {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .eq-height .eq-box-sm {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
    padding-bottom: 15px;
  }
  .eq-height .eq-box-sm .panel {
    margin-bottom: 0;
  }
}
