﻿@charset "UTF-8";
/*!
 * Beagle v1.8.0
 * https://foxythemes.net
 *
 * Copyright (c) 2020 Foxy Themes
 */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #a1a1a1;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  overflow-x: hidden;
  font-size: 13px;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.428571;
  color: #404040;
  background-color: #eeeeee;
  padding: 0;
  height: auto;
  min-height: 100%;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
a {
  color: #4285f4;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0d5bdd;
  text-decoration: underline;
}
pre,
code,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
img {
  border-style: none;
}
svg {
  overflow: hidden;
}
label {
  margin-bottom: 0.5rem;
  color: #666666;
  font-weight: 400;
  font-size: 1rem;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input {
  overflow: visible;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.1;
}
h1,
.h1 {
  font-size: 2.539rem;
}
h2,
.h2 {
  font-size: 2.077rem;
}
h3,
.h3 {
  font-size: 1.769rem;
}
h4,
.h4 {
  font-size: 1.308rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.923rem;
}
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-right: 15px;
  padding-left: 15px;
}
.table {
  color: #404040;
}
.table th,
.table td {
  padding: 12px 10px;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.form-control:focus,
.form-select:focus {
  color: #404040;
  border-color: #4285f4;
  -webkit-box-shadow: 0 0 0 0.15rem transparent;
  box-shadow: 0 0 0 0.15rem transparent;
}
.form-control::placeholder,
.form-select::placeholder {
  color: var(--bs-secondary);
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly],
.form-select:disabled,
.form-select[readonly] {
  background-color: #eeeeee;
}
.form-group {
  margin-bottom: 1.538rem;
}
.form-check {
  position: relative;
  padding-left: 0;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #878787;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.25rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea) {
  height: 2.846rem;
}
.input-group-lg > .form-control {
  padding: 0.5rem 12px;
  font-size: 1.15rem;
  line-height: 1.7;
  border-radius: 4px;
}
.input-group-sm > .form-control:not(textarea) {
  height: 2.3125rem;
}
.input-group-sm > .form-control {
  padding: 0.25rem 8px;
  font-size: 0.85rem;
  line-height: 1.6;
  border-radius: 2px;
}
.custom-control {
  position: relative;
  display: block;
  padding-left: 2.2rem;
  min-height: 1.7rem;
  min-width: 1.7rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1.385rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.7rem;
  height: 1.564286rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #4285f4;
  background-color: #ffffff;
  border-color: #4285f4;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 2px rgba(135, 135, 135, 0.4), 0 0 0 0.15rem transparent;
  box-shadow: 0 0 0 2px rgba(135, 135, 135, 0.4), 0 0 0 0.15rem transparent;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4285f4;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #ebf2fe;
  border-color: #ebf2fe;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #878787;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eeeeee;
}
.custom-control-label::before {
  position: absolute;
  display: block;
  pointer-events: none;
  background-color: #ffffff;
}
.custom-control-label::after {
  position: absolute;
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-control-label {
  position: static;
  display: inline-block;
  line-height: 1.7;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label:before,
.custom-control-label:after {
  top: 0;
  left: 0;
}
.custom-control-input:checked ~ .custom-control-label::after {
  color: #4285f4;
}
.custom-control-input:checked ~ .custom-control-color::after {
  background-color: #4285f4;
  color: #ffffff;
  border-radius: 3px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-color::after {
  border-radius: 50%;
}
.custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: #cccccc !important;
}
.custom-control-input:disabled:checked ~ .custom-control-label::after {
  color: #cccccc !important;
}
.custom-control-input:disabled:checked ~ .custom-control-color::after {
  background-color: transparent !important;
}
.custom-radio .custom-control-label:before {
  content: "";
  border: 1px solid #d5d8de;
  width: 1.77592rem;
  height: 1.77592rem;
  margin: 0 0;
}
.custom-checkbox .custom-control-label:before {
  content: "";
  width: 1.699rem;
  height: 1.699rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  content: "\f26b";
  font-size: 1.5452rem;
  font-family: "Material Icons";
  margin: 0 0;
  font-weight: normal;
  text-align: center;
  line-height: 1.1;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  content: "\f26d";
  width: 1.77592rem;
  height: 1.77592rem;
  margin: 0 0;
  font-size: 1rem;
  font-family: "Material Icons";
  text-align: center;
  line-height: 1.8;
}
.custom-control-label::before {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before {
    -webkit-transition: none;
    transition: none;
  }
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.538rem;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.7692rem 1.538rem;
  background-color: #ffffff;
}
.card-footer:last-child {
  border-radius: 0 0 2px 2px;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  opacity: 0;
  background-color: #fff;
}
.toast.showing,
.toast.show {
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  padding: 0.25rem 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline: 0;
}
.modal-content {
  position: relative;
  border-radius: 3px;
  margin: 30px auto;
  max-width: 630px;
  min-width: 320px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.428571;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modal-show {
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
}
/*------------------------------------------------------------------
[General elements style]
*/
a:hover,
a:focus {
  text-decoration: none;
}
p {
  font-size: inherit;
  line-height: 21px;
}
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
/*------------------------------------------------------------------
[Fonts - Roboto]
*/
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-Thin.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../lib/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Thin.woff2") format("woff2"), url("../lib/roboto/Roboto-Thin.woff") format("woff"), url("../lib/roboto/Roboto-Thin.ttf") format("truetype"), url("../lib/roboto/Roboto-Thin.svg#Roboto") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../lib/roboto/Roboto-Thin.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../lib/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Thin.woff2") format("woff2"), url("../lib/roboto/Roboto-Thin.woff") format("woff"), url("../lib/roboto/Roboto-Thin.ttf") format("truetype"), url("../lib/roboto/Roboto-Thin.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-ThinItalic.eot");
  src: local("Roboto ThinItalic"), local("Roboto-ThinItalic"), url("../lib/roboto/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-ThinItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-ThinItalic.woff") format("woff"), url("../lib/roboto/Roboto-ThinItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-ThinItalic.svg#Roboto") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-ThinItalic";
  src: url("../lib/roboto/Roboto-ThinItalic.eot");
  src: local("Roboto ThinItalic"), local("Roboto-ThinItalic"), url("../lib/roboto/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-ThinItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-ThinItalic.woff") format("woff"), url("../lib/roboto/Roboto-ThinItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-ThinItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../lib/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Light.woff2") format("woff2"), url("../lib/roboto/Roboto-Light.woff") format("woff"), url("../lib/roboto/Roboto-Light.ttf") format("truetype"), url("../lib/roboto/Roboto-Light.svg#Roboto") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../lib/roboto/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../lib/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Light.woff2") format("woff2"), url("../lib/roboto/Roboto-Light.woff") format("woff"), url("../lib/roboto/Roboto-Light.ttf") format("truetype"), url("../lib/roboto/Roboto-Light.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-LightItalic.eot");
  src: local("Roboto LightItalic"), local("Roboto-LightItalic"), url("../lib/roboto/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-LightItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-LightItalic.woff") format("woff"), url("../lib/roboto/Roboto-LightItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-LightItalic.svg#Roboto") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-LightItalic";
  src: url("../lib/roboto/Roboto-LightItalic.eot");
  src: local("Roboto LightItalic"), local("Roboto-LightItalic"), url("../lib/roboto/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-LightItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-LightItalic.woff") format("woff"), url("../lib/roboto/Roboto-LightItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-LightItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-Regular.eot");
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../lib/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Regular.woff2") format("woff2"), url("../lib/roboto/Roboto-Regular.woff") format("woff"), url("../lib/roboto/Roboto-Regular.ttf") format("truetype"), url("../lib/roboto/Roboto-Regular.svg#Roboto") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../lib/roboto/Roboto-Regular.eot");
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../lib/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Regular.woff2") format("woff2"), url("../lib/roboto/Roboto-Regular.woff") format("woff"), url("../lib/roboto/Roboto-Regular.ttf") format("truetype"), url("../lib/roboto/Roboto-Regular.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-RegularItalic.eot");
  src: local("Roboto RegularItalic"), local("Roboto-RegularItalic"), url("../lib/roboto/Roboto-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-RegularItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-RegularItalic.woff") format("woff"), url("../lib/roboto/Roboto-RegularItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-RegularItalic.svg#Roboto") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-RegularItalic";
  src: url("../lib/roboto/Roboto-RegularItalic.eot");
  src: local("Roboto RegularItalic"), local("Roboto-RegularItalic"), url("../lib/roboto/Roboto-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-RegularItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-RegularItalic.woff") format("woff"), url("../lib/roboto/Roboto-RegularItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-RegularItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../lib/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Medium.woff2") format("woff2"), url("../lib/roboto/Roboto-Medium.woff") format("woff"), url("../lib/roboto/Roboto-Medium.ttf") format("truetype"), url("../lib/roboto/Roboto-Medium.svg#Roboto") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../lib/roboto/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../lib/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Medium.woff2") format("woff2"), url("../lib/roboto/Roboto-Medium.woff") format("woff"), url("../lib/roboto/Roboto-Medium.ttf") format("truetype"), url("../lib/roboto/Roboto-Medium.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-MediumItalic.eot");
  src: local("Roboto MediumItalic"), local("Roboto-MediumItalic"), url("../lib/roboto/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-MediumItalic.woff") format("woff"), url("../lib/roboto/Roboto-MediumItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-MediumItalic.svg#Roboto") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-MediumItalic";
  src: url("../lib/roboto/Roboto-MediumItalic.eot");
  src: local("Roboto MediumItalic"), local("Roboto-MediumItalic"), url("../lib/roboto/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-MediumItalic.woff") format("woff"), url("../lib/roboto/Roboto-MediumItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-MediumItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../lib/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Bold.woff2") format("woff2"), url("../lib/roboto/Roboto-Bold.woff") format("woff"), url("../lib/roboto/Roboto-Bold.ttf") format("truetype"), url("../lib/roboto/Roboto-Bold.svg#Roboto") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../lib/roboto/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../lib/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Bold.woff2") format("woff2"), url("../lib/roboto/Roboto-Bold.woff") format("woff"), url("../lib/roboto/Roboto-Bold.ttf") format("truetype"), url("../lib/roboto/Roboto-Bold.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-BoldItalic.eot");
  src: local("Roboto BoldItalic"), local("Roboto-BoldItalic"), url("../lib/roboto/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-BoldItalic.woff") format("woff"), url("../lib/roboto/Roboto-BoldItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-BoldItalic.svg#Roboto") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-BoldItalic";
  src: url("../lib/roboto/Roboto-BoldItalic.eot");
  src: local("Roboto BoldItalic"), local("Roboto-BoldItalic"), url("../lib/roboto/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-BoldItalic.woff") format("woff"), url("../lib/roboto/Roboto-BoldItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-BoldItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-Black.eot");
  src: local("Roboto Black"), local("Roboto-Black"), url("../lib/roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Black.woff2") format("woff2"), url("../lib/roboto/Roboto-Black.woff") format("woff"), url("../lib/roboto/Roboto-Black.ttf") format("truetype"), url("../lib/roboto/Roboto-Black.svg#Roboto") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../lib/roboto/Roboto-Black.eot");
  src: local("Roboto Black"), local("Roboto-Black"), url("../lib/roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Black.woff2") format("woff2"), url("../lib/roboto/Roboto-Black.woff") format("woff"), url("../lib/roboto/Roboto-Black.ttf") format("truetype"), url("../lib/roboto/Roboto-Black.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-BlackItalic.eot");
  src: local("Roboto BlackItalic"), local("Roboto-BlackItalic"), url("../lib/roboto/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-BlackItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-BlackItalic.woff") format("woff"), url("../lib/roboto/Roboto-BlackItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-BlackItalic.svg#Roboto") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-BlackItalic";
  src: url("../lib/roboto/Roboto-BlackItalic.eot");
  src: local("Roboto BlackItalic"), local("Roboto-BlackItalic"), url("../lib/roboto/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-BlackItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-BlackItalic.woff") format("woff"), url("../lib/roboto/Roboto-BlackItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-BlackItalic.svg#Roboto") format("svg");
}
/*------------------------------------------------------------------
	[Main wrapper]
*/
.be-wrapper {
  min-height: 100%;
  padding-top: 61px;
}
@media (max-width: 575.98px) {
  .be-wrapper {
    overflow-x: hidden;
  }
}
@media print {
  .be-wrapper {
    padding-top: 0;
  }
}
/*------------------------------------------------------------------
	[Top header]
*/
.be-top-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
}
@media (max-width: 767.98px) {
  .be-top-header {
    border-bottom-width: 0;
    position: relative;
    min-height: 0;
  }
}
.be-top-header .be-navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
}
.be-top-header .be-navbar-header .navbar-brand {
  line-height: 60px;
  height: 60px;
  width: 142px;
  background: url("/images/ionia_logo_horiz_rgb.svg") left center no-repeat;
  padding: 0 20px;
  display: block;
}
@media (max-width: 767.98px) {
  .be-top-header .be-navbar-header {
    display: none;
  }
}
@media print {
  .be-top-header .be-navbar-header {
    display: none;
  }
}
.be-top-header .page-title {
  font-size: 1.462rem;
  line-height: 60px;
  float: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 20px;
  color: #404040;
  overflow: hidden;
}
.be-top-header .page-title span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.be-top-header .navbar-nav > li > a {
  line-height: 60px;
  color: #5a5a5a;
  padding: 0 18px !important;
  outline: none;
}
@media (max-width: 767.98px) {
  .be-top-header .page-title {
    display: none;
  }
  .be-top-header .navbar-nav > li > a {
    color: #ffffff;
  }
}
.be-top-header .dropdown-menu:after {
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
  content: "";
  display: inline-block;
  left: 42px;
  margin-left: -6px;
  position: absolute;
}
.be-top-header .be-right-navbar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .be-top-header .be-right-navbar {
    border-bottom: 1px solid #4285f4;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #4285f4;
    z-index: 1030;
  }
}
@media print {
  .be-top-header {
    position: absolute;
  }
}
.be-user-nav > li.dropdown > a:after {
  font-size: 1.231rem;
  margin-left: 6px;
}
.be-user-nav > li.dropdown .dropdown-menu {
  width: 220px;
  padding: 0 0 7px;
  left: -160px;
  margin-top: 12px;
}
.be-user-nav .user-info {
  background-color: #4285f4;
  color: #ffffff;
  overflow: hidden;
  padding: 20px 15px 14px;
  border-radius: 2px 2px 0 0;
  margin-bottom: 7px;
}
.be-user-nav .user-info .user-name {
  display: block;
  font-size: 1.462rem;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.be-top-header .be-user-nav > li.dropdown .dropdown-menu:after {
  left: auto;
  right: 13px;
  border-bottom-color: #4285f4;
}
.be-top-header .be-user-nav > li.dropdown .dropdown-menu:before {
  display: none;
}
@media (max-width: 767.98px) {
  .be-user-nav {
    margin: 0;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    overflow: hidden;
  }
  .be-user-nav > li.dropdown > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    color: #ffffff;
  }
  .be-user-nav > li.dropdown > a:after {
    display: inline-block;
  }
  .be-user-nav > li.dropdown > a img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .be-user-nav > li.dropdown > a .user-name {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .be-user-nav > li.dropdown .dropdown-menu {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    position: fixed;
    top: 60px;
    right: 0;
    left: unset;
    margin-right: 10px;
    max-width: 220px;
  }
}
@media print {
  .be-user-nav {
    display: none;
  }
}
/*------------------------------------------------------------------
	[Left sidebar]
*/
.be-left-sidebar {
  background-color: #f5f5f5;
  width: 230px;
  border-right: 1px solid #e3e3e3;
}
@media print {
  .be-left-sidebar {
    display: none;
  }
}
.be-left-sidebar .left-sidebar-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.be-left-sidebar .left-sidebar-spacer {
  height: 100%;
  display: table-row;
}
.be-left-sidebar .left-sidebar-scroll {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.be-left-sidebar .left-sidebar-content {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.be-left-sidebar .left-sidebar-toggle {
  display: none;
  color: #404040;
  font-weight: 300;
  font-size: 2rem;
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #4285f4;
  z-index: 1030;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 767.98px) {
  .be-left-sidebar .left-sidebar-toggle {
    display: block;
  }
}
.be-left-sidebar .sidebar-elements {
  margin: 0;
  padding: 0;
}
.be-left-sidebar .sidebar-elements .divider {
  padding: 20px 20px 0;
  color: #7b7b7b;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8462rem;
}
.be-left-sidebar .sidebar-elements > li {
  list-style: none;
}
.be-left-sidebar .sidebar-elements > li > a {
  display: block;
  padding: 0 20px;
  color: dimgray;
  font-size: 1.077rem;
  line-height: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.be-left-sidebar .sidebar-elements > li > a .icon {
  line-height: 18px;
  font-size: 19px;
  min-width: 19px;
  margin-right: 9px;
  text-align: center;
  vertical-align: middle;
}
.be-left-sidebar .sidebar-elements > li > a:hover {
  background-color: #f0f0f0;
}
.be-left-sidebar .sidebar-elements > li > a:hover > span {
  color: #3d3d3d;
}
.be-left-sidebar .sidebar-elements > li > ul {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.be-left-sidebar .sidebar-elements > li ul {
  display: none;
  background-color: #eeeeee;
  padding: 10px 0;
  list-style: none;
  line-height: 20px;
}
.be-left-sidebar .sidebar-elements > li ul .title {
  display: none;
}
.be-left-sidebar .sidebar-elements > li ul li > a {
  padding: 8px 15px 8px 49px;
  color: dimgray;
  font-size: 13px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.be-left-sidebar .sidebar-elements > li ul li > a:hover {
  background-color: #e7e7e7;
}
.be-left-sidebar .sidebar-elements > li ul li.active > a {
  color: #4285f4;
}
.be-left-sidebar .sidebar-elements > li ul li ul {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.be-left-sidebar .sidebar-elements > li ul li > ul {
  padding: 5px 0;
}
.be-left-sidebar .sidebar-elements > li ul li > ul > li ul {
  padding: 5px 0;
}
.be-left-sidebar .sidebar-elements > li ul li > ul > li > a {
  padding-left: 59px;
}
.be-left-sidebar .sidebar-elements > li ul li > ul > li > ul > li > a {
  padding-left: 69px;
}
.be-left-sidebar .sidebar-elements > li ul li > ul > li > ul > li > ul > li > a {
  padding-left: 79px;
}
.be-left-sidebar .sidebar-elements > li ul li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 89px;
}
.be-left-sidebar .sidebar-elements > li.active > a {
  padding-left: 20px;
  font-weight: 500;
  color: #4285f4;
}
.be-left-sidebar .sidebar-elements > li.active > a > span {
  color: #4285f4;
}
.be-left-sidebar .sidebar-elements > li.open > ul,
.be-left-sidebar .sidebar-elements > li.open > ul .nav-items .content > ul {
  display: block;
}
.be-left-sidebar .sidebar-elements li.parent > a:before {
  content: "\f2f2";
  float: right;
  font-family: "Material Icons";
  font-size: 1.615rem;
  color: #b0b0b0;
}
.be-left-sidebar .sidebar-elements li.parent.open > a:before {
  content: "\f2f8";
}
.be-left-sidebar .sidebar-elements li.open > ul {
  display: block;
}
.be-left-sidebar:before {
  content: "";
  position: fixed;
  z-index: -1;
  width: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: inherit;
  border-right: 1px solid #e3e3e3;
}
@media (max-width: 767.98px) {
  .be-left-sidebar:before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .be-left-sidebar {
    width: 100%;
    background-color: #fafafa;
    border-bottom: 1px solid #e3e3e3;
    border-right-width: 0;
    position: relative !important;
  }
  .be-left-sidebar .left-sidebar-wrapper,
  .be-left-sidebar .left-sidebar-spacer,
  .be-left-sidebar .left-sidebar-scroll,
  .be-left-sidebar .left-sidebar-content {
    display: block;
    position: relative;
    overflow: visible;
  }
  .be-left-sidebar .left-sidebar-spacer {
    display: none;
    border-top: 2px solid #f5f5f5;
  }
  .be-left-sidebar .left-sidebar-spacer.open {
    display: block;
  }
  .be-left-sidebar .left-sidebar-content {
    padding-bottom: 20px;
  }
  .be-left-sidebar .sidebar-elements > li > a {
    text-align: left;
    position: relative;
  }
  .be-left-sidebar .sidebar-elements > li > a:hover {
    background-color: transparent;
  }
  .be-left-sidebar .sidebar-elements > li > a:hover > span {
    color: inherit;
  }
  .be-left-sidebar .sidebar-elements > li > ul {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
  }
  .be-left-sidebar .sidebar-elements > li > ul li > a:hover {
    background-color: transparent;
  }
  .be-left-sidebar .sidebar-elements > li > ul li > a:active {
    background-color: #e7e7e7;
  }
  .be-left-sidebar .sidebar-elements > li > ul > li.title {
    display: none;
  }
  .be-left-sidebar .sidebar-elements > li > ul > li.nav-items {
    display: block;
    height: auto;
  }
  .be-left-sidebar .sidebar-elements > li > ul > li.nav-items > .be-scroller {
    height: auto;
    overflow: visible;
  }
  .be-left-sidebar .sidebar-elements > li > ul > li.nav-items > .be-scroller > .content {
    padding-top: 0;
    overflow: visible;
    position: relative;
  }
  .be-left-sidebar .sidebar-elements > li:hover {
    background-color: inherit;
  }
  .be-left-sidebar .sidebar-elements > li:hover > ul {
    display: none;
  }
  .be-left-sidebar .sidebar-elements li.open > ul {
    display: block;
  }
}
.be-animate .be-left-sidebar {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*------------------------------------------------------------------
  [Main content]
*/
.be-content {
  position: relative;
  left: 0;
  margin-left: 230px;
  min-height: 100%;
}
@media (max-width: 767.98px) {
  .be-content {
    margin-left: 0;
  }
}
@media print {
  .be-content {
    margin-left: 0;
  }
}
.main-content {
  padding: 25px;
}
@media (max-width: 991.98px) {
  .main-content {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .main-content {
    height: 100%;
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .main-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-content .col-1,
  .main-content .col-2,
  .main-content .col-3,
  .main-content .col-4,
  .main-content .col-5,
  .main-content .col-6,
  .main-content .col-7,
  .main-content .col-8,
  .main-content .col-9,
  .main-content .col-10,
  .main-content .col-11,
  .main-content .col-12,
  .main-content .col,
  .main-content .col-auto,
  .main-content .col-sm-1,
  .main-content .col-sm-2,
  .main-content .col-sm-3,
  .main-content .col-sm-4,
  .main-content .col-sm-5,
  .main-content .col-sm-6,
  .main-content .col-sm-7,
  .main-content .col-sm-8,
  .main-content .col-sm-9,
  .main-content .col-sm-10,
  .main-content .col-sm-11,
  .main-content .col-sm-12,
  .main-content .col-sm,
  .main-content .col-sm-auto,
  .main-content .col-md-1,
  .main-content .col-md-2,
  .main-content .col-md-3,
  .main-content .col-md-4,
  .main-content .col-md-5,
  .main-content .col-md-6,
  .main-content .col-md-7,
  .main-content .col-md-8,
  .main-content .col-md-9,
  .main-content .col-md-10,
  .main-content .col-md-11,
  .main-content .col-md-12,
  .main-content .col-md,
  .main-content .col-md-auto,
  .main-content .col-lg-1,
  .main-content .col-lg-2,
  .main-content .col-lg-3,
  .main-content .col-lg-4,
  .main-content .col-lg-5,
  .main-content .col-lg-6,
  .main-content .col-lg-7,
  .main-content .col-lg-8,
  .main-content .col-lg-9,
  .main-content .col-lg-10,
  .main-content .col-lg-11,
  .main-content .col-lg-12,
  .main-content .col-lg,
  .main-content .col-lg-auto,
  .main-content .col-xl-1,
  .main-content .col-xl-2,
  .main-content .col-xl-3,
  .main-content .col-xl-4,
  .main-content .col-xl-5,
  .main-content .col-xl-6,
  .main-content .col-xl-7,
  .main-content .col-xl-8,
  .main-content .col-xl-9,
  .main-content .col-xl-10,
  .main-content .col-xl-11,
  .main-content .col-xl-12,
  .main-content .col-xl,
  .main-content .col-xl-auto,
  .main-content .col-xxl-1,
  .main-content .col-xxl-2,
  .main-content .col-xxl-3,
  .main-content .col-xxl-4,
  .main-content .col-xxl-5,
  .main-content .col-xxl-6,
  .main-content .col-xxl-7,
  .main-content .col-xxl-8,
  .main-content .col-xxl-9,
  .main-content .col-xxl-10,
  .main-content .col-xxl-11,
  .main-content .col-xxl-12,
  .main-content .col-xxl,
  .main-content .col-xxl-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*------------------------------------------------------------------
  [Splash screen]
*/
.be-splash-screen {
  background-color: #eee;
}
.be-splash-screen .be-wrapper {
  padding-top: 0;
}
.be-splash-screen .be-wrapper .be-content {
  margin: 0;
}
.splash-container {
  max-width: 401px;
  margin: 50px auto;
}
.splash-container .card {
  margin-bottom: 30px;
}
.splash-container .card .card-header {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 0;
}
.splash-container .card .card-body {
  padding: 20px 30px 15px;
}
.splash-container .card .card-body .custom-checkbox {
  display: inline-block;
  margin: 0;
}
@media (max-width: 767.98px) {
  .splash-container {
    margin-top: 50px;
  }
}
.splash-title {
  text-align: center;
  display: block;
  font-size: 1.308rem;
  font-weight: 300;
}
.splash-description {
  text-align: center;
  display: block;
  line-height: 20px;
  font-size: 1rem;
  color: #5a5a5a;
  margin-top: 11px;
  padding-bottom: 10px;
}
.splash-footer {
  text-align: center;
}
/*------------------------------------------------------------------
	[Scroll to top button]
*/
.be-scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 14px;
  display: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-radius: 4px;
  z-index: 1071;
}
@media print {
  .be-scroll-top {
    display: none !important;
  }
}
.be-scroll-top:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.be-scroll-top:hover,
.be-scroll-top:focus {
  color: #ffffff;
}
.be-scroll-top:before {
  content: "\f2fc";
  font-family: "Material Icons";
  font-size: 2.538rem;
  display: inline-block;
  vertical-align: middle;
}
/*------------------------------------------------------------------
  [Forms]
*/
/*------------------------------------------------------------------
  [Switch button]
*/
.switch-button {
  display: inline-block;
  border-radius: 50px;
  background-color: #b3b3b3;
  width: 60px;
  height: 27px;
  padding: 4px;
  position: relative;
  vertical-align: middle;
}
.switch-button input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.switch-button label {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 1px #fff inset;
  box-shadow: 0 0 1px 1px #fff inset;
  background-color: #ffffff;
  margin: 0;
  height: 19px;
  width: 19px;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  background-clip: padding-box;
}
.switch-button label:before {
  position: absolute;
  font-size: 0.8462rem;
  font-weight: 600;
  z-index: 0;
  content: "OFF";
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 27px;
  top: 0;
  text-align: right;
  padding-right: 10px;
  color: #ffffff;
  border-radius: 50px;
}
.switch-button input[type="checkbox"]:checked + span {
  border-radius: 50px;
  background-color: #4285f4;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4px;
}
.switch-button input[type="checkbox"]:checked + span label {
  float: right;
  border-color: #2a75f3;
}
.switch-button input[type="checkbox"]:checked + span label:before {
  position: absolute;
  font-size: 0.8462rem;
  font-weight: 600;
  z-index: 0;
  content: "ON";
  color: #ffffff;
  left: 0;
  text-align: left;
  padding-left: 10px;
}
.switch-button input[type="checkbox"]:focus + span label:before {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(135, 135, 135, 0.3);
  box-shadow: 0 0 0 0.15rem rgba(135, 135, 135, 0.3);
}
.switch-button input[type="checkbox"]:checked:focus + span label:before {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(66, 133, 244, 0.5);
  box-shadow: 0 0 0 0.15rem rgba(66, 133, 244, 0.5);
}
.switch-button.switch-button-yesno label:before {
  content: "NO";
}
.switch-button.switch-button-yesno input[type="checkbox"]:checked + span label:before {
  content: "YES";
}
.switch-button.switch-button-success {
  background-color: #b3b3b3;
}
.switch-button.switch-button-success label {
  border-color: #ababab;
}
.switch-button.switch-button-success input[type="checkbox"]:checked + span {
  background-color: #34a853;
}
.switch-button.switch-button-success input[type="checkbox"]:checked + span label {
  border-color: #2e9549;
}
.switch-button.switch-button-success input[type="checkbox"]:checked:focus + span label:before {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 168, 83, 0.5);
  box-shadow: 0 0 0 0.15rem rgba(52, 168, 83, 0.5);
}
.switch-button.switch-button-warning {
  background-color: #b3b3b3;
}
.switch-button.switch-button-warning label {
  border-color: #ababab;
}
.switch-button.switch-button-warning input[type="checkbox"]:checked + span {
  background-color: #fbbc05;
}
.switch-button.switch-button-warning input[type="checkbox"]:checked + span label {
  border-color: #e3aa04;
}
.switch-button.switch-button-warning input[type="checkbox"]:checked:focus + span label:before {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(251, 188, 5, 0.5);
  box-shadow: 0 0 0 0.15rem rgba(251, 188, 5, 0.5);
}
.switch-button.switch-button-danger {
  background-color: #b3b3b3;
}
.switch-button.switch-button-danger label {
  border-color: #ababab;
}
.switch-button.switch-button-danger input[type="checkbox"]:checked + span {
  background-color: #ea4335;
}
.switch-button.switch-button-danger input[type="checkbox"]:checked + span label {
  border-color: #e82e1e;
}
.switch-button.switch-button-danger input[type="checkbox"]:checked:focus + span label:before {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(234, 67, 53, 0.5);
  box-shadow: 0 0 0 0.15rem rgba(234, 67, 53, 0.5);
}
/*------------------------------------------------------------------
  [Elements]
*/
/*------------------------------------------------------------------
  [Dividers inside cards]
*/
#slider-value {
  font-size: 1.462rem;
  font-weight: 400;
}
.filter-container {
  padding: 5px 0 15px;
}
/*------------------------------------------------------------------
  [Bootstrap elements]
*/
/*------------------------------------------------------------------
  [Images]
*/
.img-rounded {
  border-radius: 4px;
}
/*------------------------------------------------------------------
  [Buttons]
*/
.btn {
  --bs-btn-font-weight: 700;
  border-radius: 2px;
}
.btn-success {
  --bs-btn-bg: #34a853;
  --bs-btn-hover-bg: #36b057;
  --bs-btn-border-color: #34a853;
  --bs-btn-hover-border-color: #34a853;
  --bs-btn-active-bg: #34a853;
  --bs-btn-active-border-color: #34a853;
}
.btn-primary {
  --bs-btn-bg: #4285f4;
  --bs-btn-border-color: #4285f4;
  --bs-btn-hover-bg: #4c8bf5;
  --bs-btn-hover-border-color: #4c8bf5;
  --bs-btn-active-bg: #2572f2;
  --bs-btn-active-border-color: #2572f2;
  --bs-btn-disabled-bg: #4285f4;
  --bs-btn-disabled-border-color: #4285f4;
  --bs-btn-active-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.btn-secondary {
  --bs-btn-color: #404040;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #dbdbdb;
  --bs-btn-hover-color: #404040;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #bababa;
  --bs-btn-active-color: #272727;
  --bs-btn-active-bg: #e3e3e3;
  --bs-btn-active-border-color: #bababa;
  --bs-btn-disabled-color: #404040;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #dbdbdb;
  --bs-btn-active-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #6ba4ff;
  --bs-btn-border-color: #6ba4ff;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #75aaff;
  --bs-btn-hover-border-color: #75aaff;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #4c91ff;
  --bs-btn-active-border-color: #4c91ff;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #6ba4ff;
  --bs-btn-disabled-border-color: #6ba4ff;
}
.btn-warning {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #fbbc05;
  --bs-btn-border-color: #fbbc05;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #fbbf0f;
  --bs-btn-hover-border-color: #fbbf0f;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #dea604;
  --bs-btn-active-border-color: #dea604;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #fbbc05;
  --bs-btn-disabled-border-color: #fbbc05;
}
.btn-danger {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #ea4335;
  --bs-btn-border-color: #ea4335;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #eb4c3e;
  --bs-btn-hover-border-color: #eb4c3e;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #e72919;
  --bs-btn-active-border-color: #e72919;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #ea4335;
  --bs-btn-disabled-border-color: #ea4335;
}
.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #3d3c3c;
  --bs-btn-border-color: #3d3c3c;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #424141;
  --bs-btn-hover-border-color: #424141;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #2e2d2d;
  --bs-btn-active-border-color: #2e2d2d;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #3d3c3c;
  --bs-btn-disabled-border-color: #3d3c3c;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: #0d5bdd;
  --bs-btn-hover-color: #0d5bdd;
  --bs-btn-disabled-color: #878787;
  text-decoration: none;
}
.btn-link:hover {
  text-decoration: underline;
}
.btn-space {
  margin-right: 5px;
  margin-bottom: 5px;
}
.btn .icon {
  font-size: 1.231rem;
  line-height: 15px;
  vertical-align: middle;
}
.btn .icon.icon-left {
  margin-right: 4px;
}
.btn .icon.icon-right {
  margin-left: 4px;
}
.btn .icon.fa {
  font-size: 1.154rem;
}
.btn.dropdown-toggle .mdi-chevron-down,
.btn.dropdown-toggle .mdi-chevron-up {
  vertical-align: middle;
}
/*------------------------------------------------------------------
  [Cards]
*/
.card {
  background-color: #ffffff;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  border-width: 0;
  border-radius: 3px;
  display: block;
}
.card th {
  border-top: 0;
  vertical-align: middle;
}
.card-body {
  padding: 8px 20px 20px;
  border-radius: 0 0 3px 3px;
}
.card-header {
  font-size: 18px;
  font-weight: 300;
  padding: 1.5384rem 0 0.7692rem 0;
  margin: 0 1.538rem;
  border-bottom-width: 0;
  border-radius: 3px 3px 0 0;
  background-color: transparent;
}
.card-header .tools {
  float: right;
  font-size: 0;
}
.card-header .tools > a {
  display: inline-block;
}
.card-header .tools .icon {
  display: inline-block;
  font-size: 1.538rem;
  line-height: 25px;
  vertical-align: middle;
  cursor: pointer;
  color: #bababa;
  min-width: 1.538rem;
  text-align: center;
}
.card-header .tools .icon + .icon {
  margin-left: 2px;
}
.card-header .tools .icon:hover {
  color: #a6a6a6;
}
.card-header-divider {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 1.538rem 8px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1.2307rem;
}
.card-border {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d4d4d4;
}
.card-border-color {
  border-top: 3px solid #c9c9c9;
  border-top-color: #4285f4;
}
.card-footer {
  border: unset;
}
/*------------------------------------------------------------------
  [Dropdown menu]
*/
.dropdown-menu {
  top: 100%;
  left: 0;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  min-width: 185px;
  line-height: 18px;
}
.dropdown-item {
  color: #504e4e;
  padding: 8px 20px;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  background-color: #f5f5f5;
  background-color: whitesmoke;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #878787;
}
.dropdown-toggle:after {
  display: none;
}
.dropdown-item .icon {
  font-size: 1.231rem;
  line-height: normal;
  vertical-align: middle;
  margin-right: 8px;
  color: dimgray;
}
.custom-radio-icon {
  padding: 7px 0;
  width: 52px;
  height: 52px;
}
.custom-radio-icon .custom-control-label::after,
.custom-radio-icon .custom-control-label::before {
  display: none;
}
.custom-radio-icon .custom-control-label {
  cursor: pointer;
  margin: 0;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #d5d8de;
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  vertical-align: middle;
  color: gray;
}
.custom-radio-icon .custom-control-label:hover {
  border-color: #b8bdc8;
}
.custom-radio-icon input[type="radio"]:checked + .custom-control-label {
  border-color: #4285f4;
  color: #4285f4;
  background-color: #ffffff;
}
.custom-radio-icon input[type="radio"]:checked + .custom-control-label i {
  color: #4285f4;
}
.custom-radio-icon input[type="radio"]:focus + .custom-control-label {
  -webkit-box-shadow: 0 0 0 2px rgba(135, 135, 135, 0.4), 0 0 0 0.15rem transparent;
  box-shadow: 0 0 0 2px rgba(135, 135, 135, 0.4), 0 0 0 0.15rem transparent;
}
.custom-control-sm {
  min-width: 1.38462rem;
  min-height: 1.38462rem;
}
.custom-control-sm .custom-control-input ~ .custom-control-label::before {
  width: 1.38462rem;
  height: 1.38462rem;
}
.custom-control-sm .custom-control-input:checked ~ .custom-control-label::after {
  width: 1.38462rem;
  height: 1.38462rem;
  font-size: 15px;
  right: 0;
  line-height: 1.2;
  vertical-align: top;
}
.be-addon .dropdown-toggle:after {
  display: inline-block;
}
/*------------------------------------------------------------------
  [Tabs]
*/
.nav-tabs > li.nav-item {
  margin-bottom: -2px;
  margin-right: 2px;
}
.nav-tabs > li.nav-item a.nav-link {
  font-size: 14px;
  padding: 11px 20px;
  min-width: 60px;
  text-align: center;
  border-radius: 0;
  border-width: 0;
  background-color: #5a82fd;
  color: white;
}
.nav-tabs > li.nav-item a.nav-link:hover {
  background: transparent;
  color: #4285f4;
}
.nav-tabs > li.nav-item a.nav-link.active {
  background-color: white;
  color: #404040;
  border-bottom: 2px solid #4285f4;
}
.nav-tabs > li.nav-item a.nav-link.disabled {
  color: #878787;
}
.tab-content {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 0 0 3px 3px;
}
/*------------------------------------------------------------------
  [Modals]
*/
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  display: block;
  margin: 0;
}
.modal-body .row:last-child .form-group {
  margin-bottom: 0;
}
.modal-main-icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: normal;
  font-size: 3.846rem;
}
.modal-footer {
  padding: 20px;
  border: none;
}
.modal-footer > :not(:first-child) {
  margin-left: 4px;
}
.modal-footer > :not(:last-child) {
  margin-right: 4px;
}
.modal-open .modal {
  padding: 0 !important;
}
.modal-full-color .modal-header {
  padding: 19px;
  border-bottom-width: 0;
}
.modal-full-color .modal-content {
  color: #ffffff;
  background-color: transparent;
}
.modal-full-color .modal-content .close {
  color: #ffffff;
  line-height: 40px;
  opacity: 0.6;
}
.modal-full-color .modal-content .close:hover {
  color: #ffffff;
  opacity: 1;
}
.modal-full-color .modal-content .close:focus,
.modal-full-color .modal-content .close .close:not(:disabled):not(.disabled):focus {
  color: #ffffff;
  opacity: 0.6 !important;
}
.modal-full-color .modal-content .modal-footer {
  border: none;
}
.modal-full-color .btn-secondary {
  border-width: 2px;
  border-color: transparent;
}
.modal-full-color .btn-primary,
.modal-full-color .btn-success,
.modal-full-color .btn-warning,
.modal-full-color .btn-danger {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 2px;
}
.modal-full-color .btn-primary:focus,
.modal-full-color .btn-success:focus,
.modal-full-color .btn-warning:focus,
.modal-full-color .btn-danger:focus {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}
.modal-full-color .btn-primary:hover,
.modal-full-color .btn-primary .hover,
.modal-full-color .btn-success:hover,
.modal-full-color .btn-success .hover,
.modal-full-color .btn-warning:hover,
.modal-full-color .btn-warning .hover,
.modal-full-color .btn-danger:hover,
.modal-full-color .btn-danger .hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}
.modal-full-color .btn-primary:not([disabled]):not(.disabled):active,
.modal-full-color .btn-primary:not([disabled]):not(.disabled).active,
.modal-full-color .btn-primary.active,
.modal-full-color .btn-primary:active,
.modal-full-color .btn-success:not([disabled]):not(.disabled):active,
.modal-full-color .btn-success:not([disabled]):not(.disabled).active,
.modal-full-color .btn-success.active,
.modal-full-color .btn-success:active,
.modal-full-color .btn-warning:not([disabled]):not(.disabled):active,
.modal-full-color .btn-warning:not([disabled]):not(.disabled).active,
.modal-full-color .btn-warning.active,
.modal-full-color .btn-warning:active,
.modal-full-color .btn-danger:not([disabled]):not(.disabled):active,
.modal-full-color .btn-danger:not([disabled]):not(.disabled).active,
.modal-full-color .btn-danger.active,
.modal-full-color .btn-danger:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}
.modal-full-color-success .modal-header {
  background-color: #37b358;
}
.modal-full-color-success .modal-body,
.modal-full-color-success .modal-footer {
  background-color: #37b358;
}
.modal-full-color-success .btn-secondary {
  color: #37b358;
}
.modal-full-color-success .btn-secondary:active {
  color: #37b358;
}
.modal-full-color-primary .modal-header {
  background-color: #5f99f5;
}
.modal-full-color-primary .modal-body,
.modal-full-color-primary .modal-footer {
  background-color: #5f99f5;
}
.modal-full-color-primary .btn-secondary {
  color: #5f99f5;
}
.modal-full-color-primary .btn-secondary:active {
  color: #5f99f5;
}
.modal-full-color-warning .modal-header {
  background-color: #f6c163;
}
.modal-full-color-warning .modal-body,
.modal-full-color-warning .modal-footer {
  background-color: #f6c163;
}
.modal-full-color-warning .btn-secondary {
  color: #f6c163;
}
.modal-full-color-warning .btn-secondary:active {
  color: #f6c163;
}
.modal-full-color-danger .modal-header {
  background-color: #eb6357;
}
.modal-full-color-danger .modal-body,
.modal-full-color-danger .modal-footer {
  background-color: #eb6357;
}
.modal-full-color-danger .btn-secondary {
  color: #eb6357;
}
.modal-full-color-danger .btn-secondary:active {
  color: #eb6357;
}
.modal-full-color-dark .modal-header {
  background-color: #3d3c3c;
}
.modal-full-color-dark .modal-body,
.modal-full-color-dark .modal-footer {
  background-color: #3d3c3c;
}
.modal-full-color-dark .btn-secondary {
  color: #3d3c3c;
}
.modal-full-color-dark .btn-secondary:active {
  color: #3d3c3c;
}
.full-width {
  width: 90%;
  max-width: none;
}
@media (max-width: 767.98px) {
  .full-width {
    width: 100%;
  }
}
.full-width.modal-container {
  width: 100%;
}
@media (max-width: 767.98px) {
  .full-width.modal-container {
    width: 100%;
  }
}
.full-width.modal-container .modal-content {
  width: 81%;
}
@media (max-width: 767.98px) {
  .full-width.modal-container .modal-content {
    width: 100%;
  }
}
.full-width .modal-content {
  width: 100%;
  max-width: none;
}
.custom-width .modal-dialog {
  width: 700px;
  max-width: none;
}
.custom-width .modal-content {
  width: 700px;
  max-width: none;
}
@media (max-width: 767.98px) {
  .custom-width .modal-content,
  .custom-width .modal-dialog,
  .custom-width .modal-header {
    width: 100% !important;
  }
}
.colored-header .modal-content .modal-header {
  background-color: #e6e6e6;
  color: #ffffff;
  padding: 30px 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.colored-header .modal-content .modal-header .modal-title {
  font-size: 1.538rem;
}
.colored-header .modal-content .modal-header .close {
  color: rgba(0, 0, 0, 0.7);
  margin-top: -13px;
}
.colored-header .modal-content .modal-body {
  padding: 35px 20px 20px;
  background-color: #ffffff;
  color: #404040;
}
.colored-header .modal-content .modal-footer {
  background-color: #ffffff;
}
.colored-header-success .modal-content .modal-header {
  background-color: #37b358;
}
.colored-header-primary .modal-content .modal-header {
  background-color: #5f99f5;
}
.colored-header-warning .modal-content .modal-header {
  background-color: #f6c163;
}
.colored-header-danger .modal-content .modal-header {
  background-color: #eb6357;
}
.colored-header-dark .modal-content .modal-header {
  background-color: #3d3c3c;
}
.colored-header-incomplete .modal-content .modal-header {
  background-color: #ee8d11;
}
@media (max-width: 767.98px) {
  .modal-dialog {
    margin: 0 auto;
  }
}
.be-modal-open {
  overflow-x: visible;
}
/*------------------------------------------------------------------
  [Tables]
*/
.table > tbody > tr > td {
  font-weight: 400;
  vertical-align: middle;
}
.table tr th .custom-control,
.table tr td .custom-control {
  margin: 0;
  vertical-align: middle;
}
.card-table table {
  margin-bottom: 0;
}
/*------------------------------------------------------------------
  [Badges]
*/
.badge {
  padding: 0.07692rem 0.6154rem;
  font-size: 0.8462rem;
  line-height: 1.55;
  border: 1px solid #d9d9d9;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
/*------------------------------------------------------------------
  [Typography]
*/
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 10px;
}
p {
  margin: 0 0 15px;
}
ul,
ol {
  line-height: 20px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 25px;
}
.list-unstyled ul,
.list-unstyled ol {
  padding-left: 40px;
}
/*------------------------------------------------------------------
  [Pagination]
*/
.page-link {
  font-size: 1.077rem;
  line-height: 14px;
  font-weight: 400;
  padding: 0.7692rem 0.9231rem;
  color: #404040;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-left: 4px;
}
.page-link:hover {
  background-color: #ececec;
}
.page-link:focus {
  -webkit-box-shadow: 0 0 0 0.15rem transparent;
  box-shadow: 0 0 0 0.15rem transparent;
}
.page-item.active .page-link {
  background-color: #4285f4;
  border-color: #4285f4;
}
.page-item.disabled .page-link {
  color: #878787;
  background-color: #ffffff;
}
.page-link > span,
.page-link i::before {
  line-height: 12px;
}
@media (max-width: 575.98px) {
  .page-item {
    margin-bottom: 5px;
  }
}
/*------------------------------------------------------------------
  [Forms]
*/
.form-control,
.form-select,
.form-control-plaintext {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 12px;
}
.form-select {
  padding-right: 30px;
}
.form-control-plaintext {
  border-radius: 5px;
  border-width: 1px;
  border-color: #bdc0c7;
  background-color: rgba(100, 100, 100, 0.05);
}
label.form-control:empty {
  min-height: 41.1px;
}
.form-control-xs {
  height: 30px;
  font-size: 0.9231rem;
  padding: 6px 9px;
}
select.form-control-xs:not([size]):not([multiple]) {
  height: 3.1384rem;
}
.form-control-sm {
  height: 37px;
}
.form-group.row {
  margin-bottom: 0;
  padding: 12px 0;
}
.form-group.row label {
  white-space: nowrap;
}
.form-control-success,
.form-control-error {
  padding: 10px 45px 10px 12px;
}
.form-control-success + span,
.form-control-error + span {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.923rem;
  background-size: 1.846rem 1.846rem;
  font-size: 19px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  pointer-events: none;
}
/*------------------------------------------------------------------
  [Custom pages]
*/
/*------------------------------------------------------------------
  [Login]
*/
.row.login-tools {
  padding: 15px 0 0;
  margin-bottom: 16px;
}
.login-forgot-password {
  line-height: 2.1;
  text-align: right;
}
.login-submit {
  padding: 19px 0 0;
  margin-bottom: 1.3842rem;
}
.login-submit .btn {
  width: 100%;
}
/*------------------------------------------------------------------
  [Slider]
*/
/*Slider*/
.slider.slider-horizontal {
  max-width: 100%;
  width: 100% !important;
}
.slider-selection {
  background: #4285f4;
  border: 1px solid #4285f4;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider-track {
  background: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider-handle {
  opacity: 1;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 200ms ease-in-out;
  transition: -webkit-box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
}