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

.vote_pro{
	line-height:17px;
}

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

.vote_pro .header {
	font-size:24px;
	margin: 30px 0 11px 0;
	
}

.vote_pro .body{
	min-height: 100px;
	padding-bottom: 11px;
}

.vote_pro .body > div {
    margin:6px 0
}
.vote_pro h4.question {
    font-size:18px;
    border-bottom: #ccc 1px solid;
    padding-bottom:10px;
}
.vote_pro div.question{
    line-height: 16px;
    margin-bottom: 10px;
}

.vote_pro .answer_label {
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 14px;
	vertical-align: top;
}


.vote_pro .body p {
	margin-top: 34px;
}

.vote_pro tr {
	background: #fff;
}

.vote_pro td {
	vertical-align: top;
	padding-bottom: 6px;
}

.vote_pro button {
	background: #484e58 none;
	border-radius: 1px;
	background-color: #484e58;
	border: 1px solid #ddd;
	color: #fff;
	line-height: 33px;
	height: 33px;
	padding: 0 21px;
	font-size: 14px;
	text-transform: uppercase;
	min-height: 40px;
}

.vote_pro button:hover {
	color: #fff;
	background-color: #333;
}

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

.vote_pro .progresbar {
	height: 11px;
	background: #0062c5 none;
	display: block;
	margin: 1.5% 0 0 0
}

.percent{
	width: 100%
}
.percent-valuecol-lg-2 {
    padding-left:0;
}

.progresbar-wrap {
	padding: 0;
}

.percent {
	float: left;
}

.vote_pro .finish + .footer {
	display: none;
}
@media (max-width:768px) {
    .vote_pro {
display:none;
}
}