.comb-light {
  background-color: #ffffff;
  color: #000;
}
.comb-semi-dark {
  background-color: #5d5d5d;
  color: #ffffff;
}
.comb-dark {
  background-color: #2a2a2a;
  color: #ededed;
}
.theme-light {
  background-color: #ffffff;
  color: #000000;
}
.theme-light a,
.theme-light a:visited {
  color: #5d5d5d;
}
.theme-light a:hover,
.theme-light a:visited:hover {
  color: #f3b04e;
}
.theme-semi-dark {
  background-color: #5d5d5d;
  color: #ffffff;
}
.theme-semi-dark a,
.theme-semi-dark a:visited {
  color: #ffffff;
}
.theme-semi-dark a:hover,
.theme-semi-dark a:visited:hover {
  color: #f3b04e;
}
.theme-semi-dark ul:not(.mega-menu-column) {
  background-color: #5d5d5d;
}
.theme-semi-dark ul:not(.mega-menu-column) ul li:hover > a {
  background-color: #2a2a2a;
}
.theme-dark {
  background-color: #2a2a2a;
  color: #ededed;
}
.theme-dark a,
.theme-dark a:visited {
  color: #ededed;
}
.theme-dark a:hover,
.theme-dark a:visited:hover {
  color: #f3b04e;
}
.theme-dark ul:not(.mega-menu-column) {
  background-color: #2a2a2a;
}
.theme-dark ul:not(.mega-menu-column) ul li:hover > a {
  background-color: #5d5d5d;
}
.attendance-table {
  font-size: 11px;
}
.attendance-table .partial-day-content {
  color: #17a2b8;
}
.attendance-table .small-notes {
  font-size: small;
  font-style: italic;
}
.attendance-table .holiday {
  background-color: #e0c67d;
}
.attendance-table .holiday-text {
  margin: 5px 0;
  color: #a73131;
  font-weight: bold;
}
.attendance-table > table {
  margin-bottom: 0;
}
.attendance-table > table thead {
  background-color: #5d5d5d;
  color: #ffffff;
}
.attendance-table > table thead th {
  vertical-align: top !important;
  font-size: 11px !important;
}
.attendance-table > table > tbody tr {
  cursor: pointer;
}
.attendance-table > table > tbody > tr > td,
.attendance-table > table > tfoot > tr > td {
  padding: 2px;
  vertical-align: top;
  min-width: 70px;
}
.attendance-table > table > tbody > tr > td ul,
.attendance-table > table > tfoot > tr > td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.attendance-table > table > tbody > tr > td:nth-child(2),
.attendance-table > table > tfoot > tr > td:nth-child(2) {
  width: 100%;
}
.attendance-table > table > tbody > tr > td:last-child,
.attendance-table > table > tfoot > tr > td:last-child {
  min-width: 100px;
}
.attendance-table > table tfoot {
  background-color: #5d5d5d;
  color: #ffffff;
}
.attendance-table:not(.attendance-table-details) td {
  text-align: center;
}
.attendance-table:not(.attendance-table-details) .dtcol,
.attendance-table:not(.attendance-table-details) .schedcol {
  text-align: left;
}
.attendance-table-details > table > tbody > tr > td:nth-child(2) {
  width: initial;
}
.attendance-table-details > table > tbody > tr > td:nth-child(3) {
  min-width: 250px;
  width: 100%;
}
.attendance-table-details > table > tbody > tr > td:nth-child(4),
.attendance-table-details > table > tbody > tr > td:nth-child(5) {
  min-width: 250px !important;
}
.attendance-table-details > table > tbody > tr table {
  width: 100%;
}
.attendance-table-details > table > tbody > tr table td {
  padding: 3px;
}
.attendance-table-details > table > tbody > tr table td:first-child {
  width: 50%;
}
.attendance-table-details > table > tbody > tr table td:nth-child(2) {
  width: 10px;
}
.attendance-table-details table table td {
  border: none !important;
}
.attendance-table.min td {
  min-width: 90px;
}
.attendance-table.min td:last-child {
  min-width: 120px;
}
.attendance-table.min tbody > tr > td:nth-child(3),
.attendance-table.min tbody > tr > td:nth-child(4) {
  font-weight: bold;
}
.attendance-table-summary table {
  width: 100%;
}
.attendance-table-summary table thead {
  background-color: #5d5d5d;
  color: #ffffff;
}
.attendance-table-summary table thead th {
  text-align: center;
}
.attendance-table-summary table tbody td {
  padding: 2px;
  text-align: center;
}
.day-status ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.etperiodfilter-cont {
  background-color: rgba(66, 153, 207, 0.3);
  padding: 20px;
  min-height: 113px;
}
.etperiodfilter-cont .etperiodfilter-set {
  display: none;
}
.etperiodfilter-cont .etperiodfilter-set .cmds {
  text-align: center;
}
.etperiodfilter-cont .etperiodfilter-set table {
  width: 100%;
}
.etperiodfilter-cont .etperiodfilter-set table td:last-child {
  width: 100%;
  text-align: center;
}
.etperiodfilter-cont .etperiodfilter-view {
  display: block;
}
.etperiodfilter-cont .etperiodfilter-view .table-cont {
  max-height: 120px;
  overflow: auto;
}
.etperiodfilter-cont.setmode .etperiodfilter-set {
  display: block;
  position: absolute;
  z-index: 99999;
  background-color: white;
  border: 1px solid #808080;
  width: 100%;
  padding: 10px;
}
.etperiodfilter-cont.setmode .etperiodfilter-view {
  display: none;
}
.td-count {
  background-color: #e0e0e0;
}
