/**
 * @copyright	Copyright (c) 2013 Skyline Technology Ltd (http://extstore.com). All rights reserved.
 * @license		http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2
 */

.advpolls {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-shadow: 1px 1px 0 rgba(180, 180, 180, 0.1);
	margin-bottom: 20px;
}

.advpolls form {
	margin: 0;
}

.advpolls .advpolls-title {
	background: url('../images/poll.png') no-repeat left top;
	font-size: 20px;
	line-height: 30px;
	padding-left: 35px;
	margin: 5px 0 5px 5px;
}

.advpolls ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.advpolls .advpolls-body {
	color: #4D4D4D;
	background-color: #eeeedd;
	padding: 10px;
}

.advpolls .advpolls-question {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 10px;
}

.advpolls .advpolls-answers li {
	margin: 0 0 5px 0;
}

.advpolls .advpolls-answers input[type="checkbox"] {
	margin-right: 5px;
}

.advpolls .advpolls-buttons {
	overflow: hidden;
	padding: 10px 0 10px 10px;
}

.advpolls .advpolls-buttons label {
	float: left;
	width: 60%;
	font-size: 13px;
}

.advpolls .advpolls-showresult {
	float: right;
	margin-right: 10px;
}

.advpolls .advpolls-result-container,
.advpolls .advpolls-message-container {
	height: 0;
	float: left;
	overflow: hidden;
}

h3.modal-title {
	font-size: 22px;
	color: #707070;
	clear: none;
}

.wrap-advpolls-title {
	overflow: hidden;
}

/*-------------------POPUP-------------------*/
#advpolls-modal .close {
	z-index: 1;
}

#advpolls-modal ul.advpolls-graph {
	margin: 0;
	padding: 0;
	list-style: none;
}

#advpolls-modal ul.advpolls-graph li {
	border-bottom: 1px dotted #E5E5E5;
	clear: both;
	color: #606060;
	list-style: none outside none;
	padding: 5px 0;
    overflow: hidden;
}

#advpolls-modal ul.advpolls-graph li > div {
	float: left;
	padding: 3px;
}

#advpolls-modal ul.advpolls-graph li > div.advpolls-answer-votes {
	margin-left: 15px;
}

#advpolls-modal .advpolls-answer-title {
	width: 31%;
}

#advpolls-modal .advpolls-answer-graph {
	width: 39%;
	padding-top: 7px!important;
	padding-bottom: 0!important;
	line-height: 100%;
}

#advpolls-modal .advpolls-answer-graph div {
	line-height: 12px;
	font-size: 9px;
	clear: both;
	padding: 0;
	text-align: right;
}

#advpolls-modal .advpolls-answer-graph div.advpolls-full-line {
	height: 7px;
	background: #e5e5e5;
	border-radius: 3px;
}

