@charset "UTF-8";
body.theme-dark {
  --white: #FFFFFF;
  --black: #000000;
  --elite-text: #FFFFFF;
  --elite-link: #FFFFFF;
  --elite-menu: #101726;
  --elite-main-bg: #263045;
  --elite-bg: #263045;
  --elite-box: #1A2233;
  --elite-dark-blue: #263045;
  --elite-light-blue: #009FE3;
  --elite-green: #2BD97C;
  --elite-gray: #DADADA;
  --elite-yellow: #FDC533;
  --elite-orange: #FA8232;
  --elite-pink: #EA5297;
  --elite-red: #F14141;
}

body.theme-light {
  --white: #000000;
  --black: #FFFFFF;
  --elite-text: #666666;
  --elite-link: #19a3dd;
  --elite-menu: #F1F1F1;
  --elite-main-bg: #CCE2F4;
  --elite-bg: #F1F1F1;
  --elite-box: #FFFFFF;
  --elite-dark-blue: #263045;
  --elite-light-blue: #009FE3;
  --elite-green: #2BD97C;
  --elite-gray: #9F9F9F;
  --elite-yellow: #FDC533;
  --elite-orange: #FA8232;
  --elite-pink: #EA5297;
  --elite-red: #F14141;
}

.btn:not(.btn-xs) {
  font-size: 16px;
}

.btn-blue {
  background-color: var(--elite-light-blue);
  color: var(--white);
}
.btn-blue:hover {
  color: var(--white);
  opacity: 0.8;
}

.btn-green {
  background-color: var(--elite-green);
  color: var(--white);
}
.btn-green:hover {
  color: var(--white);
  opacity: 0.8;
}

.btn-orange {
  background-color: var(--elite-orange);
  color: var(--white);
}
.btn-orange:hover {
  color: var(--white);
  opacity: 0.8;
}

.btn-pink {
  background-color: var(--elite-pink);
  color: var(--white);
}
.btn-pink:hover {
  color: var(--white);
  opacity: 0.8;
}

.btn-yellow {
  background-color: var(--elite-yellow);
  color: var(--white);
}
.btn-yellow:hover {
  color: var(--white);
  opacity: 0.8;
}

.btn-gray {
  background-color: var(--elite-gray);
  color: var(--black);
}
.btn-gray:hover {
  color: var(--black);
  opacity: 0.8;
}

/**
 * @license
 * MyFonts Webfont Build ID 3969586, 2020-11-06T07:01:47-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed ../../fonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: GalanoGrotesque-Italic by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/galano-grotesque/italic/
 *
 * Webfont: GalanoGrotesque-Regular by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/galano-grotesque/regular/
 *
 * Webfont: GalanoGrotesque-SemiBold by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/galano-grotesque/semi-bold/
 *
 *
 * ../../fonts copyright: Copyright &amp;#x00A9; 2014 by Ren&amp;#x00E9; Bieder. All rights reserved.
 *
 * © 2020 MyFonts Inc
*/
@font-face {
  font-family: "Galano";
  font-weight: bold;
  src: url("../../fonts/GalanoGrotesque-SemiBold/font.woff2") format("woff2"), url("../../fonts/GalanoGrotesque-SemiBold/font.woff") format("woff");
}
@font-face {
  font-family: "Galano";
  font-weight: normal;
  font-style: italic;
  src: url("../../fonts/GalanoGrotesque-Italic/font.woff2") format("woff2"), url("../../fonts/GalanoGrotesque-Italic/font.woff") format("woff");
}
@font-face {
  font-family: "Galano";
  font-weight: normal;
  src: url("../../fonts/GalanoGrotesque-Regular/font.woff2") format("woff2"), url("../../fonts/GalanoGrotesque-Regular/font.woff") format("woff");
}
@font-face {
  font-family: "Galano";
  font-weight: 900;
  src: url("../../fonts/GalanoGrotesque-Bold/font.woff2") format("woff2"), url("../../fonts/GalanoGrotesque-Bold/font.woff") format("woff");
}
body {
  background: #263045 !important;
  font-family: "Galano";
}
body:not(.modal-open) {
  filter: drop-shadow(0 0 10px #1A2233) !important;
}

.login-box {
  margin: 0;
  position: absolute;
  left: calc(50% - 200px);
  top: calc(50% - 150px);
  width: 400px;
  height: 300px;
}
@media (max-width: 400px) {
  .login-box {
    left: calc(50% - 150px);
    top: calc(50% - 150px);
    width: 300px;
    height: 300px;
  }
}
.login-box .login-logo a {
  color: var(--white);
}
.login-box .login-box-body {
  background: #1A2233;
  border-radius: 5px;
}
.login-box .login-forgot {
  color: var(--white) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
dt,
dd {
  color: var(--elite-text);
}

p {
  font-size: 16px;
}

a {
  color: var(--elite-link);
  position: relative;
  text-decoration: none;
  line-height: 24px;
}
a:not(.btn):before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #009FE3;
  transform: scaleX(0);
}
a:not(.btn):hover:before {
  transform: scaleX(1);
}
a:not(.btn):before, a:not(.btn):after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
a:hover {
  color: var(--white);
}

h2 {
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 20px;
  margin: 0;
}

h3 {
  padding-bottom: 20px;
}

hr {
  border-top: 1px solid var(--elite-bg);
}

dd {
  margin-left: 20px;
}

table,
.table {
  color: var(--white);
}
table.table-hover tr:hover,
.table.table-hover tr:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
table thead tr th,
.table thead tr th {
  border-bottom: 1px solid var(--elite-bg);
}
table tbody tr th,
table tbody tr td,
.table tbody tr th,
.table tbody tr td {
  border-top: 1px solid var(--elite-bg);
}
table .table-btn .dropdown-toggle,
.table .table-btn .dropdown-toggle {
  background-color: var(--elite-bg);
  border: none;
  color: var(--white);
}
table .table-btn .dropdown-menu,
.table .table-btn .dropdown-menu {
  background-color: var(--elite-bg);
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
table .table-btn .dropdown-menu a,
.table .table-btn .dropdown-menu a {
  color: var(--white);
}
table .table-btn .dropdown-menu a:hover,
.table .table-btn .dropdown-menu a:hover {
  background-color: unset;
}

.alert-success {
  background-color: var(--elite-green) !important;
  font-size: 16px;
  font-weight: 600;
}

.wrapper {
  overflow: hidden;
  background-color: var(--elite-bg) !important;
}
.wrapper .content-wrapper {
  margin-left: 260px !important;
  background-color: var(--elite-main-bg);
}
@media (max-width: 767px) {
  .wrapper .content-wrapper {
    margin-left: 0px !important;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .wrapper .content-wrapper .content {
    padding: 20px 20px;
  }
}

.box {
  border-radius: 5px;
  border-top: unset;
  padding: 10px;
  background-color: var(--elite-box);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .box .table-responsive {
    border: none;
  }
}
.box .box-header {
  border-bottom: 1px solid var(--elite-box);
}
.box .box-footer {
  background-color: var(--elite-box);
  border-top: 1px solid var(--elite-bg);
}

.box-title {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .box-title:first-of-type {
    padding-top: 20px;
  }
}
.box-title span {
  color: var(--elite-gray);
  font-size: 16px;
}
.box-title .title-link {
  margin-right: 0px;
  font-size: 14px;
  white-space: nowrap;
}
.box-title .title-link a:hover {
  color: var(--white);
}
.box-title .title-link i {
  margin-right: 5px;
}

.login-box-body {
  padding: 20px;
  border-radius: 5px;
}

.alert span {
  color: #fff;
}

.box-footer button {
  float: right;
}
.box-footer a {
  float: right;
  margin-right: 10px;
}

.green-check {
  color: green;
}

.red-cross {
  color: red;
}

.fa-times-circle {
  color: red;
}

.fa-check-circle {
  color: green;
}

#timeline svg g:first-of-type path {
  stroke: #cce2f4;
}
#timeline svg g:first-of-type rect:not(:last-child) {
  fill: #f5f9fc;
}
#timeline svg g:first-of-type rect:last-child {
  display: none;
}
#timeline .google-visualization-tooltip {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border: none !important;
  position: absolute !important;
  font-size: 16px !important;
  padding: 20px !important;
}

.float-right {
  float: right;
}

.table-with-action .table > tbody > tr > td {
  vertical-align: middle;
}
.table-with-action .table > tbody > tr > td:last-child {
  text-align: right;
  width: 25px;
}
.table-with-action .row {
  margin-right: -10px;
}
.table-with-action .table-header {
  float: right;
  margin-bottom: 20px;
}
.table-with-action .table-header .btn-add {
  margin-right: 10px;
}
.table-with-action .table-header .btn-add i {
  margin-right: 10px;
}

.flash-container {
  margin: 0 15px;
}

