/*------------------------------------------------------------------------
# mod_sp_poll - Ajax poll module by JoomShaper.com
# ------------------------------------------------------------------------
# author    JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2021 JoomShaper.com. All Rights Reserved.
# License - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.joomshaper.com
-------------------------------------------------------------------------*/

.sp-poll-result {
	padding-top: 10px;
}

.sp-poll-result .poll-info {
	margin-bottom: 5px;
}

.sp-poll-result .poll-info > span {
	display: inline-block;
}

.sp-poll-result .poll-info > span:last-child {
	float: right;
	font-size: 13px;
	color: #888;
}

.sp-poll-result .progress {
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #e5e5e5;
}

.sp-poll-result .progress-bar {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.sp-poll-result .progress-bar.progress-bar-default{
	background-color: #ffd6d6;
}
.sp-poll-result .progress-bar.progress-bar-danger {
	background-color: #f24646;
	color: #fff;
}
.sp-poll-result .progress-bar.progress-bar-warning{
	background-color: #f63a3a;
	color: #fff;
}
.sp-poll-result .progress-bar.progress-bar-success {
	background-color: #f87272;
}
.sp-poll-result .progress-bar.progress-bar-info{
	background-color: #fb9e9e;
}
.sp-poll-result .progress-bar.progress-bar-primary {
	background-color: #ffb6b6;
}

.mod-sppoll .form-sppoll {
	font-size: 1.4rem;
    margin-top: 35px
}
.mod-sppoll h3 {
	font-size: 1.3rem;
    font-weight: 400;
}
.mod-sppoll .form-sppoll .center-sppoll{
	text-align: center;
}
.mod-sppoll .form-sppoll .radios{
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 300;
}
.mod-sppoll .form-sppoll .radio {
	margin: 5px 0px 15px 0px;
	border: 1px solid #666;
    padding: 4px 15px;
}
.mod-sppoll .form-sppoll .btn-poll-result {
	float: right;
    font-size: 1rem;
}
@media (max-width: 575px) {
    .mod-sppoll .form-sppoll .radios{
    	margin-bottom: 15px;
    	font-size: 0.9rem;
    	font-weight: 300;
	}
	.mod-sppoll h3 {
		font-size: 1.1rem;
    	font-weight: 400;
	}
	.mod-sppoll .form-sppoll .btn-primary {
		font-size: 1rem;
	}
}


