@font-face {
  font-family: objectivity;
  font-weight: 700;
  src: url("../../fonts/objectivity-medium.woff2") format("woff2")
}

@font-face {
  font-family: objectivity;
  font-weight: 900;
  src: url("../../fonts/objectivity-bold.woff2") format("woff2")
}

@font-face {
  font-family: ibmplexsans;
  font-weight: 400;
  src: url("../../fonts/ibmplexsans-regular.woff2") format("woff2")
}

@font-face {
  font-family: ibmplexsans;
  font-weight: 700;
  src: url("../../fonts/ibmplexsans-medium.woff2") format("woff2")
}

html,
body {
  font-family: ibmplexsans, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #f1f1f1;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3 {
  font-family: objectivity, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 18px;
  margin: 20px 0 20px 5px;
}
h2 {
  font-size: 15px;
  margin: 0 0 20px 0;
}
h3 {
  font-size: 14px;
  margin: 0 0 20px 0;
}
p {
    line-height: 20px;
  margin: 0 0 20px 0;
}
p:last-child {
  margin: 0;
}
.btn .fa-pad-right {
  margin-right: 10px;
}
.btn .fa-pad-left {
  margin-left: 10px;
}
.fa-pad-right {
  margin-right: 1em;
}
.fa-pad-right-sm {
  margin-right: 0.5em;
}
.fa-pad-left {
  margin-left: 1em;
}
.fa-pad-left-sm {
  margin-left: 0.5em;
}
.light-text {
  color: #FFFFFF;
}
.dark-text {
  color: #424242;
}
.accent-text {
  color: #FF8700;
}
.negative-text {
  color: #D84315;
}
.positive-text {
  color: #43A047;
}
.color-sample {
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  padding: 8px;
  margin: 0;
  border: 1px solid #E0E0E0;
  font-weight: normal;
}
.color-sample.darktext {
  background-color: #FFFFFF;
  color: #424242;
}
.color-sample.lighttext {
  background-color: #424242;
}
.color-sample.accent-text {
  background-color: #FFFFFF;
  color: #FF8700;
}
.color-sample.negative-text {
  background-color: #FFFFFF;
  color: #D84315;
}
.color-sample.positive-text {
  background-color: #FFFFFF;
  color: #43A047;
}
.color-sample.box-bg {
  background-color: #FFFFFF;
  color: #424242;
}
.color-sample.box-border {
  background-color: #E0E0E0;
  color: #424242;
}
.color-sample.app-bg {
  background-color: #EEF3F5;
  color: #424242;
}
.color-sample.menu-bg {
  background-color: #333;
}
.color-sample.menu-hover {
  background-color: #546E7A;
}
.color-sample.menu-active {
  background-color: #000;
}
.color-sample.action {
  background-color: #54a7d9;
}
.color-sample.action-hover {
  background-color: #0288d1;
}
.color-sample.action-active {
  background-color: #0277bd;
}
.color-sample.accent {
  background-color: #FF8700;
}
.color-sample.accent-hover {
  background-color: #f57c00;
}
.color-sample.accent-active {
  background-color: #ef6c00;
}
.color-sample.input-border {
  background-color: #b0bec5;
}
.color-sample.disabled {
  background-color: #b0bec5;
}
.color-sample.positive {
  background-color: #43A047;
}
.color-sample.negative {
  background-color: #D84315;
}
.version,
.timezone-info {
  font-size: 12px;
  margin-bottom: 12px;
  color: #757575;
}
.timezone-info .timezone-warning {
  color: #FF8700;
}
.content-box {
  display: block;
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  padding: 0;
  margin: 12px 0;
}
.content-box.tabs {
  margin: -1px 0 12px 0;
}
.content-box.tabs .tab-pane {
  display: none;
}
.content-box.tabs .tab-pane.active {
  display: block;
}
.content-heading {
  padding: 20px 12px 0 18px;
}
.content-heading h1 {
  margin: 0 0 20px 0;
}
.content-footer {
  text-align: right;
  box-sizing: border-box;
  border-top: 1px solid #E0E0E0;
  width: 100%;
  padding: 0 12px;
}
.content-footer .btn,
.content-footer .btn-group {
  margin: 8px 0 8px 9px;
}
.content-footer .btn:first-child,
.content-footer .btn-group:first-child {
  margin: 8px 0 8px 0px;
}
.content-body {
  margin: 12px 0;
  padding: 0 12px;
}
.heading-with-toolbar h1 {
  margin-bottom: 0px;
}
.heading-with-toolbar .btn-toolbar {
  padding-right: 0px;
  margin-top: -6px;
}
.heading-with-toolbar .btn-toolbar .btn,
.heading-with-toolbar .btn-toolbar .btn-group,
.heading-with-toolbar .btn-toolbar .input-group {
  float: right;
  margin-left: 0px;
  margin-right: 8px;
}
.nav-tabs {
  color: #424242;
  margin-top: 12px;
}
.nav-tabs .nav-item .nav-link {
  text-align: center;
  min-width: 105px;
  color: #424242;
  line-height: 22px;
  margin-top: 4px;
  margin-right: 3px;
  margin-bottom: 3px;
  border: 1px solid #E0E0E0;
  border-bottom: none;
  border-radius: 0;
  background-color: #FFFFFF;
  padding-top: 11px;
  padding-bottom: 12px;
  font-size: 16px;
  transition: all ease .2s;
}
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link:focus {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-bottom: none;
  text-decoration: none;
  box-shadow: 0px 3px #023a4f inset;
  color: #023a4f;
}
.nav-tabs .nav-item .nav-link i.fa {
  line-height: 12px;
}
.nav-tabs .nav-item .nav-link.active {
  padding-top: 12px;
  font-weight: normal;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: -1px;
  box-shadow: 0px 3px #023a4f inset;
  color: #023a4f;
}
.nav-tabs .nav-item .nav-link.disabled {
  color: #757575;
  background-color: #f5f5f5;
}
.nav-tabs .nav-item .nav-link.disabled:hover,
.nav-tabs .nav-item .nav-link.disabled:focus {
  color: #757575;
  background-color: #f5f5f5;
}
.fade {
  transition: opacity .08s linear;
}
#breadcrumb a.back-link {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb {
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  display: inline-block;
  margin-left: 15px;
}
.breadcrumb li {
  display: inline-flex;
  height: calc(2.25rem + 2px);
  line-height: calc(2.25rem + 2px);
}
.breadcrumb li .icon-element {
  line-height: calc(2.25rem + 2px);
}
.breadcrumb li + li {
  margin-left: -4px;
}
.breadcrumb li:last-child .crumb-text {
  max-width: 200px;
}
.breadcrumb .btn-secondary {
  border-color: #b0bec5;
}
.breadcrumb .input-group select.form-control {
  width: auto;
}
.breadcrumb .ellipses {
  display: none;
}
.breadcrumb .minimized .crumb-text {
  display: none;
}
.breadcrumb .minimized .ellipses {
  display: inline;
}
.breadcrumb .crumb-text {
  max-width: 100px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.breadcrumb .active {
  color: #54a7d9;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb .minimized .ellipses {
    display: none;
  }
  .breadcrumb .minimized .crumb-text {
    display: inline;
  }
  .breadcrumb .crumb-text {
    max-width: none;
  }
}
.modal {
  --bs-modal-width: 640px;
  --bs-modal-padding: 1.5rem;
}
.modal-header h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.modal-content {
  border-radius: 10px;
  border: none;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 2.5rem;
  font-size: 16px;
  line-height: 2.5rem;
  text-align: center;
  pointer-events: none;
}
.table > thead > tr > th.input-table,
.table > tbody > tr > th.input-table,
.table > tfoot > tr > th.input-table,
.table > thead > tr > td.input-table,
.table > tbody > tr > td.input-table,
.table > tfoot > tr > td.input-table {
  padding: 7px 6px 0 6px;
}
.input-group-btn > .btn.btn-secondary,
.input-group-btn > .btn.btn-primary,
.input-group-btn > .btn.btn-warning,
.input-group-btn > .btn.btn-danger {
  box-shadow: none;
}
.input-group-text {
  border-radius: 0;
  font-size: 0.9rem;
  padding-left: 7px;
  padding-right: 7px;
}
select::-ms-expand {
  display: none;
}

