
/* Color: green
=============================== */
.b-check .button,
.b-check .file-button,
.b-check .reset-button {
	background:#5da000;
	border:1px solid #5da000;
	color:#fff;
	-ms-transition:all 0.15s;
	-moz-transition:all 0.15s;
	-webkit-transition:all 0.15s;
	transition:all 0.15s;
}
.b-check .button:hover,
.b-check .file-button:hover,
.b-check .reset-button:hover {
	background:#fff;
	color:#5da000;
}

/* Custom Color: lightgreen - start */
.b-check .button2,
.b-check .file-button2,
.b-check .reset-button2 {
	background: #bbb; /* For browsers that do not support gradients */
	border:1px solid #bbb;
	color:#fff;
	-ms-transition:all 0.15s;
	-moz-transition:all 0.15s;
	-webkit-transition:all 0.15s;
	transition:all 0.15s;
}
.b-check .button2:hover,
.b-check .file-button2:hover,
.b-check .reset-button2:hover {
	background:#fff;
	color:#777;
}
/* Custom Color: lightgreen - end */

.b-check .bar {
	background-color:#5da000;
}
.b-check .ratings input[type=radio] + label:hover,
.b-check .ratings input[type=radio] + label:hover ~ label,
.b-check .ratings input[type=radio]:checked + label,
.b-check .ratings input[type=radio]:checked + label ~ label {
	color:#5da000;
}