/*
Verze pro WWW.KHSJIH.CZ
*/

/*STRÁNKOVÁNÍ*/

a.odkaz_strankovani_ikona {
	font-size: 1.3em;
}
span.odkaz_strankovani_ikona_neaktivni {
	font-size: 1.3em;
	color: #c6c6c6;
}

table.strankovani {
	margin-top: 0px;
	width: 100%;
}
table.strankovani .odkaz {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #555555 !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 900;
	height: 2em;
	letter-spacing: 0.05em;
	line-height: 2em;
	padding: 0 0.75em;
	text-align: center;
	text-decoration: none;
	text-indent: -0.05em;
	text-transform: uppercase;
	white-space: nowrap;
	margin-right: 0.3em;
	box-shadow: inset 0 0 0 2px #dddddd;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
table.strankovani .odkaz:hover {
	background-color: #ed977b;
}
table.strankovani .odkaz:last-child {
	margin-right: 0px;
}
table.strankovani .odkaz.alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #dddddd;
}
table.strankovani .odkaz:hover,
table.strankovani .odkaz.aktualni,
table.strankovani td img:hover {
	background-color: #f0f0f0;
}

table.strankovani td {
	padding: 5px;
}

table.strankovani td img {
	border: 0px solid #dddddd;
	padding: 3px 10px 3px 10px;
	vertical-align: bottom;
}

table.strankovani td.pocet_stranek {
	padding: 5px;
	padding-top: 0px;
	text-align: center;
}
table.strankovani td.strankovani_predchozi {
	text-align: left;
	width: 30px;
}
table.strankovani td.strankovani_prvni {
	text-align: left;
	width: 30px;
	padding-left: 0px;
}
table.strankovani td.strankovani_nasledujici {
	text-align: right;
	width: 30px;
}
table.strankovani td.strankovani_posledni {
	text-align: right;
	width: 30px;
	padding-right: 0px;
}
table.strankovani td.strankovani_cisla {
	text-align: center;
}


