@charset "UTF-8";
/* Body Style */
/* Color */
/* Mixins */
/* Pace Setting */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .pace .pace-progress {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 0.125rem; }
  .pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 6.25rem;
    height: 100%;
    opacity: 1;
    -webkit-box-shadow: "0 0 0.625rem #29d, 0 0 0.3125rem #29d";
    -moz-box-shadow: "0 0 0.625rem #29d, 0 0 0.3125rem #29d";
    box-shadow: "0 0 0.625rem #29d, 0 0 0.3125rem #29d";
    -webkit-transform: rotate(3deg) translate(0, -0.25rem);
    -moz-transform: rotate(3deg) translate(0, -0.25rem);
    -ms-transform: rotate(3deg) translate(0, -0.25rem);
    -o-transform: rotate(3deg) translate(0, -0.25rem);
    transform: rotate(3deg) translate(0, -0.25rem); }
  .pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 3.6875rem;
    right: 0.9375rem;
    width: 1.25rem;
    height: 1.25rem;
    border: solid 0.125rem transparent;
    border-top-color: #000;
    border-left-color: #000;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite; }

.pace-inactive {
  display: none; }

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@media (max-width: 767px) {
  .pace .pace-activity {
    top: 6.5625rem; } }
/* 3.1 General Setting */
.header.navbar {
  border: none;
  min-height: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1020;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0.125rem 2.5rem 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0.125rem 2.5rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 2.5rem 0 rgba(0, 0, 0, 0.08); }
  .header.navbar.navbar-fixed-top {
    position: fixed; }
  .header.navbar.navbar-inverse {
    background: #000; }
  .header.navbar.navbar-default {
    background: #fff; }
  .header.navbar.navbar-default .navbar-brand, .header.navbar.navbar-default .navbar-nav > li > a {
    color: #000; }
  .header.navbar.navbar-default .header-search-bar, .header.navbar.navbar-default .header-search-bar .form-control {
    background: #fff;
    color: #000; }

.page-header-fixed .header.navbar {
  position: fixed; }

.navbar-nav {
  display: flex;
  flex-direction: row; }
  .navbar-nav .dropdown-toggle::after {
    display: none; }

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  background: none; }

@media (max-width: 767px) {
  .header.navbar {
    height: auto; }

  .navbar > .container,
  .navbar > .container-fluid {
    display: block; }

  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    display: block;
    z-index: 10; } }
/* Navbar Logo Setting */
.navbar .navbar-brand {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  width: 14.375rem;
  padding: 0.75rem 0.9375rem;
  height: 2.75rem; }
  .navbar .navbar-brand .navbar-logo {
    font-size: 1.5rem;
    float: left;
    line-height: 1.625rem;
    font-weight: 500;
    height: 1.5rem;
    width: 1.75rem;
    margin-right: 0.5rem;
    margin-top: -0.125rem;
    text-align: center;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem; }
  .navbar .navbar-brand img {
    max-height: 1.25rem; }

.navbar.navbar-inverse .navbar-brand,
.navbar.navbar-inverse .navbar-nav > li > a {
  color: #fff; }

.navbar .navbar-language .flag-icon img {
  height: 1.25rem;
  float: left;
  margin-right: 0.3125rem; }

.navbar .navbar-project {
  padding-top: 0.4375rem;
  padding-bottom: 0.3125rem;
  position: relative; }
  .navbar .navbar-project .project-desc {
    font-size: 0.693rem;
    line-height: 0.75rem;
    font-weight: 600;
    opacity: 0.5; }
  .navbar .navbar-project .project-title {
    color: #fff;
    font-weight: 600; }
  .navbar .navbar-project .project-icon {
    float: left;
    background: linear-gradient(#42a1ec, #0070c9);
    color: #fff;
    padding: 0.3125rem;
    width: 1.875rem;
    text-align: center;
    line-height: 1.25rem;
    font-size: 1.25rem;
    margin-right: 0.5rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem; }
    .navbar .navbar-project .project-icon + .project-info {
      margin-left: 2.375rem; }

.navbar-right .dropdown-menu {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -5rem; }
  .navbar-right .dropdown-menu.dropdown-lg {
    margin-right: -9.375rem; }
  .navbar-right .dropdown-menu.dropdown-md {
    margin-right: -7.5rem; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -0.9375rem; } }
/* Navbar Icon Setting */
.navbar .navbar-icon {
  min-width: 2.625rem;
  font-size: 1.125rem;
  color: #fff; }

.navbar .navbar-icon i {
  display: block;
  line-height: 1.3125rem; }

/* Header User Image Setting */
.navbar .navbar-user-img {
  height: 1.75rem;
  width: 1.75rem;
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 1.75rem;
  -moz-border-radius: 1.75rem;
  border-radius: 1.75rem; }
  .navbar .navbar-user-img i {
    display: block;
    text-align: center;
    line-height: 1.75rem;
    height: 1.75rem;
    width: 1.75rem;
    font-size: 1.5rem;
    line-height: 2.375rem;
    background: rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 0.35);
    -webkit-border-radius: 1.75rem;
    -moz-border-radius: 1.75rem;
    border-radius: 1.75rem; }
  .navbar .navbar-user-img + span {
    margin-left: 0.5rem; }
  .navbar .navbar-user-img.pull-right + span {
    margin-left: 0;
    margin-right: 0.5rem; }
  .navbar .navbar-user-img img {
    max-width: 100%;
    max-height: 100%;
    display: block; }

/* Navbar Label Setting */
.navbar .with-label {
  position: relative; }
  .navbar .with-label:before {
    content: '';
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    z-index: 10; }

/* Navbar Divider Setting */
.navbar .divider {
  width: 1px;
  height: 2.75rem;
  background: rgba(255, 255, 255, 0.15); }

.navbar-nav > li > a {
  padding: 0.75rem;
  line-height: 1.25rem;
  min-height: 2.8125rem; }

/* Navbar Search Bar */
.header-search-bar {
  position: absolute;
  left: 0;
  top: -2.75rem;
  right: 0;
  height: 2.75rem;
  overflow: hidden;
  padding: 0 17.125rem;
  background: #333;
  display: none;
  z-index: 10; }
  .header-search-bar.active {
    top: 0;
    display: block;
    -webkit-animation: searchBarActive 0.2s;
    -moz-animation: searchBarActive 0.2s;
    animation: searchBarActive 0.2s; }
  .header-search-bar.inactive {
    top: -2.75rem;
    display: block;
    -webkit-animation: searchBarInactive 0.2s;
    -moz-animation: searchBarInactive 0.2s;
    animation: searchBarInactive 0.2s; }
  .header-search-bar .form-control {
    border: none;
    height: 2.8125rem;
    padding: 0;
    line-height: 2.75rem;
    background: #333;
    color: #fff;
    font-size: 0.875rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .header-search-bar .form-control:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .header-search-bar .left-icon, .header-search-bar .left-icon a, .header-search-bar .right-icon, .header-search-bar .right-icon a {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.125rem;
    line-height: 2.75rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #ccc;
    text-decoration: none; }
  .header-search-bar .left-icon {
    left: 14.375rem; }
  .header-search-bar .right-icon {
    left: auto;
    right: 14.375rem; }
  .header-search-bar .left-icon i:before, .header-search-bar .right-icon i:before {
    display: block;
    line-height: 2.75rem; }

.search-bar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000; }

@-webkit-keyframes searchBarActive {
  from {
    top: -2.75rem; }
  to {
    top: 0px; } }
@keyframes searchBarActive {
  from {
    top: -2.75rem; }
  to {
    top: 0px; } }
@-webkit-keyframes searchBarInactive {
  from {
    top: 0px; }
  to {
    top: -2.75rem; } }
@keyframes searchBarInactive {
  from {
    top: 0px; }
  to {
    top: -2.75rem; } }
/* Navbar Toggle */
.navbar-toggle,
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
  position: relative;
  float: right;
  border: none;
  background: none !important;
  margin: 0;
  padding: 1.125rem 0.9375rem !important;
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 1.5rem;
  height: 2px;
  border-radius: 1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 0.25rem; }

.navbar-toggle.active .icon-bar {
  width: 1.25rem;
  position: relative;
  top: 0.1875rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
  .navbar-toggle.active .icon-bar + .icon-bar {
    top: auto;
    bottom: 0.1875rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

@media (min-width: 768px) {
  .navbar-nav > li {
    float: left; }

  .navbar-toggle {
    display: none; } }
/* Navbar Responsive Setting */
@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: -0.75rem; } }
@media (max-width: 768px) {
  .header-search-bar {
    padding: 0 2.75rem !important; }
    .header-search-bar .left-icon {
      left: 0 !important; }
    .header-search-bar .right-icon {
      right: 0 !important; } }
@media (max-width: 767px) {
  .header.navbar-inverse .navbar-xs-justified,
  .header.navbar-inverse .navbar-nav-list {
    background: #121212; }

  .navbar-xs-justified,
  .navbar-nav-list {
    margin: 0 -0.9375rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff; }
    .navbar-xs-justified .nav.navbar-nav,
    .navbar-nav-list .nav.navbar-nav {
      display: table;
      width: 100%;
      margin: 0; }
    .navbar-xs-justified .nav.navbar-nav > li,
    .navbar-nav-list .nav.navbar-nav > li {
      display: table-cell;
      width: 25%;
      text-align: center;
      vertical-align: top; }

  .navbar .with-label:before {
    right: 50%;
    margin-right: -0.5rem; }

  body .navbar .navbar-user-img {
    float: none !important;
    margin: -0.25rem auto;
    display: block; }

  .navbar-nav .open .dropdown-menu {
    position: fixed;
    top: auto;
    bottom: 3.6875rem;
    left: 0.9375rem !important;
    right: 0.9375rem !important;
    margin: 0 !important;
    width: auto !important;
    background: #fff;
    -webkit-box-shadow: 0px -17.75rem 0 18.75rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -17.75rem 0 18.75rem rgba(0, 0, 0, 0.2);
    box-shadow: 0px -17.75rem 0 18.75rem rgba(0, 0, 0, 0.2); }
    .navbar-nav .open .dropdown-menu:before, .navbar-nav .open .dropdown-menu:after {
      border: none; }

  .navbar-nav .open > a {
    position: relative; }

  .navbar-nav li.dropdown > a:after {
    content: '';
    position: absolute;
    border: 0.625rem solid transparent;
    bottom: 3.75rem;
    left: 50%;
    margin-left: -0.625rem;
    z-index: 1020;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0; }

  .navbar-nav li.dropdown.open > a:after {
    border-top-color: #fff;
    bottom: 2.5rem;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1; }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 0.625rem 0.9375rem; }

  .navbar-nav .open .dropdown-menu > li > a {
    padding: 0.1875rem 0.9375rem; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #e8e8e8; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background: #e8e8e8; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #000; } }
/* General Setting */
.sidebar {
  background: #fff;
  width: 14.375rem;
  position: absolute;
  left: 0;
  top: 2.8125rem; }
  .sidebar:before {
    content: '';
    position: fixed;
    top: 2.8125rem;
    bottom: 0;
    background: #fff;
    width: 14.375rem; }

/* Sidebar Structure Setting */
.page-sidebar-minified .sidebar:before {
  width: 3.75rem; }

.page-sidebar-fixed .sidebar {
  position: fixed;
  bottom: 0; }

.page-full-width .sidebar {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.page-sidebar-toggled .sidebar,
.page-sidebar-toggled.page-full-width .sidebar {
  left: 0;
  right: 0; }

.page-sidebar-right .sidebar {
  left: auto;
  right: 0; }

.page-sidebar-right .content {
  margin-left: 0;
  margin-right: 14.375rem; }

.page-sidebar-right.page-sidebar-minified .content {
  margin-right: 3.75rem; }

/* Sidebar Nav Setting */
.sidebar .nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative; }
  .sidebar .nav > li.nav-header {
    padding: 0.9375rem 0.9375rem 0.3125rem;
    font-size: 0.693rem;
    font-weight: bold;
    color: #888; }
  .sidebar .nav > li.nav-profile {
    padding: 0.9375rem; }
    .sidebar .nav > li.nav-profile:before, .sidebar .nav > li.nav-profile:after {
      content: " ";
      display: table; }
    .sidebar .nav > li.nav-profile:after {
      clear: both; }
    .sidebar .nav > li.nav-profile .image {
      float: left;
      width: 2.5rem;
      height: 2.5rem;
      -webkit-border-radius: 1.25rem;
      -moz-border-radius: 1.25rem;
      border-radius: 1.25rem;
      overflow: hidden; }
      .sidebar .nav > li.nav-profile .image img {
        max-width: 100%; }
    .sidebar .nav > li.nav-profile .info {
      margin-left: 3.125rem;
      padding-top: 0.25rem; }
      .sidebar .nav > li.nav-profile .info h4 {
        margin: 0 0 0.3125rem;
        font-size: 0.8125rem;
        font-weight: 500; }
      .sidebar .nav > li.nav-profile .info p {
        margin: 0;
        font-size: 0.759rem;
        line-height: 1; }
    .sidebar .nav > li.nav-profile + .nav-divider {
      margin-top: 0; }
  .sidebar .nav > li > a {
    display: block;
    color: #000;
    padding: 0.3125rem 0.9375rem;
    font-size: 0.825rem;
    line-height: 1.25rem; }
  .sidebar .nav > li.active > a i {
    opacity: 1; }
  .sidebar .nav > li > a i {
    float: left;
    width: 1.125rem;
    height: 1.125rem;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.125rem;
    margin-right: 0.5rem;
    opacity: 0.35; }
  .sidebar .nav > li.nav-divider + li.nav-header {
    padding-top: 0.3125rem; }
  .sidebar .nav > li > a .notification {
    font-size: 0.5625rem;
    font-weight: bold;
    color: #555;
    border: 1px solid #ccc;
    padding: 0.125rem 0.1875rem;
    margin-left: 0.3125;
    -webkit-border-radius: 0.1875rem;
    -moz-border-radius: 0.1875rem;
    border-radius: 0.1875rem; }
  .sidebar .nav > li.has-sub .sub-menu {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0.3125rem 0; }
  .sidebar .nav li.has-sub .sub-menu > li > a {
    color: #999;
    display: block;
    padding-right: 0.9375rem;
    line-height: 1.25rem; }
  .sidebar .nav > li.has-sub > .sub-menu {
    margin-left: 2.5625rem;
    font-size: 0.825rem; }
  .sidebar .nav .sub-menu li.has-sub .sub-menu {
    margin-left: 1.875rem; }
  .sidebar .nav > li.has-sub.active > .sub-menu, .sidebar .nav .sub-menu li.has-sub.active .sub-menu {
    display: block; }
  .sidebar .nav > li.has-sub .sub-menu > li.active > a, .sidebar .nav > li.has-sub .sub-menu > li > a:hover, .sidebar .nav > li.has-sub .sub-menu > li > a:focus, .sidebar .nav > li.has-sub .sub-menu > li > a:active {
    color: #000;
    text-decoration: none; }
  .sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus {
    background: rgba(0, 0, 0, 0.075); }

.sidebar.sidebar-inverse .nav > li > a:hover,
.sidebar.sidebar-inverse .nav > li > a:focus {
  background: #000; }

.sidebar.sidebar-inverse .nav > li.has-sub .sub-menu > li.active > a,
.sidebar.sidebar-inverse .nav > li.has-sub .sub-menu > li > a:hover,
.sidebar.sidebar-inverse .nav > li.has-sub .sub-menu > li > a:focus,
.sidebar.sidebar-inverse .nav > li.has-sub .sub-menu > li > a:active {
  color: #fff;
  text-decoration: none; }

.nav .nav-divider {
  background: #ccc; }

/* Sidebar Inverse Setting */
.sidebar.sidebar-inverse {
  background: #222; }
  .sidebar.sidebar-inverse:before {
    background: #222; }
  .sidebar.sidebar-inverse .nav .nav-divider {
    background: #333; }
  .sidebar.sidebar-inverse .nav .nav-profile {
    color: #fff; }
    .sidebar.sidebar-inverse .nav .nav-profile p {
      color: rgba(255, 255, 255, 0.5); }
  .sidebar.sidebar-inverse .nav > li.active > a .notification {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5); }
  .sidebar.sidebar-inverse .nav > li > a {
    color: #fff; }
    .sidebar.sidebar-inverse .nav > li > a .notification {
      color: #ccc;
      border-color: #999; }
  .sidebar.sidebar-inverse .nav > li.active > a, .sidebar.sidebar-inverse .nav > li.active > a:hover, .sidebar.sidebar-inverse .nav > li.active > a:focus, .sidebar.sidebar-inverse .nav > li.active > a:active {
    background: rgba(255, 255, 255, 0.25);
    color: #fff; }
  .sidebar.sidebar-inverse .nav > li.expand > a, .sidebar.sidebar-inverse .nav > li > a:hover, .sidebar.sidebar-inverse .nav > li > a:focus, .sidebar.sidebar-inverse .nav > li > a:active {
    background: #000; }
  .sidebar.sidebar-inverse .nav > li.has-sub .sub-menu > li.active > a, .sidebar.sidebar-inverse .nav > li.has-sub .sub-menu > li > a:hover, .sidebar.sidebar-inverse .nav > li.has-sub .sub-menu > li > a:focus, .sidebar.sidebar-inverse .nav > li.has-sub .sub-menu > li > a:active {
    color: #fff;
    text-decoration: none; }
  .sidebar.sidebar-inverse .slimScrollBar:before {
    background: #fff !important; }

.sidebar.sidebar-inverse .inverse-mode .slimScrollBar:before {
  background: #fff; }

.sidebar.sidebar-inverse .slimScrollBar:before {
  background: #fff !important; }

/* Sidebar Nav Project */
.sidebar .nav-project {
  padding: 0.625rem 0.9375rem; }
  .sidebar .nav-project .project-icon {
    width: 1.125rem;
    height: 1.125rem;
    float: left;
    text-align: center;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem; }
  .sidebar .nav-project .project-info {
    margin-left: 1.625rem; }
  .sidebar .nav-project .project-title {
    font-size: 0.825rem;
    margin: 0 0 0.3125rem;
    font-weight: normal; }
  .sidebar .nav-project .project-percentage {
    font-size: 0.693rem;
    color: rgba(0, 0, 0, 0.5);
    margin-top: -0.1875rem; }
  .sidebar .nav-project .progress {
    margin: 0;
    background: rgba(0, 0, 0, 0.25); }

.sidebar .nav > li.nav-project > a {
  display: block;
  padding: 0.625rem 0.9375rem;
  margin: -0.625rem -0.9375rem;
  text-decoration: none; }

.sidebar .nav-project .progress {
  margin: 0;
  background: rgba(0, 0, 0, 0.25); }

.sidebar.sidebar-inverse .nav > li.nav-project > a {
  color: #fff; }

.sidebar.sidebar-inverse .nav-project .project-percentage {
  color: rgba(255, 255, 255, 0.5); }

.sidebar.sidebar-inverse .nav-project .progress {
  background: rgba(255, 255, 255, 0.1); }

/* Sidebar Copyright */
.sidebar .nav-divider + .nav-copyright {
  padding-top: 0.3125rem; }

.sidebar .nav-copyright {
  font-size: 0.825rem;
  padding: 0.9375rem;
  color: #999; }

/* Sidebar Float Menu */
.float-sub-menu {
  position: fixed;
  width: 14.375rem;
  background: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0.625rem 0;
  list-style-type: none;
  font-size: 0.825rem; }
  .float-sub-menu > li > a, .float-sub-menu .sub-menu > li > a {
    color: #999;
    display: block;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    line-height: 1.25rem; }
  .float-sub-menu li.has-sub .sub-menu {
    list-style-type: none;
    margin: 0 0 0 1.875rem;
    padding: 0.3125rem 0; }
  .float-sub-menu li.active > a, .float-sub-menu > li > a:hover, .float-sub-menu > li > a:focus, .float-sub-menu > li > a:active, .float-sub-menu li.has-sub .sub-menu > li > a:hover, .float-sub-menu li.has-sub .sub-menu > li > a:focus, .float-sub-menu li.has-sub .sub-menu > li > a:active {
    color: #fff;
    text-decoration: none; }
  .float-sub-menu .sub-menu {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0.3125rem 0; }

/* 4.8 Sidebar Minified Setting */
.page-sidebar-minified .sidebar .slimScrollDiv .slimScrollBar {
  display: none !important; }

.page-sidebar-minified .sidebar .nav-copyright,
.page-sidebar-minified .sidebar .nav-project .project-info {
  display: none; }

.page-sidebar-minified .sidebar .nav-project .project-icon {
  float: none;
  width: auto; }

@media (min-width: 768px) {
  .page-sidebar-minified .sidebar {
    width: 3.75rem;
    overflow: visible !important;
    z-index: 1020; }
    .page-sidebar-minified .sidebar .nav > li.nav-header {
      padding-left: 0.3125rem;
      padding-right: 0.3125rem;
      text-align: center;
      overflow: hidden; }
    .page-sidebar-minified .sidebar .nav > li a span,
    .page-sidebar-minified .sidebar .nav-profile .info {
      display: none; }
    .page-sidebar-minified .sidebar .nav-profile .image {
      margin-left: -0.3125rem; }
    .page-sidebar-minified .sidebar .nav > li a i {
      float: none;
      width: auto;
      display: block;
      margin: 0;
      height: 1.25rem; }
    .page-sidebar-minified .sidebar .nav > li a .caret {
      position: absolute;
      right: 0.4375rem;
      top: 0.3125rem; }
    .page-sidebar-minified .sidebar .nav > li.has-sub .sub-menu {
      position: absolute;
      left: 100%;
      width: 14.375rem;
      top: 0;
      background: rgba(0, 0, 0, 0.8);
      margin: 0;
      padding: 0.625rem 0;
      display: block;
      visibility: hidden; }
    .page-sidebar-minified .sidebar li.has-sub:hover > .sub-menu, .page-sidebar-minified .sidebar li.has-sub:focus > .sub-menu, .page-sidebar-minified .sidebar li.has-sub:active > .sub-menu {
      display: block; }
    .page-sidebar-minified .sidebar .nav > li.has-sub .sub-menu > li > a {
      padding-left: 0.9375rem; }

  .page-sidebar-minified .content {
    margin-left: 3.75rem; } }
/* Sidebar Responsive Setting */
@media (max-width: 767px) {
  .sidebar {
    width: auto;
    left: -100%;
    right: 100%;
    top: 2.75rem;
    bottom: 2.75rem;
    z-index: 1020;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; } }
@media (min-width: 767px) {
  .page-full-width .sidebar {
    left: -14.375rem;
    z-index: 1020; } }
/* Sidebar Minify Button Setting */
.sidebar .sidebar-minify-btn {
  position: absolute;
  right: 0;
  text-decoration: none;
  background: #666;
  color: #fff;
  bottom: 0.9375rem;
  z-index: 1040;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 0;
  text-align: center;
  line-height: 1.625rem; }
  .sidebar .sidebar-minify-btn i {
    display: block;
    line-height: 1.625rem; }
  .sidebar .sidebar-minify-btn:hover, .sidebar .sidebar-minify-btn:focus {
    background: #333; }

.page-sidebar-minified .sidebar {
  padding-bottom: 1.625rem; }
  .page-sidebar-minified .sidebar .sidebar-minify-btn {
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 1rem;
    width: auto; }
    .page-sidebar-minified .sidebar .sidebar-minify-btn i:before {
      content: '\f138'; }

@media (max-width: 767px) {
  .sidebar .sidebar-minify-btn {
    display: none; } }
/* General Setting */
.content {
  margin-left: 14.375rem;
  padding: 1.5625rem;
  position: relative;
  height: 100%; }
  .content.content-inverse-mode, .content.content-inverse-mode .page-header, .content.content-inverse-mode .breadcrumb .active {
    color: #fff; }

.page-full-width .content {
  margin: 0; }

.content-container {
  position: relative;
  z-index: 10; }

.content-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.page-content-full-height .content {
  position: absolute;
  left: 0;
  top: 3.375rem;
  right: 0;
  bottom: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.panel-expand .page-content-full-height .content {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

/* 5.2 Content Responsive Setting */
@media (min-width: 1280px) {
  .page-with-bg {
    background: url("../img/bg.jpg");
    background-size: 100%;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat; }

  .page-boxed-layout {
    background: #eaeaea; }

  .page-boxed-layout,
  .page-boxed-layout .header {
    max-width: 80rem;
    margin: 0 auto; }

  .page-boxed-layout .sidebar {
    left: auto; }

  .page-boxed-layout.page-with-fixed-footer .footer {
    width: 65.625rem;
    left: auto;
    right: auto;
    margin-left: 14.375rem; }

  .page-boxed-layout.page-with-fixed-footer.page-sidebar-minified .footer {
    margin-left: 3.75rem;
    width: 76.25rem; }

  .page-boxed-layout.page-with-fixed-footer.page-full-width .footer {
    margin-left: 0; } }
@media (max-width: 767px) {
  .content,
  .page-header-fixed.page-sidebar-fixed .content {
    margin-left: 0;
    padding: 0.9375rem 0.9375rem 0.9375rem;
    overflow: initial;
    height: auto; }

  .content-cover {
    bottom: 0;
    top: 5.625rem;
    position: fixed; } }
/* General Setting */
.footer {
  position: absolute;
  left: 14.375rem;
  right: 0;
  bottom: 0;
  line-height: 0.9375rem;
  padding: 0.9375rem 1.5625rem;
  background: #eaeaea;
  border-top: 1px solid #C8C7CC; }

.page-full-width .footer {
  left: 0; }

.page-sidebar-minified .footer {
  left: 3.75rem; }

.page-with-footer,
.page-with-fixed-footer {
  padding-bottom: 2.875rem; }

.page-with-fixed-footer .footer {
  position: fixed; }

/* Footer Responsive Setting */
@media (max-width: 767px) {
  .page-with-footer,
  .page-with-fixed-footer {
    padding-bottom: 0; }

  .footer {
    display: none; } }
/* Alert Setting */
.alert {
  padding: 0.625rem; }

.alert.alert-outline {
  background: none; }

.alert-success {
  color: #00b963;
  background-color: #E6F8EF;
  border-color: #00b963; }

.alert-success .alert-link {
  color: #00b963; }

.alert-info {
  color: #398cb3;
  background-color: #e8f7ff;
  border-color: #5AC8FA; }

.alert-info .alert-link {
  color: #50b0dc; }

.alert-warning {
  color: #ca7702;
  background-color: #fff5e6;
  border-color: #FF9500; }

.alert-warning .alert-link {
  color: #e28502; }

.alert-danger {
  color: #e2342a;
  background-color: #ffe8e7;
  border-color: #fe3b30; }

.alert-danger .alert-link {
  color: #e2342a; }

.alert-inverse {
  color: #000;
  background-color: #f5f5f5;
  border-color: #000; }

/* Badge Setting */
.badge {
  background: #8a8a8f;
  color: #fff;
  display: inline-block;
  min-width: 0.625rem;
  padding: 0.1875rem 0.4375rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  font-size: 0.825rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }

.btn-primary .badge,
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00b963; }

.badge-default {
  background: #8A8A8F; }

.badge-default[href]:focus, .badge-default[href]:hover {
  background: #737377; }

.badge-light {
  color: #000;
  background-color: #f8f9fa; }

.badge-light[href]:focus, .badge-light[href]:hover {
  background: #f8f9fa;
  color: #000; }

.badge-primary {
  background: #00b963; }

.badge-primary[href]:focus, .badge-primary[href]:hover {
  background: #2ba457; }

.badge-success {
  background: #4CD964; }

.badge-success[href]:focus, .badge-success[href]:hover {
  background: #45c35a; }

.badge-info {
  background: #5AC8FA; }

.badge-info[href]:focus, .badge-info[href]:hover {
  background: #50b3e0; }

.badge-warning {
  background: #FF9500; }

.badge-warning[href]:focus, .badge-warning[href]:hover {
  background: #e68701; }

.badge-danger {
  background: #FF3B30; }

.badge-danger[href]:focus, .badge-danger[href]:hover {
  background: #e4352b; }

.badge-purple {
  background: #5856D6; }

.badge-purple[href]:focus, .badge-purple[href]:hover {
  background: #4c4bb7; }

.badge-pink {
  background: #FF2D55; }

.badge-pink[href]:focus, .badge-pink[href]:hover {
  background: #de2649; }

.badge-yellow {
  background: #FFCC00; }

.badge-yellow[href]:focus, .badge-yellow[href]:hover {
  background: #e6b801; }

.badge-inverse, .badge-dark {
  background: #000; }

.badge-inverse[href]:focus, .badge-inverse[href]:hover,
.badge-dark[href]:focus, .badge-dark[href]:hover {
  background: #333; }

/* Breadcrumb Setting */
.breadcrumb {
  font-weight: bold;
  font-size: 0.693rem;
  margin-bottom: 0.625rem;
  padding: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* Button Setting */
.btn {
  font-size: 0.875rem; }

.btn:hover,
.btn:active,
.btn:focus {
  outline: none; }

.btn.btn-sm {
  padding: 0.3125rem 0.625rem;
  font-size: 0.825rem; }

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 0.3125rem;
  font-size: 0.825rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

.btn.btn-lg {
  font-size: 1.125rem;
  padding: 0.625rem 1rem;
  line-height: 1.3333333;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.btn.btn-rounded {
  -webkit-border-radius: 6.25rem;
  -moz-border-radius: 6.25rem;
  border-radius: 6.25rem; }

.btn.btn-outline,
.btn.btn-default.btn-outline,
.btn.btn-primary.btn-outline,
.btn.btn-warning.btn-outline,
.btn.btn-info.btn-outline,
.btn.btn-success.btn-outline,
.btn.btn-danger.btn-outline,
.btn.btn-purple.btn-outline,
.btn.btn-yellow.btn-outline,
.btn.btn-grey.btn-outline,
.btn.btn-pink.btn-outline {
  background: none; }

.btn.no-border {
  border: none; }

.btn.btn-icon {
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem; }

/* Button - Default Setting */
.btn-default,
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover,
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  border-color: #dfdfe0;
  color: #212121;
  background: #fff; }

.btn-default.btn-outline,
.btn-default.btn-outline:hover,
.btn-default.btn-outline:focus,
.btn-default.btn-outline:active {
  color: #000; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.btn-outline:hover,
.btn-default.btn-outline:focus,
.btn-default.btn-outline:active,
.btn-default.btn-outline.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  border-color: #dfdfe0;
  background: #f3f3f3;
  color: #000; }

.btn-default:not([disabled]):not(.disabled).active,
.btn-default:not([disabled]):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
  background: #f3f3f3;
  border-color: #dfdfe0;
  box-shadow: 0 0 0 0.2rem fade(#fff, 50%); }

.btn-default.active {
  background: #fff; }

/* Button - White Setting */
.btn-white,
.btn-white.disabled.focus,
.btn-white.disabled:focus,
.btn-white.disabled:hover,
.btn-white[disabled].focus,
.btn-white[disabled]:focus,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white.focus,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:hover,
.btn-white.active,
.btn-white:active,
.open > .dropdown-toggle.btn-white {
  border-color: #fff;
  color: #000;
  background: #fff; }

.btn-white.btn-outline,
.btn-white.btn-outline:hover,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:active {
  color: #fff; }

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.btn-outline:hover,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:active,
.btn-white.btn-outline.active,
.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.active:hover,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:active:hover,
.open > .dropdown-toggle.btn-white.focus,
.open > .dropdown-toggle.btn-white:focus,
.open > .dropdown-toggle.btn-white:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  color: #000; }

.btn-white:not([disabled]):not(.disabled).active,
.btn-white:not([disabled]):not(.disabled):active,
.show > .btn-white.dropdown-toggle {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 0.2rem fade(#fff, 50%); }

/* Button - Primary Setting */
.btn-primary,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  border-color: #00b963;
  color: #fff;
  background: #00b963; }

.btn-primary.btn-outline,
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  color: #00b963; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active,
.btn-primary.btn-outline.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  border-color: #2ba457;
  background: #2ba457;
  color: #fff; }

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #2ba457;
  border-color: #2ba457;
  box-shadow: 0 0 0 0.2rem fade(#00b963, 50%); }

/* Button - Success Setting */
.btn-success,
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  border-color: #4CD964;
  color: #fff;
  background: #4CD964; }

.btn-success.btn-outline,
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  color: #4CD964; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active,
.btn-success.btn-outline.active,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  border-color: #45c35a;
  background: #45c35a;
  color: #fff; }

.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background: #45c35a;
  border-color: #45c35a;
  box-shadow: 0 0 0 0.2rem fade(#4CD964, 50%); }

/* Button - Info Setting */
.btn-info,
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  border-color: #5AC8FA;
  color: #fff;
  background: #5AC8FA; }

.btn-info.btn-outline,
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  color: #5AC8FA; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active,
.btn-info.btn-outline.active,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  border-color: #50b3e0;
  background: #50b3e0;
  color: #fff; }

.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  background: #50b3e0;
  border-color: #50b3e0;
  box-shadow: 0 0 0 0.2rem fade(#5AC8FA, 50%); }

/* Button - Warning Setting */
.btn-warning,
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  border-color: #FF9500;
  color: #fff;
  background: #FF9500; }

.btn-warning.btn-outline,
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  color: #FF9500; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active,
.btn-warning.btn-outline.active,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  border-color: #e68701;
  background: #e68701;
  color: #fff; }

.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  background: #e68701;
  border-color: #e68701;
  box-shadow: 0 0 0 0.2rem fade(#FF9500, 50%); }

/* Button - Danger Setting */
.btn-danger,
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover,
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  border-color: #FF3B30;
  color: #fff;
  background: #FF3B30; }

.btn-danger.btn-outline,
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  color: #FF3B30; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active,
.btn-danger.btn-outline.active,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  border-color: #e4352b;
  background: #e4352b;
  color: #fff; }

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  background: #e4352b;
  border-color: #e4352b;
  box-shadow: 0 0 0 0.2rem fade(#FF3B30, 50%); }

/* Button - Purple Setting */
.btn-purple,
.btn-purple.disabled.focus,
.btn-purple.disabled:focus,
.btn-purple.disabled:hover,
.btn-purple[disabled].focus,
.btn-purple[disabled]:focus,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple.focus,
fieldset[disabled] .btn-purple:focus,
fieldset[disabled] .btn-purple:hover,
.btn-purple.active,
.btn-purple:active,
.open > .dropdown-toggle.btn-purple {
  border-color: #5856D6;
  color: #fff;
  background: #5856D6; }

.btn-purple.btn-outline,
.btn-purple.btn-outline:hover,
.btn-purple.btn-outline:focus,
.btn-purple.btn-outline:active {
  color: #5856D6; }

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.btn-outline:hover,
.btn-purple.btn-outline:focus,
.btn-purple.btn-outline:active,
.btn-purple.btn-outline.active,
.btn-purple.active.focus,
.btn-purple.active:focus,
.btn-purple.active:hover,
.btn-purple:active.focus,
.btn-purple:active:focus,
.btn-purple:active:hover,
.open > .dropdown-toggle.btn-purple.focus,
.open > .dropdown-toggle.btn-purple:focus,
.open > .dropdown-toggle.btn-purple:hover {
  border-color: #4c4bb7;
  background: #4c4bb7;
  color: #fff; }

.btn-purple:not([disabled]):not(.disabled).active,
.btn-purple:not([disabled]):not(.disabled):active,
.show > .btn-purple.dropdown-toggle {
  background: #4c4bb7;
  border-color: #4c4bb7;
  box-shadow: 0 0 0 0.2rem fade(#5856D6, 50%); }

/* Button - Pink Setting */
.btn-pink,
.btn-pink.disabled.focus,
.btn-pink.disabled:focus,
.btn-pink.disabled:hover,
.btn-pink[disabled].focus,
.btn-pink[disabled]:focus,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink.focus,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink:hover,
.btn-pink.active,
.btn-pink:active,
.open > .dropdown-toggle.btn-pink {
  border-color: #FF2D55;
  color: #fff;
  background: #FF2D55; }

.btn-pink.btn-outline,
.btn-pink.btn-outline:hover,
.btn-pink.btn-outline:focus,
.btn-pink.btn-outline:active {
  color: #FF2D55; }

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.btn-outline:hover,
.btn-pink.btn-outline:focus,
.btn-pink.btn-outline:active,
.btn-pink.btn-outline.active,
.btn-pink.active.focus,
.btn-pink.active:focus,
.btn-pink.active:hover,
.btn-pink:active.focus,
.btn-pink:active:focus,
.btn-pink:active:hover,
.open > .dropdown-toggle.btn-pink.focus,
.open > .dropdown-toggle.btn-pink:focus,
.open > .dropdown-toggle.btn-pink:hover {
  border-color: #de2649;
  background: #de2649;
  color: #fff; }

.btn-pink:not([disabled]):not(.disabled).active,
.btn-pink:not([disabled]):not(.disabled):active,
.show > .btn-pink.dropdown-toggle {
  background: #de2649;
  border-color: #de2649;
  box-shadow: 0 0 0 0.2rem fade(#FF2D55, 50%); }

/* Button - Yellow Setting */
.btn-yellow,
.btn-yellow.disabled.focus,
.btn-yellow.disabled:focus,
.btn-yellow.disabled:hover,
.btn-yellow[disabled].focus,
.btn-yellow[disabled]:focus,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow.focus,
fieldset[disabled] .btn-yellow:focus,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.active,
.btn-yellow:active,
.open > .dropdown-toggle.btn-yellow {
  border-color: #FFCC00;
  color: #fff;
  background: #FFCC00; }

.btn-yellow.btn-outline,
.btn-yellow.btn-outline:hover,
.btn-yellow.btn-outline:focus,
.btn-yellow.btn-outline:active {
  color: #FFCC00; }

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.btn-outline:hover,
.btn-yellow.btn-outline:focus,
.btn-yellow.btn-outline:active,
.btn-yellow.btn-outline.active,
.btn-yellow.active.focus,
.btn-yellow.active:focus,
.btn-yellow.active:hover,
.btn-yellow:active.focus,
.btn-yellow:active:focus,
.btn-yellow:active:hover,
.open > .dropdown-toggle.btn-yellow.focus,
.open > .dropdown-toggle.btn-yellow:focus,
.open > .dropdown-toggle.btn-yellow:hover {
  border-color: #e6b801;
  background: #e6b801;
  color: #fff; }

.btn-yellow:not([disabled]):not(.disabled).active,
.btn-yellow:not([disabled]):not(.disabled):active,
.show > .btn-yellow.dropdown-toggle {
  background: #e6b801;
  border-color: #e6b801;
  box-shadow: 0 0 0 0.2rem fade(#FFCC00, 50%); }

/* Button - Grey Setting */
.btn-grey,
.btn-grey.disabled.focus,
.btn-grey.disabled:focus,
.btn-grey.disabled:hover,
.btn-grey[disabled].focus,
.btn-grey[disabled]:focus,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey.focus,
fieldset[disabled] .btn-grey:focus,
fieldset[disabled] .btn-grey:hover,
.btn-grey.active,
.btn-grey:active,
.open > .dropdown-toggle.btn-grey {
  border-color: #8a8a8f;
  color: #fff;
  background: #8a8a8f; }

.btn-grey.btn-outline,
.btn-grey.btn-outline:hover,
.btn-grey.btn-outline:focus,
.btn-grey.btn-outline:active {
  color: #8a8a8f; }

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.btn-outline:hover,
.btn-grey.btn-outline:focus,
.btn-grey.btn-outline:active,
.btn-grey.btn-outline.active,
.btn-grey.active.focus,
.btn-grey.active:focus,
.btn-grey.active:hover,
.btn-grey:active.focus,
.btn-grey:active:focus,
.btn-grey:active:hover,
.open > .dropdown-toggle.btn-grey.focus,
.open > .dropdown-toggle.btn-grey:focus,
.open > .dropdown-toggle.btn-grey:hover {
  border-color: #737377;
  background: #737377;
  color: #fff; }

.btn-grey:not([disabled]):not(.disabled).active,
.btn-grey:not([disabled]):not(.disabled):active,
.show > .btn-grey.dropdown-toggle {
  background: #737377;
  border-color: #737377;
  box-shadow: 0 0 0 0.2rem fade(#8a8a8f, 50%); }

/* Button - Inverse Setting */
.btn-inverse,
.btn-inverse.disabled.focus,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:hover,
.btn-inverse[disabled].focus,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse.focus,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.active,
.btn-inverse:active,
.open > .dropdown-toggle.btn-inverse {
  border-color: #000;
  color: #fff;
  background: #000; }

.btn-inverse.btn-outline,
.btn-inverse.btn-outline:hover,
.btn-inverse.btn-outline:focus,
.btn-inverse.btn-outline:active {
  color: #000; }

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.btn-outline:hover,
.btn-inverse.btn-outline:focus,
.btn-inverse.btn-outline:active,
.btn-inverse.btn-outline.active,
.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.open > .dropdown-toggle.btn-inverse.focus,
.open > .dropdown-toggle.btn-inverse:focus,
.open > .dropdown-toggle.btn-inverse:hover {
  border-color: #333;
  background: #333;
  color: #fff; }

.btn-inverse:not([disabled]):not(.disabled).active,
.btn-inverse:not([disabled]):not(.disabled):active,
.show > .btn-inverse.dropdown-toggle {
  background: #333;
  border-color: #333;
  box-shadow: 0 0 0 0.2rem fade(#000, 50%); }

/* Button - Link Setting */
.btn-link {
  color: #00b963; }

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #2ba457; }

/* Caret Setting */
.caret,
.dropup .caret {
  border-color: transparent;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  font-size: 0.693rem;
  min-width: 0.625rem;
  width: auto;
  height: auto; }

.caret:before {
  content: "\e64b";
  position: relative; }

.dropup .caret:before {
  content: "\e648";
  position: relative; }

.dropdown-toggle:after,
.dropup .dropdown-toggle:after {
  display: none; }

/* Checkbox & Radio Button Setting */
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem; }

.checkbox label,
.radio label,
.checkbox-inline label,
.radio-inline label {
  min-height: 1rem; }

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  display: none; }

.checkbox label,
.radio label,
.checkbox-inline label,
.radio-inline label {
  padding-left: 1.5625rem; }

.checkbox-inline,
.radio-inline {
  padding-left: 0; }

.checkbox input + label,
.radio input + label,
.checkbox-inline input + label,
.radio-inline input + label {
  position: relative; }

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -0.3125rem; }

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 0.625rem; }

.checkbox input + label:before,
.checkbox-inline input + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: #fff;
  border: 1px solid #C8C7CC;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.checkbox input:checked + label:after,
.checkbox-inline input:checked + label:after {
  content: "\f633";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.125rem;
  height: 1.125rem;
  padding-right: 1px;
  text-align: center;
  line-height: 1.125rem;
  font-family: 'bootstrap-icons';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff; }

.checkbox input:checked + label:before,
.checkbox-inline input:checked + label:before {
  background: #00b963;
  border-color: #00b963; }

.checkbox.checkbox-success input:checked + label:before,
.checkbox-inline.checkbox-success input:checked + label:before {
  background: #4ED964;
  border-color: #4ED964; }

.checkbox.checkbox-purple input:checked + label:before,
.checkbox-inline.checkbox-purple input:checked + label:before {
  background: #5856D6;
  border-color: #5856D6; }

.checkbox.checkbox-info input:checked + label:before,
.checkbox-inline.checkbox-info input:checked + label:before {
  background: #5AC8FA;
  border-color: #5AC8FA; }

.checkbox.checkbox-danger input:checked + label:before,
.checkbox-inline.checkbox-danger input:checked + label:before {
  background: #fe3b30;
  border-color: #fe3b30; }

.checkbox.checkbox-warning input:checked + label:before,
.checkbox-inline.checkbox-warning input:checked + label:before {
  background: #FF9500;
  border-color: #FF9500; }

.checkbox.checkbox-yellow input:checked + label:before,
.checkbox-inline.checkbox-yellow input:checked + label:before {
  background: #FFCC00;
  border-color: #FFCC00; }

.checkbox.checkbox-pink input:checked + label:before,
.checkbox-inline.checkbox-pink input:checked + label:before {
  background: #FF2D55;
  border-color: #FF2D55; }

.checkbox.checkbox-inverse input:checked + label:before,
.checkbox-inline.checkbox-inverse input:checked + label:before {
  background: #000;
  border-color: #000; }

.radio input + label:before,
.radio-inline input + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: #fff;
  border: 1px solid #C8C7CC;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 1.125rem;
  -moz-border-radius: 1.125rem;
  border-radius: 1.125rem; }

.radio input:checked + label:before,
.radio-inline input:checked + label:before {
  background: #00b963;
  border-color: #00b963; }

.radio.radio-success input:checked + label:before,
.radio-inline.radio-success input:checked + label:before {
  background: #4ED964;
  border-color: #4ED964; }

.radio.radio-purple input:checked + label:before,
.radio-inline.radio-purple input:checked + label:before {
  background: #5856D6;
  border-color: #5856D6; }

.radio.radio-info input:checked + label:before,
.radio-inline.radio-info input:checked + label:before {
  background: #5AC8FA;
  border-color: #5AC8FA; }

.radio.radio-danger input:checked + label:before,
.radio-inline.radio-danger input:checked + label:before {
  background: #fe3b30;
  border-color: #fe3b30; }

.radio.radio-warning input:checked + label:before,
.radio-inline.radio-warning input:checked + label:before {
  background: #FF9500;
  border-color: #FF9500; }

.radio.radio-yellow input:checked + label:before,
.radio-inline.radio-yellow input:checked + label:before {
  background: #FFCC00;
  border-color: #FFCC00; }

.radio.radio-pink input:checked + label:before,
.radio-inline.radio-pink input:checked + label:before {
  background: #FF2D55;
  border-color: #FF2D55; }

.radio.radio-inverse input:checked + label:before,
.radio-inline.radio-inverse input:checked + label:before {
  background: #000;
  border-color: #000; }

.radio input + label:after,
.radio-inline input + label:after {
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  left: 0.3125rem;
  top: 0.3125rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border-radius: 0.625rem; }

.radio input:checked + label:after,
.radio-inline input:checked + label:after {
  background: #fff;
  -webkit-box-shadow: 0 1px 0.125rem rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0.125rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0.125rem rgba(0, 0, 0, 0.25); }

fieldset[disabled] input[type=checkbox] + label,
fieldset[disabled] input[type=radio] + label,
input[type=checkbox].disabled + label,
input[type=checkbox][disabled] + label,
input[type=radio].disabled + label,
input[type=radio][disabled] + label {
  cursor: not-allowed;
  opacity: 0.5; }

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #379646; }

.has-success .form-control {
  border-color: #379646;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.has-success .form-control:focus {
  border-color: #205829;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(55, 150, 70, 0.35);
  -moz-box-shadow: 0 0 0 0.125rem rgba(55, 150, 70, 0.35);
  box-shadow: 0 0 0 0.125rem rgba(55, 150, 70, 0.35); }

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #ca7702; }

.has-warning .form-control {
  border-color: #ca7702;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.has-warning .form-control:focus {
  border-color: #864f01;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(202, 119, 2, 0.35);
  -moz-box-shadow: 0 0 0 0.125rem rgba(202, 119, 2, 0.35);
  box-shadow: 0 0 0 0.125rem rgba(202, 119, 2, 0.35); }

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #e2342a; }

.has-error .form-control {
  border-color: #e2342a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.has-error .form-control:focus {
  border-color: #b92a21;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(226, 52, 42, 0.35);
  -moz-box-shadow: 0 0 0 0.125rem rgba(226, 52, 42, 0.35);
  box-shadow: 0 0 0 0.125rem rgba(226, 52, 42, 0.35); }

.has-success .checkbox input:not(:checked) + label:before,
.has-success .checkbox-inline input:not(:checked) + label:before {
  border-color: #379646; }

.has-warning .checkbox input:not(:checked) + label:before,
.has-warning .checkbox-inline input:not(:checked) + label:before {
  border-color: #ca7702; }

.has-error .checkbox input:not(:checked) + label:before,
.has-error .checkbox-inline input:not(:checked) + label:before {
  border-color: #e2342a; }

.has-success .radio input:not(:checked) + label:before,
.has-success .radio-inline input:not(:checked) + label:before {
  border-color: #379646; }

.has-warning .radio input:not(:checked) + label:before,
.has-warning .radio-inline input:not(:checked) + label:before {
  border-color: #ca7702; }

.has-error .radio input:not(:checked) + label:before,
.has-error .radio-inline input:not(:checked) + label:before {
  border-color: #e2342a; }

.has-feedback {
  position: relative; }

.form-control-feedback,
.form-control-feedback.glyphicon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.125rem;
  height: 2.125rem;
  line-height: 2.125rem;
  text-align: center;
  pointer-events: none; }

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.875rem; }

.has-feedback label ~ .form-control-feedback {
  top: 1.375rem; }

.input-group-addon {
  line-height: 1.3333;
  font-size: 0.875rem; }

.has-success .input-group-addon {
  background: #e5ffe9;
  border-color: #379646;
  color: #379646; }

.has-warning .input-group-addon {
  background: #fff5e6;
  border-color: #ca7702;
  color: #ca7702; }

.has-error .input-group-addon {
  background: #ffe8e7;
  border-color: #e2342a;
  color: #e2342a; }

/* Code Setting */
.panel-inverse code {
  color: #FFCC00;
  background-color: #666; }

/* Dropdown Menu Setting */
.dropdown-menu {
  border-color: rgba(0, 0, 0, 0.05);
  float: none;
  left: 0;
  right: auto;
  margin-top: 0;
  padding: 0.5rem 0;
  font-size: 0.825rem;
  position: absolute;
  display: none;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.125rem 0.375rem 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.125rem 0.375rem 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.125rem 0.375rem 1px rgba(0, 0, 0, 0.1); }
  .dropdown-menu > li > a {
    padding: 0.1875rem 0.9375rem;
    display: block;
    clear: both;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap; }
  .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-menu.dropdown-lg {
    width: 18.75rem; }
  .dropdown-menu.dropdown-md {
    width: 15rem; }
  .dropdown-menu:before, .dropdown-menu:after {
    content: '';
    position: absolute;
    top: -1.25rem;
    left: 1.25rem;
    border: 0.625rem solid transparent;
    border-bottom-color: #fff; }
  .dropdown-menu:before {
    top: -1.3125rem;
    border-bottom-color: rgba(0, 0, 0, 0.1); }
  .dropdown-menu.dropdown-menu-right {
    left: auto;
    right: 0; }

.dropdown.show .dropdown-menu {
  display: block;
  margin-top: 0.625rem !important;
  overflow: initial; }

.dropdown .dropdown-menu {
  min-width: 10rem;
  overflow: hidden; }

.navbar-nav > li > .dropdown-menu {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.dropdown-menu-right.dropdown-menu:before,
.dropdown-menu-right.dropdown-menu:after,
.pull-right .dropdown-menu:before,
.pull-right .dropdown-menu:after {
  left: auto;
  right: 1.25rem; }

.dropup .dropdown-menu:before,
.dropup .dropdown-menu:after {
  border-color: transparent;
  border-top-color: #fff;
  top: auto;
  bottom: -1.25rem; }

.dropup .dropdown-menu:before {
  bottom: -1.3125rem;
  border-top-color: rgba(0, 0, 0, 0.1); }

.navbar .dropdown-menu {
  left: 50%;
  margin-left: -5rem; }
  .navbar .dropdown-menu:before, .navbar .dropdown-menu:after {
    left: 50%;
    margin-left: -0.625rem; }
  .navbar .dropdown-menu.dropdown-lg {
    margin-left: -9.375rem; }
  .navbar .dropdown-menu.dropdown-md {
    margin-left: -7.5rem; }

.open .dropdown-menu {
  margin-top: 0.625rem !important; }

.open.dropup .dropdown-menu {
  margin-top: 0 !important;
  margin-bottom: 0.625rem !important; }

.navbar-nav > li > .dropdown-menu {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: #00b963;
  color: #fff; }

.dropdown-menu .divider {
  margin: 0.5rem 0;
  height: 1px;
  width: auto;
  background: #e8e8e8; }

.dropdown-header {
  border-bottom: 1px solid #e8e8e8;
  font-size: 0.825rem;
  color: #000;
  padding: 0.625rem 0.9375rem; }
  .dropdown-header .dropdown-close {
    float: right;
    background: #8a8a8f;
    color: #fff !important;
    padding: 0 !important;
    font-size: 1rem;
    line-height: 1rem !important;
    height: 1.125rem;
    width: 1.125rem;
    text-align: center;
    font-weight: normal;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem; }
  .dropdown-header .dropdown-close:hover, .dropdown-header .dropdown-close:focus, .dropdown-header .dropdown-close:active {
    background: #666; }

.dropdown-menu > li:first-child {
  -webkit-border-radius: 0.5rem 0.5rem 0 0;
  -moz-border-radius: 0.5rem 0.5rem 0 0;
  border-radius: 0.5rem 0.5rem 0 0; }

.dropdown-menu > li:last-child {
  -webkit-border-radius: 0 0 0.5rem 0.5rem;
  -moz-border-radius: 0 0 0.5rem 0.5rem;
  border-radius: 0 0 0.5rem 0.5rem; }

.navbar-nav .dropdown-menu {
  position: absolute; }

/* Dropdown Menu Notifiation List */
.dropdown-menu > li.notification a {
  display: block;
  padding: 0.625rem 0 0.625rem 0.9375rem !important; }
.dropdown-menu > li.notification .notification-info {
  margin-left: 1.75rem; }
.dropdown-menu > li.notification .notification-info, .dropdown-menu > li.notification .notification-title, .dropdown-menu > li.notification .notification-desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.dropdown-menu > li.notification .notification-icon {
  float: left;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.125rem;
  text-align: center;
  overflow: hidden;
  color: #fff;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem; }
.dropdown-menu > li.notification a .notification-info {
  padding-right: 0.9375rem; }
.dropdown-menu > li.notification .notification-icon img {
  max-width: 100%;
  max-height: 100%; }
.dropdown-menu > li.notification .notification-icon i {
  display: block;
  line-height: 1.125rem;
  text-align: center; }
.dropdown-menu > li.notification + li.notification .notification-info {
  border-top: 1px solid #e8e8e8;
  margin-top: -0.625rem;
  padding-top: 0.625rem; }
.dropdown-menu > li.notification .notification-title {
  margin: 0 0 0.125rem;
  font-size: 0.825rem;
  font-weight: 500; }
.dropdown-menu > li.notification .notification-time {
  font-size: 0.693rem;
  font-weight: normal;
  color: #999; }
.dropdown-menu > li.notification .notification-desc {
  font-size: 0.759rem;
  margin: 0; }

/* Dropdown Menu Setting List */
.dropdown-menu .setting {
  padding: 0.625rem 0 0.625rem 0.9375rem; }
  .dropdown-menu .setting + .setting .setting-info {
    border-top: 1px solid #e5e5e5;
    margin-top: -0.625rem;
    padding-top: 0.625rem; }
  .dropdown-menu .setting .setting-icon {
    float: left;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    color: #fff;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem; }
    .dropdown-menu .setting .setting-icon img {
      max-width: 100%;
      max-height: 100%; }
    .dropdown-menu .setting .setting-icon i {
      display: block;
      line-height: 1.5rem;
      text-align: center;
      font-size: 1rem; }
  .dropdown-menu .setting .setting-info {
    margin-left: 2.125rem;
    line-height: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0.9375rem; }
    .dropdown-menu .setting .setting-info .switcher {
      float: right;
      margin-left: 0.625rem; }

/* Form Control Setting */
.form-control {
  border-color: #C8C7CC;
  color: #000;
  font-size: 0.825rem;
  height: 2.125rem;
  -webkit-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s";
  -moz-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s";
  -ms-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s";
  -o-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s";
  transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s";
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .form-control:focus {
    border-color: #00b963;
    outline: none;
    -webkit-box-shadow: 0 0 0 0.125rem rgba(102, 175, 233, 0.6);
    -moz-box-shadow: 0 0 0 0.125rem rgba(102, 175, 233, 0.6);
    box-shadow: 0 0 0 0.125rem rgba(102, 175, 233, 0.6); }
  .form-control.input-lg, .form-control.form-control-lg {
    font-size: 1rem; }
  .form-control.input-inverse {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff; }
  .form-control.input-outline {
    background: none; }
  .form-control.no-border {
    border-color: transparent; }

select.form-control:not([size]):not([multiple]) {
  border-color: #C8C7CC;
  color: #000;
  font-size: 0.825rem;
  height: 2.125rem;
  -webkit-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s";
  -moz-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s";
  -ms-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s";
  -o-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s";
  transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s";
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

textarea.form-control,
select[multiple], select[size] {
  height: auto; }

.input-lg,
.form-control-lg,
select.input-lg:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > .form-control {
  font-size: 1rem;
  height: 2.875rem;
  padding: 0.625rem 1rem;
  line-height: 1.3333333;
  border-radius: 0.375rem; }

.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 2.875rem;
  padding: 0.625rem 1rem;
  line-height: 1.3333333; }

.input-sm,
.form-control-sm,
select.input-sm:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > .form-control {
  height: 1.875rem;
  line-height: 1.875rem; }

.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 1.875rem;
  line-height: 1.875rem; }

.form-control-static {
  min-height: 2.125rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .form-inline .form-group + .form-group {
    margin-left: 0.625rem; }

  .form-inline label + .form-control {
    margin-left: 0.3125rem; }

  .form-inline .form-group + .btn {
    margin-left: 0.625rem; } }
/* Form Grid Setting */
.form-grid {
  display: table;
  width: 100%; }
  .form-grid .form-group {
    display: table-row; }
  .form-grid .form-group + .form-group .control-label, .form-grid .form-group + .form-group .input-container {
    border-top: 1px solid #EFEFF4; }
  .form-grid .control-label, .form-grid .input-container {
    display: table-cell;
    vertical-align: middle; }
  .form-grid .form-control {
    border: none; }
  .form-grid .control-label {
    width: 1%;
    white-space: nowrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

.panel > .form-grid .control-label {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.panel > .form-grid .form-control {
  padding-right: 0.9375rem; }

.panel > .form-grid .checkbox,
.panel > .form-grid .radio,
.panel > .form-grid .checkbox-inline,
.panel > .form-grid .radio-inline {
  padding-left: 0.75rem; }

.panel > .form-grid .switcher {
  padding: 0.625rem 0.9375rem; }

label.control-label {
  color: #212121; }

/* Form Label Setting */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.3125rem;
  font-weight: 700; }

/* HR Setting */
hr {
  border-color: #C8C7CC; }

/* Jumbotron Setting */
.jumbotron {
  padding-left: 3.75rem;
  padding-right: 3.75rem; }
  .jumbotron p {
    margin-bottom: 0.9375rem;
    font-size: 1.3125rem; }

@media (max-width: 767px) {
  .jumbotron {
    padding: 1.875rem; } }
@media screen and (min-width: 768px) {
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 3.9375rem; } }
/* Label Setting */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 85%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em; }

.label-default {
  background: #8a8a8f; }

.label-default[href]:focus, .label-default[href]:hover {
  background: #737377; }

.label-primary {
  background: #00b963; }

.label-primary[href]:focus, .label-primary[href]:hover {
  background: #2ba457; }

.label-success {
  background: #4CD964; }

.label-success[href]:focus, .label-success[href]:hover {
  background: #45c35a; }

.label-info {
  background: #5AC8FA; }

.label-info[href]:focus, .label-info[href]:hover {
  background: #50b3e0; }

.label-warning {
  background: #FF9500; }

.label-warning[href]:focus, .label-warning[href]:hover {
  background: #e68701; }

.label-danger {
  background: #FF3B30; }

.label-danger[href]:focus, .label-danger[href]:hover {
  background: #e4352b; }

.label-purple {
  background: #5856D6; }

.label-purple[href]:focus, .label-purple[href]:hover {
  background: #4c4bb7; }

.label-pink {
  background: #FF2D55; }

.label-pink[href]:focus, .label-pink[href]:hover {
  background: #de2649; }

.label-yellow {
  background: #FFCC00; }

.label-yellow[href]:focus, .label-yellow[href]:hover {
  background: #e6b801; }

.label-inverse {
  background: #000; }

.label-inverse[href]:focus, .label-inverse[href]:hover {
  background: #333; }

/* List Group Item Setting */
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background: #00b963;
  border-color: #00b963; }

a.list-group-item,
button.list-group-item {
  color: #000; }

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #000;
  background: #EFEFF4; }

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background: #EFEFF4;
  color: #8a8a8f; }

.list-group-item-success,
a.list-group-item-success,
button.list-group-item-success {
  color: #40b353;
  background: #e5ffe9; }

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #389c49;
  background: #d8f3dc; }

.list-group-item-info,
a.list-group-item-info,
button.list-group-item-info {
  color: #45a8d6;
  background: #e8f7ff; }

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #409bc5;
  background: #e1eef5; }

.list-group-item-warning,
a.list-group-item-warning,
button.list-group-item-warning {
  color: #e28502;
  background: #fff5e6; }

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #d27c04;
  background: #f5ebdd; }

.list-group-item-danger,
a.list-group-item-danger,
button.list-group-item-danger {
  color: #e2342a;
  background: #ffe8e7; }

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #ce3128;
  background: #f3e0df; }

/* List Setting */
.list-inline > li {
  display: inline-block;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem; }

/* Mark Setting */
mark {
  background: #FFCC00; }

/* Media Setting */
.media + .media {
  margin-top: 0.9375rem; }

.media-left, .media > .pull-left {
  padding-right: 0.625rem; }

.media-right, .media > .pull-right {
  padding-left: 0.625rem; }

/* Modal Setting */
.modal-dialog.modal-full {
  max-width: 100%;
  width: 100%; }

.modal-dialog.modal-full .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.close {
  text-shadow: none; }

.modal.modal-inverse .close {
  color: #fff; }

.modal .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none; }

.modal.modal-inverse .modal-content {
  background: #3a3a3a;
  color: #fff; }

.modal.modal-transparent .modal-content {
  background: rgba(255, 255, 255, 0.95); }

.modal.modal-inverse.modal-transparent .modal-content {
  background: rgba(255, 255, 255, 0.95); }

.modal.modal-inverse .modal-header,
.modal.modal-inverse .modal-footer {
  border-color: #666; }

.modal-header .close {
  margin: 0;
  padding: 0; }

.modal.modal-cover .modal-dialog {
  display: table;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.modal.modal-cover .modal-content {
  display: table-cell;
  vertical-align: middle;
  background: none; }

.modal.modal-cover {
  background: rgba(255, 255, 255, 0.95); }

.modal.modal-inverse.modal-cover {
  background: rgba(0, 0, 0, 0.95); }

.modal.modal-cover .modal-header,
.modal.modal-cover .modal-footer {
  border: none; }

.modal.modal-cover .modal-header + .modal-body {
  padding-top: 0; }

.modal.modal-cover .modal-body + .modal-footer {
  padding-top: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 37.5rem;
    max-width: 37.5rem; }

  .modal-sm {
    width: 18.75rem;
    max-width: 18.75rem; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 56.25rem;
    max-width: 56.25rem; } }
/* Nav Tabs Setting */
.nav-tabs {
  border-bottom: 1px solid #dadade; }

.tab-content {
  padding: 0.9375rem; }
  .tab-content.tab-content-bordered {
    padding: 0.9375rem;
    border: 1px solid #dadade;
    border-top: none; }

.nav-tabs > li > a:hover {
  border-color: #EFEFF4 #EFEFF4 #dadade; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 1px solid #dadade;
  border-bottom-color: transparent; }

.nav-tabs-left {
  display: table;
  width: 100%; }
  .nav-tabs-left .nav.nav-tabs {
    display: table-cell;
    border-bottom: none;
    border-right: 1px solid #dadade;
    vertical-align: top; }
  .nav-tabs-left .tab-content {
    display: table-cell;
    border: 1px solid #dadade;
    border-left: none;
    vertical-align: top; }
  .nav-tabs-left .nav-tabs > li {
    float: none;
    margin: 0 -1px 0 0; }
  .nav-tabs-left .nav-tabs > li > a {
    margin-right: 0;
    margin-bottom: 0.125rem;
    white-space: nowrap;
    -webkit-border-radius: 0.25rem 0 0 0.25rem;
    -moz-border-radius: 0.25rem 0 0 0.25rem;
    border-radius: 0.25rem 0 0 0.25rem; }
  .nav-tabs-left .nav-tabs > li.active > a, .nav-tabs-left .nav-tabs > li.active > a:focus, .nav-tabs-left .nav-tabs > li.active > a:hover, .nav-tabs-left .nav-tabs > li > a.active, .nav-tabs-left .nav-tabs > li > a.active:focus, .nav-tabs-left .nav-tabs > li > a.active:hover, .nav-tabs-left .nav-item.show .nav-link, .nav-tabs-left .nav-link.active {
    border: 1px solid #dadade;
    border-right-color: transparent; }
  .nav-tabs-left .nav-tabs > li > a:hover {
    border-color: #EFEFF4 #dadade #EFEFF4 #EFEFF4; }

.nav-tabs-right {
  display: table;
  width: 100%; }
  .nav-tabs-right .nav.nav-tabs {
    display: table-cell;
    border-bottom: none;
    border-left: 1px solid #dadade;
    vertical-align: top; }
  .nav-tabs-right .tab-content {
    display: table-cell;
    border: 1px solid #dadade;
    border-right: none;
    vertical-align: top; }
  .nav-tabs-right .nav-tabs > li {
    float: none;
    margin: 0 0 0 -1px; }
  .nav-tabs-right .nav-tabs > li > a {
    margin-right: 0;
    margin-bottom: 0.125rem;
    white-space: nowrap;
    -webkit-border-radius: 0 0.25rem 0.25rem 0;
    -moz-border-radius: 0 0.25rem 0.25rem 0;
    border-radius: 0 0.25rem 0.25rem 0; }
  .nav-tabs-right .nav-tabs > li.active > a, .nav-tabs-right .nav-tabs > li.active > a:focus, .nav-tabs-right .nav-tabs > li.active > a:hover, .nav-tabs-right .nav-tabs > li > a.active, .nav-tabs-right .nav-tabs > li > a.active:focus, .nav-tabs-right .nav-tabs > li > a.active:hover, .nav-tabs-right .nav-item.show .nav-link, .nav-tabs-right .nav-link.active {
    border: 1px solid #dadade;
    border-left-color: transparent; }
  .nav-tabs-right .nav-tabs > li > a:hover {
    border-color: #EFEFF4 #EFEFF4 #EFEFF4 #dadade; }

.nav-tabs-bottom .nav-tabs {
  border-top: 1px solid #dadade;
  border-bottom: none; }
.nav-tabs-bottom .tab-content.tab-content-bordered {
  padding: 0.9375rem;
  border: 1px solid #dadade;
  border-bottom: none; }
.nav-tabs-bottom .nav-tabs > li > a {
  margin-bottom: 0;
  margin-top: -1px;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  border-radius: 0 0 0.25rem 0.25rem; }
  .nav-tabs-bottom .nav-tabs > li > a:hover {
    border-color: #dadade #EFEFF4 #EFEFF4; }
.nav-tabs-bottom .nav-tabs > li.active > a, .nav-tabs-bottom .nav-tabs > li.active > a:focus, .nav-tabs-bottom .nav-tabs > li.active > a:hover {
  border: 1px solid #dadade;
  border-top-color: transparent; }

/* Nav Setting */
.nav {
  font-size: 0.875rem; }
  .nav .nav-divider {
    height: 1px;
    margin: 0.5625rem 0;
    overflow: hidden;
    background: #ccc; }
  .nav > li > a {
    position: relative;
    display: block;
    text-decoration: none; }
  .nav > li > a:focus, .nav > li > a:hover {
    background: #EFEFF4; }
  .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #00b963; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #00b963; }

/* Page Header Setting */
.page-header {
  color: #000;
  padding: 0;
  border: none;
  margin: 0 0 0.9375rem;
  font-size: 1.125rem;
  font-weight: 500; }

.page-header small {
  color: #467BF3;
  font-size: 0.825rem;
  color: #777;
  font-weight: normal; }

/* Page Notification Setting */
.page-notification-container {
  position: fixed;
  top: 3.6875rem;
  right: 0.9375rem;
  width: 20rem;
  z-index: 8; }
  .page-notification-container .page-notification {
    -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15); }

.page-notification {
  background: #f0f0f0;
  display: table;
  width: 100%;
  margin-bottom: 0.625rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem; }
  .page-notification .notification-media, .page-notification .notification-info, .page-notification .notification-btn {
    display: table-cell;
    vertical-align: middle; }
  .page-notification .notification-media {
    padding: 0.9375rem 0.625rem 0.9375rem 0.9375rem;
    text-align: center;
    vertical-align: middle;
    width: 3.8125rem; }
    .page-notification .notification-media img {
      max-width: 2.25rem;
      max-height: 2.25rem;
      -webkit-border-radius: 0.375rem;
      -moz-border-radius: 0.375rem;
      border-radius: 0.375rem; }
    .page-notification .notification-media i {
      text-align: center;
      display: block;
      line-height: 1.75rem;
      width: 2.25rem;
      height: 2.25rem;
      line-height: 2.25rem;
      text-align: center;
      overflow: hidden;
      color: #000;
      font-size: 1.5rem;
      background: rgba(0, 0, 0, 0.15);
      top: 0;
      -webkit-border-radius: 0.375rem;
      -moz-border-radius: 0.375rem;
      border-radius: 0.375rem; }
  .page-notification .notification-info {
    padding: 0.9375rem; }
  .page-notification .notification-media + .notification-info {
    padding-left: 0; }
  .page-notification .notification-title, .page-notification .notification-desc {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 12.5rem; }
  .page-notification .notification-media + .notification-info .notification-title, .page-notification .notification-media + .notification-info .notification-desc {
    max-width: 10.5625rem; }
  .page-notification .notification-title {
    font-size: 0.8125rem;
    font-weight: 600;
    margin-top: 0.125rem; }
  .page-notification .notification-desc {
    font-weight: 500;
    font-size: 0.759rem;
    margin-top: 0.125rem; }
  .page-notification .notification-title, .page-notification .notification-title a, .page-notification .notification-desc, .page-notification .notification-desc a {
    color: #504e4d; }
  .page-notification .notification-btn {
    vertical-align: middle;
    width: 4.6875rem;
    border-left: 1px solid #dbdbdb; }
    .page-notification .notification-btn.single-btn a {
      padding: 1.5625rem 0.9375rem; }
    .page-notification .notification-btn a {
      padding: 0.625rem 0.9375rem;
      display: block;
      color: #737171;
      font-size: 0.825rem;
      font-weight: bold;
      text-decoration: none;
      line-height: 1;
      text-align: center; }
  .page-notification .notification-btn a:hover, .page-notification .notification-btn a:focus, .page-notification .notification-btn a:active, .page-notification.page-notification-inverse .notification-btn a:hover, .page-notification.page-notification-inverse .notification-btn a:focus, .page-notification.page-notification-inverse .notification-btn a:active {
    color: #00b963; }
  .page-notification .page-notification .notification-btn a + a {
    border-top: 1px solid #dbdbdb; }
  .page-notification.page-notification-inverse {
    background: #212121;
    color: #C8C7CC; }
    .page-notification.page-notification-inverse .notification-btn, .page-notification.page-notification-inverse .notification-btn a + a {
      border-color: #444; }
    .page-notification.page-notification-inverse .notification-title, .page-notification.page-notification-inverse .notification-title a, .page-notification.page-notification-inverse .notification-desc, .page-notification.page-notification-inverse .notification-desc a, .page-notification.page-notification-inverse .notification-btn a {
      color: #C8C7CC; }
    .page-notification.page-notification-inverse .notification-media i {
      background: rgba(255, 255, 255, 0.25);
      color: #fff; }

@media (max-width: 767px) {
  .page-notification-container {
    top: 6.5625rem; } }
@media (max-width: 320px) {
  .page-notification-container {
    width: 19.375rem;
    right: 0.3125rem; } }
/* Pagination Setting */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: transparent;
  border-color: #8a8a8f;
  color: #000; }

.pagination > li > a,
.pagination > li > span {
  color: #000;
  border-color: transparent;
  background: transparent;
  -webkit-border-radius: 0.375rem !important;
  -moz-border-radius: 0.375rem !important;
  border-radius: 0.375rem !important; }

.pagination > li + li > a,
.pagination > li + li > span {
  margin-left: 0.1875rem; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #000;
  background: transparent;
  border-color: #C8C7CC; }

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  border-color: transparent;
  background: transparent;
  color: #8a8a8f; }

.pagination-lg .page-link {
  padding: 0.625rem 1rem;
  font-size: 1.125rem;
  line-height: 1.3333333; }

.pager {
  padding-left: 0;
  margin: 1.25rem 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a, .pager li > span {
      display: inline-block;
      padding: 0.3125rem 0.875rem;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 1rem; }
    .pager li > a:focus, .pager li > a:hover {
      text-decoration: none;
      background-color: #eee; }
  .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff; }
  .pager .previous > a, .pager .previous > span {
    float: left; }
  .pager .next > a, .pager .next > span {
    float: right; }

/* Panel Settings */
.panel {
  border: none;
  margin-bottom: 0.75rem;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .panel.with-rounded-corner {
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem; }
    .panel.with-rounded-corner .panel-heading {
      -webkit-border-radius: 0.375rem 0.375rem 0 0;
      -moz-border-radius: 0.375rem 0.375rem 0 0;
      border-radius: 0.375rem 0.375rem 0 0; }
  .panel .panel-heading {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .panel.panel-default .panel-heading {
    background: #eaeaea;
    border-color: #eaeaea;
    background: #fff; }
  .panel .panel-heading-btn {
    float: right; }
  .panel .panel-heading-btn a:not(.btn) {
    font-size: 0.759rem;
    color: #666;
    text-decoration: none;
    font-weight: 600; }
  .panel .panel-heading {
    padding: 0.75rem 0.9375rem 0.625rem;
    color: #000; }
  .panel .panel-title {
    font-size: 0.825rem;
    line-height: 1.25rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0; }
  .panel.panel-bg {
    border: none;
    padding: 1px; }
  .panel.panel-table {
    display: table;
    width: 100%; }
  .panel.panel-inverse {
    color: #fff;
    background: #212121; }
  .panel.panel-inverse .panel-heading, .panel.panel-inverse .panel-heading-btn a {
    color: #fff; }
  .panel.panel-inverse .panel-heading-btn .dropdown a {
    color: #666; }
  .panel .panel-heading.panel-heading-connect {
    padding-bottom: 0;
    border: none; }
  .panel .panel-heading-btn .btn {
    float: left;
    padding: 0;
    line-height: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
    font-size: 0.825rem;
    border-color: transparent;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem; }
    .panel .panel-heading-btn .btn:not([class*="btn-"]) {
      color: #8a8a8f; }
    .panel .panel-heading-btn .btn:not([class*="btn-"]):hover, .panel .panel-heading-btn .btn:not([class*="btn-"]):focus, .panel .panel-heading-btn .btn:not([class*="btn-"]):active {
      color: #000; }
  .panel.panel-inverse .panel-heading-btn .btn:not([class*="btn-"]):hover, .panel.panel-inverse .panel-heading-btn .btn:not([class*="btn-"]):focus, .panel.panel-inverse .panel-heading-btn .btn:not([class*="btn-"]):active {
    color: #fff; }
  .panel .panel-heading-btn > span, .panel .panel-heading-btn > div {
    float: left; }
  .panel .panel-heading-btn > span + .btn, .panel .panel-heading-btn > btn + span, .panel .panel-heading-btn > div + .btn, .panel .panel-heading-btn > btn + div {
    margin-left: 0.3125rem; }
  .panel .panel-heading-btn .btn + .btn {
    margin-left: 0.3125rem; }
  .panel .panel-heading {
    border: none;
    padding: 0.9375rem 0.9375rem 0.5rem; }
    .panel .panel-heading + .panel-body {
      padding-top: 0; }
  .panel.panel-bordered {
    border: 1px solid #dadade; }
  .panel.panel-bordered .panel-heading {
    padding: 0.5rem 0.9375rem;
    background: none; }
  .panel .accordion-link {
    text-decoration: none;
    margin: -0.5rem -0.9375rem;
    padding: 0.5rem 0.9375rem;
    display: block; }
  .panel .panel-footer {
    border-color: #EFEFF4; }
  .panel.panel-expand {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    margin: 0; }
  .panel {
    position: relative; }
  .panel .panel-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85); }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .panel .panel-loading .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.875rem;
    margin-left: -0.875rem; }
  .panel .panel-heading .progress {
    width: 7.5rem;
    margin-top: 0.25rem; }
  .panel .panel-title .label, .panel .panel-title .badge {
    position: relative;
    top: -1px; }
  .panel > .alert {
    border: none;
    margin: 0;
    padding: 0.625rem 0.9375rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .panel .panel-toolbar {
    border-top: 1px solid #EFEFF4;
    border-bottom: 1px solid #EFEFF4;
    background: #f5f5f5;
    padding: 0.625rem 0.9375rem; }
  .panel.panel-with-tabs .panel-heading .nav.nav-tabs {
    border: none;
    margin-top: -0.4375rem; }
  .panel.panel-with-tabs .panel-heading {
    border-bottom: 1px solid #dadade; }
  .panel.panel-with-tabs .panel-heading .nav.nav-tabs > li > a {
    font-size: 0.693rem;
    font-weight: 600; }
  .panel.panel-info .panel-heading, .panel.panel-warning .panel-heading, .panel.panel-success .panel-heading, .panel.panel-danger .panel-heading {
    background: none; }
  .panel.panel-info {
    -webkit-box-shadow: 0 0 0 1px #5AC8FA;
    -moz-box-shadow: 0 0 0 1px #5AC8FA;
    box-shadow: 0 0 0 1px #5AC8FA; }
  .panel.panel-warning {
    -webkit-box-shadow: 0 0 0 1px #FF9500;
    -moz-box-shadow: 0 0 0 1px #FF9500;
    box-shadow: 0 0 0 1px #FF9500; }
  .panel.panel-success {
    -webkit-box-shadow: 0 0 0 1px #4ED964;
    -moz-box-shadow: 0 0 0 1px #4ED964;
    box-shadow: 0 0 0 1px #4ED964; }
  .panel.panel-danger {
    -webkit-box-shadow: 0 0 0 1px #fe3b30;
    -moz-box-shadow: 0 0 0 1px #fe3b30;
    box-shadow: 0 0 0 1px #fe3b30; }
  .panel.panel-purple {
    -webkit-box-shadow: 0 0 0 1px #5856D6;
    -moz-box-shadow: 0 0 0 1px #5856D6;
    box-shadow: 0 0 0 1px #5856D6; }
  .panel.panel-yellow {
    -webkit-box-shadow: 0 0 0 1px #FFCC00;
    -moz-box-shadow: 0 0 0 1px #FFCC00;
    box-shadow: 0 0 0 1px #FFCC00; }
  .panel.panel-pink {
    -webkit-box-shadow: 0 0 0 1px #FF2D55;
    -moz-box-shadow: 0 0 0 1px #FF2D55;
    box-shadow: 0 0 0 1px #FF2D55; }
  .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0; }
  .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem; }
  .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 0.1875rem; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 0.1875rem; }
  .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem; }
  .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 0.1875rem; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 0.1875rem; }
  .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd; }
  .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0; }
  .panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
  .panel > .table-responsive {
    margin-bottom: 0;
    border: 0; }
  .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem; }
  .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }

.spinner {
  width: 1.75rem;
  height: 1.75rem;
  margin: 0 auto;
  border: 0.125rem solid rgba(0, 0, 0, 0.2);
  border-right-color: #000;
  -webkit-border-radius: 1.75rem;
  -moz-border-radius: 1.75rem;
  border-radius: 1.75rem;
  -webkit-animation: spin 1s infinite cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -moz-animation: spin 1s infinite cubic-bezier(0.17, 0.67, 0.83, 0.67);
  animation: spin 1s infinite cubic-bezier(0.17, 0.67, 0.83, 0.67); }

.panel-body {
  padding: 0.9375rem; }

.panel-column {
  display: table-cell;
  padding: 0.9375rem;
  vertical-align: top; }

.panel-column .panel-heading {
  padding: 0 0 0.9375rem; }

.panel-column .panel-body {
  padding: 0.9375rem 0; }

.panel-group {
  margin-bottom: 1.25rem; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0.25rem; }

.panel-group .panel + .panel {
  margin-top: 0.3125rem; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

.panel-body {
  padding: 0.9375rem; }

.panel-footer {
  padding: 0.625rem 0.9375rem;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit; }

.collapse.in {
  display: block; }

.collapse {
  display: none; }

/* Popover Setting */
.popover {
  display: none; }

/* Progress Setting */
.progress-bar {
  background: #00b963;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem; }

.progress.without-rounded-corner .progress-bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.progress-bar-success {
  background: #4CD964; }

.progress-bar-info {
  background: #5AC8FA; }

.progress-bar-warning {
  background: #FF9500; }

.progress-bar-danger {
  background: #FF3B30; }

.progress-bar-purple {
  background: #5856D6; }

.progress-bar-yellow {
  background: #FFCC00; }

.progress-bar-pink {
  background: #FF2D55; }

.progress-bar-inverse {
  background: #000; }

.progress.progress-sm {
  height: 0.75rem; }

.progress.progress-sm .progress-bar {
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.5625rem; }

.progress.progress-xs {
  height: 0.25rem; }

.progress.progress-xs .progress-bar {
  height: 0.25rem; }

/* Row Setting */
.row {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .row > [class*="col-"] {
    padding-left: 0.375rem;
    padding-right: 0.375rem; }

.form-horizontal .form-group {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  display: flex; }

.form-horizontal .form-group > [class*="col-"] {
  padding-left: 0.375rem;
  padding-right: 0.375rem; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 0.4375rem;
    margin-bottom: 0;
    text-align: right; } }
@media (max-width: 767px) {
  .form-horizontal .form-group {
    display: block; } }
/* Scroll Top Button Setting */
.btn-scroll-top {
  position: fixed;
  bottom: 1.5625rem;
  right: 1.5625rem;
  width: 2.25rem;
  height: 2.25rem;
  z-index: 1000;
  background: #666;
  color: #fff;
  text-align: center;
  line-height: 2.25rem;
  text-decoration: none;
  -webkit-border-radius: 1.125rem;
  -moz-border-radius: 1.125rem;
  border-radius: 1.125rem; }
  .btn-scroll-top:hover, .btn-scroll-top:focus {
    background: #00b963;
    color: #fff;
    text-decoration: none; }

@media (max-width: 767px) {
  .btn-scroll-top {
    bottom: 3.6875rem;
    right: 0.9375rem;
    z-index: 9999; } }
/* Section Title Setting */
.section-title {
  color: #8A8A8F;
  font-weight: 600;
  font-size: 0.693rem;
  padding: 0 0.625rem;
  margin: 0.625rem 0; }

/* Switcher Setting */
.switcher {
  display: inline-block; }
  .switcher label {
    display: block;
    margin: 0;
    width: 2.625rem;
    height: 1.5rem;
    position: relative; }
    .switcher label:before {
      content: '';
      display: block;
      width: 2.625rem;
      height: 1.5rem;
      background: #EFEFF4;
      border: 0.125rem solid #f1f1f1;
      -webkit-border-radius: 2.5rem;
      -moz-border-radius: 2.5rem;
      border-radius: 2.5rem;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .switcher label:after {
      content: '';
      height: 1.25rem;
      width: 1.25rem;
      position: absolute;
      left: 0.125rem;
      top: 0.125rem;
      background: #fff;
      -webkit-border-radius: 2.5rem;
      -moz-border-radius: 2.5rem;
      border-radius: 2.5rem;
      -webkit-box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.5);
      box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear; }
  .switcher input {
    display: none; }
  .switcher input:checked + label:before {
    content: '';
    background: #00b963;
    border: 0.125rem solid #00b963; }
  .switcher.switcher-success input:checked + label:before {
    background: #4CD964;
    border-color: #4CD964; }
  .switcher.switcher-purple input:checked + label:before {
    background: #5856D6;
    border-color: #5856D6; }
  .switcher.switcher-inverse input:checked + label:before {
    background: #000;
    border-color: #000; }
  .switcher.switcher-warning input:checked + label:before {
    background: #FF9500;
    border-color: #FF9500; }
  .switcher.switcher-danger input:checked + label:before {
    background: #FF3B30;
    border-color: #FF3B30; }
  .switcher.switcher-info input:checked + label:before {
    background: #5AC8FA;
    border-color: #5AC8FA; }
  .switcher.switcher-pink input:checked + label:before {
    background: #FF2D55;
    border-color: #FF2D55; }
  .switcher.switcher-yellow input:checked + label:before {
    background: #FFCC00;
    border-color: #FFCC00; }
  .switcher input:checked + label:after {
    left: 1.25rem; }

/* Table Setting */
table {
  border-spacing: 0; }

.table {
  font-size: 0.825rem; }
  .table.table-inverse {
    color: #fff; }
  .table td, .table th {
    padding: 0.5rem; }
  .table > tbody > tr > td, .table.panel > tbody > tr > th, .table.panel > tfoot > tr > td, .table.panel > tfoot > tr > th, .table.panel > thead > tr > td, .table.panel > thead > tr > th, .table.panel-bordered {
    border-color: #e0e0e0; }
  .table.table-inverse > tbody > tr > td, .table.table-inverse > tbody > tr > th, .table.table-inverse > tfoot > tr > td, .table.table-inverse > tfoot > tr > th, .table.table-inverse > thead > tr > td, .table.table-inverse > thead > tr > th {
    border-color: #000; }
  .table.panel > tbody > tr.success > td, .table.panel > tbody > tr.success > th, .table.panel > tbody > tr > td.success, .table.panel > tbody > tr > th.success, .table.panel > tfoot > tr.success > td, .table.panel > tfoot > tr.success > th, .table.panel > tfoot > tr > td.success, .table.panel > tfoot > tr > th.success, .table.panel > thead > tr.success > td, .table.panel > thead > tr.success > th, .table.panel > thead > tr > td.success, .table.panel > thead > tr > th.success {
    background: #e5ffe9; }
  .table.panel > tbody > tr.info > td, .table.panel > tbody > tr.info > th, .table.panel > tbody > tr > td.info, .table.panel > tbody > tr > th.info, .table.panel > tfoot > tr.info > td, .table.panel > tfoot > tr.info > th, .table.panel > tfoot > tr > td.info, .table.panel > tfoot > tr > th.info, .table.panel > thead > tr.info > td, .table.panel > thead > tr.info > th, .table.panel > thead > tr > td.info, .table.panel > thead > tr > th.info {
    background: #e8f7ff; }
  .table.panel > tbody > tr.warning > td, .table.panel > tbody > tr.warning > th, .table.panel > tbody > tr > td.warning, .table.panel > tbody > tr > th.warning, .table.panel > tfoot > tr.warning > td, .table.panel > tfoot > tr.warning > th, .table.panel > tfoot > tr > td.warning, .table.panel > tfoot > tr > th.warning, .table.panel > thead > tr.warning > td, .table.panel > thead > tr.warning > th, .table.panel > thead > tr > td.warning, .table.panel > thead > tr > th.warning {
    background: #fff5e6; }
  .table.panel > tbody > tr.danger > td, .table.panel > tbody > tr.danger > th, .table.panel > tbody > tr > td.danger, .table.panel > tbody > tr > th.danger, .table.panel > tfoot > tr.danger > td, .table.panel > tfoot > tr.danger > th, .table.panel > tfoot > tr > td.danger, .table.panel > tfoot > tr > th.danger, .table.panel > thead > tr.danger > td, .table.panel > thead > tr.danger > th, .table.panel > thead > tr > td.danger, .table.panel > thead > tr > th.danger {
    background: #ffe8e7; }
  .table.panel > tbody > tr.active > td, .table.panel > tbody > tr.active > th, .table.panel > tbody > tr > td.active, .table.panel > tbody > tr > th.active, .table.panel > tfoot > tr.active > td, .table.panel > tfoot > tr.active > th, .table.panel > tfoot > tr > td.active, .table.panel > tfoot > tr > th.active, .table.panel > thead > tr.active > td, .table.panel > thead > tr.active > th, .table.panel > thead > tr > td.active, .table.panel > thead > tr > th.active {
    background: #f9f9f9; }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px 8px; }

.table-striped > thead > tr > th {
  border-bottom: none; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background: #eee; }

.table-inverse.table-striped > tbody > tr:nth-of-type(odd) {
  background: #212121;
  color: #fff; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border: none; }

.panel.panel-inverse > .panel-body + .table,
.panel.panel-inverse > .panel-body + .table-responsive,
.panel.panel-inverse > .table + .panel-body,
.panel.panel-inverse > .table-responsive + .panel-body {
  border: none; }

.panel > .table th:first-child,
.panel > .table td:first-child,
.table.table-panel th:first-child,
.table.table-panel td:first-child {
  padding-left: 15px; }

.panel > .table th:last-child,
.panel > .table td:last-child,
.table.table-panel th:last-child,
.table.table-panel td:last-child {
  padding-right: 15px; }

td.btn-col .btn {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem; }
  td.btn-col .btn.btn-xs {
    margin-top: -0.375rem; }

.table-hover > tbody > tr:hover {
  background: #efeff4; }

.checkbox-col .checkbox {
  margin-top: 0;
  margin-bottom: -0.1875rem; }

.checkbox-col .checkbox-inline {
  margin-top: -0.125rem;
  margin-bottom: -0.5rem; }

.radio-col .radio {
  margin-top: 0;
  margin-bottom: -0.125rem; }

.radio-col .radio-inline {
  margin-top: -1px;
  margin-bottom: -0.4375rem; }

.switcher-col .switcher {
  margin-top: -0.1875rem;
  margin-bottom: -0.5rem; }

.form-col .form-control {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem; }

.img-col img {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
  display: block;
  max-height: 3.75rem;
  max-width: 7.5rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }
  .img-col img.img-lg {
    max-height: 7.5rem;
    max-width: 15rem; }
  .img-col img.img-sm {
    max-height: 1.875rem;
    max-width: 3.75rem; }

.table-td-bg-animate {
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  transition: background .3s linear; }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 0.3125rem 0.5rem; }

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: none; }

.table-striped > thead > tr > th {
  border-bottom: none; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background: #eee; }

.table-inverse.table-striped > tbody > tr:nth-of-type(odd) {
  background: #212121;
  color: #fff; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border: none; }

.panel.panel-inverse > .panel-body + .table,
.panel.panel-inverse > .panel-body + .table-responsive,
.panel.panel-inverse > .table + .panel-body,
.panel.panel-inverse > .table-responsive + .panel-body {
  border: none; }

.panel > .table th:first-child,
.panel > .table td:first-child,
.table.table-panel th:first-child,
.table.table-panel td:first-child {
  padding-left: 0.9375rem; }

.panel > .table th:last-child,
.panel > .table td:last-child,
.table.table-panel th:last-child,
.table.table-panel td:last-child {
  padding-right: 0.9375rem; }

/* Tooltip Setting */
.tooltip {
  font-size: 0.825rem; }

/* Themify Icon Setting */
[class^="ti-"], [class*=" ti-"] {
  position: relative; }

/* Thumbnail & Carousel Setting */
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

/* Thumbnail Setting */
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #00b963; }

/* Vertical Box Setting */
.vertical-box {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  height: 100%;
  width: 100%; }

.vertical-box-column {
  display: table-cell;
  vertical-align: top;
  height: 100%; }

.vertical-box-row {
  display: table-row;
  height: 100%; }

.vertical-box-row > .vertical-box-cell {
  position: relative;
  height: 100%;
  width: 100%;
  float: none; }

.vertical-box-row > .vertical-box-cell > .vertical-box-inner-cell {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }

.panel-expand .vertical-box .vertical-box-column {
  display: table-cell; }

.vertical-box.with-border .vertical-box-column {
  border-left: 1px solid #C8C7CC;
  border-right: 1px solid #C8C7CC; }

.vertical-box.with-border .wrapper + .vertical-box-row > .vertical-box-cell,
.vertical-box.with-border .vertical-box-row + .wrapper {
  border-top: 1px solid #C8C7CC; }

.vertical-box.with-border .vertical-box-column:first-child {
  border-left: none; }

.vertical-box.with-border .vertical-box-column:last-child {
  border-right: none; }

.vertical-box.with-border .vertical-box-column + div {
  border-left: none; }

@media (max-width: 767px) {
  .vertical-box,
  .vertical-box-column,
  .vertical-box-row,
  .vertical-box-cell,
  .vertical-box-inner-cell {
    display: block !important;
    width: auto !important;
    height: auto !important;
    position: initial !important;
    overflow: initial !important;
    border-left: none !important;
    border-right: none !important; }

  .vertical-box.with-border .vertical-box-column + .vertical-box-column {
    border-top: 1px solid #C8C7CC; } }
/* Well Setting */
.well {
  background: #f5f5f5;
  border: 1px solid #dadade;
  min-height: 1.25rem;
  padding: 1.1875rem;
  margin-bottom: 1.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.well-lg {
  padding: 1.5rem;
  border-radius: 0.375rem; }

.well-sm {
  padding: 0.5625rem;
  border-radius: 0.1875rem; }

/* Gallery Page Setting */
.gallery-menu {
  list-style-type: none;
  margin: 0;
  padding: 0.625rem 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 12.5rem; }
  .gallery-menu > li > a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 0.1875rem 0.625rem 0.1875rem 1.25rem;
    font-size: 0.8125rem; }
  .gallery-menu > li > a i {
    margin-right: 0.3125rem;
    font-size: 0.875rem; }
  .gallery-menu > li.gallery-menu-header {
    font-size: 0.759rem;
    padding: 0.9375rem 0.625rem 0.3125rem;
    color: #666;
    font-weight: 600; }
  .gallery-menu > li.active > a {
    background: #C8C7CC; }

.gallery-content {
  margin-left: 12.5rem; }

.gallery {
  padding: 0.9375rem;
  background: #fff; }
  .gallery + .gallery {
    border-top: 1px solid #eaeaea; }
  .gallery .gallery-title {
    font-size: 0.875rem;
    color: #000;
    padding-bottom: 0.625rem;
    line-height: 1rem;
    margin-top: -1px; }
    .gallery .gallery-title a {
      color: #000;
      text-decoration: none; }
      .gallery .gallery-title a i {
        font-size: 0.5625rem;
        top: 0; }
    .gallery .gallery-title small {
      display: block;
      color: #8a8a8f;
      font-size: 0.759rem;
      font-weight: 500;
      margin-top: -1px; }
  .gallery .gallery-title-btn {
    list-style-type: none; }

.gallery-image-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .gallery-image-list:before, .gallery-image-list:after {
    content: " ";
    display: table; }
  .gallery-image-list:after {
    clear: both; }
  .gallery-image-list > li {
    float: left;
    position: relative;
    padding-top: 7.5%;
    width: 10%; }
  .gallery-image-list > li:hover {
    z-index: 10; }
  .gallery-image-list > li a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #EFEFF4; }
  .gallery-image-list > li a:hover {
    left: -20%;
    right: -20%;
    top: -20%;
    bottom: -20%; }
  .gallery-image-list > li img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%; }

.img-portrait {
  height: 100% !important;
  width: auto !important;
  max-height: 100% !important;
  max-width: inherit !important; }

@media (max-width: 767px) {
  .img-portrait-xs {
    height: 100% !important;
    width: auto !important;
    max-height: 100% !important;
    max-width: inherit !important; }

  .gallery-image-list {
    margin: 0 -0.9375rem; }
    .gallery-image-list > li {
      width: 25%;
      padding-top: 18.75%; }

  .gallery-content {
    margin: 0;
    padding-bottom: 2.75rem; }

  .gallery-menu {
    white-space: nowrap;
    position: relative;
    width: auto;
    padding: 0;
    white-space: nowrap;
    overflow: scroll; }
    .gallery-menu .gallery-menu-header {
      display: none; }
    .gallery-menu > li {
      display: inline-block; }
    .gallery-menu > li.active a {
      background: #fff; }
    .gallery-menu > li a {
      padding: 0.625rem 0.9375rem; } }
/* Profile Page Setting */
.post {
  background: #fff;
  padding: 0.9375rem;
  margin: 0 auto 0.9375rem;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem; }
  .post .post-header .post-header-img {
    float: left;
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden;
    background: #EFEFF4;
    -webkit-border-radius: 0.1875rem;
    -moz-border-radius: 0.1875rem;
    border-radius: 0.1875rem; }
  .post .post-header .post-header-img img {
    max-width: 100%; }
  .post .post-header .post-header-info {
    margin-left: 2.875rem;
    padding-top: 0.1875rem; }
  .post .post-header .post-header-info h4 {
    margin: 0;
    font-size: 0.825rem;
    font-weight: 600; }
  .post .post-header .post-header-info .time {
    color: #8a8a8f;
    font-size: 0.759rem;
    font-weight: 500; }
  .post .post-header + .post-content {
    margin-top: 0.9375rem; }

.post .post-header:before, .post .post-header:after,
.post-content:before,
.post-content:after {
  content: " ";
  display: table; }
.post .post-header:after,
.post-content:after {
  clear: both; }

.post-content .img-list {
  list-style-type: none;
  margin: -1px;
  padding: 0; }
  .post-content .img-list > li {
    float: left;
    width: 25%;
    padding: 1px; }
  .post-content .img-list > li.main {
    width: 50%; }
  .post-content .img-list > li a {
    display: block;
    padding-top: 60%;
    overflow: hidden;
    position: relative; }
  .post-content .img-list > li a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%; }
  .post-content .img-list > li.with-number .number {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-top: -0.75rem;
    text-align: center; }
  .post-content .img-list > li.with-number .number:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35); }

.post.loading .empty-block {
  width: 11.25rem;
  height: 0.3125rem;
  background: #EFEFF4;
  display: inline-block; }

.post.loading .time .empty-block {
  width: 5.625rem; }

.post.loading .post-content .empty-block {
  width: 30rem;
  display: block; }

.post.loading .post-content .empty-block.short {
  width: 15rem; }

.profile-info-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .profile-info-list > li {
    padding: 0.625rem 0; }
    .profile-info-list > li.title {
      font-size: 0.693rem;
      font-weight: bold;
      color: #8a8a8f;
      padding: 0 0 0.3125rem; }
    .profile-info-list > li + li.title {
      padding-top: 1.5625rem; }
    .profile-info-list > li .field {
      font-weight: bold; }
    .profile-info-list > li .value {
      color: #666; }
    .profile-info-list > li.img-list a {
      display: inline-block; }
      .profile-info-list > li.img-list a img {
        max-width: 2.25rem;
        -webkit-border-radius: 2.5rem;
        -moz-border-radius: 2.5rem;
        border-radius: 2.5rem; }

.table.table-profile th {
  border: none;
  color: #000;
  padding-bottom: 0.3125rem;
  padding-top: 0; }

.table.table-profile td {
  border-color: #C8C7CC; }

.table.table-profile tbody + thead > tr > th {
  padding-top: 1.5625rem; }

.table.table-profile .field {
  color: #666;
  font-weight: 600;
  width: 25%;
  text-align: right; }

.table.table-profile .value {
  font-weight: 500; }

.img-grid-list {
  list-style-type: none;
  margin: -1px;
  padding: 0; }
  .img-grid-list > li {
    float: left;
    width: 20%;
    padding: 1px; }
    .img-grid-list > li a {
      position: relative;
      overflow: hidden;
      padding-top: 75%;
      display: block; }
      .img-grid-list > li a img {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        max-width: 100%; }

.friend-list {
  list-style-type: none;
  margin: -1px;
  padding: 0; }
  .friend-list > li {
    float: left;
    width: 50%; }
    .friend-list > li > a {
      display: block;
      text-decoration: none;
      color: #000;
      padding: 0.625rem;
      margin: 1px;
      background: #fff; }
    .friend-list > li > a:before, .friend-list > li > a:after {
      content: '';
      display: table;
      clear: both; }
  .friend-list .friend-img {
    float: left;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    background: #EFEFF4; }
    .friend-list .friend-img img {
      max-width: 100%; }
  .friend-list .friend-info {
    margin-left: 3.625rem; }
    .friend-list .friend-info h4 {
      margin: 0.3125rem 0;
      font-size: 0.875rem;
      font-weight: 600; }
    .friend-list .friend-info p {
      color: #666;
      margin: 0; }

.profile-header {
  position: relative;
  overflow: hidden; }
  .profile-header .profile-header-cover {
    background: url("../img/profile-cover.jpg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .profile-header .profile-header-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.85) 100%); }
  .profile-header .profile-header-content, .profile-header .profile-header-tab {
    position: relative; }
  .profile-header .profile-header-tab {
    background: #fff;
    list-style-type: none;
    margin: -1.25rem 0 0;
    padding: 0 0 0 8.75rem;
    border-bottom: 1px solid #C8C7CC;
    white-space: nowrap; }
  .profile-header .profile-header-tab > li {
    display: inline-block; }
    .profile-header .profile-header-tab > li > a {
      display: block;
      color: #000;
      line-height: 1.25rem;
      padding: 0.625rem 1.25rem;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.825rem; }
    .profile-header .profile-header-tab > li.active > a {
      color: #00b963; }
  .profile-header .profile-header-content:before, .profile-header .profile-header-content:after {
    content: " ";
    display: table; }
  .profile-header .profile-header-content:after {
    clear: both; }
  .profile-header .profile-header-content {
    color: #fff;
    padding: 1.25rem; }

.profile-header-img {
  float: left;
  width: 7.5rem;
  height: 7.5rem;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin: 0 1.25rem -1.25rem 0;
  padding: 0.1875rem;
  background: #fff;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }
  .profile-header-img img {
    max-width: 100%; }

.profile-header-info h4 {
  font-weight: 500;
  margin-bottom: 0.3125rem; }

.profile-container {
  padding: 1.5625rem; }

@media (max-width: 967px) {
  .profile-header-img {
    width: 5.625rem;
    height: 5.625rem;
    margin: 0; }

  .profile-header-info {
    margin-left: 6.5625rem;
    padding-bottom: 0.9375rem; }

  .profile-header .profile-header-tab {
    padding-left: 0; } }
@media (max-width: 767px) {
  .profile-header .profile-header-cover {
    background-position: top; }

  .profile-header-img {
    width: 3.75rem;
    height: 3.75rem;
    margin: 0; }

  .profile-header-info {
    margin-left: 4.6875rem;
    padding-bottom: 0.9375rem; }
    .profile-header-info h4 {
      margin: 0 0 0.3125rem; }

  .profile-header .profile-header-tab {
    white-space: nowrap;
    overflow: scroll;
    padding: 0; }

  .profile-container {
    padding: 0.9375rem 0.9375rem 3.6875rem; }

  .friend-list > li {
    float: none;
    width: auto; } }
/* Calendar Page Setting */
body .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  color: #000; }

body .fc-toolbar h2 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.3125rem;
  margin-bottom: -0.3125rem; }

body .fc-state-default {
  background: #fff;
  border-color: #C8C7CC;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

body .fc-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings' !important;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.825rem; }

body .fc-icon-left-single-arrow:after,
body .fc-icon-right-single-arrow:after {
  font-size: 0.825rem; }

body .fc-icon-left-single-arrow:after {
  content: '\e257'; }

body .fc-icon-right-single-arrow:after {
  content: '\e258'; }

body .fc-state-active,
.fc-state-down {
  background: #f3f3f3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

body .fc-unthemed .fc-content,
body .fc-unthemed .fc-divider,
body .fc-unthemed .fc-list-heading td,
body .fc-unthemed .fc-list-view,
body .fc-unthemed .fc-popover,
body .fc-unthemed .fc-row,
body .fc-unthemed tbody,
body .fc-unthemed td,
body .fc-unthemed th,
body .fc-unthemed thead {
  border-color: #e0e0e0; }

body .fc button:focus {
  outline: none; }

body .fc button {
  font-size: 0.693rem;
  font-weight: bold;
  text-transform: uppercase;
  height: auto;
  padding: 0.3125rem 0.5rem;
  line-height: 0.875rem; }

body .fc-state-disabled {
  opacity: 0.25; }

body .fc th a,
body .fc-widget-header a {
  color: #000; }

body .fc-head,
body .fc-body,
body .fc-list-table {
  background: #fff; }

body .fc-unthemed .fc-divider,
body .fc-unthemed .fc-list-heading td,
body .fc-unthemed .fc-popover .fc-header {
  background: #F9F9F9; }

body .fc-event,
body .fc-event-dot {
  background: #8a8a8f;
  border: none; }

body .fc-event.fc-external-event {
  display: inline-block;
  padding: 0.3125rem 0.5rem;
  cursor: pointer;
  margin: 0 0 0.1875rem 0; }

body .fc-event.fc-external-event:hover {
  opacity: 0.75; }

body .fc-event.fc-external-event:active {
  opacity: 0.5; }

/* Settings Page Setting */
.setting-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .setting-list > li {
    border-top: 1px solid #C8C7CC;
    border-bottom: 1px solid #C8C7CC; }
    .setting-list > li + li {
      margin-top: -1px; }
    .setting-list > li.setting-title {
      background: #8a8a8f;
      color: #fff;
      padding: 0.1875rem 0.375rem;
      margin-top: -1px;
      font-weight: bold;
      font-size: 0.693rem;
      position: relative;
      border: none; }
    .setting-list > li + li.setting-title, .setting-list > li.setting-title + li {
      border-top: none; }
    .setting-list > li .field, .setting-list > li .value, .setting-list > li .action {
      display: table-cell;
      padding: 0.5rem 0.9375rem;
      vertical-align: top; }
    .setting-list > li .field {
      width: 12.5rem; }
    .setting-list > li .action {
      width: 1%; }

@media (max-width: 767px) {
  .setting-list {
    margin: 0 -0.9375rem; }
    .setting-list > li.setting-title {
      padding: 0.3125rem 0.9375rem; }
    .setting-list > li .field, .setting-list > li .value, .setting-list > li .action {
      display: block;
      padding: 0.625rem 0.9375rem; }
    .setting-list > li .field {
      font-weight: bold;
      padding-bottom: 0; }
    .setting-list > li .value {
      padding-top: 0; } }
/* Register Page Setting */
.register {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff; }

.register-cover {
  background: url("../img/register-cover.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }
  .register-cover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.85) 100%); }

.register-content {
  width: 45rem;
  position: absolute;
  left: 50%;
  margin-left: -22.5rem;
  top: 3.125rem;
  padding: 1.25rem; }

.inverse-mode .register-brand a,
.inverse-mode .register-brand a:hover,
.inverse-mode .register-brand a:focus,
.register-brand a,
.register-brand a:hover,
.register-brand a:focus {
  display: block;
  color: #fff;
  text-decoration: none; }

.register-brand {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 1.875rem; }
  .register-brand i {
    float: left;
    width: 1.75rem;
    line-height: 1.75rem;
    font-size: 1.75rem;
    margin-right: 0.625rem; }

.register .form-control,
.inverse-mode .register .form-control,
.register select.form-control:not([size]):not([multiple]),
.inverse-mode .register select.form-control:not([size]):not([multiple]) {
  background: rgba(255, 255, 255, 0.3);
  border-color: transparent;
  color: #fff; }

.register .control-label {
  color: #fff; }

.register .form-control:focus {
  -webkit-box-shadow: 0 0 0px 2px #66afe9;
  -moz-box-shadow: 0 0 0px 2px #66afe9;
  box-shadow: 0 0 0px 2px #66afe9; }

.checkbox input + label:before, .checkbox-inline input + label:before {
  background: none; }

.register-desc {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.3125rem; }

.register h3 span {
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.25);
  padding-bottom: 0.3125rem; }

.register .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75); }

.register .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75); }

.register .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75); }

.register .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.75); }

@media (max-width: 1024px) {
  .register-cover {
    background-size: auto 100%; } }
@media (max-width: 767px) {
  .register-content {
    width: 30rem;
    margin-left: -15rem; } }
@media (max-width: 480px) {
  .register-content {
    width: auto;
    left: 0;
    margin-left: 0;
    right: 0;
    top: 0;
    padding: 1.25rem; } }
/* Login Page Setting */
.login {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff; }

.login-cover {
  background: url("../img/login-cover.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }
  .login-cover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.85) 100%); }

.login-content {
  width: 20rem;
  position: absolute;
  left: 50%;
  margin-left: -10rem;
  top: 50%;
  margin-top: -10rem; }

.login-brand {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 0.9375rem; }
  .login-brand a, .login-brand a:hover, .login-brand a:focus {
    display: block;
    color: #fff !important;
    text-decoration: none; }
  .login-brand i {
    float: left;
    width: 1.75rem;
    line-height: 1.75rem;
    font-size: 1.75rem;
    margin-right: 0.625rem; }

.login .form-control,
.inverse-mode .login .form-control,
.login select.form-control:not([size]):not([multiple]),
.inverse-mode .login select.form-control:not([size]):not([multiple]) {
  background: rgba(255, 255, 255, 0.3);
  border-color: transparent;
  color: #fff; }

.login .control-label {
  color: #fff; }

.login .form-control:focus {
  -webkit-box-shadow: 0 0 0px 2px #66afe9;
  -moz-box-shadow: 0 0 0px 2px #66afe9;
  box-shadow: 0 0 0px 2px #66afe9; }

.checkbox input + label:before, .checkbox-inline input + label:before {
  background: none; }

.login-desc {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.3125rem; }

.login .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75); }

.login .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75); }

.login .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75); }

.login .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.75); }

@media (max-width: 480px) {
  .login-content {
    width: auto;
    margin-left: 0;
    padding: 0 1.25rem;
    left: 0;
    right: 0; }

  .login-cover {
    background-size: auto 100%; } }
/* Email Page Setting */
.mail-box-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 12.5rem;
  border-right: 1px solid #d1d1d4; }

.mail-box-content {
  position: absolute;
  top: 0;
  left: 12.5rem;
  right: 0;
  bottom: 0;
  background: #fff; }

.mail-box-container {
  position: absolute;
  top: 3.1875rem;
  left: 0;
  right: 0;
  bottom: 0; }

.mail-box-header {
  border-bottom: 1px solid #d1d1d4; }

.mail-box-sidebar .title {
  margin: 0 0 0.3125rem;
  font-size: 0.693rem;
  font-weight: bold;
  color: #8A8A8F;
  padding: 0.9375rem 0.9375rem 0; }

.mail-box-menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .mail-box-menu > li > a {
    display: block;
    color: #666;
    font-weight: 500;
    padding: 0.1875rem 1.5625rem;
    text-decoration: none;
    line-height: 1.25rem; }
    .mail-box-menu > li > a i {
      float: left;
      font-size: 1rem;
      margin-right: 0.625rem;
      line-height: 1.25rem;
      width: 1.25rem;
      text-align: center;
      top: 0; }
    .mail-box-menu > li > a b {
      float: right;
      background: #00b963;
      color: #fff;
      padding: 0 0.375rem 1px;
      font-size: 0.693rem;
      line-height: 1rem;
      margin-top: 1px;
      -webkit-border-radius: 0.375rem;
      -moz-border-radius: 0.375rem;
      border-radius: 0.375rem; }
    .mail-box-menu > li > a .email-label {
      float: left;
      width: 0.75rem;
      height: 0.75rem;
      margin-left: 0.25rem;
      margin-top: 0.25rem;
      margin-right: 0.875rem;
      -webkit-border-radius: 0.375rem;
      -moz-border-radius: 0.375rem;
      border-radius: 0.375rem; }
    .mail-box-menu > li > a:hover, .mail-box-menu > li > a:focus {
      color: #000; }
  .mail-box-menu > li.active > a, .mail-box-menu > li.active > a:hover, .mail-box-menu > li.active > a:focus {
    color: #00b963; }

.mail-box-header > a {
  display: block;
  color: #222;
  padding: 0.9375rem 0.9375rem;
  text-decoration: none;
  line-height: 1.25rem; }
  .mail-box-header > a:hover, .mail-box-header > a:focus {
    color: #00b963; }
  .mail-box-header > a i {
    float: left;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.3125rem;
    text-align: center;
    line-height: 1.25rem;
    top: 0;
    font-size: 1rem; }
  .mail-box-header > a .text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0.625rem; }

.mail-box-header .dropdown-menu {
  margin-top: -0.3125rem !important; }
  .mail-box-header .dropdown-menu.dropdown-menu:before, .mail-box-header .dropdown-menu.dropdown-menu:after {
    left: 1.0625rem;
    border-width: 0.4375rem;
    top: -0.875rem; }
  .mail-box-header .dropdown-menu.dropdown-menu:before {
    top: -0.9375rem; }

.mail-box-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.1875rem;
  border-bottom: 1px solid #d1d1d4;
  padding: 0.625rem 1.25rem; }
  .mail-box-toolbar:before, .mail-box-toolbar:after {
    content: " ";
    display: table; }
  .mail-box-toolbar:after {
    clear: both; }

@media (max-width: 767px) {
  .mail-box {
    padding-bottom: 2.75rem; }

  .mail-box-sidebar {
    display: none; }

  .mail-box-content,
  .mail-box-container,
  .mail-box-toolbar {
    position: relative;
    left: 0;
    top: 0;
    height: auto; }

  .mail-box-toolbar {
    padding: 0.625rem 0.9375rem; } }
/* Email Inbox Page Setting */
.email-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #fff; }
  .email-list .email-checkbox, .email-list .email-message {
    padding: 0.625rem 1.25rem; }
  .email-list .email-checkbox {
    float: left; }
  .email-list .email-message {
    margin-left: 3.625rem; }
  .email-list .email-checkbox label {
    padding-left: 1.125rem; }
  .email-list > li:before, .email-list > li:after {
    content: " ";
    display: table; }
  .email-list > li:after {
    clear: both; }
  .email-list > li + li {
    border-top: 1px solid #d1d1d4; }
  .email-list > li:hover {
    background: #f9f9f9; }
  .email-list > li:last-child {
    border-bottom: 1px solid #d1d1d4; }
  .email-list .email-message > a {
    display: block;
    color: #000;
    margin: -0.625rem -1.25rem;
    padding: 0.625rem 1.25rem;
    text-decoration: none;
    position: relative; }
  .email-list .unread .email-sender {
    font-weight: 600; }
  .email-list .unread a:before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 1px;
    width: 0.5rem;
    height: 0.5rem;
    background: #00b963;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem; }
  .email-list .has-attachment a:after {
    content: '\e647';
    position: absolute;
    top: 1rem;
    left: -0.125rem;
    width: 0.625rem;
    height: 0.625rem;
    font-size: 0.875rem;
    color: #8a8a8f;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0.625rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .email-list .unread.has-attachment a:after {
    top: 2.125rem; }

.email-message .email-sender {
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative; }

.email-message .email-time {
  float: right;
  font-size: 0.825rem;
  font-weight: normal;
  color: #666;
  margin-left: 0.625rem; }

.email-message .email-desc {
  color: #8a8a8f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative; }

@media (max-width: 767px) {
  .email-list .email-checkbox,
  .email-list .email-message {
    padding: 0.625rem 0.9375rem; }

  .email-list .email-message {
    margin-left: 3.125rem; } }
/* Email Details Page Setting */
.email-form {
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.email-form-header {
  padding: 0.9375rem; }

.email-detail-header {
  padding: 0.9375rem 1.25rem;
  background: #f5f5f5; }

.email-detail-header .email-subject {
  margin: 0 0 0.625rem; }

.email-sender-img {
  float: left;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.625rem;
  margin-top: 0.1875rem;
  overflow: hidden;
  -webkit-border-radius: 1.125rem;
  -moz-border-radius: 1.125rem;
  border-radius: 1.125rem; }
  .email-sender-img img {
    display: block;
    max-width: 100%; }

.email-sender-info {
  margin-left: 2.875rem; }
  .email-sender-info .title {
    margin: 0 0 0.125rem;
    font-weight: 500;
    font-size: 0.875rem; }
  .email-sender-info .time {
    color: #8A8A8F;
    font-size: 0.693rem;
    font-weight: 500; }

.email-detail-content {
  padding: 1.25rem;
  border-top: 1px solid #d1d1d4; }

.email-detail-attachment:before, .email-detail-attachment:after {
  content: " ";
  display: table; }
.email-detail-attachment:after {
  clear: both; }

.email-detail-attachment .email-attachment {
  background: #EFEFF4;
  float: left;
  width: 7.5rem;
  height: 4.6875rem;
  overflow: hidden;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem; }
  .email-detail-attachment .email-attachment a {
    display: block;
    text-decoration: none; }
  .email-detail-attachment .email-attachment .document-file {
    height: 3.4375rem;
    overflow: hidden;
    text-align: center;
    background: #C8C7CC; }
    .email-detail-attachment .email-attachment .document-file i {
      display: block;
      line-height: 3.4375rem;
      font-size: 1.75rem;
      color: #8a8a8f; }
    .email-detail-attachment .email-attachment .document-file img {
      max-width: 100%; }
  .email-detail-attachment .email-attachment .document-name {
    height: 1.25rem;
    line-height: 1.25rem;
    color: #666;
    padding: 0 0.625rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap; }

@media (max-width: 767px) {
  .email-form {
    position: relative; } }
/* Coming Soon Page Setting */
.coming-soon,
.coming-soon a {
  color: #fff; }

.coming-soon a:hover,
.coming-soon a:focus {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none; }

.coming-soon-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: url("../img/coming-soon-cover.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%; }
  .coming-soon-cover img {
    max-width: 100%; }
  .coming-soon-cover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%); }

@media (max-width: 768px) {
  .coming-soon-cover {
    background-size: auto 100%; } }
.coming-soon .container,
.coming-soon .container-fluid {
  position: relative; }

.coming-soon-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.9375rem; }

.coming-soon .brand {
  font-size: 1.125rem;
  line-height: 1.75rem; }
  .coming-soon .brand a {
    color: #fff;
    text-decoration: none;
    line-height: 1.75rem; }
  .coming-soon .brand .logo {
    display: block;
    width: 8rem;
    height: 4rem;
    margin: 0 auto; }
  .coming-soon .brand .logo i {
    display: block;
    line-height: 4rem;
    text-align: center;
    font-size: 6rem;
    top: 0;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem; }

.coming-soon-content {
  padding: 6.25rem;
  position: relative;
  text-align: center;
  max-width: 53.75rem;
  margin: 0 auto; }

.coming-soon .social-list {
  font-size: 1.125rem;
  line-height: 1.75rem; }
  .coming-soon .social-list a + a {
    margin-left: 0.625rem; }

.coming-soon-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.9375rem;
  text-align: center; }

.coming-soon-link {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .coming-soon-link > li {
    display: inline-block; }
    .coming-soon-link > li.divider {
      height: 0.75rem;
      width: 1px;
      background: rgba(255, 255, 255, 0.25);
      margin: 0 0.625rem;
      position: relative;
      top: 0.125rem; }

.coming-soon-content p {
  font-size: 0.875rem; }

.is-countdown {
  background: none !important;
  border: none !important;
  margin: 1.5625rem 0 !important;
  padding: 1.5625rem 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important; }
  .is-countdown:before, .is-countdown:after {
    content: " ";
    display: table; }
  .is-countdown:after {
    clear: both; }

.countdown-row {
  display: block;
  padding: 0; }

.countdown-show4 .countdown-section {
  width: 25% !important; }

.countdown-amount {
  font-size: 2.25rem !important; }

.countdown-period {
  font-size: 1rem !important; }

@media (max-width: 1024px) {
  .coming-soon-cover {
    background-size: auto 100%; } }
@media (max-width: 767px) {
  .coming-soon-content {
    padding: 3.125rem; }

  .coming-soon .brand .logo i {
    font-size: 4.5rem; }

  .coming-soon h1 {
    font-size: 1.5rem; } }
@media (max-width: 480px) {
  .coming-soon-content {
    padding: 1.5625rem; }

  .countdown-amount {
    font-size: 1.5rem !important; }

  .countdown-period,
  .coming-soon-content p {
    font-size: 0.825rem !important; } }
/* Error Page Setting */
.error-page {
  max-width: 45rem;
  margin: 0 auto;
  position: relative;
  padding: 6.25rem 0;
  font-size: 0.875rem;
  text-align: center; }
  .error-page .error-icon i {
    font-size: 8rem;
    opacity: 0.25; }
  .error-page h1 {
    font-size: 4.5rem;
    font-weight: bold; }
  .error-page h3 {
    font-size: 1.125rem; }

.link-divider {
  width: 0.25rem;
  height: 0.25rem;
  display: inline-block;
  background: #C8C7CC;
  position: relative;
  top: -0.125rem;
  margin: 0 0.625rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }

/* Search Page Setting */
.search-input {
  position: relative;
  max-width: 32.5rem;
  margin-bottom: 0.9375rem; }

.search-close {
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.6875rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.225rem;
  font-size: 1.125rem;
  color: #fff;
  background: #C8C7CC;
  -webkit-border-radius: 1.125rem;
  -moz-border-radius: 1.125rem;
  border-radius: 1.125rem; }
  .search-close:hover, .search-close:focus {
    text-decoration: none;
    background: #8a8a8f;
    color: #fff; }

.search-tab {
  list-style-type: none;
  margin: 0 -1.5625rem;
  padding: 0 1.5625rem;
  border-bottom: 1px solid #C8C7CC;
  white-space: nowrap; }
  .search-tab > li {
    display: inline-block; }
    .search-tab > li a {
      display: block;
      padding: 0.625rem;
      color: #666;
      text-decoration: none;
      margin-bottom: -1px;
      border-bottom: 1px solid transparent;
      font-weight: 600; }
      .search-tab > li a:hover, .search-tab > li a:focus {
        border-bottom-color: #000; }
    .search-tab > li.active a {
      color: #000;
      border-bottom-color: #000; }

.search-result-list {
  list-style-type: none;
  margin: -1px 0 0;
  padding: 0;
  color: #333; }
  .search-result-list > li {
    padding: 1.25rem 0;
    margin: 0;
    border-top: 1px solid #C8C7CC;
    border-bottom: 1px solid #C8C7CC; }
    .search-result-list > li:before, .search-result-list > li:after {
      content: " ";
      display: table; }
    .search-result-list > li:after {
      clear: both; }
    .search-result-list > li + li {
      margin-top: -1px; }
  .search-result-list .search-result-media {
    width: 10rem;
    height: 7.5rem;
    float: left;
    text-align: center; }
    .search-result-list .search-result-media img {
      max-width: 100%;
      max-height: 100%; }
    .search-result-list .search-result-media + .search-result-content {
      margin-left: 11.25rem; }
  .search-result-list h3 {
    margin: 0 0 0.3125rem;
    font-size: 1rem;
    font-weight: 600; }
    .search-result-list h3 a {
      color: #000; }

@media (max-width: 767px) {
  .search-tab {
    margin: 0 -0.9375rem;
    padding: 0 0.9375rem; }

  .search-result-list .search-result-media {
    width: 5.625rem;
    height: 4.6875rem; }
    .search-result-list .search-result-media + .search-result-content {
      margin-left: 6.5625rem; } }
/* SlimScrollBar Setting */
.slimScrollBar {
  background: none !important;
  width: 0.5rem !important;
  right: 0 !important;
  opacity: 0 !important;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.slimScrollDiv .slimScrollBar:hover,
.slimScrollDiv .slimScrollBar:focus,
.slimScrollDiv .slimScrollBar:active {
  width: 0.625rem !important;
  opacity: 0.75 !important; }

.slimScrollBar:before {
  content: '';
  position: absolute;
  top: 0.125rem;
  left: 0;
  right: 0.125rem;
  bottom: 0.125rem;
  background: #000;
  opacity: 0.5;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem; }

/* jQuery Autocomplete Setting */
.ui-autocomplete-header {
  font-size: 0.693rem;
  color: #999;
  padding: 0.3125rem 0.9375rem;
  margin-top: -0.3125rem; }

.ui-autocomplete {
  border: none !important;
  font-size: 0.825rem;
  padding: 0.9375rem 0;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.search-bar-autocomplete.ui-autocomplete {
  z-index: 1020; }

.ui-menu .ui-menu-item a,
.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 0.3125rem 0.9375rem;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: none;
  background: #EFEFF4;
  color: #000; }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-focus,
.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  margin: 0; }

/* jVectorMap Setting */
.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  left: 0px;
  background: #00b963; }

.jvectormap-zoomin {
  top: 0; }

.jvectormap-zoomout {
  top: 1.25rem; }

.jvectormap-tip {
  background: #666;
  border: none;
  padding: 0.1875rem 0.375rem; }

.jvectormap-full .jvectormap-zoomin,
.jvectormap-full .jvectormap-zoomout,
.jvectormap-full .jvectormap-goback {
  left: 0.9375rem; }

.jvectormap-full .jvectormap-zoomin {
  top: 0.9375rem; }

.jvectormap-full .jvectormap-zoomout {
  top: 2.1875rem; }

.content-cover .jvectormap-zoomin,
.content-cover .jvectormap-zoomout,
.content-cover .jvectormap-goback {
  margin-top: 5rem;
  margin-left: 0.9375rem; }

body .jvectormap-zoomin,
body .jvectormap-zoomout {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 0.875rem;
  box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem; }

body .jvectormap-zoomout {
  top: 2.1875rem; }

body .jvectormap-tip {
  border: none !important;
  padding: 0.3125rem 0.4375rem !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.825rem; }

body .jvectormap-zoomin,
body .jvectormap-zoomout,
body .jvectormap-goback {
  background: #00b963; }

body .jvectormap-legend-title {
  font-size: -0.625rem;
  margin: -0.625rem -0.625rem 0.625rem;
  padding: 0.3125rem 0.625rem;
  background: #666;
  -webkit-border-radius: 0.375rem 0.375rem 0 0;
  -moz-border-radius: 0.375rem 0.375rem 0 0;
  border-radius: 0.375rem 0.375rem 0 0; }

body .jvectormap-legend {
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem; }

body .jvectormap-legend-cnt-v .jvectormap-legend {
  padding: 0.625rem; }

body .jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 1.25rem; }

body .jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  font-size: 0.759rem;
  padding-left: 0.625rem;
  position: relative; }

body .jvectormap-legend-cnt-v {
  bottom: 1.5625rem;
  left: 1.5625rem;
  top: auto;
  right: auto; }

.content-cover .jvectormap-legend-cnt-v {
  margin-top: 3.4375rem; }

/* Chart JS Setting */
#chartjs-tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  pointer-events: none;
  z-index: 1020;
  font-size: 0.825rem;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem;
  opacity: 1;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.chartjs-tooltip-key {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.25rem;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem; }

.jstooltip {
  width: auto;
  height: auto; }

/* Wizard Setting */
.wizard .wizard-header {
  white-space: nowrap;
  border-bottom: 1px solid #C8C7CC; }

.wizard .wizard-header .nav > li > a {
  font-size: 0.693rem;
  color: #8a8a8f;
  font-weight: bold;
  border: 1px solid transparent;
  margin-bottom: -1px;
  padding: 0.75rem 0.9375rem 0.625rem;
  -webkit-border-radius: 0.375rem 0.375rem 0 0;
  -moz-border-radius: 0.375rem 0.375rem 0 0;
  border-radius: 0.375rem 0.375rem 0 0; }

.wizard .wizard-header .nav > li.active > a,
.wizard .wizard-header .nav > li.active > a:hover,
.wizard .wizard-header .nav > li.active > a:focus,
.wizard .wizard-header .nav > li.active > a:active {
  background: #fff;
  color: #000;
  border-color: #C8C7CC;
  border-bottom-color: #fff; }

.wizard .wizard-header .nav > li > a:hover,
.wizard .wizard-header .nav > li > a:focus,
.wizard .wizard-header .nav > li > a:active {
  background: none;
  color: #000; }

.wizard .wizard-content {
  padding: 0;
  position: relative;
  border: 1px solid #C8C7CC;
  border-top: none;
  -webkit-border-radius: 0 0 0.375rem 0.375rem;
  -moz-border-radius: 0 0 0.375rem 0.375rem;
  border-radius: 0 0 0.375rem 0.375rem; }

.wizard .wizard-content .tab-pane {
  padding: 1.5625rem;
  background: #fff; }

.wizard .wizard-footer {
  padding: 1.25rem 1.5625rem;
  background: #EFEFF4;
  border-top: 1px solid #EFEFF4;
  -webkit-border-radius: 0 0 0.375rem 0.375rem;
  -moz-border-radius: 0 0 0.375rem 0.375rem;
  border-radius: 0 0 0.375rem 0.375rem; }

.wizard .wizard-next-btn {
  float: right; }

.wizard .wizard-prev-btn {
  float: left; }

.wizard .wizard-next-btn,
.wizard .wizard-prev-btn {
  min-width: 7.5rem; }

.wizard .wizard-footer:before, .wizard .wizard-footer:after {
  content: " ";
  display: table; }
.wizard .wizard-footer:after {
  clear: both; }

@media (max-width: 768px) {
  .wizard .wizard-header {
    overflow: scroll; }

  .wizard .wizard-header .nav > li {
    display: inline-block;
    float: none; } }
/* Datepicker Setting */
body .datepicker-dropdown.dropdown-menu {
  margin-top: 0.625rem !important;
  overflow: initial;
  width: 18.75rem !important;
  padding: 0 1px 0 0;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem; }

body .datepicker-dropdown.datepicker-orient-left:before,
body .datepicker-dropdown.datepicker-orient-left:after {
  border-width: 0.625rem;
  top: -0.625rem;
  left: 0.9375rem;
  right: auto; }

body .datepicker-dropdown.datepicker-orient-right:before,
body .datepicker-dropdown.datepicker-orient-right:after {
  border-width: 0.625rem;
  top: -0.625rem;
  right: 0.9375rem;
  left: auto; }

body .datepicker-dropdown.datepicker-orient-right:after,
body .datepicker-dropdown.datepicker-orient-left:after {
  top: -0.5625rem; }

body .datepicker-dropdown.datepicker-orient-right.datepicker-orient-top:after,
body .datepicker-dropdown.datepicker-orient-left.datepicker-orient-top:after {
  top: auto;
  bottom: -0.625rem; }

body .datepicker-dropdown.datepicker-orient-right.datepicker-orient-top:before,
body .datepicker-dropdown.datepicker-orient-left.datepicker-orient-top:before {
  top: auto;
  bottom: -0.6875rem;
  border-top-color: rgba(0, 0, 0, 0.1); }

body .datepicker .datepicker-switch,
body .datepicker .prev,
body .datepicker .next,
body .datepicker tfoot tr th {
  padding: 0.625rem 0.3125rem 0.625rem;
  background: none !important;
  min-width: 2.6875rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

body .datepicker td {
  border: 1px solid #fff;
  background: #f5f5f5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

body .datepicker table tr td span {
  background: #f5f5f5;
  width: 25%;
  margin: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

body .datepicker-years .table-condensed > tbody > tr > td,
body .datepicker-months .table-condensed > tbody > tr > td,
body .datepicker-decades .table-condensed > tbody > tr > td,
body .datepicker-centuries .table-condensed > tbody > tr > td {
  padding: 0; }

body .datepicker table tr td span.focused,
body .datepicker table tr td span:hover {
  background: #8a8a8f;
  color: #fff; }

body .datepicker table tr td.day.focused,
body .datepicker table tr td.day:hover {
  background: #8a8a8f;
  color: #fff; }

body .datepicker table {
  width: 100%;
  font-size: 0.875rem; }

body .datepicker-dropdown:before {
  border-bottom-color: rgba(0, 0, 0, 0.1); }

body .datepicker th.dow {
  color: #000;
  font-size: 0.693rem;
  font-weight: bold;
  text-transform: uppercase; }

body .datepicker table tr td.active:hover,
body .datepicker table tr td.active:hover:hover,
body .datepicker table tr td.active.disabled:hover,
body .datepicker table tr td.active.disabled:hover:hover,
body .datepicker table tr td.active:active,
body .datepicker table tr td.active:hover:active,
body .datepicker table tr td.active.disabled:active,
body .datepicker table tr td.active.disabled:hover:active,
body .datepicker table tr td.active.active,
body .datepicker table tr td.active:hover.active,
body .datepicker table tr td.active.disabled.active,
body .datepicker table tr td.active.disabled:hover.active,
body .datepicker table tr td.active.disabled,
body .datepicker table tr td.active:hover.disabled,
body .datepicker table tr td.active.disabled.disabled,
body .datepicker table tr td.active.disabled:hover.disabled,
body .datepicker table tr td.active[disabled],
body .datepicker table tr td.active:hover[disabled],
body .datepicker table tr td.active.disabled[disabled],
body .datepicker table tr td.active.disabled:hover[disabled],
body .datepicker table tr td span.active.active,
body .datepicker table tr td span.active.disabled,
body .datepicker table tr td span.active.disabled.active,
body .datepicker table tr td span.active.disabled.disabled,
body .datepicker table tr td span.active.disabled:active,
body .datepicker table tr td span.active.disabled:hover,
body .datepicker table tr td span.active.disabled:hover.active,
body .datepicker table tr td span.active.disabled:hover.disabled,
body .datepicker table tr td span.active.disabled:hover:active,
body .datepicker table tr td span.active.disabled:hover:hover,
body .datepicker table tr td span.active.disabled:hover[disabled],
body .datepicker table tr td span.active.disabled[disabled],
body .datepicker table tr td span.active:active,
body .datepicker table tr td span.active:hover,
body .datepicker table tr td span.active:hover.active,
body .datepicker table tr td span.active:hover.disabled,
body .datepicker table tr td span.active:hover:active,
body .datepicker table tr td span.active:hover:hover,
body .datepicker table tr td span.active:hover[disabled],
body .datepicker table tr td span.active[disabled] {
  background: #00b963;
  border-color: #fff;
  text-shadow: none;
  color: #fff; }

body .datepicker thead + tbody > tr:first-child {
  padding-top: 0.625rem; }

body .datepicker .datepicker-switch {
  font-size: 1.25rem;
  color: #00b963;
  width: 100%; }

body .datepicker-inline {
  width: 100%; }

@media (max-width: 480px) {
  body .datepicker-dropdown.dropdown-menu {
    left: 0.9375rem !important;
    right: 0.9375rem !important;
    width: auto !important; } }
/* Timepicker Setting */
body .bootstrap-timepicker-widget.dropdown-menu {
  padding: 0.3125rem;
  width: 10rem; }

body .bootstrap-timepicker-widget.timepicker-orient-top:before,
body .bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -1.25rem; }

body .bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -1.3125rem;
  border-bottom-color: rgba(0, 0, 0, 0.1); }

body .bootstrap-timepicker-widget.timepicker-orient-bottom:before,
body .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -0.625rem; }

body .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -0.6875rem;
  border-top-color: rgba(0, 0, 0, 0.1); }

body .bootstrap-timepicker-widget.dropdown-menu:before,
body .bootstrap-timepicker-widget.dropdown-menu:after {
  border-width: 0.625rem; }

body .bootstrap-timepicker-widget.timepicker-orient-bottom:before,
body .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  top: auto; }

body .bootstrap-timepicker-widget.timepicker-orient-left:before,
body .bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 0.9375rem; }

body .bootstrap-timepicker-widget.timepicker-orient-right:before,
body .bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 0.9375rem; }

body .bootstrap-timepicker-widget table td {
  height: auto;
  padding: 0; }

body .bootstrap-timepicker-widget table td.separator {
  padding: 0 0.1875rem; }

body .bootstrap-timepicker-widget table td input {
  border: 1px solid #C8C7CC;
  height: 2.125rem;
  padding: 0.375rem 0.5rem;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  margin: 0.1875rem 0;
  -webkit-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s";
  -moz-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s";
  -ms-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s";
  -o-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s";
  transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s"; }

body .bootstrap-timepicker-widget table td input:focus {
  border-color: #00b963;
  outline: none;
  -webkit-box-shadow: 0 0 0px 2px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 0 0px 2px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 0px 2px rgba(102, 175, 233, 0.6); }

body .bootstrap-timepicker-widget table td a {
  padding: 0;
  outline: 0;
  color: #000;
  display: block;
  line-height: 1.5rem;
  width: auto; }

body .bootstrap-timepicker-widget table td a:hover {
  background: #EFEFF4;
  border-color: #EFEFF4; }

/* Colorpicker Setting */
body .colorpicker {
  padding: 0.3125rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem; }

body .colorpicker-saturation,
body .colorpicker-alpha,
body .colorpicker-hue,
body .colorpicker-color div,
body .colorpicker-selectors i {
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  border-radius: 0.125rem; }

body .colorpicker-element .add-on i,
body .colorpicker-element .input-group-addon i {
  margin: 0 -0.125rem;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem; }

body .colorpicker:before,
body .colorpicker:after {
  border-width: 0.625rem;
  top: -1.25rem;
  left: 0.9375rem; }

body .colorpicker:before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  top: -1.3125rem; }

body .colorpicker.colorpicker-right:before,
body .colorpicker.colorpicker-right:after {
  right: 0.9375rem;
  left: auto; }

body .colorpicker.colorpicker-bottom:before,
body .colorpicker.colorpicker-bottom:after {
  top: auto;
  bottom: -0.625rem; }

body .colorpicker.colorpicker-bottom:before {
  bottom: -0.6875rem; }

/* Typeahead Setting */
body .typeahead .dropdown-item strong {
  color: #000;
  background: #ff0;
  font-weight: normal; }

/* Bootstrap Select Setting */
body .bootstrap-select .dropdown-toggle {
  -webkit-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s";
  -moz-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s";
  -ms-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s";
  -o-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s";
  transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s"; }

body .bootstrap-select .dropdown-toggle:focus {
  border-color: #00b963 !important;
  outline: none !important;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 0 0 0.125rem rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 0 0.125rem rgba(102, 175, 233, 0.6); }

body .bootstrap-select.btn-group .dropdown-menu.inner {
  margin: 0 !important;
  display: block; }

body .bootstrap-select.btn-group > .dropdown-menu {
  overflow: initial !important; }

body .bootstrap-select.btn-group > .dropdown-menu .dropdown-menu:before,
body .bootstrap-select.btn-group > .dropdown-menu .dropdown-menu:after {
  border: none; }

body .bs-actionsbox,
body .bs-donebutton,
body .bs-searchbox {
  padding: 0 0.5rem 0.5rem; }

body .bootstrap-select .notify {
  border: none !important;
  padding: 0.3125rem 0.625rem !important;
  background: #FFCC00 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }

body .bootstrap-select.btn-group .dropdown-toggle .caret {
  margin-top: -0.4375rem; }

/* Bootstrap TagsInput Setting */
body .bootstrap-tagsinput {
  border-color: #C8C7CC;
  color: #000;
  position: relative;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s";
  -moz-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s";
  -ms-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s";
  -o-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s";
  transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s"; }

body .bootstrap-tagsinput .tag {
  font-size: 0.693rem; }

body .bootstrap-tagsinput .tag.label-info {
  background: #8a8a8f; }

body .bootstrap-tagsinput .tag [data-role="remove"] {
  margin-right: -0.125rem;
  margin-left: 0.25rem; }

body .bootstrap-tagsinput .tag [data-role="remove"]:hover {
  color: rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Slider Setting */
body .slider.slider-horizontal {
  height: 1.5rem;
  width: 100%; }

body .slider.slider-disabled .slider-track {
  opacity: 0.5; }

body .slider.slider-disabled .slider-handle {
  -webkit-box-shadow: 0 1px 0.1875rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 0.1875rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0.1875rem rgba(0, 0, 0, 0.15); }

body .slider-track {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

body .slider.slider-horizontal .slider-track {
  height: 0.125rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #dfdfdf;
  margin-top: -1px; }

body .slider.slider-vertical .slider-track {
  left: 50%;
  margin-left: -1px; }

body .slider-selection {
  background: #00b963;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

body .slider-handle,
body .slider.slider-disabled .slider-handle {
  background: #fff;
  -webkit-box-shadow: 0 1px 0.1875rem rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0.1875rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0.1875rem rgba(0, 0, 0, 0.25);
  width: 1.5rem;
  height: 1.5rem; }

body .slider.slider-vertical .slider-track {
  width: 0.125rem; }

body .slider.slider-vertical {
  width: 1.5rem; }

/* Password Strength Setting */
body .pwstrength_viewport_progress.inline {
  display: inline-block;
  position: relative;
  top: 0.125rem;
  height: 0.75rem;
  min-width: 11.25rem;
  margin-left: 0.625rem;
  white-space: pre; }

body .pwstrength_viewport_progress.inline .password-verdict {
  display: block;
  height: 0.75rem; }

body .pwstrength_viewport_progress .progress {
  margin: 0;
  display: block; }

/* DataTables Setting */
body table.dataTable {
  margin: 0.625rem 0 !important; }

body div.dataTables_wrapper {
  padding: 0 !important; }

body div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  margin: 0 0.3125rem; }

body table.dataTable > thead > tr > th:focus,
body table.dataTable > thead > tr > th:active {
  outline: none; }

body .table > tfoot > tr > th {
  border-bottom: none; }

body table.dataTable thead .sorting:before,
body table.dataTable thead .sorting_asc:before,
body table.dataTable thead .sorting_desc:before,
body table.dataTable thead .sorting_asc_disabled:before,
body table.dataTable thead .sorting_desc_disabled:before {
  content: '' !important; }

body table.dataTable thead .sorting:after,
body table.dataTable thead .sorting_asc:after,
body table.dataTable thead .sorting_desc:after,
body table.dataTable thead .sorting_asc_disabled:after,
body table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  display: block;
  font-family: 'bootstrap-icons';
  opacity: 0.5; }

body table.dataTable thead .sorting:after {
  opacity: 0; }

body table.dataTable thead .sorting:hover:after,
body table.dataTable thead .sorting:focus:after,
body table.dataTable thead .sorting:active:after {
  opacity: 0.5; }

body table.dataTable thead .sorting_asc:after,
body table.dataTable thead .sorting_desc:after,
body table.dataTable thead .sorting_asc:hover:after,
body table.dataTable thead .sorting_asc:focus:after,
body table.dataTable thead .sorting_asc:active:after,
body table.dataTable thead .sorting_desc:hover:after,
body table.dataTable thead .sorting_desc:focus:after,
body table.dataTable thead .sorting_desc:active:after {
  opacity: 1 !important; }

body table.dataTable thead .sorting:after,
body table.dataTable thead .sorting_desc:after {
  content: '\f238'; }

body table.dataTable thead .sorting_asc:after {
  content: '\f22c'; }

body table.dataTable.table-condensed .sorting:after,
body table.dataTable.table-condensed .sorting_asc:after,
body table.dataTable.table-condensed .sorting_desc:after {
  top: 0.375rem;
  right: 0.375rem; }

body div.DTCR_pointer {
  width: 0.125rem;
  background: #00b963; }

body div.dt-autofill-select,
body div.dt-autofill-handle {
  background: #00b963; }

body div.dt-autofill-handle {
  width: 0.4375rem;
  height: 0.4375rem; }

body div.dt-autofill-select.top {
  margin-top: 0; }

body div.dt-autofill-select.bottom {
  margin-top: -0.125rem; }

body div.dt-autofill-select.left {
  margin-left: -1px; }

body div.dt-autofill-select.right {
  margin-left: -0.125rem; }

body div.dt-autofill-select.top,
div.dt-autofill-select.bottom {
  height: 0.125rem; }

body div.dt-autofill-select.left,
div.dt-autofill-select.right {
  width: 0.125rem; }

body div.dt-autofill-list {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0; }

body div.dt-autofill-list div.dt-autofill-question {
  padding: 0.3125rem 0.9375rem;
  border-color: #e0e0e0; }

body div.dt-autofill-list div.dt-autofill-button {
  width: 1%;
  padding: 0.3125rem; }

body div.dt-autofill-list ul li {
  display: table; }

body div.dt-autofill-list ul li:first-child {
  -webkit-border-radius: 0.375rem 0.375rem 0 0;
  -moz-border-radius: 0.375rem 0.375rem 0 0;
  border-radius: 0.375rem 0.375rem 0 0; }

body div.dt-autofill-list ul li:last-child {
  -webkit-border-radius: 0 0 0.375rem 0.375rem;
  -moz-border-radius: 0 0 0.375rem 0.375rem;
  border-radius: 0 0 0.375rem 0.375rem; }

body table.dataTable th.focus,
table.dataTable td.focus {
  outline: 0.125rem solid #00b963; }

body table.dataTable.collapsed {
  border-right: none; }

body table.dataTable.collapsed td.child {
  border-right: 1px solid #e0e0e0; }

body table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  content: '\e61a';
  border: none;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
  top: 0.5rem;
  width: 1.875rem;
  text-align: center;
  left: 0; }

body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '\e622';
  border: none;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
  top: 0.5rem;
  width: 1.875rem;
  text-align: center;
  left: 0; }

body table.dt-rowReorder-float {
  outline: 0.125rem solid #00b963; }

body tr.dt-rowReorder-moving {
  outline: 0.125rem solid #222;
  outline-offset: -1px; }

body table.dataTable tbody > tr.selected,
body table.dataTable tbody > tr > .selected {
  background-color: #00b963;
  outline: 0.125rem solid #00b963;
  outline-offset: -1px; }

body table.dataTable tbody > tr.selected td,
body table.dataTable tbody > tr > .selected {
  border-color: #00b963; }

body div.dt-button-info {
  border: none;
  top: 3.6875rem;
  right: 0.9375rem;
  left: auto;
  text-align: left;
  width: 20rem;
  margin: 0;
  padding: 0.9375rem 0.9375rem 0.9375rem 3.8125rem;
  background: #f0f0f0;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.35); }

body div.dt-button-info h2 {
  color: #504e4d;
  font-size: 0.875rem;
  font-weight: 600;
  background: none;
  padding: 0;
  border: none; }

body div.dt-button-info p {
  font-weight: 500;
  color: #504e4d; }

body div.dt-button-info > div {
  padding: 0; }

body div.dt-button-info:before {
  content: "\e6a3";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0.9375rem;
  top: 0.9375rem;
  text-align: center;
  display: block;
  line-height: 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 1.5rem;
  background: #8E8E93;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem; }

@media (max-width: 767px) {
  body .dataTables_wrapper > .row .pull-right {
    float: none !important;
    margin: 0 !important; } }
/* Summernote Setting */
.note-editor.note-frame {
  border: none !important;
  margin: 0 !important; }

.panel-heading.note-toolbar {
  padding: 0.3125rem 0.625rem 0.625rem 0.9375rem !important;
  background: #f5f5f5 !important;
  border-bottom: 1px solid #eaeaea; }

.panel .panel .panel-heading.note-toolbar {
  border-top: 1px solid #eaeaea; }

.note-editor.note-frame .note-editing-area {
  padding: 0.3125rem; }

.note-btn.dropdown-toggle:after {
  display: none; }

.note-btn-group .btn-group {
  display: inline-block; }

/* General Setting */
.widget {
  background: #fff;
  margin-bottom: 0.75rem;
  display: block; }
  .widget .widget-header {
    padding: 0.75rem 0.9375rem; }
  .widget .widget-title {
    font-size: 0.825rem;
    color: #777;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0; }
  .widget .widget-title-icon {
    float: left;
    width: 1.125rem;
    height: 1.125rem;
    text-align: center;
    line-height: 1.125rem;
    font-size: 0.875rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    margin: 0 0.25rem 0 0;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem; }
  .widget .widget-body {
    padding: 0.9375rem;
    position: relative; }
  .widget .widget-value {
    font-size: 1.5rem; }
  .widget .widget-btn {
    font-size: 0.825rem;
    display: inline-block;
    padding: 0.3125rem 0.625rem;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem; }
  .widget.widget-inverse {
    background: #121212;
    color: #fff; }
  .widget.widget-inverse .widget-title {
    color: #fff; }
  .widget.widget-inverse .widget-title-icon {
    background: rgba(0, 0, 0, 0.25); }
  .widget.widget-card.widget-card-rowspan2 {
    padding-top: calc(55% + 0.3125rem); }

a.widget {
  text-decoration: none; }

.widget-content,
.widget-footer {
  padding: 0.625rem;
  background: #fff; }

.widget-desc,
.widget-desc a {
  font-size: 0.693rem;
  color: #8a8a8f;
  font-weight: 500; }

.inverse-mode .widget-desc,
.inverse-mode .widget-desc a {
  color: rgba(255, 255, 255, 0.75); }

.widget-value .label {
  position: relative;
  top: -0.1875rem;
  font-size: 0.5625rem; }

a.widget-title-link,
.widget-title-link {
  padding: 0.125rem 0.375rem;
  font-size: 0.5625rem;
  font-weight: bold;
  float: right;
  text-decoration: none;
  color: #000;
  background: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem; }

.widget-title-link:hover,
.widget-title-link:focus {
  background: rgba(0, 0, 0, 0.5);
  color: #000; }

@media (min-width: 768px) {
  .widget.icon.icon-lg {
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem; }
    .widget.icon.icon-lg i {
      font-size: 2.25rem; } }
@media (max-width: 767px) {
  .widget.icon.icon-lg i {
    font-size: 1.5rem; } }
/* Widget Project Setting */
.project {
  padding: 0.9375rem; }
  .project .project-title {
    margin: 0 0 0.125rem;
    font-size: 0.875rem; }
  .project .project-desc {
    font-size: 0.759rem;
    margin: 0 0 0.625rem;
    color: #8a8a8f; }
  .project .progress {
    margin: 0 0 0.125rem; }
  .project .progress-text {
    font-size: 0.693rem; }
  .project .project-left {
    float: left;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem; }
    .project .project-left i {
      line-height: 2.75rem;
      font-size: 1.75rem;
      display: block; }
    .project .project-left + .project-info {
      margin-left: 3.6875rem; }

.progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Widget Card Setting */
.widget.widget-card {
  display: block;
  padding-top: 55%;
  position: relative; }
  .widget.widget-card.with-min-height {
    min-height: 9rem; }
  .widget.widget-card.widget-card-rowspan2.with-min-height {
    min-height: 18.75rem; }
  .widget.widget-card.square {
    padding-top: 100%; }
  .widget.widget-card .widget-card-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .widget.widget-card .widget-card-cover .cover-bg {
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      background: #000;
      opacity: 0.5; }
      .widget.widget-card .widget-card-cover .cover-bg.with-gradient {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
    .widget.widget-card .widget-card-cover img {
      max-width: 100%;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .widget.widget-card .widget-card-cover .img-portrait {
      max-width: inherit;
      max-height: 100%; }
  .widget.widget-card.widget-cover-animate:hover .widget-card-cover img, .widget.widget-card.widget-cover-animate:focus .widget-card-cover img {
    max-width: 110%;
    margin-left: -5%; }
  .widget.widget-card.widget-cover-animate:hover .widget-card-cover .img-portrait, .widget.widget-card.widget-cover-animate:focus .widget-card-cover .img-portrait {
    max-width: inherit;
    max-height: 110% !important;
    height: 110% !important;
    margin-top: -5%; }
  .widget.widget-card .widget-card-content {
    padding: 0.9375rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .widget.widget-card .widget-card-content.bottom {
      top: auto;
      bottom: 0; }
    .widget.widget-card .widget-card-content.full-height {
      bottom: 0; }

.inverse-mode .widget.widget-card,
.widget.widget-card.inverse-mode {
  color: #fff; }

.widget.inverse-mode {
  color: #fff;
  background: #000; }

.widget-inline-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
  font-size: 0.693rem;
  font-weight: 500; }
  .widget-inline-list > li {
    display: inline-block;
    position: relative; }
  .widget-inline-list > li + li {
    margin-left: 0.9375rem; }
  .widget-inline-list > li + li:before {
    content: '';
    position: absolute;
    left: -0.6875rem;
    top: 0.375rem;
    width: 0.25rem;
    height: 0.25rem;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem; }

.inverse-mode .widget-inline-list > li + li:before {
  background: rgba(255, 255, 255, 0.5); }

.inverse-mode .widget-inline-list {
  color: rgba(255, 255, 255, 0.8); }

.widget .widget-title,
.widget .widget-title a {
  font-size: 0.825rem;
  color: #000;
  line-height: 1rem; }

.inverse-mode .widget-title a {
  color: #fff; }

.widget .dropdown > a {
  text-decoration: none; }

.widget.inverse-mode .dropdown > a {
  color: #fff; }

.widget.inverse-mode .widget-title {
  color: #fff; }

.widget-card-icon,
.widget-card-img {
  float: left;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 1.625rem;
  text-align: center;
  padding: 0.3125rem;
  font-size: 1.25rem;
  margin-bottom: -0.125rem;
  margin-top: -0.125rem;
  margin-right: 0.5rem;
  overflow: hidden;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem; }

.widget-card-icon.widget-card-icon-lg,
.widget-card-img.widget-card-img-lg {
  float: left;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 3.25rem;
  text-align: center;
  padding: 0.625rem;
  font-size: 2.5rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  border-radius: 0.75rem; }

.widget-card-img {
  padding: 0; }
  .widget-card-img img {
    max-width: 100%;
    max-height: 100%; }

.widget-card-icon.pull-right {
  margin-right: 0;
  margin-left: 0.5rem; }

.widget-card-icon + .widget-card-info {
  margin-left: 2.75rem; }

.widget-card-icon.pull-right + .widget-card-info {
  margin-left: 0;
  margin-right: 2.75rem; }

.widget-img {
  text-align: center; }
  .widget-img img {
    max-width: 100%; }

.widget-lead {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0.625rem 0 0.3125rem; }

.widget.widget-product {
  padding: 0.625rem; }

.valign-middle-container {
  display: table;
  height: 100%;
  width: 100%; }

.valign-middle-inner-container {
  display: table-cell;
  vertical-align: middle; }

.widget.widget-card.dynamic {
  padding: 0; }
  .widget.widget-card.dynamic .widget-card-content {
    position: relative; }

.widget-map-container iframe {
  display: block; }

.widget-header-icon {
  float: left;
  width: 1.0625rem;
  height: 1.0625rem;
  background: #8a8a8f;
  color: #fff;
  margin: -0.125rem 0.3125rem 0 0;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem; }
  .widget-header-icon i {
    display: block;
    text-align: center;
    line-height: 1rem; }

.inverse-mode .widget-title {
  color: #fff; }

@media (max-width: 768px) {
  .widget.widget-card.dynamic-xs {
    padding-top: 0 !important; }
    .widget.widget-card.dynamic-xs .widget-card-content {
      position: relative; } }
/* Widget List Setting */
.widget.widget-list {
  list-style-type: none;
  margin: 0 0 0.75rem;
  padding: 0; }
  .widget.widget-list > li + li {
    border-top: 1px solid #EFEFF4; }

.inverse-mode.widget.widget-list > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.25); }

a.widget-list-container,
.widget-list-container {
  display: block;
  text-decoration: none; }

.widget-list-container > div {
  display: table-cell;
  padding: 0.625rem 0.625rem;
  vertical-align: middle; }
  .widget-list-container > div + div {
    padding-left: 0; }

.widget-list-container .widget-list-media {
  width: 6.25rem;
  position: relative; }
  .widget-list-container .widget-list-media.icon {
    width: 2.25rem; }
  .widget-list-container .widget-list-media.icon i {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 2.25rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem; }
  .widget-list-container .widget-list-media.icon.icon-sm i {
    height: 1.5rem;
    width: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.5rem; }

.widget-list-container .widget-list-media .widget-list-media-icon {
  position: absolute;
  right: 0.5625rem;
  bottom: 0.5625rem;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  border-radius: 0.75rem; }
  .widget-list-container .widget-list-media .widget-list-media-icon i {
    display: block;
    text-align: center;
    line-height: 0.75rem;
    font-size: 0.5rem; }

.widget-list-container .widget-list-media.square {
  width: 2.25rem; }

.widget-list-container .widget-list-media .img-container {
  width: 2.25rem;
  height: 2.25rem;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem; }

.widget-list-container .widget-list-media img {
  max-width: 100%; }

.widget-list-container .widget-list-media.contact {
  width: 3.5rem; }
  .widget-list-container .widget-list-media.contact img {
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden; }

.widget-list-container .widget-list-media.rounded img,
.widget-list-container .widget-list-media.rounded i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.widget-list-container .widget-list-action {
  width: 1%; }
  .widget-list-container .widget-list-action.arrow {
    color: #C8C7CC; }

/* Widget Rating Star Setting */
.widget-rating-star {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.5625rem;
  color: #C8C7CC;
  line-height: 0.875rem; }
  .widget-rating-star > li {
    display: inline-block; }
    .widget-rating-star > li + li {
      margin-left: -1px; }
    .widget-rating-star > li.active {
      color: #FF9500; }
    .widget-rating-star > li.text {
      color: #8a8a8f; }

.invese-mode .widget-rating-star > li.text {
  color: rgba(255, 255, 255, 0.75); }

/* Widget Price Setting */
.widget-price,
.widget-price a {
  padding: 1px 0.3125rem;
  font-size: 0.825rem;
  line-height: 1.5;
  border: 1px solid #00b963;
  color: #00b963;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem; }

.inverse-mode .widget-price {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.75); }

.dropdown-icon > a,
.dropdown-icon.dropdown > a {
  text-decoration: none; }

.dropdown.dropdown-icon .dropdown-menu {
  margin-left: -1.5625rem; }
  .dropdown.dropdown-icon .dropdown-menu.dropdown-menu-right {
    margin-right: -1.5625rem; }

.circle {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border: 0.1875rem solid;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }

.circle.circle-sm {
  width: 0.5rem;
  height: 0.5rem;
  border-width: 0.25rem; }

.circle.circle-md {
  width: 0.75rem;
  height: 0.75rem;
  border-width: 0.375rem; }

.circle.circle-lg {
  width: 1rem;
  height: 1rem;
  border-width: 0.5rem; }

.widget-list-content {
  color: #000; }

.inverse-mode .widget-list-content {
  color: #fff; }

/* Widget User List Setting */
.widget-user-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden; }
  .widget-user-list > li {
    display: inline-block; }
    .widget-user-list > li + li {
      margin-left: -1.125rem; }
    .widget-user-list > li a {
      display: block;
      border: 0.125rem solid #fff;
      overflow: hidden;
      width: 2.25rem;
      height: 2.25rem;
      margin-bottom: -0.3125rem;
      line-height: 2rem;
      text-align: center;
      text-decoration: none;
      -webkit-border-radius: 2.25rem;
      -moz-border-radius: 2.25rem;
      border-radius: 2.25rem; }
      .widget-user-list > li a img {
        display: block;
        max-width: 100%; }
    .widget-user-list > li.number a {
      background: #C7C7CC;
      color: #fff; }

/* Widget Chat Setting */
.widget-chat {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget-chat > li {
    display: table;
    width: 100%; }
    .widget-chat > li + li {
      margin-top: 0.625rem; }

.widget-chat-date {
  font-size: 0.693rem;
  font-weight: 600;
  color: #8A8A8F;
  padding: 0.3125rem 0.625rem;
  text-align: center; }

.widget-chat-media,
.widget-chat-content {
  display: table-cell;
  vertical-align: bottom; }

.widget-chat-media {
  width: 1.5rem; }
  .widget-chat-media img {
    max-width: 1.5rem;
    display: block;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem; }
  .widget-chat-media + .widget-chat-content {
    padding-left: 0.625rem; }

.widget-chat-message {
  background: #eae9ef;
  color: #000;
  padding: 0.375rem 0.625rem;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }
  .widget-chat-message + .widget-chat-message {
    margin-top: 0.125rem; }
  .widget-chat-message:before, .widget-chat-message:after {
    content: " ";
    display: table; }
  .widget-chat-message:after {
    clear: both; }

.widget-chat-name,
.widget-chat-status {
  font-size: 0.5625rem;
  font-weight: 500;
  color: #8a8a8f;
  line-height: 1rem; }

.reply .widget-chat-content {
  text-align: right; }

.reply .widget-chat-message {
  background: #00b963;
  color: #fff; }

.widget-chat-message.last:before {
  content: '';
  border: 0.3125rem solid transparent;
  border-bottom-color: #eae9ef;
  border-right-color: #eae9ef;
  position: absolute;
  left: -0.25rem;
  bottom: 0.1875rem; }

.reply .widget-chat-message.last:before {
  border: 0.3125rem solid transparent;
  border-top-width: 0.25rem;
  border-left-width: 0.625rem;
  border-top-color: #00b963;
  border-left-color: #00b963;
  left: auto;
  right: -0.4375rem; }

.widget-header.with-bg,
.widget-footer.with-bg {
  background: #EFEFF4; }

.widget-header.with-border {
  border-bottom: 1px solid #EFEFF4; }

.widget-footer.with-border {
  border-top: 1px solid #EFEFF4; }

/* Widget Reminder Setting */
.widget-reminder-header {
  background: #EFEFF4;
  padding: 0.625rem;
  font-size: 0.693rem;
  font-weight: bold;
  color: #8a8a8f; }

.widget-reminder-container {
  position: relative; }
  .widget-reminder-container:before, .widget-reminder-container:after {
    content: " ";
    display: table; }
  .widget-reminder-container:after {
    clear: both; }
  .widget-reminder-container + .widget-reminder-container {
    border-top: 1px solid #EFEFF4; }

.inverse-mode .widget-reminder-container + .widget-reminder-container {
  border-color: #333; }

.inverse-mode .widget-reminder-header {
  background: #212121; }

.widget-reminder-time,
.widget-reminder-content {
  padding: 0.625rem; }

.widget-reminder-time {
  width: 5rem;
  float: left;
  text-align: right;
  font-size: 0.693rem; }

.widget-reminder-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5rem;
  width: 0.125rem;
  background: #EFEFF4; }

.widget-reminder-content {
  margin-left: 5.125rem; }

.widget .widget-header {
  padding: 0.625rem; }

.widget-header-title {
  margin: 0;
  font-size: 0.825rem;
  font-weight: 500; }

a.widget-header-title {
  color: #000;
  text-decoration: none;
  display: block;
  margin: -0.625rem;
  padding: 0.625rem; }

/* Widget Image List Setting */
.widget.widget-img-list {
  list-style-type: none;
  margin: 0px;
  padding: 0.5px; }
  .widget.widget-img-list:before, .widget.widget-img-list:after {
    content: " ";
    display: table; }
  .widget.widget-img-list:after {
    clear: both; }
  .widget.widget-img-list .widget-header {
    margin: -0.5px;
    background: #fff;
    width: 100%;
    padding: 0.625rem; }

.inverse-mode.widget.widget-img-list .widget-header,
.inverse-mode .widget.widget-img-list .widget-header {
  background: #000; }

.widget.widget-img-list > li {
  float: left;
  padding: 0.5px;
  width: 20%; }

.widget-img-container a {
  display: block;
  text-decoration: none;
  padding-top: 100%;
  position: relative;
  overflow: hidden; }
  .widget-img-container a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%; }

/* Widget Media Setting */
.widget-media.square {
  display: block;
  padding-top: 100%;
  position: relative;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem; }
  .widget-media.square.icon i {
    position: absolute;
    top: 50%;
    font-size: 4rem;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: -2rem;
    line-height: 4rem; }
  .widget-media.square img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%; }

.widget-media .widget-media-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 10;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem; }

.widget-media .widget-media-icon {
  position: absolute;
  right: 0.3125rem;
  bottom: 0.3125rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  background: rgba(144, 144, 144, 0.85);
  color: #fff;
  z-index: 20;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  border-radius: 0.75rem; }
  .widget-media .widget-media-icon i {
    display: block;
    line-height: 1.5rem;
    font-size: 0.875rem;
    top: 0; }

.widget-media-cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10; }

.widget-list-media-img {
  width: 3rem;
  height: 3rem;
  position: relative;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem; }
  .widget-list-media-img img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%; }

/* Widget Stats Setting */
.widget.widget-stats,
a.widget.widget-stats {
  padding: 0.9375rem;
  text-decoration: none;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem; }

.widget.widget-stats .widget-desc {
  color: inherit;
  opacity: 0.75; }

.widget.widget-stats.widget-stats-lg,
a.widget.widget-stats.widget-stats-lg {
  padding: 0.9375rem; }

.widget.widget-stats .widget-content {
  padding: 0;
  background: none; }

.widget.widget-stats:before,
.widget.widget-stats:after {
  content: '';
  display: table;
  clear: both; }

.widget.widget-stats .widget-stats-left {
  float: left;
  padding-right: 0.3125rem;
  max-width: 50%; }

.widget.widget-stats .widget-stats-right {
  float: right;
  padding-left: 0.3125rem;
  text-align: right;
  max-width: 50%; }

.widget-stats-title {
  font-size: 0.825rem;
  margin-bottom: 0.3125rem;
  font-weight: 600;
  line-height: 1rem; }

.widget-stats-value {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.25rem;
  margin-bottom: 0.3125rem; }

.widget-stats-float-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem; }

.widget-stats-float-icon i {
  line-height: 0.5;
  font-size: 7.25rem;
  position: absolute;
  right: 0;
  bottom: 0; }

.widget.widget-stats .widget-stats-info {
  position: relative; }

.widget.widget-stats .widget-stats-icon {
  text-align: center;
  font-size: 3.5rem;
  padding: 0 0.9375rem;
  line-height: 3.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.75rem;
  opacity: 0.33; }

/* Widget Chart Setting */
.widget.widget-chart {
  padding: 0.9375rem 0.9375rem 0.625rem; }

/* Widget Divider Setting */
.widget-divider {
  margin: 0.9375rem 0;
  background: #EFEFF4;
  height: 1px; }
  .widget-divider:before, .widget-divider:after {
    content: " ";
    display: table; }
  .widget-divider:after {
    clear: both; }

.inverse-mode .widget-divider {
  background: rgba(255, 255, 255, 0.25); }

/* Widget Theme Panel Setting */
.theme-panel {
  position: fixed;
  right: -12.5rem;
  top: 50%;
  margin-top: -10.875rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .theme-panel.active {
    right: 0; }
  .theme-panel .theme-collapse-btn {
    position: absolute;
    top: 2.25rem;
    left: -2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    background: #fff;
    text-align: center;
    font-size: 1.125rem;
    color: #333;
    text-decoration: none;
    -webkit-box-shadow: -0.625rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -0.625rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: -0.625rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 0.25rem 0 0 0.25rem;
    -moz-border-radius: 0.25rem 0 0 0.25rem;
    border-radius: 0.25rem 0 0 0.25rem; }
    .theme-panel .theme-collapse-btn i {
      line-height: 2.25rem; }
  .theme-panel .theme-panel-content {
    padding: 0.9375rem;
    background: #fff;
    width: 12.5rem;
    z-index: 10;
    -webkit-box-shadow: 0 0.125rem 2.5rem 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0.125rem 2.5rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.125rem 2.5rem 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 0.375rem 0 0 0.375rem;
    -moz-border-radius: 0.375rem 0 0 0.375rem;
    border-radius: 0.375rem 0 0 0.375rem; }
    .theme-panel .theme-panel-content .widget {
      margin: 0 -0.9275rem; }
  .theme-panel .theme-list {
    list-style-type: none;
    margin: -0.125rem;
    padding: 0; }
    .theme-panel .theme-list > li {
      float: left;
      width: 16.66667%;
      padding: 0.125rem; }
      .theme-panel .theme-list > li a {
        display: block;
        text-decoration: none;
        border-radius: 0.5rem;
        padding-top: 100%;
        position: relative; }
        .theme-panel .theme-list > li a:before {
          content: '\e64c';
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          text-align: center;
          font-size: 1rem;
          line-height: 1.25rem;
          margin-top: -0.625rem;
          color: transparent;
          font-family: 'themify';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .theme-panel .theme-list > li a:hover:before, .theme-panel .theme-list > li a:focus:before {
          color: rgba(255, 255, 255, 0.5); }
      .theme-panel .theme-list > li.active a:before, .theme-panel .theme-list > li.active a:hover:before, .theme-panel .theme-list > li.active a:focus:before {
        color: #fff; }
  .theme-panel .divider {
    margin: 0.9375rem -0.9375rem;
    height: 1px;
    background: #eee; }
  .theme-panel .widget.widget-list {
    border-top: 1px solid #EFEFF4;
    border-bottom: 1px solid #EFEFF4;
    margin-bottom: 0.9375rem; }
    .theme-panel .widget.widget-list .widget-list-container > div:first-child {
      padding-left: 0.9375rem; }
    .theme-panel .widget.widget-list .widget-list-container > div:last-child {
      padding-right: 0.9375rem; }

/*
Template Name: Infinite Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 & Bootstrap 4
Version: 1.3.0
Author: Sean Ngu
Website: http://www.seantheme.com/infinite-admin/admin/html/
*/
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:hover,
.sidebar .nav > li.active > a:focus,
.sidebar.sidebar-inverse .nav > li.active > a,
.sidebar.sidebar-inverse .nav > li.active > a:hover,
.sidebar.sidebar-inverse .nav > li.active > a:focus,
.media-list.media-stat .media .media-icon,
.navbar .with-label:before,
.navbar .navbar-brand i.navbar-logo,
.widget.with-cover .widget-cover-bg,
.pace .pace-progress,
.bg-theme {
  color: #fff !important;
  background: #fd7514 !important;
  background: -moz-linear-gradient(-45deg, #fd7514 0%, #efe707 100%) !important;
  background: -webkit-linear-gradient(-45deg, #fd7514 0%, #efe707 100%) !important;
  background: linear-gradient(135deg, #fd7514 0%, #efe707 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7514', endColorstr='#efe707',GradientType=1) !important; }

.navbar .navbar-brand i.navbar-logo {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important; }

/* Reset and overrides */
html {
  font-size: 17px; }

@media (min-width: 1680px) {
  html {
    font-size: 19px; } }
@media (min-width: 1920px) {
  html {
    font-size: 21px; } }
body,
html,
#page-container {
  /* height: 100%; */ }

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #eaeaea;
  font-size: 0.825rem;
  line-height: 1.45;
  color: #212529;
  font-weight: 500; }

#page-container {
  padding-top: 2.75rem; }

@media (max-width: 767px) {
  #page-container {
    padding-top: 5.5625rem; } }
/* Link Setting */
a {
  color: #00b963;
  -webkit-transition: color 0.2s cubic-bezier(0.3, 0.5, 0.6, 1);
  -moz-transition: color 0.2s cubic-bezier(0.3, 0.5, 0.6, 1);
  -ms-transition: color 0.2s cubic-bezier(0.3, 0.5, 0.6, 1);
  -o-transition: color 0.2s cubic-bezier(0.3, 0.5, 0.6, 1);
  transition: color 0.2s cubic-bezier(0.3, 0.5, 0.6, 1); }

a:focus,
a:hover {
  color: #2ba457;
  outline: none; }

/* Typography Setting */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 500; }

h1,
.h1 {
  font-size: 2rem; }

h2,
.h2 {
  font-size: 1.875rem; }

h3,
.h3 {
  font-size: 1.4rem; }

h4,
.h4 {
  font-size: 1.125rem; }

h5,
.h5 {
  font-size: 0.875rem; }

h6,
.h6 {
  font-size: 0.825rem; }

.text-lg {
  font-size: 0.875rem; }

.desc {
  color: #8c8c8c; }

b,
strong {
  font-weight: bold; }

/* Inverse Mode Setting */
.inverse-mode {
  color: #fff; }

.inverse-mode a {
  color: #66afe9; }

.inverse-mode a:hover,
.inverse-mode a:focus {
  color: #7bc5ff; }

.inverse-mode .widget-title-link:hover,
.inverse-mode .widget-title-link:focus {
  background: rgba(255, 255, 255, 0.5);
  color: #fff; }

.inverse-mode .widget-title-link {
  background: rgba(255, 255, 255, 0.25);
  color: #fff; }

.inverse-mode .widget .widget-header,
.inverse-mode.widget .widget-header {
  background: #000; }

.inverse-mode .widget-header-title,
.inverse-mode a.widget-header-title {
  color: #fff; }

.inverse-mode .widget-header.with-border {
  border-color: rgba(255, 255, 255, 0.25); }

.inverse-mode .widget-chat-message {
  background: #8a8a8f;
  color: #fff; }

.inverse-mode .widget-chat-message.last:before {
  border-bottom-color: #8a8a8f;
  border-right-color: #8a8a8f; }

.inverse-mode .reply .widget-chat-message {
  background: #00b963; }

.inverse-mode .reply .widget-chat-message.last:before {
  border-color: transparent;
  border-top-color: #00b963;
  border-left-color: #00b963; }

.inverse-mode .widget-content,
.inverse-mode .widget-footer {
  background: #000; }

.inverse-mode .form-control {
  background: #8a8a8f;
  border-color: #8a8a8f;
  color: #fff; }

.inverse-mode .form-control:focus {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(102, 175, 233, 0.3);
  -moz-box-shadow: 0 0 0 0.125rem rgba(102, 175, 233, 0.3);
  box-shadow: 0 0 0 0.125rem rgba(102, 175, 233, 0.3); }

.inverse-mode .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.inverse-mode .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.inverse-mode .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.inverse-mode .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

/* Row Classes */
.row.row-space-0 {
  margin: 0; }

.row.row-space-2 {
  margin: 0 -1px; }

.row.row-space-4 {
  margin: 0 -2px; }

.row.row-space-6 {
  margin: 0 -3px; }

.row.row-space-8 {
  margin: 0 -4px; }

.row.row-space-10 {
  margin: 0 -5px; }

.row.row-space-12 {
  margin: 0 -6px; }

.row.row-space-14 {
  margin: 0 -7px; }

.row.row-space-16 {
  margin: 0 -8px; }

.row.row-space-18 {
  margin: 0 -9px; }

.row.row-space-20 {
  margin: 0 -10px; }

.row.row-space-22 {
  margin: 0 -11px; }

.row.row-space-24 {
  margin: 0 -12px; }

.row.row-space-26 {
  margin: 0 -13px; }

.row.row-space-28 {
  margin: 0 -14px; }

.row.row-space-30 {
  margin: 0 -15px; }

.row.row-space-0 > [class*="col-"] {
  padding: 0; }

.row.row-space-2 > [class*="col-"] {
  padding: 0 1px; }

.row.row-space-4 > [class*="col-"] {
  padding: 0 2px; }

.row.row-space-6 > [class*="col-"] {
  padding: 0 3px; }

.row.row-space-8 > [class*="col-"] {
  padding: 0 4px; }

.row.row-space-10 > [class*="col-"] {
  padding: 0 5px; }

.row.row-space-12 > [class*="col-"] {
  padding: 0 6px; }

.row.row-space-14 > [class*="col-"] {
  padding: 0 7px; }

.row.row-space-16 > [class*="col-"] {
  padding: 0 8px; }

.row.row-space-18 > [class*="col-"] {
  padding: 0 9px; }

.row.row-space-20 > [class*="col-"] {
  padding: 0 10px; }

.row.row-space-22 > [class*="col-"] {
  padding: 0 11px; }

.row.row-space-24 > [class*="col-"] {
  padding: 0 12px; }

.row.row-space-26 > [class*="col-"] {
  padding: 0 13px; }

.row.row-space-28 > [class*="col-"] {
  padding: 0 14px; }

.row.row-space-30 > [class*="col-"] {
  padding: 0 15px; }

.row.row-border > [class*="col-"] + [class*="col-"] {
  border-left: 1px solid #EFEFF4; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

/* Background Classes */
.no-bg {
  background: none !important; }

.bg-danger {
  background: #FF3B30 !important;
  color: #fff !important; }

.bg-danger-transparent-9 {
  background: rgba(255, 59, 48, 0.9) !important;
  color: #fff !important; }

.bg-danger-transparent-8 {
  background: rgba(255, 59, 48, 0.8) !important;
  color: #fff !important; }

.bg-danger-transparent-7 {
  background: rgba(255, 59, 48, 0.7) !important;
  color: #fff !important; }

.bg-danger-transparent-6 {
  background: rgba(255, 59, 48, 0.6) !important;
  color: #fff !important; }

.bg-danger-transparent-5 {
  background: rgba(255, 59, 48, 0.5) !important;
  color: #fff !important; }

.bg-danger-transparent-4 {
  background: rgba(255, 59, 48, 0.4) !important;
  color: #fff !important; }

.bg-danger-transparent-3 {
  background: rgba(255, 59, 48, 0.3) !important;
  color: #fff !important; }

.bg-danger-transparent-2 {
  background: rgba(255, 59, 48, 0.2) !important;
  color: #fff !important; }

.bg-danger-transparent-1 {
  background: rgba(255, 59, 48, 0.1) !important;
  color: #fff !important; }

.bg-warning {
  background: #FF9500 !important;
  color: #fff !important; }

.bg-warning-transparent-9 {
  background: rgba(255, 149, 0, 0.9) !important;
  color: #fff !important; }

.bg-warning-transparent-8 {
  background: rgba(255, 149, 0, 0.8) !important;
  color: #fff !important; }

.bg-warning-transparent-7 {
  background: rgba(255, 149, 0, 0.7) !important;
  color: #fff !important; }

.bg-warning-transparent-6 {
  background: rgba(255, 149, 0, 0.6) !important;
  color: #fff !important; }

.bg-warning-transparent-5 {
  background: rgba(255, 149, 0, 0.5) !important;
  color: #fff !important; }

.bg-warning-transparent-4 {
  background: rgba(255, 149, 0, 0.4) !important;
  color: #fff !important; }

.bg-warning-transparent-3 {
  background: rgba(255, 149, 0, 0.3) !important;
  color: #fff !important; }

.bg-warning-transparent-2 {
  background: rgba(255, 149, 0, 0.2) !important;
  color: #fff !important; }

.bg-warning-transparent-1 {
  background: rgba(255, 149, 0, 0.1) !important;
  color: #fff !important; }

.bg-yellow {
  background: #FFCC00 !important;
  color: #000 !important; }

.bg-yellow-transparent-9 {
  background: rgba(255, 204, 0, 0.9) !important;
  color: #fff !important; }

.bg-yellow-transparent-8 {
  background: rgba(255, 204, 0, 0.8) !important;
  color: #fff !important; }

.bg-yellow-transparent-7 {
  background: rgba(255, 204, 0, 0.7) !important;
  color: #fff !important; }

.bg-yellow-transparent-6 {
  background: rgba(255, 204, 0, 0.6) !important;
  color: #fff !important; }

.bg-yellow-transparent-5 {
  background: rgba(255, 204, 0, 0.5) !important;
  color: #fff !important; }

.bg-yellow-transparent-4 {
  background: rgba(255, 204, 0, 0.4) !important;
  color: #fff !important; }

.bg-yellow-transparent-3 {
  background: rgba(255, 204, 0, 0.3) !important;
  color: #fff !important; }

.bg-yellow-transparent-2 {
  background: rgba(255, 204, 0, 0.2) !important;
  color: #fff !important; }

.bg-yellow-transparent-1 {
  background: rgba(255, 204, 0, 0.1) !important;
  color: #fff !important; }

.bg-success {
  background: #4CD964 !important;
  color: #fff !important; }

.bg-success-transparent-9 {
  background: rgba(76, 217, 100, 0.9) !important;
  color: #fff !important; }

.bg-success-transparent-8 {
  background: rgba(76, 217, 100, 0.8) !important;
  color: #fff !important; }

.bg-success-transparent-7 {
  background: rgba(76, 217, 100, 0.7) !important;
  color: #fff !important; }

.bg-success-transparent-6 {
  background: rgba(76, 217, 100, 0.6) !important;
  color: #fff !important; }

.bg-success-transparent-5 {
  background: rgba(76, 217, 100, 0.5) !important;
  color: #fff !important; }

.bg-success-transparent-4 {
  background: rgba(76, 217, 100, 0.4) !important;
  color: #fff !important; }

.bg-success-transparent-3 {
  background: rgba(76, 217, 100, 0.3) !important;
  color: #fff !important; }

.bg-success-transparent-2 {
  background: rgba(76, 217, 100, 0.2) !important;
  color: #fff !important; }

.bg-success-transparent-1 {
  background: rgba(76, 217, 100, 0.1) !important;
  color: #fff !important; }

.bg-info {
  background: #5AC8FA !important;
  color: #fff !important; }

.bg-info-transparent-9 {
  background: rgba(90, 200, 250, 0.9) !important;
  color: #fff !important; }

.bg-info-transparent-8 {
  background: rgba(90, 200, 250, 0.8) !important;
  color: #fff !important; }

.bg-info-transparent-7 {
  background: rgba(90, 200, 250, 0.7) !important;
  color: #fff !important; }

.bg-info-transparent-6 {
  background: rgba(90, 200, 250, 0.6) !important;
  color: #fff !important; }

.bg-info-transparent-5 {
  background: rgba(90, 200, 250, 0.5) !important;
  color: #fff !important; }

.bg-info-transparent-4 {
  background: rgba(90, 200, 250, 0.4) !important;
  color: #fff !important; }

.bg-info-transparent-3 {
  background: rgba(90, 200, 250, 0.3) !important;
  color: #fff !important; }

.bg-info-transparent-2 {
  background: rgba(90, 200, 250, 0.2) !important;
  color: #fff !important; }

.bg-info-transparent-1 {
  background: rgba(90, 200, 250, 0.1) !important;
  color: #fff !important; }

.bg-primary {
  background: #00b963 !important;
  color: #fff !important; }

.bg-primary-transparent-9 {
  background: rgba(0, 185, 99, 0.9) !important;
  color: #fff !important; }

.bg-primary-transparent-8 {
  background: rgba(0, 185, 99, 0.8) !important;
  color: #fff !important; }

.bg-primary-transparent-7 {
  background: rgba(0, 185, 99, 0.7) !important;
  color: #fff !important; }

.bg-primary-transparent-6 {
  background: rgba(0, 185, 99, 0.6) !important;
  color: #fff !important; }

.bg-primary-transparent-5 {
  background: rgba(0, 185, 99, 0.5) !important;
  color: #fff !important; }

.bg-primary-transparent-4 {
  background: rgba(0, 185, 99, 0.4) !important;
  color: #fff !important; }

.bg-primary-transparent-3 {
  background: rgba(0, 185, 99, 0.3) !important;
  color: #fff !important; }

.bg-primary-transparent-2 {
  background: rgba(0, 185, 99, 0.2) !important;
  color: #fff !important; }

.bg-primary-transparent-1 {
  background: rgba(0, 185, 99, 0.1) !important;
  color: #fff !important; }

.bg-purple {
  background: #5856D6 !important;
  color: #fff !important; }

.bg-purple-transparent-9 {
  background: rgba(88, 86, 214, 0.9) !important;
  color: #fff !important; }

.bg-purple-transparent-8 {
  background: rgba(88, 86, 214, 0.8) !important;
  color: #fff !important; }

.bg-purple-transparent-7 {
  background: rgba(88, 86, 214, 0.7) !important;
  color: #fff !important; }

.bg-purple-transparent-6 {
  background: rgba(88, 86, 214, 0.6) !important;
  color: #fff !important; }

.bg-purple-transparent-5 {
  background: rgba(88, 86, 214, 0.5) !important;
  color: #fff !important; }

.bg-purple-transparent-4 {
  background: rgba(88, 86, 214, 0.4) !important;
  color: #fff !important; }

.bg-purple-transparent-3 {
  background: rgba(88, 86, 214, 0.3) !important;
  color: #fff !important; }

.bg-purple-transparent-2 {
  background: rgba(88, 86, 214, 0.2) !important;
  color: #fff !important; }

.bg-purple-transparent-1 {
  background: rgba(88, 86, 214, 0.1) !important;
  color: #fff !important; }

.bg-pink {
  background: #FF2D55 !important;
  color: #fff !important; }

.bg-pink-transparent-9 {
  background: rgba(255, 45, 85, 0.9) !important;
  color: #fff !important; }

.bg-pink-transparent-8 {
  background: rgba(255, 45, 85, 0.8) !important;
  color: #fff !important; }

.bg-pink-transparent-7 {
  background: rgba(255, 45, 85, 0.7) !important;
  color: #fff !important; }

.bg-pink-transparent-6 {
  background: rgba(255, 45, 85, 0.6) !important;
  color: #fff !important; }

.bg-pink-transparent-5 {
  background: rgba(255, 45, 85, 0.5) !important;
  color: #fff !important; }

.bg-pink-transparent-4 {
  background: rgba(255, 45, 85, 0.4) !important;
  color: #fff !important; }

.bg-pink-transparent-3 {
  background: rgba(255, 45, 85, 0.3) !important;
  color: #fff !important; }

.bg-pink-transparent-2 {
  background: rgba(255, 45, 85, 0.2) !important;
  color: #fff !important; }

.bg-pink-transparent-1 {
  background: rgba(255, 45, 85, 0.1) !important;
  color: #fff !important; }

.bg-grey {
  background: #8a8a8f !important;
  color: #fff !important; }

.bg-grey-transparent-9 {
  background: rgba(138, 138, 143, 0.9) !important;
  color: #fff !important; }

.bg-grey-transparent-8 {
  background: rgba(138, 138, 143, 0.8) !important;
  color: #fff !important; }

.bg-grey-transparent-7 {
  background: rgba(138, 138, 143, 0.7) !important;
  color: #fff !important; }

.bg-grey-transparent-6 {
  background: rgba(138, 138, 143, 0.6) !important;
  color: #fff !important; }

.bg-grey-transparent-5 {
  background: rgba(138, 138, 143, 0.5) !important;
  color: #fff !important; }

.bg-grey-transparent-4 {
  background: rgba(138, 138, 143, 0.4) !important;
  color: #fff !important; }

.bg-grey-transparent-3 {
  background: rgba(138, 138, 143, 0.3) !important;
  color: #fff !important; }

.bg-grey-transparent-2 {
  background: rgba(138, 138, 143, 0.2) !important;
  color: #fff !important; }

.bg-grey-transparent-1 {
  background: rgba(138, 138, 143, 0.1) !important;
  color: #fff !important; }

.bg-muted {
  background: #C7C7CC !important;
  color: #fff !important; }

.bg-muted-transparent-9 {
  background: rgba(200, 199, 204, 0.9) !important;
  color: #fff !important; }

.bg-muted-transparent-8 {
  background: rgba(200, 199, 204, 0.8) !important;
  color: #fff !important; }

.bg-muted-transparent-7 {
  background: rgba(200, 199, 204, 0.7) !important;
  color: #fff !important; }

.bg-muted-transparent-6 {
  background: rgba(200, 199, 204, 0.6) !important;
  color: #fff !important; }

.bg-muted-transparent-5 {
  background: rgba(200, 199, 204, 0.5) !important;
  color: #fff !important; }

.bg-muted-transparent-4 {
  background: rgba(200, 199, 204, 0.4) !important;
  color: #fff !important; }

.bg-muted-transparent-3 {
  background: rgba(200, 199, 204, 0.3) !important;
  color: #fff !important; }

.bg-muted-transparent-2 {
  background: rgba(200, 199, 204, 0.2) !important;
  color: #fff !important; }

.bg-muted-transparent-1 {
  background: rgba(200, 199, 204, 0.1) !important;
  color: #fff !important; }

.bg-inverse {
  background: #000 !important;
  color: #fff !important; }

.bg-inverse-transparent-9 {
  background: rgba(0, 0, 0, 0.9) !important;
  color: #fff !important; }

.bg-inverse-transparent-8 {
  background: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important; }

.bg-inverse-transparent-7 {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important; }

.bg-inverse-transparent-6 {
  background: rgba(0, 0, 0, 0.6) !important;
  color: #fff !important; }

.bg-inverse-transparent-5 {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important; }

.bg-inverse-transparent-4 {
  background: rgba(0, 0, 0, 0.4) !important;
  color: #fff !important; }

.bg-inverse-transparent-3 {
  background: rgba(0, 0, 0, 0.3) !important;
  color: #fff !important; }

.bg-inverse-transparent-2 {
  background: rgba(0, 0, 0, 0.2) !important;
  color: #fff !important; }

.bg-inverse-transparent-1 {
  background: rgba(0, 0, 0, 0.1) !important;
  color: #fff !important; }

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

.bg-white-transparent-9 {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #fff !important; }

.bg-white-transparent-8 {
  background: rgba(255, 255, 255, 0.8) !important;
  color: #fff !important; }

.bg-white-transparent-7 {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #fff !important; }

.bg-white-transparent-6 {
  background: rgba(255, 255, 255, 0.6) !important;
  color: #fff !important; }

.bg-white-transparent-5 {
  background: rgba(255, 255, 255, 0.5) !important;
  color: #fff !important; }

.bg-white-transparent-4 {
  background: rgba(255, 255, 255, 0.4) !important;
  color: #fff !important; }

.bg-white-transparent-3 {
  background: rgba(255, 255, 255, 0.3) !important;
  color: #fff !important; }

.bg-white-transparent-2 {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important; }

.bg-white-transparent-1 {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important; }

.bg-gradient-red {
  color: #fff !important;
  background: #ff5160 !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #ff5160 0%, #ff2c55 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5160), color-stop(100%, #ff2c55)) !important;
  background: -webkit-linear-gradient(top, #ff5160 0%, #ff2c55 100%) !important;
  background: -o-linear-gradient(top, #ff5160 0%, #ff2c55 100%) !important;
  background: -ms-linear-gradient(top, #ff5160 0%, #ff2c55 100%) !important;
  background: linear-gradient(to bottom, #ff5160 0%, #ff2c55 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5160', endColorstr='#ff2c55',GradientType=0 ) !important; }

.bg-gradient-pink {
  color: #fff !important;
  background: #fe74b2 !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #fe74b2 0%, #f32d20 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe74b2), color-stop(100%, #f32d20)) !important;
  background: -webkit-linear-gradient(top, #fe74b2 0%, #f32d20 100%) !important;
  background: -o-linear-gradient(top, #fe74b2 0%, #f32d20 100%) !important;
  background: -ms-linear-gradient(top, #fe74b2 0%, #f32d20 100%) !important;
  background: linear-gradient(to bottom, #fe74b2 0%, #f32d20 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe74b2', endColorstr='#f32d20',GradientType=0 ) !important; }

.bg-gradient-red-orange {
  color: #fff !important;
  background: #e61c34 !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #e61c34 0%, #f2bb20 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e61c34), color-stop(100%, #f2bb20)) !important;
  background: -webkit-linear-gradient(top, #e61c34 0%, #f2bb20 100%) !important;
  background: -o-linear-gradient(top, #e61c34 0%, #f2bb20 100%) !important;
  background: -ms-linear-gradient(top, #e61c34 0%, #f2bb20 100%) !important;
  background: linear-gradient(to bottom, #e61c34 0%, #f2bb20 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61c34', endColorstr='#f2bb20',GradientType=0 ) !important; }

.bg-gradient-yellow {
  color: #000 !important;
  background: #fdd444 !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #fdd444 0%, #f89516 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdd444), color-stop(100%, #f89516)) !important;
  background: -webkit-linear-gradient(top, #fdd444 0%, #f89516 100%) !important;
  background: -o-linear-gradient(top, #fdd444 0%, #f89516 100%) !important;
  background: -ms-linear-gradient(top, #fdd444 0%, #f89516 100%) !important;
  background: linear-gradient(to bottom, #fdd444 0%, #f89516 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd444', endColorstr='#f89516',GradientType=0 ) !important; }

.bg-gradient-orange {
  color: #fff !important;
  background: #f7b90c !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #f7b90c 0%, #f68213 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7b90c), color-stop(100%, #f68213)) !important;
  background: -webkit-linear-gradient(top, #f7b90c 0%, #f68213 100%) !important;
  background: -o-linear-gradient(top, #f7b90c 0%, #f68213 100%) !important;
  background: -ms-linear-gradient(top, #f7b90c 0%, #f68213 100%) !important;
  background: linear-gradient(to bottom, #f7b90c 0%, #f68213 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b90c', endColorstr='#f68213',GradientType=0 ) !important; }

.bg-gradient-orange-dark {
  color: #fff !important;
  background: #ffa600 !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #ffa600 0%, #f76a23 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa600), color-stop(100%, #f76a23)) !important;
  background: -webkit-linear-gradient(top, #ffa600 0%, #f76a23 100%) !important;
  background: -o-linear-gradient(top, #ffa600 0%, #f76a23 100%) !important;
  background: -ms-linear-gradient(top, #ffa600 0%, #f76a23 100%) !important;
  background: linear-gradient(to bottom, #ffa600 0%, #f76a23 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#f76a23',GradientType=0 ) !important; }

.bg-gradient-green {
  color: #fff !important;
  background: #68fb86 !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #68fb86 1%, #0aad2e 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #68fb86), color-stop(100%, #0aad2e)) !important;
  background: -webkit-linear-gradient(top, #68fb86 1%, #0aad2e 100%) !important;
  background: -o-linear-gradient(top, #68fb86 1%, #0aad2e 100%) !important;
  background: -ms-linear-gradient(top, #68fb86 1%, #0aad2e 100%) !important;
  background: linear-gradient(to bottom, #68fb86 1%, #0aad2e 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68fb86', endColorstr='#0aad2e',GradientType=0 ) !important; }

.bg-gradient-green-light {
  color: #fff !important;
  background: #8bf577 !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #8bf577 0%, #17cf23 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8bf577), color-stop(100%, #17cf23)) !important;
  background: -webkit-linear-gradient(top, #8bf577 0%, #17cf23 100%) !important;
  background: -o-linear-gradient(top, #8bf577 0%, #17cf23 100%) !important;
  background: -ms-linear-gradient(top, #8bf577 0%, #17cf23 100%) !important;
  background: linear-gradient(to bottom, #8bf577 0%, #17cf23 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bf577', endColorstr='#17cf23',GradientType=0 ) !important; }

.bg-gradient-green-dark {
  background: #47d464 !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #47d464 0%, #113c11 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47d464), color-stop(100%, #113c11)) !important;
  background: -webkit-linear-gradient(top, #47d464 0%, #113c11 100%) !important;
  background: -o-linear-gradient(top, #47d464 0%, #113c11 100%) !important;
  background: -ms-linear-gradient(top, #47d464 0%, #113c11 100%) !important;
  background: linear-gradient(to bottom, #47d464 0%, #113c11 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47d464', endColorstr='#113c11',GradientType=0 ) !important; }

.bg-gradient-green-aqua {
  color: #fff !important;
  background: #4bcbaa !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #4bcbaa 0%, #56c9f6 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4bcbaa), color-stop(100%, #56c9f6)) !important;
  background: -webkit-linear-gradient(top, #4bcbaa 0%, #56c9f6 100%) !important;
  background: -o-linear-gradient(top, #4bcbaa 0%, #56c9f6 100%) !important;
  background: -ms-linear-gradient(top, #4bcbaa 0%, #56c9f6 100%) !important;
  background: linear-gradient(to bottom, #4bcbaa 0%, #56c9f6 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bcbaa', endColorstr='#56c9f6',GradientType=0 ) !important; }

.bg-gradient-aqua {
  color: #fff !important;
  background: #05dfeb !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #05dfeb 0%, #0a8cbd 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #05dfeb), color-stop(100%, #0a8cbd)) !important;
  background: -webkit-linear-gradient(top, #05dfeb 0%, #0a8cbd 100%) !important;
  background: -o-linear-gradient(top, #05dfeb 0%, #0a8cbd 100%) !important;
  background: -ms-linear-gradient(top, #05dfeb 0%, #0a8cbd 100%) !important;
  background: linear-gradient(to bottom, #05dfeb 0%, #0a8cbd 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05dfeb', endColorstr='#0a8cbd',GradientType=0 ) !important; }

.bg-gradient-blue {
  color: #fff !important;
  background: #24d0f4 !important;
  background: -moz-linear-gradient(top, #24d0f4 0%, #007aff 100%) !important;
  background: -webkit-linear-gradient(top, #24d0f4 0%, #007aff 100%) !important;
  background: linear-gradient(to bottom, #24d0f4 0%, #007aff 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24d0f4', endColorstr='#007aff',GradientType=0 ) !important; }

.bg-gradient-blue-inverse {
  color: #fff !important;
  background: #1c55d8 !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #1c55d8 0%, #27e1f8 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c55d8), color-stop(100%, #27e1f8)) !important;
  background: -webkit-linear-gradient(top, #1c55d8 0%, #27e1f8 100%) !important;
  background: -o-linear-gradient(top, #1c55d8 0%, #27e1f8 100%) !important;
  background: -ms-linear-gradient(top, #1c55d8 0%, #27e1f8 100%) !important;
  background: linear-gradient(to bottom, #1c55d8 0%, #27e1f8 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c55d8', endColorstr='#27e1f8',GradientType=0 ) !important; }

.bg-gradient-blue-dark {
  color: #fff !important;
  background: #03c9f3 !important;
  background: -moz-linear-gradient(top, #03c9f3 0%, #007aff 100%) !important;
  background: -webkit-linear-gradient(top, #03c9f3 0%, #007aff 100%) !important;
  background: linear-gradient(to bottom, #03c9f3 0%, #007aff 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03c9f3', endColorstr='#007aff',GradientType=0 ) !important; }

.bg-gradient-aqua-dark {
  color: #fff !important;
  background: #03d5e0 !important;
  background: -moz-linear-gradient(top, #03d5e0 0%, #0a8cbd 100%) !important;
  background: -webkit-linear-gradient(top, #03d5e0 0%, #0a8cbd 100%) !important;
  background: linear-gradient(to bottom, #03d5e0 0%, #0a8cbd 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03d5e0', endColorstr='#0a8cbd',GradientType=0 ) !important; }

.bg-gradient-purple-dark {
  color: #fff !important;
  background: #b87afb !important;
  background: -moz-linear-gradient(top, #b87afb 0%, #5856d6 100%) !important;
  background: -webkit-linear-gradient(top, #b87afb 0%, #5856d6 100%) !important;
  background: linear-gradient(to bottom, #b87afb 0%, #5856d6 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b87afb', endColorstr='#5856d6',GradientType=0 ) !important; }

.bg-gradient-dark-blue-light {
  color: #fff !important;
  background: #55acef !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #55acef 0%, #358bbc 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55acef), color-stop(100%, #358bbc)) !important;
  background: -webkit-linear-gradient(top, #55acef 0%, #358bbc 100%) !important;
  background: -o-linear-gradient(top, #55acef 0%, #358bbc 100%) !important;
  background: -ms-linear-gradient(top, #55acef 0%, #358bbc 100%) !important;
  background: linear-gradient(to bottom, #55acef 0%, #358bbc 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55acef', endColorstr='#358bbc',GradientType=0 ) !important; }

.bg-gradient-dark-blue {
  color: #fff !important;
  background: #6286d2 !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #6286d2 0%, #254e86 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6286d2), color-stop(100%, #254e86)) !important;
  background: -webkit-linear-gradient(top, #6286d2 0%, #254e86 100%) !important;
  background: -o-linear-gradient(top, #6286d2 0%, #254e86 100%) !important;
  background: -ms-linear-gradient(top, #6286d2 0%, #254e86 100%) !important;
  background: linear-gradient(to bottom, #6286d2 0%, #254e86 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6286d2', endColorstr='#254e86',GradientType=0 ) !important; }

.bg-gradient-purple {
  color: #fff !important;
  background: #d26ffd !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #d26ffd 0%, #7237b8 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d26ffd), color-stop(100%, #7237b8)) !important;
  background: -webkit-linear-gradient(top, #d26ffd 0%, #7237b8 100%) !important;
  background: -o-linear-gradient(top, #d26ffd 0%, #7237b8 100%) !important;
  background: -ms-linear-gradient(top, #d26ffd 0%, #7237b8 100%) !important;
  background: linear-gradient(to bottom, #d26ffd 0%, #7237b8 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d26ffd', endColorstr='#7237b8',GradientType=0 ) !important; }

.bg-gradient-purple-inverse {
  background: #111339 !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #111339 0%, #7443b9 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111339), color-stop(100%, #7443b9)) !important;
  background: -webkit-linear-gradient(top, #111339 0%, #7443b9 100%) !important;
  background: -o-linear-gradient(top, #111339 0%, #7443b9 100%) !important;
  background: -ms-linear-gradient(top, #111339 0%, #7443b9 100%) !important;
  background: linear-gradient(to bottom, #111339 0%, #7443b9 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111339', endColorstr='#7443b9',GradientType=0 ) !important; }

.bg-gradient-silver {
  color: #fff !important;
  background: #dedee0 !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #dedee0 0%, #808f94 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedee0), color-stop(100%, #808f94)) !important;
  background: -webkit-linear-gradient(top, #dedee0 0%, #808f94 100%) !important;
  background: -o-linear-gradient(top, #dedee0 0%, #808f94 100%) !important;
  background: -ms-linear-gradient(top, #dedee0 0%, #808f94 100%) !important;
  background: linear-gradient(to bottom, #dedee0 0%, #808f94 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedee0', endColorstr='#808f94',GradientType=0 ) !important; }

.bg-gradient-black {
  color: #fff !important;
  background: #141416 !important;
  background: url(data:image/;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #141416 0%, #414143 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #141416), color-stop(100%, #414143)) !important;
  background: -webkit-linear-gradient(top, #141416 0%, #414143 100%) !important;
  background: -o-linear-gradient(top, #141416 0%, #414143 100%) !important;
  background: -ms-linear-gradient(top, #141416 0%, #414143 100%) !important;
  background: linear-gradient(to bottom, #141416 0%, #414143 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141416', endColorstr='#414143',GradientType=0 ) !important; }

/* Margin Classes */
/*.m-auto { margin: 0 auto !important; }
.m-0 { margin: 0px !important; }
.m-1 { margin: 1px !important; }
.m-2 { margin: 2px !important; }
.m-3 { margin: 3px !important; }
.m-4 { margin: 4px !important; }
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-25 { margin: 25px !important; }
.m-30 { margin: 30px !important; }
.m-35 { margin: 35px !important; }
.m-40 { margin: 40px !important; }
.m-xs { margin: 0.3125rem !important; }
.m-sm { margin: 0.625rem !important; }
.m-md { margin: 0.9375rem !important; }
.m-lg { margin: 1.25rem !important; }

.m-t-0 { margin-top: 0px !important; }
.m-t-1 { margin-top: 1px !important; }
.m-t-2 { margin-top: 2px !important; }
.m-t-3 { margin-top: 3px !important; }
.m-t-4 { margin-top: 4px !important; }
.m-t-5 { margin-top: 5px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-t-35 { margin-top: 35px !important; }
.m-t-40 { margin-top: 40px !important; }
.m-t-xs { margin-top: 0.3125rem !important; }
.m-t-sm { margin-top: 0.625rem !important; }
.m-t-md { margin-top: 0.9375rem !important; }
.m-t-lg { margin-top: 1.25rem !important; }

.m-r-0 { margin-right: 0px !important; }
.m-r-1 { margin-right: 1px !important; }
.m-r-2 { margin-right: 2px !important; }
.m-r-3 { margin-right: 3px !important; }
.m-r-4 { margin-right: 4px !important; }
.m-r-5 { margin-right: 5px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-r-25 { margin-right: 25px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-r-35 { margin-right: 35px !important; }
.m-r-40 { margin-right: 40px !important; }
.m-r-xs { margin-right: 0.3125rem !important; }
.m-r-sm { margin-right: 0.625rem !important; }
.m-r-md { margin-right: 0.9375rem !important; }
.m-r-lg { margin-right: 1.25rem !important; }

.m-b-0 { margin-bottom: 0px !important; }
.m-b-1 { margin-bottom: 1px !important; }
.m-b-2 { margin-bottom: 2px !important; }
.m-b-3 { margin-bottom: 3px !important; }
.m-b-4 { margin-bottom: 4px !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-35 { margin-bottom: 35px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-b-xs { margin-bottom: 0.3125rem !important; }
.m-b-sm { margin-bottom: 0.625rem !important; }
.m-b-md { margin-bottom: 0.9375rem !important; }
.m-b-lg { margin-bottom: 1.25rem !important; }

.m-l-0 { margin-left: 0px !important; }
.m-l-1 { margin-left: 1px !important; }
.m-l-2 { margin-left: 2px !important; }
.m-l-3 { margin-left: 3px !important; }
.m-l-4 { margin-left: 4px !important; }
.m-l-5 { margin-left: 5px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-l-25 { margin-left: 25px !important; }
.m-l-30 { margin-left: 30px !important; }
.m-l-35 { margin-left: 35px !important; }
.m-l-40 { margin-left: 40px !important; }
.m-l-xs { margin-left: 0.3125rem !important; }
.m-l-sm { margin-left: 0.625rem !important; }
.m-l-md { margin-left: 0.9375rem !important; }
.m-l-lg { margin-left: 1.25rem !important; }*/
/* Padding Classes */
/*.no-padding {
	padding: 0 !important;
}
.p-0 { padding: 0px !important; }
.p-1 { padding: 1px !important; }
.p-2 { padding: 2px !important; }
.p-3 { padding: 3px !important; }
.p-4 { padding: 4px !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-15, .wrapper { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-25 { padding: 25px !important; }
.p-30 { padding: 30px !important; }
.p-35 { padding: 35px !important; }
.p-40 { padding: 40px !important; }
.p-xs { padding: 0.3125rem !important; }
.p-sm { padding: 0.625rem !important; }
.p-md { padding: 0.9375rem !important; }
.p-lg { padding: 1.25rem !important; }

.p-t-0 { padding-top: 0px !important; }
.p-t-1 { padding-top: 1px !important; }
.p-t-2 { padding-top: 2px !important; }
.p-t-3 { padding-top: 3px !important; }
.p-t-4 { padding-top: 4px !important; }
.p-t-5 { padding-top: 5px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-25 { padding-top: 25px !important; }
.p-t-30 { padding-top: 30px !important; }
.p-t-35 { padding-top: 35px !important; }
.p-t-40 { padding-top: 40px !important; }
.p-t-xs { padding-top: 0.3125rem !important; }
.p-t-sm { padding-top: 0.625rem !important; }
.p-t-md { padding-top: 0.9375rem !important; }
.p-t-lg { padding-top: 1.25rem !important; }

.p-r-0 { padding-right: 0px !important; }
.p-r-1 { padding-right: 1px !important; }
.p-r-2 { padding-right: 2px !important; }
.p-r-3 { padding-right: 3px !important; }
.p-r-4 { padding-right: 4px !important; }
.p-r-5 { padding-right: 5px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-r-25 { padding-right: 25px !important; }
.p-r-30 { padding-right: 30px !important; }
.p-r-35 { padding-right: 35px !important; }
.p-r-40 { padding-right: 40px !important; }
.p-r-xs { padding-right: 0.3125rem !important; }
.p-r-sm { padding-right: 0.625rem !important; }
.p-r-md { padding-right: 0.9375rem !important; }
.p-r-lg { padding-right: 1.25rem !important; }

.p-b-0 { padding-bottom: 0px !important; }
.p-b-1 { padding-bottom: 1px !important; }
.p-b-2 { padding-bottom: 2px !important; }
.p-b-3 { padding-bottom: 3px !important; }
.p-b-4 { padding-bottom: 4px !important; }
.p-b-5 { padding-bottom: 5px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-b-25 { padding-bottom: 25px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-b-35 { padding-bottom: 35px !important; }
.p-b-40 { padding-bottom: 40px !important; }
.p-b-xs { padding-bottom: 0.3125rem !important; }
.p-b-sm { padding-bottom: 0.625rem !important; }
.p-b-md { padding-bottom: 0.9375rem !important; }
.p-b-lg { padding-bottom: 1.25rem !important; }

.p-l-0 { padding-left: 0px !important; }
.p-l-1 { padding-left: 1px !important; }
.p-l-2 { padding-left: 2px !important; }
.p-l-3 { padding-left: 3px !important; }
.p-l-4 { padding-left: 4px !important; }
.p-l-5 { padding-left: 5px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-l-20 { padding-left: 20px !important; }
.p-l-25 { padding-left: 25px !important; }
.p-l-30 { padding-left: 30px !important; }
.p-l-35 { padding-left: 35px !important; }
.p-l-40 { padding-left: 40px !important; }
.p-l-xs { padding-left: 0.3125rem !important; }
.p-l-sm { padding-left: 0.625rem !important; }
.p-l-md { padding-left: 0.9375rem !important; }
.p-l-lg { padding-left: 1.25rem !important; }*/
.f-s-8 {
  font-size: 8px !important; }

.f-s-9 {
  font-size: 9px !important; }

.f-s-10 {
  font-size: 10px !important; }

.f-s-11 {
  font-size: 11px !important; }

.f-s-12 {
  font-size: 12px !important; }

.f-s-13 {
  font-size: 13px !important; }

.f-s-14 {
  font-size: 14px !important; }

.f-s-15 {
  font-size: 15px !important; }

.f-s-16 {
  font-size: 16px !important; }

.f-s-17 {
  font-size: 17px !important; }

.f-s-18 {
  font-size: 18px !important; }

.f-s-19 {
  font-size: 19px !important; }

.f-s-20 {
  font-size: 20px !important; }

.f-s-5rem {
  font-size: 5rem !important; }

.f-s-4rem {
  font-size: 4rem !important; }

.f-s-3rem {
  font-size: 3rem !important; }

.f-s-2rem {
  font-size: 2rem !important; }

.f-s-1rem {
  font-size: 1rem !important; }

/* Text Classes */
.text-nowrap {
  white-space: nowrap !important; }

.text-ellipsis {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden; }

.text-underline {
  text-decoration: underline !important; }

.line-height-1 {
  line-height: 1 !important; }

.f-w-100 {
  font-weight: 100 !important; }

.f-w-200 {
  font-weight: 200 !important; }

.f-w-300 {
  font-weight: 300 !important; }

.f-w-400 {
  font-weight: 400 !important; }

.f-w-500 {
  font-weight: 500 !important; }

.f-w-600 {
  font-weight: 600 !important; }

.f-w-700 {
  font-weight: 700 !important; }

.rounded-corner {
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem; }

/* Float Classes */
.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.pull-none {
  float: none !important; }

/* Table Classes */
.table-valign-middle th,
.table-valign-middle td {
  vertical-align: middle !important; }

.table-th-valign-middle th,
.table-td-valign-middle td {
  vertical-align: middle !important; }

.table-valign-top th,
.table-valign-top td {
  vertical-align: top !important; }

.table-th-valign-top th,
.table-td-valign-top td {
  vertical-align: top !important; }

.table-valign-bottom th,
.table-valign-bottom td {
  vertical-align: bottom !important; }

.table-th-valign-bottom th,
.table-td-valign-bottom td {
  vertical-align: bottom !important; }

.table-th-without-border th {
  border-left: none !important;
  border-right: none !important; }

.table-td-without-border td {
  border: none !important; }

.valign-middle {
  vertical-align: middle !important; }

.valign-top {
  vertical-align: top !important; }

.valign-bottom {
  vertical-align: bottom !important; }

/* Width & Height Classes */
.height-xs {
  height: 150px !important; }

.height-sm {
  height: 300px !important; }

.height-md {
  height: 450px !important; }

.height-lg {
  height: 600px !important; }

.height-full {
  height: 100% !important; }

.height-50 {
  height: 50px !important; }

.height-100 {
  height: 100px !important; }

.height-150 {
  height: 150px !important; }

.height-200 {
  height: 200px !important; }

.height-250 {
  height: 250px !important; }

.height-300 {
  height: 300px !important; }

.height-350 {
  height: 350px !important; }

.height-400 {
  height: 400px !important; }

.height-450 {
  height: 450px !important; }

.height-500 {
  height: 500px !important; }

.height-550 {
  height: 550px !important; }

.height-600 {
  height: 600px !important; }

.width-xs {
  width: 150px !important; }

.width-sm {
  width: 300px !important; }

.width-md {
  width: 450px !important; }

.width-lg {
  width: 600px !important; }

.width-full {
  width: 100% !important; }

.width-50 {
  width: 50px !important; }

.width-100 {
  width: 100px !important; }

.width-150 {
  width: 150px !important; }

.width-200 {
  width: 200px !important; }

.width-250 {
  width: 250px !important; }

.width-300 {
  width: 300px !important; }

.width-350 {
  width: 350px !important; }

.width-400 {
  width: 400px !important; }

.width-450 {
  width: 450px !important; }

.width-500 {
  width: 500px !important; }

.width-550 {
  width: 550px !important; }

.width-600 {
  width: 600px !important; }

.width-lg {
  width: 70%; }

/* Text Color Classes */
.text-muted {
  color: #8A8A8F !important; }

.text-muted-transparent-9 {
  color: rgba(138, 138, 143, 0.9) !important; }

.text-muted-transparent-8 {
  color: rgba(138, 138, 143, 0.8) !important; }

.text-muted-transparent-7 {
  color: rgba(138, 138, 143, 0.7) !important; }

.text-muted-transparent-6 {
  color: rgba(138, 138, 143, 0.6) !important; }

.text-muted-transparent-5 {
  color: rgba(138, 138, 143, 0.5) !important; }

.text-muted-transparent-4 {
  color: rgba(138, 138, 143, 0.4) !important; }

.text-muted-transparent-3 {
  color: rgba(138, 138, 143, 0.3) !important; }

.text-muted-transparent-2 {
  color: rgba(138, 138, 143, 0.2) !important; }

.text-muted-transparent-1 {
  color: rgba(138, 138, 143, 0.1) !important; }

.text-primary {
  color: #00b963 !important; }

.text-primary-transparent-9 {
  color: rgba(0, 185, 99, 0.9) !important; }

.text-primary-transparent-8 {
  color: rgba(0, 185, 99, 0.8) !important; }

.text-primary-transparent-7 {
  color: rgba(0, 185, 99, 0.7) !important; }

.text-primary-transparent-6 {
  color: rgba(0, 185, 99, 0.6) !important; }

.text-primary-transparent-5 {
  color: rgba(0, 185, 99, 0.5) !important; }

.text-primary-transparent-4 {
  color: rgba(0, 185, 99, 0.4) !important; }

.text-primary-transparent-3 {
  color: rgba(0, 185, 99, 0.3) !important; }

.text-primary-transparent-2 {
  color: rgba(0, 185, 99, 0.2) !important; }

.text-primary-transparent-1 {
  color: rgba(0, 185, 99, 0.1) !important; }

.text-success {
  color: #4CD964 !important; }

.text-success-transparent-9 {
  color: rgba(76, 217, 100, 0.9) !important; }

.text-success-transparent-8 {
  color: rgba(76, 217, 100, 0.8) !important; }

.text-success-transparent-7 {
  color: rgba(76, 217, 100, 0.7) !important; }

.text-success-transparent-6 {
  color: rgba(76, 217, 100, 0.6) !important; }

.text-success-transparent-5 {
  color: rgba(76, 217, 100, 0.5) !important; }

.text-success-transparent-4 {
  color: rgba(76, 217, 100, 0.4) !important; }

.text-success-transparent-3 {
  color: rgba(76, 217, 100, 0.3) !important; }

.text-success-transparent-2 {
  color: rgba(76, 217, 100, 0.2) !important; }

.text-success-transparent-1 {
  color: rgba(76, 217, 100, 0.1) !important; }

.text-info {
  color: #5AC8FA !important; }

.text-info-transparent-9 {
  color: rgba(90, 200, 250, 0.9) !important; }

.text-info-transparent-8 {
  color: rgba(90, 200, 250, 0.8) !important; }

.text-info-transparent-7 {
  color: rgba(90, 200, 250, 0.7) !important; }

.text-info-transparent-6 {
  color: rgba(90, 200, 250, 0.6) !important; }

.text-info-transparent-5 {
  color: rgba(90, 200, 250, 0.5) !important; }

.text-info-transparent-4 {
  color: rgba(90, 200, 250, 0.4) !important; }

.text-info-transparent-3 {
  color: rgba(90, 200, 250, 0.3) !important; }

.text-info-transparent-2 {
  color: rgba(90, 200, 250, 0.2) !important; }

.text-info-transparent-1 {
  color: rgba(90, 200, 250, 0.1) !important; }

.text-warning {
  color: #FF9500 !important; }

.text-warning-transparent-9 {
  color: rgba(255, 149, 0, 0.9) !important; }

.text-warning-transparent-8 {
  color: rgba(255, 149, 0, 0.8) !important; }

.text-warning-transparent-7 {
  color: rgba(255, 149, 0, 0.7) !important; }

.text-warning-transparent-6 {
  color: rgba(255, 149, 0, 0.6) !important; }

.text-warning-transparent-5 {
  color: rgba(255, 149, 0, 0.5) !important; }

.text-warning-transparent-4 {
  color: rgba(255, 149, 0, 0.4) !important; }

.text-warning-transparent-3 {
  color: rgba(255, 149, 0, 0.3) !important; }

.text-warning-transparent-2 {
  color: rgba(255, 149, 0, 0.2) !important; }

.text-warning-transparent-1 {
  color: rgba(255, 149, 0, 0.1) !important; }

.text-danger {
  color: #FF3B30 !important; }

.text-danger-transparent-9 {
  color: rgba(255, 59, 48, 0.9) !important; }

.text-danger-transparent-8 {
  color: rgba(255, 59, 48, 0.8) !important; }

.text-danger-transparent-7 {
  color: rgba(255, 59, 48, 0.7) !important; }

.text-danger-transparent-6 {
  color: rgba(255, 59, 48, 0.6) !important; }

.text-danger-transparent-5 {
  color: rgba(255, 59, 48, 0.5) !important; }

.text-danger-transparent-4 {
  color: rgba(255, 59, 48, 0.4) !important; }

.text-danger-transparent-3 {
  color: rgba(255, 59, 48, 0.3) !important; }

.text-danger-transparent-2 {
  color: rgba(255, 59, 48, 0.2) !important; }

.text-danger-transparent-1 {
  color: rgba(255, 59, 48, 0.1) !important; }

.text-pink {
  color: #FF2D55 !important; }

.text-pink-transparent-9 {
  color: rgba(255, 45, 85, 0.9) !important; }

.text-pink-transparent-8 {
  color: rgba(255, 45, 85, 0.8) !important; }

.text-pink-transparent-7 {
  color: rgba(255, 45, 85, 0.7) !important; }

.text-pink-transparent-6 {
  color: rgba(255, 45, 85, 0.6) !important; }

.text-pink-transparent-5 {
  color: rgba(255, 45, 85, 0.5) !important; }

.text-pink-transparent-4 {
  color: rgba(255, 45, 85, 0.4) !important; }

.text-pink-transparent-3 {
  color: rgba(255, 45, 85, 0.3) !important; }

.text-pink-transparent-2 {
  color: rgba(255, 45, 85, 0.2) !important; }

.text-pink-transparent-1 {
  color: rgba(255, 45, 85, 0.1) !important; }

.text-purple {
  color: #5856D6 !important; }

.text-purple-transparent-9 {
  color: rgba(88, 86, 214, 0.9) !important; }

.text-purple-transparent-8 {
  color: rgba(88, 86, 214, 0.8) !important; }

.text-purple-transparent-7 {
  color: rgba(88, 86, 214, 0.7) !important; }

.text-purple-transparent-6 {
  color: rgba(88, 86, 214, 0.6) !important; }

.text-purple-transparent-5 {
  color: rgba(88, 86, 214, 0.5) !important; }

.text-purple-transparent-4 {
  color: rgba(88, 86, 214, 0.4) !important; }

.text-purple-transparent-3 {
  color: rgba(88, 86, 214, 0.3) !important; }

.text-purple-transparent-2 {
  color: rgba(88, 86, 214, 0.2) !important; }

.text-purple-transparent-1 {
  color: rgba(88, 86, 214, 0.1) !important; }

.text-yellow {
  color: #FFCC00 !important; }

.text-yellow-transparent-9 {
  color: rgba(255, 204, 0, 0.9) !important; }

.text-yellow-transparent-8 {
  color: rgba(255, 204, 0, 0.8) !important; }

.text-yellow-transparent-7 {
  color: rgba(255, 204, 0, 0.7) !important; }

.text-yellow-transparent-6 {
  color: rgba(255, 204, 0, 0.6) !important; }

.text-yellow-transparent-5 {
  color: rgba(255, 204, 0, 0.5) !important; }

.text-yellow-transparent-4 {
  color: rgba(255, 204, 0, 0.4) !important; }

.text-yellow-transparent-3 {
  color: rgba(255, 204, 0, 0.3) !important; }

.text-yellow-transparent-2 {
  color: rgba(255, 204, 0, 0.2) !important; }

.text-yellow-transparent-1 {
  color: rgba(255, 204, 0, 0.1) !important; }

.text-inverse {
  color: #000 !important; }

.text-inverse-transparent-9 {
  color: rgba(0, 0, 0, 0.9) !important; }

.text-inverse-transparent-8 {
  color: rgba(0, 0, 0, 0.8) !important; }

.text-inverse-transparent-7 {
  color: rgba(0, 0, 0, 0.7) !important; }

.text-inverse-transparent-6 {
  color: rgba(0, 0, 0, 0.6) !important; }

.text-inverse-transparent-5 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-inverse-transparent-4 {
  color: rgba(0, 0, 0, 0.4) !important; }

.text-inverse-transparent-3 {
  color: rgba(0, 0, 0, 0.3) !important; }

.text-inverse-transparent-2 {
  color: rgba(0, 0, 0, 0.2) !important; }

.text-inverse-transparent-1 {
  color: rgba(0, 0, 0, 0.1) !important; }

.text-white {
  color: #fff !important; }

.text-white-transparent-9 {
  color: rgba(255, 255, 255, 0.9) !important; }

.text-white-transparent-8 {
  color: rgba(255, 255, 255, 0.8) !important; }

.text-white-transparent-7 {
  color: rgba(255, 255, 255, 0.7) !important; }

.text-white-transparent-6 {
  color: rgba(255, 255, 255, 0.6) !important; }

.text-white-transparent-5 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-white-transparent-4 {
  color: rgba(255, 255, 255, 0.4) !important; }

.text-white-transparent-3 {
  color: rgba(255, 255, 255, 0.3) !important; }

.text-white-transparent-2 {
  color: rgba(255, 255, 255, 0.2) !important; }

.text-white-transparent-1 {
  color: rgba(255, 255, 255, 0.1) !important; }

/* Opacity Classes */
.opacity-10 {
  opacity: 1.0 !important; }

.opacity-9 {
  opacity: 0.9 !important; }

.opacity-8 {
  opacity: 0.8 !important; }

.opacity-7 {
  opacity: 0.7 !important; }

.opacity-6 {
  opacity: 0.6 !important; }

.opacity-5 {
  opacity: 0.5 !important; }

.opacity-4 {
  opacity: 0.4 !important; }

.opacity-3 {
  opacity: 0.3 !important; }

.opacity-2 {
  opacity: 0.2 !important; }

.opacity-1 {
  opacity: 0.1 !important; }

.opacity-0 {
  opacity: 0.0 !important; }

.fade.in {
  opacity: 1; }

/* Text Gradient Classes */
.text-gradient {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important; }

/* Box Shadow Classes */
.with-shadow {
  -webkit-box-shadow: 0 0.125rem 2.5rem 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 0.125rem 2.5rem 0 rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 0.125rem 2.5rem 0 rgba(0, 0, 0, 0.08) !important; }

/* Display Classes */
.hide {
  display: none !important; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/* Image Classes */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.375rem; }

.img-circle {
  border-radius: 50%; }

a.btn-outline-danger:focus {
  color: #FF3B30; }

@media (min-width: 576px) {
  form.form-inline input.datepicker {
    width: 10em !important; } }
a.ui-menu-item-wrapper {
  display: block;
  text-decoration: none; }

a.ui-menu-item-wrapper:focus,
a.ui-menu-item-wrapper:hover {
  color: #333; }

.ui-widget {
  font-family: "Plus Jakarta Sans", sans-serif; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  font-weight: inherit; }

.introjs-tooltipReferenceLayer,
.introjs-tooltipReferenceLayer * {
  font-family: "Plus Jakarta Sans", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

.ck-heading_paragraph_lead {
  font-size: 0.85rem !important; }

a.text-primary:hover,
a.text-primary:focus {
  color: #2ba457 !important; }

ul.pagination {
  justify-content: center; }

.shorturl {
  display: inline;
  height: auto;
  width: 15em;
  border: 0;
  border-radius: 0;
  border-bottom: 1px dotted #C8C7CC;
  padding: 0;
  padding-left: 0.375rem; }

.shorturl:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none; }

.shorturl + a {
  color: #212529; }

.grecaptcha-badge {
  visibility: hidden; }

.no-spinner .bi.bi-spin.bi-arrow-repeat {
  display: none; }

mark,
.highlight {
  padding-left: 0;
  padding-right: 0;
  background-color: #FDFFAA; }

.dropdown-menu > li.notification .notification-info,
.dropdown-menu > li.notification .notification-title,
.dropdown-menu > li.notification .notification-desc {
  white-space: normal;
  line-height: 1.35; }

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus,
.bg-primary-hover {
  background-color: #2ba457 !important; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #00b963;
  border-color: #00b963; }

.gm-style {
  font-family: "Plus Jakarta Sans", sans-serif; }

body[contenteditable] {
  background: white; }

#content {
  background: white; }

@media print {
  a[href]:after {
    content: none; } }
.progress {
  background-color: rgba(0, 185, 99, 0.3); }

.progress-bar {
  border-radius: 0; }

.label-ai {
  background: #752DB9; }

.label-stripe {
  background: #6158F7; }

.label-outline-primary {
  color: #00b963;
  border: 1px solid #00b963; }

label .form-text {
  font-weight: 500; }

.map-icon-label .bi {
  color: white;
  font-size: 20px !important;
  position: relative;
  top: -18px; }

.map-icon-label .map-icon {
  color: white;
  font-size: 22px !important;
  position: relative;
  top: -4px; }

.navbar-brand .hw {
  font-size: 1.6rem;
  line-height: 1rem;
  position: relative; }

.note-group-select-from-files {
  display: none; }

.subtle {
  color: #8a8a8f !important; }

.subtle.active,
.subtle:hover {
  color: #00b963 !important; }

.message-preview:hover,
.message-preview.active {
  background: rgba(200, 199, 204, 0.3); }

.message-preview.unread {
  background: rgba(251, 174, 59, 0.5) !important; }

.table-hr td:first-child {
  width: 1px;
  white-space: nowrap;
  font-weight: bold;
  padding-right: 1rem; }

.table-hr td {
  border: 0 !important;
  border-bottom: 0.1rem solid #eee !important; }

.tactivity a,
.tactivity span {
  font-size: 0.8rem;
  color: white; }

.tactivity,
.tactivity-accept {
  height: 8rem; }

td .tactivity,
td .tactivity-accept {
  width: 16rem; }

.tactivity h3 {
  line-height: 1.2rem; }

.tactivity h3 a {
  font-size: 1.2rem; }

textarea[id=comment_body] {
  height: 4em;
  overflow: hidden; }

textarea[id=verdict_reason] {
  height: 6em; }

.image-wall img {
  margin-bottom: 0.2rem; }

.input-group-prepend,
.input-group-append {
  height: 2.125rem; }

.badge {
  border-radius: 0.25rem; }

.alert button.close {
  font-size: 1rem; }

.alert-danger a {
  color: #e2342a;
  font-weight: bold; }

.alert a {
  font-weight: bold; }

li.reply .widget-chat-message a {
  color: white;
  text-decoration: underline; }

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.pace .pace-tactivity {
  display: none; }

.bgo:hover {
  opacity: 0 !important; }

.rainbow {
  margin: 0 auto;
  background: linear-gradient(to right, #8747e6, #47a6e6, #54e645);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

h4.block-title {
  font-size: 1.66rem; }

#gathering-nav ul li a {
  font-size: 0.75rem; }

#gathering-nav .nav-link {
  padding: 0.33rem 0.66rem; }

#gathering-nav .nav > li > a:focus,
#gathering-nav .nav > li > a:hover {
  background: #000; }

#gathering-nav .nav-pills .nav-link.active,
#gathering-nav .nav-pills .show > .nav-link {
  background: #000; }

.ck-editor__editable {
  max-height: 500px; }

.select2-container {
  height: auto; }

.bi.bi-star-fill {
  color: #f5b041; }

.editor-preview {
  font-size: 18px; }

div.wysiwyg img,
.editor-preview-side img,
.editor-preview img {
  max-width: 100%; }

.ck-content .image {
  margin: 0 !important; }

div.wysiwyg figcaption {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  text-align: center; }

.ql-editor p {
  margin-bottom: 1rem; }

img.private {
  opacity: 0.5; }

img.private:hover {
  opacity: 1; }

.CodeMirror-fullscreen {
  z-index: 9999; }

.CodeMirror,
.CodeMirror-scroll {
  max-height: 25em;
  font-size: 18px; }

.CodeMirror-fullscreen.CodeMirror {
  max-height: none; }

.CodeMirror-fullscreen .CodeMirror-scroll {
  max-height: none; }

.ticket {
  border-style: dashed !important;
  background: rgba(0, 185, 99, 0.3); }

.calendar-date {
  color: #222222;
  padding: 0.3em 0.75em;
  margin-right: 0.25em;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 2px solid rgba(0, 185, 99, 0.5);
  border-radius: 4px; }

.calendar-date .day {
  font-size: 1.5rem; }

.calendar-date .month {
  text-transform: uppercase; }

.calendar-date:hover {
  text-decoration: none;
  color: white;
  background-color: #00b963; }

.ck-content blockquote,
blockquote {
  margin-bottom: 1rem;
  font-size: 1rem;
  border-left: 0.25rem solid rgba(0, 185, 99, 0.33) !important;
  padding-left: 1rem;
  font-style: italic; }

blockquote p {
  margin-bottom: 0.5rem; }

small.form-text {
  font-size: 0.85rem;
  color: #C7C7CC; }

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #FF9500 !important; }

.bg-coinbase {
  background-color: #2D53F1; }

.bg-primary-transparent {
  background: rgba(0, 185, 99, 0.3); }

.form-control.datetimepicker[readonly] {
  background: white; }

.searchForm .form-group,
.searchForm .form-check {
  margin-bottom: 0.25rem;
  margin-right: 0.25rem; }

.searchForm label {
  margin-right: 0.25rem; }

.searchForm .checkbox-inline label {
  font-weight: bold; }

@media (max-width: 575px) {
  .searchForm {
    display: block; }

  .searchForm input[type=submit] {
    margin-top: 0.5rem;
    margin-bottom: 1rem; }

  .searchForm .checkbox-inline {
    margin-top: 0.5rem; } }
@media (min-width: 576px) {
  .searchForm input[type=submit] {
    margin-bottom: 0.25rem; } }
body {
  background: white; }

.btn-secondary:focus {
  color: white; }

.dropdown-menu {
  z-index: 9999; }

#content .dropdown-menu .bi {
  margin-right: 0.33rem; }

.btn-dotted {
  background: white;
  color: #00b963;
  border: none;
  border-radius: 0;
  border-bottom: 1px dotted #00b963; }

.btn-dotted:hover {
  border-radius: 0.25rem; }

.slick-container .slick-responsive {
  margin-bottom: 25px; }

.slick-container .slick-item {
  display: none;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.slick-container .slick-item:nth-child(1) {
  display: block; }

@media (min-width: 576px) {
  .slick-container .slick-item:nth-child(2) {
    display: block; } }
@media (min-width: 992px) {
  .slick-container .slick-item:nth-child(3) {
    display: block; } }
.slick-container .slick-responsive.slick-initialized .slick-item {
  display: block; }

.slick-container .slick-responsive.slick-initialized .slick-item {
  max-width: none !important; }

.slick-placeholder .slick-dots {
  opacity: 0.25; }

.slick-next:before {
  content: none; }

.slick-prev:before {
  content: none; }

.slick-prev {
  left: 0px; }

.slick-next {
  right: 0px; }

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: black;
  background: white;
  opacity: 0.75; }

.slick-prev,
.slick-next {
  border-radius: 50% !important;
  background: white;
  font-size: 40px;
  width: 40px;
  height: 40px;
  z-index: 2;
  color: black;
  opacity: 0.5; }

.float-sub-menu {
  z-index: 99; }

.infowindow .row {
  margin: 0; }

.ck-progress-bar {
  height: 100% !important;
  width: 100% !important;
  background: white !important;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite; }

figure.image,
.ck-content .image {
  margin-bottom: 1em !important; }

@keyframes opacity {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 0.75; }
  100% {
    opacity: 0.5; } }
.row.block.no-gutters.align-items-stretch {
  margin: 0; }

@media (min-width: 992px) {
  .row.block.no-gutters.align-items-stretch {
    background: #F5F5F5;
    border-radius: 0.25rem; } }
@media (min-width: 992px) {
  .search.well {
    padding-top: 1.0875rem;
    padding-bottom: 0; } }
.search.well .checkbox-inline {
  cursor: auto;
  background-color: white;
  padding: 0.3rem;
  padding-bottom: 0.2rem;
  border-radius: 0.25rem; }

.search.well .checkbox-inline label {
  cursor: pointer; }

.search.well .checkbox-inline.checked {
  border: 1px solid #00b963; }

@media (min-width: 576px) {
  .search.well input[type=submit] {
    margin: 0 !important; } }
@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
.flicker {
  animation: flickerAnimation 2s infinite; }

.sponsored {
  text-decoration: none !important; }

.page-sidebar-minified #git-badge {
  display: none; }

a.home-feedback {
  color: #212529;
  text-decoration: none; }

.ck-content .image-style-align-left,
.image-style-align-left {
  float: none !important;
  margin-right: auto !important;
  text-align: left !important; }

.ck-content .image-style-align-right,
.image-style-align-right {
  float: none !important;
  margin-left: auto !important;
  text-align: right !important; }

.ck-content .image-style-align-center,
.image-style-align-center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important; }

.input-group-text {
  padding: 0.375rem 0.5rem; }

#donation-percent-buttons .btn {
  padding: 0.375rem 0.5rem; }

p.action {
  text-align: center; }

p.action a {
  display: inline-block;
  background: #00b963 !important;
  color: white;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px; }

p.action a:hover {
  background: #2ba457 !important; }

figure th,
figure td {
  width: 50%;
  padding-right: 8px;
  padding-bottom: 8px; }

figure th,
figure td {
  border: 0 !important; }

.ck-editor th,
.ck-editor td {
  border: 1px solid #bfbfbf !important; }

.embed-responsive-ps::before {
  padding-top: 52.5%; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_filter {
    text-align: left; } }
@media (min-width: 576px) {
  form.searchForm input,
  form.searchForm select {
    max-width: 12em; } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.bi-spin {
  display: inline-block;
  animation: spin 2s linear infinite; }

.icon-list {
  list-style-type: none;
  padding-left: 0; }

.icon-list > li {
  position: relative;
  padding-left: 2em; }

.icon-list > li > .bi {
  position: absolute;
  left: 0;
  top: 0; }

/*# sourceMappingURL=app.css.map */
