body {
  min-height: 100vh;
  position: relative;
}
body.with-menu {
  margin: 0 0 0 250px;
  padding: 16px 24px;
}
@media screen and (max-width: 991px) {
  body.with-menu {
    margin: 66px 0 0 0;
  }
}

label {
  cursor: pointer;
}

.form-check-input {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  box-shadow: none !important;
}

.mobile-topbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  background: #ffffff;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 1px 5px #adadad;
}
@media screen and (min-width: 992px) {
  .mobile-topbar {
    display: none;
  }
}
.mobile-topbar img {
  max-width: 128px;
}
.mobile-topbar button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
.mobile-topbar button > i {
  display: none;
  font-size: 22px;
}
.mobile-topbar button.open > i:last-child {
  display: block;
}
.mobile-topbar button:not(.open) > i:first-child {
  display: block;
}

.site-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  background: #dadada;
  z-index: 3;
  transition: left 0.4s;
}
@media screen and (max-width: 991px) {
  .site-sidebar {
    left: -250px;
    background: #ffffff;
  }
}
@media screen and (max-width: 349px) {
  .site-sidebar {
    width: 82vw;
    left: -82vw;
  }
}
.site-sidebar.open {
  left: 0;
  box-shadow: 1px 0 5px #adadad;
}
.site-sidebar .menu {
  padding: 0 16px;
}
.site-sidebar .menu > .menu-item {
  border-top: 1px solid #212529;
}
.site-sidebar .menu > .menu-item:last-child {
  border-bottom: 1px solid #212529;
}
.site-sidebar .menu > .menu-item > a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 0;
  text-decoration: none;
  color: #212529;
  transition: color 0.3s, background 0.3s, padding 0.3s;
}
.site-sidebar .menu > .menu-item > a.active, .site-sidebar .menu > .menu-item > a:hover, .site-sidebar .menu > .menu-item > a:focus, .site-sidebar .menu > .menu-item > a:active {
  padding: 12px;
  background: #212529;
  color: #ffffff;
}
.site-sidebar .menu > .menu-item > a > i {
  font-size: 32px;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 399px) {
  .site-sidebar .menu > .menu-item > a > i {
    font-size: 24px;
  }
}
.site-sidebar .menu > .menu-item > a > span {
  font-size: 20px;
}
@media screen and (max-width: 399px) {
  .site-sidebar .menu > .menu-item > a > span {
    font-size: 16px;
  }
}
.site-sidebar .menu > .menu-item > .sub-menu {
  background: #3f3f3f;
  padding: 12px;
}
.site-sidebar .menu > .menu-item > .sub-menu > a {
  display: block;
  color: #a2a2a2;
  text-decoration: none;
  transition: 0.4s color;
}
.site-sidebar .menu > .menu-item > .sub-menu > a.active, .site-sidebar .menu > .menu-item > .sub-menu > a:hover {
  color: #ffffff;
}
.site-sidebar .menu > .menu-item > .sub-menu > a:not(:last-child) {
  margin-bottom: 12px;
}

.page-title {
  margin: 0 0 16px 0;
}
.page-title span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}

table.link-rows tr td {
  position: relative;
  padding: 0;
  height: 1px;
}
table.link-rows tr td > a {
  display: block;
  padding: 0.5rem 0.5rem;
  width: 100%;
  height: 100%;
}
table.link-rows.table-sm tr td > a {
  padding: 0.25rem 0.25rem;
}
table.link-rows.align-middle tr td > a {
  display: flex;
  width: 100%;
  align-items: center;
}

.table-responsive table {
  max-width: 100% !important;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper .dataTables_length,
  div.dataTables_wrapper .dataTables_filter {
    text-align: left !important;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper .dataTables_paginate li.paginate_button {
    display: none;
  }
  div.dataTables_wrapper .dataTables_paginate li.paginate_button.previous, div.dataTables_wrapper .dataTables_paginate li.paginate_button.next {
    display: inline;
  }
}

.select2-container--bootstrap-5 .select2-dropdown {
  z-index: 99999999;
}

.datepicker-input {
  position: relative;
}
.datepicker-input .empty-datepicker {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 8px;
  border: none;
  background: transparent;
  height: 38px;
}
.datepicker-input input:disabled + .empty-datepicker {
  cursor: default;
}

.page-menu {
  border: 1px solid #212529;
}
.page-menu > a {
  display: block;
  text-decoration: none;
  padding: 12px;
  background-color: #dadada;
  color: #212529;
  transition: color 0.4s, background-color 0.4s;
}
.page-menu > a:not(:last-child) {
  border-bottom: 1px solid #212529;
}
@media screen and (max-width: 575px) {
  .page-menu > a {
    font-size: 14px;
    padding: 8px;
  }
}
.page-menu > a.active, .page-menu > a:hover {
  background-color: #212529;
  color: #ffffff;
}

.months-row {
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: auto;
}
@media screen and (max-width: 399px) {
  .months-row {
    flex-wrap: wrap;
  }
}
.months-row > .month {
  width: 8.3333333333%;
  min-width: 88px;
  background-color: #212529;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  color: #ffffff;
  padding: 8px;
  cursor: pointer;
}
@media screen and (max-width: 399px) {
  .months-row > .month {
    width: 50%;
    border: 1px solid #ffffff;
  }
}
.months-row > .month.red {
  background-color: #ad0000;
}
.months-row > .month:first-child {
  border-left: none;
}
.months-row > .month:last-child {
  border-right: none;
}
@media screen and (max-width: 399px) {
  .months-row > .month:nth-child(odd) {
    border-left: none;
  }
}
@media screen and (max-width: 399px) {
  .months-row > .month:nth-child(even) {
    border-right: none;
  }
}
.months-row > .month > span {
  display: block;
}
.months-row > .month > span:first-child {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 2px;
}
.months-row > .month > span:last-child {
  font-size: 13px;
}

.month-tab .month-tab-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  color: #ffffff;
  cursor: pointer;
  background-color: #212529;
}
.month-tab .month-tab-name span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.month-tab .month-tab-name button {
  background: none;
  border: none;
  outline: none !important;
}
.month-tab .month-tab-name button > i {
  color: #ffffff;
}
.month-tab .month-tab-name button > i:first-child {
  display: none;
}
.month-tab .month-tab-name button > i:last-child {
  display: block;
}
.month-tab .month-tab-content {
  display: none;
  background-color: #ededed;
  padding: 8px;
  overflow: auto;
}
.month-tab .month-tab-content table tbody tr:hover {
  background-color: #8d8dd1 !important;
}
.month-tab.hidden {
  display: none;
}
.month-tab.open .month-tab-name button > i:first-child {
  display: block;
}
.month-tab.open .month-tab-name button > i:last-child {
  display: none;
}
.month-tab.open .month-tab-content {
  display: block;
}

.color-square {
  width: 24px;
  height: 24px;
  border: 1px solid #9d9d9d;
}

.ui-autocomplete {
  max-height: 40vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99999999;
}
@media screen and (max-width: 499px) {
  .ui-autocomplete {
    max-height: 200px;
  }
}

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