/* @override http://www.beta.apilot.cz/css/addons/inquiry.css */

.inquiry {
	clear: both;
	height: 0;
	min-height: 0;
	margin: 24px 0 0 0;
	padding: 10px 0;
	font-size: 11px;
}

div[class] .inquiry {
	height: auto;
}

.panel-full .inquiry {
	margin: 0;
	padding: 0;
	border: none;
}

.inquiry .head {
	margin: 0 10px 10px 10px;
	font-size: 12px;
}

div[class] .inquiry .question {
	height: auto;
}

.inquiry .answers {
	height: 0;
	min-height: 0;
}

div[class] .inquiry .answers {
	height: auto;
}

.inquiry .answers a, .inquiry .answers span {
	display: block;
	height: 0;
	min-height: 0;
}

div[class] .inquiry .answers a, div[class] .inquiry .answers span {
	height: auto;
}

.inquiry .answers .clickable, .inquiry .answers .block {
	padding: 1px 10px 5px 10px;
	clear: both;
	font-size: 11px;
	color: inherit;
	text-decoration: none;
}

.inquiry .answers .clickable:hover {
	background: #f1f1f1 url(../global/img/global/transp-to-white-symetric-x.png) repeat-x 0 50%;
}

.inquiry .answers span.answer {
	margin: 0 0 2px 0;
}

.inquiry .answers span.clicks {
	float: none;
	text-align: right;
	clear: right;
}

.inquiry .answers span.percent {
	float: right;
	height: 16px;
	min-height: 16px;
	line-height: 16px;
}

div[class] .inquiry div.answers span.percent {
	height: auto;
}

.inquiry .answers span.progress-bar {
	margin: 0 50px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #cecece url(../global/img/global/transp-to-white-hr.png) repeat-x 0 1px;
}

.inquiry .answers .graph {
	height: 16px;
	min-height: 16px;
	margin: 0 5px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-color: #87d224;
	background-image: url(../global/img/global/header.png);
}

.inquiry .total {
	margin: 0;
	padding: 10px 10px 0 10px;
}

.inquiry .total strong {
	font-size: 12px;
}