
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.jlexreview {
  color: #333333;
  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
  font-size: 13px;
  line-height: 1.5em;
}
.reviewblock {

    margin-bottom: 20px;
    padding-bottom: 3px;
}

.reviewblock:last-child, .cmblock:last-child {
    border-bottom: medium none;
}
.jlexreview input[type="email"], .jlexreview input[type="text"], .jlexreview textarea {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
font-size: 11.5px;
line-height: 18px;
margin-bottom: 9px;
padding: 3px 7px;
border: 1px solid #CACACA;
height: 24px;
display: block;
padding: 0px 7px;
width: 296px;
outline: none !important;
border-radius: 5px;
}
.jlexreview textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    min-height: 120px !important;
    resize: vertical;
    width: 100%;
}
.jlexreview label {
  display: block;
  font-size: 11.5px;
  margin: 0;
}

/* TOOBAR */

#re-bar > div.panel {
  float: left;
  font: 1.6em/40px "Arial";
  margin: 0;
  padding: 0; display:none;
}
#re-bar {
margin-top: -37px;
}
#re-list-review {
margin-top: 25px;
}
#re-filter {
  float: right;
  margin-top: 10px;
}
.re-caret {
  background: url("images/arrow-down.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 10px;
  margin-left: 3px;
  width: 10px;
}
.ratebtn-group {
  float: right;
  margin-left: 5px;
  position: relative;
}
.jldrop-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  list-style: none outside none !important;
  margin: 2px 0 0 !important;
  min-width: 160px;
  padding: 5px 0 !important;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.jldrop-menu > li {
  margin: 0 !important;
  padding: 0 !important;
}
.jldrop-menu > li > a {
    padding: 3px 5px;
    display: block;
    text-decoration: none;
    color: #333;
}
.jldrop-menu > li > a.active,.jldrop-menu > li > a:focus,.jldrop-menu > li > a:active,.jldrop-menu > li > a:hover {
    background-color: #e1e1e1;
    text-decoration: none;
}

/* LOADING */
a#re-loadmore, a.re-cm-more {
  background-color: #F1F1F1;
  border: 1px solid #DDDDDD;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
	overflow:hidden;
}
a#re-loadmore.active,a.re-cm-more.active {
  background-image:url('images/loading-more.gif');
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -3000px;
}

.re-avatar {
  background-color: #DDDDDD;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  float: left;
  height: 50px;
  position: relative; display:none;
  width: 50px;
}

.re-avatar img {
  border-radius: 4px;
  height: 100%;
  width: 100%;
}

.re-me span.tip {
  background-color: rgba(0, 0, 0, 0.8);
  display:none;
  color: #FFFFFF;
  left: 55px;
  padding: 5px;
  position: absolute;
  top: 10px;
  white-space: nowrap;
  z-index: 20;
}

.re-me:hover span.tip {display:block}

.re-rstar-con {
display: none !important;
}
.re-help {
	color: #555555;
	display: block;
}

.re-title {
  font: bold 13px/19px "Arial";
}
.re-date {
  color: #888888;
  font-size: 10px;
  font-weight: normal;
  margin-left: 2px;
}

/* FORM */
form.re-form-review.new, form.re-form-cm.new,form.re-form-vote {

	position: relative;
}

form.re-form.disabled .re-proted {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}


