#addPricingRequest {
    position: relative;
    z-index: 99;
}

#agreeBtn {
    position: relative;
    z-index: 99;
}

#goBackBtn {
    position: relative;
    z-index: 99;
}

.crmEntityFormView .cell div.info.required label:after {
  color: #fff;
}

.columnBlockLayout {
  width: 50%;
  clear: left;
  padding: 25px;
}

.pricing-table {
  width: 35%;
  text-align: left;
  clear: left;
  padding: 25px;
}

h4 {
  color: #fff !important;
}

.pricing-table th {
  text-align: left;
  color: #fff;
}

th, td {
  padding-left: 25px;
}

input {
  background-color:#fff !important;
  color: #000;
}

.rcRefreshImage {
  color:#fff;
}

.rcCaptchaAudioLink {
  color:#fff;
}

.rcRefreshImage:hover {
  color: #d0d0d0;
}

.rcCaptchaAudioLink:hover {
  color: #d0d0d0;
}

.validation-header {
  color: #000;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.btn-primary {
  color: #015a9c !important;
  background-color: #fff !important;
  border-color: #d0d0d0 !important;
  padding-left: 25px !important;
  border-radius: 5px;
  font-family: "Bebas Neue","Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 25px;
}

#EntityFormControl .crmEntityFormView .form-control[readonly][disabled], 
#EntityFormControl .crmEntityFormView .form-readonly .form-control, 
#EntityFormControl .crmEntityFormView .form-control,
#mainContent .form-control{
  background-color: #f6f6f6 !important;
  color: #000;
  border-radius: 2px;
  padding: 4px 12px;
}