.br-theme-bars-1to10 .br-widget {
	white-space: nowrap;
}
.ratingboxbars .box-body,.ratingboxbars .expand_icons {
	padding: 2px 7px;
}
.br-theme-bars-1to10 .br-widget a {
	display: block;
	width: 10px;
	height: 30px;
	float: left;
	background-color: #b69aca;
	margin-right: 3px;
	text-align: center;
	cursor: pointer!important;
}
.br-theme-bars-1to10 .br-widget a:nth-last-child(1){
	margin-right: 0px;
}
.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected {
	background-color: #8557a7;
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
	font-size: 20px;
	line-height: 2;
	float: left;
	padding: 0 20px 0 20px;
	color: #EDB867;
	font-weight: 400;

	display: none;
}
.br-theme-bars-1to10 .br-readonly a {
	cursor: default;
}
.br-theme-bars-1to10 .br-readonly a.br-active,
.br-theme-bars-1to10 .br-readonly a.br-selected {
	background-color: #f2cd95;
}
.br-theme-bars-1to10 .br-readonly .br-current-rating {
	color: #f2cd95;
}
@media print {
	.br-theme-bars-1to10 .br-widget a {
		border: 1px solid #b3b3b3;
		background: white;
		height: 38px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.br-theme-bars-1to10 .br-widget a.br-active,
	.br-theme-bars-1to10 .br-widget a.br-selected {
		border: 1px solid black;
		background: white;
	}
	.br-theme-bars-1to10 .br-widget .br-current-rating {
		color: black;
	}
}
.br-theme-bars-horizontal .br-widget {
	width: 120px;
	white-space: nowrap;
}
.br-theme-bars-horizontal .br-widget a {
	display: block;
	width: 120px;
	height: 5px;
	background-color: #fbedd9;
	margin: 1px;
}
.br-theme-bars-horizontal .br-widget a.br-active,
.br-theme-bars-horizontal .br-widget a.br-selected {
	background-color: #EDB867;
}
.br-theme-bars-horizontal .br-widget .br-current-rating {
	width: 120px;
	font-size: 18px;
	font-weight: 600;
	line-height: 2;
	text-align: center;
	color: #EDB867;
}
.br-theme-bars-horizontal .br-readonly a {
	cursor: default;
}
.br-theme-bars-horizontal .br-readonly a.br-active,
.br-theme-bars-horizontal .br-readonly a.br-selected {
	background-color: #f2cd95;
}
.br-theme-bars-horizontal .br-readonly .br-current-rating {
	color: #f2cd95;
}
@media print {
	.br-theme-bars-horizontal .br-widget a {
		border: 1px solid #b3b3b3;
		background: white;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.br-theme-bars-horizontal .br-widget a.br-active,
	.br-theme-bars-horizontal .br-widget a.br-selected {
		border: 1px solid black;
		background: white;
	}
	.br-theme-bars-horizontal .br-widget .br-current-rating {
		color: black;
	}
}
.br-theme-bars-movie .br-widget {
	height: 40px;
	display: flex;
	align-items: center;
}
.br-theme-bars-movie .br-widget a {
	cursor: pointer;
	display: block;
	width: 20px;
	height: 40px;
	float: left;
	background: url(../assets/spritesv2/list.png);
background-size: 320px 800px;;
	background-position: -80px -80px;
	margin-right: 2px;
	cursor: pointer;
}
.br-theme-bars-movie .br-widget a:nth-last-child(1) {
	margin-right: 0px;
}
.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected {
	background-position: -80px -120px;
	cursor: pointer!important;
}
.br-theme-bars-movie .br-widget .br-current-rating {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	clear: both;
	font-family: 'Roboto', sans-serif;
	color: #666666;
	font-size: 8px;
	text-align: center;
	pointer-events: none;
}
.br-theme-bars-movie .br-readonly a {
	cursor: default;
}
.br-theme-bars-movie .br-readonly a.br-active,
.br-theme-bars-movie .br-readonly a.br-selected {
	background-color: #729bf8;
}
.br-theme-bars-movie .br-readonly .br-current-rating {
	color: #729bf8;
}
@media print {
	.br-theme-bars-movie .br-widget a {
		border: 1px solid #b3b3b3;
		background: white;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.br-theme-bars-movie .br-widget a.br-active,
	.br-theme-bars-movie .br-widget a.br-selected {
		border: 1px solid black;
		background: white;
	}
	.br-theme-bars-movie .br-widget .br-current-rating {
		color: black;
	}
}
.br-theme-bars-pill .br-widget {
	white-space: nowrap;
}
.br-theme-bars-pill .br-widget a:not(:first-of-type) {
	position: relative;
	float: left;
	width: 12px;
	padding: 8px;
	font-family: 'Roboto', sans-serif;
	background-color: #fea99d;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	cursor: pointer!important;
}

.br-theme-bars-pill .br-widget a:first-child {
	display: none;
}
.br-theme-bars-pill .br-widget a:nth-of-type(2) {
	-webkit-border-top-left-radius: 999px;
	-webkit-border-bottom-left-radius: 999px;
	-moz-border-radius-topleft: 999px;
	-moz-border-radius-bottomleft: 999px;
	border-top-left-radius: 999px;
	border-bottom-left-radius: 999px;
	padding-left: 15px;
}
.br-theme-bars-pill .br-widget a:last-child {
	-webkit-border-top-right-radius: 999px;
	-webkit-border-bottom-right-radius: 999px;
	-moz-border-radius-topright: 999px;
	-moz-border-radius-bottomright: 999px;
	border-top-right-radius: 999px;
	border-bottom-right-radius: 999px;
	padding-right: 15px;
}
.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected:not(:first-of-type) {
	background-color: #fd705c;
	color: white;

}
.br-theme-bars-pill .br-readonly a {
	cursor: default;
}
.br-theme-bars-pill .br-readonly a.br-active,
.br-theme-bars-pill .br-readonly a.br-selected {
	background-color: #7cead1;
}
@media print {
	.br-theme-bars-pill .br-widget a:not(:first-of-type) {
		border: 1px solid #b3b3b3;
		border-left: none;
		background: white;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.br-theme-bars-pill .br-widget a.br-active,
	.br-theme-bars-pill .br-widget a.br-selected:not(:first-of-type) {
		border: 1px solid black;
		border-left: none;
		background: white;
		color: black;
	}
	.br-theme-bars-pill .br-widget a:nth-of-type(2) {
		border-left: 1px solid black;
	}
}
.br-theme-bars-reversed .br-widget {
	height: 25px;
	white-space: nowrap;
}
.br-theme-bars-reversed .br-widget a {
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	background-color: #bef5e8;
	margin: 1px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #50E3C2;
	text-align: center;
}
.br-theme-bars-reversed .br-widget a.br-active,
.br-theme-bars-reversed .br-widget a.br-selected:not(:first-of-type) {
	background-color: #50E3C2;
	color: white;
}
.br-theme-bars-reversed .br-widget .br-current-rating {
	line-height: 1.3;
	float: left;
	padding: 0 20px 0 20px;
	color: #50E3C2;
	font-size: 17px;
	font-weight: 400;
}
.br-theme-bars-reversed .br-readonly a {
	cursor: default;
}
.br-theme-bars-reversed .br-readonly a.br-active,
.br-theme-bars-reversed .br-readonly a.br-selected {
	background-color: #7cead1;
}
.br-theme-bars-reversed .br-readonly .br-current-rating {
	color: #7cead1;
}
@media print {
	.br-theme-bars-reversed .br-widget a {
		border: 1px solid #b3b3b3;
		background: white;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.br-theme-bars-reversed .br-widget a.br-active,
	.br-theme-bars-reversed .br-widget a.br-selected {
		border: 1px solid black;
		background: white;
	}
	.br-theme-bars-reversed .br-widget .br-current-rating {
		color: black;
	}
}
.br-theme-bars-square .br-widget {
	display: flex;
	white-space: nowrap;
	gap: 3px;
}
.br-theme-bars-square .br-widget a {
	position: relative;
	float: left;
	width: 26px;
	display: flex;
	font-family: 'Roboto', sans-serif;
	border: 2px solid #95d9ca;
	background-color: #ffffff;
	color: #95d9ca;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	align-items: center;
	justify-content: center;
	cursor: pointer !important;
	aspect-ratio: 1;
}
.br-theme-bars-square .br-widget a:nth-last-child(1){
	margin-right: 0;
}
.br-theme-bars-square .br-widget a.br-selected {
	border: 2px solid #3b907d;
	color: #3b907d;
}
.br-theme-bars-square .br-widget a.br-active{
	border: 2px solid #3b907d;
	background-color: #3b907d;
	color: #FFFFFF;
}


.br-theme-bars-square .br-widget .br-current-rating {
	clear: both;
	width: 330px;
	text-align: center;
	font-weight: 600;
	display: block;
	padding: .5em 0;
	color: #646464;
}
.br-theme-bars-square .br-readonly a {
	cursor: default;
}
.br-theme-bars-square .br-readonly a.br-active,
.br-theme-bars-square .br-readonly a.br-selected {
	border: 2px solid #729bf8;
	color: #729bf8;
}
@media print {
	.br-theme-bars-square .br-widget a {
		border: 2px solid #b3b3b3;
		color: #b3b3b3;
	}
	.br-theme-bars-square .br-widget a.br-active,
	.br-theme-bars-square .br-widget a.br-selected {
		border: 2px solid black;
		color: black;
	}
}
.br-theme-bootstrap-stars .br-widget {
	height: 28px;
	white-space: nowrap;
}
.br-theme-bootstrap-stars .br-widget a {
	font: normal normal normal 18px/1 'Glyphicons Halflings';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	margin-right: 2px;
}
.br-theme-bootstrap-stars .br-widget a:after {
	content: '\e006';
	color: #d2d2d2;
}
.br-theme-bootstrap-stars .br-widget a.br-active:after {
	color: #EDB867;
}
.br-theme-bootstrap-stars .br-widget a.br-selected:after {
	color: #EDB867;
}
.br-theme-bootstrap-stars .br-widget .br-current-rating {
	display: none;
}
.br-theme-bootstrap-stars .br-readonly a {
	cursor: default;
}
@media print {
	.br-theme-bootstrap-stars .br-widget a:after {
		content: '\e007';
		color: black;
	}
	.br-theme-bootstrap-stars .br-widget a.br-active:after,
	.br-theme-bootstrap-stars .br-widget a.br-selected:after {
		content: '\e006';
		color: black;
	}
}
.br-theme-css-stars .br-widget {
	cursor: pointer;
	white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
	position: relative;
	float: left;
	padding: 10px 2px;
	height: 20px;
	width: 20px;
	cursor: pointer!important;
}
.br-theme-css-stars .br-widget a:nth-last-child(1){
	margin-right: 0;
}
.br-theme-css-stars .br-widget a:after {
	cursor: pointer;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(../assets/spritesv2/list.png);
background-size: 320px 800px;
	background-position: -80px -0px;
}
.br-theme-css-stars .br-widget a.br-active:after {
	background-position: -80px -20px;
}
.br-theme-css-stars .br-widget a.br-selected:after {
	background-position: -80px -40px;

}
.br-theme-css-stars .br-widget .br-current-rating {
	display: none;
}
.br-theme-css-stars .br-readonly a {
	cursor: default;
}
@media print {
	.br-theme-css-stars .br-widget a:after {
		content: "\2606";
		color: black;
	}
	.br-theme-css-stars .br-widget a.br-active:after,
	.br-theme-css-stars .br-widget a.br-selected:after {
		content: "\2605";
		color: black;
	}
}
.br-theme-fontawesome-stars .br-widget {
	height: 28px;
	white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
	font: normal normal normal 20px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
	content: '\f005';
	color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
	color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
	color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
	display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
	cursor: default;
}
@media print {
	.br-theme-fontawesome-stars .br-widget a:after {
		content: '\f006';
		color: black;
	}
	.br-theme-fontawesome-stars .br-widget a.br-active:after,
	.br-theme-fontawesome-stars .br-widget a.br-selected:after {
		content: '\f005';
		color: black;
	}
}
.br-theme-fontawesome-stars-o .br-widget {
	height: 28px;
	white-space: nowrap;
}
.br-theme-fontawesome-stars-o .br-widget a {
	font: normal normal normal 20px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	margin-right: 2px;
}
.br-theme-fontawesome-stars-o .br-widget a:after {
	content: '\f006';
	color: #d2d2d2;
}
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
	content: '\f005';
	color: #50E3C2;
}
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
	content: '\f005';
	color: #50E3C2;
}
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
	content: '\f123';
	color: #50E3C2;
}
.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
	display: none;
}
.br-theme-fontawesome-stars-o .br-readonly a {
	cursor: default;
}
.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
	display: inline-block;
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
@media print {
	.br-theme-fontawesome-stars-o .br-widget a:after {
		content: '\f006';
		color: black;
	}
	.br-theme-fontawesome-stars-o .br-widget a.br-active:after,
	.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
		content: '\f005';
		color: black;
	}
	.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
		content: '\f123';
		color: black;
	}
}
/*.compare_ranger_slider{*/
/*	width: 200px;*/
/*	height: 20px;*/
/*}*/
.ui-widget-content {
	 border: none!important;
	background: #acb1dd;
	 color: transparent!important;
	border-radius: 3px!important;
	/*margin-top: 7px!important;*/
}
.ui-slider-horizontal {
	width: calc(100% - 10px);
	margin: 0 5px;
	height: 6px!important;
}
.ui-widget.ui-widget-content {
	 border: none!important;
	 box-shadow: none!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	height: 20px!important;
	width: 20px!important;
	border: none!important;
	background: #757dc6!important;
	font-weight: normal!important;
	font-size: 10px!important;
	color: #ffffff!important;
	border-radius: 50%!important;
	display: -webkit-box!important;
	-webkit-box-align: center!important;
	-webkit-box-pack: center!important;
	top: -7px!important;
	cursor: pointer!important;
}
.ui-state-active, .ui-widget-content .ui-state-active{
	border:none!important;
	background: #757dc6!important;
	color: #ffffff!important;
}
.ui-widget-header {
	border: none;
	background: #757dc6;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px!important;

}

.example-css, .example-pill, .example-movie, .example-square, .example-1to10{
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../assets/spritesv2/gif/loadermini.gif");
	background-position: 0 0;
	text-indent: -9999px;
}
.ui-widget-content{
	background: #dddddd!important;
}
.ui-widget-header{
	background: #9ea5e9!important;
}