@charset "UTF-8";


.rev_votevalue{
	color: #666;
	font-size: 15px;
}
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #f75e25;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #f75e25;
  /* text-shadow: 0 0 1px #333; */
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #f75e25;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #f75e25;
  /* text-shadow: 0 0 1px #333; */
}

:root {
  font-size: 2em;
  font-family: Helvetica, arial, sans-serif;
}

body {
  background: #333;
  color: #888;
}

fieldset {
  border: 0;
  background: #222;
  width: 5em;
  border-radius: 1px;
  padding: 1em 1.5em 0.9em;
  margin: 1em auto;
}

#log {
  margin: 1em auto;
  width: 5em;
  text-align: center;
  background: transparent;
}

h1 {
  text-align: center;
}

.star-container{
	margin-left: -10px;
	margin-bottom:20px;
	position:relative;
}

.star-container label.error{
	left: 190px;
	top: 3px;
}

.review-title-span{
	font-weight:400;
	font-size: 21px;
	margin-bottom: 25px;
	display: block;
}
.review-title-span::after{
	background: url(/images/reviews/cloud.png) no-repeat center;
	display: inline-block;
	width: 50px;
	height: 26px;
	content: '';
}
.review-table{
	width:100%;
}
.td-input-label{
	width:140px;
	text-align: right;
	vertical-align: top;
}
.input-label{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.td-input-field{
	padding-right: 0px;
	padding-bottom: 20px;	
}
.td-input-field input{
	width:100%;
}
.new-review-left-container{
	width: 50%;
	display: flex;
	flex-direction: row;
}
.new-review-left-container input{
	display:flex;
	flex-grow:2;
}
.input-happy{
	height: 40px;
	padding-left: 10px;
	background: #f7f7f7;
	border: 1px solid #e4e4e4;
	}
.td-textarea-field{
	/* width: 55%; */
	padding-bottom: 20px;
}
.textarea-container{
	display: flex;
	flex-direction: column;
	height: 100px;
}
.textarea-happy{
	padding:10px;
	height: 100%;
	width: 100%;
	background: #f7f7f7;
	border: 1px solid #e4e4e4;
	border-radius:5px;
}

.temp-div{
	width: 100%;
	text-align: right;
	display: inline-block;
	text-align: right;
	margin-bottom:13px;
}

.temp-div *{float:right;}

.fileform { 
    background-color: #FFFFFF;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    padding: 2px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 500px;
	float: right;
}
 
.fileform .selectbutton { 
    background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	border-radius: 2px;
    float: right;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    padding: 2px 6px;
    text-align: center;
    vertical-align: middle;
    height: 35px;
	width: 177px;
	font-size: 14px;
	color: #808080;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	
}
 
.fileformlabel{
	display: inline-block;
	float: right;
	line-height: 40px;
	margin-right: 30px;
}
.clear_file_input{
	float: unset;
	display: inline-block;
	margin-left: 10px;
	cursor:pointer;
}
.fileform #upload{
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    -moz-opacity: 0; 
    filter: alpha(opacity=0); 
    opacity: 0; 
    font-size: 150px; 
    height: 30px; 
    z-index:20;
	cursor:pointer;
}

#submit-review{
	height: 40px;
	width: 300px;
	background: #4fad00;
	border: 1px solid #4fad00;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

.checkbox-label{
	content: "";
	position: absolute;
	display: block;
	background: transparent url(/local/templates/olexdeco/components/bitrix/form.result.new/cornices_wholesale/images/checkbox.png) center center no-repeat;
	width: 24px;
	height: 24px;
}


input[type=checkbox] {
	display: none;
}

.checkbox label:before {
	border-radius: 3px;
}
input[type=checkbox] + label:before {
	content: "";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
    line-height: 15px;
	color: Green;
	border: 1px solid #999;
	width: 10px;
	display: inline-block;
	width: 18px;
	margin-right: 10px;
	height: 18px;
	vertical-align: top;
}
input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
    line-height: 15px;
	color: Green;
	border: 1px solid #999;
	width: 10px;
	display: inline-block;
	width: 18px;
	margin-right: 10px;
	vertical-align: top;
}



.notetext{
	background: #edf2ed !important;
	color: #336c03 !important;
	border: 1px solid rgba(37, 114, 46, 0.1) !important;
}
.errortext {
  background-color: #f2dede !important;
  border-color: #ebccd1 !important;
  color: #a00 !important;
}

.selectfile{
	float:right;
	width: 218px;
	text-align: center;
}

.filter.label_block label.error{float: none;}


ul.tabs-head li a{
	line-height: 18px;
	display: inline-block;
	color: #444444;
	font-weight: 600;
}
ul.tabs-head li.current a{
	color: #f75e25;
}

@media(max-width:767px){
	
	.review-table td{
		display:block;
	}
	
	.td-input-label{
		text-align:left;
		padding-left: 14px;
		padding-bottom: 5px;
	}
	.textarea-happy{
		padding: 10px 14px;
	}
	
	.input-label{
		padding-bottom: 0px;
	}
	
	.temp-div{
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	#fileformlabel{
		margin-right:0px;
	}
	
	.star-container{
		flex-direction: column;
		align-items: center;
		position:initial;
	}
	.star-container label.error{
		top:30px;
		position:initial;
	}
	
}