select,
select.form-control {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB2aWV3Qm94PScwIC01IDIyIDMwJyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSd4TWF4WU1pZCc+PGc+PHBhdGggZmlsbD0nIzAzOUJFNScgZD0nTTEzLjcsOC4xYzAsMC4xLDAsMC4yLTAuMSwwLjNsLTUuMSw1LjFjLTAuMSwwLjEtMC4yLDAuMS0wLjMsMC4xYy0wLjEsMC0wLjIsMC0wLjMtMC4xTDIuOCw4LjRDMi44LDguMywyLjcsOC4yLDIuNyw4LjFzMC0wLjIsMC4xLTAuM2wwLjUtMC41YzAuMS0wLjEsMC4yLTAuMSwwLjMtMC4xYzAuMSwwLDAuMiwwLDAuMywwLjFsNC4zLDQuM2w0LjMtNC4zYzAuMS0wLjEsMC4yLTAuMSwwLjMtMC4xYzAuMSwwLDAuMiwwLDAuMywwLjFsMC41LDAuNUMxMy43LDcuOSwxMy43LDgsMTMuNyw4LjF6Jy8+PC9nPjwvc3ZnPg==");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
.label-field {
  padding-top: 7px;
}
.col-12 col-sm-6 > input[type=checkbox],
.col-12 col-sm-6 > label > input[type=checkbox] {
  margin-left: 2px;
}
input[type=range] {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  border: 0px;
  width: 100%;
  background-color: transparent;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 140px;
  height: 6px;
  background: #E0E0E0;
  border: none;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #54a7d9;
  height: 28px;
  width: 28px;
  border-radius: 3px;
  margin-top: -10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB2aWV3Qm94PScwIDAgMjggMjgnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNYXhZTWlkJz48Zz48cGF0aCBmaWxsPScjMDM5QkU1JyBkPSJNMTAuMiwxOS42SDguOGMtMC4yLDAtMC4zLTAuMS0wLjMtMC4zVjguN2MwLTAuMiwwLjEtMC4zLDAuMy0wLjNoMS41YzAuMiwwLDAuMywwLjEsMC4zLDAuM3YxMC41QzEwLjUsMTkuNCwxMC40LDE5LjYsMTAuMiwxOS42eiIvPjxwYXRoIGZpbGw9JyMwMzlCRTUnIGQ9Ik0xOS4yLDE5LjZoLTEuNWMtMC4yLDAtMC4zLTAuMS0wLjMtMC4zVjguN2MwLTAuMiwwLjEtMC4zLDAuMy0wLjNoMS41YzAuMiwwLDAuMywwLjEsMC4zLDAuM3YxMC41QzE5LjUsMTkuNCwxOS40LDE5LjYsMTkuMiwxOS42eiIvPjwvZz48L3N2Zz4=");
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background-color: #E0E0E0;
}
input[type=range]:focus::-webkit-slider-thumb {
  background-color: #e3f2fd;
}
input[type=range]:hover::-webkit-slider-thumb {
  background-color: #e3f2fd;
}
input[type=range]:active::-webkit-slider-thumb {
  background-color: #c9e6fa;
  box-shadow: inset 0 0px 4px rgba(0, 0, 0, 0.2);
}
input[type=range]:disabled::-webkit-slider-runnable-track {
  background-color: #f5f5f5;
}
input[type=range]:disabled::-webkit-slider-thumb {
  background-image: none;
  background-color: #f5f5f5;
  border: 1px solid #b0bec5;
  cursor: not-allowed;
}
input[type=range]:disabled::-webkit-slider-thumb::after {
  display: none;
}
input[type=range]::-moz-range-track {
  height: 6px;
  background-color: #E0E0E0;
  border: none;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
input[type=range]::-moz-range-thumb {
  border: 1px solid #54a7d9;
  height: 28px;
  width: 28px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB2aWV3Qm94PScwIDAgMjggMjgnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNYXhZTWlkJz48Zz48cGF0aCBmaWxsPScjMDM5QkU1JyBkPSJNMTAuMiwxOS42SDguOGMtMC4yLDAtMC4zLTAuMS0wLjMtMC4zVjguN2MwLTAuMiwwLjEtMC4zLDAuMy0wLjNoMS41YzAuMiwwLDAuMywwLjEsMC4zLDAuM3YxMC41QzEwLjUsMTkuNCwxMC40LDE5LjYsMTAuMiwxOS42eiIvPjxwYXRoIGZpbGw9JyMwMzlCRTUnIGQ9Ik0xOS4yLDE5LjZoLTEuNWMtMC4yLDAtMC4zLTAuMS0wLjMtMC4zVjguN2MwLTAuMiwwLjEtMC4zLDAuMy0wLjNoMS41YzAuMiwwLDAuMywwLjEsMC4zLDAuM3YxMC41QzE5LjUsMTkuNCwxOS40LDE5LjYsMTkuMiwxOS42eiIvPjwvZz48L3N2Zz4=");
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
}
input[type=range]:disabled::-moz-range-track {
  background-color: #f5f5f5;
}
input[type=range]:disabled::-moz-range-thumb {
  background-image: none;
  background-color: #f5f5f5;
  border: 1px solid #b0bec5;
  cursor: not-allowed;
}
input[type=range]:disabled::-moz-range-thumb::after {
  display: none;
}
input[type=range]::-ms-track {
  height: 6px;
  background-color: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 14px 0;
  color: transparent;
  /*remove default tick marks*/
}
input[type=range]::-ms-thumb {
  border: 1px solid #54a7d9;
  height: 28px;
  width: 28px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB2aWV3Qm94PScwIDAgMjggMjgnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNYXhZTWlkJz48Zz48cGF0aCBmaWxsPScjMDM5QkU1JyBkPSJNMTAuMiwxOS42SDguOGMtMC4yLDAtMC4zLTAuMS0wLjMtMC4zVjguN2MwLTAuMiwwLjEtMC4zLDAuMy0wLjNoMS41YzAuMiwwLDAuMywwLjEsMC4zLDAuM3YxMC41QzEwLjUsMTkuNCwxMC40LDE5LjYsMTAuMiwxOS42eiIvPjxwYXRoIGZpbGw9JyMwMzlCRTUnIGQ9Ik0xOS4yLDE5LjZoLTEuNWMtMC4yLDAtMC4zLTAuMS0wLjMtMC4zVjguN2MwLTAuMiwwLjEtMC4zLDAuMy0wLjNoMS41YzAuMiwwLDAuMywwLjEsMC4zLDAuM3YxMC41QzE5LjUsMTkuNCwxOS40LDE5LjYsMTkuMiwxOS42eiIvPjwvZz48L3N2Zz4=");
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
}
input[type=range]:disabled::-ms-thumb {
  background-image: none;
  background-color: #f5f5f5;
  border: 1px solid #b0bec5;
  cursor: not-allowed;
}
input[type=range]:disabled::-ms-thumb::after {
  display: none;
}
input[type=range]::-ms-fill-lower {
  background-color: #E0E0E0;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
input[type=range]::-ms-fill-upper {
  background-color: #E0E0E0;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
input[type=range]:focus::-ms-fill-lower {
  background-color: #E0E0E0;
}
input[type=range]:focus::-ms-fill-upper {
  background-color: #E0E0E0;
}
input[type=range]:disabled::-ms-fill-lower {
  background-color: #f5f5f5;
}
input[type=range]:disabled::-ms-fill-upper {
  background-color: #f5f5f5;
}
.color-picker-input-group .btn.btn-secondary {
  padding: 2px;
  min-width: 58px;
}
.color-picker-input-group .btn.btn-secondary i {
  display: inline-block;
  height: 1rem;
  margin: 0.5rem 5px;
  border-radius: 2px;
  float: left;
}
.form-check-input:checked {
    background-color: #54a7d9;
    border-color: #54a7d9;
}
.form-check-input:disabled {
  background-color: #E9ECEF;
  border-color: #B0BEC4;
}
.color-picker-input-group .btn.btn-secondary i::after {
  position: relative;
  top: -3px;
  left: 26px;
  font-family: 'Font Awesome 5 Pro';
  content: "\f1fb";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  align-content: center;
  color: #54a7d9;
}
.btn {
  font-size: 15px;
  background-color: #FFFFFF;
  color: #54a7d9;
  border-radius: .375rem;
  min-width: 48px;
}
.btn.btn-primary,
.btn.btn-primary.dropdown-toggle {
  background-color: #023a4f;
  color: #FFFFFF;
  border: none;
}
.btn.btn-primary:hover,
.btn.btn-primary.dropdown-toggle:hover {
  background-color: #011b26;
  outline: none;
}
.btn.btn-primary:focus,
.btn.btn-primary.dropdown-toggle:focus {
  background-color: #023a4f;
}
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary.dropdown-toggle:not(:disabled):not(.disabled):active {
  background-color: #023a4f;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  outline: none;
}
.btn.btn-primary:disabled,
.btn.btn-secondary:disabled,
.btn.btn-primary.dropdown-toggle:disabled {
  background-color: #b0bec5;
  border-color: #b0bec5;
}
.btn.btn-secondary,
.btn.btn-secondary.dropdown-toggle {
  border: 1px solid #54a7d9;
}
.btn.btn-secondary:hover,
.btn.btn-secondary.dropdown-toggle:hover {
  color: #0288d1;
  background-color: #e3f2fd;
  border: 1px solid #54a7d9;
  outline: none;
}
.btn.btn-secondary:focus,
.btn.btn-secondary.dropdown-toggle:focus {
  color: #0288d1;
  background-color: #e3f2fd;
  border: 1px solid #54a7d9;
}
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):active {
  color: #0277bd;
  background-color: #c9e6fa;
  box-shadow: inset 0 0px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #54a7d9;
  outline: none;
}
.btn.btn-secondary:disabled,
.btn.btn-secondary.dropdown-toggle:disabled {
  background-color: #FFFFFF;
  color: #b0bec5;
  border: 1px solid #b0bec5;
}
.btn.btn-warning,
.btn.btn-warning.dropdown-toggle {
  background-color: #FF8700;
  border-color: #FF8700;
  color: #FFFFFF;
}
.btn.btn-warning:hover,
.btn.btn-warning.dropdown-toggle:hover {
  background-color: #f57c00;
  outline: none;
}
.btn.btn-warning:focus,
.btn.btn-warning.dropdown-toggle:focus {
  background-color: #f57c00;
}
.btn.btn-warning:not(:disabled):not(.disabled):active,
.btn.btn-warning.dropdown-toggle:not(:disabled):not(.disabled):active {
  color: #FFFFFF;
  background-color: #ef6c00;
  box-shadow: inset 0 0px 4px rgba(0, 0, 0, 0.2);
  outline: none;
}
.btn.btn-warning:disabled,
.btn.btn-warning.dropdown-toggle:disabled {
  background-color: #b0bec5;
  border-color: #b0bec5;
}
.btn.btn-danger,
.btn.btn-danger.dropdown-toggle {
  background-color: #D84315;
  color: #FFFFFF;
}
.btn.btn-danger:hover,
.btn.btn-danger.dropdown-toggle:hover {
  background-color: #bf360c;
  outline: none;
}
.btn.btn-danger:focus,
.btn.btn-danger.dropdown-toggle:focus {
  background-color: #bf360c;
}
.btn.btn-danger:not(:disabled):not(.disabled):active,
.btn.btn-danger.dropdown-toggle:not(:disabled):not(.disabled):active {
  background-color: #a52c0c;
  box-shadow: inset 0 0px 4px rgba(0, 0, 0, 0.2);
  outline: none;
}
.btn.btn-danger:disabled,
.btn.btn-danger.dropdown-toggle:disabled {
  background-color: #b0bec5;
  border-color: #b0bec5;
}
.btn.btn-link,
.btn.btn-link.dropdown-toggle {
  background-color: transparent;
  color: #54a7d9;
  font-weight: bold;
  box-shadow: none;
  text-decoration: none;
  height: 20px;
  padding: 0 4px;
  min-width: 28px;
  position: relative;
  left: -4px;
}
.btn.btn-link:hover,
.btn.btn-link.dropdown-toggle:hover {
  color: #0288d1;
  background-color: #e3f2fd;
  text-decoration: none;
  outline: none;
}
.btn.btn-link:focus,
.btn.btn-link.dropdown-toggle:focus {
  color: #0288d1;
  background-color: #e3f2fd;
  text-decoration: none;
}
.btn.btn-link:active,
.btn.btn-link.dropdown-toggle:active {
  background-color: #c9e6fa;
  color: #0277bd;
  text-decoration: none;
  box-shadow: inset 0 0px 4px rgba(0, 0, 0, 0.2);
  outline: none;
}
.btn.btn-link:disabled,
.btn.btn-link.dropdown-toggle:disabled {
  color: #b0bec5;
}
.btn-lg {
  font-size: 18px;
  height: auto;
}
.btn-toolbar {
  margin-left: -8px;
  justify-content: flex-end;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 8px;
}
.dropdown-toggle:focus {
  box-shadow: none;
}
.dropdown-toggle::after {
  margin-left: 5px;
}
.dropdown-menu {
  border: 1px solid #78909c;
  border-radius: 3px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  color: #FFFFFF;
  background-color: #54a7d9;
  text-decoration: none;
}
.dropdown-menu .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0277bd;
}
.dropdown-menu .dropdown-item .active {
  color: #424242;
  background-color: #e3f2fd;
}
.dropdown-menu .dropdown-item .active:hover,
.dropdown-menu .dropdown-item .active:focus {
  color: #FFFFFF;
  background-color: #0288d1;
}
.dropdown-menu .dropdown-item .disabled,
.dropdown-menu .dropdown-item .disabled:hover,
.dropdown-menu .dropdown-item .disabled:focus {
  color: #b0bec5;
}
.dropdown-header {
  padding: 3px 20px 6px 0;
  color: #78909c;
  margin: 11px 14px 4px 14px;
  overflow: hidden;
  cursor: default;
}
.dropdown-menu .divider {
  background-color: #78909c;
}
.btn.btn-icon {
  color: #54a7d9;
  text-decoration: none;
  font-size: 12px;
  padding: 4px;
  min-width: 48px;
}
.btn.btn-icon span {
  font-size: 14px;
}
a {
  color: #54a7d9;
  text-decoration: none;
}
a:hover {
  color: #0288d1;
  text-decoration: underline;
}
a:focus {
  color: #0288d1;
  text-decoration: underline;
}
a:active {
  color: #0277bd;
  text-decoration: underline;
}
a:disabled {
  color: #b0bec5;
}
a.navigation {
  display: inline-block;
  border-radius: 3px;
  padding: 1px 4px 2px 4px;
  margin: 4px;
  text-decoration: none;
  background-color: none;
}
a.navigation:hover {
  color: #0288d1;
  text-decoration: underline;
}
a.navigation:focus {
  color: #0277bd;
  text-decoration: underline;
}
a.navigation:active {
  color: #0277bd;
  text-decoration: underline;
}
a.navigation:disabled {
  color: #b0bec5;
}
a.table {
  display: inline-block;
  border-radius: 3px;
  padding: 1px 4px 2px 4px;
  margin: 4px;
  text-transform: none;
  text-decoration: none;
}
a.table:hover {
  color: #0288d1;
  text-decoration: underline;
}
a.table:focus {
  color: #0288d1;
  text-decoration: underline;
}
a.table:active {
  color: #0277bd;
  text-decoration: underline;
}
a.table:disabled {
  color: #b0bec5;
}
.table > thead {
  border-bottom: 1px solid #023b4f;
}
.table > thead > tr > th {
  border-bottom: none;
}
.table > tfoot > tr.totals-row > td {
  font-style: italic;
  font-weight: bold;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-bottom-width: 0px;
  border-top: 1px solid #E0E0E0;
  padding: 12px 6px;
  color: #023a4f;
  vertical-align: middle;
}
.table > thead > tr:first-child > th,
.table > tbody > tr:first-child > th,
.table > thead > tr:first-child > td,
.table > tbody > tr:first-child > td {
  border-top: none;
}
.table > tbody > tr:last-child > td {
  border-bottom: 1px solid #E0E0E0;
}
.table > tbody > tr {
  background: #fff;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: none;
  --bs-table-bg-type: none;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background: #F8F8F8;
}
.table {
  margin: 0px 0px 6px 0px;
  --bs-table-bg: none;
}
.table thead .sorting,
.sortable-column-dropdown-menu .sorting,
.table thead .sorting_asc,
.sortable-column-dropdown-menu .sorting_asc,
.table thead .sorting_desc,
.sortable-column-dropdown-menu .sorting_desc {
  padding-right: 20px;
  cursor: pointer;
  position: relative;
}
.table thead .sorting:after,
.sortable-column-dropdown-menu .sorting:after,
.table thead .sorting_asc:after,
.sortable-column-dropdown-menu .sorting_asc:after,
.table thead .sorting_desc:after,
.sortable-column-dropdown-menu .sorting_desc:after {
  margin-right: -8px;
  position: relative;
  top: 0px;
  left: 6px;
  display: inline-block;
  color: #BDBDBD;
  opacity: 0.5;
  font-family: 'Font Awesome 5 Pro';
}
.table thead .sorting:after,
.sortable-column-dropdown-menu .sorting:after {
  content: "\f0dc";
}
.table thead .sorting_asc:after,
.sortable-column-dropdown-menu .sorting_asc:after {
  content: "\f0de";
}
.table thead .sorting_desc:after,
.sortable-column-dropdown-menu .sorting_desc:after {
  content: "\f0dd";
}
.table thead .sorting_asc:after,
.sortable-column-dropdown-menu .sorting_asc:after,
.table thead .sorting_desc:after,
.sortable-column-dropdown-menu .sorting_desc:after {
  color: #FF8700;
  opacity: 1;
}
.table > thead > tr > td.child,
.table > tbody > tr > td.child,
.table > tfoot > tr > td.child {
  border-top: none;
}
.table-sm > thead > tr > th,
.table-sm > tbody > tr > th,
.table-sm > tfoot > tr > th,
.table-sm > thead > tr > td,
.table-sm > tbody > tr > td,
.table-sm > tfoot > tr > td {
  padding: 12px 6px;
  vertical-align: middle;
}
.data-table-details-key {
  font-weight: bold;
  white-space: normal;
  word-wrap: break-word;
}
.data-table-details-value {
  white-space: normal;
  word-wrap: break-word;
}
tr.parent {
  background-color: #FAFAFA;
}
.table.hover tbody tr.collapsible-row-content:hover {
  background-color: white !important;
}
.table.hover tbody tr.collapsible-row:hover.expanded {
  background-color: #e6f2ff;
}
tr.collapsible-row.expanded {
  background-color: #e6f2ff;
}
tr.collapsible-row-content {
  background-color: white;
}
tr.collapsible-row-content td {
  border-top: none !important;
}
tr.collapsible-row.expanded {
  border-left: 4px solid #b3d9ff;
}
tr.collapsible-row-content {
  border-left: 4px solid #b3d9ff;
}
.pagination-page-size {
  width: auto;
}
.pagination {
  margin: 0px;
}
.pagination > li > a,
.pagination > li > span {
  color: #54a7d9;
  background-color: transparent;
  border: none;
  margin-left: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a:active,
.pagination > li > span:active {
  color: #0288d1;
  background-color: #F2F8F9;
  border-color: none;
  border-radius: 3px;
  outline: none;
}
.page-item.active .page-link,
.page-item.active .page-link span,
.page-item.active .page-link span:hover,
.page-item.active .page-link span:focus,
.page-item.active .page-link span:active,
.page-item.active .page-link:hover,
.page-item.active .page-link:focus,
.page-item.active .page-link:active {
  color: #54a7d9;
  background-color: #e1f5fe;
  border-color: none;
  border-radius: 3px;
  outline: none;
}
.page-item.disabled .page-link span,
.page-item.disabled .page-link span:hover,
.page-item.disabled .page-link span:focus,
.page-item.disabled .page-link span:active,
.page-item.disabled .page-link,
.page-item.disabled .page-link:hover,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:active {
  color: #b0bec5;
  background-color: transparent;
  border-color: none;
  outline: none;
}
select.input-sm {
  line-height: 20px;
}
.table.table-list,
.table.table-list > thead > tr > th,
.table.table-list > tbody > tr > th,
.table.table-list > tfoot > tr > th,
.table.table-list > thead > tr > td,
.table.table-list > tbody > tr > td,
.table.table-list > tfoot > tr > td {
  border: none;
  padding: 2px;
}
.table-full-width table {
  width: 100% !important;
  --bs-table-striped-bg: #fff;
}
.table-btn-toolbar {
  position: relative;
}
.table-btn.float-end,
.table-btn-toolbar.float-end,
.table-btn.float-start,
.table-btn-toolbar.float-start {
  margin-bottom: 6px;
}
.table-btn.float-start {
  margin-right: 10px;
}
.table-status-indicator {
  border-bottom: 1px solid #E0E0E0;
}
.table-status-indicator td {
  text-align: center;
}
.table-status-indicator .table-empty {
  color: #BDBDBD;
}
.table tbody + tbody {
  border-top: none;
}
/*
.table.hover tbody tr:hover {
  background-color: #FAFAFA;
}
  */
.table-navigation-controls {
  margin-left: 10px;
}
.table-navigation-controls.fixed-position {
  position: fixed;
  top: 60px;
  z-index: 999;
  right: 25px;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
}
.table-navigation-controls.fixed-position .btn[disabled] {
  opacity: 1;
}
.table-navigation-controls .btn {
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
}
caption {
  caption-side: top;
}
.toast-success {
  background-color: #43A047;
}
.toast-error {
  background-color: #D84315;
}
.toast-info {
  background-color: #54a7d9;
}
.toast-warning {
  background-color: #FF8700;
}
#toast-container > .toast-info {
  background-image: none !important;
  /* to remove original icon image from toastr plugin */
}
#toast-container > .toast-info::before {
  /* add our own font icon */
  position: absolute;
  top: 13px;
  left: 25px;
  font-size: 18px;
  font-family: 'Font Awesome 5 Pro';
  content: "\f129";
}
#toast-container > .toast-error {
  background-image: none !important;
}
#toast-container > .toast-error::before {
  position: absolute;
  top: 13px;
  left: 20px;
  font-size: 18px;
  font-family: 'Font Awesome 5 Pro';
  content: "\f071";
}
#toast-container > .toast-success {
  background-image: none !important;
}
#toast-container > .toast-success::before {
  position: absolute;
  top: 13px;
  left: 20px;
  font-size: 18px;
  font-family: 'Font Awesome 5 Pro';
  content: "\f00c";
}
#toast-container > .toast-warning {
  background-image: none !important;
}
#toast-container > .toast-warning::before {
  position: absolute;
  top: 13px;
  left: 20px;
  font-size: 18px;
  font-family: 'Font Awesome 5 Pro';
  content: "\f06a";
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=95);
  opacity: .95;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 4px 8px;
  color: #fff;
  text-align: center;
  background-color: #37474F;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #37474F;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #37474F;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #37474F;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #37474F;
}
.fa-spin {
  color: #FF8700;
  transform-origin: 49% 48.5%;
  -webkit-transform-origin: 49% 48.5%;
}
.btn-primary .fa-spin,
.btn-warning .fa-spin,
.btn-danger .fa-spin {
  color: #FFFFFF;
}
.btn-secondary .fa-spin {
  color: #0288d1;
}
.progress {
  position: relative;
  top: 4px;
  height: 12px;
  background-color: #f5f5f5;
  border-radius: 0;
  margin: 0px 0px 5px 0px;
}
.progress-bar {
  font-size: 10px;
  line-height: 12px;
  padding-right: 2px;
  background-color: #FF8700;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.form-group .progress {
  margin-bottom: 10px;
  margin-top: 10px;
  top: 0px;
}
.progress-bar-success {
  background-color: #43A047;
}
.progress-bar-info {
  background-color: #0277bd;
}
.progress-bar-warning {
  background-color: #ef6c00;
}
.progress-bar-danger {
  background-color: #D84315;
}
.badge {
  display: inline;
  position: relative;
  top: -1px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 1px 7px 1px 7px;
  color: #FFFFFF;
  background-color: #54A7D9;
  border-radius: 7px;
}
.nav-link .badge {
  background-color: #757575;
}
.nav-link.active .badge {
  background-color: #54A7D9;
}
.btn-secondary .badge {
  color: #FFFFFF;
  background-color: #54A7D9;
}
.alert-success {
  color: #43A047;
  background-color: #E8F5E9;
  border-color: #81C784;
}
.alert-success hr {
  border-top-color: #81C784;
}
.alert-success .alert-link {
  color: #43A047;
  text-decoration: underline;
}
.alert-info {
  color: #0277bd;
  background-color: #e3f2fd;
  border-color: #64B5F6;
}
.alert-info hr {
  border-top-color: #64B5F6;
}
.alert {
  margin: 10px 0;
}
.alert-info .alert-link {
  color: #0277bd;
  text-decoration: underline;
}
.alert-warning {
  color: #ef6c00;
  background-color: #ef6c0026;
  border-color: #ef6c00;
}
.alert-warning hr {
  border-top-color: #FFB74D;
}
.alert-warning .alert-link {
  color: #D84315;
}
.alert-danger hr {
  border-top-color: #E57373;
}
.alert p,
.alert ul {
  margin-bottom: 0px;
}
.alert ul {
  padding-left: 20px;
}