div.strankovani_blok_prejit_na_stranku {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
div.strankovani_blok_pocet_stranek {
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}
div.strankovani_formular_dalsi_strana {
	width: 100%;
	max-width: 300px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
div.strankovani_blok_text_prejit_na_stranu {
	margin-right: 15px;
	margin-left: 15px;
}
div.strankovani_blok_formular_prejit_na_stranu {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
}
div.strankovani_blok_input_prejit_na_stranu {
	width: 60px;
	text-align: center;
	margin-right: 10px;
}
div.strankovani_blok_button_prejit_na_stranu {
	width: 60px;
}
div.strankovani_formular_dalsi_strana input.strankovani_input_prejit_strana {
	text-align: right;
}
div.strankovani_formular_dalsi_strana input.strankovani_button_prejit_strana {
	min-width: 50px;
	height: 30px;
	padding: 0;
}
div.strankovani_formular_dalsi_strana input.strankovani_button_prejit_strana:focus {
	outline: 2px solid #00458D;
	outline-offset: 3px;
}

/*KONEC STRÁNKOVÁNÍ*/


/*INFORMACE*/
table.informace_vypis {
	margin-bottom: 0px;
	border-bottom: 1px solid grey;
	border-top: 0px solid grey;
}
table.informace_vypis_prvni {
	border-top: 1px solid grey;
}
table.informace_vypis_posledni {
	margin-bottom: 100px;
}
table.informace_vypis td {
	padding: 0;
}
table.informace_vypis td.obsah {
	padding-top: 20px;
	padding-bottom: 15px;
}
table.informace_vypis td.obsah img {
	max-width: 100% !important;
	height: auto !important;
}
table.informace_vypis td.informace_horni_radek {
	padding-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap-reverse;
}
table.informace_vypis td.informace_spodni_radek {
	padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
}

div.informace_nadpis {
	font-weight: bold;
	font-size: 20px;
	padding-right: 10px;
}
div.informace_kategorie {
	font-size: 14px;
	margin-left: auto;
}
div.informace_text_uredni_deska {
	margin-top: 20px;
	margin-bottom: 20px;
}
div.informace_odkaz_podrobneji {
	font-size: 14px;
}
div.informace_datum {
	font-size: 14px;
}


div.informace_nebezpecny_vyrobek {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.informace_nebezpecny_vyrobek_popis {
	width: 100%;
	max-width: 800px;
	text-align: left;
}

div.informace_nebezpecny_vyrobek_foto {
	width: 150px;
	max-width: 100%;
	padding-bottom: 10px;
	text-align: center;
}


@media screen and (max-width: 640px) {
	table.informace_vypis td.informace_horni_radek div.informace_nadpis span.nadpis_odrazka {
		margin-left: 0;
	}

	table.informace_vypis td.informace_horni_radek {
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: wrap-reverse;
	}

	div.informace_nadpis {
		font-size: 18px;
		width: 100%;
	}
	div.informace_kategorie {
		margin-bottom: 10px;
	}
}

table.vypis_ari td {
	width: 16%;
}
table.vypis_ari td.tyden {
	width: 70px;
}

div.koupani_vypis_klasifikace_vse {
	text-align: center;
	display: block;
	max-width: 100%;
}
div.koupani_vypis_klasifikace_vse img {
	max-width: 100%;
	margin-bottom: 10px;
}

div.koupaci_plocha_mapa {
	margin-bottom: 30px;
	text-align: center;
	max-width: 100%;
}
div.koupaci_plocha_mapa iframe {
	width: 100% !important;
	height: 600px !important;
}
@media screen and (max-width: 800px) {

	div.koupaci_plocha_mapa iframe {
		height: 400px !important;
	}
}

div.koupaci_plocha_foto {
	margin: auto;
	margin-bottom: 30px;
	width: 100% !important;
}

div.koupaci_plochy_panel_info_posun {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	margin-bottom: 30px;
}
div.koupaci_plochy_odkaz_posun {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #00458D;
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	min-width: 450px;
	background-color: #A7E1F9;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (max-width: 1100px) {

	div.koupaci_plochy_odkaz_posun {
		width: 100%;
		text-align: center !important;
	}
}
@media screen and (max-width: 460px) {

	div.koupaci_plochy_odkaz_posun {
		width: 100%;
		min-width: 100px;
	}
}


div.koupaci_plochy_vypis_klasifikace {
	max-width: 100%;
	margin-bottom: 40px;
}
div.koupaci_plochy_vypis_klasifikace img {
	max-width: 100%;
}
table.koupaci_plochy_vypis_sledovani {
	margin-bottom: 50px;
}
table.koupaci_plochy_vypis_sledovani td.hodnota,
table.koupaci_plochy_vypis_sledovani th.hodnota {
	width: 90px;
	text-align: center;
}
table.koupaci_plochy_vypis_sledovani td.datum,
table.koupaci_plochy_vypis_sledovani th.datum {
	width: 110px;
	text-align: center;
}


table.koupaci_plochy_vypis_vsech_sledovanych {
	table-layout: fixed;
	margin-bottom: 40px;
}
table.koupaci_plochy_vypis_vsech_sledovanych p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}

table.koupaci_plochy_vypis_aktualnich_informaci {
	margin-bottom: 30px;
	min-width: 800px;
}
table.koupaci_plochy_vypis_aktualnich_informaci td.nazev,
table.koupaci_plochy_vypis_aktualnich_informaci th.nazev {
	width: 180px;
}
table.koupaci_plochy_vypis_aktualnich_informaci td.hodnota,
table.koupaci_plochy_vypis_aktualnich_informaci th.hodnota {
	width: 90px;
	text-align: center;
}
table.koupaci_plochy_vypis_aktualnich_informaci td.datum,
table.koupaci_plochy_vypis_aktualnich_informaci th.datum {
	width: 110px;
	text-align: center;
}


div.pracoviste_mapa {
	margin-bottom: 30px;
	text-align: center;
	width: 800px;
	height: 600px;
}
div.pracoviste_mapa iframe {
	width: 100% !important;
	height: 100% !important;
}
div.pracoviste_foto {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 800px;
	height: 600px;
}
div.pracoviste_foto img {
	max-width: 100%;
}
span.pracoviste_nazev_cely {
	display: inherit;
}
span.pracoviste_nazev_zkratka {
	padding-left: 3px;
	padding-right: 3px;
	display: none;
}
@media screen and (max-width: 800px) {

	div.pracoviste_mapa {
		max-width: 100%;
		height: auto;
	}
	div.pracoviste_foto {
		max-width: 100%;
		height: auto;
	}

	div.pracoviste_mapa iframe {
		height: 400px !important;
	}

	span.pracoviste_nazev_cely {
		display: none;
	}
	span.pracoviste_nazev_zkratka {
		display: inherit;
	}
}

div.hledani_formular {
	width: 100%;
	max-width: 300px;
	margin: auto;
	text-align: center;
	margin-bottom: 40px;
}

div.hledani_formular_vstup {
	display: flex;
	align-items: center;
}

div.hledani_formular form input {
	/*display: block;*/
}
div.hledani_formular form input.vstup_vyhledat {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
div.hledani_formular form input.vstup_odeslat {
	margin: auto;
	margin-bottom: 15px;
}
div.hledani_formular form input.vstup_odeslat:focus {
	outline: 2px solid #00458D;
	outline-offset: 3px;
}
label.label_vyhledat {
	margin-right: 10px;
}

div#vypis_kontakty_adresar {
	width: 100%;
}
div#vypis_kontakty_adresar div.card {
	margin-bottom: 10px;
}
div#vypis_kontakty_adresar div.card-header {
	text-align: left !important;
}

