

/*this css its to run over bootstrap option and get site style*/
/*on bootstrap css all changes in coment*/
.form-control:disabled {
  background-color: white;
}

.form-control:read-only {
  background-color: white;
}

.form-group label {
  font-weight: bold;
  font-size: 15px;
}

.waze {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}

.save-activity-button:disabled {
  background-color: #808080;
}

.service-call-page {
  background-color: #f6f6f6;
  padding: 40px;
}

.save-activity-button {
  margin-left: 8px;
  margin-bottom: 3px;
}

.activityButtons {
  text-align: center;
  margin-top: 2em;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #838a90;
  background-color: #dedede;
}

.custom-file-label {
  text-align: left;
}

  .custom-file-label::after {
    content: "\69";
    cursor: pointer;
  }

.input-group-text {
  cursor: pointer;
}

.errorLable {
  display: none;
}

#wrapper {
  display: none;
}

.remove-item {
  padding: 0.2rem 0.75rem;
  font-size: 1em;
}

.comapnyPhone::before {
  content: "\61";
}

.account-Title {
  background-color: #dadada;
  border-radius: 5px;
  width: 4em;
  height: 4em;
}

  .account-Title:before {
    margin-top: 7px;
  }

.embed-responsive-16by9 {
  height: 47em;
}

#textereaSubject {
  min-height: 3.5em;
}

.refreshActivity::before {
  content: "\59";
}

.width100 {
  width: 100%;
}

.houseNumberInput {
  margin: 20px 0 0;
}

.enteranceInput {
  margin: 20px 0 0;
}

.payment-details {
  margin: auto;
}

.payment-details-row {
  text-align: center;
  font-size: 1rem;
}


.text-Remark {
    font-weight: bold;
    }
