/* Formular */

form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > fieldset > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > fieldset > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > fieldset > div > label,
legend {
	width: 95%;
  /*float: left;*/
  padding-right: 10px;

}
form > fieldset > div > div,
form > fieldset > div > fieldset > div,
form > fieldset > div {
  width: 100%;
  
}
form > fieldset > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],

textarea,
select {
	width: 95%;
  /*border-top: 1px solid #7A7474;
  border-left: 1px solid #7A7474;
  border-right: 1px solid #7A7474;
  border-bottom: 1px solid #7A7474;*/
}


input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea,
select {
  width: 95%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
select:focus,
input[type=password]:focus,
textarea:focus  {
  outline: 0 !important;
  border-color: #ff8400;
}

.formElement {
	margin-bottom: 19px;
}
.formElementContainer {
	float: left;
	width: 49%;
	margin-bottom: 28px;
}
.basecontent-pbimp-form {
	margin-top: 40px;
}
.basecontent-pbimp-form label{
	font-weight: normal;
}
.basecontent-pbimp-form form {
	border: 0 none;
	background: none;
}
.basecontent-pbimp-form fieldset.formButtonContainer {
	clear:both;
}
span.errorMessage {
	color: red;
}

.form-control {
    display: block;
    width: 95% !important;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
    vertical-align: middle;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



@media (max-width: 767px) {
  form > fieldset > div {
    margin: 0 0 15px 0; 
  }
  form > fieldset > div > label,
  legend {
	width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > fieldset > div > div,
  form > fieldset > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 95%; 
  }
  .formElementContainer {
	float: none;
	width: 100%;
	}
  
}

.formElement label {
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
}

.formElement input[type='checkbox'] {
	-webkit-appearance: none;
	-moz-appearance: none;
   	appearance: none;
    border-radius: 0px;
    width: 20px;
    height: 20px;
    margin-left: -30px;
}

.formElement input[type='radio'] {
	-webkit-appearance: none;
	-moz-appearance: none;
   	appearance: none;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    margin-left: -30px;
}

.radio-inline, .checkbox{
	padding-left: 30px;
}
   

.form-element .formElement label {
	color:#555555;
}

.formElement input[type='radio'], .formElement input[type='checkbox'] {
	outline: 0;
}

.formElementWidthIcon input, .formElementWidthIcon select  {
	background-color: #e5e5e5;
	
}

.formElementWidthIcon .icon-logo {
    padding-top: 7px;
    width: 40px;
    margin-right: 10px;
    text-align: center;
    font-size: 1.45em;
    height: 36px;

}
.formElementWidthIcon .form-control {
	width: 90% !important;
}
.formElementWidthIcon {
	display: flex;
}

.bg-orange .formElement label {
	color:#fff;
}

.bg-orange .formElement input[type='radio'] {
	border: 1px solid #fff;
}

.bg-orange .formElement input[type='radio']:checked {
	background-color: #fff;
}

.formElementOption .checkbox {
	display: inline-block;
}
.formElementOption {
	margin-right: 15px;
}
 
.form-element .captcha.form-control {
 	width: 100px !important;
	display: inline-block !important;
}

.basecontent-pbimp-form fieldset.formButtonContainer {
	width: 50%;
	margin-left: 50%;
}

@media (max-width: 767px) {
	.basecontent-pbimp-form fieldset.formButtonContainer {
		width: 100%;
		margin-left: 0;
	}
}

fieldset.formElementContainer.container1 {
	margin-right: 2%;
}