﻿.form-inline.form-control {
  margin: 3px;
}

.required-field .control-label:before,
.required-field .checkbox:after {
  color: #d00;
  content: "*";
  font-weight: bolder;
}

.sitecore-form .rate-our-website .radio label{
  display: inline;
  margin-right: 18px;
}

.sitecore-form .field-validation-error {
	display: inline-block;
    color: red;
    margin: 5px 0 15px;
    border-left: 3px solid red;
    padding-left: 5px;
    left: 31%;
    position: relative;
    width: calc(100% - 35%);
    overflow: hidden;
}


.sitecore-form .scfForm .scfRadioButtonListGeneralPanel label{
	display: block;
	float: none;
	    width: 100%;
    text-align: left;
}

.sitecore-form .scfForm .scfRadioButtonListGeneralPanel label input{
	width: auto;
    height: auto;
}
.sitecore-form .scfForm .scfCheckBoxListGeneralPanel label.scfCheckbox{
	width: 90%;
    display: block;
    padding: 0 0;
    margin: 0;
	text-align:left;
}

.sitecore-form .scfForm .scfCheckBoxListGeneralPanel.scfCheckBoxList label{
	width: 100%;
}

.sitecore-form .scfForm .scfCheckBoxListGeneralPanel label.scfCheckBoxListLabel{
	width: 29%;
    padding-top: 5px;
    text-align: right;
    margin-right: 18px;
    float: left;	
}

.sitecore-form .scfForm .vertical label {
    width: 100%;
    display: block;
}

.sitecore-form .scfForm .vertical label input {
    margin-right: 5px;
}

.sitecore-form .scfForm input.scfSingleLineGeneralPanel,
.sitecore-form .scfForm input.scfNumberGeneralPanel,
.sitecore-form .scfForm input.scfEmailGeneralPanel,
.sitecore-form .scfForm input.scfTelephoneGeneralPanel,
.sitecore-form .scfForm input.scfDatePickerGeneralPanel,
.sitecore-form .scfForm input.scfFileUploadGeneralPanel,
.sitecore-form .scfForm select.scfDropListGeneralPanel,
.sitecore-form .scfForm textarea.scfMultipleLineGeneralPanel {
    width: 46%;
    float: left;
}

.feedback-form .scfSingleLineTextUsefulInfo,
.feedback-form .scfDropListUsefulInfo,
.feedback-form .scfMultipleLineTextUsefulInfo,
.feedback-form .scfCheckBoxListUsefulInfo,
.feedback-form .scfCheckboxUsefulInfo {
    padding-left: 29%;
    width: auto;
    margin-left: 18px;
    color: silver;
    clear: both;
}

.sitecore-form .scfForm .mt-0 {
    margin-top: 0px;
}

.error-l-0 .field-validation-error{
    left: 0px;
}

 .sitecore-form .scfForm .pl-0 {
    padding-left: 0px;
}

.sitecore-form .scfForm .text-right {
    text-align: right;
    white-space: break-spaces;
}

.sitecore-form .scfForm .scfMultipleLineTextLabel,
.sitecore-form .scfForm .scfEmailLabel,
.sitecore-form .scfForm .scfTelephoneLabel  {
    margin-right: 7px;
}

.sitecore-form .scfForm .scfCaptchTop,
.sitecore-form .scfForm .scfConfirmPasswordBorder,
.sitecore-form .scfForm .scfEmailBorder,
.sitecore-form .scfForm .scfMultipleLineTextBorder,
.sitecore-form .scfForm .scfNumberBorder,
.sitecore-form .scfForm .scfPasswordBorder,
.sitecore-form .scfForm .scfSingleLineTextBorder,
.sitecore-form .scfForm .scfTelephoneBorder {
    overflow: visible;
}

@media (max-width: 576px) {
    .sitecore-form .field-validation-error {
        width: 100%;
        left: 0;
    }

    .sitecore-form .scfForm input:not([type=file]), .sitecore-form .scfForm textarea {
        width: 96%;
    }
}