/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.all_week_dates {
  display: none;
}

.indberet .form-switch .form-check-input {
  width: 2.4em;
  height: 18px;
}
.indberet-table.table {
  margin-bottom: 5px;
}
.table.search-table {
  width: auto;
}
.table.search-table input {
  width: 80px;
  margin: 0 auto;
}
.indberet-table tr {
  vertical-align: middle;
}
.indberet-table tr.draft {
  background-color: #f8f8f8;
}
.indberet-table tr.draft th {
  font-style: italic;
}
.indberet-table td {
  padding: 5px;
}
.indberet-table td:last-child,
.indberet-table th:last-child {
  border: none;
  padding-left: 15px !important;
}
.indberet-table.search-table td:last-child {
  border-bottom: 1px solid #dee2e6;
}
.indberet-table tr:last-child td,
.indberet-table tr:last-child th {
  border-bottom: none;
}
.table.indberet-table > :not(:last-child) > :last-child > * {
  border: none;
  font-weight: 500;
  padding: 0 3px;
}
.table.indberet-table > :not(caption) > * > *,
.table.search-table > :not(caption) > * > * {
  padding-left: 0px;
  font-size: 13px;
}
.indberet input,
.indberet select {
  border-radius: 0px;
  padding-left: 5px;
  padding-right: 5px;
}
.count-box {
  border: 1px solid #ced4da;
  padding: 15px;
  text-align: center;
  color: #000;
}
.count-box h5 {
  margin-bottom: 0;
}
.count-box h2 {
  font-size: 85px;
  margin-bottom: 0;
}
.count-box p {
  font-size: 18px;
  margin-bottom: 0;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #93bb9a;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.rtools-checkbox {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
}

.rtools-toggle {
  position: relative;
  width: 28px;
  height: 15px;
  display: inline-block;
}

.rtools-toggle .rtools-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  border-radius: 34px;
  border: 1px solid rgba(191, 191, 191);
}

.rtools-toggle .rtools-slider:before {
  position: absolute;
  content: '';
  height: 11px;
  width: 11px;
  left: 2px;
  bottom: 1px;
  background-color: #bfbfbf;
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 0 5px 2px rgba(191, 191, 191, 0.05);
}

.rtools-toggle .rtools-slider {
  background-color: #fff;
}

.rtools-toggle.on .rtools-slider {
  background-color: #93bb9a;
}

.rtools-toggle.on .rtools-slider:before {
  transform: translateX(11px);
  box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255);
}

.rtools-toggle input {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .indberet-table th {
    min-width: 160px;
  }
  .table.indberet-table input.form-control {
    min-width: 85px;
  }
}
@media (max-width: 575px) {
  #vaelg-ugenumber {
    margin-bottom: 10px;
  }
}
