/* formular */

.alert_formular {
	font-size: small;
}

.alert_formular input[type=text] {
	width: 305px;
	font-size: 14px;
}

.alert_formular textarea {
	width: 475px;
	font-family: verdana;
	font-size: 14px;
}

.alert_formular select {
	width: 318px;
}

p.alert-formular-info {

	padding: 10px;
	background-color: #D5ECF4;
	font-size: x-small;
	margin-bottom: 10px;

}

#alert_form {
	width: 100%;
	border: 1px solid #222;
}

h1.heading {
	margin: 10px 0 20px 0;
}

div.alert-part {
	padding: 15px 15px 15px 15px;
	border: 1px solid #eee;
	background-color: #f5f5f5;
	margin-bottom: 10px;
}

div.alert-formular {

	width: 460px;
	margin-right: 10px;
	padding: 0px;
	float: left;

}

#alert-form label {

	width: 140px;
	float: left;

}

#alert-form input[type=text],
#alert-form select,
#alert-form textarea {

	padding: 5px;
	width: 248px;
	float: left;

}

#alert-form select {
	width: 260px;
}

#alert-form br {
	clear: both;
}

.alert-part {
	position: relative;
}

span.question {

	width: 28px;
	height: 29px;
	display: block;
	position: absolute;
	right: 10px;
	cursor: pointer;
	background-image: url(../../../img/question.png);

}

#helptooltip {

	width: 200px;
	background-color: #222;
	color: #fff;
	padding: 10px;

}

#callcentrum {
	position: absolute;
	top: 10px;
	right: 0;
}

#callcentrum img {
	vertical-align: middle;
}

#alert-form h2 {
	font-size: 14px;
	color: #0F9DCB
}

#novypodnet h1 {
	margin: 0 auto;
	text-align: center;
	margin: 20px 0 30px 0;
	font-size: 30px;
	color: #000
}

#novypodnet label {
	width: 110px;
	font-size: 14px;
	margin-right: 20px;
	padding-top: 15px;
	font-weight: bold;
}

#novypodnet label.thin {
	width: 110px;
	font-size: 14px;
	margin-right: 20px;
	padding-top: 15px;
	font-weight: normal;
}

#novypodnet label.error {
	text-align: left;
	font-size: 12px;
	width: 200px
}

#novypodnet input[type=text],
#novypodnet input[type=email] {
	width: 600px !important;
	margin: 10px 0;
	padding: 5px 10px !important;
	font-size: 14px;
}

#novypodnet input[type=file] {
	width: 620px !important;
	margin-top: 10px;
}

#novypodnet select {
	width: 620px !important;
	margin: 10px 0;
	padding: 5px 5px !important;
	font-size: 14px;
}

#novypodnet textarea {
	margin: 10px 0;
	padding: 5px 5px !important;
	font-size: 14px;
}

#novypodnet hr {
	clear: both;
	border: 0;
	border-bottom: 1px dotted #ccc;
	margin: 10px 0 !important;
	display: block;
}

#novypodnet div.fl {
	margin: 0;
	float: left;
	padding-top: 0px;
	padding: 0;
	width: 620px;
}

#novypodnet #description {
	width: 610px;
	min-height: 100px;
}

#novypodnet #embed {
	width: 510px;
	min-height: 30px;
	max-height: 80px;
}

#novypodnet #send {
	font-size: 17px !important;
	display: block;
	margin: 20px auto;
	padding: 10px !important;
	background-color: #FF8A00;
}

#novypodnet #agreement {
	display: none;
	font-size: 14px;
	width: 610px;
	text-align: left;
	padding: 20px;
	background-color: #f9f9f9;
	margin: 20px 0 0 0;
}

#novypodnet #agreement ul {
	margin: 10px;
	padding-left: 10px;
}

#novypodnet #agreement li {
	padding-left: 5px;
	list-style-type: disc;
}

.part {

	border: 1px solid #eee;
	border-width: 1px 0 0px 0;
	margin-top: 0px;
	overflow: hidden;
	padding: 20px 0;
}

.needed {
	color: #f30
}

#upload-progress {
	opacity: 0.5;
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	position: fixed;

}

/*mapa*/
#mapcontainer {
	margin-top: 10px;
	float: left;
	width: 620px;
	margin-left: 130px;
}

#mapinfo {
	display: none;
	width: 600px;
	border: 1px solid #000;
	border-bottom: 0;
	background-color: #FE7B6E;
	color: #fff;
	padding: 5px 10px;
}

#map_canvas {
	border: 1px solid #777;
	float: left;
	height: 400px;
	width: 620px;
}

#novypodnet label {
	width: 130px;
	margin-right: 0px;
}



.sending-overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
}

.sending-overlay__content {
	background-color: #202122;
	margin: auto;
	width: 220px;
	height: 220px;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}

.sending-overlay__spinner {


	box-sizing: border-box;

	z-index: 10;
	border-radius: 50%;
	border: 15px solid #dedede;
	border-top: 15px solid #419CFB;
	animation: spinner 0.6s ease-in-out infinite;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;

}


@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}




/*responsivní styly*/
@media screen and (max-width: 985px) {
	.fl .hidden-mobile {
		background-color: #fffdba;
		padding: 10px;
		margin-top: 5px;
	}

	@media screen and (max-width: 770px) {
		#novypodnet label {
			width: 100%;
		}

		#mapcontainer,
		#mapinfo {
			width: 100%;
			margin: 0;
		}

		div#map_canvas {
			width: calc(100% - 2px);
			margin: 0px;
		}

		.part {
			border: none;
			padding: 20px 0 0;
		}

		b#mapinfo {
			width: calc(100% - 22px);
		}
	}

	@media screen and (max-width: 645px) {
		#novypodnet div.fl {
			width: 100%;
		}

		#novypodnet input[type=text],
		#novypodnet input[type=email] {
			width: calc(100% - 25px) !important
		}

		#novypodnet #description {
			width: calc(100% - 15px) !important
		}

	}