.modal {
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.modal .modal-content {
  background-color: var(--elite-bg);
  border-radius: 5px;
}
.modal .modal-content .modal-header {
  border-bottom-color: var(--elite-box);
}
.modal .modal-content .modal-footer {
  border-top-color: var(--elite-box);
}

.modal-danger .modal-content .modal-header h4,
.modal-default .modal-content .modal-header h4,
.modal-primary .modal-content .modal-header h4,
.modal-success .modal-content .modal-header h4,
.modal-warning .modal-content .modal-header h4 {
  color: var(--white);
}
.modal-danger .modal-content .modal-body,
.modal-default .modal-content .modal-body,
.modal-primary .modal-content .modal-body,
.modal-success .modal-content .modal-body,
.modal-warning .modal-content .modal-body {
  color: var(--white);
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: var(--elite-bg);
  color: var(--white);
  font-size: 13px;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  width: 200px;
  z-index: 101;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--elite-bg) transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  box-shadow: 0 4px 8px 0 rgb(0, 0, 0), 0 6px 20px 0 rgb(0, 0, 0);
}

.table-responsive {
  color: var(--white);
  overflow: hidden;
  overflow-x: auto;
}
@media (min-width: 1600px) {
  .table-responsive {
    overflow: hidden;
  }
}
@media (min-width: 1500px) {
  .table-responsive.responsive-col-8 {
    overflow-x: auto;
  }
}

.accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  border-bottom: 5px solid #F5F9FC;
  text-align: left;
  outline: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  background: none;
  padding-bottom: 8px;
}
.accordion img {
  transition: 0.3s;
  margin-right: 10px;
}
.accordion.active img {
  transform: rotate(180deg);
}

.panel {
  display: none;
  background-color: white;
  box-shadow: none;
}

.attendance-link-single {
  text-align: right;
  margin-bottom: 20px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
  background-color: var(--elite-bg);
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: var(--elite-box);
}

.d-flex {
  display: flex;
  align-items: center;
}

.d-center {
  justify-content: center;
}

.bg-elite-green {
  background-color: var(--elite-green);
}

.bg-elite-bg {
  background-color: var(--elite-bg);
}

.bg-elite-gray {
  background-color: var(--elite-gray);
}

.nav-tabs-custom {
  border-radius: 5px;
  background: var(--elite-box);
}
.nav-tabs-custom .nav {
  background-color: var(--elite-bg);
  border-radius: 0;
  border: none;
  font-size: 16px;
}
.nav-tabs-custom .nav .leave-tab {
  border-radius: 5px;
  border: none;
}
.nav-tabs-custom .nav .leave-tab:hover a {
  color: var(--white);
}
.nav-tabs-custom .nav .leave-tab.active a {
  border: none;
  background-color: var(--elite-box);
  color: var(--white);
}
.nav-tabs-custom .nav .leave-tab.active a:hover {
  color: var(--white);
  background-color: var(--elite-box);
}
.nav-tabs-custom .nav .leave-tab a {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: var(--white);
}
@media (max-width: 420px) {
  .nav-tabs-custom .nav .leave-tab a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.nav-tabs-custom .tab-content {
  border-radius: 5px;
  background-color: var(--elite-box);
}
.nav-tabs-custom .tab-content .leave-request-buttons {
  float: right;
}

.callout.callout-warning, .callout.callout-danger, .callout.callout-success {
  background-color: var(--elite-bg) !important;
}
.callout.callout-warning p, .callout.callout-danger p, .callout.callout-success p {
  font-size: 18px;
}
.callout.callout-warning p a, .callout.callout-danger p a, .callout.callout-success p a {
  top: -45px;
  float: right;
  text-decoration: none;
}

.small-box {
  border-radius: 5px;
}

input:not([type=file]):not([type=checkbox]):not([type=submit]),
select,
textarea {
  width: 100% !important;
  height: unset !important;
  padding: 11px 20px 13px 20px !important;
  border-radius: 5px !important;
  background: var(--elite-box) !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  color: var(--white) !important;
  font-size: 18px !important;
  border: none !important;
}
input:not([type=file]):not([type=checkbox]):not([type=submit]).inverse,
select.inverse,
textarea.inverse {
  background: var(--elite-bg) !important;
}
input:not([type=file]):not([type=checkbox]):not([type=submit]).reverse,
select.reverse,
textarea.reverse {
  background: var(--elite-bg) !important;
}
input:not([type=file]):not([type=checkbox]):not([type=submit]):focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #cce2f4;
}
input:not([type=file]):not([type=checkbox]):not([type=submit]):disabled,
select:disabled,
textarea:disabled {
  background: var(--white) 20 !important;
}

select {
  border-radius: 5px !important;
}

label {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}

.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 28px;
  position: absolute;
  top: 6px;
  right: 25px;
  color: #666666;
  pointer-events: none;
}

.box-body .form-group .input-group input,
.modal-body .form-group .input-group input {
  padding-left: 0 !important;
  border-left: none !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.box-body .form-group .input-group .input-group-addon,
.modal-body .form-group .input-group .input-group-addon {
  color: var(--white);
  font-size: 18px;
  border: none;
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  background-color: var(--elite-box);
}
.box-body .form-group .input-group .input-group-addon.inverse,
.modal-body .form-group .input-group .input-group-addon.inverse {
  background-color: var(--elite-bg);
}

.datepicker {
  background-color: var(--elite-box) !important;
  border-radius: 5px;
}
.datepicker:before, .datepicker:after {
  border-top: 6px solid var(--elite-box) !important;
}
.datepicker.datepicker-dropdown {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.8);
  border: none;
}
.datepicker table thead th:hover {
  background-color: var(--elite-bg) !important;
}
.datepicker table tbody tr td {
  color: var(----white) !important;
}
.datepicker table tbody tr td.today.day {
  background: #ed9100;
}
.datepicker table tbody tr td.today.day:hover {
  background: rgba(237, 145, 0, 0.1254901961);
}
.datepicker table tbody tr td.active.day {
  background: #37bb7f;
  background-color: #37bb7f !important;
}
.datepicker table tbody tr td.active.day:hover {
  background: rgba(237, 145, 0, 0.1254901961);
}
.datepicker table tbody tr td span:hover {
  background-color: var(--elite-bg) !important;
}
.datepicker table tbody tr td span.focused, .datepicker table tbody tr td span.active {
  background-color: var(--elite-bg) !important;
  background-image: unset;
}

.daterangepicker {
  background-color: var(--elite-bg);
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.8);
}
.daterangepicker:after {
  border-bottom: 6px solid var(--elite-bg);
}
.daterangepicker .drp-calendar .calendar-table {
  background-color: var(--elite-box);
  border: none;
  border-radius: 5px;
  padding: 15px;
}
.daterangepicker .drp-calendar .calendar-table .ends {
  background-color: var(--elite-bg);
}
.daterangepicker .drp-calendar .calendar-table .in-range, .daterangepicker .drp-calendar .calendar-table .start-date {
  background-color: var(--elite-light-blue);
  color: var(--white);
}
.daterangepicker .drp-calendar .calendar-table .available:hover {
  background-color: var(--elite-light-blue);
}
.daterangepicker .drp-calendar .calendar-table .available span {
  border: solid var(--white);
  border-width: 0 2px 2px 0;
}

.checkbox-col {
  padding-left: 30px;
  margin-bottom: 15px;
}

