input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"] {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield !important;
}

.bg-gray {
  background-color: #cccccc;
}

.link {
  color: #007bff;
  background-color: transparent;
  cursor: pointer;
  text-decoration: underline;
}

.main-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.38);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.header {
  font-family: Roboto;
  font-size: 13px;
}

.header .logo img {
  max-width: 200px;
  max-height: 50px;
}

.header .project select {
  width: 140px;
}

.table form.delete {
  display: inline-block;
  height: 100%;
}

.table.schutz .table-header .is-ok div {
  width: 90px;
  position: absolute;
  right: 15px;
  padding: 6px 0;
  line-height: 100%;
}

.table.schutz .table-row .is-ok div {
  background-color: #22d800;
  position: absolute;
  height: 100%;
  width: 90px;
  right: 15px;
  text-align: center;
  padding: 6px 0;
  line-height: 100%;
}

.table.schutz .table-row .is-ok[data-checkout="wrong"] div {
  background-color: red;
}

.table.schutz .table-row .is-ok[data-checkout="unchecked"] div {
  background-color: #fbea23;
}

.table.schutz .table-row .is-ok[data-checkout="missing"] div {
  background-color: #b6e0f4;
}

.table .is-see-change {
  cursor: pointer;
}

.table .table-title {
  background-color: #cccccc3d;
}

.table .table-title.new {
  background-color: #199ed87c;
}

.table .table-title i.fa-check-circle,
.table .table-title i.fa-plus-circle {
  font-size: 21px;
}

.table .table-title i.fa-eye {
  font-size: 25px;
}

.table input[readonly] {
  border: none;
  font-weight: inherit;
}

.table input[type="text"],
.table input[type="number"],
.table input[type="date"],
.table input[type="email"],
.table input[type="password"],
.table select {
  width: 100%;
  background-color: inherit;
}

.table input[type="text"].textmark-index,
.table input[type="number"].textmark-index,
.table input[type="date"].textmark-index,
.table input[type="email"].textmark-index,
.table input[type="password"].textmark-index,
.table select.textmark-index {
  width: 50px;
}

.table .is-ok .is-ok__icon,
.table .is-ok .is-see__icon,
.table .is-see .is-ok__icon,
.table .is-see .is-see__icon {
  background-color: #22d800;
  text-align: center;
  min-width: 90px;
  padding: 4px 0;
  cursor: pointer;
}

.table .is-ok .is-ok__icon.wrong,
.table .is-ok .is-see__icon.wrong,
.table .is-see .is-ok__icon.wrong,
.table .is-see .is-see__icon.wrong {
  background-color: red;
}

.table .is-ok .is-ok__icon.unchecked,
.table .is-ok .is-see__icon.unchecked,
.table .is-see .is-ok__icon.unchecked,
.table .is-see .is-see__icon.unchecked {
  background-color: #fbea23;
}

.table .is-ok .is-ok__icon.missing,
.table .is-ok .is-see__icon.missing,
.table .is-see .is-ok__icon.missing,
.table .is-see .is-see__icon.missing {
  background-color: #b6e0f4;
}

.table button.remove {
  background: none;
  border: none;
  font-size: 21px;
  color: #cccccc;
  position: absolute;
  right: -50px;
}

.table button.remove-inline {
  background: none;
  border: none;
  font-size: 21px;
  color: #cccccc;
}

.table button.add-new {
  background: none;
  border: none;
  font-size: 21px;
  color: #cccccc;
}

.table .controls button {
  border: 1px solid #cccccc;
}

