@charset "UTF-8";

.alert-box {
  position: fixed;
  z-index: 1000;
  margin-top: 80px;
  width: 70%;
  left: 15%;
}

.container-full {
  overflow-x: auto;
}

@media (min-width: 1920px) {
  .container-full {
    max-width: inherit !important;
  }
}

th.dateheader-1month {
  font-size: 0.9em;
}

th.dateheader-2month {
  font-size: 0.7em;
}

th.schoolholiday {
  background-color: #fdf59a;
}

th.public-holiday {
  background-color: #00b26f;
}

td.cal-td {
  padding: 0.3rem 0 !important;
}

td.cal-td.weekday-0,
td.cal-td.weekday-6,
td.cal-td.weekday-7,
td.cal-td.public-holiday {
  background-color: #B0B0B0;
}

td.cal-td.public-holiday-half {
  background: linear-gradient(to left, #B0B0B0 50%, transparent 50%);
}

td.cal-td > div {
  position: relative;
}

th.today,
td.cal-td.today {
  background-color: #B1F3FE;
}

.cal-block {
  text-align: center;
}

.cal-block-start-half {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.cal-block-end-half {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.cal-request {
  background-image: linear-gradient(45deg, 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);
  background-size: 1rem 1rem;
}

.cal-request-start-half {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.cal-request-end-half {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.input-group input ~ .input-group-addon {
  border-radius: 0 2px 2px 0;
  border-left-width: 0;
}

.statistic__item--small {
  min-height: 110px;
}

tr.report-header {
  background-color: #ABABAB;
  color: #fff;
}

tr.report-header .col-start,
tr.report-header .col-end,
tr.report-header .col-days {
  width: 20%;
  text-align: right;
}

td.col-start,
td.col-end,
td.col-days {
  text-align: right;
}

.report.statistic2 {
  padding-top: 0;
}

.report .report-header {
  height: 265px;
}

.report th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
  position: relative;
}

.report th.rotate > div {
  transform: rotate(270deg);
  width: 30px;
  position: absolute;
  right: 0;
  bottom: 5px;
}

.report th.rotate > div > span {
  padding: 5px 10px;
}

.dropdown-menu.show {
  max-height: 300px;
  overflow-y: scroll;
}

.switch-field label {
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1315px) and (min-width: 992px) {
  .header__tool .account-item > .content {
    display: inherit;
  }
}

@media (min-width: 1920px) {
  .calendar_additional_name {
    display: none;
  }
}

table.dataTable thead .sorting_asc::after {
  content: "\F0DE";
}

table.dataTable thead .sorting_desc::after {
  content: "\F0DD";
}

table.dataTable thead .sorting::after {
  content: "\F0DC";
  opacity: 1;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
  font-family: "Font Awesome 5 Free";
  top: 8px;
  opacity: 1;
  bottom: inherit;
}

