/*css*/
.modal-fr{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
	display:none;
	z-index:101;
}

.form {

	position: fixed;
    top: 25%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.close-voting-form-black-screen {

	position: absolute;
	top: -70px;
	right: 10px;

	width: 40px;
	height: 40px;

	background: url('../images/cancel-attendance-form.png');
	background-size: 40px;

	cursor: pointer;
}

@media screen and (max-width: 480px) {

.form {

	position: fixed;
    top: 10%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.close-voting-form-black-screen {

	position: absolute;
	top: 0;
	right: 10px;

	width: 30px;
	height: 30px;

	background: url('../images/cancel-attendance-form.png');
	background-size: 30px;
}	
}

.form,.accept-choise,.alert{
	margin:10% auto;
	width:50%;
}
.accept-choise,.alert-success, .alert-warning{
	display: none;
}
.btn, .choise-btn{
	cursor: pointer;
}
.display-3 {
    font-size: 2rem;
}
.accept-choise .btn-light{
	float: right;
}
.scroll-list{
	overflow:visible;
}
.alert-success .btn-light{
	float: right;
}
#close-modal-fr{
	cursor:pointer;
}
.table-fr,.after-table-fr{
	margin:40px auto;
	width:60%;
}
.after-table-fr{
	text-align:center;
}
.after-table-fr .text{
	color: #000000;
    font-size: 30px;
    font-family: 'Open Sans';
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
	margin:0px 0px 20px 0px;
}


@media (max-width: 1024px){
	.after-table-fr {
		width: 80%;
	}
	.form,.accept-choise,.alert{
		width:100%;
	}
}

.list-group-item {

	cursor: pointer;
	z-index: 99;
}

.scroll-list {

	z-index: 3;	
}

.list-group {

	z-index: 8;
	float: left;
    width: 100%;
}



.static-buttons-container {

	display: none;

	position: fixed;

	bottom: 80px;
	left: 50px;

	width: 80px;

	z-index: 100;
}

.static-vote {

	position: fixed;

	border-radius: 50%;

	background: #F9032C;

	position: absolute;
	bottom: 0;
	left: 0;

	width: 80px;
	height: 80px;

	cursor: pointer;

	z-index: 100;

	color: #000;
}

.bordered-block {

	position: absolute;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	margin: auto;

	background: transparent;

	border-radius: 5px;

	border: 1px dashed #000;

	width: 134px;

	height: 34px;

}

.static-kindergarten {

	display: none;

	position: absolute;
	bottom: 160px;
	left: 60px;

	width: 140px;

	height: 40px;

	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;

	text-align: center;

	cursor: pointer;

	background: #6CBD45;

	border-radius: 5px;

	z-index: 100;

	color: #000;
}

.static-share {

	display: none;

	position: absolute;
	bottom: 100px;
	left: 60px;

	width: 140px;

	height: 40px;

	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;

	text-align: center;

	cursor: pointer;

	background: #6CBD45;

	border-radius: 5px;

	z-index: 100;

	color: #000;
}

.static-school {

	display: none;

	position: absolute;
	bottom: 220px;
	left: 60px;

	width: 140px;

	height: 40px;

	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;

	text-align: center;

	cursor: pointer;

	background: #6CBD45;

	border-radius: 5px;

	z-index: 100;

	color: #000;
}

.static-vote-p {

	text-align: center;
	
	font-size: 14px;
	line-height: 80px;
	color: #fff;
}

@media screen and (max-width: 480px) {

.static-buttons-container {
    position: fixed;
    bottom: 40px;
    left: 30px;
    width: 60px;
    z-index: 100;
}

.static-vote {

	width: 70px;
	height: 70px;
}

.static-vote-p {

	font-size: 12px;
	line-height: 70px;
}
}


	.form {

		top: -5%;
	}

	.arrow-search-block {

		position: relative;
		width: 80%;
		max-width: 500px;
		padding: 250px 0 30px 0;
		box-sizing: border-box;
		margin: 0 auto;
		text-align: left;
	}

	.down_arrow_search {

	    position: absolute;
	    right: 0;
	    left: auto;
	    top: 25px;
	    width: 140px;
	}

	.arrow-search-block-p {

		color: #fff;
		font-size: 35px;
		line-height: 45px;

		text-align: left;
	}

	.arrow-search-block-a {

		display: inline-block;
		font-size: 16px;
		line-height: 16px;
		padding: 5px 10px;
		color: #fff!important;
		background: #0085CA;
		border-radius: 5px;
		text-decoration: none!important;
		text-align: center;
	}

@media screen and (max-width: 1700px) {

	.form {
	    top: 0;
	}
}

@media screen and (max-width: 1450px) {

	.form {
	    top: 5%;
	}

	.down_arrow_search {
	    position: absolute;
	    right: 0;
	    left: auto;
	    top: 25px;
	    width: 120px;
	}

	.arrow-search-block {
	    padding: 200px 0 30px 0;
	}

}

@media screen and (max-width: 991px) {

	.form {
	    top: 5%;
	}

	.down_arrow_search {
	    position: absolute;
	    right: 0;
	    left: auto;
	    top: 25px;
	    width: 100px;
	}

	.arrow-search-block {
	    padding: 150px 0 30px 0;
	}
}
	
@media screen and (max-width: 480px) {

	.form {

		top: 7%;
	}

	.arrow-search-block {

		position: relative;
		width: 80%;
		max-width: 500px;
		padding: 150px 0 30px 0;
		box-sizing: border-box;
		margin: 0 auto;
	}

	.down_arrow_search {
	    position: absolute;
	    right: 0;
	    left: auto;
	    top: 25px;
	    width: 80px;
	}

	.arrow-search-block-p {

	    color: #fff;
	    font-size: 25px;
	    line-height: 35px;
	}

	.arrow-search-block-a {

		display: inline-block;
		font-size: 16px;
		line-height: 20px;
		padding: 5px 10px;
		color: #fff!important;
		background: #0085CA;
		border-radius: 5px;
		text-decoration: none!important;
	}

	.close-voting-form-black-screen {

		top: -60px;
	}
}