div.vypis_adresar {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid lightgrey;
}
div.vypis_adresar_prvni {
	border-top: 1px solid lightgrey;
}
div.vypis_adresar div {
	padding: 5px;
}
div.vypis_adresar div.pracoviste {
	width: 100%;
	max-width: 110px;
}
div.vypis_adresar div.jmeno {
	font-weight: bold;
	width: 100%;
	max-width: 280px;
}
div.vypis_adresar div.telefon_email {
	width: 100%;
	max-width: 300px;
}
div.vypis_adresar div.pracovni_zarazeni {
	width: 100%;
	max-width: 240px;
}
/*Blok podatelny*/
div.vypis_adresar div.podatelna_pracoviste {
	width: 100%;
	max-width: 180px;
}
div.vypis_adresar div.podatelna_telefon {
	width: 100%;
	max-width: 210px;
}
div.vypis_adresar div.podatelna_email {
	width: 100%;
	max-width: 250px;
}
div.vypis_adresar div.podatelna_datova_schranka {
	width: 100%;
	max-width: 260px;
	font-weight: bold;
}
div.vypis_adresar_podatelna {
	border-top: 0;
	border-bottom: 1px solid lightgrey;
}
div.vypis_adresar_podatelna_prvni {
	border-top: 1px solid lightgrey;
}
@media screen and (max-width: 1100px) {

	div.vypis_adresar div {

		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	div.vypis_adresar div.prazdne {
		display: none;
	}
}

div.uvodni_blok_hlavni {
	width: 100%;
	height: 550px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.uvodni_blok_hlavni div.uvodni_blok_levy {
	width: 660px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.uvodni_blok_hlavni div.uvodni_blok_levy div.uvodni_blok_logo {
	width: 100%;
	height: 320px;
}
div.uvodni_blok_hlavni div.uvodni_blok_levy div.uvodni_blok_logo img.logo {
	max-width: 95%;
	margin-top: 20px;
}

a.odkaz_aktualni_tema {
	text-decoration: none;
	padding-top: 3px;
}
a.odkaz_aktualni_tema:hover {
	text-decoration: none;
	background-color: #b4e9fd;
	border-radius: 20px;
}

div.uvodni_blok_hlavni div.uvodni_blok_levy div.uvodni_blok_aktualni_temata {
	width: 100%;
	height: 170px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
	text-align: center;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.uvodni_aktualni_tema {
	width: 120px;
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
	text-align: center;
}
div.uvodni_aktualni_tema_ikona {
	width: 100px;
	height: 100px;
	border: 3px solid #00AEEF;
	border-radius: 50%;
	margin: auto;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 2.5em;
	color: #58595B;
}
div.uvodni_aktualni_tema_ikona img {
	margin: auto;
}
div.uvodni_aktualni_tema_nazev {
	color: #00458D;
	text-decoration: underline;
}
a.odkaz_aktualni_tema:hover div.uvodni_aktualni_tema_nazev {
	text-decoration: none;
}
a.odkaz_aktualni_tema div.uvodni_aktualni_tema_ikona {
	text-decoration: none;
}

div.uvodni_blok_hlavni div.uvodni_blok_tiskove_zpravy {
	width: 300px;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: lightgray;
	overflow: hidden;
	border-radius: 10px;
}
div.uvodni_blok_hlavni div.uvodni_blok_tiskove_zpravy h2 {
	color: #00458D;
}
div.uvodni_blok_hlavni div.uvodni_blok_tiskove_zpravy p {
	text-align: left;
}

div.uvodni_blok_informace {
	margin-top: 50px;
}

@media screen and (max-width: 1100px) {

	div.uvodni_blok_hlavni div.uvodni_blok_levy {
		width: 100%;
		height: auto;
	}
	div.uvodni_blok_hlavni div.uvodni_blok_tiskove_zpravy {
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	div.uvodni_blok_hlavni {
		height: auto;
	}
	div.uvodni_blok_hlavni div.uvodni_blok_levy div.uvodni_blok_aktualni_temata {
		height: auto;
	}
	div.uvodni_blok_hlavni div.uvodni_blok_levy div.uvodni_blok_aktualni_temata div.uvodni_aktualni_tema {
		margin-bottom: 20px;
	}
	div.uvodni_blok_hlavni div.uvodni_blok_levy div.uvodni_blok_logo {
		height: auto;
		margin-bottom: 20px;
	}
}

div#vypis_zverejnenych_informaci {
	max-width: 300px;
}
div#vypis_zverejnenych_informaci div.card {
	margin-bottom: 10px;
}

div#vypis_kariera div.card {
	margin-bottom: 10px;
}

img.stranky_obrazek {
	max-width: 100% !important;
	height: auto !important;
}

div.vypis_hv_kontroly_fotografie {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
span.vypis_tiskove_zpravy_odrazka:before {
	content: "\2014";
	color: #00AEEF;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	font-weight: normal;
}
table.znacky_pristupnost td {
	width: 33%;
}