/* BUTTON */
.ratebtn {
background: #ff3c00;
font-size: 11px;
text-decoration: none;
text-transform: uppercase;
color: #ffffff;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
height: 25px;
line-height: 28px;
display: inline-block;
padding: 0px 15px;
border:0px; outline:none !important; cursor:pointer;
}
.ratebtn:hover{background: #39b7e6;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;}
h3>.ratebtn {margin-left:10px}

.ratenobtn {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  box-shadow: none;
  font-size: 11px;
  margin: 0 4px 0 0;
  padding: 0;
}
.ratenobtn:hover {
    text-decoration: underline;
}
.jr-icon {
    display: inline-block;
    height: 10px;
    margin-right: 3px;
    position: relative;
    top: 1px;
    width: 10px;
}
.jr-icon.like {
  background: url("images/like.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.jr-icon.unlike {
  background: url("images/dislike.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  top:4px;
}

.active .jr-icon {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
}

/* STAR */
.re-rstar-con {
  border: 1px solid #EFEFEF;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 5px;
  position: relative;
  top: 3px;
}
.re-rstar {
  background: url("images/star-rating.png") repeat scroll 0 -27px #FFFFFF;
  border-radius: 3px;
  display: block;
  height: 12px;
  width: 70px;
  margin: 0 auto;
}
.re-rstar-inner {
  background: url("images/star-rating.png") repeat scroll 0 -41px #FFFFFF;
  display: block;
  height: 12px;
}

.re-star-choose {
  background: url("images/star-rating.png") repeat scroll 0 -27px #FFFFFF;
  height: 12px;
  position: relative;
  width: 70px;
}
.re-cstar-rate {
  background-color: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  display: inline-block;
  margin: 2px 0 10px;
  padding: 2px 5px;
}
.re-star-choose .re-star {
  background-color: rgba(0, 0, 0, 0);
  height: 12px;
  overflow: hidden;
  position: absolute;
  text-indent: -3000px;
  top: 0;
  width: 14px;
}

.re-star-choose .re-star.active {
  background: url("images/star-rating.png") repeat scroll 0 -69px #FFFFFF;
}
.re-star-choose .s1 {left:0}
.re-star-choose .s2 {left:14px}
.re-star-choose .s3 {left:28px}
.re-star-choose .s4 {left:42px}
.re-star-choose .s5 {left:56px}
/* END */

/* STAR RATE */
#re-analytic {
  border-bottom: 1px solid #DFDFDF;
  color: #666666;
  font-family: Verdana,Arial,sans-serif;
  font-size: 11px;
  margin: 10px 0;
  padding: 10px 0;
}
#re-sumrate {
  background: url("images/star.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #333333;
  display: inline-block;
  font-family: "Tahoma",Arial;
  font-size: 15px;
  font-weight: bold;
  height: 64px;
  line-height: 60px;
  text-align: center;
  text-indent: 1px;
  text-shadow: 0 1px 0 #FFFFFF;
  vertical-align: top;
  width: 64px;
}
.re-metaextra {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.re-fl a.re-rate-filter {
  display: block;
  height: 15px;
  margin: 4px 0;
  max-width: 250px;
}
.re-ratenum {
  float: left;
  height: 15px;
  line-height: 15px;
  padding-right: 5px;
}
.re-ratebar {
  background-color: #F4F4CF;
  border-radius: 9px;
  float: left;
  height: 15px;
  margin: 0 5px;
  width: 150px;
}
.re-ratebar .ratebar-inner {
  background-color: #FFCC66;
  display: block;
  height: 15px;
  border-radius: 9px;
}
.re-ratecount {
	background-color: #FA3C45;
	background-repeat: repeat-x;
  background: -moz-linear-gradient(center top , #FA3C45, #DC0D17) repeat scroll 0 0 rgba(0, 0, 0, 0);
   background: -moz-linear-gradient(center top , #FA3C45, #DC0D17) repeat scroll 0 0 rgba(0, 0, 0, 0);
   background: -webkit-linear-gradient(top, #FA3C45, #DC0D17);
   background: -ms-linear-gradient(top, #FA3C45, #DC0D17);
   background: -o-linear-gradient(top, #FA3C45, #DC0D17);
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  display: inline-block;
  float: left;
  font: bold 10px/14px "Arial";
  padding: 0 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
/* END */

/* FORM -REIVEW - BLOCK */
.re-content .retask {
    border: 1px solid #DDDDDD;
    margin: 15px 0 25px;
}
form.re-form-reviewblock {
    border-right: 1px solid #DDDDDD;
    float: left;
    margin: 0;
    max-width: 300px;
    padding: 7px 15px;
    text-align: center;
}
div.re-cm {
  float: left;
  margin: 20px 0 0 15px;
}
div.re-cm .ratebtn-group {
    left: 5px;
    top: -3px;
}

/* COMMENTS */
.cmblock {
    border-bottom: 1px solid #DFDFDF;
    padding: 7px 0 15px;
}
.re-comments-box > .re-cm-form .jr-cm-cancel {display:none}
.re-cm-order,#re-review-form,#re-vote-form {display:none}
.re-comments-box .re-listcm {
    border-bottom: 1px solid #E1E1E1;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 30px;
}
.re-listcm > div:nth-child(2n) {
    background-color: #F8F8F8;
}
.cmblock.first {
    border-top: 1px solid #DDDDDD;
    margin-top: 15px;
    padding-top: 10px;
}
.re-content .reply_from {
  background-color: #FFF4E5;
  border: 1px solid #F9BC6D;
  margin-bottom: 7px;
  margin-top: 7px;
}
.reply_from .re-authorby {
    background-color: #F9D9B0;
    border-bottom: 1px solid #F9BC6D;
    color: #141414;
    display: block;
    padding: 5px 10px;
}
.reply_from .re-authorby + p {
    margin: 0;
    padding: 7px;
}
.re-content .re-c-inner {

}
/* END */

.re-error {
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  border-radius: 3px;
  color: #A94442;
  display: none;
  margin-bottom: 5px;
  padding: 4px;
}
.re-warning {
  background-color: #FCF8E3;
  border: 1px solid #FAEBCC;
  border-radius: 3px;
  color: #8A6D3B;
  margin-bottom: 5px;
  padding: 4px;
}
.re-notice {
	background-color: #FCF8E3;
    border-color: #FAEBCC;
    color: #8A6D3B;
}

/* PROGRESS 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;
}

/* PRO VERSION */
form#jr-new-99 {
  margin-left: 60px;
}
#re-drop {
  background-color: #F1F1F1;
  border: 2px solid #CCCCCC;
  border-radius: 6px;
  margin-top: 10px;
  padding: 20px;
}
#re-drop > i {
  color: #555555;
  display: block;
  font: bold 25px/25px "Arial";
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
#re-drop a {
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font: bold 18px/40px "Arial";
  height: 40px;
  margin: 5px auto 10px;
  text-align: center;
  width: 200px;
}
#re-drop input {
    display: none;
}
#jr-new-99 ul.list_file {
  list-style: none outside none;
  margin: 10px 0;
  padding: 0;
}
#jr-new-99 ul.list_file li {
  background-color: #F1F3F8;
  border-radius: 10px;
  height: 20px;
  margin-bottom: 5px;
  position: relative;
}
.re-file-progressbar {
  border-radius: 2px;
  float: left;
  height: 100%;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.re-file-progressbar .re-file-loaded {
  background-color: #CED5E5;
  border-radius: 10px;
  height: 100%;
  width: 0;
}
.re-file-progressbar + p {
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 10px;
  position: relative;
  z-index: 2;
}
.re-file-progressbar + p i {
  color: #888888;
  font-size: 89%;
  padding: 0 0 0 10px;
}
#jr-new-99 ul.list_file li span {
  background-position: right center;
  background-repeat: no-repeat;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 2px;
  width: 16px;
  z-index: 2;
}

#jr-new-99 ul.list_file li span.cancel {
	background-image: url("images/stop-16.png");
	cursor: pointer;
    right: 3px;
}
li span.status.success {
  background-image: url("images/success-16.png");
}
li span.status.error {
  background-image: url("images/error-16.png");
}

/* Gallery */
.re-list-img {margin:0 auto}
.re-gallery h3._title {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #0088CC;
  border-radius: 3px;
  box-shadow: 0 -1px 1px #005580 inset;
  color: #FFFFFF;
  font: 18px/35px "Arial";
  height: 35px;
  text-align: center;
  text-shadow: 0 -1px 0 #333333;
}
.re-gallery .re-swipebox {
	border: 1px solid #DDDDDD;
    border-radius: 1px;
	-moz-box-shadow: 1px 1px 3px #dcdcdc;
	-webkit-box-shadow: 1px 1px 3px #dcdcdc;
	       box-shadow: 1px 1px 3px #dcdcdc;
  float:left;
  height: 100px;
  margin: 4px;
  overflow: hidden;
  padding: 4px;
  width: 100px;
}
.re-gallery .re-swipebox span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}

/* REPORT SPAM */
.re-report {
  background: url("images/flag.png") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
.re-report.active {
  background: url("images/flag-active.png") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
}

/* EDIT FORM REVIEW */
.re-list-img-edit a.re-swipebox {
  background-color: #EEEEEE;
  float: left;
  height: 80px;
  margin: 5px;
  position: relative;
  width: 80px;
}
.re-list-img-edit a.re-swipebox span:first-child {
  background-size: cover;
  display: block;
  height: 80px;
  width: 80px;
}
.re-list-img-edit a.re-swipebox span.cancel {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 3px;
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
}
.re-list-img-edit a.re-swipebox span.cancel:after {
    content: "X";
    display: block;
    text-align: center;
}
div.wysibb-text-editor {
  min-height: 60px !important;
}

/* Loading */
#jlex-review-loading {
  background: url("images/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
  color: #333333;
  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  padding: 10px;
  text-align: center;
  text-indent: 115px;
}
/* Next version */
.q-rate {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.q-rate .re-cstar-rate {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.q-rate .vote-match {
  font-weight: bold;
}
.q-rate b {
    font-size: 120%;
}
