/**
 * Project Hive
 * @version v0.1.0
 * @link https://projecthive.kenkataiwa.com
 * Copyright (c) 2017 Kenneth Kataiwa Batanyita
 */
@import url(../../components/spinkit/css/spinkit.css);
@import url(../../components/toastr/toastr.min.css);
@import url(../../components/datatables/media/css/dataTables.bootstrap4.min.css);
@import url(../../components/fullcalendar/dist/fullcalendar.min.css);
.table-outline {
  border: 1px solid #dee2e6; }
  .table-outline td {
    vertical-align: middle; }

.table-align-middle td {
  vertical-align: middle; }

.table-clear td {
  border: 0; }

.btn .badge {
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 9px; }

.dropdown-item {
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #dbdee0; }
  .dropdown-item:last-child {
    border-bottom: 0; }
  .dropdown-item i {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    margin-left: -10px;
    color: #dbdee0;
    text-align: center; }
  .dropdown-item .badge {
    position: absolute;
    right: 10px;
    margin-top: 2px; }

.dropdown-header {
  padding: 8px 20px;
  background: #f9f9f9;
  border-bottom: 1px solid #dbdee0; }
  .dropdown-header .btn {
    margin-top: -7px;
    color: #9fabb8; }
    .dropdown-header .btn:hover {
      color: #34383c; }
    .dropdown-header .btn.pull-right {
      margin-right: -20px; }

.dropdown-menu-lg {
  width: 250px; }

.navbar .dropdown-menu {
  border-radius: 0;
  padding: 0; }

.input-group-addon,
.input-group-btn {
  min-width: 40px;
  white-space: nowrap;
  vertical-align: middle; }

.nav-tabs .nav-link {
  color: #9fabb8; }
  .nav-tabs .nav-link.active {
    color: #34383c;
    background: #fff;
    border-color: #dbdee0;
    border-bottom-color: #fff; }
    .nav-tabs .nav-link.active:focus {
      background: #fff;
      border-color: #dbdee0;
      border-bottom-color: #fff; }

.tab-content {
  margin-top: -1px;
  background: #fff;
  border: 1px solid #dbdee0; }
  .tab-content .tab-pane {
    padding: 1rem 1rem; }

.card-block .tab-content {
  margin-top: 0;
  border: 0; }

header.navbar {
  position: relative;
  height: 50px;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  flex-direction: row; }
  header.navbar .navbar-brand {
    display: inline-block;
    width: 220px;
    height: 50px;
    margin-right: 0;
    padding: 0.5rem 1rem;
    background-color: white;
    margin-bottom: 1px;
    text-align: center; }
  header.navbar .navbar-nav {
    flex-direction: row;
    align-items: center; }
  header.navbar .nav-item {
    min-width: 50px;
    margin: 0 !important;
    text-align: center; }
    header.navbar .nav-item .nav-link {
      padding-top: 0;
      padding-bottom: 0; }
      header.navbar .nav-item .nav-link .badge {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -16px;
        margin-left: 0; }
  header.navbar .dropdown-menu {
    padding-bottom: 0;
    line-height: 1.5; }
  header.navbar .dropdown-item {
    min-width: 180px; }

.navbar-brand {
  color: black; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: black; }

.navbar-nav .nav-link {
  color: #000; }
  .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    color: black; }
.navbar-nav .open > .nav-link, .navbar-nav .open > .nav-link:hover, .navbar-nav .open > .nav-link:focus,
.navbar-nav .active > .nav-link,
.navbar-nav .active > .nav-link:hover,
.navbar-nav .active > .nav-link:focus,
.navbar-nav .nav-link.open,
.navbar-nav .nav-link.open:hover,
.navbar-nav .nav-link.open:focus,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.active:focus {
  color: black; }

.navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.card {
  margin-bottom: 1.5rem; }

.card-header i.icon-bg {
  display: inline-block;
  padding: 0.75rem 1.25rem !important;
  margin-top: -0.75rem;
  margin-right: 1.25rem;
  margin-bottom: -0.75rem;
  margin-left: -1.25rem;
  line-height: inherit;
  color: #34383c;
  vertical-align: bottom;
  background: transparent;
  border-right: 1px solid #dbdee0; }
.card-header ul.nav.nav-tabs {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
  border-bottom: 0; }
  .card-header ul.nav.nav-tabs li.nav-item {
    border-top: 0; }
    .card-header ul.nav.nav-tabs li.nav-item a.nav-link {
      padding: 0.75rem 0.625rem;
      color: #9fabb8;
      border-top: 0; }
      .card-header ul.nav.nav-tabs li.nav-item a.nav-link.active {
        color: #34383c;
        background: #fff; }
.card-header.card-header-inverse {
  color: #fff; }
.card-header.card-header-primary {
  margin: -1px -1px 0;
  background: #36a9e1;
  border-bottom: 1px solid #36a9e1; }
.card-header.card-header-secondary {
  margin: -1px -1px 0;
  background: #e9ebec;
  border-bottom: 1px solid #e9ebec; }
.card-header.card-header-success {
  margin: -1px -1px 0;
  background: #bdea74;
  border-bottom: 1px solid #bdea74; }
.card-header.card-header-info {
  margin: -1px -1px 0;
  background: #67c2ef;
  border-bottom: 1px solid #67c2ef; }
.card-header.card-header-warning {
  margin: -1px -1px 0;
  background: #fabb3d;
  border-bottom: 1px solid #fabb3d; }
.card-header.card-header-danger {
  margin: -1px -1px 0;
  background: #ff5454;
  border-bottom: 1px solid #ff5454; }
.card-header .btn {
  margin-top: -0.375rem; }
.card-header .btn-sm {
  margin-top: -0.25rem; }
.card-header .btn-lg {
  margin-top: -0.5rem; }

.card-body, .card-block {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.card-footer ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  table-layout: fixed; }
  .card-footer ul li {
    display: table-cell;
    padding: 0 1.25rem;
    text-align: center; }
    .card-footer ul li progress {
      margin-top: 0.75rem;
      margin-bottom: 0; }

.card-primary {
  background-color: #36a9e1; }
  .card-primary .card-header {
    border-color: #219fdd; }
  .card-primary .card-header, .card-primary .card-footer {
    background-color: #219fdd; }

.card-secondary {
  background-color: #e9ebec; }
  .card-secondary .card-header {
    border-color: #dbdfe0; }
  .card-secondary .card-header, .card-secondary .card-footer {
    background-color: #dbdfe0; }

.card-success {
  background-color: #bdea74; }
  .card-success .card-header {
    border-color: #b2e75e; }
  .card-success .card-header, .card-success .card-footer {
    background-color: #b2e75e; }

.card-info {
  background-color: #67c2ef; }
  .card-info .card-header {
    border-color: #50b9ed; }
  .card-info .card-header, .card-info .card-footer {
    background-color: #50b9ed; }

.card-warning {
  background-color: #fabb3d; }
  .card-warning .card-header {
    border-color: #f9b224; }
  .card-warning .card-header, .card-warning .card-footer {
    background-color: #f9b224; }

.card-danger {
  background-color: #ff5454; }
  .card-danger .card-header {
    border-color: #ff3b3b; }
  .card-danger .card-header, .card-danger .card-footer {
    background-color: #ff3b3b; }

.card-inverse {
  color: #fff; }
  .card-inverse .text-muted {
    color: rgba(255, 255, 255, 0.6) !important; }

[class*="card-outline-"] .card-block {
  background: #fff !important; }
[class*="card-outline-"].card-outline-top {
  border-top-width: 2px;
  border-right-color: #dbdee0;
  border-bottom-color: #dbdee0;
  border-left-color: #dbdee0; }

.card-accent-primary {
  border-top-width: 2px;
  border-top-color: #36a9e1; }

.card-accent-info {
  border-top-width: 2px;
  border-top-color: #67c2ef; }

.card-accent-success {
  border-top-width: 2px;
  border-top-color: #bdea74; }

.card-accent-warning {
  border-top-width: 2px;
  border-top-color: #fabb3d; }

.card-accent-danger {
  border-top-width: 2px;
  border-top-color: #ff5454; }

.card-header > i {
  margin-right: 0.5rem; }
.card-header .card-actions {
  position: absolute;
  top: 0;
  right: 0; }
  .card-header .card-actions a, .card-header .card-actions button {
    display: block;
    float: left;
    width: 50px;
    padding: 0.75rem 0;
    margin: 0 !important;
    color: #34383c;
    text-align: center;
    background: transparent;
    border: 0;
    border-left: 1px solid #dbdee0;
    box-shadow: 0; }
    .card-header .card-actions a:hover, .card-header .card-actions button:hover {
      text-decoration: none; }
    .card-header .card-actions a [class^="icon-"], .card-header .card-actions a [class*=" icon-"], .card-header .card-actions button [class^="icon-"], .card-header .card-actions button [class*=" icon-"] {
      display: inline-block;
      vertical-align: middle; }
    .card-header .card-actions a i, .card-header .card-actions button i {
      display: inline-block;
      transition: .4s; }
    .card-header .card-actions a i.r180, .card-header .card-actions button i.r180 {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .card-header .card-actions .input-group {
    width: 230px;
    margin: 6px; }
    .card-header .card-actions .input-group .input-group-addon {
      background: #fff; }
    .card-header .card-actions .input-group input {
      border-left: 0; }

.card-full {
  margin-top: -1rem;
  margin-right: -15px;
  margin-left: -15px;
  border: 0;
  border-bottom: 1px solid #dbdee0; }

@media (min-width: 576px) {
  .card-columns.cols-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
.card.drag, .card .drag {
  cursor: move; }

.card-placeholder {
  background: rgba(0, 0, 0, 0.025);
  border: 1px dashed #dbdee0; }

.breadcrumb {
  position: relative;
  margin-bottom: 1rem;
  border-bottom: 1px solid #dbdee0;
  border-radius: 0; }

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

.badge-pill {
  border-radius: 10rem; }

.progress-xs {
  height: 4px; }

.progress-sm {
  height: 8px; }

.progress-white {
  background-color: rgba(255, 255, 255, 0.2) !important; }
  .progress-white .progress-bar {
    background-color: #fff; }

.modal-primary .modal-content {
  border-color: #36a9e1; }
.modal-primary .modal-header {
  color: #fff;
  background-color: #36a9e1; }

.modal-secondary .modal-content {
  border-color: #e9ebec; }
.modal-secondary .modal-header {
  color: #fff;
  background-color: #e9ebec; }

.modal-success .modal-content {
  border-color: #bdea74; }
.modal-success .modal-header {
  color: #fff;
  background-color: #bdea74; }

.modal-info .modal-content {
  border-color: #67c2ef; }
.modal-info .modal-header {
  color: #fff;
  background-color: #67c2ef; }

.modal-warning .modal-content {
  border-color: #fabb3d; }
.modal-warning .modal-header {
  color: #fff;
  background-color: #fabb3d; }

.modal-danger .modal-content {
  border-color: #ff5454; }
.modal-danger .modal-header {
  color: #fff;
  background-color: #ff5454; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9rem; }

.font-xs {
  font-size: .75rem !important; }

.font-sm {
  font-size: .85rem !important; }

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

.font-xl {
  font-size: 1.25rem !important; }

.font-2xl {
  font-size: 1.5rem !important; }

.font-3xl {
  font-size: 1.75rem !important; }

.font-4xl {
  font-size: 2rem !important; }

.font-5xl {
  font-size: 2.5rem !important; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.row.row-equal {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: -15px;
  margin-left: -15px; }
  .row.row-equal [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px; }

.main .container-fluid {
  padding: 0 30px; }

html, body {
  height: 100%; }

.app,
app-dashboard,
app-root {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.app-header {
  flex: 0 0 50px; }

.app-footer {
  flex: 0 0 50px; }

.app-body {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  overflow-x: hidden; }
  .app-body .main {
    flex: 1; }
  .app-body .landing-modules {
    padding: 10px 40px; }
  .app-body .sidebar {
    flex: 0 0 220px;
    order: -1; }
  .app-body .aside-menu {
    flex: 0 0 250px; }

.header-fixed .app-header {
  position: fixed;
  z-index: 1000;
  width: 100%; }
.header-fixed .app-body {
  margin-top: 50px; }

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

.app-header .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto; }

.app-header .navbar-nav .dropdown-menu-left {
  right: auto;
  left: 0; }

.sidebar-hidden .sidebar {
  margin-left: -220px; }

.sidebar-fixed .sidebar {
  position: fixed;
  height: 100%; }
  .sidebar-fixed .sidebar .sidebar-nav {
    height: calc(100vh - 50px); }
.sidebar-fixed .main, .sidebar-fixed .app-footer {
  margin-left: 220px; }
.sidebar-fixed.sidebar-hidden .main, .sidebar-fixed.sidebar-hidden .app-footer {
  margin-left: 0; }

.sidebar-off-canvas .sidebar {
  position: fixed;
  z-index: 999;
  height: 100%; }
  .sidebar-off-canvas .sidebar .sidebar-nav {
    height: calc(100vh - 50px); }

.sidebar-compact .sidebar {
  flex: 0 0 50px; }
.sidebar-compact.sidebar-hidden .sidebar {
  margin-left: -50px; }
.sidebar-compact.sidebar-fixed .main, .sidebar-compact.sidebar-fixed .app-footer {
  margin-left: 50px; }
.sidebar-compact.sidebar-fixed.sidebar-hidden .main, .sidebar-compact.sidebar-fixed.sidebar-hidden .app-footer {
  margin-left: 0; }

.aside-menu-hidden .aside-menu {
  margin-right: -250px; }

.aside-menu-fixed .aside-menu {
  position: fixed;
  right: 0;
  height: 100%; }
  .aside-menu-fixed .aside-menu .tab-content {
    height: calc(100vh - 2.375rem - 50px); }
.aside-menu-fixed .main, .aside-menu-fixed .app-footer {
  margin-right: 250px; }
.aside-menu-fixed.aside-menu-hidden .main, .aside-menu-fixed.aside-menu-hidden .app-footer {
  margin-right: 0; }

.aside-menu-off-canvas .aside-menu {
  position: fixed;
  right: 0;
  z-index: 999;
  height: 100%; }
  .aside-menu-off-canvas .aside-menu .tab-content {
    height: calc(100vh - 2.375rem - 50px); }

.footer-fixed .app-footer {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%; }
.footer-fixed .app-body {
  margin-bottom: 50px; }

.app-header,
.app-footer,
.sidebar,
.main,
.aside-menu {
  transition-duration: 0.25s, 0.25s;
  transition-property: margin-left, margin-right; }

@media (max-width: 991.98px) {
  .app-header {
    position: fixed !important;
    z-index: 1000;
    width: 100%; }
    .app-header .navbar-toggler {
      padding: 0.25rem 0.75rem;
      position: absolute;
      top: 0;
      left: 0;
      height: inherit;
      text-align: center; }
    .app-header .navbar-toggler {
      color: #000; }
    .app-header .navbar-brand {
      width: 100% !important;
      margin: 0 auto !important; }
    .app-header .navbar-nav {
      position: absolute;
      top: 0;
      height: inherit; }
      .app-header .navbar-nav.left {
        left: 0; }
      .app-header .navbar-nav.right {
        right: 0; }

  .app-body {
    margin-top: 50px; }

  .sidebar {
    position: fixed;
    width: 220px;
    height: 100%;
    margin-left: -220px; }
    .sidebar .sidebar-nav,
    .sidebar .nav {
      width: 220px !important; }

  .main, .app-footer {
    margin-left: 0 !important; }

  .aside-menu {
    margin-right: -250px; }

  .sidebar-mobile-show .sidebar {
    width: 220px;
    margin-left: 0; }
    .sidebar-mobile-show .sidebar .sidebar-nav {
      height: calc(100vh - 50px); }
  .sidebar-mobile-show .main {
    margin-right: -220px !important;
    margin-left: 220px !important; } }
.sidebar {
  padding: 0;
  color: #34383c;
  background: #e9ebec;
  border-right: 1px solid #dbdee0; }
  .sidebar .sidebar-close {
    position: absolute;
    right: 0;
    display: none;
    padding: 0 1rem;
    font-size: 24px;
    font-weight: 800;
    line-height: 50px;
    color: #34383c;
    background: 0;
    border: 0;
    opacity: .8; }
    .sidebar .sidebar-close:hover {
      opacity: 1; }
  .sidebar .sidebar-nav {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 219px; }
    .sidebar .sidebar-nav::-webkit-scrollbar {
      width: 10px;
      margin-left: -10px;
      -webkit-appearance: none; }
    .sidebar .sidebar-nav::-webkit-scrollbar-track {
      background-color: #f7f7f8;
      border-right: 1px solid #dbdfe0;
      border-left: 1px solid #dbdfe0; }
    .sidebar .sidebar-nav::-webkit-scrollbar-thumb {
      height: 50px;
      background-color: #ced2d4;
      background-clip: content-box;
      border-color: transparent;
      border-style: solid;
      border-width: 1px 2px; }
  .sidebar ul.nav {
    width: 219px;
    flex-direction: column !important; }
    .sidebar ul.nav li.nav-title {
      padding: 0.95rem 1rem;
      font-size: 11px;
      font-weight: 600;
      color: #9fabb8;
      text-transform: uppercase; }
    .sidebar ul.nav li.divider {
      height: 10px; }
    .sidebar ul.nav li.nav-item {
      position: relative;
      margin: 0;
      transition: background .3s ease-in-out; }
      .sidebar ul.nav li.nav-item ul {
        max-height: 0;
        padding: 0;
        margin: 0;
        overflow-y: hidden;
        transition: max-height .3s ease-in-out; }
        .sidebar ul.nav li.nav-item ul li {
          padding: 0;
          list-style: none; }
      .sidebar ul.nav li.nav-item a.nav-link {
        display: block;
        padding: 0.75rem 1rem;
        color: #34383c;
        text-decoration: none;
        background: transparent;
        border-bottom: 1px solid #dbdee0; }
        .sidebar ul.nav li.nav-item a.nav-link:hover {
          color: #34383c !important;
          background: #dbdee0 !important; }
          .sidebar ul.nav li.nav-item a.nav-link:hover i {
            color: #34383c !important; }
        .sidebar ul.nav li.nav-item a.nav-link.active {
          color: #34383c;
          background: #dbdfe0; }
          .sidebar ul.nav li.nav-item a.nav-link.active i {
            color: #34383c; }
        .sidebar ul.nav li.nav-item a.nav-link [class^="icon-"], .sidebar ul.nav li.nav-item a.nav-link [class*=" icon-"] {
          display: inline-block;
          margin-top: -4px;
          vertical-align: middle; }
        .sidebar ul.nav li.nav-item a.nav-link i {
          width: 20px;
          margin: 0 0.5rem 0 0;
          font-size: 14px;
          color: #9fabb8;
          text-align: center; }
        .sidebar ul.nav li.nav-item a.nav-link .badge {
          float: right;
          margin-top: 2px; }
        .sidebar ul.nav li.nav-item a.nav-link.nav-dropdown-toggle::before {
          position: absolute;
          top: 0.96875rem;
          right: 1rem;
          display: block;
          width: 0.875rem;
          height: 0.875rem;
          padding: 0;
          font-size: 0.875rem;
          line-height: 0.65625rem;
          text-align: center;
          content: "\2039";
          transition: .3s; }
      .sidebar ul.nav li.nav-item.nav-dropdown.open {
        background: #e1e4e5; }
        .sidebar ul.nav li.nav-item.nav-dropdown.open > ul, .sidebar ul.nav li.nav-item.nav-dropdown.open > ol {
          max-height: 1000px; }
        .sidebar ul.nav li.nav-item.nav-dropdown.open a.nav-link {
          color: #34383c;
          border-left: 0 !important; }
        .sidebar ul.nav li.nav-item.nav-dropdown.open > a.nav-link.nav-dropdown-toggle::before {
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }
        .sidebar ul.nav li.nav-item.nav-dropdown.open .nav-dropdown.open {
          border-left: 0; }
      .sidebar ul.nav li.nav-item.nav-dropdown.nt {
        transition: 0s !important; }
        .sidebar ul.nav li.nav-item.nav-dropdown.nt > ul, .sidebar ul.nav li.nav-item.nav-dropdown.nt > ol {
          transition: 0s !important; }
        .sidebar ul.nav li.nav-item.nav-dropdown.nt a.nav-link.nav-dropdown-toggle::before {
          transition: 0s !important; }
      .sidebar ul.nav li.nav-item a.nav-label {
        display: block;
        padding: 0.09375rem 1rem;
        color: #9fabb8; }
        .sidebar ul.nav li.nav-item a.nav-label:hover {
          color: #34383c;
          text-decoration: none; }
        .sidebar ul.nav li.nav-item a.nav-label i {
          width: 20px;
          margin: -3px 0.5rem 0 0;
          font-size: 10px;
          color: #9fabb8;
          text-align: center;
          vertical-align: middle; }

@media (min-width: 576px) {
  body.sidebar-compact .hidden-cn {
    display: none; }
  body.sidebar-compact .sidebar {
    z-index: 999;
    width: 50px; }
    body.sidebar-compact .sidebar .sidebar-nav {
      overflow: visible; }
    body.sidebar-compact .sidebar ul.nav li.nav-title, body.sidebar-compact .sidebar ul.nav li.divider {
      display: none; }
    body.sidebar-compact .sidebar ul.nav li.nav-item {
      width: 50px;
      overflow: hidden;
      border-left: 0 !important; }
      body.sidebar-compact .sidebar ul.nav li.nav-item ul {
        background: #e9ebec; }
      body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link {
        position: relative;
        padding: 0 15px 0 0;
        margin: 0;
        line-height: 50px;
        white-space: nowrap;
        border-left: 0 !important; }
        body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link.nav-dropdown-toggle::before {
          display: none; }
        body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link i {
          display: block;
          float: left;
          width: 50px;
          height: 50px;
          padding: 0;
          margin: 0 !important;
          font-size: 18px;
          line-height: 50px; }
        body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link .badge {
          position: absolute;
          top: 14px;
          right: 15px;
          display: none; }
        body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link:hover {
          width: 220px; }
          body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link:hover .badge {
            display: inline; }
      body.sidebar-compact .sidebar ul.nav li.nav-item ul {
        position: absolute;
        top: 50px;
        left: 50px; }
        body.sidebar-compact .sidebar ul.nav li.nav-item ul li {
          position: relative;
          padding: 0; }
          body.sidebar-compact .sidebar ul.nav li.nav-item ul li a.nav-link {
            width: 170px; }
          body.sidebar-compact .sidebar ul.nav li.nav-item ul li ul, body.sidebar-compact .sidebar ul.nav li.nav-item ul li ol {
            position: absolute;
            top: 0;
            left: 100%; }
      body.sidebar-compact .sidebar ul.nav li.nav-item.nav-dropdown.open {
        background: #dbdfe0; }
        body.sidebar-compact .sidebar ul.nav li.nav-item.nav-dropdown.open > a.nav-link i {
          color: #34383c; }
        body.sidebar-compact .sidebar ul.nav li.nav-item.nav-dropdown.open > ul, body.sidebar-compact .sidebar ul.nav li.nav-item.nav-dropdown.open > ol {
          display: none; }
      body.sidebar-compact .sidebar ul.nav li.nav-item:hover {
        width: 270px;
        overflow: visible;
        background: #dbdee0;
        transition: 0s; }
        body.sidebar-compact .sidebar ul.nav li.nav-item:hover > a.nav-link {
          width: 270px; }
        body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ul, body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ol {
          display: inline;
          max-height: 10000px;
          transition: 0s; }
          body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ul li, body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ol li {
            width: 220px; }
            body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ul li a.nav-link, body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ol li a.nav-link {
              width: 220px; }
        body.sidebar-compact .sidebar ul.nav li.nav-item:hover.nav-dropdown.open > ul, body.sidebar-compact .sidebar ul.nav li.nav-item:hover.nav-dropdown.open > ol {
          display: inline; } }
nav.top-nav {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 999;
  display: inline !important;
  width: 100%;
  height: 35px;
  background: #fff;
  border-bottom: 1px solid #dbdee0; }
  nav.top-nav ul.nav {
    white-space: nowrap; }
    nav.top-nav ul.nav li.nav-item {
      position: relative;
      display: inline-block;
      margin: 0; }
      nav.top-nav ul.nav li.nav-item ul {
        display: none;
        padding: 0;
        margin: 0;
        white-space: normal;
        background: #fff;
        border: 1px solid #dbdee0; }
        nav.top-nav ul.nav li.nav-item ul li {
          padding: 0;
          list-style: none; }
      nav.top-nav ul.nav li.nav-item a.nav-link {
        display: block;
        padding: 0 15px;
        font-size: 12px;
        font-weight: 400;
        line-height: 35px;
        color: #34383c;
        text-decoration: none;
        text-transform: uppercase; }
        nav.top-nav ul.nav li.nav-item a.nav-link i {
          display: block;
          float: left;
          width: 20px;
          margin: 0 10px 0 0;
          font-size: 14px;
          line-height: 34px;
          text-align: center; }
        nav.top-nav ul.nav li.nav-item a.nav-link .tag {
          float: right;
          margin-top: 13px;
          margin-left: 10px; }
        nav.top-nav ul.nav li.nav-item a.nav-link:hover {
          color: #fff;
          background: #36a9e1; }
        nav.top-nav ul.nav li.nav-item a.nav-link.active {
          color: #fff;
          background: #36a9e1; }
      nav.top-nav ul.nav li.nav-item ul {
        position: absolute;
        top: 34px;
        left: 0; }
        nav.top-nav ul.nav li.nav-item ul li {
          position: relative;
          padding: 0; }
          nav.top-nav ul.nav li.nav-item ul li a.nav-link {
            min-width: 200px; }
          nav.top-nav ul.nav li.nav-item ul li ul {
            position: absolute;
            top: 0;
            left: 100%; }
      nav.top-nav ul.nav li.nav-item.nav-more ul {
        right: 0;
        left: auto; }
        nav.top-nav ul.nav li.nav-item.nav-more ul li ul {
          right: 100%;
          left: auto; }
      nav.top-nav ul.nav li.nav-item:hover > ul {
        display: inline; }

.tiles {
  margin: 0 15px; }
  .tiles a {
    text-decoration: none; }
  .tiles .tile {
    width: 120px;
    height: 120px;
    display: inline-block;
    margin: 7px;
    text-align: center;
    background: #616161;
    color: white;
    position: relative;
    padding-top: 25px; }
    .tiles .tile:hover {
      background: #545454; }
      .tiles .tile:hover::before {
        background: #484848; }
    .tiles .tile i.tile-icon {
      text-align: center;
      vertical-align: middle;
      font-size: 54px; }
    .tiles .tile .tile-label {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 10px; }
    .tiles .tile.organization {
      background: #1976D2; }
      .tiles .tile.organization:hover {
        background: #1669bb; }
        .tiles .tile.organization:hover::before {
          background: #145ca4; }
    .tiles .tile.payroll {
      background: #3949AB; }
      .tiles .tile.payroll:hover {
        background: #334198; }
        .tiles .tile.payroll:hover::before {
          background: #2c3985; }
    .tiles .tile.performance {
      background: #8E24AA; }
      .tiles .tile.performance:hover {
        background: #7c2095; }
        .tiles .tile.performance:hover::before {
          background: #6b1b80; }
    .tiles .tile.attendance {
      background: #0288D1; }
      .tiles .tile.attendance:hover {
        background: #0278b8; }
        .tiles .tile.attendance:hover::before {
          background: #02679e; }
    .tiles .tile.leave {
      background: #00796B; }
      .tiles .tile.leave:hover {
        background: #006054; }
        .tiles .tile.leave:hover::before {
          background: #00463e; }
    .tiles .tile.recruitment {
      background: #388E3C; }
      .tiles .tile.recruitment:hover {
        background: #317c34; }
        .tiles .tile.recruitment:hover::before {
          background: #2a692d; }
    .tiles .tile.training {
      background: #0097A7; }
      .tiles .tile.training:hover {
        background: #00808e; }
        .tiles .tile.training:hover::before {
          background: #006974; }
    .tiles .tile.self-service {
      background: #546E7A; }
      .tiles .tile.self-service:hover {
        background: #4a606b; }
        .tiles .tile.self-service:hover::before {
          background: #3f535c; }

.aside-menu {
  z-index: 999;
  width: 250px;
  color: #34383c;
  background: #e9ebec;
  border-left: 1px solid #dbdee0; }
  .aside-menu .nav-tabs {
    border-color: #dbdee0; }
    .aside-menu .nav-tabs .nav-link {
      padding: 0.75rem 1rem;
      color: #34383c;
      border-top: 0; }
      .aside-menu .nav-tabs .nav-link.active {
        color: #36a9e1;
        border-right-color: #dbdee0;
        border-left-color: #dbdee0; }
    .aside-menu .nav-tabs .nav-item:first-child .nav-link {
      border-left: 0; }
  .aside-menu .tab-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    border-top: 1px solid #dbdee0;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .aside-menu .tab-content::-webkit-scrollbar {
      width: 10px;
      margin-left: -10px;
      -webkit-appearance: none; }
    .aside-menu .tab-content::-webkit-scrollbar-track {
      background-color: #f7f7f8;
      border-right: 1px solid #dbdfe0;
      border-left: 1px solid #dbdfe0; }
    .aside-menu .tab-content::-webkit-scrollbar-thumb {
      height: 50px;
      background-color: #ced2d4;
      background-clip: content-box;
      border-color: transparent;
      border-style: solid;
      border-width: 1px 2px; }
    .aside-menu .tab-content .tab-pane {
      padding: 0; }

#loading-bar,
#loading-bar-spinner {
  -webkit-pointer-events: none;
  pointer-events: none;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  -webkit-transition: 350ms linear all;
  transition: 350ms linear all; }

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0; }

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1; }

#loading-bar .bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20002;
  width: 100%;
  height: 2px;
  background: #36a9e1;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  -webkit-transition: width 350ms;
  transition: width 350ms; }

#loading-bar .peg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 2px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  opacity: .45; }

#loading-bar-spinner {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10002;
  display: block; }

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite; }

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 2000;
  width: 100%;
  height: 2px;
  background: #36a9e1; }

.social-box {
  min-height: 160px;
  margin-bottom: 1.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid #dbdee0; }
  .social-box i {
    display: block;
    margin: -1px -1px 0;
    font-size: 40px;
    line-height: 90px;
    background: #e9ebec; }
  .social-box .chart-wrapper {
    height: 90px;
    margin: -90px 0 0; }
    .social-box .chart-wrapper canvas {
      width: 100% !important;
      height: 90px !important; }
  .social-box ul {
    padding: 10px 0;
    list-style: none; }
    .social-box ul li {
      display: block;
      float: left;
      width: 50%; }
      .social-box ul li:first-child {
        border-right: 1px solid #dbdee0; }
      .social-box ul li strong {
        display: block;
        font-size: 20px; }
      .social-box ul li span {
        font-size: 10px;
        font-weight: 500;
        color: #dbdee0;
        text-transform: uppercase; }
  .social-box.facebook i {
    color: #fff;
    background: #3b5998; }
  .social-box.twitter i {
    color: #fff;
    background: #00aced; }
  .social-box.linkedin i {
    color: #fff;
    background: #4875b4; }
  .social-box.google-plus i {
    color: #fff;
    background: #bb4b39; }

.horizontal-bars {
  padding: 0;
  margin: 0;
  list-style: none; }
  .horizontal-bars li {
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle; }
    .horizontal-bars li .title {
      width: 100px;
      font-size: 12px;
      font-weight: 600;
      color: #9fabb8;
      vertical-align: middle; }
    .horizontal-bars li .bars {
      position: absolute;
      top: 15px;
      width: 100%;
      padding-left: 100px; }
      .horizontal-bars li .bars .progress:first-child {
        margin-bottom: 2px; }
    .horizontal-bars li.legend {
      text-align: center; }
      .horizontal-bars li.legend .badge {
        display: inline-block;
        width: 8px;
        height: 8px;
        padding: 0; }
    .horizontal-bars li.divider {
      height: 40px; }
      .horizontal-bars li.divider i {
        margin: 0 !important; }
  .horizontal-bars.type-2 li {
    overflow: hidden; }
    .horizontal-bars.type-2 li i {
      display: inline-block;
      margin-right: 1rem;
      margin-left: 5px;
      font-size: 18px;
      line-height: 40px; }
    .horizontal-bars.type-2 li .title {
      display: inline-block;
      width: auto;
      margin-top: -9px;
      font-size: 0.875rem;
      font-weight: normal;
      line-height: 40px;
      color: #34383c; }
    .horizontal-bars.type-2 li .value {
      float: right;
      font-weight: 600; }
    .horizontal-bars.type-2 li .bars {
      position: absolute;
      top: auto;
      bottom: 0;
      padding: 0; }

ul.icons-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.icons-list li {
    position: relative;
    height: 40px;
    vertical-align: middle; }
    ul.icons-list li i {
      display: block;
      float: left;
      width: 35px !important;
      height: 35px !important;
      margin: 2px;
      line-height: 35px !important;
      text-align: center; }
    ul.icons-list li .desc {
      height: 40px;
      margin-left: 50px;
      border-bottom: 1px solid #dbdee0; }
      ul.icons-list li .desc .title {
        padding: 2px 0 0;
        margin: 0; }
      ul.icons-list li .desc small {
        display: block;
        margin-top: -4px;
        color: #9fabb8; }
    ul.icons-list li .value {
      position: absolute;
      top: 2px;
      right: 45px;
      text-align: right; }
      ul.icons-list li .value strong {
        display: block;
        margin-top: -3px; }
    ul.icons-list li .actions {
      position: absolute;
      top: -4px;
      right: 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center; }
      ul.icons-list li .actions i {
        float: none;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        line-height: normal; }
    ul.icons-list li.divider {
      height: 40px; }
      ul.icons-list li.divider i {
        width: auto;
        height: auto;
        margin: 2px 0 0;
        font-size: 18px; }

.app-footer {
  min-height: 50px;
  padding: 0 1rem;
  line-height: 50px;
  color: #34383c;
  background: #f9f9f9;
  border-top: 1px solid #dbdee0; }

.alert ol, .alert ul, .alert dl {
  margin: 0;
  padding: 0 10px; }

.btn-transparent {
  color: #212529;
  background-color: #fff;
  border-color: transparent; }
  .btn-transparent:hover {
    color: #fff;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0); }
  .btn-transparent:focus, .btn-transparent.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-transparent.disabled, .btn-transparent:disabled {
    color: #212529;
    background-color: #fff;
    border-color: transparent; }
  .btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active, .show > .btn-transparent.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0); }
    .btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-transparent.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn [class^="icon-"], .btn [class*=" icon-"] {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle; }

.btn-facebook,
.btn-twitter,
.btn-linkedin,
.btn-flickr,
.btn-tumblr,
.btn-xing,
.btn-github,
.btn-html5,
.btn-openid,
.btn-stack-overflow,
.btn-youtube,
.btn-css3,
.btn-dribbble,
.btn-google-plus,
.btn-instagram,
.btn-pinterest,
.btn-vk,
.btn-yahoo,
.btn-behance,
.btn-dropbox,
.btn-reddit,
.btn-spotify,
.btn-vine,
.btn-foursquare,
.btn-vimeo {
  position: relative;
  overflow: hidden;
  color: #fff !important;
  text-align: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 0; }
  .btn-facebook::before,
  .btn-twitter::before,
  .btn-linkedin::before,
  .btn-flickr::before,
  .btn-tumblr::before,
  .btn-xing::before,
  .btn-github::before,
  .btn-html5::before,
  .btn-openid::before,
  .btn-stack-overflow::before,
  .btn-youtube::before,
  .btn-css3::before,
  .btn-dribbble::before,
  .btn-google-plus::before,
  .btn-instagram::before,
  .btn-pinterest::before,
  .btn-vk::before,
  .btn-yahoo::before,
  .btn-behance::before,
  .btn-dropbox::before,
  .btn-reddit::before,
  .btn-spotify::before,
  .btn-vine::before,
  .btn-foursquare::before,
  .btn-vimeo::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  .btn-facebook:hover,
  .btn-twitter:hover,
  .btn-linkedin:hover,
  .btn-flickr:hover,
  .btn-tumblr:hover,
  .btn-xing:hover,
  .btn-github:hover,
  .btn-html5:hover,
  .btn-openid:hover,
  .btn-stack-overflow:hover,
  .btn-youtube:hover,
  .btn-css3:hover,
  .btn-dribbble:hover,
  .btn-google-plus:hover,
  .btn-instagram:hover,
  .btn-pinterest:hover,
  .btn-vk:hover,
  .btn-yahoo:hover,
  .btn-behance:hover,
  .btn-dropbox:hover,
  .btn-reddit:hover,
  .btn-spotify:hover,
  .btn-vine:hover,
  .btn-foursquare:hover,
  .btn-vimeo:hover {
    color: #fff; }
  .btn-facebook.icon span,
  .btn-twitter.icon span,
  .btn-linkedin.icon span,
  .btn-flickr.icon span,
  .btn-tumblr.icon span,
  .btn-xing.icon span,
  .btn-github.icon span,
  .btn-html5.icon span,
  .btn-openid.icon span,
  .btn-stack-overflow.icon span,
  .btn-youtube.icon span,
  .btn-css3.icon span,
  .btn-dribbble.icon span,
  .btn-google-plus.icon span,
  .btn-instagram.icon span,
  .btn-pinterest.icon span,
  .btn-vk.icon span,
  .btn-yahoo.icon span,
  .btn-behance.icon span,
  .btn-dropbox.icon span,
  .btn-reddit.icon span,
  .btn-spotify.icon span,
  .btn-vine.icon span,
  .btn-foursquare.icon span,
  .btn-vimeo.icon span {
    display: none; }
  .btn-facebook.text::before,
  .btn-twitter.text::before,
  .btn-linkedin.text::before,
  .btn-flickr.text::before,
  .btn-tumblr.text::before,
  .btn-xing.text::before,
  .btn-github.text::before,
  .btn-html5.text::before,
  .btn-openid.text::before,
  .btn-stack-overflow.text::before,
  .btn-youtube.text::before,
  .btn-css3.text::before,
  .btn-dribbble.text::before,
  .btn-google-plus.text::before,
  .btn-instagram.text::before,
  .btn-pinterest.text::before,
  .btn-vk.text::before,
  .btn-yahoo.text::before,
  .btn-behance.text::before,
  .btn-dropbox.text::before,
  .btn-reddit.text::before,
  .btn-spotify.text::before,
  .btn-vine.text::before,
  .btn-foursquare.text::before,
  .btn-vimeo.text::before {
    display: none; }
  .btn-facebook.text span,
  .btn-twitter.text span,
  .btn-linkedin.text span,
  .btn-flickr.text span,
  .btn-tumblr.text span,
  .btn-xing.text span,
  .btn-github.text span,
  .btn-html5.text span,
  .btn-openid.text span,
  .btn-stack-overflow.text span,
  .btn-youtube.text span,
  .btn-css3.text span,
  .btn-dribbble.text span,
  .btn-google-plus.text span,
  .btn-instagram.text span,
  .btn-pinterest.text span,
  .btn-vk.text span,
  .btn-yahoo.text span,
  .btn-behance.text span,
  .btn-dropbox.text span,
  .btn-reddit.text span,
  .btn-spotify.text span,
  .btn-vine.text span,
  .btn-foursquare.text span,
  .btn-vimeo.text span {
    margin-left: 0 !important; }
  .btn-facebook::before,
  .btn-twitter::before,
  .btn-linkedin::before,
  .btn-flickr::before,
  .btn-tumblr::before,
  .btn-xing::before,
  .btn-github::before,
  .btn-html5::before,
  .btn-openid::before,
  .btn-stack-overflow::before,
  .btn-youtube::before,
  .btn-css3::before,
  .btn-dribbble::before,
  .btn-google-plus::before,
  .btn-instagram::before,
  .btn-pinterest::before,
  .btn-vk::before,
  .btn-yahoo::before,
  .btn-behance::before,
  .btn-dropbox::before,
  .btn-reddit::before,
  .btn-spotify::before,
  .btn-vine::before,
  .btn-foursquare::before,
  .btn-vimeo::before {
    width: 2.0625rem;
    height: 2.0625rem;
    padding: 0.375rem 0;
    font-size: 0.875rem;
    line-height: 1.5; }
  .btn-facebook span,
  .btn-twitter span,
  .btn-linkedin span,
  .btn-flickr span,
  .btn-tumblr span,
  .btn-xing span,
  .btn-github span,
  .btn-html5 span,
  .btn-openid span,
  .btn-stack-overflow span,
  .btn-youtube span,
  .btn-css3 span,
  .btn-dribbble span,
  .btn-google-plus span,
  .btn-instagram span,
  .btn-pinterest span,
  .btn-vk span,
  .btn-yahoo span,
  .btn-behance span,
  .btn-dropbox span,
  .btn-reddit span,
  .btn-spotify span,
  .btn-vine span,
  .btn-foursquare span,
  .btn-vimeo span {
    margin-left: 2.0625rem; }
  .btn-facebook.icon,
  .btn-twitter.icon,
  .btn-linkedin.icon,
  .btn-flickr.icon,
  .btn-tumblr.icon,
  .btn-xing.icon,
  .btn-github.icon,
  .btn-html5.icon,
  .btn-openid.icon,
  .btn-stack-overflow.icon,
  .btn-youtube.icon,
  .btn-css3.icon,
  .btn-dribbble.icon,
  .btn-google-plus.icon,
  .btn-instagram.icon,
  .btn-pinterest.icon,
  .btn-vk.icon,
  .btn-yahoo.icon,
  .btn-behance.icon,
  .btn-dropbox.icon,
  .btn-reddit.icon,
  .btn-spotify.icon,
  .btn-vine.icon,
  .btn-foursquare.icon,
  .btn-vimeo.icon {
    width: 2.0625rem;
    height: 2.0625rem; }
  .btn-facebook.btn-lg,
  .btn-twitter.btn-lg,
  .btn-linkedin.btn-lg,
  .btn-flickr.btn-lg,
  .btn-tumblr.btn-lg,
  .btn-xing.btn-lg,
  .btn-github.btn-lg,
  .btn-html5.btn-lg,
  .btn-openid.btn-lg,
  .btn-stack-overflow.btn-lg,
  .btn-youtube.btn-lg,
  .btn-css3.btn-lg,
  .btn-dribbble.btn-lg,
  .btn-google-plus.btn-lg,
  .btn-instagram.btn-lg,
  .btn-pinterest.btn-lg,
  .btn-vk.btn-lg,
  .btn-yahoo.btn-lg,
  .btn-behance.btn-lg,
  .btn-dropbox.btn-lg,
  .btn-reddit.btn-lg,
  .btn-spotify.btn-lg,
  .btn-vine.btn-lg,
  .btn-foursquare.btn-lg,
  .btn-vimeo.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border: 0; }
    .btn-facebook.btn-lg::before,
    .btn-twitter.btn-lg::before,
    .btn-linkedin.btn-lg::before,
    .btn-flickr.btn-lg::before,
    .btn-tumblr.btn-lg::before,
    .btn-xing.btn-lg::before,
    .btn-github.btn-lg::before,
    .btn-html5.btn-lg::before,
    .btn-openid.btn-lg::before,
    .btn-stack-overflow.btn-lg::before,
    .btn-youtube.btn-lg::before,
    .btn-css3.btn-lg::before,
    .btn-dribbble.btn-lg::before,
    .btn-google-plus.btn-lg::before,
    .btn-instagram.btn-lg::before,
    .btn-pinterest.btn-lg::before,
    .btn-vk.btn-lg::before,
    .btn-yahoo.btn-lg::before,
    .btn-behance.btn-lg::before,
    .btn-dropbox.btn-lg::before,
    .btn-reddit.btn-lg::before,
    .btn-spotify.btn-lg::before,
    .btn-vine.btn-lg::before,
    .btn-foursquare.btn-lg::before,
    .btn-vimeo.btn-lg::before {
      width: 2.875rem;
      height: 2.875rem;
      padding: 0.5rem 0;
      font-size: 1.25rem;
      line-height: 1.5; }
    .btn-facebook.btn-lg span,
    .btn-twitter.btn-lg span,
    .btn-linkedin.btn-lg span,
    .btn-flickr.btn-lg span,
    .btn-tumblr.btn-lg span,
    .btn-xing.btn-lg span,
    .btn-github.btn-lg span,
    .btn-html5.btn-lg span,
    .btn-openid.btn-lg span,
    .btn-stack-overflow.btn-lg span,
    .btn-youtube.btn-lg span,
    .btn-css3.btn-lg span,
    .btn-dribbble.btn-lg span,
    .btn-google-plus.btn-lg span,
    .btn-instagram.btn-lg span,
    .btn-pinterest.btn-lg span,
    .btn-vk.btn-lg span,
    .btn-yahoo.btn-lg span,
    .btn-behance.btn-lg span,
    .btn-dropbox.btn-lg span,
    .btn-reddit.btn-lg span,
    .btn-spotify.btn-lg span,
    .btn-vine.btn-lg span,
    .btn-foursquare.btn-lg span,
    .btn-vimeo.btn-lg span {
      margin-left: 2.875rem; }
    .btn-facebook.btn-lg.icon,
    .btn-twitter.btn-lg.icon,
    .btn-linkedin.btn-lg.icon,
    .btn-flickr.btn-lg.icon,
    .btn-tumblr.btn-lg.icon,
    .btn-xing.btn-lg.icon,
    .btn-github.btn-lg.icon,
    .btn-html5.btn-lg.icon,
    .btn-openid.btn-lg.icon,
    .btn-stack-overflow.btn-lg.icon,
    .btn-youtube.btn-lg.icon,
    .btn-css3.btn-lg.icon,
    .btn-dribbble.btn-lg.icon,
    .btn-google-plus.btn-lg.icon,
    .btn-instagram.btn-lg.icon,
    .btn-pinterest.btn-lg.icon,
    .btn-vk.btn-lg.icon,
    .btn-yahoo.btn-lg.icon,
    .btn-behance.btn-lg.icon,
    .btn-dropbox.btn-lg.icon,
    .btn-reddit.btn-lg.icon,
    .btn-spotify.btn-lg.icon,
    .btn-vine.btn-lg.icon,
    .btn-foursquare.btn-lg.icon,
    .btn-vimeo.btn-lg.icon {
      width: 2.875rem;
      height: 2.875rem; }
  .btn-facebook.btn-sm,
  .btn-twitter.btn-sm,
  .btn-linkedin.btn-sm,
  .btn-flickr.btn-sm,
  .btn-tumblr.btn-sm,
  .btn-xing.btn-sm,
  .btn-github.btn-sm,
  .btn-html5.btn-sm,
  .btn-openid.btn-sm,
  .btn-stack-overflow.btn-sm,
  .btn-youtube.btn-sm,
  .btn-css3.btn-sm,
  .btn-dribbble.btn-sm,
  .btn-google-plus.btn-sm,
  .btn-instagram.btn-sm,
  .btn-pinterest.btn-sm,
  .btn-vk.btn-sm,
  .btn-yahoo.btn-sm,
  .btn-behance.btn-sm,
  .btn-dropbox.btn-sm,
  .btn-reddit.btn-sm,
  .btn-spotify.btn-sm,
  .btn-vine.btn-sm,
  .btn-foursquare.btn-sm,
  .btn-vimeo.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border: 0; }
    .btn-facebook.btn-sm::before,
    .btn-twitter.btn-sm::before,
    .btn-linkedin.btn-sm::before,
    .btn-flickr.btn-sm::before,
    .btn-tumblr.btn-sm::before,
    .btn-xing.btn-sm::before,
    .btn-github.btn-sm::before,
    .btn-html5.btn-sm::before,
    .btn-openid.btn-sm::before,
    .btn-stack-overflow.btn-sm::before,
    .btn-youtube.btn-sm::before,
    .btn-css3.btn-sm::before,
    .btn-dribbble.btn-sm::before,
    .btn-google-plus.btn-sm::before,
    .btn-instagram.btn-sm::before,
    .btn-pinterest.btn-sm::before,
    .btn-vk.btn-sm::before,
    .btn-yahoo.btn-sm::before,
    .btn-behance.btn-sm::before,
    .btn-dropbox.btn-sm::before,
    .btn-reddit.btn-sm::before,
    .btn-spotify.btn-sm::before,
    .btn-vine.btn-sm::before,
    .btn-foursquare.btn-sm::before,
    .btn-vimeo.btn-sm::before {
      width: 1.8125rem;
      height: 1.8125rem;
      padding: 0.25rem 0;
      font-size: 0.875rem;
      line-height: 1.5; }
    .btn-facebook.btn-sm span,
    .btn-twitter.btn-sm span,
    .btn-linkedin.btn-sm span,
    .btn-flickr.btn-sm span,
    .btn-tumblr.btn-sm span,
    .btn-xing.btn-sm span,
    .btn-github.btn-sm span,
    .btn-html5.btn-sm span,
    .btn-openid.btn-sm span,
    .btn-stack-overflow.btn-sm span,
    .btn-youtube.btn-sm span,
    .btn-css3.btn-sm span,
    .btn-dribbble.btn-sm span,
    .btn-google-plus.btn-sm span,
    .btn-instagram.btn-sm span,
    .btn-pinterest.btn-sm span,
    .btn-vk.btn-sm span,
    .btn-yahoo.btn-sm span,
    .btn-behance.btn-sm span,
    .btn-dropbox.btn-sm span,
    .btn-reddit.btn-sm span,
    .btn-spotify.btn-sm span,
    .btn-vine.btn-sm span,
    .btn-foursquare.btn-sm span,
    .btn-vimeo.btn-sm span {
      margin-left: 1.8125rem; }
    .btn-facebook.btn-sm.icon,
    .btn-twitter.btn-sm.icon,
    .btn-linkedin.btn-sm.icon,
    .btn-flickr.btn-sm.icon,
    .btn-tumblr.btn-sm.icon,
    .btn-xing.btn-sm.icon,
    .btn-github.btn-sm.icon,
    .btn-html5.btn-sm.icon,
    .btn-openid.btn-sm.icon,
    .btn-stack-overflow.btn-sm.icon,
    .btn-youtube.btn-sm.icon,
    .btn-css3.btn-sm.icon,
    .btn-dribbble.btn-sm.icon,
    .btn-google-plus.btn-sm.icon,
    .btn-instagram.btn-sm.icon,
    .btn-pinterest.btn-sm.icon,
    .btn-vk.btn-sm.icon,
    .btn-yahoo.btn-sm.icon,
    .btn-behance.btn-sm.icon,
    .btn-dropbox.btn-sm.icon,
    .btn-reddit.btn-sm.icon,
    .btn-spotify.btn-sm.icon,
    .btn-vine.btn-sm.icon,
    .btn-foursquare.btn-sm.icon,
    .btn-vimeo.btn-sm.icon {
      width: 1.8125rem;
      height: 1.8125rem; }

.btn-facebook {
  background: #3b5998; }
  .btn-facebook::before {
    content: "\f09a";
    background: #344e86; }
  .btn-facebook:hover {
    background: #344e86; }
    .btn-facebook:hover::before {
      background: #2d4373; }

.btn-twitter {
  background: #00aced; }
  .btn-twitter::before {
    content: "\f099";
    background: #0099d4; }
  .btn-twitter:hover {
    background: #0099d4; }
    .btn-twitter:hover::before {
      background: #0087ba; }

.btn-linkedin {
  background: #4875b4; }
  .btn-linkedin::before {
    content: "\f0e1";
    background: #4169a2; }
  .btn-linkedin:hover {
    background: #4169a2; }
    .btn-linkedin:hover::before {
      background: #395d90; }

.btn-flickr {
  background: #ff0084; }
  .btn-flickr::before {
    content: "\f16e";
    background: #e60077; }
  .btn-flickr:hover {
    background: #e60077; }
    .btn-flickr:hover::before {
      background: #cc006a; }

.btn-tumblr {
  background: #32506d; }
  .btn-tumblr::before {
    content: "\f173";
    background: #2a435c; }
  .btn-tumblr:hover {
    background: #2a435c; }
    .btn-tumblr:hover::before {
      background: #22364a; }

.btn-xing {
  background: #026466; }
  .btn-xing::before {
    content: "\f168";
    background: #024b4d; }
  .btn-xing:hover {
    background: #024b4d; }
    .btn-xing:hover::before {
      background: #013334; }

.btn-github {
  background: #4183c4; }
  .btn-github::before {
    content: "\f09b";
    background: #3876b4; }
  .btn-github:hover {
    background: #3876b4; }
    .btn-github:hover::before {
      background: #3269a0; }

.btn-html5 {
  background: #e34f26; }
  .btn-html5::before {
    content: "\f13b";
    background: #d4431b; }
  .btn-html5:hover {
    background: #d4431b; }
    .btn-html5:hover::before {
      background: #be3c18; }

.btn-openid {
  background: #f78c40; }
  .btn-openid::before {
    content: "\f19b";
    background: #f67d28; }
  .btn-openid:hover {
    background: #f67d28; }
    .btn-openid:hover::before {
      background: #f56f0f; }

.btn-stack-overflow {
  background: #fe7a15; }
  .btn-stack-overflow::before {
    content: "\f16c";
    background: #f86c01; }
  .btn-stack-overflow:hover {
    background: #f86c01; }
    .btn-stack-overflow:hover::before {
      background: #df6101; }

.btn-css3 {
  background: #0170ba; }
  .btn-css3::before {
    content: "\f13c";
    background: #0161a1; }
  .btn-css3:hover {
    background: #0161a1; }
    .btn-css3:hover::before {
      background: #015187; }

.btn-youtube {
  background: #b00; }
  .btn-youtube::before {
    content: "\f167";
    background: #a20000; }
  .btn-youtube:hover {
    background: #a20000; }
    .btn-youtube:hover::before {
      background: #880000; }

.btn-dribbble {
  background: #ea4c89; }
  .btn-dribbble::before {
    content: "\f17d";
    background: #e7357a; }
  .btn-dribbble:hover {
    background: #e7357a; }
    .btn-dribbble:hover::before {
      background: #e51e6b; }

.btn-google-plus {
  background: #bb4b39; }
  .btn-google-plus::before {
    content: "\f0d5";
    background: #a74333; }
  .btn-google-plus:hover {
    background: #a74333; }
    .btn-google-plus:hover::before {
      background: #943b2d; }

.btn-instagram {
  background: #517fa4; }
  .btn-instagram::before {
    content: "\f16d";
    background: #497293; }
  .btn-instagram:hover {
    background: #497293; }
    .btn-instagram:hover::before {
      background: #406582; }

.btn-pinterest {
  background: #cb2027; }
  .btn-pinterest::before {
    content: "\f0d2";
    background: #b51d23; }
  .btn-pinterest:hover {
    background: #b51d23; }
    .btn-pinterest:hover::before {
      background: #9f191f; }

.btn-vk {
  background: #45668e; }
  .btn-vk::before {
    content: "\f189";
    background: #3d5a7d; }
  .btn-vk:hover {
    background: #3d5a7d; }
    .btn-vk:hover::before {
      background: #344d6c; }

.btn-yahoo {
  background: #400191; }
  .btn-yahoo::before {
    content: "\f19e";
    background: #350178; }
  .btn-yahoo:hover {
    background: #350178; }
    .btn-yahoo:hover::before {
      background: #2a015e; }

.btn-behance {
  background: #1769ff; }
  .btn-behance::before {
    content: "\f1b4";
    background: #0059fd; }
  .btn-behance:hover {
    background: #0059fd; }
    .btn-behance:hover::before {
      background: #0050e3; }

.btn-dropbox {
  background: #007ee5; }
  .btn-dropbox::before {
    content: "\f16b";
    background: #0070cc; }
  .btn-dropbox:hover {
    background: #0070cc; }
    .btn-dropbox:hover::before {
      background: #0062b2; }

.btn-reddit {
  background: #ff4500; }
  .btn-reddit::before {
    content: "\f1a1";
    background: #e63e00; }
  .btn-reddit:hover {
    background: #e63e00; }
    .btn-reddit:hover::before {
      background: #cc3700; }

.btn-spotify {
  background: #7ab800; }
  .btn-spotify::before {
    content: "\f1bc";
    background: #699f00; }
  .btn-spotify:hover {
    background: #699f00; }
    .btn-spotify:hover::before {
      background: #588500; }

.btn-vine {
  background: #00bf8f; }
  .btn-vine::before {
    content: "\f1ca";
    background: #00a67c; }
  .btn-vine:hover {
    background: #00a67c; }
    .btn-vine:hover::before {
      background: #008c69; }

.btn-foursquare {
  background: #1073af; }
  .btn-foursquare::before {
    content: "\f180";
    background: #0e6498; }
  .btn-foursquare:hover {
    background: #0e6498; }
    .btn-foursquare:hover::before {
      background: #0c5480; }

.btn-vimeo {
  background: #aad450; }
  .btn-vimeo::before {
    content: "\f194";
    background: #a0cf3c; }
  .btn-vimeo:hover {
    background: #a0cf3c; }
    .btn-vimeo:hover::before {
      background: #93c130; }

hr.transparent {
  border-top: 1px solid transparent; }

.auth-page-title {
  margin-bottom: 15px;
  color: #ccc; }

.auth-page-details {
  margin-bottom: 10px;
  color: #ccc; }

.breadcrumb-menu {
  position: absolute;
  top: 0;
  right: 2rem; }
  .breadcrumb-menu::before {
    display: none; }
  .breadcrumb-menu .btn {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .breadcrumb-menu .btn.btn-secondary {
    color: #9fabb8;
    border: 0; }
    .breadcrumb-menu .btn.btn-secondary:hover, .breadcrumb-menu .btn.btn-secondary.active {
      color: #34383c;
      background: transparent; }
  .breadcrumb-menu .open .btn.btn-secondary {
    color: #34383c;
    background: transparent; }
  .breadcrumb-menu .dropdown-menu {
    min-width: 180px;
    line-height: 1.5; }

.img-avatar {
  border-radius: 50em; }

.avatar {
  position: relative;
  display: inline-block;
  width: 50px; }
  .avatar .img-avatar {
    width: 50px;
    height: 50px; }
  .avatar .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50em; }

.avatar.avatar-xs {
  position: relative;
  display: inline-block;
  width: 20px; }
  .avatar.avatar-xs .img-avatar {
    width: 20px;
    height: 20px; }
  .avatar.avatar-xs .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50em; }

.avatar.avatar-sm {
  position: relative;
  display: inline-block;
  width: 24px; }
  .avatar.avatar-sm .img-avatar {
    width: 24px;
    height: 24px; }
  .avatar.avatar-sm .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50em; }

.avatar.avatar-lg {
  position: relative;
  display: inline-block;
  width: 72px; }
  .avatar.avatar-lg .img-avatar {
    width: 72px;
    height: 72px; }
  .avatar.avatar-lg .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50em; }

.avatars-stack .avatar.avatar-xs {
  margin-right: -10px; }
.avatars-stack .avatar {
  margin-right: -15px;
  transition-duration: 0.25s, 0.25s;
  transition-property: margin-left, margin-right; }
  .avatars-stack .avatar:hover {
    margin-right: 0 !important; }

.callout {
  position: relative;
  padding: 0 1rem;
  margin: 1rem 0;
  border: 0 solid #dbdee0;
  border-left-width: .25rem; }
  .callout .chart-wrapper {
    position: absolute;
    top: 18px;
    left: 45%;
    float: right;
    width: 100px; }

.callout-bordered {
  border: 1px solid #dbdee0;
  border-left-width: .25rem; }

.callout code {
  border-radius: .25rem; }

.callout h4 {
  margin-top: 0;
  margin-bottom: .25rem; }

.callout p:last-child {
  margin-bottom: 0; }

.callout + .callout {
  margin-top: -0.25rem; }

.callout-default {
  border-left-color: #9fabb8; }
  .callout-default h4 {
    color: #9fabb8; }

.callout-primary {
  border-left-color: #36a9e1; }
  .callout-primary h4 {
    color: #36a9e1; }

.callout-info {
  border-left-color: #67c2ef; }
  .callout-info h4 {
    color: #67c2ef; }

.callout-warning {
  border-left-color: #fabb3d; }
  .callout-warning h4 {
    color: #fabb3d; }

.callout-danger {
  border-left-color: #ff5454; }
  .callout-danger h4 {
    color: #ff5454; }

.callout-success {
  border-left-color: #bdea74; }
  .callout-success h4 {
    color: #bdea74; }

.switch.switch-default {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-default .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-default .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #dbdee0;
    border-radius: 2px;
    -moz-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    -webkit-transition-property: opacity background;
    transition-property: opacity background; }
  .switch.switch-default .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-default .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-default .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #dbdee0;
    border-radius: 1px;
    -moz-transition: left .15s ease-out;
    -o-transition: left .15s ease-out;
    -webkit-transition: left .15s ease-out;
    transition: left .15s ease-out; }
  .switch.switch-default .switch-input:checked ~ .switch-handle {
    left: 18px; }
  .switch.switch-default.switch-lg {
    width: 48px;
    height: 28px; }
    .switch.switch-default.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-default.switch-lg .switch-handle {
      width: 24px;
      height: 24px; }
    .switch.switch-default.switch-lg .switch-input:checked ~ .switch-handle {
      left: 22px; }
  .switch.switch-default.switch-sm {
    width: 32px;
    height: 20px; }
    .switch.switch-default.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-default.switch-sm .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-default.switch-sm .switch-input:checked ~ .switch-handle {
      left: 14px; }
  .switch.switch-default.switch-xs {
    width: 24px;
    height: 16px; }
    .switch.switch-default.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-default.switch-xs .switch-handle {
      width: 12px;
      height: 12px; }
    .switch.switch-default.switch-xs .switch-input:checked ~ .switch-handle {
      left: 10px; }

.switch.switch-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-text .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-text .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #dbdee0;
    border-radius: 2px;
    -moz-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    -webkit-transition-property: opacity background;
    transition-property: opacity background; }
  .switch.switch-text .switch-label::before,
  .switch.switch-text .switch-label::after {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    -moz-transition: inherit;
    -o-transition: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
  .switch.switch-text .switch-label::before {
    right: 1px;
    color: #e9ebec;
    content: attr(data-off); }
  .switch.switch-text .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0; }
  .switch.switch-text .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-text .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-text .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #dbdee0;
    border-radius: 1px;
    -moz-transition: left .15s ease-out;
    -o-transition: left .15s ease-out;
    -webkit-transition: left .15s ease-out;
    transition: left .15s ease-out; }
  .switch.switch-text .switch-input:checked ~ .switch-handle {
    left: 26px; }
  .switch.switch-text.switch-lg {
    width: 56px;
    height: 28px; }
    .switch.switch-text.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-text.switch-lg .switch-handle {
      width: 24px;
      height: 24px; }
    .switch.switch-text.switch-lg .switch-input:checked ~ .switch-handle {
      left: 30px; }
  .switch.switch-text.switch-sm {
    width: 40px;
    height: 20px; }
    .switch.switch-text.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-text.switch-sm .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-text.switch-sm .switch-input:checked ~ .switch-handle {
      left: 22px; }
  .switch.switch-text.switch-xs {
    width: 32px;
    height: 16px; }
    .switch.switch-text.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-text.switch-xs .switch-handle {
      width: 12px;
      height: 12px; }
    .switch.switch-text.switch-xs .switch-input:checked ~ .switch-handle {
      left: 18px; }

.switch.switch-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-icon .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-icon .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #dbdee0;
    border-radius: 2px;
    -moz-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    -webkit-transition-property: opacity background;
    transition-property: opacity background; }
  .switch.switch-icon .switch-label::before,
  .switch.switch-icon .switch-label::after {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    -moz-transition: inherit;
    -o-transition: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
  .switch.switch-icon .switch-label::before {
    right: 1px;
    color: #e9ebec;
    content: attr(data-off); }
  .switch.switch-icon .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0; }
  .switch.switch-icon .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-icon .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-icon .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #dbdee0;
    border-radius: 1px;
    -moz-transition: left .15s ease-out;
    -o-transition: left .15s ease-out;
    -webkit-transition: left .15s ease-out;
    transition: left .15s ease-out; }
  .switch.switch-icon .switch-input:checked ~ .switch-handle {
    left: 26px; }
  .switch.switch-icon.switch-lg {
    width: 56px;
    height: 28px; }
    .switch.switch-icon.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-icon.switch-lg .switch-handle {
      width: 24px;
      height: 24px; }
    .switch.switch-icon.switch-lg .switch-input:checked ~ .switch-handle {
      left: 30px; }
  .switch.switch-icon.switch-sm {
    width: 40px;
    height: 20px; }
    .switch.switch-icon.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-icon.switch-sm .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-icon.switch-sm .switch-input:checked ~ .switch-handle {
      left: 22px; }
  .switch.switch-icon.switch-xs {
    width: 32px;
    height: 16px; }
    .switch.switch-icon.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-icon.switch-xs .switch-handle {
      width: 12px;
      height: 12px; }
    .switch.switch-icon.switch-xs .switch-input:checked ~ .switch-handle {
      left: 18px; }

.switch.switch-3d {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-3d .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-3d .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f9f9f9;
    border: 1px solid #dbdee0;
    border-radius: 2px;
    -moz-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    -webkit-transition-property: opacity background;
    transition-property: opacity background; }
  .switch.switch-3d .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-3d .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-3d .switch-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #dbdee0;
    border-radius: 1px;
    -moz-transition: left .15s ease-out;
    -o-transition: left .15s ease-out;
    -webkit-transition: left .15s ease-out;
    transition: left .15s ease-out;
    border: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  .switch.switch-3d .switch-input:checked ~ .switch-handle {
    left: 16px; }
  .switch.switch-3d.switch-lg {
    width: 48px;
    height: 28px; }
    .switch.switch-3d.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-3d.switch-lg .switch-handle {
      width: 28px;
      height: 28px; }
    .switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
      left: 20px; }
  .switch.switch-3d.switch-sm {
    width: 32px;
    height: 20px; }
    .switch.switch-3d.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-3d.switch-sm .switch-handle {
      width: 20px;
      height: 20px; }
    .switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
      left: 12px; }
  .switch.switch-3d.switch-xs {
    width: 24px;
    height: 16px; }
    .switch.switch-3d.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-3d.switch-xs .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
      left: 8px; }

.switch-pill .switch-label, .switch.switch-3d .switch-label,
.switch-pill .switch-handle,
.switch.switch-3d .switch-handle {
  border-radius: 50em !important; }
.switch-pill .switch-label::before, .switch.switch-3d .switch-label::before {
  right: 2px !important; }
.switch-pill .switch-label::after, .switch.switch-3d .switch-label::after {
  left: 2px !important; }

.switch-primary > .switch-input:checked ~ .switch-label {
  background: #36a9e1 !important;
  border-color: #1e8fc6; }
.switch-primary > .switch-input:checked ~ .switch-handle {
  border-color: #1e8fc6; }

.switch-primary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #36a9e1; }
  .switch-primary-outline > .switch-input:checked ~ .switch-label::after {
    color: #36a9e1; }
.switch-primary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #36a9e1; }

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #36a9e1; }
  .switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #36a9e1; }
.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #36a9e1 !important;
  border-color: #36a9e1; }

.switch-secondary > .switch-input:checked ~ .switch-label {
  background: #e9ebec !important;
  border-color: #ced2d4; }
.switch-secondary > .switch-input:checked ~ .switch-handle {
  border-color: #ced2d4; }

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #e9ebec; }
  .switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
    color: #e9ebec; }
.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #e9ebec; }

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #e9ebec; }
  .switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #e9ebec; }
.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #e9ebec !important;
  border-color: #e9ebec; }

.switch-success > .switch-input:checked ~ .switch-label {
  background: #bdea74 !important;
  border-color: #a8e348; }
.switch-success > .switch-input:checked ~ .switch-handle {
  border-color: #a8e348; }

.switch-success-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #bdea74; }
  .switch-success-outline > .switch-input:checked ~ .switch-label::after {
    color: #bdea74; }
.switch-success-outline > .switch-input:checked ~ .switch-handle {
  border-color: #bdea74; }

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #bdea74; }
  .switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #bdea74; }
.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #bdea74 !important;
  border-color: #bdea74; }

.switch-info > .switch-input:checked ~ .switch-label {
  background: #67c2ef !important;
  border-color: #39afea; }
.switch-info > .switch-input:checked ~ .switch-handle {
  border-color: #39afea; }

.switch-info-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #67c2ef; }
  .switch-info-outline > .switch-input:checked ~ .switch-label::after {
    color: #67c2ef; }
.switch-info-outline > .switch-input:checked ~ .switch-handle {
  border-color: #67c2ef; }

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #67c2ef; }
  .switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #67c2ef; }
.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #67c2ef !important;
  border-color: #67c2ef; }

.switch-warning > .switch-input:checked ~ .switch-label {
  background: #fabb3d !important;
  border-color: #f9aa0b; }
.switch-warning > .switch-input:checked ~ .switch-handle {
  border-color: #f9aa0b; }

.switch-warning-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #fabb3d; }
  .switch-warning-outline > .switch-input:checked ~ .switch-label::after {
    color: #fabb3d; }
.switch-warning-outline > .switch-input:checked ~ .switch-handle {
  border-color: #fabb3d; }

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #fabb3d; }
  .switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #fabb3d; }
.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #fabb3d !important;
  border-color: #fabb3d; }

.switch-danger > .switch-input:checked ~ .switch-label {
  background: #ff5454 !important;
  border-color: #ff2121; }
.switch-danger > .switch-input:checked ~ .switch-handle {
  border-color: #ff2121; }

.switch-danger-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ff5454; }
  .switch-danger-outline > .switch-input:checked ~ .switch-label::after {
    color: #ff5454; }
.switch-danger-outline > .switch-input:checked ~ .switch-handle {
  border-color: #ff5454; }

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ff5454; }
  .switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #ff5454; }
.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #ff5454 !important;
  border-color: #ff5454; }

.chart-wrapper canvas {
  width: 100% !important; }

base-chart.chart {
  display: block !important; }

.b-a-0 {
  border: 0 !important; }

.b-t-0 {
  border-top: 0 !important; }

.b-r-0 {
  border-right: 0 !important; }

.b-b-0 {
  border-bottom: 0 !important; }

.b-l-0 {
  border-left: 0 !important; }

.b-a-1 {
  border: 1px solid #dbdee0 !important; }

.b-t-1 {
  border-top: 1px solid #dbdee0 !important; }

.b-r-1 {
  border-right: 1px solid #dbdee0 !important; }

.b-b-1 {
  border-bottom: 1px solid #dbdee0 !important; }

.b-l-1 {
  border-left: 1px solid #dbdee0 !important; }

.b-a-2 {
  border: 2px solid #dbdee0 !important; }

.b-t-2 {
  border-top: 2px solid #dbdee0 !important; }

.b-r-2 {
  border-right: 2px solid #dbdee0 !important; }

.b-b-2 {
  border-bottom: 2px solid #dbdee0 !important; }

.b-l-2 {
  border-left: 2px solid #dbdee0 !important; }

.label-pill {
  border-radius: 1rem !important; }

.open > .dropdown-menu {
  display: block; }

span.ui-select-match-item[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 3px 5px 4px 5px;
  margin: 2px 0px 2px 2px !important;
  border: 1px solid #d1d4d7;
  border-radius: 0;
  box-shadow: none;
  background-color: #f8f9fa;
  filter: none;
  background-image: none;
  font-size: 11px;
  position: relative;
  line-height: 13px;
  border-radius: 0; }
  span.ui-select-match-item[type="button"] .close {
    float: left;
    margin-left: 0 !important;
    margin-right: 5px; }

.navbar .form-inline {
  margin-top: 1px; }
  .navbar .form-inline .input-group {
    float: none; }
  .navbar .form-inline .btn {
    vertical-align: top;
    border: 0; }
  .navbar .form-inline .form-control {
    float: none !important;
    color: #000;
    vertical-align: top;
    background-color: #f9f9f9;
    border-color: #f2f2f2;
    margin-left: -2px;
    min-width: 500px; }
    .navbar .form-inline .form-control::placeholder {
      color: #34383c; }
    .navbar .form-inline .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #34383c; }
    .navbar .form-inline .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #34383c; }
    .navbar .form-inline .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #34383c; }
    .navbar .form-inline .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #34383c; }
  .navbar .form-inline .form-control::-webkit-input-placeholder {
    color: #34383c; }
  .navbar .form-inline .form-control:-moz-placeholder {
    color: #34383c; }
  .navbar .form-inline .form-control::-moz-placeholder {
    color: #34383c; }
  .navbar .form-inline .form-control:-ms-input-placeholder {
    color: #34383c; }
  .navbar .form-inline .input-group-btn {
    height: 40px;
    background-color: #e6e6e6;
    padding: 2px; }
    .navbar .form-inline .input-group-btn .btn {
      color: #34383c;
      background-color: #e6e6e6; }
      .navbar .form-inline .input-group-btn .btn.dropdown-toggle {
        background-color: #fff; }
.navbar header.navbar .nav-item {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.navbar .nav-item .navbar-toggler i, .navbar .mobile-sidebar-toggler i {
  width: 50px;
  height: 50px;
  line-height: 50px; }
.navbar .avatar img {
  width: 32px;
  height: 32px;
  margin: 7px; }

.aside-menu .nav.nav-tabs {
  background-color: #e9ebec; }

body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-link i {
  width: 45px;
  height: 45px;
  margin-top: -1rem !important;
  margin-right: 0.5rem;
  margin-bottom: -0.75rem;
  margin-left: -1rem;
  line-height: 45px;
  color: #9fabb8;
  border-right: 1px solid #dbdee0; }

.email-app {
  display: flex;
  flex: 1;
  flex-direction: row;
  overflow-x: hidden; }
  .email-app nav {
    flex: 0 0 200px;
    order: -1;
    padding: 15px;
    border-right: 1px solid #dbdee0; }
    .email-app nav .btn-block {
      margin-bottom: 15px; }
    .email-app nav ul.nav {
      flex-direction: column; }
      .email-app nav ul.nav li.nav-item {
        margin: 0;
        position: relative; }
        .email-app nav ul.nav li.nav-item a.nav-link {
          font-size: 12px;
          font-weight: 400;
          text-transform: uppercase;
          text-decoration: none;
          display: block;
          padding: 0 10px; }
          .email-app nav ul.nav li.nav-item a.nav-link i {
            width: 20px;
            text-align: center;
            margin: 0 10px 0 0;
            font-size: 14px; }
          .email-app nav ul.nav li.nav-item a.nav-link .tag {
            float: right;
            margin-top: 16px;
            margin-left: 10px; }
        .email-app nav ul.nav li.nav-item a.nav-link {
          line-height: 40px;
          color: #34383c;
          border-bottom: 1px solid #dbdee0; }
  .email-app main {
    flex: 1;
    padding: 15px; }
    .email-app main .toolbar {
      margin: -15px -15px 15px -15px;
      padding: 15px;
      border-bottom: 1px solid #dbdee0; }
    .email-app main ul.messages-list {
      list-style: none;
      margin: 15px -15px 0 -15px;
      padding: 15px 15px 0 15px; }
      .email-app main ul.messages-list li {
        cursor: pointer;
        margin-bottom: 10px;
        padding: 10px; }
        .email-app main ul.messages-list li a {
          color: black; }
          .email-app main ul.messages-list li a:hover {
            text-decoration: none; }
        .email-app main ul.messages-list li.unread .header, .email-app main ul.messages-list li.unread .title {
          font-weight: bold; }
        .email-app main ul.messages-list li:hover {
          border: 1px solid #dbdee0;
          padding: 9px; }
          .email-app main ul.messages-list li:hover .action {
            color: #dbdee0; }
        .email-app main ul.messages-list li .header {
          margin: 0 0 5px 0; }
          .email-app main ul.messages-list li .header .from {
            width: 49.9%;
            white-space: nowrap;
            overflow: hidden !important;
            text-overflow: ellipsis; }
          .email-app main ul.messages-list li .header .date {
            width: 50%;
            text-align: right;
            float: right; }
        .email-app main ul.messages-list li .title {
          margin: 0 0 5px 0;
          white-space: nowrap;
          overflow: hidden !important;
          text-overflow: ellipsis; }
        .email-app main ul.messages-list li .description {
          font-size: 12px;
          padding-left: 29px; }
        .email-app main ul.messages-list li .action {
          display: inline-block;
          width: 16px;
          text-align: center;
          margin-right: 10px;
          color: #dbdee0; }
          .email-app main ul.messages-list li .action .fa-check-square-o {
            margin: 0 -1px 0 1px; }
          .email-app main ul.messages-list li .action .fa-square {
            float: left;
            margin-top: -16px;
            margin-left: 4px;
            font-size: 11px;
            color: white; }
          .email-app main ul.messages-list li .action .fa-star.bg {
            float: left;
            margin-top: -16px;
            margin-left: 3px;
            font-size: 12px;
            color: white; }
    .email-app main .message .message-title {
      margin-top: 30px;
      padding-top: 10px;
      font-weight: bold;
      font-size: 14px; }
    .email-app main .message .header {
      margin: 20px 0 30px 0;
      padding: 10px 0 10px 0;
      border-top: 1px solid #dbdee0;
      border-bottom: 1px solid #dbdee0; }
      .email-app main .message .header .avatar {
        height: 34px;
        width: 34px;
        float: left;
        margin-right: 10px; }
      .email-app main .message .header i {
        margin-top: 1px; }
      .email-app main .message .header .from {
        display: inline-block;
        width: 50%;
        font-size: 12px;
        margin-top: -2px;
        color: #dbdee0; }
        .email-app main .message .header .from span {
          display: block;
          font-size: 14px;
          font-weight: bold; }
      .email-app main .message .header .date {
        display: inline-block;
        width: 29%;
        text-align: right;
        float: right;
        font-size: 12px;
        margin-top: 18px; }
    .email-app main .message .attachments {
      border-top: 3px solid #f9f9f9;
      border-bottom: 3px solid #f9f9f9;
      padding: 10px 0px;
      margin-bottom: 20px;
      font-size: 12px; }
      .email-app main .message .attachments ul {
        list-style: none;
        margin: 0 0 0 -40px; }
        .email-app main .message .attachments ul li {
          margin: 10px 0; }
          .email-app main .message .attachments ul li .tag {
            padding: 2px 4px; }
          .email-app main .message .attachments ul li span.quickMenu {
            float: right;
            text-align: right; }
            .email-app main .message .attachments ul li span.quickMenu .fa {
              padding: 5px 0 5px 25px;
              font-size: 14px;
              margin: -2px 0px 0px 5px;
              color: #dbdee0; }

/*# sourceMappingURL=style.css.map */