#advpolls-modal .advpolls-answer-graph div.advpolls-line {
	height: 7px;
	border-radius: 3px;
	background: #fc9061;
	background: -moz-linear-gradient(top, #fc9061 0%, #bf5224 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc9061), color-stop(100%, #bf5224));
	background: -webkit-linear-gradient(top, #fc9061 0%, #bf5224 100%);
	background: -o-linear-gradient(top, #fc9061 0%, #bf5224 100%);
	background: -ms-linear-gradient(top, #fc9061 0%, #bf5224 100%);
	background: linear-gradient(to bottom, #fc9061 0%, #bf5224 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fc9061', endColorstr = '#bf5224', GradientType = 0);
}

#advpolls-modal .advpolls-total-votes {
	font-weight: bold;
	color: #BF5224;
}

/*-------------------NORMAL----------------*/
.advpolls ul.advpolls-graph {
	margin: 0;
	padding: 0;
	list-style: none;
}

.advpolls ul.advpolls-graph li {
	border-bottom: 1px dotted #E5E5E5;
	clear: both;
	color: #606060;
	list-style: none outside none;
	padding: 5px 0;
	margin: 0 2px;
    overflow: hidden;
}

.advpolls ul.advpolls-graph li > div {
	float: left;
	padding: 3px;
}

.advpolls ul.advpolls-graph li > div.advpolls-answer-votes {
	margin: -5px 0 0 3px;
	padding: 0;
}

.advpolls .advpolls-answer-title {
	width: 98%;
}

.advpolls .advpolls-answer-graph {
	width: 70%;
	padding-bottom: 0!important;
	line-height: 100%;
}

.advpolls .advpolls-answer-graph div {
	line-height: 12px;
	font-size: 9px;
	clear: both;
	padding: 0;
	text-align: right;
}

.advpolls .advpolls-answer-graph div.advpolls-full-line {
	height: 7px;
	background: #e5e5e5;
	border-radius: 3px;
}

.advpolls .advpolls-answer-graph div.advpolls-line {
	height: 7px;
	border-radius: 3px;
	background: #fc9061;
	background: -moz-linear-gradient(top, #fc9061 0%, #bf5224 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc9061), color-stop(100%, #bf5224));
	background: -webkit-linear-gradient(top, #fc9061 0%, #bf5224 100%);
	background: -o-linear-gradient(top, #fc9061 0%, #bf5224 100%);
	background: -ms-linear-gradient(top, #fc9061 0%, #bf5224 100%);
	background: linear-gradient(to bottom, #fc9061 0%, #bf5224 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fc9061', endColorstr = '#bf5224', GradientType = 0);
}

.advpolls .advpolls-total-votes {
	font-weight: bold;
	color: #BF5224;
}

.advpolls .advpolls-total {
	padding: 12px 15px 12px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
	overflow: hidden;
}

.advpolls-vote {
    float: left;
}

.adv-loading-img {
    background: url("../images/ajax-loader.gif");
    width: 16px;
    height: 16px;
    float: left;
    margin: 5px;
    display: none;
}

.advpolls-ajax-result .advpolls-percent {
    width: auto!important;
}

/*----------------FANCY BOX----------------*/
.slfancy-header {
    border-bottom: 1px solid #EEEEEE;
    padding: 10px;
}

.slfancy-title {
    line-height: 30px;
    margin: 0;
    clear: none;
    font-size: 22px;
}

.close {
    z-index: 1;
}

ul.advpolls-graph {
    margin: 0;
    padding: 10px 10px 0;
    list-style: none;
    overflow: hidden;
}

ul.advpolls-graph li {
    border-bottom: 1px dotted #E5E5E5;
    clear: both;
    color: #606060;
    list-style: none outside none;
    padding: 5px 0;
    overflow: hidden;
}

ul.advpolls-graph li > div {
    float: left;
}

ul.advpolls-graph li > div.advpolls-answer-votes {
    margin-left: 12px;
    width: 80px;
}

.advpolls-answer-title {
    width: 31%;
}

.advpolls-answer-graph {
    width: 41%;
    padding: 5px 0 1px;
    line-height: 100%;
}

.advpolls-answer-graph div {
    line-height: 12px;
    font-size: 9px;
    clear: both;
    padding: 0;
    text-align: right;
}

.advpolls-answer-graph div.advpolls-full-line {
    height: 7px;
    background: #e5e5e5;
    border-radius: 3px;
}

.advpolls-answer-graph div.advpolls-line {
    height: 7px;
    border-radius: 3px;
    background: #fc9061;
    background: -moz-linear-gradient(top, #fc9061 0%, #bf5224 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc9061), color-stop(100%, #bf5224));
    background: -webkit-linear-gradient(top, #fc9061 0%, #bf5224 100%);
    background: -o-linear-gradient(top, #fc9061 0%, #bf5224 100%);
    background: -ms-linear-gradient(top, #fc9061 0%, #bf5224 100%);
    background: linear-gradient(to bottom, #fc9061 0%, #bf5224 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fc9061', endColorstr = '#bf5224', GradientType = 0);
}

.advpolls-total-votes {
    font-weight: bold;
    color: #BF5224;
}

.advpolls-total {
    /*background-color: #F5F5F5;*/
    /*border-radius: 0 0 6px 6px;*/
    /*border-top: 1px solid #DDDDDD;*/
    /*box-shadow: 0 1px 0 #FFFFFF inset;*/
    /*padding: 5px;*/
    /*text-align: right;*/
    background-color: #F5F5F5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;
}

/*.modal-title {*/
    /*font-size: 22px;*/
    /*color: #707070;*/
    /*clear: none;*/
    /*border-bottom: 1px solid #EEEEEE;*/
/*}*/

.alert {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}

#advpolls-gchart {
    margin-top: 5px;
}