#administrace.ukolnicek textarea{
    margin-top: 0px;
    margin-bottom: 0px;
    height: 128px;
    width: 475px;
}

#administrace.ukolnicek input.nadpis{
   width: 480px;
   padding: 0px;
}

#administrace.ukolnicek table th{
padding-left: 5px;
}

#administrace.ukolnicek input.button{
	margin-top: 10px;
}

#administrace.ukolnicek table.ukoly{
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 784px;
    min-height: 100px;
    text-align: left;
    background: rgba(255,255,255,0.65);
    border: 2px solid #006699;
    border-radius: 3px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
    padding-bottom: 12px;
}
#administrace.ukolnicek table.ukoly th{
    color: #333;
    font-size: 14px;
    padding: 10px;
    border-bottom: 2px solid rgba(255,255,255,0.7);
    height: 5px;
}

table.ukoly input{
	width: 20px;
}

table.ukoly{
	font-size: 12px;
}
table.ukoly td{
	padding-left: 5px;
}

#inzeraty.obchod p, #inzeraty.obchod ul{
	width: 300px;
}

.inzerat h2.inzerat_deleted {
    color: white;
    border-bottom: 1px solid red;
}

#inzerce .inzerat.inzerat_deleted{
	background: rgba(100, 100, 100, 0.65);
	border: 2px solid #646464;
}

#administrace table.admin_inzeraty{
	font-size: 12px;
	border-collapse: collapse;
	margin: 0px auto;
    width: 100%;
}

#administrace table.admin_inzeraty tr{
	    border: 1px solid #006699;
}

#administrace #seznam_inzeratu form{
	background: none;
	border: none;	
}

#administrace #seznam_inzeratu {
	background: rgba(255, 255, 255, 0.65);
    border: 2px solid #006699;
    border-radius: 3px;
}

#inzerce .inzerat.inzerat_deleted #inzeraty_panel,
#inzerce .inzerat.inzerat_deleted #uziv_panel,
#inzerce .inzerat.inzerat_deleted #inzerat_leva h2 {
	display: none;
}

#inzeraty_seznam_none{
	color: white;
    background: rgba(178, 38, 38, 0.90);
    padding: 10px 0px;
    margin-top: 15px;
}

#inzeraty_seznam_none p{
	color: white;
	display: contents;
}

.eu-cookies {
    position: fixed;
    left: 0;
    bottom: 0%;
    width: 100%;
    color: black;
    z-index: 1000;
    height: 40px;
    line-height: 37px;
    background: #9dd53a;
    background: -moz-linear-gradient(top, #9dd53a 0%, #1a9b09 100%);
    background: -webkit-linear-gradient(top, #9dd53a 0%, #1a9b09 100%);
    background: linear-gradient(to bottom, #9dd53a 0%, #1a9b09 100%);
}

.eu-cookies button {
    background-color: #a82925;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF0000), color-stop(0.9, #240404));
    background-image: -o-linear-gradient(bottom, #FF0000 0%, #240404 90%);
    background-image: -moz-linear-gradient(bottom, #FF0000 0%, #240404 90%);
    background-image: -webkit-linear-gradient(bottom, #FF0000 0%, #240404 90%);
    background-image: -ms-linear-gradient(bottom, #FF0000 0%, #240404 90%);
    background-image: linear-gradient(to bottom, #FF0000 0%, #240404 90%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f90000', endColorstr='#0f0202', GradientType=0);
    color: white;
    border: 0px;
    padding: 5px 7px;
    border-radius: 3px;
    border-right: 1px solid #a82925;
    border-left: 1px solid #a82925;
    color: white;
	cursor: pointer;
}
.eu-cookies button:hover{
	color: black;
}

#container #bazosCont form{
	float: right;
	width: 198px;
	height: 100px;
}

#container #bazosCont form h1{
	font-size: 12px;
}

#container #bazosCont table#table1{
	width: 99%;
}

#container #bazosCont table#table1 td{
	text-align:center;
}

#container #bazosCont form input{
    width: 170px;
    margin: 0px 10px;
}

#container #bazosCont form input.button{
	width: 80px;
	float: none;
	margin-top: 5px;
}

#container #bazosCont img.imgBazos{
	width: 86px;
    height: auto;
}

#pravidla h5{
	font-size: 12px;
    padding: 10px;
}

