@import url('../lib/open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('buttonLinks.css');
@import url('footer.css');
@import url('headings.css');

html, body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.main-wrapper {
  flex: 1;
}

header {
  background-color: white;
}

body {
  background: unset;
  background-color: rgb(227,229,242);
}

footer {
  bottom: 0;
  margin-left: 0px;
  margin-bottom: 0px;
  width: 100%;
}

.pagewrap {
  position: relative;
  min-height: 100%;
}

a, .btn-link {
  color: #0366d6;
}

.btn-primary {
  background-color: #014a93;
  color: white;
  border-color: rgba(1,74,147,0.5);
}

.content {
  padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]):not([type=radio]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

  #blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
  }


/**/
.veryNormal, .veryNormal input, .veryNormal button, .veryNormal a, .veryNormal select, .veryNormal h4, .veryNormal p, .veryNormal .rz-column-title-content {
  font-size: 1rem;
}

  .veryNormal h3 {
    font-size: 1.75rem;
  }

  .veryNormal .rz-column-title {
    line-height: 1rem !important;
  }

.kindaBigger, .kindaBigger input, .kindaBigger button, .kindaBigger a, .kindaBigger select, .kindaBigger h4, .kindaBigger p, .kindaBigger .rz-column-title-content {
  font-size: 1.3rem;
}

  .kindaBigger .navbar-nav {
    /*margin-top: 2.15rem;*/
  }

  .kindaBigger h3 {
    font-size: 2.05rem;
  }

  .kindaBigger .rz-column-title {
    line-height: 1.3rem !important;
  }

.veryBig, .veryBig input, .veryBig button, .veryBig a, .veryBig select, .veryBig h4, .veryBig p, .veryBig .rz-column-title-content {
  font-size: 1.5rem;
}

  .veryBig .navbar-nav {
    /*margin-top: 1.95rem;*/
  }

  .veryBig h3 {
    font-size: 2.25rem;
  }

  .veryBig .rz-column-title {
    line-height: 1.5rem !important;
  }

.bg-green-normal {
  background-color: rgba(0,128,0,0.48);
}

.bg-green-striped {
  background-color: #74af79;
}

.bg-yellow-normal {
  background-color: rgba(255,255,0,0.47);
}

.bg-yellow-striped {
  background-color: #e9e77c;
}

.bg-red-normal {
  background-color: rgba(255,0,0,0.43);
}

.bg-red-striped {
  background-color: #e87f84;
}

.striped {
  background-color: rgba(0, 0, 0, 0.04);
}

.assessmentBoxes {
  background-color: #fff;
  border: 2px solid !important;
  border-color: #0e0e0e;
}


.questionboxes {
  padding: 10px;
  margin-right: 7px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .questionboxes {
    padding: 0 !important;
  }
}

.col-result {
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.col {
  flex: 1 0 0%;
}

.col-trenner {
  max-width: 5px;
}

.gruen {
  background-color: rgba(0,128,0,0.48) !important;
}

.gelb {
  background-color: rgba(255,255,0,0.47) !important;
}

.rot {
  background-color: rgba(255,0,0,0.43) !important;
}

.bg-ampel {
  color: black;
}

.table-row-one {
  background-color: #D7D9E6 !important;
}

.col-result {
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.row-result {
  height: 35px;
  align-items: center;
}

.table-result {
  /*font-size: 13px;*/
}

.table-form {
  border: 1px solid lightgray;
  width: 30px;
  height: 19px;
  margin-left: 22px;
}

.table-form-gruen {
  background-color: rgba(0,128,0,0.48) !important;
}

.table-form-gelb {
  background-color: rgba(255,255,0,0.47) !important;
}

.table-form-rot {
  background-color: rgba(255,0,0,0.43) !important;
}

.loader {
  border: 10px solid #f3f3f3; /* Light grey */
  border-top: 10px solid rgb(227,229,242); /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1004px) {
  .smallAdjust {
    position: absolute;
    top: 5px;
    left: 185px;
  }

  .kindaBigger .nav-row{
    height: 110px;
  }
  .veryBig .nav-row {
    height: 120px;
  }

  #tabExaminationForms .col-result
  {
    min-width: 350px;
  }
}
  /*span, bold, label, th, td*/
  /**/
