#redim-cookiehint {
	background-color: #00a9e7;
}

#redim-cookiehint .cookiebuttons .btn {
	background-color:transparent;
	color: white;
	border: 1px solid white;
	box-shadow:inset 2px 2px 7px rgba(0,169,231,.2),2px 2px 7px rgba(0,169,231,.2);
}

#redim-cookiehint .cookiebuttons .btn:hover {
	background-color:#1d78c5;
}

.progress{
	height:27px;
	color: white;
}

.sp-poll-result .progress-bar.progress-bar-primary{
	background-color: #00a9e7;
	padding-left: 5px;
	font-weight: 700;
}

.sp-poll-result .progress-bar.progress-bar-danger{
	background-color: #00a9e7;
	padding-left: 5px;
	font-weight: 700;
}

.sp-poll-result .progress-bar.progress-bar-default  {
	background-color: #00a9e7!important;
	padding-left: 5px;
	font-weight: 700;
}

.sp-poll-result .progress-bar.progress-bar-warning  {
	background-color: #00a9e7!important;
	padding-left: 5px;
	font-weight: 700;
}

.sp-poll-result .progress-bar.progress-bar-info  {
	background-color: #00a9e7!important;
	padding-left: 5px;
	font-weight: 700;
}

.sp-poll-result .progress-bar.progress-bar-success  {
	background-color: #00a9e7!important;
	padding-left: 5px;
	font-weight: 700;
}

.mod-sppoll strong{
	font-size:20px;
}

.checkbox, .radio{
	min-height:35px;
	padding-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}




.uk-checkbox, .uk-radio, input[type="checkbox"]:not([class*="uk-"]), input[type="radio"]:not([class*="uk-"]) {

    display: inline-block;
    height: 25px;
    width: 25px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: .2s ease-in-out;
        transition-property: all;
    transition-property: background-color,border-color,box-shadow;
    border: 5px solid #ebebed;
        border-top-color: rgb(235, 235, 237);
        border-right-color: rgb(235, 235, 237);
        border-bottom-color: rgb(235, 235, 237);
        border-left-color: rgb(235, 235, 237);
    margin-right: 14px;

}

@media (max-width: 670px) {
.uk-text-right {
    text-align: center!important;
    margin-top: 15px;
}
}