#pravidla span.citace{
	/*margin-left: 5px;*/
}

body #pravidla h1{
	height: 60px;
}

form#nahravameFotky.novyInzerat2 input#souhlas-vop{
	width: 14px;
	height: 14px;
	cursor: pointer;
	display: inline-block;
    margin-top: -1px;
    margin-left: 6px;
}

form#nahravameFotky.novyInzerat2 a#souhlas-vop-odkaz{
	font-weight: bold;
}

form#nahravameFotky.novyInzerat2 .container-vop{
	font-size: 12px;
	display: inline-flex;
}

form#nahravameFotky.novyInzerat2 .container-vop a{ 
    padding: 0px 3px;
}

form#nahravameFotky.novyInzerat2 input.button{
	float: none;
}

#container p.msg.align-left{
	text-align: left;
}

#container-popup{
	width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 999998;
    height: 100%;
    cursor: pointer;
}

#window-container-popup{
	z-index: 999999;
    margin: auto;
    max-width: 600px;
    position: fixed;
    padding-bottom: 10px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

#window-container-popup .window-popup{
	background-color: white;
    padding: 0px 20px 20px 20px;
    border-radius: 4px;
    border: 1px solid #0077b2;
    text-align: left;
    font-size: 13px;
}

#window-container-popup .window-popup .interface{
	text-align:center;
}

#window-container-popup .window-popup .interface input{
	margin: 0px 10px;
	cursor: pointer;
    height: 24px;
    background-color: #6bdd27;
    border: 0px solid #6bdd27;
    border-radius: 3px;
    color: black;
    font-size: 13px;
    background: #9dd53a;
    background: -moz-linear-gradient(top, #9dd53a 0%, #1a9b09 100%);
    background: -webkit-linear-gradient(top, #9dd53a 0%, #1a9b09 100%);
    background: linear-gradient(to bottom, #9dd53a 0%, #1a9b09 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#1a9b09', GradientType=0);
}

#window-container-popup .window-popup .interface input:hover{
	color: white;
}

#window-container-popup .window-popup .title{
    background-color: #006699;
    color: white;
    padding: 8px;
    margin-bottom: 20px;
    width: 580px;
    margin-left: -19px;
    margin-top: 1px;
    text-align: center;
}

form.novyInzerat2.kontakt textarea{
	padding: 0px;
	width: 100%;
}

form.novyInzerat2.kontakt td.duvod{
	text-align: right;
}

form.novyInzerat2.kontakt td.duvod select{
	float: none;
}

form.novyInzerat2.kontakt .customCaptcha input{
	width: 30px;
}
form.novyInzerat2.kontakt .customCaptcha{
	padding-top: 20px;
    text-align: center;
}

#mobidik-container{
	width: 960px;
    min-height: 70px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.65);
    border: 2px solid #006699;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

#mobidik-container .img{
	width: 30%;
    display: inline-block;
    text-align: left;
    float: left;
    padding: 5px;
}

#mobidik-container .text{
	width: 60%;
    display: inline-block;
    text-align: left;
    top: 0px;
    color: black;
    margin-top: 10px;
}

#mobidik-container .text p{
	font-weight: bold;
}

#info-bg{
	background: rgba(255, 255, 255, 0.65);
	border: 2px solid #006699;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	z-index: 99;
	margin: auto;
	width: 100%;
	max-width: 640px;
	height: 480px;
	position: fixed;
	padding-bottom: 10px;
	top: 20%;
	left: 50%;
	transform: translateX(-50%) translateY(-25%);
}

#info-bg h1,
#page-not-found h1{
	width: 96%;
	margin: 4px auto;
	line-height: 28px;
	border: 1px solid black;
	font-weight: normal;
	font-size: 14px;
	color: white;
	background-color: #006699;
	border: 1px solid black;
	background: rgba(0, 102, 153, 0.65);
	border-radius: 3px;
}

