.green-btn {
  font-family: 'Roboto';
  color: #fff !important;
  background-color: #CEE3C5;
  border-radius: 100px;
  font-size: 16px;
  padding: 15px 25px;
  cursor: pointer;
}
.green-btn:hover,
.green-btn.active {
    background-color: #A9D9B7;
}

/*------------------ Popup Windows ------------------*/
.small-popup {
  position: absolute;
  width: 240px;
  height: 42px;
  left: 800px;
  top: 392px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 99999;
}

.small-popup .arrow-right {
  position: absolute;
  width: 21px;
  height: 16px;
  left: 15px;
  top: 15px;
}

.small-popup .info-text {
  position: absolute;
  left: 46px;
  top: 15px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 13px;
}
/*----------------- /Popup Windows -----------------*/

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8… 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.has-success .form-control:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40,167,69,.25);
}


.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc354…%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E);
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.has-error .form-control:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}

.fixed-buttons {
  position: fixed;
  display: flex;
  justify-content: center;
  z-index: 3;
  bottom: 20px;
  left: 50%;
  margin-top: 0;
  margin-left: 0;
}

.property-item .info-items {
  list-style-type: none;
  padding-left: 0;
  font-size: 14px;
}

.property-item .info-items .info-item {
  margin-bottom: 0;
}
.min-h-3 {
  min-height: 3em;
}
.min-h-2 {
  min-height: 2em;
}
.black-text {
    color:black;
}
.lb-closeContainer {
  display: none !important;
}
