:root {
  --white: #FFF;
  --orange: #ff7900;
  --black: #000;
  --gray: #ccc;
}

body.login_v01 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/hannah-wright-ujWZSOudHe0-unsplash.jpg");
  /*background-image: url("../img/hannah-wright-ujWZSOudHe0-unsplash.jpg");*/
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
body.login_v01 .bkg_v02 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/daniel-romero-73tFTwOrKPg-unsplash.jpg") !important;
}
body.login_v01 .box-login-desc {
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
}
body.login_v01 .box-footer {
  /*position: absolute;
           bottom: 0px;*/
  border-top: 2px solid #FFF;
  width: 100%;
}
body.login_v01 .box-footer a {
  color: #FFF;
  text-decoration: none;
}
body.login_v01 .box-footer a:hover {
  text-decoration: underline;
}
body.login_v01 .box-footer span {
  display: inline-block;
}
body.login_v01 .box-footer-login2 {
  /*position: absolute;
           bottom: 0px;*/
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
body.login_v01 .box-footer-login2 a {
  color: #FFF;
  text-decoration: none;
}
body.login_v01 .box-footer-login2 a:hover {
  text-decoration: underline;
}
body.login_v01 .box-footer-login2 span {
  display: block;
  margin-top: 0.5rem;
}
body.login_v01 .box-select-language {
  position: absolute;
  left: 1rem;
  top: 1rem;
}

/* top navigation */
.supra {
  display: flex !important;
}

/* Make footer always on bottom of page but not sticky */
body {
  height: 100vh;
  margin: 0;
}

/*footer {
    min-height: 65px;
}*/
/* Trick */
body {
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto !important;
}

/* back to top button */
#back-to-top-button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  line-height: 50px;
  color: #fff;
}
#back-to-top-button::after {
  /*        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;*/
}
#back-to-top-button:hover {
  cursor: pointer;
  background-color: #333;
}
#back-to-top-button:active {
  background-color: #555;
}
#back-to-top-button.show {
  opacity: 1;
  visibility: visible;
}

/*    #back-to-top-button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }*/
/*
    #back-to-top-button:hover {
        cursor: pointer;
        background-color: #333;
    }
*/
/*    #back-to-top-button:active {
        background-color: #555;
    }*/
/*    #back-to-top-button.show {
        opacity: 1;
        visibility: visible;
    }*/
/* UTILITIES */
.container-fluid-wide {
  /*padding-right: .625rem;
     padding-left: .625rem;*/
  padding-right: 0rem;
  padding-left: 0rem;
}

.bd-accordion-wrapper {
  position: relative;
  padding: 1rem;
  margin: 1rem -0.3125rem 0;
}

.background-none {
  background: none;
  background-color: unset;
}

.no-border {
  border-width: 0px;
}

.bg-yellow {
  background-color: #faf89f;
}

.bg-light-50, th.table-cell-inactive {
  background-color: rgba(204, 204, 204, 0.5) !important;
}

.bg-light-25, td.table-cell-inactive {
  background-color: rgba(204, 204, 204, 0.25) !important;
}

.bg-orange-50, th.table-cell-active {
  background-color: rgba(234, 119, 38, 0.5) !important;
}

.bg-orange-25, td.table-cell-active {
  background-color: rgba(234, 119, 38, 0.25) !important;
}

.b-dark {
  border-color: #000 !important;
}

.text-success {
  color: #4caf50 !important;
}

.text-danger {
  color: #ffb4e6 !important;
}

.text-warning {
  color: #ffd200 !important;
}

.modal-lg {
  max-width: 90% !important;
}

.position-bottom-0 {
  bottom: 0 !important;
}

.min-width-5rem {
  min-width: 15rem !important;
}

.min-width-10rem {
  min-width: 15rem !important;
}

.min-width-15rem {
  min-width: 15rem !important;
}

/* cards */
.card-stats .card-header.card-header-icon, .card-stats .card-header.card-header-text {
  text-align: right;
}

.card [class*=card-header-] .card-icon, .card [class*=card-header-] .card-text {
  border-radius: 3px;
  background-color: #999;
  padding: 15px;
  margin-top: -20px;
  margin-right: 15px;
  float: left;
}

.card.card-stats {
  border-color: #000 !important;
}

