/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  background: #fff;
  min-height: 100vh;
  min-height: 100dvh;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.btn {
  background-color: #fff;
  background-image: none;
  border: solid 1px #ccc;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:active, .btn.active {
  background-color: #e6e6e6;
  border-color: #adadad;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus, .btn.focus {
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn:focus:active, .btn:focus.active, .btn.focus:active, .btn.focus.active {
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.datepicker {
  align-items: end;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 20px;
  grid-template-columns: 12rem 12rem min-content;
  grid-template-rows: 1fr 1fr;
  justify-content: end;
  position: relative;
}
.datepicker button,
.datepicker input,
.datepicker label {
  grid-column-end: auto;
}
.datepicker button {
  grid-column: 3;
  grid-row: 2;
  margin: 0;
}
@supports (display: grid) {
  .datepicker label + br {
    display: none;
  }
}

.litepicker .container__predefined-ranges {
  padding: 10px;
}
.litepicker .container__predefined-ranges + .container__months {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d9dee4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  display: none;
  float: left;
  font-size: 12px;
  left: auto;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 100%;
  width: 220px;
  z-index: 9998;
}
.dropdown-menu a {
  clear: both;
  color: #5a738e;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  padding: 0.75rem 1.25rem;
  white-space: nowrap;
}
.dropdown-menu a:hover {
  background: #f5f5f5;
  color: #262626;
}

input.dropdown-toggle {
  display: none;
}
input.dropdown-toggle ~ label {
  font-weight: 500;
  line-height: 2rem;
  margin: 0;
  padding: 13px 15px 12px;
}
input.dropdown-toggle ~ label:hover {
  background: #d9dee4;
}
input.dropdown-toggle ~ .closed-label {
  display: block;
}
input.dropdown-toggle ~ .expanded-label {
  display: none;
}
input.dropdown-toggle:checked ~ .closed-label {
  display: none;
}
input.dropdown-toggle:checked ~ .expanded-label {
  display: block;
}
input.dropdown-toggle:checked ~ .dropdown-menu {
  display: block;
}

.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 15px 0;
}
.alert .close {
  color: #000;
  float: right;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  opacity: 0.2;
  text-shadow: 0 1px 0 #fff;
}

.alert-danger {
  background-color: rgba(231, 76, 60, 0.88);
  border-color: rgba(231, 76, 60, 0.88);
  color: #e9edef;
}

/* latin-ext */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/roboto-5-4c637b56.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/roboto-6-d9506250.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/roboto-12-6dc920dc.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/roboto-13-59fd3056.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/roboto-19-f9e5438c.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/roboto-20-14fe4b6d.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/roboto_mono-4-d1425e93.woff") format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/roboto_mono-5-ffaf06f5.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.form-group > input,
.form-group > select,
.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 12px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
}

textarea.form-control {
  height: unset;
}

.form-group {
  margin-bottom: 10px;
}
.form-group .checkbox,
.form-group .radio {
  align-items: center;
  display: flex;
}
.form-group .checkbox input,
.form-group .radio input {
  margin-right: 0.5rem;
}
.form-group .checkbox label,
.form-group .radio label {
  cursor: pointer;
  font-weight: normal;
  min-height: 1.25rem;
}

.form-horizontal .checkbox {
  min-height: 1.6875rem;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 7px;
}
.form-horizontal label,
.form-horizontal .control-label {
  padding-top: 0.5rem;
}

.pagination-wrapper {
  display: flex;
  justify-content: end;
}