#info-bg span{
	display: block;
	margin-top: 20px;
}

#info-bg img.maintenance{
	margin-top:20px;
	width: 320px;
	height: auto;
}

#info-bg img.loading{
	margin-top:10px;
	width: 64px;
	height: auto;
}

#page-not-found{
	background: rgba(255, 255, 255, 0.65);
	border: 2px solid #006699;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	width: 100%;
	
	height: 320px;
}

#page-not-found a{
    cursor: pointer;
    margin: 0px 10px;
    width: auto;
    padding: 10px 15px;
    background-color: #6bdd27;
    border: 0px solid #6bdd27;
    border-radius: 3px;
    color: black;
    font-size: 13px;
    background: #9dd53a;
    background: -moz-linear-gradient(top, #9dd53a 0%, #1a9b09 100%);
    background: -webkit-linear-gradient(top, #9dd53a 0%, #1a9b09 100%);
    background: linear-gradient(to bottom, #9dd53a 0%, #1a9b09 100%);
}

#page-not-found a:hover{
	color: white;
}

#page-not-found .error-details{
	margin-top: 70px;
    font-weight: bold;
}

#page-not-found .error-actions{
	display: block;
    margin-top: 50px;
   	text-align: center;
}

#page-not-found .error-number{
    font-weight: bold;
    font-size: 64px;
    margin-top: 40px;
}

#novy-inzerat-end .novyInzerat2{
	width: 80%;
}

#steps{
	width: 100%;
   	background-color: rgb(252, 253, 254);
   	padding: 14px 0px;
   	border-bottom: 1px solid #006699;
}

#steps li{
	display: inline-block;
}

#steps li a{
	padding: 10px;
}

#steps li a:hover{
	text-decoration: underline;
}

#steps li.active a{
	text-decoration: underline;
}

#steps li i{
	color: #9dd53a;
}

#novy-inzerat-end ul {
	list-style-type: none;
}

#novy-inzerat-end #step_one ul, #novy-inzerat-end #step_two ul{
   	padding: 10px;
   	display: block;
}

#novy-inzerat-end #step_one li, #novy-inzerat-end #step_two li{
	margin-top: 15px;
}

#novy-inzerat-end #step_two li div.name{
	display: inline-block;
	width: 100%;
	padding: 5px 0px;
   	margin: 0px;
   	position: relative;
}

#novy-inzerat-end .name.required::after{
	content: "\f071";
	font-weight: 700;
  	font-size: 10pt;
  	position: absolute;
   	right: 7px;
   	top: 7px;
   	color: red;
	font-family: "Font Awesome 5 Free";
}

#novy-inzerat-end #step_one li div.obsah{
	display: flex;
   }

#novy-inzerat-end #step_two li div.obsah{
	display: inline-block;
	width: 100%;
	padding: 0px;
   	margin: 0px;
   	position: relative;
  	 	display: flex;
  	 	text-align: left;
}

#novy-inzerat-end li div.name{
	background-color: #006699;
    color: white;
    width: 100px;
    padding: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*border: 1px solid #006699;*/
    padding: 5px 0px;
    position: relative;
}

#novy-inzerat-end li div.block{
    width: 100%;
   	display: block;
   }
   
   #novy-inzerat-end li div.inline-block{
    width: 49%;
   	display: inline-block;
   	margin-top: 16px;
   }

#novy-inzerat-end textarea{
	border: 1px solid #006699;
	border-top-left-radius: unset;
	width: 100%;
	font-family: Arial, Helvetica, Verdana, Tahoma;
	padding: 5px;
}

#novy-inzerat-end textarea#popis{
	min-height: 160px;
}

#novy-inzerat-end input.text{
	font-family: Arial, Helvetica, Verdana, Tahoma;
}

#novy-inzerat-end #step_two input.text{
	margin: 0px;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
	width: 100%;
	padding: 2px 5px;
}

#novy-inzerat-end #step_one{
	display: inline-block;
	width: 70%;
	float: left;
}

#novy-inzerat-end #step_two{
	display: inline-block;
	width: 30%;
	float: right;
}

