/*
Tento software (včetně zdrojových kódů) je tvorbou organizace Malicky.eu 
(c) Filip Majerík 2015
*/
/* 
    Created on : 21.3.2016, 9:24:02
    Author     : Malicky
*/

.nopadding{
	padding: 0px;
	margin: 0px;
}

.container{
	padding: 0px;
}

a{
	color: #FF4500 !important;	
}

.error{
	border: 1px solid #f26129;
	font-size: 13px;
	padding: 10px;
	width: 600px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #FFDAB9;
	border-radius: 25px;
}

body{
	background-color: #efefef !important;
	font-family: 'Open Sans', sans-serif !important;
	padding: 0px !important;
	margin: 0px !important;
	color: black !important;
}

.background{
	/* width: 850px; */
	margin: auto;
	background-image: url('pocitac.png');
	background-position: 630px 100px;
	background-repeat: no-repeat; 	

}

.contentik{
	/* width: 550px; */
	margin: auto;
}

.contentik .form{
	background-image: url('baracky.png');
	background-position: 30px 270px;
	background-repeat: no-repeat; 	
}

.contentik h3{
	color: #ff9b19;
	text-align: center;
	font-size: 17px !important;
}

.labelik{
	font-size: 13px;
	text-align: right;
}

.require{
	color: #f26129;
	font-size: 13px;
}

.red{
	font-weight: bold;
	color: red;
}

.table-form{
	width: 100%;
}

.table-form td{
	padding: 5px;
}

.table-form td input{
	border: 1px solid black;
	width: 100%;
	font-size: 13px;
	padding: 5px 15px 5px 15px;

	border-radius: 30px;
}

.table-form tr td:nth-child(1){
	width: 100px;
}

.table-form tr td:nth-child(2){

}

.table-form.short td input{
	border-radius: 5px;
	width: 100% !important;
}

.table-form.short{
	float: right;
	width: 100%;
	text-align: center;
}

div.fixedselect{
	width: 100%;
	padding: 2px 0px 2px 0px;
	border-radius: 30px;
}

div.fixedselect select{
	border: none;
	width: 100%;	
	padding: 5px;
	border-radius: 30px;
	border: 1px solid black;
}

.bottom-final{
	margin-top: 30px;
	background-color: #dfdfdf;
	width: 100%;
	padding: 40px 0px 40px 0px;

	background-image: url('sipka.png');
	background-repeat: no-repeat;
	background-position: top center;
}

.bottom-final .wrapper{
	margin: auto;
	text-align: center;
}

.bottom-final h3{
	font-size: 25px !important;
	text-transform: uppercase !important;
}

.bottom-final .wrapper button{
	margin-top: 20px;
	padding: 10px 30px 10px 30px;	
	background-color: #ff9b19;
	border: 1px solid #ff9b19;
	color: white;
	font-size: 20px;
	border-radius: 20px;
	cursor: pointer;
}

input[type=checkbox]{
	border: 1px solid red !important;
}

a{
	font-size: 13px;
	color: #66686a;
	text-decoration: none;
}

label{
	font-size: 15px;	
}

.dtx-form{
	align-content: center;
	text-align: center;
	margin: auto;
}

.dtx-form .site{
	width: 150px;
}

.dtx-form label{
	font-size: 12px;
	color: black;
	font-weight: bold;
}

.cleaner{
	clear: both;
	width: 100%;
}

.missing{
	border: 1px solid red !important;
	background-color: #fef1ec !important;
}

h3{
	text-align: center;
	color: #ff9b19 !important;
	font-size: 20px !important;
}

@media screen and (min-width: 780px){
	.bgsolid{
		background-image: url('pocitac.png');
		background-position: right 130px;
		background-repeat: no-repeat;
	}
	
	.leftbgsolid{
		background-image: url('baracky.png');
		background-position: 100px 160px;
		background-repeat: no-repeat;
	}
	
}

@media screen and (max-width: 1000px){
	.leftbgsolid{
		background-image: url('baracky.png');
		background-position: 50px 160px;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 770px){
	.leftbgsolid{
		background-image: none;
		background-repeat: no-repeat;
	}	
}