.card-header-blue {
  background-color: #5ab5e6 !important;
}

.card-header-green {
  background-color: #5cbf88 !important;
}

/* charts */
.card.card-chart {
  border-color: #000 !important;
}

#chart-container {
  height: 500px;
}

/* Highcharts */
.highcharts-figure, .highcharts-data-table table {
  min-width: 320px;
  max-width: 700px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

/* Link the series colors to axis colors */
.highcharts-color-0 {
  fill: #ff6600;
  /*stroke: #7cb5ec;*/
}

.highcharts-axis.highcharts-color-0 .highcharts-axis-line {
  /*stroke: #7cb5ec;*/
}

.highcharts-axis.highcharts-color-0 text {
  fill: #000;
}

.highcharts-color-1 {
  fill: #4bb4e6;
  /*stroke: #90ed7d;*/
}

.highcharts-axis.highcharts-color-1 .highcharts-axis-line {
  /*stroke: #90ed7d;*/
}

.highcharts-axis.highcharts-color-1 text {
  fill: #000;
}

.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 2px;
}

.highcharts-color-2 {
  fill: #50be87;
}

.highcharts-color-3 {
  fill: #9164cd;
}

/* badge */
.badge-amount-preview {
  position: absolute;
  top: 15px;
  right: 50px;
}

/* icon font size */
.fa-1x {
  font-size: 1.5em;
}

/* tables */
.table.table-row-clickable tbody tr:hover {
  cursor: pointer;
}

/* Cards */
.card-overable:hover {
  cursor: pointer;
}

/* forms */
.search-text .icon-search {
  top: 33px;
  right: 7px;
  font-size: 24px;
}

/* floating action button */
/* FAB */
.floatingButtonWrap {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 5px;
  z-index: 999999999;
}

.floatingButtonInner {
  position: relative;
}

.floatingButton {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  /*background: -webkit-linear-gradient(45deg, #008ed4, #8dbfcf);
     background: -o-linear-gradient(45deg, #008ed4, #8dbfcf);
     background: linear-gradient(45deg, #008ed4, #8dbfcf);
     background: #008ed4;*/
  background: var(--orange);
  color: #fff;
  line-height: 50px;
  position: absolute;
  border-radius: 50% 50%;
  bottom: 0px;
  right: 0px;
  border: 5px solid #b2bedc;
  border: 5px solid #FFF;
  /* opacity: 0.3; */
  opacity: 1;
  transition: all 0.4s;
  text-decoration: none;
}

.floatingButton .fas,
.floatingButton .fa {
  font-size: 15px !important;
}

.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.floatingButton .fas,
.floatingButton .fa {
  transform: rotate(0deg);
  transition: all 0.4s;
}

.floatingButton.open .fas,
.floatingButton .fa {
  transform: rotate(270deg);
}

.floatingMenu {
  position: absolute;
  bottom: 40px;
  right: 5px;
  /* width: 200px; */
  display: none;
}

.floatingMenu li {
  width: 100%;
  float: right;
  list-style: none;
  text-align: right;
  margin-bottom: 5px;
}

.floatingMenu li a {
  padding: 8px 15px;
  display: inline-block;
  /*background: rgba(216,38,47,.85);*/
  background: var(--white);
  color: var(--black);
  /*border-radius: 5px;*/
  border: 2px solid var(--black);
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s;
  /* -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
     box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22); */
  -webkit-box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
  box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
  text-decoration: none;
}

.floatingMenu li a:hover {
  margin-right: 10px;
  text-decoration: none;
  background: var(--black);
  color: var(--white);
}

.floatingMenu li a:active {
  background: var(--orange);
  border-color: var(--orange);
}

.floatingMenu li.active a {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
  margin-right: 10px;
}

/* datatabled classes */
.dt-header-center .tablesorter-header-inner span {
  justify-content: center;
}

.dataTables_filter label {
  font-size: 0px;
}

/* OVERRIDE */
/* override selctpicker */
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: var(--black) !important;
}

/* Boosted CSS */
.table [class*=" icon-"], .table [class^=icon-], .table [class^=svg-], .table img, .table svg {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  font-size: initial !important;
}

