/* Normalizace - začátek */

body, html, div, p, h1, h2, h3 {
border: none;
margin: 0;
padding: 0;
}

/* Normalizace - konec */



html, body, input, button, textarea, div, p, .popisek, select,
h1, h2, h3, h4, h5, h6,
a, a:link, a:visited, a:active, a:hover,
table, table tr td, tr td, td,
#oddil-header, #oddil-body, #oddil-footer
{
font-family: Ubuntu, "Open Sans", Arial, Verdana, sans-serif;
font-size: large;
line-height: 1.3;
color: #8c8c8c;
/*background-color: white;*/
background-color: rgba(255, 255, 255, 0.5);
}


body {
background-repeat: no-repeat;
background-size: cover;
background-size: contain;
background-position: center;
background-attachment: fixed;
background-blend-mode: overlay;
background-color: rgba(255, 255, 255, 0.85);
/* background-blend-mode: screen; */
/* background-blend-mode: luminosity; */
/* background-blend-mode: color-dodge; */
/* background-blend-mode: saturation; */

}

table {border-collapse: collapse; margin-bottom: 50px;}
td    {padding: 0px;}

#oddil-header, #oddil-body {
/* background-color: white; */
}

#oddil-footer {
background-color: #18bbcf;
color: white;
}

#oddil-footer a:link, #oddil-footer a:visited, #oddil-footer a:active {
color: white;
text-decoration: underline;
}

#oddil-footer a:hover {
text-decoration: none;
}


#oddil-header, #oddil-body, #oddil-footer {
padding-top: 40px;
padding-bottom: 40px;
padding-left: 15px;
padding-right: 15px;
}

#oddil-header {
padding-bottom: 0px;
}

#oddil-body {
}

#oddil-footer {
}


div.sloupce-3 .sloupce-3-sloupec {
border: 1px solid lime;
}


div.sloupce-3 .sloupce-3-sloupec:n-child(1) {position: relative; float: left; display: inline; width: 25%;}
div.sloupce-3 .sloupce-3-sloupec:n-child(3) {position: relative; float: right; display: inline; width: 25%;}
div.sloupce-3 .sloupce-3-sloupec:n-child(2) {position: relative; display: inline; width: 25%;}


a, a:link, a:visited, a:active {
color: #8c8c8c;
text-decoration: none;
font-weight: 400;
font-size: small;
}

a:hover {
color: #8c8c8c;
text-decoration: underline;
}


h1, a h1, h1 a, h1 a:link, h1 a:visited, h1 a:active {
font-size: 45px;
color: #8c8c8c;
font-weight: 800;
text-decoration: none !important;
}


h2, a h2, h2 a {
font-size: 18px;
color: #8c8c8c;
font-weight: normal;
text-decoration: none !important;
}

.nadpis-hlavni, a .nadpis-hlavni {
/* display: inline; */

background-repeat: no-repeat;
background-position: -30px 0px;
background-size: 50px 50px; 

text-decoration: none !important;
}


.nadpis-hlavni::before {
/* content: url("logo_registracespolku.cz.png");
transform: scale(.25);
position: relative;
left:-20px;
top: -20px; */
}

#spolekNazev, .popisek, select {
color: #999;
font-size: 1.5em;
}


.popisek, input[type=radio] {cursor: hand; cursor: pointer;}

#spolekNazev, select {
vertical-align: top;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #ccc;
//border-radius: 7px;
-webkit-border-top-left-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-bottomleft: 7px;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
margin: 15px;
margin: 0px;
display: inline;
}

#spolekNazev {
background: #fff url('/img/lupa-04.png?') 0px 0px no-repeat;
background-size: auto 100%;
padding-left: 55px;
padding-right: 25px;
}


select {
padding-left: 10px;
padding-right: 10px;
}

#spolekNazev:focus {
-moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
outline: none;
border: 1px solid #71c5d0;
}




.tlacitko {
display: inline;
padding-left: 25px;
padding-right: 25px;
border: 0px solid #71c5d0;
border: 0px solid #18bbcf;
color: white;
font-size: 1.5em;
background-color: #18bbcf;
cursor: pointer;
border-radius: 0px;
margin: 0px;
margin-top: 0px;

-webkit-border-top-right-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;

}


.tlacitko:hover {
background-color: #cccccc;
border: 0px solid #cccccc;
}

.tlacitko:focus {
-moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
outline: none;
//border: 1px solid #71c5d0;
}



