/* Center ratings in container */

/* Display star ratings */

.star-ratings h1 {
	font-size: 1.5em;
	line-height: 2;
	margin-top: 3em;
	color: #757575;
}
.star-ratings p {
	margin-bottom: 3em;
	line-height: 1.2;
}
.star-ratings h1, .star-ratings p {
	text-align: center;
}
.star-ratings .stars {
}
.star-ratings .stars .title {
	font-size: 14px;
	color: #cccccc;
	line-height: 3;
}
.star-ratings .stars select {
	width: 120px;
	font-size: 16px;
}
.star-ratings .stars-example-fontawesome, .star-ratings .stars-example-css, .star-ratings .stars-example-bootstrap {
	float: left;
}
/* Boxes */

.box {
	width: 100%;
	float: left;
}
.box .box-header {
	text-align: center;
	font-weight: 400;
	padding: .5em 0;
}
.box .box-body {
	/* rating widgets will be absolutely centered relative to box body */
	position: relative;
}
.box select {
	width: 120px;
	/* margin: 10px auto 0 auto; */
	display: block;
	font-size: 16px;
}
.box-large .box-body {
}
.box-orange .box-header {
	background-color: #edb867;
	color: white;
}
.box-orange .box-body {
	background-color: white;
	border: 2px solid #f5d8ab;
	border-top: 0;
}
.box-green .box-header {
	background-color: #50e3c2;
	color: white;
}
.box-green .box-body {
	background-color: white;
	border: 2px solid #92eed9;
	border-top: 0;
}
.box-blue .box-header {
	background-color: #4278f5;
	color: white;
}
.box-blue .box-body {
	background-color: white;
	border: 2px solid #8bacf9;
	border-top: 0;
}
@media print {
	.star-ratings h1 {
		color: black;
	}
	.star-ratings .stars .title {
		color: black;
	}
	.box-orange .box-header, .box-green .box-header, .box-blue .box-header {
		background-color: transparent;
		color: black;
	}
	.box-orange .box-body, .box-green .box-body, .box-blue .box-body {
		background-color: transparent;
		border: none;
	}
}
.br-theme-bars-movie .br-widget{
	height:auto !important;
}
.br-theme-bars-horizontal .br-widget a {
	background-color: #efeff7 !important;
}
.br-theme-bars-horizontal .br-widget a.br-active,
.br-theme-bars-horizontal .br-widget a.br-selected {
	background-color: #5646ff !important;
}
.br-theme-bars-horizontal .br-widget .br-current-rating {
	color: #5646ff !important;
}
.br-theme-bars-pill .br-widget a {
	background-color: #efeff7 !important;
}
.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected {
  background-color: #5646ff !important;
  color: white !important;
}
.br-theme-bars-pill .br-widget a {
	color: #5646ff !important;
}
.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
  border: 2px solid #5646ff !important;
  color: #5646ff !important;
}
.br-theme-bars-square .br-widget a {
  border: 2px solid rgba(107,122,144,0.1) !important;
  background-color: #fff !important;
  color: #5d509c !important;
}
.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected {
  background-color: #5646ff !important;
}
.br-theme-bars-movie .br-widget a {
  background-color:  #efeff7 !important;
}
.br-theme-bars-movie .br-widget .br-current-rating {
  color:#5646ff !important;
}
.br-theme-bars-1to10 .br-widget a {
  background-color: #efeff7 !important;
}
.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected {
  background-color: #5646ff !important;
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
  color: #5646ff !important;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #5646ff !important;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #5646ff !important;
}
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
  content: '\f005';
  color: #5646ff !important;
}
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
  content: '\f005';
  color: #5646ff !important;
}
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
  content: '\f123';
  color: #5646ff !important;
}
.br-theme-fontawesome-stars .br-widget a:after {
  content: '\f005';
  color: #ebedf5 !important;
}
.br-theme-fontawesome-stars-o .br-widget a:after {
  content: '\f006';
  color: #ebedf5 !important;
}