.table .controls button.save {
  background-color: #12a712;
  color: white;
  min-width: 150px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.table .controls button.erstellen {
  background-color: #0077ff;
  color: white;
}

.table .controls button.delete {
  background: none;
  color: #0077ff;
  font-size: 16px;
}

.table .controls button.add {
  width: 150px;
}

.table .controls input[type="submit"].save {
  border: 1px solid #cccccc;
  width: 150px;
  background-color: #12a712;
  color: white;
  min-width: 200px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.table.allgemeine .table-title {
  background-color: #dae0e5;
}

.table.allgemeine .is-ok {
  background-color: #00a300;
}

.table.register form > p {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table.register form > p label {
  width: 250px;
}

.table .delete-file {
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
  right: -7px;
  color: red;
  top: -10px;
  display: none;
}

.table .file:hover {
  margin-right: 2px;
}

.table .file:hover .delete-file {
  display: inline-block;
}

.table .file:hover .delete-file:hover {
  color: #c20000;
}

.table .projects .is-ok div,
.table .projects .is-see div,
.table .projectmanagement .is-ok div,
.table .projectmanagement .is-see div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 85px;
  font-size: 12px;
  padding: 4px 0;
  background-color: #22d800;
}

.table .projects .is-ok[data-checkout="wrong"] div,
.table .projects .is-see[data-checkout="wrong"] div,
.table .projectmanagement .is-ok[data-checkout="wrong"] div,
.table .projectmanagement .is-see[data-checkout="wrong"] div {
  background-color: red;
}

.table .projects .is-ok[data-checkout="unchecked"] div,
.table .projects .is-see[data-checkout="unchecked"] div,
.table .projectmanagement .is-ok[data-checkout="unchecked"] div,
.table .projectmanagement .is-see[data-checkout="unchecked"] div {
  background-color: #fbea23;
}

.table .projects .is-ok[data-checkout="missing"] div,
.table .projects .is-see[data-checkout="missing"] div,
.table .projectmanagement .is-ok[data-checkout="missing"] div,
.table .projectmanagement .is-see[data-checkout="missing"] div {
  background-color: #b6e0f4;
}

.table .projects a > input,
.table .projectmanagement a > input {
  all: inherit;
}

.table .projects input,
.table .projectmanagement input {
  overflow: hidden;
}

.table .projects input[name="datum"],
.table .projectmanagement input[name="datum"] {
  position: absolute;
}

.table .projects .table-row,
.table .projectmanagement .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.table .projects .table-row > div,
.table .projectmanagement .table-row > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-right: 1px solid #dee2e6;
  overflow: auto;
  -ms-flex-line-pack: center;
  align-content: center;
}

.table .projects .table-row > div:last-child,
.table .projectmanagement .table-row > div:last-child {
  border-right: none;
  overflow: unset;
}

.table .projects .table-row > div.nummer,
.table .projects .table-row > div.phase,
.table .projectmanagement .table-row > div.nummer,
.table .projectmanagement .table-row > div.phase {
  font-size: 12px;
}

.table .projects .table-row .kunde > div,
.table .projects .table-row .projektmanager > div,
.table .projectmanagement .table-row .kunde > div,
.table .projectmanagement .table-row .projektmanager > div {
  display: inline-block;
}

.table .projects .table-row .kommentar textarea,
.table .projectmanagement .table-row .kommentar textarea {
  width: inherit;
  min-height: 27px;
}

.content {
  font-size: 14px;
  font-family: Arial;
  padding-bottom: 30px;
}

.content .content-title {
  margin-top: 30px;
}

#wheretoadd {
  position: absolute;
  display: inline-block;
  right: 0;
  height: 100%;
}

#wheretoadd input {
  width: 40px;
  height: 100%;
  border-radius: 0.25rem;
  border: 1px solid #cccccc;
}

.fa-plus-circle,
.fa-file-alt,
.fa-pencil-alt {
  font-size: 18px;
  cursor: pointer;
}

.fa-eye,
.fa-eye-slash {
  font-size: 25px;
}

.nav-item.current {
  font-weight: bold;
}

.nav-item.current .nav-link {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: underline;
}

label span {
  cursor: pointer;
}

.controls button,
.controls input.btn {
  border: 1px solid #cccccc;
  border-radius: 7px;
}

.controls button.save,
.controls input.btn.save {
  background-color: #12a712;
  color: white;
  min-width: 150px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.controls button.erstellen,
.controls input.btn.erstellen {
  background-color: #0077ff;
  color: white;
}

.controls button.delete,
.controls input.btn.delete {
  background: none;
  color: #0077ff;
  font-size: 16px;
}

.controls a.not-agree {
  color: red;
}

.controls .not-agree a {
  color: red;
}

.title {
  padding: 2px 5px;
  font-family: Arial;
  text-align: center;
  font-size: 14px;
}
/*# sourceMappingURL=main.css.map */