input[type=radio], select {
margin: 20px;
margin-left: 25px;
}

.tgt {
font-size: small;
color: black;
color: lightgrey;
}


img.logo {
wdth: 100px;
height: 100px;
display: inline;}



#spolekNazev {
height: 56px;
}

.tlacitko {
height: 60px;
}

::-moz-selection {background: #71c5d0; color: white}
::selection {background: #71c5d0; color: white}

.reklamni-banner {
border: 0px solid white;
width: 930px;
height: 180px;
/* width: 760px; */
/* height: 148px; */
}

.reklamni-banner-mobilni {
display: none;}


.rada {font-size: 14px;}

.promo-erej			{font-size: 16px; color: #18bbcf; margin-top: 1rem;}
.promo-erej a		{font-size: 18px; color: #18bbcf !important; font-weight: 600;}


/* MAX. 728px */
@media screen and (max-width: 768px) {


	.reklamni-banner {
	//border: 1px solid red;
	width: 99%;
	}

	#oddil-footer {
	padding-left: 0px;
	padding-right: 0px;
	}

	#formaSpolek {
	margin-left: 15px;
	margin-right: 7px;
	}

	#formaSpolekPobocny {
	margin-left: 15px;
	margin-right: 7px;
	}

	#formaVse {
	margin-left: 15px;
	margin-right: 7px;
	}


	#spolekNazev, .popisek, .tlacitko {
	font-size: 1em;
	}

	#spolekNazev {
	width: 92%;
	padding-left: 15px;
	padding-right: 60px;
	background: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}



	.tlacitko {
	padding-left: 5px;
	padding-right: 5px;}

	}
/* MAX. 728px - KONEC */




img.img-4-google {
width: 1px;
height: 1px;
visibility: hidden !important;
display: none !important;
}


/* MAX. 728px */
@media screen and (max-width: 728px) {

	.reklamni-banner {
	display: none;
	}

	.reklamni-banner-mobilni {
	display: block;
	width: 300px;
	height: 250px;
	}


}
/* MAX. 728px - KONEC */



/* MAX. 480px */
@media screen and (max-width: 480px) {
	h1, a h1, h1 a, h1 a:link, h1 a:visited, h1 a:active {
	font-size: 32px;
	}
	.rada			{font-size: 10px;}
	table			{margin-bottom: 30px;}
	#oddil-header	{padding-top: 0px;}
	.promo-erej		{font-size: 13px;}
	.promo-erej a		{font-size: 15px; font-weight: 600;}
}
/* MAX. 480px - KONEC */


/* MAX. 320px */
@media screen and (max-width: 320px) {
	.reklamni-banner {
	display: none;
	}
	.reklamni-banner-mobilni {
	display: block;
	height: unset;
	width: 90%;
	}
}
/* MAX. 320px - KONEC */







table, table tr td, td {border: 0px solid white}


.take-hledaji {
width: 90%; text-align: center; margin: 20px; margin-left: auto; margin-right: auto;
}

.take-hledaji a, .take-hledaji span {
/* font-size: small; */
font-size: 0.8rem;
display: inline-block;
}

.copyright {
margin-top: 2rem;
margin-bottom: 1rem;
}

.copyright, .copyright a, .copyright span, .copyright span a, .copyright a span {
font-size: 0.8rem !important;
}

.copyright a, .copyright span a, .copyright a span {
text-decoration: none !important;
cursor: default !important;
}

/*.take-hledaji span:not(.puntik)*/
.take-hledaji span.subject-link
{
white-space: nowrap;
overflow: hidden;
/* text-overflow: ellipsis;
max-width: 10em; */
margin-left: 1em;
margin-right: 1em;
}

.take-hledaji small {
margin-bottom: 1rem;
}

.take-hledaji small+span {
margin-top: 1rem;
}



.puntik {}

head, .admin-show, .admin-plzlp {color: blue !important; font-family: monospace;}

.zlp-display-none, .zlp-display-none span, .zlp-display-none a, .zlp-display-none span a {display: none !important;}


/* popup */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

@media screen and (max-width: 500px){
.take-hledaji, .take-hledaji a, .take-hledaji span {font-size: 0.8rem !important;}
.take-hledaji {width: 98%;}
.take-hledaji span:not(.puntik) {margin-left: 0.5em; margin-right: 0.5em;}
}

/* popup - end */