.checkbox {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 20px !important;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox:hover input ~ .checkmark {
  background-color: var(--elite-bg);
}
.checkbox input:checked ~ .checkmark {
  background-color: rgba(43, 217, 124, 0.7333333333);
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkbox-label {
  position: absolute;
  top: 0.5px;
  font-size: 16px;
  font-weight: 700;
}
.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: var(--elite-bg);
  border-radius: 5px;
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 2px;
  width: 10px;
  height: 16px;
  border: solid white;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

.leaders-checkboxes {
  margin-left: 20px;
}

.form-control-feedback {
  top: 9px;
  right: 5px;
}

.btn {
  border-radius: 5px !important;
}
.btn.btn-primary {
  background: rgba(43, 217, 124, 0.7333333333) !important;
  border: none;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.5s;
}
.btn.btn-primary:hover {
  background: #128246 !important;
}

.inputfile {
  color: transparent;
  padding: 7px 12px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  color: var(--white) !important;
  background: var(--elite-box);
}
.inputfile.inverse {
  background: var(--elite-bg);
}
.inputfile:before {
  content: "Vyberte súbor";
  padding-left: 15px;
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
}

::-webkit-file-upload-button {
  visibility: hidden;
  color: var(--white);
  padding-top: 7px;
  padding-right: 60px;
}

.filter-bttn button, .filter-bttn a {
  margin-top: 10px;
  float: right;
}

.btn-hidden {
  display: none;
}

.horizontal-form-box-body,
.horizontal-form-box-footer {
  width: 50%;
  margin: 0 auto;
}
.horizontal-form-box-body label,
.horizontal-form-box-footer label {
  padding-top: 12px;
}

.leave-count-input {
  min-width: 70px;
  max-width: 70px;
  -moz-appearance: textfield;
}
.leave-count-input::-webkit-outer-spin-button, .leave-count-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dateExists {
  display: none;
  color: red;
  font-size: 16px;
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--white) !important;
  box-shadow: 200px 200px 100px var(--elite-box) inset !important;
  -webkit-box-shadow: 200px 200px 100px var(--elite-box) inset !important;
  border-radius: 0px !important;
}

.inverseinput:-webkit-autofill, .inverseinput:-webkit-autofill:focus, .inverseinput:-webkit-autofill:hover, .inverseselect:-webkit-autofill, .inverseselect:-webkit-autofill:focus, .inverseselect:-webkit-autofill:hover, .inversetextarea:-webkit-autofill, .inversetextarea:-webkit-autofill:focus, .inversetextarea:-webkit-autofill:hover {
  background-color: red !important;
}

.tox-tinymce {
  border: unset !important;
}
.tox-tinymce .tox-editor-container {
  border-radius: 5px;
  background-color: #fff;
  border: 0;
  box-sizing: border-box;
  flex: 1;
  -ms-flex-preferred-size: auto;
  height: 100%;
  position: absolute;
  width: 100%;
}
.tox-tinymce .tox-editor-container .tox-editor-header {
  border-radius: 5px;
}
.tox-tinymce .tox-editor-container .tox-menubar, .tox-tinymce .tox-editor-container .tox-toolbar__primary {
  background-color: var(--elite-box) !important;
}
.tox-tinymce .tox-editor-container .tox-menubar.inverse, .tox-tinymce .tox-editor-container .tox-toolbar__primary.inverse {
  background-color: var(--elite-bg) !important;
}

.inverse .form-group .tox-tinymce .tox-editor-container .tox-menubar, .inverse .form-group .tox-tinymce .tox-editor-container .tox-toolbar__primary {
  background-color: var(--elite-bg) !important;
}

.ms-container {
  width: 100% !important;
  border-radius: 5px;
}
.ms-container .ms-selectable, .ms-container .ms-selection {
  background: unset !important;
}
.ms-container .ms-selectable .ms-optgroup-label, .ms-container .ms-selection .ms-optgroup-label {
  font-weight: 800 !important;
}
.ms-container .ms-selectable .multiselect-custom-header, .ms-container .ms-selection .multiselect-custom-header {
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: none;
  border-bottom: 2px solid var(--elite-box);
  padding: 5px;
  background-color: var(--elite-box);
  font-weight: 800 !important;
  color: var(--white);
}
.ms-container .ms-selectable .ms-list, .ms-container .ms-selection .ms-list {
  height: 500px !important;
  border: 2px solid var(--elite-box);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ms-container .ms-selectable .ms-list.ms-focus, .ms-container .ms-selection .ms-list.ms-focus {
  border-color: var(--elite-box);
  box-shadow: unset;
}
.ms-container .ms-selectable .ms-list .ms-optgroup-container .ms-elem-selection, .ms-container .ms-selectable .ms-list .ms-optgroup-container .ms-elem-selectable, .ms-container .ms-selection .ms-list .ms-optgroup-container .ms-elem-selection, .ms-container .ms-selection .ms-list .ms-optgroup-container .ms-elem-selectable {
  padding: 5px 20px;
  border-bottom: 2px solid var(--elite-box);
}

.clockpicker-popover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--elite-box) !important;
}
.clockpicker-popover .popover-title {
  background-color: var(--elite-box) !important;
  border: none;
  color: var(--white);
}
.clockpicker-popover .arrow:after {
  border-top-color: var(--elite-bg) !important;
}
.clockpicker-popover .popover-content {
  background-color: var(--elite-box);
}
.clockpicker-popover .popover-content .clockpicker-plate {
  background-color: var(--elite-bg);
}
.clockpicker-popover .popover-content .clockpicker-plate .clockpicker-tick {
  color: var(--white);
}

.index-list .btn-group {
  margin-right: 10px;
}
.index-list .btn-group button:focus {
  opacity: 0.8;
}
.index-list .btn-group button:focus i {
  color: var(--white);
}
.index-list .btn-group .list-dropdown {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  position: absolute !important;
  width: 200px;
  top: 15px !important;
  left: -190px !important;
  max-width: 450px;
  background: var(--elite-bg);
  border: none;
  border-radius: 5px;
}
.index-list .btn-group .list-dropdown li a {
  color: var(--white);
}
.index-list .btn-group .list-dropdown li a:hover, .index-list .btn-group .list-dropdown li a:focus {
  background-color: unset;
}

.loadingScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
.loadingScreen .lodading-anime {
  display: inline-block;
  position: relative;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
}
.loadingScreen .lodading-anime div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: lodading-anime 1.2s linear infinite;
          animation: lodading-anime 1.2s linear infinite;
}
.loadingScreen .lodading-anime div:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.loadingScreen .lodading-anime div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.loadingScreen .lodading-anime div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.loadingScreen .lodading-anime div:nth-child(4) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.loadingScreen .lodading-anime div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.loadingScreen .lodading-anime div:nth-child(6) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.loadingScreen .lodading-anime div:nth-child(7) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.loadingScreen .lodading-anime div:nth-child(8) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.loadingScreen .lodading-anime div:nth-child(9) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.loadingScreen .lodading-anime div:nth-child(10) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.loadingScreen .lodading-anime div:nth-child(11) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.loadingScreen .lodading-anime div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@-webkit-keyframes lodading-anime {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
@keyframes lodading-anime {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.loadingScreen.locale {
  position: static;
  padding: 50px 0;
  background-color: #fff;
  width: 100%;
  height: auto;
}
.loadingScreen.locale .lodading-anime div {
  background: var(--elite-light-blue);
}

.main-sidebar {
  background-color: var(--elite-menu) !important;
  padding: 20px;
}
@media (min-width: 767px) {
  .main-sidebar {
    width: 260px;
  }
}
.main-sidebar hr {
  border-top: 1px #282E3C solid;
}
.main-sidebar .user-panel {
  margin: 0;
  padding: 0;
}
.main-sidebar .user-panel .menu-profile-photo {
  padding: 0;
}
.main-sidebar .user-panel .menu-profile-photo .menu-photo {
  width: 100%;
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  min-height: 50px;
}
.main-sidebar .user-panel .menu-profile-name {
  padding-right: 0;
}
.main-sidebar .user-panel .menu-profile-name a {
  color: var(--white);
}
.main-sidebar .user-panel .menu-profile-name span {
  font-size: 18px;
  font-weight: 600;
  margin-left: 5px;
}
.main-sidebar .user-panel .menu-profile-name .menu-punch {
  padding-top: 5px;
  display: flex;
}
.main-sidebar .user-panel .menu-profile-name .menu-punch svg {
  width: 24px;
}
.main-sidebar .user-panel .menu-profile-name .menu-punch .menu-state-name {
  padding: 0px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
}
.main-sidebar .user-panel .menu-notifications {
  padding: 0;
}
.main-sidebar .user-panel .menu-notifications:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--elite-orange);
  position: absolute;
  top: 0;
  left: 25px;
  z-index: 1;
  pointer-events: none;
}
.main-sidebar .user-panel .menu-notifications:after {
  content: attr(data-count);
  color: white;
  position: absolute;
  top: 0;
  left: 31px;
  font-size: 14px;
  z-index: 2;
  pointer-events: none;
}
.main-sidebar .user-panel .menu-notifications.no-notifications:before {
  content: unset !important;
}
.main-sidebar .user-panel .menu-notifications.no-notifications:after {
  content: unset !important;
}
.main-sidebar .user-panel .menu-notifications .notificationBell:hover:before {
  content: unset !important;
}
.main-sidebar .user-panel .menu-notifications .notificationBell:hover svg > path {
  fill: var(--elite-yellow);
}
.main-sidebar .user-panel .menu-notifications .notificationBell svg {
  width: 50px;
}
.main-sidebar .user-panel .menu-notifications .notification-menu {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.main-sidebar .user-panel .menu-menu {
  padding: 8px 0 0 25px;
}
.main-sidebar .user-panel .menu-menu .menu-dots:hover:before {
  content: unset !important;
}
.main-sidebar .user-panel .menu-menu .menu-dots:hover svg > path {
  fill: var(--elite-yellow);
}
.main-sidebar .user-panel .menu-menu svg {
  height: 35px;
}
.main-sidebar .user-panel .menu-menu .profile-menu {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: fixed !important;
  top: 30px !important;
  left: 250px !important;
  max-width: 450px;
  background: var(--elite-box);
  border: none;
  border-radius: 5px;
  overflow: auto;
  min-height: 100px;
  max-height: 600px;
}
.main-sidebar .user-panel .menu-menu .profile-menu li {
  margin: 20px;
  padding: 10px;
  border-radius: 5px;
  background-color: var(--elite-bg);
}
.main-sidebar .user-panel .menu-menu .profile-menu li a {
  color: var(--white);
}
.main-sidebar .user-panel .menu-menu .profile-menu li a:hover {
  background: unset !important;
  color: var(--white);
}
.main-sidebar .sidebar-menu {
  line-height: 30px;
}
.main-sidebar .sidebar-menu.tree {
  padding-bottom: 2000px;
}
.main-sidebar .sidebar-menu .header {
  background: unset !important;
  color: var(--white) !important;
  font-size: 16px;
  padding: 0;
}
.main-sidebar .sidebar-menu .sidebar-menu-item:hover a {
  background: unset !important;
}
.main-sidebar .sidebar-menu .sidebar-menu-item.active a {
  border-left: unset;
  background: unset !important;
}
.main-sidebar .sidebar-menu .sidebar-menu-item.active a:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #009FE3;
  transform: scaleX(0);
}
.main-sidebar .sidebar-menu .sidebar-menu-item.active a:before {
  transform: scaleX(1);
}
.main-sidebar .sidebar-menu .sidebar-menu-item.active a:before, .main-sidebar .sidebar-menu .sidebar-menu-item.active a:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
.main-sidebar .sidebar-menu .sidebar-menu-item a {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.main-sidebar .sidebar-menu .sidebar-menu-item a svg {
  width: 35px;
  height: 35px;
  vertical-align: middle;
}
.main-sidebar .sidebar-menu .sidebar-menu-item a span {
  font-size: 16px;
  color: var(--white);
  padding-left: 10px;
}
.main-sidebar .sidebar-menu .treeview.menu-open a {
  background: unset;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
}
.main-sidebar .sidebar-menu .treeview:hover .tree-parent {
  background: unset !important;
}
.main-sidebar .sidebar-menu .treeview a {
  background: unset;
}
.main-sidebar .sidebar-menu .treeview .treeview-menu {
  background: unset;
}
.main-sidebar .sidebar-menu .treeview .treeview-menu li {
  margin-left: 25px;
}
.main-sidebar .sidebar-menu .treeview .treeview-menu li a:hover span.submenu-green {
  color: var(--elite-green) !important;
}
.main-sidebar .sidebar-menu .treeview .treeview-menu li a:hover span.submenu-blue {
  color: var(--elite-light-blue) !important;
}
.main-sidebar .sidebar-menu .treeview .treeview-menu li a:hover span.submenu-gray {
  color: var(--elite-gray) !important;
}
.main-sidebar .sidebar-menu .treeview .treeview-menu li a:hover span.submenu-yellow {
  color: var(--elite-yellow) !important;
}
.main-sidebar .sidebar-menu .treeview .treeview-menu li a:hover span.submenu-orange {
  color: var(--elite-orange) !important;
}
.main-sidebar .sidebar-menu .treeview .treeview-menu li a:hover span.submenu-pink {
  color: var(--elite-pink) !important;
}
.main-sidebar .sidebar-menu .treeview .treeview-menu li a span {
  color: var(--white);
}
.main-sidebar .sidebar-menu .treeview .treeview-menu li.active a {
  margin-bottom: 5px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.main-sidebar .sidebar-menu .treeview .treeview-menu li.active a span.submenu-green {
  color: var(--elite-green) !important;
}
.main-sidebar .sidebar-menu .treeview .treeview-menu li.active a span.submenu-blue {
  color: var(--elite-light-blue) !important;
}
.main-sidebar .sidebar-menu .treeview .treeview-menu li.active a span.submenu-gray {
  color: var(--elite-gray) !important;
}
.main-sidebar .sidebar-menu .treeview .treeview-menu li.active a span.submenu-yellow {
  color: var(--elite-yellow) !important;
}
.main-sidebar .sidebar-menu .treeview .treeview-menu li.active a span.submenu-orange {
  color: var(--elite-orange) !important;
}
.main-sidebar .sidebar-menu .treeview .treeview-menu li.active a span.submenu-pink {
  color: var(--elite-pink) !important;
}
.main-sidebar .sidebar-menu .treeview .treeview-menu li:hover {
  background: unset;
}

.menu-green a:before {
  background: var(--elite-green) !important;
}
.menu-green.active a:before, .menu-green:hover a:before {
  background: var(--elite-green) !important;
}
.menu-green.active a span.menu-main-item, .menu-green:hover a span.menu-main-item {
  color: var(--elite-green) !important;
}
.menu-green.active a svg path, .menu-green:hover a svg path {
  fill: var(--elite-green);
}
.menu-green.active a:before {
  content: unset !important;
}

.menu-blue a:before {
  background: var(--elite-light-blue) !important;
}
.menu-blue.active a:before, .menu-blue:hover a:before {
  background: var(--elite-light-blue) !important;
}
.menu-blue.active a span.menu-main-item, .menu-blue:hover a span.menu-main-item {
  color: var(--elite-light-blue) !important;
}
.menu-blue.active a svg path, .menu-blue:hover a svg path {
  fill: var(--elite-light-blue);
}
.menu-blue.active a:before {
  content: unset !important;
}

.menu-gray a:before {
  background: var(--elite-gray) !important;
}
.menu-gray.active a:before, .menu-gray:hover a:before {
  background: var(--elite-gray) !important;
}
.menu-gray.active a span.menu-main-item, .menu-gray:hover a span.menu-main-item {
  color: var(--elite-gray) !important;
}
.menu-gray.active a svg path, .menu-gray:hover a svg path {
  fill: var(--elite-gray);
}
.menu-gray.active a:before {
  content: unset !important;
}

.menu-yellow a:before {
  background: var(--elite-yellow) !important;
}
.menu-yellow.active a:before, .menu-yellow:hover a:before {
  background: var(--elite-yellow) !important;
}
.menu-yellow.active a span.menu-main-item, .menu-yellow:hover a span.menu-main-item {
  color: var(--elite-yellow) !important;
}
.menu-yellow.active a svg path, .menu-yellow:hover a svg path {
  fill: var(--elite-yellow);
}
.menu-yellow.active a:before {
  content: unset !important;
}

.menu-orange a:before {
  background: var(--elite-orange) !important;
}
.menu-orange.active a:before, .menu-orange:hover a:before {
  background: var(--elite-orange) !important;
}
.menu-orange.active a span.menu-main-item, .menu-orange:hover a span.menu-main-item {
  color: var(--elite-orange) !important;
}
.menu-orange.active a svg path, .menu-orange:hover a svg path {
  fill: var(--elite-orange);
}
.menu-orange.active a:before {
  content: unset !important;
}

.menu-pink a:before {
  background: var(--elite-pink) !important;
}
.menu-pink.active a:before, .menu-pink:hover a:before {
  background: var(--elite-pink) !important;
}
.menu-pink.active a span.menu-main-item, .menu-pink:hover a span.menu-main-item {
  color: var(--elite-pink) !important;
}
.menu-pink.active a svg path, .menu-pink:hover a svg path {
  fill: var(--elite-pink);
}
.menu-pink.active a:before {
  content: unset !important;
}

#menuToggle {
  position: fixed;
  width: 100%;
  padding-left: 30px;
}
#menuToggle:hover:before {
  content: unset !important;
}
#menuToggle:hover svg > path {
  fill: var(--elite-light-blue);
}
@media (min-width: 767px) {
  #menuToggle {
    display: none;
  }
}
#menuToggle svg {
  width: 50px;
}

@media (max-width: 767px) {
  .user-panel {
    text-align: center;
    padding: unset;
  }
  .user-panel .menu-profile-name {
    padding: unset !important;
    margin-top: 10px;
  }
  .user-panel .menu-profile-name span {
    margin: unset;
  }
  .user-panel .menu-punch {
    justify-content: center;
  }
  .user-panel .menu-punch .menu-state-name {
    margin-top: 3px;
  }
  .user-panel .menu-notifications {
    margin-top: 15px;
  }
  .user-panel .menu-notifications:before {
    left: 45px !important;
    top: 0px !important;
  }
  .user-panel .menu-notifications:after {
    left: 51px !important;
    top: 0px !important;
  }
  .user-panel .menu-notifications .notification-menu {
    width: 290px;
    left: 20px !important;
    top: 135px !important;
    max-height: 350px;
  }
  .user-panel .menu-notifications .notification-menu .notification-item {
    text-align: center;
  }
  .user-panel .menu-notifications .notification-menu .notification-item .notification-img-container {
    margin: 0;
  }
  .user-panel .menu-notifications .notification-menu .notification-item .notification-from {
    margin: 0;
  }
  .user-panel .menu-notifications .notification-menu .notification-item .notification-text {
    margin: 10px 0;
  }
  .user-panel .menu-menu {
    margin-top: 15px;
  }
  .user-panel .menu-menu .dropdown .profile-menu {
    left: 55px !important;
    top: 155px !important;
  }
}
.billance {
  background-color: var(--elite-bg);
  border: none;
  border-radius: 5px;
  margin: 0;
}
.billance .printBillance {
  margin-bottom: 5px;
}
.billance .widget-user {
  border-radius: 5px;
  background-color: var(--elite-box);
}
.billance .widget-user .widget-user-header {
  background-color: var(--elite-dark-blue) !important;
}
.billance .widget-user .widget-user-username {
  color: var(--white);
  margin-bottom: 0;
  padding-bottom: 10px;
}
.billance .widget-user .widget-user-desc {
  color: var(--white);
}
@media (max-width: 767px) {
  .billance .widget-user .widget-user-image {
    margin-top: 30px;
  }
}
.billance .widget-user .widget-user-image img {
  width: 100px;
  height: 100px;
  border: 7px solid var(--elite-bg);
}
.billance .widget-user .box-footer {
  border-radius: 5px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .billance .widget-user .box-footer {
    margin-top: 20px;
  }
}
.billance .widget-user .box-footer .col-sm-4:not(:last-of-type) {
  border-right: 1px solid var(--elite-bg);
}
@media (max-width: 767px) {
  .billance .widget-user .box-footer .col-sm-4:not(:first-of-type) {
    border-top: 1px solid var(--elite-bg);
  }
}
.billance .billanceData {
  margin: 20px 20px;
}
.billance .billanceData .billanceBox {
  background-color: var(--elite-bg);
  border-radius: 5px !important;
  border-radius: 0;
  margin-bottom: 15px;
}
.billance .billanceData .billanceBox i {
  color: var(--white);
  margin-right: 10px;
  font-size: 16px;
}
.billance .hideBillance {
  display: none;
}
.billance .billanceDetailRow {
  background-color: var(--elite-box);
  border-radius: 5px;
  margin-bottom: 30px;
}
.billance .billanceDetailRow [class*=col-] {
  display: flex;
  flex-direction: unset;
}
.billance .billanceDetailRow.without-desc {
  padding-top: 15px;
}
.billance .billanceDetailRow p {
  padding: 15px;
}

