#bookingApp {
  padding-right: 45px;
}

body {
  background: #F8F9FA;
}
body .container {
  max-width: none;
}
body .page-container {
  margin: calc(60px * 0.5) 0 0 0;
  max-width: none;
}
body .page-container .page {
  padding-top: 30px;
}
body .page-container .page .page-header {
  font-size: 24px;
  margin-bottom: 10px;
}
body .page-container .page .card-btn-container {
  display: block;
  margin-top: 10px;
  text-align: right;
}
body .page-container .page .card-btn-container .btn {
  margin-left: 10px;
}

.sidebar {
  width: max-content;
  height: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #93C01F;
}
.sidebar .logo-container {
  background: #000;
  padding: 10px;
  text-align: center;
}
.sidebar .logo-container > img {
  max-width: 100%;
  max-height: 100%;
}
.sidebar .side-nav {
  padding: 15px;
  width: 100%;
  margin-bottom: -21px;
}
.sidebar .side-nav .side-nav-label {
  text-transform: uppercase;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 900;
}
.sidebar .side-nav nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar .side-nav nav ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 5px;
}
.sidebar .side-nav nav ul li a > i.fas {
  margin-right: 9px;
}

.page-users.page-users--index .table-cell-team {
  min-width: 100px;
}
.page-users.page-users--index .table-cell-active {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
}
.page-users.page-users--index .table-cell-active > .indicator {
  font-size: 52px;
  line-height: 15px;
  color: #be1e2d;
}
.page-users.page-users--index .table-cell-active > .indicator--active {
  color: #93C01F;
}

.page-worktype.page-worktypes-index .table-cell-team {
  min-width: 100px;
}
.page-worktype.page-worktypes-index .table-cell-active {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
}
.page-worktype.page-worktypes-index .table-cell-active > .indicator {
  font-size: 52px;
  line-height: 15px;
  color: #be1e2d;
}
.page-worktype.page-worktypes-index .table-cell-active > .indicator--active {
  color: #93C01F;
}

.page-teamoverview.page-teamoverview--index .table-cell-team {
  min-width: 100px;
}
.page-teamoverview.page-teamoverview--index .table-cell-active {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
}
.page-teamoverview.page-teamoverview--index .table-cell-active > .indicator {
  font-size: 52px;
  line-height: 15px;
  color: #be1e2d;
}
.page-teamoverview.page-teamoverview--index .table-cell-active > .indicator--active {
  color: #93C01F;
}
.page-teamoverview.page-teamoverview--index .table-cell-active > .indicator--denied {
  color: #e1ba01;
}
.page-teamoverview.page-teamlead--index .table-cell-employee-count {
  white-space: nowrap;
  text-align: center;
  min-width: 400px;
}
.page-teamoverview.page-teamlead--index .time-entries {
  height: 300px;
}
.page-teamoverview.page-teamlead--index .table-cell-task-description {
  min-width: 400px;
}
.page-teamoverview.page-teamlead--index .times-row-control {
  text-align: center;
}
.page-teamoverview.page-teamlead--index .times-row-control .btn-add-time-row {
  height: 31px;
  font-size: 14px;
}
.page-teamoverview.page-teamlead--index input.text-small {
  width: 200px;
}
.page-teamoverview.page-teamlead--index a.btn-deny-time-row {
  color: #be1e2d !important;
  cursor: pointer;
}
.page-teamoverview.page-teamlead--index a.btn-approve-time-row {
  color: #93C01F !important;
  cursor: pointer;
}
.page-teamoverview.page-teamlead--index a.btn-reset-time-row {
  color: #000 !important;
  cursor: pointer;
}
.page-teamoverview.page-teamlead--furloughcheck .table-cell-employee-count {
  white-space: nowrap;
  text-align: center;
  min-width: 400px;
}
.page-teamoverview.page-teamlead--furloughcheck .time-entries {
  height: 300px;
}
.page-teamoverview.page-teamlead--furloughcheck .table-cell-task-description {
  min-width: 400px;
}
.page-teamoverview.page-teamlead--furloughcheck .times-row-control {
  text-align: center;
}
.page-teamoverview.page-teamlead--furloughcheck .times-row-control .btn-add-time-row {
  height: 31px;
  font-size: 14px;
}
.page-teamoverview.page-teamlead--furloughcheck input.text-small {
  width: 200px;
}
.page-teamoverview.page-teamlead--furloughcheck a.btn-deny-time-row {
  color: #be1e2d !important;
  cursor: pointer;
}
.page-teamoverview.page-teamlead--furloughcheck a.btn-approve-time-row {
  color: #93C01F !important;
  cursor: pointer;
}
.page-teamoverview.page-teamlead--furloughcheck a.btn-reset-time-row {
  color: #000 !important;
  cursor: pointer;
}

