* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  color: #363636;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.material-icons {
  display: inline-flex;
  vertical-align: top;
}
.loaderdiv {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.loader {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #C9B691;
  border-right: 5px solid #C9B691;
  position: relative;
  animation-name: loader;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-timing-function: linear;
}
.loader::after {
  content: 'w';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  opacity: 0.4;
}
.errbox {
  background-color: #ff6b6b;
  color: #fff;
  padding: 15px 25px;
  margin: 40px;
  border-radius: 5px;
}
.infobox {
  background-color: #C9B691;
  color: #fff;
  padding: 15px 25px;
  margin: 40px;
  border-radius: 5px;
}
#bottomNotify {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 450px;
  z-index: 9999;
}
#bottomNotify .errbox,
#bottomNotify .infobox {
  text-align: center;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.07), 0 5px 5px rgba(0, 0, 0, 0.06);
}
#bottomNotify .infobox {
  cursor: pointer;
}
#floatingsearch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  max-height: 200px;
  overflow: auto;
}
#floatingsearch div {
  background-color: #e2e2e2;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.07), 0 5px 5px rgba(0, 0, 0, 0.06);
  width: 100%;
}
#floatingsearch div span {
  width: 100%;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
}
.content-view {
  margin: 63px 0 0 300px;
  padding: 40px;
  transition: margin-left 0.2s;
}
.content-view.collapsedCont {
  margin-left: 55px;
}
.floating-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0 80px 80px 0;
}
.floating-btn button {
  border: 0;
  outline: 0;
  color: #363636;
  font-family: 'Montserrat', sans-serif;
  font-size: 100%;
  background-color: #C9B691;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.07), 0 5px 5px rgba(0, 0, 0, 0.06);
}
.floating-btn button span {
  font-size: 2rem;
}
.form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
}
.form-container h1 {
  margin: 0;
  font-weight: 100;
  font-size: 3rem;
  letter-spacing: 3px;
  margin-left: 3px;
}
.form-container h3 {
  margin: 0;
  font-weight: 300;
  letter-spacing: 10px;
  margin-left: 10px;
}
.login-form {
  margin-top: 40px;
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-form input:not(input[type="submit"]) {
  margin-bottom: 20px;
  width: 100%;
}
input,
textarea {
  border: 0;
  outline: 0;
  color: #363636;
  font-family: 'Montserrat', sans-serif;
  font-size: 100%;
  background-color: #f1f1f1;
  padding: 15px 18px;
  display: block;
}
textarea {
  width: 100%;
  resize: vertical;
  min-height: 100px;
}
input[type="submit"],
button {
  border: 0;
  outline: 0;
  color: #363636;
  font-family: 'Montserrat', sans-serif;
  font-size: 100%;
  background-color: #C9B691;
  color: #fff;
  cursor: pointer;
}
label {
  font-weight: 700;
}
label input {
  margin: 5px 0;
  width: 100%;
}
.card button:not(.topbarmodal button) {
  padding: 15px 18px;
}
.inputgroup {
  display: flex;
}
.inputgroup > input,
.inputgroup > label {
  width: 100%;
  margin: 0 10px;
}
.inputgroup > input:first-child,
.inputgroup > label:first-child {
  margin-left: 0;
}
.inputgroup > input:last-child,
.inputgroup > label:last-child {
  margin-right: 0;
}
.inputgroup > input.w50,
.inputgroup > label.w50 {
  width: 50%;
}
#modal > .card input,
#modal > .card textarea {
  margin-bottom: 20px;
}
#modal > .card input:not(.inputgroup input),
#modal > .card label:not(.inputgroup label) {
  width: 100%;
}
.dateinputbefore::before {
  content: 'Datum: ';
  margin-right: 10px;
}
#loginstatus {
  margin: 20px;
  color: #e74c3c;
  font-weight: 500;
}
#msg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 999999;
  pointer-events: none;
}
.msgNotify {
  padding: 20px 25px;
  color: #fff;
  opacity: 0.7;
  border-radius: 5px;
}
.msgNotify.error {
  background-color: #ff6b6b;
}
.msgNotify.success {
  background-color: #2ecc71;
}
.card {
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.07), 0 5px 5px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 5px;
}
.double-card {
  display: flex;
  margin-bottom: 40px;
}
.double-card > .card {
  margin-right: 40px;
}
.double-card > .card:last-child {
  margin-right: 0;
}
#modal > .card {
  width: 100%;
  max-width: 800px;
  margin: 0 40px;
  max-height: calc(100vh - 80px);
  overflow: auto;
  position: relative;
  padding: 0;
}
#modal > .card h2 {
  margin-bottom: 10px;
}
#modal .topbarmodal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
#modal .card > div:not(.topbarmodal) {
  padding: 20px 25px;
  margin-top: 40px;
}
#modal .topbarmodal h3 {
  width: 100%;
}
.closebtn {
  border: 0;
  outline: 0;
  color: #363636;
  font-family: 'Montserrat', sans-serif;
  font-size: 100%;
  background-color: #C9B691;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ff6b6b;
  padding: 5px;
  transform: scale(0.8);
  border-radius: 50%;
}
#dashTime {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 400px;
}
#dashTime h1 {
  font-size: 4.5rem;
  font-weight: 500;
}
#dashTime h2 {
  font-size: 2.5rem;
  font-weight: 500;
}
#dashTime,
#dashBackup {
  min-height: 200px;
}
#dashBackup {
  width: 100%;
}
#dashBackup p.sub {
  font-weight: 700;
  opacity: 0.5;
  margin-top: 5px;
}
#downloadBackup {
  margin-top: 20px;
}
.card.hasHeader {
  padding: 0;
}
.card .header {
  border-bottom: 3px solid #f1f1f1;
  padding: 20px 25px;
  position: relative;
  z-index: 1;
}
.card .header .rightbound {
  display: flex;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
select.year {
  padding: 15px 50px 15px 18px;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 100%;
  background-color: #C9B691;
  color: #fff;
  cursor: pointer;
  outline: 0;
  color: #363636;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 5px;
  margin-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23363636"><path d="M24 24H0V0h24v24z" fill="none" opacity=".87"/><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"/></svg>');
  background-repeat: no-repeat;
  background-position: 80% 50%;
}
button.action,
button.filter {
  outline: 0;
  color: #363636;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 5px;
  position: relative;
  padding-right: 50px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.2s;
}
#btnCompact {
  outline: 0;
  color: #363636;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 20px;
  position: relative;
  width: 53px;
}
#btnCompact span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
button.action::after {
  content: 'more_vert';
}
button.filter {
  margin-left: 20px;
}
button.filter::after {
  content: 'filter_list';
}
button.action::after,
button.filter::after {
  position: absolute;
  font-family: 'Material Icons';
  -webkit-font-feature-settings: 'liga';
  font-size: 1.5rem;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  opacity: 0.7;
}
button[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
button.filter.active {
  border-color: #b9aa8a;
  background-color: #C9B691;
  color: #fff;
}
button.filter.active::after {
  color: #fff;
}
.card .table {
  overflow: auto;
  max-height: calc(100vh - 80px - 63px - 94px);
}
table {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
}
table.compact td,
table.compact th {
  padding: 10px 5px;
}
table.compact tr:not(:last-child) {
  border-width: 2px;
}
table.compact {
  font-size: 80%;
}
th {
  text-align: center;
  padding: 10px 15px;
}
.stickyTop {
  position: sticky;
  top: 0;
  background-color: #fff;
}
td {
  text-align: center;
  padding: 20px 25px;
  white-space: nowrap;
}
/* tr:nth-child(odd){ background-color: @shade1 } */
tr:not(:last-child) {
  border-bottom: 3px solid #f1f1f1;
}
th {
  background-color: #f9f9f9;
}
.dropdown-item {
  position: relative;
}
.dropdown-item .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  padding: 0;
  min-width: 160px;
  z-index: 5;
  list-style-type: none;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.07), 0 5px 5px rgba(0, 0, 0, 0.06);
}
.dropdown-item:hover .dropdown-content:not(button[disabled] + ul),
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content li {
  text-decoration: none;
  list-style-type: none;
  padding: 10px 15px;
  margin: 0;
  background-color: #f1f1f1;
  cursor: pointer;
  transition: background-color 0.3s;
}
.dropdown-content li:hover {
  background-color: #e2e2e2;
}
.searchbar {
  border: 2px solid #ddd;
  border-radius: 5px;
  display: inline-flex;
  width: 100%;
  max-width: 450px;
  position: relative;
}
.searchbar input {
  background-color: inherit;
  padding-left: 55px;
  vertical-align: middle;
  width: 100%;
}
.searchbar label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  opacity: 0.7;
  pointer-events: none;
}
#modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(7px);
  opacity: 0;
  z-index: 99999;
  transition: opacity 0.2s;
}
.promptBtns {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.promptBtns .cancel {
  background-color: #e2e2e2;
  color: #363636;
}
.promptBtns .delete {
  background-color: #ff6b6b;
  margin-left: 20px;
}
.willStickHorizontal {
  position: sticky;
  left: -1px;
  z-index: 15;
}
td.willStickHorizontal {
  background-color: #fff;
}
@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.globalprint .noPrint,
.globalprint .noPrint *,
.globalprint .addline {
  display: none;
}
.globalprint .noPrintText {
  opacity: 0;
  font-size: 1px;
}
.globalprint .content-view {
  margin: 0;
  padding: 0;
}
.globalprint .content-view.collapsedCont {
  margin: 0;
}
@media print {
  html,
  body {
    width: 100%;
    height: 100%;
  }
  .noPrint,
  .addline {
    display: none;
  }
  .content-view {
    margin: 0;
    padding: 0;
  }
  .content-view.collapsedCont {
    margin: 0;
  }
}
