/********************* Vertical *********************/

.br-theme-vertical {
    float: left;
}

.zcf_form .br-widget a, .zcf_form .br-widget a:focus, .zcf_form .br-widget a:hover { 
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    box-sizing: content-box;
} 

.br-widget .br-current-rating {
    color: rgba(62, 151, 235, 1);
    opacity: 1;
    line-height: 2;
    font-weight: 400;
    clear: both;
    padding-left: 5px;
}

.br-theme-vertical .br-widget {
  white-space: nowrap;
}
.br-theme-vertical .br-widget a {
  display: block;
  width: 12px;
  padding: 5px 0;
  height: 28px;
  float: left;
  background-color: rgba(62, 151, 235, .4);
  margin: 1px;
}
.br-theme-vertical .br-widget a.br-active,
.br-theme-vertical .br-widget a.br-selected {
  background-color: rgba(62, 151, 235, 1);
}
.br-theme-vertical .br-readonly a {
  cursor: default;
}
/*.br-theme-vertical .br-readonly a.br-active,
.br-theme-vertical .br-readonly a.br-selected {
  background-color: #f2cd95;
}
.br-theme-vertical .br-readonly .br-current-rating {
  color: #f2cd95;
}*/
@media print {
  .br-theme-vertical .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-vertical .br-widget a.br-active,
  .br-theme-vertical .br-widget a.br-selected {
    border: 1px solid black;
    background: white;
  }
  .br-theme-vertical .br-widget .br-current-rating {
    color: black;
  }
}

/********************* Horizontal *********************/

.br-theme-horizontal .br-widget {
  white-space: nowrap;
}
.br-theme-horizontal .br-widget a {
  display: block;
  width: 50%;
  height: 12px;
  background-color: rgba(62, 151, 235, .4);
  margin: 1px;
}
.br-theme-horizontal .br-widget a.br-active,
.br-theme-horizontal .br-widget a.br-selected {
  background-color: rgba(62, 151, 235, 1);
}
.br-theme-horizontal .br-readonly a {
  cursor: default;
}
/*.br-theme-horizontal .br-readonly a.br-active,
.br-theme-horizontal .br-readonly a.br-selected {
  background-color: #f2cd95;
}
.br-theme-horizontal .br-readonly .br-current-rating {
  color: #f2cd95;
}*/
@media print {
  .br-theme-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-horizontal .br-widget a.br-active,
  .br-theme-horizontal .br-widget a.br-selected {
    border: 1px solid black;
    background: white;
  }
  .br-theme-horizontal .br-widget .br-current-rating {
    color: black;
  }
}

/********************* Movie *********************/

.br-theme-movie .br-widget {
  white-space: nowrap;
}
.br-theme-movie .br-widget a {
  display: block;
  width: 60px;
  height: 8px;
  float: left;
  background-color: rgba(62, 151, 235, .4);
  margin: 1px;
}
.br-theme-movie .br-widget a.br-active,
.br-theme-movie .br-widget a.br-selected {
  background-color: rgba(62, 151, 235, 1);
}
.br-theme-movie .br-readonly a {
  cursor: default;
}
/*.br-theme-movie .br-readonly a.br-active,
.br-theme-movie .br-readonly a.br-selected {
  background-color: #729bf8;
}
.br-theme-movie .br-readonly .br-current-rating {
  color: #729bf8;
}*/
@media print {
  .br-theme-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-movie .br-widget a.br-active,
  .br-theme-movie .br-widget a.br-selected {
    border: 1px solid black;
    background: white;
  }
  .br-theme-movie .br-widget .br-current-rating {
    color: black;
  }
}

/********************* Pill *********************/

