@import url('fonts.css?v=1.1');
.jlexreview {
  clear: both;
  color: #141823;
  font-family: "Arial",Tahoma,serif;
  font-size: 13px;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  position: relative;
}
.jlexreview *,.jlexreview *:before, .jlexreview *:after {
	-moz-box-sizing:none;
	-webkit-box-sizing:none;
	box-sizing: border-box;
	margin:0;
	padding:0;
}
.jlexreview *:visited,.jlexreview *:focus {
  outline: 0;
}
.jlexreview .jlexreview-start {
  background: url("../images/loading_lg.gif") no-repeat scroll center center transparent;
  border-top: 1px solid #ddd;
  height: 80px;
  margin: 20px 0 50px;
  width: 100%;
}
.jlexreview [class^="jl-icon-"] {
  vertical-align: middle;
}
.jlexreview .clearfix {*zoom: 1;clear:both;float:none !important;}
.jlexreview .clearfix:before,.jlexreview .clearfix:after {display:table;content:"";line-height:0;}
.jlexreview .clearfix:after {clear:both;}
.jlexreview img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.jlexreview a {
	color:#3b5998;
	cursor:pointer;
	text-decoration:none;
}

.jlexreview a:hover {
	color:#3b5998;
	text-decoration:underline;
}

.jlexreview .primary {color:#0a8}
.jlexreview .danger {color:#d44950}
.jlexreview .re-alert,
.rePopupBox .re-alert {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:3px 5px;
	text-shadow:0 1px 0 rgba(255,255,255,0.7);
	margin:7px 0;
	border-style:solid;
	border-width:1px;
	border-radius:3px;
}
.jlexreview .re-alert.re-warning,
.rePopupBox .re-alert.re-warning{
	background-color:#f2dede;
	border-color:#ebccd1;
	color:#a94442;
}
.jlexreview .reReport.active {color:#d44950}
.jlexreview .reSubscribe.active {color:#0a8}
.jlexreview button+.fa {margin:0 3px}
.jlexreview .noneselect {
	-moz-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.jlexreview hr {
	background-color:#d1d1d1;
	border: medium none;
	height:1px;
	width:100%;
	padding:0;
	margin:10px 0;
}
.jlexreview hr:before,.jlexreview hr:after {
	height:0;
	width:0;
}
.jlexreview label {
  color: #4f4f4f;
  display: block;
  float: none;
  font-weight: bold;
  line-height: 18px;
  margin: 0 0 3px;
  padding: 0;
  text-decoration: underline;
}
.jlexreview .reviewBlock label {
	text-decoration: underline;
}
.jlexreview input.reinput[type="text"],
.jlexreview input.reinput[type="email"],
.jlexreview input.reinput[type="password"],
.jlexreview input.reinput,
.jlexreview textarea.reinput {
  background: #fff;
  border: 1px solid rgba(0, 39, 59, 0.2);
    border-radius: 0;
    line-height: 18px;
    margin: 0 0 9px;
    padding: 5px;
    resize: none;
    width: 100%;
box-shadow:none;
}
.jlexreview textarea.reinput {
	line-height: 18px;
	resize: none;
}
.jlexreview .formComment textarea.reinput {
    font-size: 11px;
}
.jlexreview .reinput:hover,
.jlexreview .reinput:focus,
.jlexreview .reinput:active {
	border: 1px solid rgba(0, 39, 59, 0.5);
	box-shadow: 1px 1px 2px #ededed inset;
}
.jlexreview input[type="text"],
.jlexreview input[type="email"],
.jlexreview input[type="password"],
.jlexreview input[type="url"] {height:30px}
.jlexreview textarea {
	height:100px;
	resize: vertical;
}

.jlexreview .reviewBody textarea {min-height: 150px;}

.jlexreview .rebutton,
.jlexreview button.rebutton,
.jlexreview .page-button a {
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(center top , #f2f2f2, #ddd);
	background-image: linear-gradient(center top , #f2f2f2, #ddd);
	background-image: -webkit-linear-gradient(center top , #f2f2f2, #ddd);
  border-color: #ccc #bbb #999;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.9) inset;
  color: #555;
  font-size: 12px;
  height: 25px;
  margin: 0;
  padding: 0 13px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.jlexreview button.rebutton:active,
.jlexreview button.rebutton.active,
.jlexreview .page-button.a-selected a {
   background: none repeat scroll 0 0 #ccc;
    border-color: #bbb #aaa #777;
    box-shadow: none;
    color: #333;
}
.jlexreview button.rebutton:disabled,
.jlexreview button.rebutton.disabled,
.jlexreview button.rebutton[disabled=disabled],
.jlexreview .page-button.a-disabled a {
	 background: #eee;
    box-shadow: none;
    color: #888;
}
.jlexreview button.rebutton+button.rebutton {
	margin-left:7px;
}


.jlexreview *::-moz-placeholder,.jlexreview ::-webkit-input-placeholder,.jlexreview :-moz-placeholder,.jlexreview :-ms-input-placeholder {
	color: rgba(0, 39, 59, 0.35);
}
.jlexreview .placeholder {
	color: rgba(0, 39, 59, 0.35);
}
.jlexreview ul.unstyled {
	list-style:none;
	margin:0;
	padding:0;
}
.jlexreview li {
	padding:0;
	margin:3px 0;
}
.jlexreview .reviewEditor.hasTool textarea {
	border: medium none;
	padding:5px;
	margin:0;
	box-shadow: none;
	width:100%;
}
.jlexreview .reviewEditor.hasTool textarea:focus,.jlexreview .reviewEditor.hasTool textarea:active {
	box-shadow:none;
}
.jlexreview input[type="checkbox"] {
  margin: 0;
  padding: 0;
}

.jlexreview div.re-headform {
  margin-bottom: 20px;
}

.jlexreview ul.unstyled {list-style:none;margin:0 0 8px 0;padding:0}

/* LOGIN FORM */
.jlexreview .reviewLoginBox {
	margin: 20px 0;
	border: 1px solid #e1e1e1;
	background: #f5f5f5;
	padding: 15px;
	border-radius: 2px;
}
.jlexreview .reviewLoginBox ._joomlaUser {
  border-top: 1px dashed #efefef;
  margin: 10px 0 0;
  padding: 7px 0;
}
.jlexreview .reviewLoginBox ._joomlaUser a {
  color:#555;
}
.jlexreview.lg .reviewLoginBox ._moreLoginPrefix,
.jlexreview.md .reviewLoginBox ._moreLoginPrefix {
	background-color: #e1e1e1;
    float: left;
    height: 17px;
    margin: 4px 15px 0 10px;
    width: 1px;
}
.jlexreview.lg .reviewLoginBox button.socialBtn,
.jlexreview.md .reviewLoginBox button.socialBtn,
.jlexreview.lg .reviewLoginBox button._joomla,
.jlexreview.md .reviewLoginBox button._joomla {
	float: left;
    margin-right: 7px;
    padding-right: 13px;
    width: auto;
}
.jlexreview .reviewLoginBox button._joomla {
	margin-bottom:5px;
}
.jlexreview.sm .reviewLoginBox button._joomla {
	width:100%;
	margin-bottom:10px;
}
.jlexreview .reviewLoginBox button.socialBtn {
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 25px;
  margin-bottom: 3px;
  padding-left: 44px;
  position: relative;
  text-align: left;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
}

.jlexreview .reviewLoginBox button.socialBtn span.icon {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  line-height: 25px;
  padding: 0 9px;
  position: absolute;
  top: 0;
}

.jlexreview .reviewLoginBox button.socialBtn._fb {
	background-color:#3b5998;
	border-color:rgba(0, 0, 0, 0.2);
}
.jlexreview .reviewLoginBox button.socialBtn._fb:hover {
	background-color:#2d4373;
}
.jlexreview .reviewLoginBox button.socialBtn._tw {
	background-color:#55acee;
	border-color:rgba(0, 0, 0, 0.2);
}
.jlexreview .reviewLoginBox button.socialBtn._tw:hover {
	background-color:#2795e9;
}

.jlexreview .reviewLoginBox button.socialBtn._gl {
	background-color:#dd4b39;
	border-color:rgba(0, 0, 0, 0.2);
}

.jlexreview .reviewLoginBox button.socialBtn._gl:hover {
	background-color:#c23321;
}

/* SUMMARY - ANALYTIC */
.jlexreview .re-analytic {
  border-bottom: 1px solid #e1e1e1;
  color: #666666;
  font-family: Verdana,Arial,sans-serif;
  font-size: 11px;
  margin: 0 0 10px;
  padding: 10px 0;
}
.jlexreview .totalRating {
  color: #333;
  font-family: "Arial";
  font-size: 26px;
  font-weight: bold;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.jlexreview .summary-review .re-metaextra {
  display: inline-block;
  vertical-align: top;
}
.jlexreview .summary-review .q-rate {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.jlexreview .summary-review .q-rate .vote-match {
  font-weight: bold;
}
.jlexreview .summary-review .re-fl a.re-rate-filter {
  display: block;
  height: 15px;
  margin: 5px 0;
  max-width: 250px;
}
.jlexreview .summary-review .re-ratebar {
  background-color: #ddd;
  float: left;
  height: 9px;
  margin: 3px 5px 3px 0;
  width: 150px;
}
.jlexreview .summary-review .re-ratebar .ratebar-inner {
  background-color: rgb(53, 140, 219);
  display: block;
  height: 100%;
}
.jlexreview .summary-review .re-ratecount {
  border-radius: 2px;
  display: inline-block;
  float: left;
  font: 11px/15px "Arial";
  height: 15px;
  padding: 0 2px;
}
.jlexreview .summary-review .re-star {
  margin-left: 5px;
  top: -1px;
  vertical-align: middle;
}
.jlexreview .summary-factor ul.re-factors {border: none;margin:0 0 15px;padding:0;list-style:none}
.jlexreview .summary-factor .rft-preview {width: 150px;margin-left:0;}
.jlexreview .summary-factor ._title_factor {
	font-size:15px;
	line-height:26px;
	display:block;
	margin-bottom:10px;
	font-weight:bold;
}
/* SUMMARY - Responsive */
.jlexreview.md .summary-factor,
.jlexreview.sm .summary-factor {
	margin-left: 10px;
	margin-top: 20px;
	border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}

.jlexreview.lg .summary-review {
  float: left;
  padding-right: 10px;
  width: 50%;
}
.jlexreview.lg .summary-review.fa {
	border-right: 1px solid #e1e1e1;
}
.jlexreview.sm .summary-review .re-ratebar {
    width: 100px;
}
.jlexreview.lg .summary-factor {
  border-left: 1px solid #e1e1e1;
  float: left;
  margin-left: -1px;
  padding-left: 15px;
  width: 50%;
}



/* FILTER */
.jlexreview .re-filter {
  font-family: "Arial",Tahoma,serif;
  font-weight:bold;
  height: 30px;
  line-height: 30px;
  margin:35px 0 5px;
}
.jlexreview .re-filter .re-mn {
  margin: 0 10px;
}
.jlexreview .re-filter .re-mn:first-child {
  margin-right: 0;
}
.jlexreview .re-filter .re-mn>a {
  color: #999;
}
.jlexreview .re-filter .re-mn>a:hover {
  color: #555;
  text-decoration: none;
  border-bottom: 2px solid #888;
  padding-bottom:2px;
}
.jlexreview .re-filter span.reload-icon {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  background: url("../images/loading_xs.gif") no-repeat scroll center center transparent;
  float: right;
  height: 30px;
  width: 20px;
  opacity: 0;
}
.jlexreview .re-filter input.query {
  border-radius: 0;
  box-shadow: none;
  height: 25px;
  margin: 3px 0 3px 5px;
  width: 120px;
}
.jlexreview .re-filter input.query + button {
  height: 25px;
  margin: 0 4px 0 7px;
}

.jlexreview .re-filter span.reload-icon.active {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  -moz-opacity:0.35;
  -khtml-opacity: 0.35;
	opacity: 0.35;
}

/* DROPDOWN */
.jlexreview .re-mn {
  position: relative;
}
.jlexreview .re-mn.right {
  float: right;
  margin-left: 5px;
}
.jlexreview .re-mn ul.mn-dropdown {
  background-color: #fff;
  border-radius: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
  display: none;
  list-style: none outside none;
  margin: 3px 0 0;
  min-width: 100px;
  padding: 3px 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 4;
}
.jlexreview ul.mn-dropdown li {
  margin: 0;
  padding: 0;
}
.jlexreview ul.mn-dropdown a {
  color: #444;
  display: block;
  padding: 2px 5px;
}
.jlexreview ul.mn-dropdown a.ft:first-child {
  border-top: 1px solid #f1f1f1;
  margin-top: 4px;
  padding-top: 3px;
}
.jlexreview ul.mn-dropdown a i {
  text-align: center;
  width: 20px;
}
.jlexreview ul.mn-dropdown a:hover,ul.mn-dropdown a.active {
	background-color:#155FB0;
	color:#fff;
	text-decoration:none;
}
.jlexreview .re-mn .reBtn.active+ul.mn-dropdown{display:block}

/* REVIEW */
.jlexreview .re-content .re-quickTask {
  height: 20px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1;
}

.jlexreview .re-quickTask button.reBtn {
  background-color: #eee;
  border: medium none;
  border-radius: 3px;
  color: #666;
  height: 20px;
  line-height: 21px;
  margin: 0;
  padding: 0;
  text-shadow: 0 1px 0 #fff;
  width: 30px;
}
.jlexreview .re-quickTask.active {
	z-index:10;
}
.jlexreview .re-quickTask button.reBtn.active {
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}
.jlexreview .re-quickTask button.reBtn:hover {
    background-color: #e1e1e1;
}

/* RESET CAPTCHA */
.jlexreview .re-captcha * {
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
.jlexreview .re-captcha input {
    height: auto;
}

/* FORM */
.jlexreview .re-form button.recancel {
  display: none;
} 
.jlexreview .re-content-flud+.re-form-review {
  margin-top: 15px;
}
.jlexreview form.processing input,.jlexreview form.processing textarea {
  background-color: #eee;
}
.jlexreview .re-form .re-error {display:none;margin-bottom:9px}
.jlexreview form.editStatus button.recancel {
  display: inline-block;
}
.jlexreview .reform-cm {display:none}
.jlexreview .cm-content+.reform-cm { margin-left: 45px;}
.jlexreview .re-subTitle {
  border-bottom: 1px solid #ddd;
  margin: 50px 0 7px 0;
  padding: 5px 0;
  position:relative;
}
.jlexreview .reUser-ctr {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  bottom: 5px;
  height: 35px;
  padding: 2px;
  position: absolute;
  right: 0;
  width: 35px;
}
.jlexreview .promotion-title {
  color: #707070;
  float: left;
  font-family: "Arial",Tahoma,Serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;	
  line-height: 15px;
}
.jlexreview .reUser-ctr a {
  white-space: nowrap;
}
.jlexreview form.formReview.editStatus {
  border-bottom: 3px solid #eed3d7;
  border-top: 3px solid #eed3d7;
  padding: 10px 0;
}

/* FOMR - FACTOR */
.jlexreview input#ref_title {
  font-weight: bold;
  max-width: 400px;
}
.jlexreview .ratingMainBox {
  border: 1px solid rgba(0, 39, 59, 0.2);
  margin-bottom: 11px;
  max-width: 400px;
  color:#5f5f5f;
  position: relative;
}
.jlexreview .scoreSummary {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.jlexreview .rating_dis_class {
  background: rgba(255, 255, 255, 0.5);
  display:none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.jlexreview .rating_dis_class.active {display:block;}
.jlexreview .rating_dis_ctr {
  color: #777;
  font-size: 11px;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 22;
}
.jlexreview .lgStars {
  height: 26px;
  position: relative;
  top: 7px;
}

.jlexreview .lgStars .rstar {
  display: inline-block;
  height: 26px;
  width: 30px;
}
.jlexreview .lgStars .rstar.active .bx3 {
	background-color:#007f4e;
	cursor: pointer;
}
.jlexreview .lgStars .rstar .bx3 {
  background-color: #ddd;
  border-radius: 3px;
  display: block;
  margin: 0 2px;
  padding: 3px;
}
.jlexreview .lgStars .rstar .bx2 {
  background-image: url("../images/sprite_star.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display:block;
	height:20px;
	width:20px;
}
.jlexreview ul.reFactors {
  list-style: outside none none;
  margin: 0 auto;
  padding: 10px;
}
.jlexreview .scoreSummary+ul.reFactors {
	border-top:1px solid #e1e1e1;
}
.jlexreview ul.reFactors li {
  display: block;
  margin: 0;
  padding: 3px 0;
  width: 100%;
}

.jlexreview .reFBlock { margin: 10px 0; }
.jlexreview .reFBlock > * {float:left;line-height:18px}
.jlexreview .reFBlock > span {height:20px}

.jlexreview .reFBlock .leftLabel,
.jlexreview .reFBlock .rightLabel {
    font-size: 150%;
}
.jlexreview .reFBlock .leftLabel {
  width:35px;
    text-align: right;
}
.jlexreview .reFBlock .reFLabel {
    display: inline-block;
    font-size: 115%;
}
.jlexreview .reFSlider._range {
  background-color: rgb(53, 140, 219);
  cursor: pointer;
  height: 6px;
  margin: 6px 5px 0;
  position: relative;
  width: 200px;
}
.jlexreview .reFSlider._range .leftGrip {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    height: 20px;
    position: absolute;
    top: -7px;
    width: 10px;
}
.jlexreview .reFSlider._range .leftGrip:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

/* BBCODE */
.sceditor-container *,.sceditor-container *:before,.sceditor-container *:after {box-sizing:content-box}
.jlexreview div.sceditor-group {
  background: none;
  border-radius: 0;
  border-bottom:medium none;
  border-right: 1px solid #e1e1e1;
  display: inline-block;
  margin: 1px 5px 1px 0;
  padding: 1px;
}
.jlexreview div.sceditor-toolbar div.sceditor-group:last-child {
  border-right: none;
}
.jlexreview .sceditor-button:hover, .jlexreview .sceditor-button:active, .jlexreview .sceditor-button.active {
  background: #e1e1e1;
  box-shadow: none;
}
.jlexreview .sceditor-button {
  border-radius: 2px;
  height: 19px;
  margin: 0 2px;
  padding: 1px 4px;
  width: 16px;
}

.jlexreview .reviewBody .reviewEditor {
  background-color: #fff;
  border: 1px solid rgba(0, 39, 59, 0.2);
  margin-bottom: 9px;
  position: relative;
}
.jlexreview .reviewBody .reviewEditor textarea.reText {
  display: block;
  border:none;
  width:100%;
  padding:10px;
}
.jlexreview .reviewBody .reviewEditor.hasTool {padding-bottom: 35px;}
.jlexreview .reviewBody .sceditor-container {
  border: medium none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.jlexreview .reviewBody .reEditorFooter {
  background-color: #f6f7f8;
  border-top: 1px solid #e1e1e1;
  bottom: 0;
  height: 35px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index:1;
}

/* BBCODE -BUTTON */
.jlexreview .reviewBody span.reEditorBtn {
  border-right: 1px solid #ececec;
  color: #888;
  cursor: pointer;
  float: left;
  font-size: 15px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 34px;
  position:relative;
}
.jlexreview .reviewBody span.reEditorBtn:hover {
	background-color:#eee;
	color:#555;
}
.jlexreview .reviewBody span.reEditorBtn ._count {
  background-color: #bd362f;
  border-radius: 1px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  font-size: 10px;
  height: 12px;
  line-height: 12px;
  padding: 0 2px;
  position: absolute;
  right: 5px;
  text-shadow: none;
  top: -6px;
  z-index: 2;
}

.jlexreview .reviewBody span.reEditorBtn ._count.active {
	display:block;
}

/**
	- CSS for Gallery
	- Extend from dropzonejs
**/
.rePopupBox form.jlex_gallery_upload {
  border: 2px dashed #0087f7;
  border-radius: 3px;
  cursor: pointer;
  margin: 0;
  min-height: 100px;
  padding: 10px;
}

.rePopupBox .dropzone-previews {
  max-height: 200px;
  overflow: auto;
  position: relative;
}

.dropzone, .dropzone * { box-sizing: border-box; }

.dropzone { min-height: 150px; border: 2px solid rgba(0, 0, 0, 0.3); background: white; padding: 54px 54px; }
.dropzone.dz-clickable { cursor: pointer; }
.dropzone.dz-clickable * { cursor: default; }
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * { cursor: pointer; }
.dropzone.dz-started .dz-message { display: none; }
.dropzone.dz-drag-hover { border-style: solid; }
.dropzone.dz-drag-hover .dz-message { opacity: 0.5; }
.dropzone .dz-message { text-align: center; margin: 2em 0; }
.dropzone .dz-preview { position: relative; display: inline-block; vertical-align: top; margin: 16px; min-height: 100px; }
.dropzone .dz-preview:hover { z-index: 1000; }
.dropzone .dz-preview:hover .dz-details { opacity: 1; }
.dropzone .dz-preview.dz-file-preview .dz-image { border-radius: 20px; background: #999; background: linear-gradient(to bottom, #eee, #ddd); }
.dropzone .dz-preview.dz-file-preview .dz-details { opacity: 1; }
.dropzone .dz-preview.dz-image-preview { background: white; }
.dropzone .dz-preview.dz-image-preview .dz-details { -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
.dropzone .dz-preview .dz-remove { 
  background-color: #f5f5f5;
  border: medium none;
  border-radius: 2px;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 12px;
  margin-top: 4px;
  text-align: center;
}
.dz-default span {
  color: #777;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.dropzone .dz-preview .dz-remove:hover { text-decoration: underline; }
.dropzone .dz-preview:hover .dz-details { opacity: 1; }
.dropzone .dz-preview .dz-details { z-index: 20; position: absolute; top: 0; left: 0; opacity: 0; font-size: 13px; min-width: 100%; max-width: 100%; padding: 2em 1em; text-align: center; color: rgba(0, 0, 0, 0.9); line-height: 150%; }
.dropzone .dz-preview .dz-details .dz-size { margin-bottom: 1em; font-size: 16px; }
.dropzone .dz-preview .dz-details .dz-filename { white-space: nowrap; }
.dropzone .dz-preview .dz-details .dz-filename:hover span { border: 1px solid rgba(200, 200, 200, 0.8); background-color: rgba(255, 255, 255, 0.8); }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) { overflow: hidden; text-overflow: ellipsis; }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span { border: 1px solid transparent; }
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span { background-color: rgba(255, 255, 255, 0.4); padding: 0 0.4em; border-radius: 3px; }
.dropzone .dz-preview:hover .dz-image img { -webkit-transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); -webkit-filter: blur(8px); filter: blur(8px); }
.dropzone .dz-preview .dz-image {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  display: block;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 120px;
  z-index: 10;
}
.dropzone .dz-preview .dz-image span.img {
  background-position: center center;
  display: block;
  height: 100%;
  width: 100%;
}
.dropzone .dz-preview .dz-image img { display: block; }
.dropzone .dz-preview.dz-success .dz-success-mark { -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview.dz-error .dz-error-mark { opacity: 1; -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark { pointer-events: none; opacity: 0; z-index: 500; position: absolute; display: block; top: 50%; left: 50%; margin-left: -27px; margin-top: -27px; }
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg { display: block; width: 54px; height: 54px; }
.dropzone .dz-preview.dz-processing .dz-progress { opacity: 1; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.dropzone .dz-preview.dz-complete .dz-progress { opacity: 0; -webkit-transition: opacity 0.4s ease-in; -moz-transition: opacity 0.4s ease-in; -ms-transition: opacity 0.4s ease-in; -o-transition: opacity 0.4s ease-in; transition: opacity 0.4s ease-in; }
.dropzone .dz-preview:not(.dz-processing) .dz-progress { -webkit-animation: pulse 6s ease infinite; -moz-animation: pulse 6s ease infinite; -ms-animation: pulse 6s ease infinite; -o-animation: pulse 6s ease infinite; animation: pulse 6s ease infinite; }
.dropzone .dz-preview .dz-progress { opacity: 1; z-index: 1000; pointer-events: none; position: absolute; height: 16px; left: 50%; top: 50%; margin-top: -8px; width: 80px; margin-left: -40px; background: rgba(255, 255, 255, 0.9); -webkit-transform: scale(1); border-radius: 8px; overflow: hidden; }
.dropzone .dz-preview .dz-progress .dz-upload { background: #333; background: linear-gradient(to bottom, #666, #444); position: absolute; top: 0; left: 0; bottom: 0; width: 0; -webkit-transition: width 300ms ease-in-out; -moz-transition: width 300ms ease-in-out; -ms-transition: width 300ms ease-in-out; -o-transition: width 300ms ease-in-out; transition: width 300ms ease-in-out; }
.dropzone .dz-preview.dz-error .dz-error-message { display: block; }
.dropzone .dz-preview.dz-error:hover .dz-error-message { opacity: 1; pointer-events: auto; }
.dropzone .dz-preview .dz-error-message { pointer-events: none; z-index: 1000; position: absolute; display: block; display: none; opacity: 0; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; border-radius: 8px; font-size: 13px; top: 130px; left: -10px; width: 140px; background: #be2626; background: linear-gradient(to bottom, #be2626, #a92222); padding: 0.5em 1.2em; color: white; }
.dropzone .dz-preview .dz-error-message:after { content: ''; position: absolute; top: -6px; left: 64px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #be2626; }


/* FILE BOX */
.rePopupBox form.jlex_file_upload {
  border: 2px dashed #0087f7;
  border-radius: 3px;
  margin: 0;
  padding: 10px;
}
.jlex_file_box {
  max-height: 200px;
  overflow: auto;
}
.jlex_file_box .file-preview {
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 25px;
  margin-bottom: 16px;
  position: relative;
}
.jlex_file_box .file-preview.dz-error {
  background-color: #f2dede;
  border: 1px solid #be4b49;
}
.jlex_file_box .file-preview.dz-success.dz-complete {
  background-color: #dff0d8;
  border: 1px solid #64a80d;
}
.jlex_file_box .file-preview.dz-success .progress-inner {
  display: none;
}
.jlex_file_box .filename {
  height: 100%;
  left: 0;
  line-height: 25px;
  overflow: hidden;
  padding: 0 5px;
  position: absolute;
  top: 0;
  width: 60%;
  word-break: keep-all;
  z-index: 2;
}
.jlex_file_box .filename:hover {
  background-color: #fff;
  width: auto;
  z-index: 3;
}
.jlex_file_box .filemsg {
  color: red;
  font-size: 10px;
  height: 12px;
  line-height: 12px;
  position: absolute;
  right: 0;
  top: 25px;
}
.jlex_file_box .filesize {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  left: 60%;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 25%;
  z-index:2;
}
.jlex_file_box .progress-inner {
  background-color: gold;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.jlex_file_box a.dz-remove {
  background-color: red;
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 4px;
  width: 16px;
  z-index: 2;
}

/* FILE PREVIEW IN REVIEW ITEM */
.jlexreview ul.re-file {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.jlexreview ul.re-file a:hover {
	text-decoration:none;
}
.jlexreview ul.re-file li {
  margin: 3px 0;
}
.jlexreview .xfiletype {
  background-color: #73b143;
  border-radius: 2px;
  color: #fff;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  padding: 1px 7px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.jlexreview .xfilename {
  border-bottom: 1px dotted #aaa;
  color: #8a8a8a;
  margin: 0 7px;
}

/* GOOGLE MAP */
.jlexreview #reGoogleMap img,
.jlexreview .re-mapPreview img {
    max-width: none !important;
}
.jlexreview #reGoogleMap .pacInput {
	 border: 1px solid #4d90fe;
	 border-radius: 0;
	 box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	 left: 0;
	 margin: auto;
	 position: absolute;
	 right: 0;
	 top: 7px !important;
	 width: 60%;
	height:30px;
	z-index: 5;
}
.jlexreview #reGoogleMap {
  border: 1px solid #aaa;
  height: 200px;
  margin-bottom: 9px;
  position: relative;
  width: 100%;
}
.jlexreview #reGoogleMap .reMap-preview {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.jlexreview #reGoogleMap .mapResult {
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #ccc;
  bottom: 0;
left:0;
  padding: 3px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 20;
}
.jlexreview #reGoogleMap .map-edit {display:none}

/* STAR */
.jlexreview .re-star {
	display:inline-block;
	background-color:#fff;
  border: 1px solid #ced5e5;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px 5px;
  position: relative;
  top: 3px;
}
.jlexreview .flexContent .re-star {top:4px}
.jlexreview .re-star .re-star-choose {
  background: url("../images/star-rating.png") repeat scroll 0 -27px #FFFFFF;
  height: 12px;
  position: relative;
  width: 70px;
}
.jlexreview .re-star .re-star-choose .rstar {
  background-color: rgba(0, 0, 0, 0);
  height: 12px;
  overflow: hidden;
  position: absolute;
  text-indent: -3000px;
  top: 0;
  width: 14px;
}

.jlexreview .re-star .re-star-choose .rstar.active {
  background: url("../images/star-rating.png") repeat scroll 0 -69px #FFFFFF;
}
/* END */

/* POPUP */
.rePopupBox-cons {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.rePopupBox-cons .rePopupBox {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.7);
  margin: 30px auto;
  max-width: 500px;
  overflow: hidden;
}
.rePopupBox>div {padding:7px}
.rePopupBox .prptContent {
  padding-top: 15px;
}
.rePopupBox .prptTitle {
	-moz-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
 background-color: #f8f8f8;
    border-bottom: 1px solid #cdcdcd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    text-shadow: 0 1px 0 #fff;
}
.rePopupBox a.dangerBtn {
  background-color: #bd362f;
  border-radius: 3px;
  color: #fff;
  float: right;
  font-size: 12px;
  padding: 0 5px;
  text-shadow: none;
}
.rePopupBox a.dangerBtn+a.dangerBtn {
  margin-right: 7px;
}
.rePopupBox .prptMsg {
  border: 1px solid;
  border-radius: 2px;
  display: block;
  font-size: 12px;
  margin: 0 0 10px;
  padding: 5px;
}
.rePopupBox .prptMsg.error {
	background:#f2dede;
	color:#d44950;
	border-color:#ebccd1;
}
.rePopupBox .prptMsg.success {
	background:#dff0d8;
	color:#3c763d;
	border-color:#d6e9c6;
}
.rePopupBox .prptMsg.notice {
	background:#fcf8e3;
	color:#c09853;
	border-color:#fbeed5;
}
.rePopupBox .prptMsg ul {
	margin:0;
	padding:0;
}
.rePopupBox .prptMsg ul li {
  list-style-position: inside;
  margin: 2px 0;
  padding: 0;
  list-style-type: decimal;
}
.rePopupBox .prptFooter {
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  text-align: right;
}
.rePopupBox label {
  color: #454545;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 3px;
}
.rePopupBox input[type="text"],
.rePopupBox input[type="email"],
.rePopupBox input[type="password"],
.rePopupBox textarea {
  background: #fff;
  border-color: #c0c0c0 #d9d9d9 #d9d9d9;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  margin: 0 0 9px 0;
  padding: 0 5px;
  width: 100%;
}
.rePopupBox textarea {resize: vertical;}
.rePopupBox input[type="text"],
.rePopupBox input[type="email"],
.rePopupBox input[type="password"] {
	height: 28px;
}
.rePopupBox input.pacInput[type="text"] {
  border-color: #4d90fe;
  top: 5px !important;
  width: 70%;
}
.rePopupBox div[id^="map_canvas"] {
  border: 1px solid #ccc;
  margin: 5px 0 10px;
}
.rePopupBox button {
  background-color: #e1e1e1;
  background-image: -moz-linear-gradient(center top , #f2f2f2, #e1e1e1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  color: #444;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  line-height: 23px;
  margin: 0;
  padding: 0 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.rePopupBox button+button {
	margin-left:10px;
}
.rePopupBox button:hover {
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #333;
}
.rePopupBox button:active {
	background-image: -moz-linear-gradient(center top , #eee, #f1f1f1);
	box-shadow: 0 -1px 0 rgba(0,0,0, 0.5) inset;
}
.rePopupBox button:disabled,
.rePopupBox button.disabled,
.rePopupBox button[disabled=disabled] {
	background: #aaa;
    color: #777;
}

.rePopupBox quote {
  border-left: 2px solid #ddd;
  color: #8b0300;
  display: block;
  font-family: "Arial",Tahoma;
  font-size: 11px;
  letter-spacing: 0.1px;
  padding: 10px;
  width: 100%;
}

/* REVIEW BLOCK */
/* Review block - Responsive */
.jlexreview .re_terms {
  color: #555;
  font-size: 11px;
  margin: 15px 0;
}
.jlexreview .reviewBlock {margin-bottom:20px}
.jlexreview .reviewBlock hr.system-pagebreak {
    display: none;
}
.jlexreview .re-reviewContent {
  padding: 15px 0;
  word-wrap: break-word;
}
/** BBCODE FILTER */
.jlexreview .re-reviewContent ul+br,
.jlexreview .re-reviewContent ol+br,
.jlexreview .re-reviewContent li+br,
.jlexreview .re-reviewContent div+br,
.jlexreview .re-reviewContent iframe+br,
.jlexreview .re-reviewContent pre+br {
	display:none;
}
.jlexreview .re-reviewContent ul,
.jlexreview .re-reviewContent ol {
	list-style: inside;
}

.jlexreview.sm .reviewBlock .re-profile img {display:block;width:100%;}
.jlexreview.sm .reviewBlock {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #fff;
	border-color:#e5e6e9 #dfe0e4 #d0d1d5;
	border-style:solid;
	border-width:1px;
	border-radius:3px;
}
.jlexreview.sm .reviewBlock .re-avatar {
	background-color:#f8f8f8;
	border-bottom:1px solid #e1e1e1;
	padding:3px 0;
}
.jlexreview.sm .reviewBlock .re-profile {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display:block;
  height: 55px;
  margin: 5px auto;
  padding: 2px;
  width: 55px;
}
.jlexreview.sm .reviewBlock .re-mapPreviewBox {
  margin: -11px -5px 0 -5px;
}
.jlexreview.md .reviewBlock .re-avatar,
.jlexreview.lg .reviewBlock .re-avatar {
  float: left;
  position: relative;
  width: 60px;
}
.jlexreview.md .reviewBlock .re-avatar img,
.jlexreview.lg .reviewBlock .re-avatar img {
  border-radius: 3px;
  width: 100%;
}
.jlexreview.sm .reviewBlock .re-content {padding:5px;position: relative;}
.jlexreview.md .reviewBlock .re-content,
.jlexreview.lg .reviewBlock .re-content {
  background-color: #fff;
  border-color: #e9eaed #dfe0e4 #c1c1c1;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 7px 10px;
  position: relative;
}
.jlexreview.md .reviewBlock .re-avatar+.re-content,
.jlexreview.lg .reviewBlock .re-avatar+.re-content {
	margin-left: 65px;
}
.jlexreview .reviewBlock.reviewFeatured .re-content {
  border-color: #5890ff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-width: 2px;
}
.jlexreview.sm .recentReview .reviewBlock,
.jlexreview.md .recentReview .reviewBlock .re-content,
.jlexreview.lg .recentReview .reviewBlock .re-content {
	background-color:#dff0d8;
	border-color:#d6e9c6;
}

.jlexreview.lg .rft-preview {
	width:190px;
}
.jlexreview.md .rft-preview {
	width:100px;
}
.jlexreview.sm .rft-preview {
	width:50px;
}

.jlexreview.sm .reviewBlock ul.re-factors {
  float: none;
  margin: 15px 0;
}
.jlexreview.sm .re-cm {
  margin: 0 -5px -5px;
}

/* PAGINATION */
.jlexreview .list-reviews .reViewmore {
  background-color: #e1e1e1;
  border-radius: 3px;
  color: #888;
  display: block;
  float: none;
  font-family: "Arial",Tahoma,serif;
  font-size: 115%;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.jlexreview.sm .list-reviews .reViewmore{margin:0}
.jlexreview.md .list-reviews .reViewmore,
.jlexreview.lg .list-reviews .reViewmore{
	margin-left: 65px;
}
.jlexreview .list-reviews .reViewmore:hover {
  background-color: #d1d1d1;
  color: #777;
  text-decoration: none;
}


.jlexreview .list-reviews .reViewmore.active {
  background-image: url(../images/loading_lg.gif);
  background-repeat: no-repeat;
  background-position: 15px center;
}

.jlexreview ul.a-pagination {
  text-align: right;
}
.jlexreview ul.a-pagination li {
  display: inline-block;
  margin-left: 5px;
}
.jlexreview ul.a-pagination li.a-disabled {
    color: #888;
}
.jlexreview ul.a-pagination li.last {margin-left:10px;}
.jlexreview ul.a-pagination li.first {margin-right:10px;}
.jlexreview ul.a-pagination li a {
  display: block;
  line-height: 25px;
  text-align: center;
}
.jlexreview ul.a-pagination li a.active {
  background-image: url("../images/loading_xs.gif");
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -3000px;
  width: 25px;
}

.jlexreview .re_header {
  border-bottom: 1px solid #e1e1e1;
  color: #666;
  margin-bottom: 10px;
  padding: 0 0 5px;
}

.jlexreview .re-help {padding-right: 65px;display:block}
.jlexreview .re-title,
.jlexreview .re-author {font-weight:bold}
.jlexreview .re_review_info {font-size:11px;color:#888}
.jlexreview .re_header .re_star {
  float: left;
  height: 14px;
  position: relative;
}
.jlexreview .re_header .re_star_wd {
  background: url("../images/star-rating.png") repeat 0 -26px #fff;
  display: block;
  height: 16px;
}
.jlexreview .re_header .re_star_active {
	background: url("../images/star-rating.png") repeat 0 -68px #fff;
  height: 14px;
  width:100%;
position:absolute;
bottom:0;
left:0;
}
.jlexreview .re-split+.re-split label {margin-top: 20px}
.jlexreview .reviewBlock .re-mapPreviewBox {
  margin: -11px -10px 7px;
}
.jlexreview .reviewBlock .re-mapPreview {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	display: none;
	height: 200px;
}

.jlexreview .reviewBlock ul.re-factors {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  float: right;
  list-style: outside none none;
  margin: 15px 0 7px 7px;
  padding: 10px;
}
.jlexreview ul.re-factors li.re-ft-item {
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  margin: 3px 0;
  padding: 0;
  vertical-align: middle;
}
.jlexreview li.re-ft-item > * {
  float: left;
}
.jlexreview .rft-preview {
  background-color: #ddd;
  height: 4px;
  margin: 0 7px;
  position: relative;
  top: 7px;
}

.jlexreview .rft-preview .rft-barInner {
  background-color: rgb(53, 140, 219);
  height: 4px;
}

.jlexreview .re-swipebox {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  display: inline-block;
	margin-right:10px;
  height: 70px;
  padding: 2px;
  width: 70px;
}
.jlexreview .re-swipebox span {
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.jlexreview .re-gallery {
    margin-bottom: 12px;
}
.jlexreview .reviewHelpful {
  background-color: #f8f8f8;
  border-top: 1px dotted #e1e1e1;
  color: #666;
  font-size: 11px;
  margin: 15px -5px 0;
  padding: 7px 5px;
}
.jlexreview .reTask {
  border-top: 1px solid #e1e1e1;
  font-size: 11px;
  margin: 0 -5px;
  padding: 2px 5px;
}
.jlexreview .reTask a.t9 {
  color: #888;
  margin-right: 15px;
}
.jlexreview .reTask a.t9:hover {
  color: #333;
}

/* REVIEW -EDIT FORM */
.jlexreview .reExist {
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 5px;
  margin-bottom:9px;
  display:none;
}
.jlexreview span.title_type {
  color: #8b0300;
  display: block;
  font-weight: bold;
  margin: 10px 0 5px;
}
.jlexreview ul.exist_gallery li {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  display: inline-block;
  height: 68px;
  margin: 0 10px 0 0;
  padding: 3px;
  position: relative;
  width: 68px;
}
.jlexreview ul.exist_gallery li span.g_preview {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.jlexreview ul.exist_gallery .rm-exist {
  background-color: #fa3c45;
  border-radius: 2px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  position: absolute;
  right: -5px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  top: -5px;
  width: 13px;
}
.jlexreview ul.exist_files span {
  background-color: #f1f3f8;
  border-radius: 3px;
  display: inline-block;
  margin: 0 5px 3px 0;
  padding: 0 5px;
}
.jlexreview ul.exist_files .rm-exist {
  font-size: 85%;
}


/* COMMENT */
.jlexreview .re-cm {
  background-color: #f9f9f9;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #ddd;
  margin: 0 -10px -7px;
  padding: 5px;
}
.jlexreview .recentComment {
  background-color: #dff0d8;
  margin: -5px -5px 5px;
  padding: 0 5px;
}
.jlexreview .reform-cm + .recentComment {
  margin-top: 5px !important;
}

.jlexreview.md .cmBlock .re-avatar,
.jlexreview.lg .cmBlock .re-avatar {
	background:none !important;
	border:none !important;
	border-radius: 2px;	
	height: 40px;
	width: 40px;
	padding: 0;
}
.jlexreview.md .cmBlock .re-avatar,
.jlexreview.lg .cmBlock .re-avatar {
	float:left;
}
.jlexreview.sm .cmBlock .re-avatar {
  background-color: transparent;
  border-bottom: 1px solid #f1f1f1;
  margin: 7px auto;
  width: 60%;
}
.jlexreview.sm .cmBlock .re-profile,
.jlexreview.sm .cmBlock .re-profile img {
	border-radius:2px !important;
}

.jlexreview .cmBlock {
  border-bottom: 1px dotted #e1e1e1;
  padding: 7px 0;
  position: relative;
}
.jlexreview .cmViewmore {
  display: block;
  padding: 3px 0;
  text-align: center;
}
.jlexreview .cmBlock:last-child {
  border-bottom: medium none;
}
.jlexreview .cmBlock .cm-content {
	position:relative;
	margin-left: 45px;
}
.jlexreview .cmLikeBtn.cmUnlike i.jl-icon-unlike {
    top: 2px;
    position: relative;
}
.jlexreview.sm .cmBlock .cm-content {
  margin-left: 0;
}
.jlexreview.sm .cmBlock .cmTask {
  font-size: 9px;
}
.jlexreview .cm-author {
  font-weight: bold;
  padding-right: 5px;
}
.jlexreview .cmTask {font-size:11px}
.jlexreview .cmLikeBtn {
  background-color: transparent;
  border: medium none;
  box-shadow: none;
  font-size: 11px;
  margin: 0 5px 0 0;
  padding:0 2px;
  color:#888;
}
.jlexreview .cmLikeBtn.active {color:#333}
.jlexreview .cmLikeBtn .count {
  margin-left: 3px;
}
.jlexreview .cm-date {
  color: #888;
  margin-right: 10px;
}
.jlexreview .cmTask a.t10 {
  border-left: 1px solid #e1e1e1;
  padding: 0 7px;
}

/* PROFILE API */
#reProfile {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: fixed;
  overflow:auto;
  top: 0;
  width: 100%;
  z-index: 2000;
}
#reProfile .profileInner {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  min-height: 100%;
  margin: 0 auto;
  max-width: 400px;
  padding: 0 5px;
  position: relative;
}
#reProfile iframe.profileBox {
  border: medium none;
  margin: 5px 0;
  width: 100%;
  min-height:100px;
}
#reProfile button {
  background-color: transparent;
  border: medium none;
  bottom: 5px;
  color: #888;
  font-size: 25px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  width: 30px;
}
/* TOOLTIP PROFILE */
.jlexreview ul.re-listitem {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.jlexreview ul.re-listitem li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 5px 0;
}
.jlexreview ul.re-listitem li:last-child {
  border-bottom: medium none;
}
.jlexreview .reBoxTab {}
.jlexreview .reBoxTab a.viewall {
  border: 1px solid #fff;
  border-radius: 12px;
  display: inline-block;
  margin-top: 6px;
  padding: 3px 15px;
}

/* VOTE */
.reVoteBg {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: fixed;
  overflow:auto;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.reVoteBg .reVoteBox {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  margin: 20px auto;
  max-width: 440px;
  min-height: 100px;
  padding: 15px 20px;
  position: relative;
}
/* PROCESS BAR AJAX */
#re-progress {
  top: 0;
  height: 2px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
#re-progress .progress-inner {
  background-color: #2299DD;
  border-radius: 10%;
  box-shadow: 0 0 10px #2299DD, 0 0 5px #2299DD;
  height: 2px;
  width: 0;
}

/* VERSION 3 */
.jlexreview .star-rating {
  float: left;
  height: 14px;
  margin: 3px 8px 0 0;
}
.jlexreview .star-rating > div[class^="star"] {
  background-color: #d1d1d1;
  border-radius: 2px;
  float: left;
  height: 14px;
  margin: 0 3px 0 0;
padding: 1px;
  width: 14px;
}
.jlexreview .star-rating > div > span {
  background: url("../images/sprite_star.png") no-repeat center center rgba(0, 0, 0, 0);
  background-size:cover;
  display: block;
  height: 100%;
  width: 100%;
}
.jlexreview .star-rating > div.actived[class^="star"] {
  background-color: #007f4e;
}

.jlexreview .re-rank {
  background-color: #f5f5f5;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 11px;
  height: 16px;
  line-height: 15px;
  margin-right: 5px;
  margin-top: 2px;
  padding: 1px 4px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

/* PROFILE TOOLTIP */
#profileTooltip {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 5px 7px;
  position: absolute;
  top: 65px;
  width: 320px;
  z-index: 5;
}
#profileTooltip ._tipAuthor {
  border-bottom: 1px dashed #e1e1e1;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 2px 0 5px;
}
#profileTooltip ._username {
    color: #888;
    font-size: 15px;
    margin-left: 5px;
}

/* FORM SOCIAL FOR GUEST FORM */
.jlexreview.md .hasSocialLogin,
.jlexreview.lg .hasSocialLogin {
	float: left;
    margin-bottom: 20px;
    width: 400px;
}
.jlexreview.md .socialBox,
.jlexreview.lg .socialBox {
  float: left;
  padding: 10px 10px 10px 30px;
}

.jlexreview ._socialMethod {
  color: #aaa;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.jlexreview.md ._socialMethod,
.jlexreview.lg ._socialMethod {
	margin-right: 10px;
}

.jlexreview.sm ._socialMethod {
	display:block;
	text-align:center;
	padding:7px 0;
}

.jlexreview.sm .socialBox {
	text-align:center;
	margin-bottom:20px;
}

.jlexreview .socialBox button.socialBtn {
  border: medium none;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  height: 36px;
  margin-right: 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  width: 52px;
}

.jlexreview .socialBox ._fb {
	background-color: #3b5998;
}

.jlexreview .socialBox ._tw {
	background-color: #55acee;
}

.jlexreview .socialBox ._gl {
	background-color: #dd4b39;
}

.jlexreview .reReport.active {color:#be4b49 !important;}

/** V3.2.0 - August 7,2015 **/
.itemReviewed {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
    margin-bottom: 7px;
}

.itemReviewed span._pre {
    text-transform: uppercase;
    color: #888;
    font-weight: bold;
    font-size: 12px;
    margin-right: 10px;
}

.itemReviewed a._title {
    font-size: 20px;
    color: #333;
    line-height: 20px;
}

.jlexreview a.rebtn._hi {
    height: 31px;
    padding: 0 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    background-color: #64a80d;
    color: #fff;
    z-index: 1;
    right: 0;
    bottom: 5px;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 2px;
}

.jlexreview.lg a.rebtn._hi,
.jlexreview.md a.rebtn._hi {
	position: absolute;
}

.jlexreview.sm a.rebtn._hi {
	display:block;
	margin:30px 0 5px 0;
}

.jlexreview a.rebtn._hi i {
    margin-right: 7px;
    font-size: 18px;
}

.jlexreview a.rebtn._hi:hover {
	background-color:green;
	text-decoration:none;
}

@-webkit-keyframes yellow-fade {
   0% {background: rgba(255, 230, 0, 0.5);}
   100% {background: #fff;}
}
@keyframes yellow-fade {
   0% {background: rgba(255, 230, 0, 0.5);}
   100% {background: #fff;}
}
@-webkit-keyframes yellow-fade-none {
   0% {background: rgba(255, 230, 0, 0.5);}
   100% {background: none;}
}
@keyframes yellow-fade-none {
   0% {background: rgba(255, 230, 0, 0.5);}
   100% {background: none;}
}

.jlexreview ._light .re-content {
	-moz-animation: yellow-fade 2s ease-in 1;
   -webkit-animation: yellow-fade 2s ease-in 1;
   animation: yellow-fade 2s ease-in 1;
}

.jlexreview ._light .cm-content {
	-moz-animation: yellow-fade-none 2s ease-in 1;
   -webkit-animation: yellow-fade-none 2s ease-in 1;
   animation: yellow-fade-none 2s ease-in 1;
}

.jlexreview .hl {
    background-color: yellow;
    border-radius: 7px;
    padding: 0px 3px;
    margin: 0 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.jlexreview ._vote {
	font-weight:bold;
	color:#888;
	border: 1px solid #faebcc;
	padding: 2px 4px;
	background-color: #fcf8e3;
	border-radius: 2px;
}

.jlexreview.lg .md-right,
.jlexreview.md .md-right {
    float: right;
}

.jlexreview.sm .sm-center {
	display:block;
	float:none;
    text-align:center;
	padding:5px 0;
}

/* v3.5.2 */
.jlexreview._dow_label li.re-ft-item .rft-label {
    float: none;
    display: block;
    max-width: 400px;
}
.jlexreview._dow_label ul.re-factors li.re-ft-item {
    height: auto;
    margin-bottom: 20px;
}

.jlexreview._dow_label .reFBlock {
    height: auto;
    margin-bottom: 20px;
}
.jlexreview._dow_label .reFBlock .reFLabel {
    float: none;
    white-space: normal;
}
.jlexreview._dow_label .reFSlider {
    width:180px;
}
.jlexreview._dow_label .reFBlock > span {
    height:auto;
}
.jlexreview ._relative_post {
    position:relative;
}
.jlexreview .formComment button._eicon_cm {
    position: absolute;
    background: #e1e1e1;
    border: none;
    height: 30px;
    width: 30px;
    right: 10px;
    top: 35px;
    border-radius: 3px;
    line-height: 0;
    font-size: 17px;
    color: #444;
}
.jlexreview .formComment button._eicon_cm:hover {
    background: #dfdfdf;
}
.rePopupBox button._eicon {
    width: 110px;
    height: 30px;
    margin: 5px;
    font-size: 11px;
    font-weight: normal;
    padding: 0;
    text-align: left;
    padding-left: 7px;
}
.rePopupBox button._eicon.active {
    background: #3b5998;
    color:#fff;
}
.rePopupBox button._eicon ._code {
    margin-left: 7px;
}
.rePopupBox button._eicon ._icon {
    float: left;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-color: #e1e1e1;
    padding: 1px;
    background-position: center center;
}
.rePopupBox .list-emoticons {
    max-height: 200px;
    overflow: auto;
}

.jlexreview ._lang select {
    background: none;
    border: none !important;
    width: 70px;
    float: none;
    height: 35px;
    display: block;
}


/* Since v3.7.4 */
.jlexreview .ftStar {
  height: 20px;
}

.jlexreview .ftStar .rstar {
  display: inline-block;
  height: 20px;
  width: 24px;
}
.jlexreview .ftStar .rstar.active .bx3 {
  background-color:#007f4e;
  cursor: pointer;
}
.jlexreview .ftStar .rstar .bx3 {
  background-color: #ddd;
  border-radius: 3px;
  display: block;
  margin: 0 2px;
  padding: 2px;
}
.jlexreview .ftStar .rstar .bx2 {
  background-image: url("../images/sprite_star.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display:block;
  height:16px;
  width:16px;
}


.jlexreview .reFBlock._star > * {
    float: none;
}
.jlexreview .reFBlock._star > span {
    height: auto;
}
.jlexreview .reFBlock._star ._statePoint {
    font-size: 130%;
    margin-left: 7px;
}
.jlexreview .reviewEditor input.reText {
    border: medium none;
    margin: 0;
}

.jlexreview .re-ftStar-item+.re-ftStar-item {
   margin-top: 15px;
}
.jlexreview .re-ftStar-item .star-rating {
    float: none;
}
.jlexreview .re-ftStar-item ._point {
    font-weight: bold;
    margin-left: 7px;
    color: #555;
}