.navbar {
  background-color: #af1e2d;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.design-prod td {
  border: 2px solid #dee2e6;
}

.proof-check {
  padding: 0px;
  margin: 0px;
  margin-right: 4px;
  float: left;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.install-panel {
  height: 36vh;
}

.panel-container {
  border: 1px solid #636b6f;
  width: 20%;
  float: left;
}

body {
  overflow-x: hidden;
}

.installs {
  font-size: 11px;
}

.installs input {
  font-size: 11px;
}

#timeDisplay {
  float: left;
  font-size: 1.5em;
  font-weight: 800;
  color: #fff;
}

.red-line input {
  color: #af1e2d;
}

.red-line {
  color: #af1e2d;
}

.green-line {
  color: #009900;
}

.blue-line {
  color: #000099;
}

.green-line input {
  color: #009900;
}

.blue-line input {
  color: #000099;
}

.install-cal {
  font-size: 2em;
}

label {
  margin-left: 5px;
}

.multi-section {
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-wrapper {
  height: 100vh;
}

.half {
  height: 100%;
  width: 50%;
  margin: 0 0;
  border: 1px solid #636b6f;
}

.multis {
  overflow: hidden;
}

.multis .install-panel {
  height: 22vh;
}
