﻿/**
 * @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 #000;
	margin-bottom: 10px;
	font-size: 12px;
}
.advpolls label{
	font-weight: 400;
	padding-right: 5px;
	
}
.advpolls form {
	margin: 0;
}

.advpolls .advpolls-title {
	padding-left: 35px;
	margin: 5px 0 5px 5px;
	font-weight: 600;
}

.advpolls ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.advpolls .advpolls-body {
	color: #444;
	background-color: #ffffff;
	padding: 0;
}

.advpolls .advpolls-question {
	font-weight: 600;
	color: #fff;
	padding: 0 5px;
	background-color: #000;
	margin-bottom: 3px;
}
.advpolls .advpolls-answers li {
	padding-left: 25px;
	border-bottom: 1px solid #ccc;
}
.advpolls .advpolls-answers li:last-child{
	border-bottom: none;
}
.advpolls .checkbox, .advpolls .checkbox input[type="checkbox"], .advpolls .checkbox-inline input[type="checkbox"] {
    margin-bottom: 0;
    margin-top: 2px;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
}
.advpolls .advpolls-answers input[type=checkbox] {
	margin-left: -20px;
	margin-right: 5px;
}
.advpolls-buttons .btn {
    background-color: #f476bf;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px;
}
.advpolls-buttons .btn-primary {
    border-style: none;
    margin-right: 20px;
}
.advpolls-buttons {
    background-color: #c8c8c8;
    border-radius: 0;
    padding: 2px 10px;
}
.advpolls .advpolls-showresult {
	float: right;
	margin-right: 10px;
}

.advpolls .advpolls-result-container,
.advpolls .advpolls-message-container {
	height: 0;
	float: left;
	overflow: hidden;
}

#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;
}

#advpolls-modal ul.advpolls-graph li > div {
	float: left;
	padding: 3px
}

#advpolls-modal .advpolls-answer-title {
	width: 150px;
}

#advpolls-modal .advpolls-answer-graph {
	width: 200px;
	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 {
	width: 200px;
	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: 600;
	color: #BF5224;
}