.br-theme-pill .br-widget {
  white-space: nowrap;
}
.br-theme-pill .br-widget a {
  padding: 7px 15px;
  background-color: rgba(62, 151, 235, .4);
  color: rgba(62, 151, 235, 1);
  text-decoration: none;
  font-size: 13px;
  line-height: 3;
  text-align: center;
  font-weight: 400;
}
.br-theme-pill .br-widget a:first-child {
  -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;
}
.br-theme-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;
}
.br-theme-pill .br-widget a.br-active,
.br-theme-pill .br-widget a.br-selected {
  background-color: rgba(62, 151, 235, 1);
  color: white;
}
.br-theme-pill .br-readonly a {
  cursor: default;
}
/*.br-theme-pill .br-readonly a.br-active,
.br-theme-pill .br-readonly a.br-selected {
  background-color: #7cead1;
}*/
@media print {
  .br-theme-pill .br-widget a {
    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-pill .br-widget a.br-active,
  .br-theme-pill .br-widget a.br-selected {
    border: 1px solid black;
    border-left: none;
    background: white;
    color: black;
  }
  .br-theme-pill .br-widget a:first-child {
    border-left: 1px solid black;
  }
}

/********************* Reversed *********************/

.br-theme-reversed .br-widget {
  white-space: nowrap;
}
.br-theme-reversed .br-widget a {
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  background-color: rgba(62, 151, 235, .4);
  margin: 1px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(62, 151, 235, 1);
  text-align: center;
}
.br-theme-reversed .br-widget a.br-active,
.br-theme-reversed .br-widget a.br-selected {
  background-color: rgba(62, 151, 235, 1);
  color: white;
}
.br-theme-reversed .br-readonly a {
  cursor: default;
}
/*.br-theme-reversed .br-readonly a.br-active,
.br-theme-reversed .br-readonly a.br-selected {
  background-color: #7cead1;
}
.br-theme-reversed .br-readonly .br-current-rating {
  color: #7cead1;
}*/
@media print {
  .br-theme-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-reversed .br-widget a.br-active,
  .br-theme-reversed .br-widget a.br-selected {
    border: 1px solid black;
    background: white;
  }
  .br-theme-reversed .br-widget .br-current-rating {
    color: black;
  }
}

/********************* Square *********************/

.br-theme-square .br-widget {
  height: 15px;
  white-space: nowrap;
}
.br-theme-square .br-widget a {
  display: block;
  min-width: 26px;
  height: 30px;
  float: left;
  border: 2px solid;
  border-color: rgba(62, 151, 235, .4);
  background-color: white;
  margin: 2px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: rgba(62, 151, 235, .4);
  font-weight: 600;
  padding: 0px 2px;
}
.br-theme-square .br-widget a.br-active,
.br-theme-square .br-widget a.br-selected {
  border: 2px solid;
  border-color: rgba(62, 151, 235, 1);
  color: rgba(62, 151, 235, 1);
}
.br-theme-square .br-readonly a {
  cursor: default;
}
/*.br-theme-square .br-readonly a.br-active,
.br-theme-square .br-readonly a.br-selected {
  border: 2px solid #729bf8;
  color: #729bf8;
}*/
@media print {
  .br-theme-square .br-widget a {
    border: 2px solid #b3b3b3;
    color: #b3b3b3;
  }
  .br-theme-square .br-widget a.br-active,
  .br-theme-square .br-widget a.br-selected {
    border: 2px solid black;
    color: black;
  }
}

/********************* Starts *********************/

.br-theme-stars .br-widget {
  white-space: nowrap;
}
.br-theme-stars .br-widget a {
  font: normal normal normal 25px/1 dashicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-stars .br-widget a:before {
  color: rgba(62, 151, 235, 1);
}
.br-theme-stars .br-widget a:before {
  content: '\f154';
}
.br-theme-stars .br-widget a.br-active:before,
.br-theme-stars .br-widget a.br-selected:before {
  content: '\f155';
}
.br-theme-stars .br-widget a.br-fractional:before {
  content: '\f459';
}
.br-theme-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-stars .br-readonly a {
  cursor: default;
}
.br-theme-stars .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-stars .br-widget a:before {
    content: '\f154';
    color: black;
  }
  .br-theme-stars .br-widget a.br-active:before,
  .br-theme-stars .br-widget a.br-selected:before {
    content: '\f155';
    color: black;
  }
  .br-theme-stars .br-widget a.br-fractional:before {
    content: '\f459';
    color: black;
  }
}