.page-hours.page-hours--book .time-entries {
  height: auto;
}
.page-hours.page-hours--book .table-cell-task-description {
  min-width: 400px;
}
.page-hours.page-hours--book a.btn-remove-time-row {
  color: #be1e2d !important;
  cursor: pointer;
}
.page-hours.page-hours--book .times-row-control {
  text-align: center;
}
.page-hours.page-hours--book .times-row-control .btn-add-time-row {
  height: 31px;
  font-size: 14px;
}
.page-hours.page-hours--book input.text-small {
  /*width:200px;*/
}
.page-hours.page-hours--book .btn-check-hours {
  width: 50%;
  margin-right: 10%;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  margin-left: calc(22% );
}

.card {
  border-radius: 0;
  border: 1px solid rgba(214, 220, 225, 0.8);
  margin-bottom: 15px;
}
.card .card-body {
  padding: 15px;
}
.card .card-body > .table-responsive {
  width: calc(100% + (2 * 15px));
  margin: -15px auto -15px -15px;
}
.card .card-body > .table-responsive thead tr th {
  border-top: none;
  border-bottom: 1px solid rgba(214, 220, 225, 0.8);
  background: #f8f9fa;
  padding: 0.48rem 0.75rem;
  font-weight: 600;
  font-size: 14px;
}
.card .card-body > .table-responsive thead tr th:first-child {
  border-left: none;
}
.card .card-body > .table-responsive thead tr th:last-child {
  border-right: none;
}
.card .card-body > .table-responsive tbody tr td {
  padding: 0.48rem 0.75rem;
  font-size: 14px;
  border-bottom: 1px solid rgba(214, 220, 225, 0.8);
}
.card .card-body > .table-responsive tbody tr td.table-row-actions {
  text-align: right;
  width: 100%;
}
.card .card-body > .table-responsive tbody tr td a {
  color: #93C01F;
}
.card .card-body > .table-responsive tbody tr td:first-child {
  border-left: none;
}
.card .card-body > .table-responsive tbody tr td:last-child {
  border-right: none;
}
.card .card-body > .table-responsive tbody tr td.has-text-input {
  padding: 0;
}
.card .card-body > .table-responsive tbody tr td.has-text-input input.form-control {
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 14px;
  height: 31px;
}
.card .card-body > .table-responsive .table-cell-name {
  min-width: 200px;
}

.form-group > .row > label,
.form-group > label {
  font-weight: 600;
}
.form-group .form-control {
  /*width: 317px;*/
  height: 38px;
  background-color: #f8f9fa;
  border-radius: 0;
  border: 1px solid rgba(214, 220, 225, 0.8);
  font-size: 14px;
}
.form-group .form-check-label {
  font-size: 14px;
}

textarea.form-control {
  width: 634px;
  height: 74px;
}

.btn {
  border-radius: 0;
  color: #fff;
  border: none;
}
.btn > i.fas {
  margin-right: 5px;
}
.btn-primary {
  background: #93C01F;
}
.btn-primary:hover, .btn-primary:active {
  background: #93C01F;
}
.btn-grey {
  background: #d3d3d3;
  color: #000000;
}
.btn-grey:hover, .btn-grey:active {
  background: #d3d3d3;
}
.btn-danger {
  background: #be1e2d;
}
.btn-danger:hover, .btn-danger:active {
  background: #be1e2d;
}
.btn-info {
  background: #0971bf;
}
.btn-info:hover, .btn-info:active {
  background: #0971bf;
}
.btn-dark {
  background: #000;
}
.btn-dark:hover, .btn-dark:active {
  background: #000;
}
.btn:hover {
  border: none;
}

.validation-summary {
  display: none;
}
.validation-summary.validation-summary.validation-summary-error {
  display: block;
}

.datepicker {
  margin-left: calc(22% + 5%);
}

#weekpicker .datepicker table tr.active {
  background: #FF3B30;
}
#weekpicker .datepicker table tr.active td.day {
  background: #FF3B30;
  color: #000000;
}

#datepicker1 .datepicker table tr:hover td.day {
  background: #8A8A8F;
  color: #fff;
}

.top-buffer {
  margin-top: 20px;
}

.top-buffer-large {
  margin-top: 50px;
}

.tableFixHead {
  overflow-y: auto;
  height: 100px;
}

.tableFixHead th {
  position: sticky;
  top: 0;
}