.overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1052;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0,0,0,.7);
  color: #666f76;
}

.overlay .overlay-fill{
  font-size:16pt;
  margin: auto;
  width: 20%;
  margin-top:40vh;
}

.datepicker {
  cursor: pointer;
}

.textarea{
  height: 7rem !important;
  resize: none;
}

.code-input {
  height: 50px;
  width: 130px;
  font-size: 24px;
  text-transform: uppercase
}

input.cb {
  width: 25px;
  height: 25px;
  padding: 0;
  margin:0;
  margin-right: 5px;
  vertical-align: bottom;
  position: relative;
  cursor: pointer;
}

.adaerror {
  color: #dd4b39;
}

.form-group{
  margin-bottom: 0.5rem !important;
}