/* Select2 css */
.select2-container--default .select2-selection--multiple {
  display: block;
  width: 100%;
  min-height: 2.5rem;
  padding: calc(0.5rem - 1px) 0.625rem calc(0.5rem + 1px);
  font-family: HelvNeueOrange, Helvetica Neue, Helvetica, Arial, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.125rem solid #ccc;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Bootstrap select override */
.bootstrap-select .btn-light.focus, .bootstrap-select .btn-light:focus, .bootstrap-select .btn-light:hover, .bootstrap-select .btn-secondary.focus, .bootstrap-select .btn-secondary:focus, .bootstrap-select .btn-secondary:hover {
  color: #000;
  background-color: #FFF;
  border-color: #CCC;
  outline-color: #000;
}
.bootstrap-select.custom-select-sm button {
  height: 1.875rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
  font-size: 0.875rem;
}
.bootstrap-select.custom-select-sm .bs-searchbox .form-control {
  height: 1.875rem;
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.1428571429;
}

/* quick news box in homepage */
.quick-news .nav-item {
  position: relative;
}
.quick-news .nav-item .nav-link-readall {
  position: absolute;
  right: 0px;
  top: 15px;
}

@media (max-width: 767px) {
  body.login_v01 .bkg_v02 > div {
    height: 50% !important;
  }
  body.login_v01 .bkg_v02 .login-details .card {
    padding-top: 3.5rem;
  }
}
@media (min-width: 768px) {
  body.login_v01 .box-footer-login2 {
    position: absolute;
    bottom: 0px;
  }
  body.login_v01 .bkg_v02 > div.h100 {
    height: 100% !important;
  }
}
@media (min-width: 1024px) {
  body.login_v01 .box-footer {
    position: absolute;
    bottom: 0px;
  }
  body.login_v01 .box-footer span,
body.login_v01 .box-footer-login2 span {
    display: inline-block;
    margin-top: 0.5rem;
  }
}
/* navbar override */
@media (max-width: 467px) {
  .o-scroll-up {
    padding-left: 0;
  }
  .o-scroll-up:after {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .mega-menu [data-toggle=collapse].active::before {
    bottom: -0.4375rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .navbar-expand-md .mega-menu-panel {
    top: 9.155rem;
    border-top: 1px solid #333;
  }
}
/* floating button */
@media (min-width: 1280px) {
  /*    .navbar-expand-xl {
         .mega-menu-panel .container-lg > .navbar-nav {
             display: flex !important
         }

         .mega-menu-panel > .container-lg + .container-lg .nav-link:not(:only-child) {
             padding: 0 0 .625rem;
             margin: 0 1.25rem .625rem 0;
             border-bottom: .0625rem solid #666;
         }
     }*/
}
@media (min-width: 1024px) {
  .floatingButtonWrap {
    display: block;
  }
  .o-scroll-up {
    right: 6.125%;
  }
}
/* Webix hide message area */
.webix_message_area {
  display: none !important;
}

/* Loader */
.loader {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: solid 2px transparent;
  border-top-color: var(--orange);
  border-bottom-color: var(--orange);
  animation: rotation 3s infinite linear;
  border-radius: 100%;
  margin-top: 10px;
}

.sm-loader {
  width: 1rem;
  height: 1rem;
  border: solid 2px transparent;
  border-top-color: var(--black);
  border-bottom-color: var(--black);
  border-radius: 100%;
  animation: rotation 3s infinite linear;
  border-radius: 100%;
}

.btn-primary:hover .sm-loader, .btn-primary:focus .sm-loader, .btn-primary:hover .sm-loader, .btn-primary:focus .sm-loader {
  border-top-color: var(--white);
  border-bottom-color: var(--white);
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(365deg);
  }
}
.navbar-brand .h1 {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .main-navigation-menu > .navbar-nav > .nav-item {
    white-space: nowrap;
  }
}
.navbar-expand-md .mega-menu.d-inline-block {
  display: inline-block !important;
}

.carousel-indicators {
  margin-bottom: 0;
}

#highcharts-data-table-0, #highcharts-data-table-1, #highcharts-data-table-2 {
  color: #555555;
}
#highcharts-data-table-0 > thead > tr:last-of-type, #highcharts-data-table-1 > thead > tr:last-of-type, #highcharts-data-table-2 > thead > tr:last-of-type {
  display: none;
}

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