﻿@font-face {
  font-family: "Oxygen";
  src: url("../fonts/Oxygen-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Oxygen";
  src: url("../fonts/Oxygen-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oxygen";
  src: url("../fonts/Oxygen-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
html {
  background-color: RGB(0, 115, 175);
}
html body {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #666;
  display: flex;
  flex-direction: column;
}
html body .topbar {
  height: 85px;
  background-color: RGB(0, 115, 175);
  color: #ffffff;
}
html body .topbar .topbar-left,
html body .topbar .topbar-right {
  flex-basis: 40%;
}
html body .topbar .topbar-center {
  flex-basis: 20%;
}
html body .topbar .topbar-right {
  display: flex;
  justify-content: space-between;
}
html body .topbar .topbar-left .topbar-links {
  justify-content: center;
}
html body .topbar .topbar-left .topbar-links .nav-item {
  white-space: nowrap;
}
html body .sidebar .nav-item.dropdown .dropdown-toggle::after,
html body .topbar .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: "\f105";
}
html body .sidebar .nav-item.dropdown.show .dropdown-toggle::after,
html body .topbar .nav-item.dropdown.show .dropdown-toggle::after {
  content: "\f107";
}
html body .sidebar .nav-item .nav-link,
html body .topbar .nav-item .nav-link {
  position: relative;
}
html body .sidebar .nav-item .nav-link .badge-counter,
html body .topbar .nav-item .nav-link .badge-counter {
  position: absolute;
  right: 0.25rem;
  margin-top: -0.25rem;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  border-radius: 100%;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
html body .sidebar .nav-item .nav-link .img-profile,
html body .topbar .nav-item .nav-link .img-profile {
  height: 2rem;
  width: 2rem;
}
html body .brand {
  display: block;
}
@media (min-width: 768px) {
  html body .brand {
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  html body .brand {
    margin-right: 95px;
  }
}
html body .topbar {
  height: 85px;
  border-bottom: 1px solid #e9e9e9;
}
html body .topbar .toggle-sidebar {
  display: block;
  font-size: 20px;
  color: #ccc;
  padding: 10px 10px;
  opacity: 0.5;
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
  html body .topbar .toggle-sidebar {
    display: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
html body .topbar .toggle-sidebar:hover {
  opacity: 1;
}
html body .topbar .toggle-sidebar .sidebar-burger {
  width: 25px;
  height: 16px;
}
html body .topbar .toggle-sidebar .sidebar-burger .burger-arrow {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
  html body .topbar .toggle-sidebar .sidebar-burger .burger-arrow {
    opacity: 1;
  }
  html body .sidebar-toggled .topbar .toggle-sidebar .sidebar-burger .burger-arrow {
    opacity: 0;
  }
}
html body .topbar .topbar-divider {
  width: 0;
  border-right: 1px solid #e9e9e9;
  height: calc(147px - 2rem);
  margin: auto 1rem;
}
html body .topbar .nav-item .profile-icon {
  font-size: 1.5rem;
}
html body .topbar .nav-item .pre-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
html body .topbar .nav-item .nav-tel {
  color: #666 !important;
}
html body .topbar .nav-item .nav-tel .divider-right {
  border-right: 1px solid #e9e9e9;
  padding-right: 15px;
  margin-right: 5px;
}
html body .topbar .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
html body .topbar .nav-item .nav-link:focus {
  outline: 0;
}
html body .topbar .nav-item .nav-link.dropdown-box {
  height: 38px;
  padding: 10px;
  margin: auto 0;
  font-size: 14px;
  border: 1px solid #e9e9e9;
}
html body .topbar .nav-item:focus {
  outline: 0;
}
html body .topbar .dropdown {
  position: static;
}
html body .topbar .language-select .dropdown .dropdown-menu {
  width: calc(100% - 1.5rem);
  right: 0.75rem;
  margin-top: -45px;
}
html body .topbar .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden;
}
html body .topbar .dropdown-list .dropdown-header {
  background-color: #4e73df;
  border: 1px solid #4e73df;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
}
html body .topbar .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1.3rem;
}
html body .topbar .dropdown-list .dropdown-item .dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}
html body .topbar .dropdown-list .dropdown-item .dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}
html body .topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  background-color: #eee;
  height: 0.75rem;
  width: 0.75rem;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0.125rem solid #fff;
  border-radius: 100%;
}
html body .topbar .dropdown-list .dropdown-item .text-truncate {
  max-width: 10rem;
}
html body .topbar .dropdown-list .dropdown-item:active {
  background-color: #eee;
  color: #333;
}
@media (min-width: 576px) {
  html body .topbar .dropdown {
    position: relative;
  }
  html body .topbar .language-select .dropdown .dropdown-menu {
    width: auto;
    right: 0;
  }
  html body .topbar .dropdown-list {
    width: 20rem !important;
  }
  html body .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 13.375rem;
  }
}
html body .topbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #666;
}
html body .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: RGB(0, 115, 175);
}
html body .topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
  color: RGB(0, 115, 175);
}
html body .topbar.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: RGB(0, 115, 175);
}
html body #submenu .navbar .navbar-nav li.nav-item {
  border-bottom: 2px solid transparent;
  color: #666 !important;
}
html body #submenu .navbar .navbar-nav li.nav-item.active {
  border-bottom: 2px solid #000;
}
@media (max-width: 1250px) {
  html body a.navbar-brand img {
    height: 40px !important;
  }
}
@media (max-width: 1024px) {
  html body .topbar-left {
    flex-basis: 0 !important;
  }
  html body a.navbar-brand img {
    height: 40px !important;
  }
  html body .topbar-right {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  html body .topbar-left {
    flex-basis: 0 !important;
  }
  html body a.navbar-brand img {
    height: 40px !important;
  }
}
@media (max-width: 576px) {
  html body .navbar {
    position: unset;
  }
  html body .topbar-links {
    position: absolute;
    background: #fff;
    z-index: 11;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  html body .topbar-links .nav-item {
    margin-bottom: 5px;
  }
  html body .topbar-links .nav-item .nav-link {
    font-size: 20px !important;
  }
  html body .selected-address {
    color: #777;
  }
  html body .navbar-brand img {
    height: 45px !important;
  }
  html body .topbar {
    height: auto !important;
    align-items: baseline !important;
    flex-wrap: nowrap !important;
  }
  html body .topbar > div {
    flex-basis: auto !important;
  }
  html body .topbar-right {
    display: none !important;
  }
  html body #products-menu {
    height: auto !important;
  }
  html body #products-menu-categories {
    flex-direction: column;
    flex-wrap: nowrap !important;
    height: calc(100vh - 160px) !important;
  }
  html body #products-menu-categories .products-item {
    display: block !important;
    width: 100%;
    flex-basis: unset !important;
    height: calc(25vh - 32px) !important;
  }
  html body #products-menu-categories .products-item > div {
    min-height: 40% !important;
  }
}
html body .sidebar {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  min-height: calc(100vh - 85px);
  width: 0;
  min-width: 0;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(51, 51, 51, 0.15);
  box-shadow: 0 0.15rem 1.75rem 0 rgba(51, 51, 51, 0.15);
  -webkit-transition: min-width 0.3s ease;
  transition: min-width 0.3s ease;
}
@media (min-width: 768px) {
  html body .sidebar {
    position: relative;
    min-width: 12rem;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  html body .sidebar {
    min-width: 15rem;
  }
}
html body .sidebar .brand-item {
  width: 12rem;
  text-align: center;
  padding: 20px;
}
@media (min-width: 768px) {
  html body .sidebar .brand-item {
    display: none;
  }
}
html body .sidebar .nav-item {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}
html body .sidebar .nav-item .nav-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  white-space: nowrap;
}
html body .sidebar .nav-item .nav-link i {
  font-size: 0.85rem;
  margin-right: 0.25rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
html body .sidebar .nav-item .nav-link span {
  display: inline;
  font-size: 14px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
html body .sidebar .nav-item .nav-link[data-toggle=collapse]::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: "\f107";
}
html body .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
  content: "\f105";
}
html body .sidebar .nav-item .collapse {
  position: absolute;
  left: 6.75rem;
  z-index: 1;
  top: 2px;
}
html body .sidebar .nav-item .collapse .collapse-inner {
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(51, 51, 51, 0.15);
  box-shadow: 0 0.15rem 1.75rem 0 rgba(51, 51, 51, 0.15);
  border-radius: 0.35rem;
}
html body .sidebar .nav-item .collapsing {
  display: none;
  -webkit-transition: none;
  transition: none;
}
html body .sidebar .nav-item .collapse .collapse-inner,
html body .sidebar .nav-item .collapsing .collapse-inner {
  padding: 0.5rem 0;
  min-width: 10rem;
  font-size: 0.85rem;
  margin: 0 0 1rem 0;
}
html body .sidebar .nav-item .collapse .collapse-inner .collapse-header,
html body .sidebar .nav-item .collapsing .collapse-inner .collapse-header {
  margin: 0;
  white-space: nowrap;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.65rem;
  color: #aaa;
}
html body .sidebar .nav-item .collapse .collapse-inner .collapse-item,
html body .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  display: block;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0.35rem;
}
html body .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
html body .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: #eee;
}
html body .sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
html body .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
  background-color: #ddd;
}
html body .sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
html body .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  color: #4e73df;
  font-weight: 700;
}
html body .sidebar.toggled {
  min-width: 12rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  html body .sidebar.toggled {
    min-width: 3.6rem;
  }
  html body .sidebar.toggled .nav-item .nav-link span {
    opacity: 0;
  }
}
html body .sidebar hr.sidebar-divider {
  margin: 0 1rem 1rem;
}
html body .sidebar .sidebar-heading {
  text-align: center;
  padding: 0 1rem;
  font-weight: 800;
  font-size: 0.65rem;
}
html body .sidebar-light hr.sidebar-divider {
  border-top: 1px solid #e9e9e9;
}
html body .sidebar-light .sidebar-heading {
  color: #aaa;
}
html body .sidebar-light .nav-item .nav-link {
  color: #888;
  border-left: 3px solid transparent;
}
html body .sidebar-light .nav-item .nav-link i {
  color: #ccc;
  font-size: 20px;
}
html body .sidebar-light .nav-item .nav-link:active,
html body .sidebar-light .nav-item .nav-link:focus,
html body .sidebar-light .nav-item .nav-link:hover {
  background-color: #f2f2f2;
  color: #2d8a87;
}
html body .sidebar-light .nav-item .nav-link:active i,
html body .sidebar-light .nav-item .nav-link:focus i,
html body .sidebar-light .nav-item .nav-link:hover i {
  color: #2d8a87;
}
html body .sidebar-light .nav-item .nav-link[data-toggle=collapse]::after {
  color: #aaa;
}
html body .sidebar-light .nav-item.active .nav-link {
  background-color: #f2f2f2;
  color: #2d8a87;
  border-left: 3px solid #2d8a87;
}
html body .sidebar-light .nav-item.active .nav-link i {
  color: #2d8a87;
}
html body #wrapper {
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
html body #wrapper #wrapper-main {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
html body #wrapper #wrapper-main.loggedin-False {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
html body #wrapper #wrapper-main .jumbo {
  height: 30vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body #wrapper #wrapper-main .jumbo > div {
  color: #fff;
  font-size: 2.7em;
}
html body #wrapper #wrapper-main .container-fluid .container {
  margin: auto;
}
html body #wrapper #wrapper-main > div {
  flex: 1 0 auto;
}
html body #wrapper #wrapper-main .frontpage.row {
  background-color: #fff;
  padding: 15px;
}
html body #wrapper #wrapper-main .frontpage.row .card-body i {
  font-size: 35px;
}
html body #wrapper #wrapper-main .frontpage.row .card-body div {
  font-size: 0.9em;
}
html body .card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  background-color: RGB(0, 115, 175);
  color: #ffffff;
}
html body .card .card-header > div,
html body .card .card-header > span,
html body .card .card-header > h2,
html body .card .card-header > h3,
html body .card .card-header > h4 {
  margin: 0;
  font-family: "Oxygen";
  font-size: 19px;
}
html body .card .card-header > i {
  margin: auto 10px auto 0;
}
html body .card-link {
  color: #212529;
}
html body .card-link:hover {
  text-decoration: none;
}
html body .topbar-right .nav-link {
  font-size: 1.1em;
  color: #ffffff;
}
html body .topbar-left .nav-link {
  color: #ffffff;
  font-size: 1.1em;
  display: inline-block;
}
html body .btn-candy {
  background-color: #e81f76;
  color: #fff;
  border: none;
}
html body .btn-candy:hover {
  background-color: #333;
  color: #fff;
}
html body label:not(.custom-file-label) {
  width: 130px;
}
html body address {
  font-size: small;
}
html body #login-modal label {
  padding-left: 0;
}
html body #login-modal input {
  color: #5c6770;
  background-color: #f5f6f7;
  font-size: 16px;
  height: 48px;
  width: 100%;
  border: 1px solid #b8c3cc;
  border-radius: 4px;
  padding: 10px 20px;
}
html body .modal-header,
html body .modal-footer {
  background-color: RGB(0, 115, 175);
  color: #ffffff;
}
html body .modal-footer {
  background-color: #ffffff;
}
html body .ribbon-wrapper {
  width: 130px;
  height: 140px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
html body .ribbon-wrapper .ribbon {
  font: bold 15px sans-serif;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  top: 21px;
  right: 4px;
  width: 190px;
  background-color: #3498db;
  color: #fff;
  opacity: 0.8;
}
html body .ribbon-wrapper .ribbon.ribbon-red {
  background-color: #e74a3b;
}
html body .hide {
  display: none;
}
html body .cookiebanner {
  padding: 15px !important;
}
html body .cookiebanner a {
  display: block;
}
html body .mobile {
  display: none;
}
html body label.error {
  color: rgb(229, 35, 41);
}
html body input.error,
html body textarea.error {
  border: 1px solid rgb(229, 35, 41);
}
@media only screen and (max-width: 1280px) {
  html body .mobile {
    display: flex;
  }
  html body .desktop {
    display: none;
  }
}
html body .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
html body .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
html body .autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
html body .autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
html body .popover.error {
  background-color: #bc150b;
  border: 1px solid bc150b(133, 131, 131);
  border-radius: 0;
  cursor: pointer;
  z-index: 1040;
}
html body .popover.error .popover-body {
  font-size: 14px;
  color: #fff;
}
html body .popover.error .arrow:before {
  border-bottom-color: #bc150b;
}
html body .popover.error.right .arrow {
  border-right-color: #bc150b;
}
html body .popover.error.right .arrow:after {
  border-right-color: #bc150b;
}
html body .popover .arrow,
html body .popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
html body .popover .arrow:after {
  z-index: -1;
  content: "";
}
html body .popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #f7f7f7;
  border-width: 10px 10px 0;
}
html body .popover.top .arrow:after {
  bottom: -1px;
  left: -1px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 0;
}
html body .popover.right .arrow {
  top: 50%;
  left: -13px;
  margin-top: -12px;
  border-right-color: #ffffff;
  border-width: 12px 13px 12px 0;
}
html body .popover.right .arrow:after {
  bottom: -11px;
  left: -1px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 13px 13px 10px 0;
}
html body .popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
  border-width: 0 10px 10px;
}
html body .popover.bottom.error .arrow {
  border-bottom-color: #bc150b;
}
html body .popover.bottom.error .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
html body .popover.bottom .arrow:after {
  top: -1px;
  left: -1px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 11px 11px;
}
html body .popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #ffffff;
  border-width: 10px 0 10px 10px;
}
html body .popover.left .arrow:after {
  right: -1px;
  bottom: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 0 11px 11px;
}
html body .popover-title {
  padding: 14px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
html body .popover-content {
  padding: 9px 14px;
  overflow: auto;
  max-height: 500px;
}
html body .popover-content.error {
  padding: 0 14px;
}
html body .popover-content.error > p {
  top: -6px;
  position: relative;
}
html body .popover-content p,
html body .popover-content ul,
html body .popover-content ol {
  margin-bottom: 0;
  white-space: pre-wrap;
}
html body .popover-content:not(.error) p {
  margin-top: 0;
}
html body .popover-help {
  vertical-align: top;
}
html body .popover-help > i {
  vertical-align: top;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 5px;
}
html body a.popover-help {
  color: #56638A !important;
}
html body a.popover-help:hover {
  color: #C1002B !important;
}
html body .na-popover {
  display: block;
  position: absolute;
  right: 20px;
  background: #fff;
  border: 1px solid #ccc;
  min-width: 200px;
  margin-top: 8px;
  z-index: 13;
  width: 150px;
}
html body .na-popover-title {
  line-height: 20px;
  background: #efefef;
  padding: 7px 10px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
html body .column-filter > .na-popover .bootstrap-select {
  margin-left: 5px;
  width: 237px !important;
}
html body .background-image {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 768px) {
  html body .background-image {
    display: none !important;
  }
}
html body .bg-gray-100 {
  background-color: #f6f6f6 !important;
}
html body .bg-gray-200 {
  background-color: #eee !important;
}
html body .bg-gray-300 {
  background-color: #ddd !important;
}
html body .bg-gray-400 {
  background-color: #ccc !important;
}
html body .bg-gray-500 {
  background-color: #aaa !important;
}
html body .bg-gray-600 {
  background-color: #888 !important;
}
html body .bg-gray-700 {
  background-color: #666 !important;
}
html body .bg-gray-800 {
  background-color: #444 !important;
}
html body .bg-gray-900 {
  background-color: #333 !important;
}
html body .text-xs {
  font-size: 0.7rem;
}
html body .text-lg {
  font-size: 1.2rem;
}
html body .text-gray-100 {
  color: #f6f6f6 !important;
}
html body .text-gray-200 {
  color: #eee !important;
}
html body .text-gray-300 {
  color: #ddd !important;
}
html body .text-gray-400 {
  color: #ccc !important;
}
html body .text-gray-500 {
  color: #aaa !important;
}
html body .text-gray-600 {
  color: #888 !important;
}
html body .text-gray-700 {
  color: #666 !important;
}
html body .text-gray-800 {
  color: #444 !important;
}
html body .text-gray-900 {
  color: #333 !important;
}
html body .text-na-light-blue {
  color: #3998CC !important;
}
html body .border-left-primary {
  border-left: 0.25rem solid #4e73df !important;
}
html body .border-bottom-primary {
  border-bottom: 0.25rem solid #4e73df !important;
}
html body .border-left-secondary {
  border-left: 0.25rem solid #888 !important;
}
html body .border-bottom-secondary {
  border-bottom: 0.25rem solid #888 !important;
}
html body .border-left-success {
  border-left: 0.25rem solid #00bbb4 !important;
}
html body .border-bottom-success {
  border-bottom: 0.25rem solid #00bbb4 !important;
}
html body .border-left-info {
  border-left: 0.25rem solid #36b9cc !important;
}
html body .border-bottom-info {
  border-bottom: 0.25rem solid #36b9cc !important;
}
html body .border-left-warning {
  border-left: 0.25rem solid #f6c23e !important;
}
html body .border-bottom-warning {
  border-bottom: 0.25rem solid #f6c23e !important;
}
html body .border-left-danger {
  border-left: 0.25rem solid #e74a3b !important;
}
html body .border-bottom-danger {
  border-bottom: 0.25rem solid #e74a3b !important;
}
html body .border-left-light {
  border-left: 0.25rem solid #f6f6f6 !important;
}
html body .border-bottom-light {
  border-bottom: 0.25rem solid #f6f6f6 !important;
}
html body .border-left-dark {
  border-left: 0.25rem solid #444 !important;
}
html body .border-bottom-dark {
  border-bottom: 0.25rem solid #444 !important;
}
html body .bg-green {
  background-color: #00bbb4;
}
html body .font-size-100 {
  font-size: 100%;
}
html body .display-block {
  display: block;
}
html body .hidden {
  display: none !important;
}
html body .pre {
  white-space: pre-line;
}
html body .font-weight-200 {
  font-weight: 200;
}
html body .font-weight-300 {
  font-weight: 300;
}
html body .font-weight-400 {
  font-weight: 400;
}
html body .font-weight-500 {
  font-weight: 500;
}
html body .font-weight-600 {
  font-weight: 600;
}
html body .font-weight-800 {
  font-weight: 800;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5 {
  font-family: "Oxygen", sans-serif;
}
html body .color-green {
  color: green;
}
html body th {
  font-weight: 500;
}
html body .table-light tbody + tbody,
html body .table-light td,
html body .table-light th,
html body .table-light thead th {
  border-color: #eee;
}
html body .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.035);
}
html body .datepicker table {
  font-size: 14px;
}
html body .footer {
  width: 100%;
  white-space: nowrap;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
  background-color: RGB(0, 115, 175);
  flex-shrink: 0;
}
html body .footer .footer-right a {
  flex-basis: 70%;
  font-size: 1.2rem;
  align-items: center;
}
html body .footer .footer-right .social-links {
  flex-basis: 50%;
}
html body .footer .footer-right .social-links i {
  font-size: 1.9rem;
}
html body .footer .footer-left,
html body .footer .footer-right {
  display: flex;
  justify-content: space-evenly;
  flex-basis: 40%;
}
html body .footer .footer-left a,
html body .footer .footer-right a {
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  font-size: 0.9rem;
}
html body .footer .footer-left a:hover,
html body .footer .footer-right a:hover {
  text-decoration: none;
}
html body .footer .footer-left a i,
html body .footer .footer-right a i {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  html body .footer {
    flex-direction: column;
    height: auto !important;
    padding-top: 3rem;
  }
  html body .footer > div {
    width: 100%;
  }
  html body .footer-left {
    flex-direction: column;
    align-items: center;
  }
  html body .footer-left > div {
    width: 30%;
    margin-bottom: 15px;
  }
}
html body > * {
  flex-shrink: 0;
}
