<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Vote: Plugin for OpenCart, OcStore
 *
 * license commercial www.grodas.com.ua
 * css file theme "color metro"
 */

.vote_pro{
	color:#12699f;
	line-height:17px;
}

.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 .body{
	min-height: 100px;
    font-style: italic;
	padding-bottom: 11px;
}

.vote_pro .body &gt; div {
    margin:6px 0
}

.vote_pro div.question{
    line-height: 16px;
    margin-bottom: 10px;
}

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

.vote_pro .footer{
	text-align: center;
}

.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: #3fab3c none;
	border-radius: 1px;
	background-color: #eee;
	border: 1px solid #ddd;
	color: #888;
	line-height: 33px;
	height: 33px;
	padding: 0 21px;
	font-size: 14px;
	text-transform: uppercase;
	min-height: 40px;
}

.vote_pro button:hover {
	color: #444;
	background-color: #ddd;
}

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

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

.percent{
	width: 100%
}

.progresbar-wrap {
	padding: 0;
}

.percent {
	float: left;
}

.vote_pro .finish + .footer {
	display: none;
}</pre></body></html>