.pagination {
  background: #ddd;
  border-radius: 4px;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination a {
  color: #337ab7;
  text-decoration: none;
}
.pagination .active a {
  color: #fff;
  cursor: default;
}
.pagination .disabled a {
  color: #777;
  cursor: not-allowed;
}
.pagination .current,
.pagination .first,
.pagination .gap,
.pagination .last,
.pagination .next,
.pagination .page,
.pagination .prev {
  display: block;
  padding: 6px 9px;
}

.nav {
  list-style: none;
  padding: 0;
}
.nav a {
  text-decoration: none;
}
.nav svg {
  display: inline-block;
  fill: currentColor;
  height: 1.5em;
  vertical-align: middle;
  width: 2em;
}

.side-menu {
  font-size: 0.8125rem;
  font-weight: 500;
  margin: 10px 0 0;
}
.side-menu a {
  display: block;
  margin-bottom: 6px;
  padding: 13px 15px 12px 0;
}

.top_nav {
  background: #ededed;
  border-bottom: 1px solid #d9dee4;
  color: #73879c;
}
.top_nav a {
  color: #515356;
}
.top_nav li {
  position: relative;
}
.top_nav .navbar-right {
  display: flex;
  justify-content: end;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table .isodate,
table .numeric {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
table .numeric {
  text-align: right;
}
table .nowrap {
  white-space: nowrap;
}

.table {
  margin-bottom: 1.25rem;
  max-width: 100%;
  width: 100%;
}
.table td,
.table th {
  --table-line-height: 1.428571429;
  border-top: 1px solid #ddd;
  line-height: var(--table-line-height, 1.428571429);
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
.table thead th {
  border-bottom: solid 2px #ddd;
  text-align: left;
  vertical-align: bottom;
  white-space: nowrap;
}
.table thead th a {
  display: inline-block;
  margin-right: 1em;
  text-decoration: none;
}
.table thead th svg {
  display: inline-block;
  fill: currentColor;
  height: calc(var(--table-line-height) * 1em);
  min-width: 26px;
  opacity: 0.4;
  vertical-align: bottom;
  width: 26px;
}
.table thead th .current > svg {
  opacity: 1;
}
.table thead tr:first-child > th {
  border-top: none;
}

table .danger th,
table .danger td {
  background-color: #f2dede;
}
table .danger:hover td,
table .danger:hover th {
  background-color: #ebcccc;
}

table .warning th,
table .warning td {
  background-color: #fcf8e3;
}
table .warning:hover th,
table .warning:hover td {
  background-color: #faf2cc;
}

table .success th,
table .success td {
  background-color: #dff0d8;
}
table .success:hover th,
table .success:hover td {
  background-color: #d0e9c6;
}

.table-condensed td,
.table-condensed th {
  padding: 5px;
}

.table-scrollwrapper {
  overflow-x: auto;
}
.table-scrollwrapper table,
.table-scrollwrapper .table {
  max-width: none;
}

.report tr:first-child th {
  padding-top: 3em;
}

th.total {
  text-align: right;
}

td.col-xs-1,
th.col-xs-1 {
  width: 8.3333333333%;
}
td.col-xs-2,
th.col-xs-2 {
  width: 16.6666666667%;
}
td.col-xs-3,
th.col-xs-3 {
  width: 25%;
}
td.col-xs-4,
th.col-xs-4 {
  width: 33.3333333333%;
}
td.col-xs-5,
th.col-xs-5 {
  width: 41.6666666667%;
}
td.col-xs-6,
th.col-xs-6 {
  width: 50%;
}
td.col-xs-7,
th.col-xs-7 {
  width: 58.3333333333%;
}
td.col-xs-8,
th.col-xs-8 {
  width: 66.6666666667%;
}
td.col-xs-9,
th.col-xs-9 {
  width: 75%;
}
td.col-xs-10,
th.col-xs-10 {
  width: 83.3333333333%;
}
td.col-xs-11,
th.col-xs-11 {
  width: 91.6666666667%;
}
td.col-xs-12,
th.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  td.col-sm-1,
  th.col-sm-1 {
    width: 8.3333333333%;
  }
  td.col-sm-2,
  th.col-sm-2 {
    width: 16.6666666667%;
  }
  td.col-sm-3,
  th.col-sm-3 {
    width: 25%;
  }
  td.col-sm-4,
  th.col-sm-4 {
    width: 33.3333333333%;
  }
  td.col-sm-5,
  th.col-sm-5 {
    width: 41.6666666667%;
  }
  td.col-sm-6,
  th.col-sm-6 {
    width: 50%;
  }
  td.col-sm-7,
  th.col-sm-7 {
    width: 58.3333333333%;
  }
  td.col-sm-8,
  th.col-sm-8 {
    width: 66.6666666667%;
  }
  td.col-sm-9,
  th.col-sm-9 {
    width: 75%;
  }
  td.col-sm-10,
  th.col-sm-10 {
    width: 83.3333333333%;
  }
  td.col-sm-11,
  th.col-sm-11 {
    width: 91.6666666667%;
  }
  td.col-sm-12,
  th.col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  td.col-md-1,
  th.col-md-1 {
    width: 8.3333333333%;
  }
  td.col-md-2,
  th.col-md-2 {
    width: 16.6666666667%;
  }
  td.col-md-3,
  th.col-md-3 {
    width: 25%;
  }
  td.col-md-4,
  th.col-md-4 {
    width: 33.3333333333%;
  }
  td.col-md-5,
  th.col-md-5 {
    width: 41.6666666667%;
  }
  td.col-md-6,
  th.col-md-6 {
    width: 50%;
  }
  td.col-md-7,
  th.col-md-7 {
    width: 58.3333333333%;
  }
  td.col-md-8,
  th.col-md-8 {
    width: 66.6666666667%;
  }
  td.col-md-9,
  th.col-md-9 {
    width: 75%;
  }
  td.col-md-10,
  th.col-md-10 {
    width: 83.3333333333%;
  }
  td.col-md-11,
  th.col-md-11 {
    width: 91.6666666667%;
  }
  td.col-md-12,
  th.col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  td.col-lg-1,
  th.col-lg-1 {
    width: 8.3333333333%;
  }
  td.col-lg-2,
  th.col-lg-2 {
    width: 16.6666666667%;
  }
  td.col-lg-3,
  th.col-lg-3 {
    width: 25%;
  }
  td.col-lg-4,
  th.col-lg-4 {
    width: 33.3333333333%;
  }
  td.col-lg-5,
  th.col-lg-5 {
    width: 41.6666666667%;
  }
  td.col-lg-6,
  th.col-lg-6 {
    width: 50%;
  }
  td.col-lg-7,
  th.col-lg-7 {
    width: 58.3333333333%;
  }
  td.col-lg-8,
  th.col-lg-8 {
    width: 66.6666666667%;
  }
  td.col-lg-9,
  th.col-lg-9 {
    width: 75%;
  }
  td.col-lg-10,
  th.col-lg-10 {
    width: 83.3333333333%;
  }
  td.col-lg-11,
  th.col-lg-11 {
    width: 91.6666666667%;
  }
  td.col-lg-12,
  th.col-lg-12 {
    width: 100%;
  }
}

html,
body {
  background: #2a3f54;
  color: #f2f5f7;
}

a {
  color: currentColor;
}

fieldset {
  border: none;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  line-height: normal;
  margin: 4px 0 0;
}

label,
legend {
  display: inline-block;
  font-weight: bold;
  max-width: 100%;
}

label {
  margin-bottom: 5px;
}

dl {
  margin-bottom: 20px;
  margin-top: 0;
}

dt {
  font-weight: bold;
}

@media (min-width: 768px) {
  .dl-horizontal {
    display: grid;
    grid-gap: 0.6125rem 1.25rem;
    grid-template-columns: 10rem;
  }
  .dl-horizontal dd {
    grid-column: 2/span 1;
  }
  .dl-horizontal dt {
    grid-column: 1/span 1;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.body,
.main_container {
  min-height: 100vh;
  min-height: 100dvh;
}

.main_container,
.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

@media (min-width: 992px) {
  .main_container {
    grid-auto-flow: column dense;
    grid-template-columns: 0 0 231px repeat(9, 1fr);
    grid-template-rows: min-content 1fr;
  }
}

.row {
  grid-auto-flow: column dense;
  grid-gap: 20px;
}

* {
  grid-column-end: span 12;
}

.col-xs-1 {
  grid-column-end: span 1;
}

.col-xs-2 {
  grid-column-end: span 2;
}

.col-xs-3 {
  grid-column-end: span 3;
}

.col-xs-4 {
  grid-column-end: span 4;
}

.col-xs-5 {
  grid-column-end: span 5;
}

.col-xs-6 {
  grid-column-end: span 6;
}

.col-xs-7 {
  grid-column-end: span 7;
}

.col-xs-8 {
  grid-column-end: span 8;
}

.col-xs-9 {
  grid-column-end: span 9;
}

.col-xs-10 {
  grid-column-end: span 10;
}

.col-xs-11 {
  grid-column-end: span 11;
}

.col-xs-12 {
  grid-column-end: span 12;
}

@media (min-width: 768px) {
  .col-sm-1 {
    grid-column-end: span 1;
  }
  .col-sm-2 {
    grid-column-end: span 2;
  }
  .col-sm-3 {
    grid-column-end: span 3;
  }
  .col-sm-4 {
    grid-column-end: span 4;
  }
  .col-sm-5 {
    grid-column-end: span 5;
  }
  .col-sm-6 {
    grid-column-end: span 6;
  }
  .col-sm-7 {
    grid-column-end: span 7;
  }
  .col-sm-8 {
    grid-column-end: span 8;
  }
  .col-sm-9 {
    grid-column-end: span 9;
  }
  .col-sm-10 {
    grid-column-end: span 10;
  }
  .col-sm-11 {
    grid-column-end: span 11;
  }
  .col-sm-12 {
    grid-column-end: span 12;
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    grid-column-end: span 1;
  }
  .col-md-2 {
    grid-column-end: span 2;
  }
  .col-md-3 {
    grid-column-end: span 3;
  }
  .col-md-4 {
    grid-column-end: span 4;
  }
  .col-md-5 {
    grid-column-end: span 5;
  }
  .col-md-6 {
    grid-column-end: span 6;
  }
  .col-md-7 {
    grid-column-end: span 7;
  }
  .col-md-8 {
    grid-column-end: span 8;
  }
  .col-md-9 {
    grid-column-end: span 9;
  }
  .col-md-10 {
    grid-column-end: span 10;
  }
  .col-md-11 {
    grid-column-end: span 11;
  }
  .col-md-12 {
    grid-column-end: span 12;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    grid-column-end: span 1;
  }
  .col-lg-2 {
    grid-column-end: span 2;
  }
  .col-lg-3 {
    grid-column-end: span 3;
  }
  .col-lg-4 {
    grid-column-end: span 4;
  }
  .col-lg-5 {
    grid-column-end: span 5;
  }
  .col-lg-6 {
    grid-column-end: span 6;
  }
  .col-lg-7 {
    grid-column-end: span 7;
  }
  .col-lg-8 {
    grid-column-end: span 8;
  }
  .col-lg-9 {
    grid-column-end: span 9;
  }
  .col-lg-10 {
    grid-column-end: span 10;
  }
  .col-lg-11 {
    grid-column-end: span 11;
  }
  .col-lg-12 {
    grid-column-end: span 12;
  }
}
[role=main] {
  background: #f7f7f7;
  color: #53677c;
  padding: 20px;
}

.left_col {
  grid-row-end: -1;
  grid-row-start: 1;
  padding: 10px;
}

a[download] {
  display: block;
  margin: 2em 0;
}

html,
body {
  font-family: Roboto, Arial, "Droid Sans", sans-serif;
}

body {
  font-size: 0.875rem;
}

code,
kbd,
tt {
  font-family: "Roboto Mono", "Droid Mono", monospace;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: currentColor;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 10px 0;
}

h1,
.h2 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.125rem;
  font-weight: 400;
}

h3,
.h3 {
  font-size: 1.5rem;
}

.x_title {
  border-bottom: solid 1px #e6e9ed;
  margin-bottom: 10px;
  padding: 5px 5px 6px;
}

.dashboard_graph .x_title {
  padding: 5px 5px 7px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinnered {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.spinnered + .spinner {
  display: block;
}

.spinner {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 0.5rem;
  box-shadow: 0 2px 0.25rem rgba(0, 0, 0, 0.2);
  display: none;
  margin: auto;
  min-height: 8rem;
  padding: 2rem;
  text-align: center;
  width: 20rem;
}
.spinner::before {
  animation: rotation 1s linear infinite;
  border: 5px solid #2a3f54;
  border-bottom-color: transparent;
  border-radius: 50%;
  content: "";
  display: block;
  height: 3rem;
  margin: auto auto 2rem;
  width: 3rem;
}

.text-right {
  text-align: right;
}
