/*
Theme Name: Głosowanie Obywatelskie
Author: mediamass.
Author URI: http://mediamass.pl
Description: Domyślny szablon witryny Głosowanie Obywatelskie.
Version: 1.0.0
Text Domain: gob-theme
*/
.projects-votes .vote-row .select-projects .ui-selectmenu-button {
	outline: none;
}

.ui-selectmenu-menu .ui-menu {
	padding: 5px 15px;
	font-size: 14px;
}

.ui-selectmenu-menu .ui-menu li {
	padding: 10px 0;
}

.select-subtle {
	margin: 0 5px;
	padding: 10px 5px;
	background-color: #fafafa;
    color: #494c4c;
    font-size: .875em;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    transition: all .3s;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
	outline: none;
}

.form-errors {
	padding: 20px;
	margin: 0 0 30px 0;
	color: #fff;
	background: #f25749;
}

	.form-errors li {
		margin: 0 0 10px 0;
	}

	.form-errors li:last-child {
		margin-bottom: 0;
	}

.form-success {
	padding: 10px 20px;
	margin: 0 0 30px 0;
	color: #fff;
	background: #00b0ef;
}
.footer .arms {
	margin-top: 10px;
}

.newsletter-form input[type="text"] {
	color: #89959F;
}
.newsletter-form input[type="text"]:focus {
	color: #fff;
}

.pagination {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
.pagination ul {
	display: inline-block;
}
.pagination ul::after {
	clear: both;
}
.pagination ul li {
	float: left;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}
.pagination ul li a {
	display: block;
	color: #FFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 0.8em;
	margin: 0 5px;
	background: #00b0ef;
	border-radius: 0;
}
.pagination ul li a.prev, .pagination ul li a.next {
	background: #00b0ef;
}
.pagination ul li a.active {
	cursor: default;
	background: #00233D;
}
.pagination ul li a.prev, .pagination ul li a.next {
	width: auto;
	padding-left: 12px;
	padding-right: 12px;
}
a.btn-submit {
	line-height: 50px;
}
a.btn-submit:hover {
	color: #FFF;
}
.go-map {
	position: fixed;
	top: 20px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
}
.go-map.active {
	opacity: 1;
	visibility: visible;
}
.go-back {
	background: #001B30;
	color: #FFF;
	position: fixed;
	bottom: 20px;
	right: 20px;
	line-height: 50px;
	padding: 0 20px;
	border: 2px solid #fff;
	line-height: 46px;
}
.go-back:hover {
	background: #00B0EF;
	color: #FFF;
	border-color: #00B0EF;
}
@media all and (max-width:480px) {
	.go-back, .go-map {
		display: none;
	}
}
.proviso ul li {
	margin-bottom: 10px;
}

body .ui-datepicker{
	display: none;
}
.projects {
	max-height: 100% !important;
}
.form .proviso {
	font-size: 11px !important;
	line-height: 17px;
}
.proviso-if-is-minor {
	display: none;
}
.proviso-if-is-minor.active {
	display: block;
}
.project .number__project{
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #00993a;
}
.valid__name__button{
	max-width: 200px;
	text-align: center;
}

.vote__popup{
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fffffff5;
    width: 80%;
    height: 90%;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px 150px;
    border-radius: 10px;
    box-shadow: 0px 0px 24px -12px rgb(66 68 90);

}

.vote__popup .close{
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 15px;
	cursor: pointer;
}

.vote__popup .ays-survey-container{
    overflow-y: scroll;
    height:  100%;
}

@media all and (max-width: 991px){
	.vote__popup{
		padding: 40px;
	}
	.ays-survey-section-title{
		font-size: 18px;
    line-height: 30px;
    display: block;
	}
	.vote__popup {
		width: 95%;
	}
}

.section.bg-white .projects .project, .section.bg-white .projects .project figure {
	background: #f5f5f5;
}