#novy-inzerat-end #step_two input.button{
	float: right;
}

#novy-inzerat-end #step_three{
    display: inline-block;
    width: 27.8%;
    border-top: 1px solid #f0f0f0;
    padding: 10px 0px;
    position: relative;
   }
   
   #novy-inzerat-end #step_four{
    width: 100%;
    display: inline-block;
}

#novy-inzerat-end #step_five .button_panel{
	margin-top: 24px;
}

#novy-inzerat-end .novyInzerat2 {
	padding-bottom: 24px;
}

.display_none{
	display: none!important;
}

#novy-inzerat-end .selectpicker .select-items{
	width: 99.33%;
	border: 1px solid #006699;
	
	border-top-left-radius: unset;
   	border-top-right-radius: unset;
   	border-top: 0px;
   	left: -1px;
   	
}

#novy-inzerat-end .selectpicker.kategorie2{
	width: 100%;
	display: flex;
}

#novy-inzerat-end .selectpicker.kategorie2 .select-select{
	float: none;
    width: 99%;
    padding: 5px 8px;
    border: 1px solid #006699;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

#novy-inzerat-end .selectpicker.kategorie2 .select-select::after{
	top: 6px;
}

#novy-inzerat-end input.button_file::-webkit-file-upload-button{
	visibility: hidden;
}

#novy-inzerat-end input.button_file::before {
  content: 'Vybrat fotku';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}

#novy-inzerat-end input.button_file:hover::before {
 		border-color: black;
}

#novy-inzerat-end input.button_file:active::before {
 		background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

#novy-inzerat-end #step_three .file-custom{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 16px;
    padding: 8px 1rem;
    line-height: 1;
    color: #555;
    background-color: #fff;
    border: 1px solid #0077b2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

#novy-inzerat-end #step_three .file-custom::before{
	position: absolute;
    top: -.075rem;
    right: -.075rem;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    content: "procházet";
    height: 16px;
    padding: 8px 16px;
    line-height: 1;
    color: white;
    background-color: #006699;
    border: 1px solid #0077b2;
    border-left: 0px;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(to bottom, #9dd53a 0%, #1a9b09 100%);
}

#novy-inzerat-end #step_three .file-custom::after{
	content: "Vybrat fotku...";
}

#novy-inzerat-end #step_three .file-custom:hover{
	cursor: pointer;
}

#novy-inzerat-end #step_three input.button_file{
	opacity: 0;
	min-width: 14rem;
   	margin: 0;
}

#obalCanvasH .interface_up, #obalCanvasW .interface_up,
#obalCanvasH .interface_down, #obalCanvasW .interface_down{
	color: white;
    position: absolute;
    width: 100%;
    display: none;
    /*bottom: 0px;*/
}

#obalCanvasH .img:hover .interface_up, #obalCanvasW .img:hover .interface_up{
	display: block;
}

#obalCanvasH .img:hover .interface_down, #obalCanvasW .img:hover .interface_down{
	display: block;
	position: absolute;
   	bottom: 2px;
   	background: linear-gradient(to bottom, #9dd53a 0%, #1a9b09 100%);
   	padding: 2px 0px;
   	border-bottom-right-radius: 4px;
   	border-bottom-left-radius: 4px;
}

#obalCanvasH .img .interface_down p, #obalCanvasW .img .interface_down p{
	display: inline-block;
	line-height: 23px;
}

#obalCanvasH .img .interface_down a, #obalCanvasW .img .interface_down a{
	display: block;
    width: 25px;
    padding: 4px 0px;
    color: white;
    border-bottom-right-radius: 4px;
    font-size: 16px;
    float: right;
}

#obalCanvasH .interface_up a, #obalCanvasW .interface_up a{
	background-color: #9dd53a;
    display: block;
    width: 25px;
    padding: 4px 0px;
    color: white;
    background: linear-gradient(to bottom, #9dd53a 0%, #1a9b09 100%);
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 16px;
    float: right;
}

#novy-inzerat-end #nahravameFotky input.button{
	width: 170px;
}

#novy-inzerat-end #nahravameFotky input.button::after{
	content: 'f061';
}