#eventModal {
  display: none; /* Hidden by default */ /* Stay in place */
  z-index: 2; /* Sit on top */
  position: absolute;
  top: 25%;
  left: 150px;
  width: 50%; /* Full width */
  height: 50%; /* Full height */
}

#dreamBigEventModal {
  display: none; /* Hidden by default */ /* Stay in place */
  z-index: 2; /* Sit on top */
  position: absolute;
  top: -800px;
  left: 150px;
  width: 50%; /* Full width */
  height: 100%; /* Full height */
}

#dreamBigEventModal form {
  display:block;
  color: #555;
}

.modal-content {
  text-align: left;
}

.form-group p {
  color: #333;
}

.hidden {
  display: none;
}

#calendar {
  margin-top: 45px;
}

.form-control {
  width: 164px;
}

.schedulePopup form {
  display: block;
  margin-top: 5px;
}

.modal-title {
  color: #333;
  margin-bottom: 20px;
}

#modalTitle {
  width: 100%;
}

#desc {
  width: 100%;
}

.form-group label {
  color: #333;
#rmbrTz {
  text-align: center;
}

.form-control {
  margin: auto;
#availModal input {
  width: 163px;
}

}

.dayTimeBlocks .form-group {
  margin-right: 15px;
  margin-left: 15px;
}

.modal-body {
  padding-bottom: 15px;
  padding-top: 0;
}

.modal-header {
  padding: 0px 15px;
}

.close {
  font-size: 75px;
#availForm {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 50px;
  text-align: center;
  margin: 0;
  padding-left: 37px;
}

#dreamBigEventModalClose {
  color: #333 !important;
  position: relative;
  top: -75px;
  left: 25px;
#modalBody {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dayTime {
  border-top:    1px solid  #764c29;
  border-right:  1px solid #764c29;
  border-bottom: 0px solid #764c29;
  border-left:   1px solid  #764c29;
  padding: 10px 17px 5px 17px;
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #764c29;
}

.timeTime {
  border-top:    0px solid  #764c29;
  border-right:  1px solid #764c29;
  border-bottom: 1px solid #764c29;
  border-left:   1px solid  #764c29;
  padding: 5px 17px 10px 17px;
  box-shadow: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #764c29;
}

.modal-footer button {
  background-color: #ff9b00;
}