.billances-label {
  display: inherit;
  min-width: 75px;
  padding-top: 6px;
}

.dashboard-content {
  padding: 20px 30px !important;
}
@media (min-width: 778px) {
  .dashboard-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 700px) {
  .dashboard-content .timeline-container {
    width: 250%;
  }
  .dashboard-content .timeline-container:after {
    right: 0;
    background-image: linear-gradient(90deg, hsla(0deg, 0%, 100%, 0) 0, #fff);
    background-repeat: repeat-x;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 10;
  }
}
@media (max-width: 700px) {
  .dashboard-content .table-responsive {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
.dashboard-content h2 {
  padding-bottom: 20px;
}
.dashboard-content .punch-col {
  padding-right: 10px;
}
@media (max-width: 1600px) {
  .dashboard-content .punch-col {
    padding: 0;
  }
}
.dashboard-content .punch-col:first-child {
  padding-left: 0;
}
.dashboard-content .punch-col .punch-box-body {
  margin: auto -10px;
}
.dashboard-content .punch-col .punch-box-body .punch-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.dashboard-content .punch-col .punch-box-body .punch-row::before, .dashboard-content .punch-col .punch-box-body .punch-row::after {
  display: none;
}
.dashboard-content .punch-col .punch-box-body .punch-row .punch-title {
  flex: 0 0 20%;
  padding: 0 15px 15px 15px;
}
.dashboard-content .punch-col .punch-box-body .punch-row .col-auto {
  flex: 0 0 20%;
  padding: 0 10px;
  max-width: 20%;
}
@media (max-width: 992px) {
  .dashboard-content .punch-col .punch-box-body .punch-row .col-auto {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dashboard-content .punch-col .punch-box-body .punch-row .col-auto .col-punch-title-none {
    padding-bottom: 0px;
    font-size: 0px;
  }
}
.dashboard-content .punch-col .punch-box-body .punch-row .col-auto .punchForm {
  margin-bottom: 5px;
}
.dashboard-content .punch-col .punch-box-body .punch-row .col-auto-border {
  border-left: #CDE3F4 1px solid;
  border-top: none;
}
@media (max-width: 992px) {
  .dashboard-content .punch-col .punch-box-body .punch-row .col-auto-border {
    border-left: none;
    border-top: #CDE3F4 1px solid;
  }
  .dashboard-content .punch-col .punch-box-body .punch-row .col-auto-border .col-punch-title {
    padding-top: 20px;
  }
}
.dashboard-content .ac-box {
  padding: 0;
}
.dashboard-content .ac-box .task-list {
  margin-top: -10px;
}
@media (max-width: 1000px) {
  .dashboard-content .ac-box .task-list {
    margin-top: 10px;
  }
}
.dashboard-content .ac-box .task-list ul {
  list-style: none;
  padding: 0;
}
.dashboard-content .ac-box .task-list ul .task {
  display: grid;
  gap: 2px;
  grid-template-columns: 20% 20% 20% 20% 20%;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  border-radius: 5px;
  margin-bottom: 10px;
}
.dashboard-content .ac-box .task-list ul .task:not(.task-header) {
  background-color: var(--elite-bg);
}
.dashboard-content .ac-box .task-list ul .task .title {
  display: none;
}
@media (max-width: 1000px) {
  .dashboard-content .ac-box .task-list ul .task {
    display: block;
  }
  .dashboard-content .ac-box .task-list ul .task span {
    display: flex;
    justify-content: space-between;
  }
  .dashboard-content .ac-box .task-list ul .task.task-header {
    display: none;
  }
  .dashboard-content .ac-box .task-list ul .task .title {
    display: block;
    font-weight: 700;
  }
}
.dashboard-content .ac-box .task-list ul .no-tasks {
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  border-radius: 5px;
  margin-top: 15px;
  background-color: var(--elite-bg);
}
.dashboard-content .ac-box .task-list ul .task-template, .dashboard-content .ac-box .task-list ul .task-header, .dashboard-content .ac-box .task-list ul .no-tasks {
  display: none;
}
.dashboard-content .punch-box {
  padding: 15px;
  margin-bottom: -5px;
  max-height: 100px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  background-color: var(--elite-bg);
}
.dashboard-content .punch-box:hover .inner {
  transition: 0.5s ease;
  width: 85%;
}
.dashboard-content .punch-box.punch-office:not(.is-punch) .inner {
  background-color: var(--elite-green);
}
.dashboard-content .punch-box.punch-office:not(.is-punch):hover .punch-box-title,
.dashboard-content .punch-box.punch-office:not(.is-punch):hover svg > path {
  color: var(--elite-green);
  fill: var(--elite-green);
}
.dashboard-content .punch-box.punch-ho .inner {
  background-color: var(--elite-light-blue);
}
.dashboard-content .punch-box.punch-ho:hover .punch-box-title,
.dashboard-content .punch-box.punch-ho:hover svg > path {
  color: var(--elite-light-blue);
  fill: var(--elite-light-blue);
}
.dashboard-content .punch-box.punch-meeting .inner {
  background-color: var(--elite-yellow);
}
.dashboard-content .punch-box.punch-meeting:hover .punch-box-title,
.dashboard-content .punch-box.punch-meeting:hover svg > path {
  color: var(--elite-yellow);
  fill: var(--elite-yellow);
}
.dashboard-content .punch-box.punch-pause .inner {
  background-color: var(--elite-orange);
}
.dashboard-content .punch-box.punch-pause:hover .punch-box-title,
.dashboard-content .punch-box.punch-pause:hover svg > path {
  color: var(--elite-orange);
  fill: var(--elite-orange);
}
.dashboard-content .punch-box.punch-leave .inner {
  background-color: var(--elite-red);
}
.dashboard-content .punch-box.punch-leave:hover .punch-box-title,
.dashboard-content .punch-box.punch-leave:hover svg > path {
  color: var(--elite-red);
  fill: var(--elite-red);
}
.dashboard-content .punch-box.is-punched {
  cursor: no-drop;
}
.dashboard-content .punch-box.is-punched .inner {
  background-color: var(--white) !important;
  width: 85%;
}
.dashboard-content .punch-box.is-punched:hover .punch-box-title,
.dashboard-content .punch-box.is-punched:hover svg > path {
  color: var(--white) !important;
  fill: var(--white) !important;
}
.dashboard-content .punch-box.is-punch-out {
  cursor: no-drop;
}
.dashboard-content .punch-box svg {
  width: 40px;
  height: 40px;
}
.dashboard-content .punch-box svg path {
  transition: 0.5s ease;
}
.dashboard-content .punch-box .inner {
  background: var(--white);
  position: relative;
  bottom: -3px;
  height: 3px;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  transition: 0.5s ease;
}
@media (max-width: 1300px) {
  .dashboard-content .punch-box .inner {
    bottom: -6px;
  }
}
.dashboard-content .punch-box .punch-box-title {
  font-weight: 600;
  transition: 0.5s ease;
}
@media (max-width: 1400px) {
  .dashboard-content .punch-box .punch-box-title {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .dashboard-content .punch-box .punch-box-title {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .dashboard-content .punch-box {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .dashboard-content .punch-box {
    margin-bottom: 10px;
    align-items: center;
  }
  .dashboard-content .punch-box svg {
    width: 50px;
    height: 50px;
  }
  .dashboard-content .punch-box .inner {
    bottom: 4px;
  }
}
.dashboard-content .info-col {
  padding-left: 10px;
}
@media (max-width: 1600px) {
  .dashboard-content .info-col {
    padding: 0;
  }
}
.dashboard-content .info-col .info-bars {
  display: flex;
  gap: 20px;
  margin: 0 -20px;
}
@media (max-width: 992px) {
  .dashboard-content .info-col .info-bars {
    display: inline-block;
    width: 100%;
    margin-left: 0;
  }
  .dashboard-content .info-col .info-bars .info-box-col {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.dashboard-content .info-col .info-bars .info-box-col {
  width: 33%;
  padding: 0;
}
.dashboard-content .info-col .info-bars .info-box-col .info-box {
  background: var(--elite-bg);
  margin: unset;
  box-shadow: unset;
  max-height: 100px;
}
.dashboard-content .info-col .info-bars .info-box-col .info-box .progress-description:empty {
  padding-bottom: 27px;
}
.dashboard-content .info-col .info-bars .info-box-col .info-box .dashboard-stats {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  max-width: 90%;
}
.dashboard-content .info-col .info-bars .info-box-col .info-box .dashboard-stats .title {
  padding: 5px 10px 5px 10px;
  display: flex;
  gap: 5px;
}
.dashboard-content .info-col .info-bars .info-box-col .info-box .dashboard-stats .title svg {
  width: 20px;
}
.dashboard-content .info-col .info-bars .info-box-col .info-box .dashboard-stats .title svg path {
  fill: var(--elite-green);
}
.dashboard-content .info-col .info-bars .info-box-col .info-box .dashboard-stats .title .info-box-text {
  font-size: 16px;
  text-transform: unset;
  font-weight: 600;
}
.dashboard-content .info-col .info-bars .info-box-col .info-box .dashboard-stats .texts {
  width: 100%;
  padding-left: 10px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .dashboard-content .info-col .info-bars .info-box-col .info-box .dashboard-stats .texts {
    width: 100%;
  }
}
.dashboard-content .info-col .info-bars .info-box-col .info-box .dashboard-stats .texts .info-box-number {
  font-weight: unset;
  color: var(--elite-gray);
  font-size: 14px;
  text-align: right;
}
.dashboard-content .info-col .info-bars .info-box-col .info-box .dashboard-stats .texts .info-box-number strong {
  font-size: 18px;
  color: var(--elite-text);
}
.dashboard-content .info-col .info-bars .info-box-col .info-box .dashboard-stats .texts .info-box-number span {
  color: var(--elite-text);
}
.dashboard-content .info-col .info-bars .info-box-col .info-box .dashboard-stats .texts .progress {
  background: var(--elite-box);
  height: 5px;
  margin-left: 0px;
  border-radius: 5px;
}
.dashboard-content .info-col .info-bars .info-box-col .info-box .dashboard-stats .texts .progress .progress-bar {
  border-radius: 5px;
  background: var(--elite-green);
}
.dashboard-content .info-col .info-bars .info-box-col .info-box .progress-description {
  white-space: unset;
  padding: 0 0 10px 10px;
  margin-top: -5px;
  font-size: 10px;
  color: var(--elite-gray);
}
.dashboard-content .attendance-row .box-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.dashboard-content .attendance-row .box-title .attendance-link {
  margin-right: 0px;
  font-size: 14px;
}
.dashboard-content .attendance-row .box-title .attendance-link a {
  white-space: nowrap;
}
.dashboard-content .attendance-row .box-title .attendance-link a:hover {
  color: var(--white);
}
.dashboard-content .attendance-row .box-title .attendance-link a i {
  margin-right: 5px;
}
.dashboard-content .attendance-row .attendance-title {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .dashboard-content .attendance-row .attendance-title h2 {
    margin-bottom: 70px;
  }
}
.dashboard-content .attendance-row .attendance-title .attendance-link {
  float: right;
}
.dashboard-content .attendance-row .attendance-title .attendance-link span {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .dashboard-content .attendance-row .attendance-title {
    display: block;
  }
  .dashboard-content .attendance-row .attendance-title .attendance-link {
    float: left !important;
    margin-top: -70px;
  }
  .dashboard-content .attendance-row .attendance-title .attendance-link span {
    display: block;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 700;
  }
}

.content-leaves .info-box-col {
  padding: 0;
  margin-top: 10px;
}
.content-leaves .info-box-col .info-box {
  box-shadow: unset;
  background: unset;
}
.content-leaves .info-box-col .info-box .info-box-content {
  background-color: var(--elite-bg);
  border-radius: 5px;
  margin: 0;
  padding-top: 10px;
  max-width: 90%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
  min-height: 150px;
}
.content-leaves .info-box-col .info-box .info-box-content.with-info {
  padding-top: 15px;
}
@media (max-width: 1200px) {
  .content-leaves .info-box-col .info-box .info-box-content {
    max-width: 100%;
  }
}
.content-leaves .info-box-col .info-box .info-box-content svg {
  margin: 0 auto;
  padding: 10px;
  min-height: 50px;
  max-height: 50px;
  min-width: 50px;
  max-width: 50px;
  overflow: unset;
  fill: var(--elite-orange);
}
.content-leaves .info-box-col .info-box .info-box-content .texts {
  width: 100%;
  padding: 15px;
}
@media (max-width: 768px) {
  .content-leaves .info-box-col .info-box .info-box-content .texts {
    width: 100%;
  }
}
.content-leaves .info-box-col .info-box .info-box-content .texts .info-box-text {
  font-size: 14px;
  white-space: normal;
}
.content-leaves .info-box-col .info-box .info-box-content .texts .info-box-number-leave {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 380px) {
  .content-leaves .info-box-col .info-box .info-box-content .texts .info-box-number-leave {
    font-size: 22px;
  }
}
.content-leaves .info-box-col .info-box .info-box-content .texts .info-box-number-leave span {
  font-size: 18px;
}
.content-leaves .info-box-col .info-box .info-box-content .texts .info-box-number-leave .info {
  padding-top: 10px;
  margin-top: 20px;
  font-size: 14px !important;
  font-weight: normal;
  text-align: left;
}
.content-leaves .info-box-col .info-box .info-box-content .texts .info-box-number-leave .info:not(:empty) {
  border-top: 1px solid var(--elite-text);
}
.content-leaves .leave-stats-col {
  max-width: 33.3333334%;
  display: flex;
  justify-content: center;
  border-right: 1px solid #f4f4f4;
}
.content-leaves .leave-stats-col:nth-child(3) {
  border-right: none;
}
@media (max-width: 900px) {
  .content-leaves .leave-stats-col {
    max-width: 100%;
    height: 75px;
    width: 100%;
    border-right: none;
  }
  .content-leaves .leave-stats-col:nth-child(n+2) {
    border-top: 1px solid #f4f4f4;
  }
  .content-leaves .leave-stats-col .description-block {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.content-leaves .leave-stats-count i {
  font-size: 11px;
}
.content-leaves .leave-tooltip {
  color: #666;
  margin: 20px 0 0 0;
  font-size: 0.8em;
}

.tab-pane#ziadost, .tab-pane#buduce, .tab-pane#predchadzajuce {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.tab-pane#ziadost input,
.tab-pane#ziadost select,
.tab-pane#ziadost .input-group-addon, .tab-pane#buduce input,
.tab-pane#buduce select,
.tab-pane#buduce .input-group-addon, .tab-pane#predchadzajuce input,
.tab-pane#predchadzajuce select,
.tab-pane#predchadzajuce .input-group-addon {
  background-color: var(--elite-bg) !important;
}
.tab-pane button {
  float: right;
}
.tab-pane button:last-child {
  margin-right: 10px;
}

.leave-sumbit {
  display: none;
}

.h3-box {
  padding: 20px 0;
  border-top: 1px solid var(--elite-bg);
}

.leave-item {
  max-width: 800px;
}
.leave-item .box-title {
  padding: 0;
}
.leave-item .box.status0 {
  background: var(--elite-bg);
}
.leave-item .box.status1 {
  background: var(--elite-bg);
}
.leave-item .box .dl-horizontal dt {
  text-align: left !important;
}

.attendanceStatusTable {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  background-color: var(--elite-box);
  border-radius: 5px;
}
.attendanceStatusTable tbody tr th {
  text-align: center;
}

#leaveCountForm {
  overflow-x: scroll;
}
#leaveCountForm .leave-count-table th.name, #leaveCountForm .leave-count-table td.name {
  vertical-align: middle;
  min-width: 180px;
}
#leaveCountForm .leave-count-table th.last-year, #leaveCountForm .leave-count-table th.used, #leaveCountForm .leave-count-table td.last-year, #leaveCountForm .leave-count-table td.used {
  display: none;
  min-width: 85px;
  text-align: center;
  vertical-align: middle;
}
#leaveCountForm .leave-count-table th.this-year, #leaveCountForm .leave-count-table td.this-year {
  min-width: 85px;
  text-align: center;
  vertical-align: middle;
}
#leaveCountForm .leave-count-table th .form-group, #leaveCountForm .leave-count-table td .form-group {
  margin-top: -12px;
}

.leave-table {
  font-size: 14px;
}

.dl-leave dt {
  width: 250px !important;
}
.dl-leave dd {
  margin-left: 260px !important;
}
@media (max-width: 770px) {
  .dl-leave dt {
    width: unset !important;
  }
  .dl-leave dd {
    margin-left: unset !important;
  }
}
@media (max-width: 420px) {
  .dl-leave dt {
    width: unset !important;
  }
  .dl-leave dd {
    margin-left: unset !important;
  }
}

.login-page {
  background-image: linear-gradient(135deg, #ebf0f5, #e3f4eb);
}
.login-page .login-logo {
  color: #666;
}

.post {
  color: var(--white);
  border-bottom: 1px solid var(--elite-bg);
}
.post .user-block .username {
  font-size: 18px;
}
.post .user-block .description {
  color: var(--white);
}

.news {
  border: none;
}
.news.newsItem {
  padding: 0 50px;
  text-align: justify;
  color: var(--white);
}
@media (max-width: 767px) {
  .news.newsItem {
    text-align: left;
  }
}
.news.invoice {
  background-color: var(--elite-box);
}
.news.invoice .author {
  margin-bottom: 20px;
  font-size: 12px;
  float: right;
}
.news.invoice .author span {
  white-space: inherit;
}
.news.invoice .detail-perex {
  color: var(--white);
  padding-bottom: 50px;
  font-size: 16px;
  text-align: justify;
}
.news.invoice .detail-text {
  color: var(--white);
  padding-top: 50px;
  font-size: 16px;
}
.news .news-image {
  max-height: 300px;
  max-width: 100%;
}
.news .news-image-detail {
  max-height: 500px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.notification-menu {
  position: fixed !important;
  top: 30px !important;
  left: 220px !important;
  max-width: 450px;
  background: var(--elite-box);
  border: none;
  border-radius: 5px;
  overflow: auto;
  min-height: 100px;
  max-height: 600px;
}
.notification-menu .notification-item-template {
  display: none;
}
.notification-menu .notification-container {
  list-style-type: none;
  padding: 15px;
}
.notification-menu .notification-count-detail {
  color: var(--white);
  padding: 5px 0 0 15px;
}
.notification-menu .notification-item {
  margin-bottom: 20px;
  padding: 10px;
  background: var(--elite-bg);
  border-radius: 5px;
}
.notification-menu .notification-item .notification-href .notification-from {
  font-size: 14px;
  margin-left: 15px;
}
.notification-menu .notification-item .notification-href .notification-text {
  white-space: normal;
  font-size: 18px;
  margin-left: 15px;
}
.notification-menu .notification-item .notification-href .notification-img-container {
  margin-right: 20px;
}
.notification-menu .notification-item .notification-href .notification-img-container img {
  width: 40px;
  height: 40px;
}
.notification-menu .notification-item .notification-href .notification-img-container span {
  line-height: 1;
  font-size: 12px;
  padding: 1px 1px;
  margin-top: 2px;
  width: 25px;
  margin-left: 7px;
}
.notification-menu .notification-item .notification-href .notification-done {
  margin-top: 5px;
}
.notification-menu .footer {
  text-align: center;
  margin-bottom: 5px;
}
.notification-menu .footer a {
  color: var(--white) !important;
}
.notification-menu .footer a:hover {
  background: unset !important;
  color: var(--white);
}

.notification-timeline:before {
  background-color: var(--elite-bg);
}
.notification-timeline .notification-timeline-item .timeline-item {
  margin-left: 70px;
  margin-right: 0;
  background-color: var(--elite-bg);
}
.notification-timeline .notification-timeline-item .timeline-item .time,
.notification-timeline .notification-timeline-item .timeline-item .timeline-header,
.notification-timeline .notification-timeline-item .timeline-item .timeline-body {
  color: var(--white);
}
.notification-timeline .notification-timeline-item .timeline-item .timeline-header {
  border-bottom: 1px solid var(--elite-box);
}
.notification-timeline .notification-timeline-item .timeline-item .timeline-footer {
  text-align: right;
}
.notification-timeline .notification-timeline-item .timeline-item .timeline-footer .btn {
  padding: 5px 10px;
  font-weight: 400;
}
.notification-timeline .notification-timeline-item .notification-img-detail {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  left: 8px;
}

.content-office .main-box {
  padding: 25px;
}
.content-office .main-box .team {
  padding-bottom: 20px;
}
.content-office .main-box .team h2 {
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
}
.content-office .main-box .team .user-col .user-box {
  display: flex;
  align-items: center;
}
@media (max-width: 860px) {
  .content-office .main-box .team .user-col .user-box {
    display: block;
  }
}
.content-office .main-box .team .user-col .user-box .photo {
  padding-left: 20px;
  padding-right: 30px;
}
@media (max-width: 1400px) {
  .content-office .main-box .team .user-col .user-box .photo {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (max-width: 860px) {
  .content-office .main-box .team .user-col .user-box .photo {
    text-align: center;
    padding-bottom: 20px;
    padding-right: 0px !important;
  }
}
.content-office .main-box .team .user-col .user-box .photo img {
  width: 100px;
  height: 100px;
}
.content-office .main-box .team .user-col .user-box .texts .name {
  font-size: 24px;
  font-weight: 700;
}
.content-office .main-box .team .user-col .user-box .texts .status {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
.content-office .main-box .team .user-col .user-box .texts .link {
  font-size: 16px;
}
@media (max-width: 1400px) {
  .content-office .main-box .team .user-col .user-box .texts .link {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .content-office .main-box .team .user-col .user-box .texts .link {
    display: grid;
  }
}
.content-office .main-box .team .user-col .user-box .texts .link .item-title {
  padding-right: 20px;
}
.content-office .main-box .team .user-col .user-box .texts .link .item-title.subteam-emoji {
  padding-right: 10px;
}
.content-office .main-box .team .user-col .user-box .texts .link .item-title.slack-title {
  padding-right: 28px;
}
.content-office .main-box .team .user-col .user-box .texts .link .item {
  word-break: break-all;
}
.content-office .main-box .team .user-col .user-box .texts .link .item:hover {
  color: var(--white);
}
.content-office .main-box .team .user-col .user-box .texts .link .item:hover span:before {
  content: none;
}

.content-profile .profile-label {
  margin-bottom: 0;
  text-align: right;
}
.content-profile .profile-user-img {
  max-width: 100px;
  max-height: 100px;
  min-width: 100px;
  min-height: 100px;
  border: 5px solid var(--elite-bg);
  padding: 0;
}
.content-profile .profile-username {
  padding-bottom: 0px;
}

.content-admin-profile .profile-user-img {
  max-width: 100px;
  max-height: 100px;
  min-width: 100px;
  min-height: 100px;
  border: 5px solid var(--elite-bg);
  padding: 0;
}
.content-admin-profile .list-group-item {
  background-color: var(--elite-box);
  border-top: 1px solid var(--elite-bg);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
  color: var(--white);
}
.content-admin-profile .list-group-item:last-child {
  border-bottom: 1px solid var(--elite-bg);
}
.content-admin-profile .tab-pane .box {
  margin-top: 5px;
  background-color: var(--elite-bg);
}
.content-admin-profile .tab-pane .box .box-header {
  max-height: 38px;
}
.content-admin-profile .tab-pane .box .box-header i {
  color: var(--white);
}
.content-admin-profile .tab-pane .box .box-body .box-footer {
  background-color: var(--elite-bg);
}
.content-admin-profile .tab-pane .box .box-body .box-footer {
  background-color: var(--elite-bg);
}
.content-admin-profile .tab-pane .box .admin-profile-timeline {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  left: 8px;
}
.content-admin-profile .tab-pane .box .timeline:before {
  background-color: var(--elite-box);
}
.content-admin-profile .tab-pane .box .timeline .time-label span {
  background-color: var(--elite-light-blue) !important;
}
.content-admin-profile .tab-pane .box .timeline li img {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  left: 8px;
}
.content-admin-profile .tab-pane .box .timeline .timeline-item {
  margin-left: 70px;
  margin-right: 0;
  background-color: var(--elite-box);
  border: none;
}
.content-admin-profile .tab-pane .box .timeline .timeline-item .time,
.content-admin-profile .tab-pane .box .timeline .timeline-item .timeline-header,
.content-admin-profile .tab-pane .box .timeline .timeline-item .timeline-body {
  color: var(--white);
}
.content-admin-profile .tab-pane .box .timeline .timeline-item .timeline-header {
  border-bottom: 1px solid var(--elite-bg);
}
.content-admin-profile .tab-pane .box .timeline .timeline-item .timeline-footer {
  text-align: right;
}
.content-admin-profile .tab-pane .box .timeline .timeline-item .timeline-footer .btn {
  padding: 5px 10px;
  font-weight: 400;
}
.content-admin-profile .tab-pane .box .products-list .item {
  background-color: var(--elite-bg);
  padding: 20px 0 40px 20px;
}
.content-admin-profile .tab-pane .box .products-list .item:not(:first-child) {
  padding-top: 40px;
}
.content-admin-profile .tab-pane .box .products-list .item:not(:last-child) {
  border-bottom: 1px solid var(--elite-box);
}
.content-admin-profile .tab-pane .box .products-list .item img {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  left: 30px;
}

.modal .profile-user-img {
  max-width: 100px;
  max-height: 100px;
  min-width: 100px;
  min-height: 100px;
}

.reports-content .filter-bttn {
  min-height: 60px;
}
.reports-content .attendance-info h3 {
  color: var(--elite-light-blue);
  font-size: 20px;
}
.reports-content .attendance-info h3 span {
  color: var(--white);
  font-size: 12px;
}
.reports-content .table-with-action {
  overflow-x: scroll !important;
}
.reports-content .table-with-action .index-list .name {
  min-width: 180px;
}

.name-cell {
  white-space: nowrap;
}

.report-table-cell, .report-table-day {
  text-align: center;
  white-space: nowrap;
}
.report-table-cell.weekendCell, .report-table-day.weekendCell {
  background: rgba(38, 48, 69, 0.7333333333);
  color: var(--white);
}
.report-table-cell.todayCell, .report-table-day.todayCell {
  background: rgba(43, 217, 124, 0.5019607843);
}

.attendance-stats .box-body .row {
  margin-right: -10px;
}
.attendance-stats .box-body .row input {
  background-color: var(--elite-bg) !important;
}
.attendance-stats .box-body .row .btn {
  margin: 10px 0 30px 0;
  float: right;
}
.attendance-stats .attendance-info h3 {
  font-size: 20px;
  color: var(--elite-green);
}

.attendance-legend {
  color: var(--white);
}
.attendance-legend .info-box {
  background-color: var(--elite-bg);
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.attendance-legend .info-box .info-box-icon {
  background-color: var(--elite-light-blue);
  font-family: "Galano";
  font-size: 32px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  min-width: 90px;
  color: var(--elite-menu);
}
.attendance-legend .info-box .info-box-icon.two-lines {
  padding-top: 16px;
  line-height: 32px;
}
.attendance-legend .info-box .info-box-icon div {
  font-size: 16px;
}
.attendance-legend .info-box .info-box-text {
  white-space: break-spaces;
  padding: 10px;
}

.detail-attendance-row .box-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.detail-attendance-row .box-title .attendance-link {
  margin-right: 0px;
  font-size: 14px;
}
.detail-attendance-row .box-title .attendance-link a {
  white-space: nowrap;
}
.detail-attendance-row .box-title .attendance-link a:hover {
  color: var(--white);
}
.detail-attendance-row .box-title .attendance-link a i {
  margin-right: 5px;
}

.attendance-table-inputs thead tr th {
  border: none;
}
.attendance-table-inputs tbody td:not(:last-of-type) {
  min-width: 150px;
}
.attendance-table-inputs tbody td:not(:last-of-type) .form-group {
  margin-bottom: 0;
}
.attendance-table-inputs tbody td a {
  top: -7px;
}

.chart-wrapper ul,
.chart-wrapper-day ul {
  list-style: none;
}
.chart-wrapper .chartHr,
.chart-wrapper-day .chartHr {
  border-top: 1px solid var(--elite-bg);
  margin-top: 0;
  margin-left: 50px;
  position: absolute;
}
.chart-wrapper .attendance-day-name,
.chart-wrapper-day .attendance-day-name {
  min-width: 100px !important;
  max-width: 100px !important;
}
.chart-wrapper .chart-values,
.chart-wrapper-day .chart-values {
  padding-left: 0;
  position: relative;
  display: flex;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.chart-wrapper .chart-values li,
.chart-wrapper-day .chart-values li {
  flex: 1;
  min-width: 45px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
  padding: 5px;
}
.chart-wrapper .chart-values li:not(:first-child),
.chart-wrapper-day .chart-values li:not(:first-child) {
  background-color: var(--elite-bg);
}
.chart-wrapper .chart-values li:nth-child(2),
.chart-wrapper-day .chart-values li:nth-child(2) {
  border-top-left-radius: 5px;
}
.chart-wrapper .chart-values li:last-child,
.chart-wrapper-day .chart-values li:last-child {
  border-top-right-radius: 5px;
}
.chart-wrapper .chart-values li.narrow,
.chart-wrapper-day .chart-values li.narrow {
  min-width: 20px;
  max-width: 20px;
  font-size: 10px;
  padding-top: 7px;
}
.chart-wrapper .chart-values li:first-of-type,
.chart-wrapper-day .chart-values li:first-of-type {
  min-width: 50px;
  max-width: 50px;
}
.chart-wrapper .chart-values li.sumColumn, .chart-wrapper .chart-values li.acColumn, .chart-wrapper .chart-values li.acHrmColumn,
.chart-wrapper-day .chart-values li.sumColumn,
.chart-wrapper-day .chart-values li.acColumn,
.chart-wrapper-day .chart-values li.acHrmColumn {
  min-width: 60px;
  max-width: 60px;
}
.chart-wrapper .chart-values li::before,
.chart-wrapper-day .chart-values li::before {
  content: "";
  position: absolute;
  right: 0;
  height: 100000px;
  border-right: 1px solid var(--elite-bg);
}
.chart-wrapper .chart-values li:last-child::before,
.chart-wrapper-day .chart-values li:last-child::before {
  content: none;
}
.chart-wrapper .chart-values li:not(:last-child),
.chart-wrapper-day .chart-values li:not(:last-child) {
  position: relative;
}
.chart-wrapper .chart-bars,
.chart-wrapper-day .chart-bars {
  padding-left: 0;
  margin-bottom: -5px;
}
.chart-wrapper .chart-bars .day,
.chart-wrapper-day .chart-bars .day {
  position: relative !important;
  height: 35px;
}
.chart-wrapper .chart-bars .day .attendances,
.chart-wrapper-day .chart-bars .day .attendances {
  position: absolute !important;
  z-index: 5;
  color: var(--white);
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
}
.chart-wrapper .chart-bars .day .attendances.date,
.chart-wrapper-day .chart-bars .day .attendances.date {
  background-color: var(--elite-bg);
  min-width: 45px;
}
.chart-wrapper .chart-bars .day .ac,
.chart-wrapper-day .chart-bars .day .ac {
  margin-top: 5px;
}
.chart-wrapper .chart-bars .day .hours,
.chart-wrapper-day .chart-bars .day .hours {
  position: relative;
  color: #fff;
  margin-top: 4px;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 0px;
  width: 0;
  opacity: 0;
  transition: all 0.65s linear 0.2s;
  margin-top: 8px;
  cursor: pointer;
}
.chart-wrapper .chart-bars .day .sum,
.chart-wrapper .chart-bars .day .links,
.chart-wrapper .chart-bars .day .ac,
.chart-wrapper .chart-bars .day .acHrm,
.chart-wrapper-day .chart-bars .day .sum,
.chart-wrapper-day .chart-bars .day .links,
.chart-wrapper-day .chart-bars .day .ac,
.chart-wrapper-day .chart-bars .day .acHrm {
  margin-top: 5px;
  font-size: 12px;
}
.chart-wrapper .chart-bars .day .links,
.chart-wrapper-day .chart-bars .day .links {
  margin-top: 1px;
}
.chart-wrapper .chartHr,
.chart-wrapper-day .chartHr {
  margin-left: 60px;
}
.chart-wrapper .chart-values,
.chart-wrapper-day .chart-values {
  padding-left: 10px;
}

.hidden-attendance-tr {
  display: none;
}

.attendance-padding {
  padding-top: 40px;
}

.chart-date::before {
  content: "\f0c0";
}

.attendance-hidden {
  display: none;
}

.hidden-attendance-modal-tr {
  display: none;
}

.kudosTable {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  justify-content: space-around;
}
.kudosTable .kudosUser, .kudosTable button {
  min-width: 100px;
  margin-bottom: 20px;
  margin: 0 10px 20px 10px;
  background-color: var(--elite-box);
  border-radius: 5px;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  padding-top: 10px;
}
.kudosTable .kudosUser:hover, .kudosTable button:hover {
  box-shadow: 0 0 2px 2px var(--elite-box);
}
.kudosTable .kudosUser .photo img, .kudosTable button .photo img {
  margin-top: 5px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.kudosTable .kudosUser .name, .kudosTable button .name {
  margin: 10px 0;
  font-size: 16px;
}
.kudosTable button {
  color: var(--white);
  opacity: 1;
  height: 137px;
  padding-top: 0;
  font-weight: 400;
  font-size: 16px;
}
.kudosTable button span {
  font-size: 48px;
}

/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important;
}

@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }

  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-pull-11 {
    right: 91.66666667%;
  }

  .col-xl-pull-10 {
    right: 83.33333333%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-8 {
    right: 66.66666667%;
  }

  .col-xl-pull-7 {
    right: 58.33333333%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-5 {
    right: 41.66666667%;
  }

  .col-xl-pull-4 {
    right: 33.33333333%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-2 {
    right: 16.66666667%;
  }

  .col-xl-pull-1 {
    right: 8.33333333%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-push-11 {
    left: 91.66666667%;
  }

  .col-xl-push-10 {
    left: 83.33333333%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-8 {
    left: 66.66666667%;
  }

  .col-xl-push-7 {
    left: 58.33333333%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-5 {
    left: 41.66666667%;
  }

  .col-xl-push-4 {
    left: 33.33333333%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-2 {
    left: 16.66666667%;
  }

  .col-xl-push-1 {
    left: 8.33333333%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .visible-xl {
    display: block !important;
  }

  table.visible-xl {
    display: table;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  th.visible-xl, td.visible-xl {
    display: table-cell !important;
  }

  .visible-xl-block {
    display: block !important;
  }

  .visible-xl-inline {
    display: inline !important;
  }

  .visible-xl-inline-block {
    display: inline-block !important;
  }

  .hidden-xl {
    display: none !important;
  }
}
/* Breakpoint XS */
@media (max-width: 575px) {
  .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
.hidden-xs-up,
.hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
    display: none !important;
  }
}
/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
.hidden-xs-up, .hidden-sm-up,
.hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
    display: none !important;
  }
}
/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
.hidden-xs-up, .hidden-sm-up, .hidden-md-up,
.hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl {
    display: none !important;
  }
}
/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg-down, .hidden-xl-down,
.hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up,
.hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl {
    display: none !important;
  }
}
/* Breakpoint XL */
@media (min-width: 1200px) {
  .hidden-xl-down,
.hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up,
.hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
