.alert-form-button {
  text-align: center;
  color: #FFF;
  font-family: 'Gibson Regular';
  margin-top: 18px;
}

.alert-form-button > a {
  display: inline-block;
  padding: 13px 28px;
  color:inherit;
  border: 1px solid #FFF;
  font-family: 'Museoslab-500';
  margin-left: 10px;
  text-transform: uppercase;
}

.alert-form-button > a:hover {
  background-color: #c41230;
  border-color: #c41230;
}

#alert-popup ul:not([class]) {
  list-style: none;
  display: block;
  margin: 10px 0px 30px 30px;
  font-family: 'Gibson Regular';
}

#alert-popup ul:not([class]) > li {
  display: block;
  position: relative;
}

#alert-popup ul:not([class]) > li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  left: -18px;
  top:6px;
  background-color: #C41230;
}

#alert-popup ul:not([class]) > li + li {
  margin-top: 10px;
}

#alert-popup ul:not([class]) > li {
  font-size: 16px;  
}

.modal-view {
  background: #FFF;
}

.modal-view > .cell {
  padding: 25px;
  border-bottom: 8px solid #C41230;
}

.modal-view label span {
  font-size: 10px;
  font-family: ArchivoNarrow-Regular;
  margin-left: 2px;
}

.modal-view input,
.modal-view textarea,
.modal-view .mulit-select {
  border: 2px solid #989695;
  color: #000;
  font-family: 'Gibson Semibold';
  font-size: 14px;
  line-height: 14px;
  padding: 12px 14px;
  margin-bottom: 15px;
  width: 100%;
}

.modal-view .mulit-select {
  border:4px solid #ebebeb;
}

.modal-view .mulit-select {
  padding: 2px 0px 2px 2px;
}
 
.modal-view #mulit-select {
  padding: 0;
  margin-bottom: 0px;
  height: 46px;
  font-family: 'Gibson Semibold';
  font-size: 14px;
  line-height: 14px;
  width: 100%;
}

.modal-view textarea {
  height: 80px;
}

.alert-form input,
.modal-view textarea {
  margin-bottom: 0px !important;
  padding: 18px 14px;
  border: 4px solid #ebebeb;
}

.modal-view p {
  line-height: 18px;
}

.modal-view h3 {
  padding-bottom: 6px;
  display: block;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
}

.alert-form input.button[type="submit"] {
  width: auto;
  background-color: transparent;
  text-transform: uppercase;
  padding: 18px 26px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.alert-form input.button[type="submit"]:hover {
  background-color: #C41230;
  color: #FFF;
  border-color: #C41230;
}

.alert-form .alert-space {
  width: 20px;
}

.alert-form h3 {
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
}

.alert-form h4 {
  font-size: 20px;
  padding: 20px 0 15px;
  display: block;
}

.alert-form .table + .table {
  margin-top: 15px;
}

.alert-form div.selectBox {
  width: 100%;
}

.alert-form label,
.alert-form p.label {
  font-size: 16px !important;
  padding-bottom: 6px;
  display: block;
  font-family: 'Gibson SemiBold' !important;
  margin: 0px;
}

.alert-form .label label {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 0px;
}

.alert-form .smaller {
  font-size: 10px;
  margin-bottom: 13px;
}

#minSqft,
#maxSqft,
#minPrice,
#maxPrice {
  width: 46%;
  display: inline-block !important;
}

.alert-form .button {
  margin-top: 26px !important;
}

.error-status {
  color:red !important; 
  font-size:12px !important;
}