/* --------------------------------------------------------
Style Sheet for jQuery Rate

version: 0.2
last modified: 12.03.2016
author: Nezbeda Harald
email: hn@nezhar.com
website: http://nezhar.com
----------------------------------------------------------*/

.rate-circle-back, .rate-circle-front {
  position: absolute;
  top: 0;
  left: 0;
  width: auto !important;
}

.rate-circle-value {
  font-style: normal;
  font-weight: bold;
  font-family: Arial;
  position: relative;
  z-index: 10;
}

.rate-color-back {
	color: #7a7a7a;
}

.rate-color0, .rate-color1, .rate-color2 {
	color: #ff0a0a;
}

.rate-color3, .rate-color4 {
	color: #f28d4f;
}

.rate-color5, .rate-color6 {
	color: #c49504;
}

.rate-color7, .rate-color8 {
	color: #2e6993;
}

.rate-color9, .rate-color10 {
	color: #279306 ;
}

.rate-box-value {
    position: absolute;
    width:100%;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.rate-gradient0, .rate-gradient1, .rate-gradient2 {
	background-image: -webkit-linear-gradient(top, #ea5b0c 0%, #ea5b0c 100%);
	background-image: -o-linear-gradient(top, #ea5b0c 0%, #ea5b0c 100%);
	background-image: linear-gradient(to bottom, #ea5b0c 0%, #ea5b0c 100%);
	background-repeat: repeat-x;
	position: relative;
}

.rate-gradient3, .rate-gradient4 {
	background-image: -webkit-linear-gradient(top, #f28d4f 0%, #f28d4f 100%);
	background-image: -o-linear-gradient(top, #f28d4f 0%, #f28d4f 100%);
	background-image: linear-gradient(to bottom, #f28d4f 0%, #f28d4f 100%);
	background-repeat: repeat-x;
	position: relative;
}

.rate-gradient5, .rate-gradient6 {
	background-image: -webkit-linear-gradient(top, #b9b363 0%, #b9b363 100%);
	background-image: -o-linear-gradient(top, #b9b363 0%, #b9b363 100%);
	background-image: linear-gradient(to bottom, #b9b363 0%, #b9b363 100%);
	background-repeat: repeat-x;
	position: relative;
}

.rate-gradient7, .rate-gradient8 {
	background-image: -webkit-linear-gradient(top, #2e6993 0%, #2e6993 100%);
	background-image: -o-linear-gradient(top, #2e6993 0%, #2e6993 100%);
	background-image: linear-gradient(to bottom, #2e6993 0%, #2e6993 100%);
	background-repeat: repeat-x;
	position: relative;
}

.rate-gradient9, .rate-gradient10 {
	background-image: -webkit-linear-gradient(top, #389003 0%, #41a936 100%);
	background-image: -o-linear-gradient(top, #389003 0%, #41a936 100%);
	background-image: linear-gradient(to bottom, #389003 0%, #41a936 100%);
	background-repeat: repeat-x;
	position: relative;
}
