/**
 * Vote: Plugin for OpenCart, OcStore
 *
 * license commercial www.grodas.com.ua
 * css file theme "color metro"
 */

.vote_pro input {
	width: 17px;
	height: 17px;
	margin: 1px 10px 0 10px;
	vertical-align: top;
	cursor: pointer;
}

.vote_pro .header {
	border-radius: 4px;
	line-height: 18px;
	color: white;
	padding: 12px 0 12px 45px;
	margin: 0 0 11px;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
.vote_pro .item {
	padding-bottom: 0px !important;
	padding: 5px 0px 5px 20px;
}
.vote_pro .item h3{
	margin-bottom: 0 !important;
}
.vote_pro div.question{
    line-height: 16px;
    margin-bottom: 10px;
}
.vote_pro .question {
	padding-bottom: 5px;
	color: white;
}
.vote_pro .answer_label {
    cursor: pointer;
    margin: 0;
    font-size: 14px;
	vertical-align: top;
}
.vote_pro .col-xs-12 > h3.result{
	font-size: 14px !important;
}
.vote_pro .footer{
	text-align: center;
}

.vote_pro button {
	background: rgba(186, 9, 3, 0.95);
	color: #fff;
	text-transform: uppercase;
	height: 38px;
}

.vote_pro button:hover {
	color: #fff;
	background-color: rgba(161, 9, 4, 0.95);
}

.vote_pro button[disabled], .vote_pro button[disabled]:hover{
	background-color: #b4b4b4;
	color: #fff;
}

.vote_pro .percent{
	width: 100%;
	float: left;
	padding-bottom: 5px;
}

.vote_pro .progresbar {
	height: 11px;
	background: rgba(186, 9, 3, 0.95);
	display: block;
	margin: 7px 0 0 0
}

.vote_pro .progresbar-wrap {
	padding: 0;
}

.vote_pro .finish + .footer {
	display: none;
}