.Owner .element {
	padding: 10px;
	border: 1px solid #999;
	border-radius: 5px;
	background: #cfcfcf;
	float: left;
	margin: 1%;
	width: 98%;
}
.blockClient .element,
.blockAdvancedForm .element {
	width: 98%;
	float: left;
	margin: 10px 1% 10px 0;
}
.blockClient .element.half,
.blockAdvancedForm .element.half,
.Owner .element.half {
	width: 48%;
}
.blockClient .element.third,
.blockAdvancedForm .element.third,
.Owner .element.third {
	width: 32%;
}
.blockClient .element.twothirds,
.blockAdvancedForm .element.twothirds,
.Owner .element.twothirds {
	width: 65%;
}
.placeHolder div { 
	padding: 10px;
	background-color:white!important; 
	border:dashed 1px gray !important; 
	border-radius: 5px;
}
.blockAdvancedForm .form-page {
	display: block;
}
.input label.main {
	margin-bottom: 10px;
	display: block;
}
.input label.main span {
	font-size: 18px;
	color: #999;
	padding-left: 20px;
}
label.main span.red {
	color: red;
	padding-left: 0px;
}
.notes {
	margin-top: 20px;
}
.notes.ratingTitle {
	background: transparent url('../../../../Assets/Images/RatingTitle.png') 99% 25% no-repeat;
}
.notes.rating2Title {
	background: transparent url('../../../../Assets/Images/Rating2Title.png') 99% 25% no-repeat;
}
.rating fieldset {
	margin: 10px;
}
.rating label.main {
	margin-top: 20px;
}
input.changepage {
	margin-right: 15px;
}
fieldset {
	border: 0px;
	float: right;
	width: 25%;
}
fieldset input.xyz {
	float: left; 
	margin-right: 10px;
	margin-top: 5px;
}
.input.rating label.xyz,
.input fieldset label.xyz {
	float: left; 
	margin-bottom: 0px;
}
.input.rating label.main {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	width: 70%;
}
.rating:nth-child(odd) {
	background: #efefef;
}
fieldset.z span {
	float: left;
	display: block;
	margin: 0 10px 0 0 ;
	border: 1px solid #efefef;
	border-radius: 5px;
	padding: 10px;
}
p.red {
	color: red;
}
h3.changepage {
	margin: 0 0 20px 0;
	color: #0f47b4;
	cursor: pointer;
}
h3.changepage span {
	font-size: 18px;
	color: #999;
	padding-left: 20px;
}
div.review {
	margin-left: 20px;
}
div.recaptcha {
	margin-bottom: 20px;
}


.iconr {
	display: block;
	width: 50px;
	background: transparent url('../../../../Assets/Images/star.png') 0 0 no-repeat;
	background-size: cover;
	float: left;
}
span.icon-thumb {
	width: 50px;
	background: transparent url('../../../../Assets/Images/thumb.png') 0 0 no-repeat;
}
.icon .radio_item{
display: none !important;
}

.icon .label_item {
	opacity: 0.4;
	width: 50px;
	display: block;
	float: left;
	cursor: pointer;
}
.icon .label_item:hover {
	opacity: 0.6;
}
.icon .label_item.active {
	opacity: 1;
}
.icon .label_item img {
	width: 100%;
}

.icon .radio_item:checked + label {
opacity: 1;
}
.likert {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.likert_wrap {
	width: 50px;
	text-align: center;
}
.likert_wrap label {
	display: block;
	text-align: center;
}
.formRow .icon,
.formRow .likert {
	padding-bottom: 10px;
}


@media (max-width:1000px) {
	.input.rating label.main,
	.input.rating fieldset {
		width: 90%;
		margin: 10px 5%;
	}

	.blockClient .element.half,
	.blockClient .element.third,
	.blockClient .element.twothird,
	.blockAdvancedForm .element.half,
	.blockAdvancedForm .element.third,
	.blockAdvancedForm .element.twothird {
		width: 100%;
	}
	.notes.ratingTitle {
		padding-bottom: 30px;
		background: transparent url('../../../../Assets/Images/RatingTitle.png') 99% 100% no-repeat;
	}
	.notes.rating2Title {
		padding-bottom: 30px;
		background: transparent url('../../../../Assets/Images/Rating2Title.png') 99% 100% no-repeat;
	}
}

