@charset "UTF-8";
/* CSS společné pro DPR a EPO2 */
@font-face {
	font-family: "pvs-icons";
	src: url("../fonts/icons/pvs-icons.ttf?v=3") format("truetype"),
		url("../fonts/icons/pvs-icons.woff?v=3") format("woff"),
		url("../fonts/icons/pvs-icons.svg?v=3#icon") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto/roboto-thin.woff?v=1") format("woff"),
		url("../fonts/roboto/roboto-thin.ttf?v=1") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto/roboto-light.woff?v=1") format("woff"),
		url("../fonts/roboto/roboto-light.ttf?v=1") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto/roboto-regular.woff?v=1") format("woff"),
		url("../fonts/roboto/roboto-regular.ttf?v=1") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto/roboto-medium.woff?v=1") format("woff"),
		url("../fonts/roboto/roboto-medium.ttf?v=1") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto/roboto-bold.woff?v=1") format("woff"),
		url("../fonts/roboto/roboto-bold.ttf?v=1") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/poppins/poppins-regular.woff?v=1") format("woff"),
		url("../fonts/poppins/poppins-regular.woff2?v=1") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/poppins/poppins-medium.woff?v=1") format("woff"),
		url("../fonts/poppins/poppins-medium.woff2?v=1") format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/poppins/poppins-bold.woff?v=1") format("woff"),
		url("../fonts/poppins/poppins-bold.woff2?v=1") format("woff2");
	font-weight: 800;
	font-style: normal;
}

@media screen {
	body {
		margin: 0;
		font-family: "Roboto", helvetica, arial, sans-serif;
		background-color: #ececec;
		color: #000;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 20px;
		text-align: left;
	}
	body.epo {
		color: #000;
		font-size: 78%;
		line-height: 15px;
	}
	.obsah {
		margin-bottom: 60px;
	}
	/* novinky:end */ /* main_home:start */
	#obsahUvod {
		padding-right: 410px;
		margin-top: 15px;
	}
	#navigace-pmd {
		text-align: left;
	}
	#navigace {
		line-height: 2em;
		text-align: left;
		padding: 0px 20px;
	}
	body.epo #navigace {
		padding: .5em 1em;
	}
	.pouzeTisk {
		display: none;
	}
}

@media print {
	body {
		font-size: 10pt;
		background-color: #ffffff;
		color: #000000;
	}
	#hlavicka table, #pravySloupec, #novinky, #zapati, table.filtr, .netisk,
		#navigace, .posuvnik, .listovani {
		display: none;
	}
	a:link, a:visited {
		color: #520;
	}
	thead {
		display: table-header-group;
	}
	tbody {
		display: table-row-group;
	}
	tr {
		page-break-inside: avoid;
	}
	.pouzeObr {
		display: none;
	}
}

html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0;
	/*height: 100%;*/
	font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

td, th, caption {
	_font-size: 70%;
}

img {
	border: none;
}

.center {
	text-align: center;
}

form {
	margin: 0px;
}

a {
	color: #083A6F;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	text-decoration: none;
	color: #C51F18;
	background-color: inherit;
}

ul, ol {
	margin: 0px;
	padding: 0px;
}

.reset {
	clear: both;
}

.resetLevy {
	clear: left;
}

.vlevo {
	text-align: left;
}

.uppercase {
	text-transform: uppercase;
}

@media only screen and ( min-width : 1200px) {
	.vpravo {
		text-align: right;
	}
}

@media ( min-width : 576px) {
	#telo, .pmd-layout {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and ( max-width : 1199px) {
	.vpravo {
		justify-content: flex-start !important;
	}
	.vpravo li {
		display: inline-block !important;
		padding-right: 50px;
	}
}

}
.stred {
	text-align: center;
}

.justify {
	text-align: justify;
}

img.externi {
	margin-left: 4px;
}

.tucne {
	font-weight: bold;
}

.kurziva {
	font-style: italic;
}

.zvyrazneni {
	font-style: italic;
	font-weight: bold;
	font-size: 130%;
}

/* obecné třídy */
.odsazeni {
	margin-top: 5px;
}

.nowrap {
	white-space: nowrap;
}

.cerven {
	color: #ab0c42;
	background-color: inherit;
}

body.epo .cerven {
	color: #C51F18;
	background-color: inherit;
}

.cervenaNaModre {
	color: #FFE0E0;
	background-color: inherit;
}

.max {
	width: 100%;
}

.kapitalky {
	font-variant: small-caps;
}

.zarovnani {
	text-align: justify;
}

.nahoru {
	vertical-align: top;
}

.nastred {
	vertical-align: middle;
}

.dolu {
	vertical-align: bottom;
}

.podtrzeni {
	border-bottom: solid 1px #dedbde;
}

.skryt {
	display: none;
}

.ram {
	border: solid 1px black;
}

.odsazeni5 {
	margin: 5px;
}

.odsazeniSloupce {
	padding-left: 30px;
}

.vata5 {
	padding: 5px;
}

a.normal {
	text-decoration: none;
	background-color: #d6d3ce;
	padding: 4px 4px 4px 4px;
	border-bottom: solid 1px #424242;
	border-right: solid 1px #424242;
	border-top: solid 1px white;
	border-left: solid 1px white;
	font-size: 1.2em;
	color: black;
}

a:hover .normal {
	text-decoration: none;
	color: black;
}

.listaLink {
	padding: 10px 0px 10px 0px;
}

.listaLink a {
	margin-right: 2em;
}

.textNormal {
	font-weight: normal;
}

.odsazeniZLeva {
	margin-left: 20px;
}

.kompList {
	width: 90%;
	display: block;
	white-space: nowrap;
}

.odsazeni1em {
	margin-top: 1em;
}

.odsazeni2em {
	margin-top: 2em;
}

.zvetseny {
	font-size: 110%;
}

#telo, .pmd-layout {
	padding-left: 5%;
	padding-right: 5%;
	width: auto;
}

@media ( min-width : 576px) {
	#telo, .pmd-layout {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media ( min-width : 768px) {
	#telo, .pmd-layout {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media ( min-width : 992px) {
	#telo, .pmd-layout {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media ( min-width : 1200px) {
	#telo, .pmd-layout {
		padding-left: 5%;
		padding-right: 5%;
	}
}

#hlavicka {
	background-color: #F5F7F4;
	color: white;
	width: 100%;
	min-width: 990px;
}

#hlavicka .top {
	width: 100%;
	padding: 0;
}

#hlavicka .top .sloupec1 {
	width: 324px;
	padding-left: 20px;
}

#hlavicka .top .sloupec1 a {
	height: 100%;
	padding-top: 38px;
}

#hlavicka .top .sloupec2 {
	width: 430px;
	vertical-align: top;
	text-align: left;
	padding-left: 0px;
	padding-right: 20px;
}

body.epo #hlavicka .top .sloupec2 {
	padding-right: 0;
}

.portal {
	font-size: 1.95em;
	font-weight: bold;
	color: white;
	margin-left: 1em;
}

.dodatek1 {
	color: #ac194a;
	background-color: inherit;
	white-space: nowrap;
}

.rezim-info {
	display: flex;
	align-items: center;
	padding-left: 23px;
}

/* panel v pravem hornim rohu:start */
#panel {
	padding: 0;
	color: #083A6F;
	background-color: inherit;
	width: 180px;
	font-size: 1em;
	text-align: left;
}

#panel ul {
	margin-left: 20px;
}

#panel li {
	list-style-type: none;
	text-indent: 10px;
	background: url('../obr/sipka_vpravo.gif') no-repeat 0px -1px;
}

#panel .kapitalky {
	font-weight: bold;
	color: #3C7084;
}

#panel a {
	text-decoration: underline;
	text-align: left;
	color: #AB0C42;
	line-height: 20px;
}

#panel a:hover {
	color: #52899e;
	background-color: inherit;
}
/* panel v pravem hornim rohu:konec */

/* navigace:start */
#navigace-pmd {
	margin-bottom: 15px;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;
}

#navigace-pmd a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
}

#navigace-pmd .navigace-p-posledni {
	color: #6b6b6b;
	line-height: 25px;
	font-weight: 500;
}

#navigace-pmd .pvs-theme-icon-home::before {
	color: #f7c8ae;
	font-size: 12px;
}

#navigace {
	background-color: #ffffff;
}

body.epo #navigace {
	font-size: .8em;
	color: #083A6F;
	background-color: #ffffff;
}

#navigace a {
	text-decoration: underline;
	color: #ab0c42;
}

#navigace a:hover {
	color: #52899e;
}

#navigace .separator {
	padding-left: 22px;
	background: url("../obr/arr-small.png") center center no-repeat;
}

#navigace .mezera {
	margin: 0 3px 0 3px;
}

#navigace #datum {
	float: right;
	color: #555;
}

/* navigace:konec */

/*box v obsahove kostre */
#content .boxSeznam {
	margin-left: 10px;
}

/* right column:start */
#pravySloupec {
	width: 180px;
	float: right;
	z-index: 100;
	height: 100%;
	margin: 0 0 0 10px;
}

.praveMenu {
	margin-left: 5px;
	z-index: 100;
	width: 185px;
	margin-bottom: 15px;
	text-align: left;
	background: url('../obr/prave_menu.gif') 5px 0px no-repeat;
}

.napoveda {
	z-index: 100;
	text-align: left;
	overflow: auto;
	height: 10em;
	padding: 3px 5px 3px 5px;
	background-color: white;
}

.praveMenu h3 {
	color: white;
	background-color: inherit;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1em;
	padding-top: 6px;
	padding-left: 20px;
	padding-bottom: 6px;
	margin: 0px 0px 0px 10px;
}

.praveMenu ul.seznam li {
	list-style-type: none;
}

.praveMenu ul.seznam li {
	width: 180px;
	padding: 0px;
	margin: 0px;
}

.praveMenu .odkazIkona {
	display: block;
	margin: 0 1px 0 6px;
	padding: 4px 0 4px 5px;
	border-bottom: solid 1px #D9D9D9;
}

.klikBox .odkazIkona {
	display: block;
	margin: 0;
	padding: 4px 0 4px 5px;
	border-bottom: solid 1px #D9D9D9;
}

.klikBox {
	border: solid 1px #083A6F;
	margin: 0px 0px 5px 0px;
}

.klikBox .nadpis {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1em;
	padding-top: 6px;
	padding-left: 20px;
	padding-bottom: 6px;
	background-color: #083A6F;
	color: white;
	cursor: default;
}

.klikBox .polozky a {
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	background-color: #f7f7f7;
	color: #083A6F;
	text-align: left;
	padding: 3px 0 3px 15px;
	border-bottom: 1px solid #D9D9D9;
}

.klikBox .polozky a.aktivni {
	background-color: #d8e6f5;
	background: url('../obr/ikona_sipka_vpravo.gif') 6px center no-repeat
		#d8e6f5;
}

.klikBox .polozky a:hover {
	color: #C51F18;
}

.praveMenu .seznam a, .klikBox .dpr a {
	margin: 0px 0px 0px 6px;
	font-size: 1em;
	background: url('../obr/prave_menu_polozka.gif') #F7F7F7 0px 0px
		no-repeat;
	font-weight: bold;
	color: #083A6F;
	display: block;
	width: 178px;
	_height: 28px;
	min-height: 28px;
	border-bottom: 1px solid #D9D9D9;
}

.klikBox .dpr a {
	margin: 0px 0px 0px 0px;
	width: 178px;
}

.praveMenu .seznam a:hover, .klikBox .dpr a:hover {
	background: url('../obr/prave_menu_polozka.gif') -180px 0px no-repeat;
	color: #C51F18;
	background-color: inherit;
}

.praveMenu .seznam a span, .klikBox .dpr a span {
	padding: 8px 1px 5px 25px;
	display: block;
}

.praveMenu .footer {
	position: relative;
	top: -12px;
	background: url('../obr/prave_menu_dole.gif') right top no-repeat;
	height: 18px;
}

.praveMenu .footer .cover {
	position: absolute;
	left: 0px;
	bottom: -12px;
	width: 185px;
	height: 18px;
	color: inherit;
	background-color: #ffffff;
}

/* box:start */
.box {
	background: url('../obr/box_nahore.gif') left top repeat-x;
	position: relative;
}

.box .levyOkraj {
	background: url('../obr/box_vlevo.gif') left top no-repeat;
	position: relative;
}

.box .pravyOkraj {
	background: url('../obr/box_vpravo.gif') right top no-repeat;
	position: relative;
}

.box h3 {
	color: white;
	background-color: inherit;
	font-size: 1.2em;
	padding: 7px 5px 15px 13px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0px;
}

.box h4 {
	color: #C51F18;
	background-color: inherit;
	font-weight: bold;
	padding: 3px 5px 35px 13px;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
	text-align: left;
}

.box .boxObsah {
	margin: 10px;
}

/* box:end */
.pristupnost {
	display: none;
}

.obsah a {
	text-decoration: underline;
}

.obsah a:hover {
	text-decoration: underline;
}

.obsah a {
	color: #ac194a;
}

.obsah a:hover {
	color: #ac194a;
}

.obsah div.podnadpis {
	margin-bottom: 3px;
	text-align: justify;
}

body.epo .obsah h2, body.epo .obsah h3, body.epo .obsah h4, body.epo .obsah h5,
	body.epo .obsah h6 {
	margin: 0px;
	color: #083A6F;
	background-color: inherit;
}

/*
.obsah h1 {	
	font-size: 26px;	
	line-height: 1.2;	
	margin: 0.3em 0 .2em;
	border-bottom: none;
	padding: 0;
}
*/
.obsah h1.dalsi {
	margin-top: 20px;
}

body.epo .obsah h1 {
	color: #083A6F;
	background-color: inherit;
	line-height: 1.3em;
	font-size: 1.3em;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 1px #083A6F;
	margin: 0px 20px 5px -5px;
}

.obsah .jakoH2 {
	margin: 15px 0px 0px 0px;
}

body.epo .obsah h2, .obsah .h2 {
	margin: 10px 0px 0px -5px;
	color: #083A6F;
	background-color: inherit;
	font-size: 1.3em;
	padding: 5px 0px 5px 5px;
}

body.epo .obsah h3 {
	margin: 10px 0px 0px 0px;
	color: #083A6F;
	background-color: inherit;
	font-size: 1.1em;
}

.obsah h3.cerven {
	color: #ab0c42;
}

body.epo .obsah h3.cerven {
	color: #C51F18;
}

.obsah h4 {
	font-size: 16px;
}

body.epo .obsah h4 {
	font-size: 1em;
}

.obsah h5 {
	font-size: 15px;
}

body.epo .obsah h5 {
	font-size: 0.9em;
}

.obsah h6 {
	font-size: 15px;
}

body.epo .obsah h6 {
	font-size: .8em;
}

body.epo .obsah h2.epo {
	border-bottom: solid 1px black;
	background: none;
	font-size: 1.2em;
	border-bottom: solid 1px #083A6F;
	margin: 15px 50px 5px -5px;
}

.obsah ul.menu {
	margin: 0 0 0 20px;
}

.obsah ul.menu li {
	list-style-type: none;
}

.obsah ul.menu a {
	text-decoration: underline;
}

#odkazy ul {
	margin-left: 15px;
}

#odkazy ul.blok {
	margin-bottom: 2em;
}

#odkazy ul li {
	list-style-type: none;
	margin: 10px 0 10px 0;
}

/* vyjimka pro seznam pisemnosti */
form #telo #odkazy ul li {
	font-weight: bold;
}

#odkazy ul.normal li {
	list-style-type: disc;
	font-weight: normal;
	margin: 5px 0 5px 0;
}

#odkazy ul li a {
	background-color: inherit;
}

#odkazy ol {
	margin-left: 30px;
}

#odkazy h2 {
	margin-bottom: 5px;
}

#odkazy h3 {
	margin: 15px 0px 2px 5px;
}

#odkazy h4 {
	margin: 15px 0px 2px 15px;
}

#odkazy h4.aktualita {
	margin: 15px 0px 2px 0px;
}

h3 a {
	color: #000000;
	background-color: inherit;
}

p {
	margin: 3px 0px 0px 0px;
	text-align: justify;
}

table.info-tabulka {
	aborder: solid 1px #ececec;
	empty-cells: hide;
}

table.info-tabulka tr {
	border-top: solid 1px #ececec;
	border-bottom: solid 1px #ececec;
}

table.info-tabulka th {
	font-size: 0.8rem;
	padding: 9px 20px 7px 20px !important;
	background-color: #dddddd;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

table.info-tabulka td {
	font-size: 0.9rem;
	padding: 9px 20px 7px 20px !important;
	color: #000;
	background-color: #f8f8f8;
}

table.info-tabulka td:first-child {
	font-weight: 500;
}

table.sablona {
	border: solid 1px #ddd;
}

table.sablona caption {
	text-align: left;
}

table.sablona tr {
	border-bottom: solid 1px #ddd;
	background-color: #f8f8f8;
}

table.sablona th {
	font-size: 0.8rem;
	padding: 9px 20px 7px 20px !important;
	background-color: #dddddd;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

}
body.epo table.sablona th {
	color: #083A6F;
	background-color: inherit;
	text-align: center;
	border: solid 1px #4269ae;
	padding: 5px 5px 5px 5px;
	_font-size: 0.8em;
}

}
table.sablona td .suma {
	color: #083A6F;
}

table.sablona th .text {
	font-weight: normal;
	font-size: 0.9em;
	color: #464647;
	background-color: inherit;
}

table.sablona th.data {
	color: #000;
}

table.sablona th.dole {
	border-bottom: solid 2px #4269ae;
}

table.sablona td {
	font-size: 0.9rem;
	padding: 9px 20px 7px 20px !important;
	color: #000000;
}

body.epo table.sablona td {
	border-collapse: collapse;
	border: solid 1px #4269ae;
	_font-size: 0.8em;
	padding: 3px 5px 3px 5px;
}

table.sablona th a {
	text-decoration: none;
	font-size: 12px;
	color: #000;
	font-weight: 700;
}

table.sablona th a:hover {
	color: #000;
}

table.sablona a:hover {
	text-decoration: underline;
}

.radioPanel {
	border-collapse: collapse;
}

.hodnota {
	font-weight: bold;
}

.klicHodnota .klic {
	padding: 3px 0 0 0;
}

.inputLabel, .klicHodnota .hodnota {
	padding: 3px 0 0 10px;
	font-weight: bold;
}

.klicHodnota .klicInput {
	padding: 6px 0 0 0;
	vertical-align: top;
}

.klicHodnota .hodnotaInput {
	padding: 3px 0 0 10px;
	font-weight: normal;
}

input.normal {
	cursor: pointer;
}

.chyba {
	color: #ab0c42;
	background-color: inherit;
	font-size: 1.1em;
}

.tabulka2 .radek {
	clear: left;
	width: 90%;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tabulka2 .pod_podnadpis {
	font-weight: bold;
	margin: .7em 0em 0em 0em;
}

.tabulka2 .klic {
	float: left;
	width: 20%;
}

.tabulka2 .hodnota {
	float: left;
	/* swidth: 70%; */
}

.tabulka2 .klic_kh {
	float: left;
	width: 38em;
}

.posuvnik td {
	width: 20px;
}

.eet .posuvnik input[type=submit] {
	background-color: #f7c8ae;
	border: none;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: .25rem;
	padding: .375rem .75rem;
}

.eet .posuvnik .paginator td {
	padding: 0 5px;
}

.neni {
	margin: 10px 0 0 0;
	font-weight: bold;
}

div.hr {
	border-bottom: solid 1px black;
	margin-bottom: 5px;
	padding-top: 5px;
}

/* tlacitko pro aplikaci filtru a trideni */
.vyber {
	display: block;
	margin: 5px 0px 10px 5px;
}

/* read only inputy */
input.readonly {
	background-color: #eee;
	color: gray;
}

/* Default attributes of table container for entire calendar */
.jscalendar-DB-table-style {
	font-size: 1em;
	_font-size: 1em;
}

/* Default attributes used in calendar title (month and year columns).*/
.jscalendar-DB-title-style {
	font-size: 1em;
	_font-size: 0.7em;
}

/* Default attributes of drop down lists (month and year). */
.jscalendar-DB-dropdown-style {
	font-size: 1em;
	_font-size: 1.3em;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.jscalendar-DB-body-style {
	font-size: 1em;
	_font-size: 1.2em;
}

.jscalendar-DB-today-style {
	font-size: 1em;
	_font-size: 1.2em;
}

/* Musí zůstat na konci !!! */
input[type="hidden"] {
	display: none;
}

.upload {
	font-size: xx-small;
	border: solid red 1px;
	width: 300px;
}

.progress {
	font-size: xx-small;
}

.progress DIV {
	background-color: silver;
	background-image: url('../obr/progressbar.png');
	background-repeat: repeat-x;
	padding: 0px;
}

.progress TD {
	border: solid green 1px;
	padding: 0px;
}

.progress-popis {
	font-size: xx-small;
}

.vetsiPismo {
	font-size: 130%;
}

/* styl pro komponentu hlib:odkazHtml, odkaz tučný, dodatek normální font  */
.odkazHtml {
	font-weight: normal;
}

.odkazHtml a {
	
}

.tlacIkona {
	height: 16px;
	width: 16px;
	border-style: none;
	background-color: #d4d4d4;
	cursor: pointer;
	padding: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.tlacPlus {
	background-image: url('../obr/tl_mo_plus.gif');
}

.tlacMinus {
	background-image: url('../obr/tl_mo_minus.gif');
}

.tlacPrepinacZap {
	background-image:
		url('../../idpr_epo/epo2/obr/tlac/zobrazit_detail.gif');
}

.tlacPrepinacVyp {
	background-image: url('../../idpr_epo/epo2/obr/tlac/skryt_detail.gif');
}

.tlacPridat {
	background-image: url('../../idpr_epo/epo2/obr/tlac/pridat_radky.gif');
}

.tlacPridatList {
	background-image: url('../../idpr_epo/epo2/obr/tlac/pridat_list.gif');
}

.tlacSmazat {
	background-image: url('../../idpr_epo/epo2/obr/tlac/smazat.gif');
}

.tlacSmazatList {
	background-image: url('../../idpr_epo/epo2/obr/tlac/smazat_list.gif');
}

.tlacMax {
	background-image: url('../../idpr_epo/epo2/obr/tlac/maximalizovat.gif');
}

.tlacMin {
	background-image: url('../../idpr_epo/epo2/obr/tlac/minimalizovat.gif');
}

.tlacZacatek {
	background-image: url('../../idpr_epo/epo2/obr/tlac/prvni_strana.gif');
}

.tlacRychleDozadu {
	background-image: url('../../idpr_epo/epo2/obr/tlac/n_stran_vzad.gif');
}

.tlacRychleDozadu_2 {
	background-image: url('../../idpr_epo/epo2/obr/tlac/10n_stran_vzad.gif');
}

.tlacDozadu {
	background-image:
		url('../../idpr_epo/epo2/obr/tlac/predchozi_strana.gif');
}

.tlacDopredu {
	background-image:
		url('../../idpr_epo/epo2/obr/tlac/nasledujici_strana.gif');
}

.tlacRychleDopredu {
	background-image: url('../../idpr_epo/epo2/obr/tlac/n_stran_vpred.gif');
}

.tlacRychleDopredu_2 {
	background-image:
		url('../../idpr_epo/epo2/obr/tlac/10n_stran_vpred.gif');
}

.tlacRodic {
	background-image: url('../obr/tl_mo_sipka_vpravo.gif');
}

.tlacKonec {
	background-image:
		url('../../idpr_epo/epo2/obr/tlac/posledni_strana.gif');
}

.prepinac {
	cursor: pointer;
}

.prepinac img {
	border: solid 1px #083A6F;
}

.prepinac input {
	margin: .4em 0 .2em 0;
}

#zapati {
	text-align: left;
	clear: both;
	padding: 6px 20px 8px;
}

body.epo #zapati {
	text-align: left;
	clear: both;
}

#zapati .text {
	text-align: left;
	height: auto;
}

body.epo #zapati .text {
	color: #000000;
	background-color: inherit;
	text-align: left;
	height: auto;
	padding: 7px 5px 7px 0;
}

#zapati .sloupec1 {
	float: left;
	width: 45%;
}

body.epo #zapati .sloupec1 {
	float: left;
	margin-top: 7px;
}

#zapati .sloupec2 {
	text-align: right;
	margin: 0 0px 0px 0px;
}

body.epo #zapati .sloupec2 {
	text-align: right;
	margin: 7px 0px 0px 0px;
}

#zapati a {
	text-decoration: underline;
	color: #ab0c42;
}

#zapati .sloupec2 a {
	padding: 0px 0px 0px 10px;
}

#zapati a:hover {
	color: #52899e;
}

body.epo #zapati a {
	text-decoration: underline;
	padding: 0px 2px 0px 0px;
	color: #083A6F;
	background-color: inherit;
}

#hlavicka .top .sloupecEPO {
	vertical-align: top;
}

.epoTlacitka {
	margin: 0px 0px 5px 0px;
	padding: .5em 1em .5em 1.5em;
}

.boxTlacitka input {
	display: block;
	width: 100%;
	text-align: left;
	padding: .3em 0 .2em 1em;
	cursor: pointer;
}

.epoTlacitka .boxTlacitka input {
	margin: 0px 0px 0.5em 0px;
	font-size: 1.15em;
	width: 11.5em;
}

.epoTlacitka .boxTlacitka input.odeslat {
	margin: 0;
	height: 3em;
	width: 10.1em;
}

.epoTlacitka2 {
	margin: 0px;
	padding: 0px 5px 5px 5px;
}

#telo .epoTlacitka2 {
	padding: 0;
}

.daptyp_radia {
	width: 10em;
}

.daptyp_prazdny {
	width: 90%;
}

.epo .podporaIkona {
	margin: 0 0 9px 0;
	display: block;
	border: solid 1px #083A6F;
}

.podtrzene {
	text-decoration: underline;
}

.odsazeni1emDole {
	margin-bottom: 1em;
}

.tabForm .sloupecSmazat, .tabFormKompakt .sloupecSmazat {
	padding: 0 5px;
}

.chybaRam {
	display: block;
	border: solid 3px red;
}

.prDatum {
	margin-top: 2px;
	margin-bottom: 2px;
}

.tabOdsazeni {
	padding-left: 5px;
}

.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.pmd-blok {
	background-color: #fff;
	padding: 36px 30px;
}

/*
definice barev podle UX návrhu
$barva1: #000000;
$barva2: #6b6b6b;
$barva3: #a8a8a8;
$barva4: #dddddd;
$barva5: #ececec;
$barva6: #f8f8f8;
$barva7: #ffffff;
$barva15: #fef7f3;
$barva8: #f7c8ae;
$barva9: #ac194a;
$barva10: #357089;
$barva11: #3b3b3b;

*/
[class^='pvs-theme-icon-'], [class*=' pvs-theme-icon-'] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'pvs-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pvs-theme-icon-person::before {
	content: "";
}

.pvs-theme-icon-search::before {
	content: "";
}

.pvs-theme-icon-dots-three-vertical::before {
	content: "";
}

.pvs-theme-icon-pvs-logo::before {
	content: "";
}

.pvs-theme-icon-pvs-logo-text::before {
	content: "";
}

.pvs-theme-icon-accordion-arrow-down::before {
	content: "";
}

.pvs-theme-icon-accordion-arrow-up::before {
	content: "";
}

.pvs-theme-icon-accordion-arrow-left::before {
	content: "";
}

.pvs-theme-icon-accordion-arrow-right::before {
	content: "";
}

.pvs-theme-icon-arrow-list-down::before {
	content: "";
}

.pvs-theme-icon-arrow-list-up::before {
	content: "";
}

.pvs-theme-icon-arrow-list-left::before {
	content: "";
}

.pvs-theme-icon-arrow-list-right::before {
	content: "";
}

.pvs-theme-icon-arrow-down::before {
	content: "";
}

.pvs-theme-icon-arrow-up::before {
	content: "";
}

.pvs-theme-icon-arrow-left::before {
	content: "";
}

.pvs-theme-icon-arrow-right::before {
	content: "";
}

.pvs-theme-icon-check::before {
	content: "";
}

.pvs-theme-icon-external-link::before {
	content: "";
}

.pvs-theme-icon-rss::before {
	content: "";
}

.pvs-theme-icon-data-box::before {
	content: "";
}

.pvs-theme-icon-pin::before {
	content: "";
}

.pvs-theme-icon-calendar::before {
	content: "";
}

.pvs-theme-icon-plus::before {
	content: "";
}

.pvs-theme-icon-thin-plus::before {
	content: "";
}

.pvs-theme-icon-alert::before {
	content: "";
}

.pvs-theme-icon-mail::before {
	content: "";
}

.pvs-theme-icon-close::before {
	content: "";
}

.pvs-theme-icon-circle-plus::before {
	content: "";
}

.pvs-theme-icon-circle-minus::before {
	content: "";
}

.pvs-theme-icon-time::before {
	content: "";
}

.pvs-theme-icon-star::before {
	content: "";
}

.pvs-theme-icon-attachment::before {
	content: "";
}

.pvs-theme-icon-message::before {
	content: "";
}

.pvs-theme-icon-notification::before {
	content: "";
}

.pvs-theme-icon-settings::before {
	content: "";
}

.pvs-theme-icon-exit::before {
	content: "";
}

.pvs-theme-icon-squares-grid::before {
	content: "";
}

.pvs-theme-icon-tiles::before {
	content: "";
}

.pvs-theme-icon-settings-outline::before {
	content: "";
}

.pvs-theme-icon-refresh::before {
	content: "";
}

.pvs-theme-icon-print::before {
	content: "";
}

.pvs-theme-icon-user::before {
	content: "";
}

.pvs-theme-icon-people::before {
	content: "";
}

.pvs-theme-icon-more::before {
	content: "";
}

.pvs-theme-icon-map::before {
	content: "";
}

.pvs-theme-icon-mail-wide::before {
	content: "";
}

.pvs-theme-icon-logout::before {
	content: "";
}

.pvs-theme-icon-lock::before {
	content: "";
}

.pvs-theme-icon-list::before {
	content: "";
}

.pvs-theme-icon-invoice::before {
	content: "";
}

.pvs-theme-icon-info::before {
	content: "";
}

.pvs-theme-icon-home::before {
	content: "";
}

.pvs-theme-icon-headphones::before {
	content: "";
}

.pvs-theme-icon-form::before {
	content: "";
}

.pvs-theme-icon-folder::before {
	content: "";
}

.pvs-theme-icon-filter::before {
	content: "";
}

.pvs-theme-icon-export::before {
	content: "";
}

.pvs-theme-icon-edit::before {
	content: "";
}

.pvs-theme-icon-document::before {
	content: "";
}

.pvs-theme-icon-close-thin::before {
	content: "";
}

.pvs-theme-icon-check-new::before {
	content: "";
}

.pvs-theme-icon-calendar-new::before {
	content: "";
}

.pvs-theme-icon-bubble-question::before {
	content: "";
}

.pvs-theme-icon-bell::before {
	content: "";
}

.pvs-theme-icon-arrow-out::before {
	content: "";
}

.pvs-theme-icon-arrow-double::before {
	content: "";
}

.pvs-theme-icon-arrow-big::before {
	content: "";
}

.pvs-theme-icon-arrow-big-out::before {
	content: "";
}

.pvs-theme-icon-arrow-big-in::before {
	content: "";
}

.pvs-theme-icon-angle-right::before {
	content: "";
}

.pvs-theme-icon-angle-left::before {
	content: "";
}

.navigace-ikona::before {
	font-size: 8px;
	padding: 0 15px;
	color: #a8a8a8;
	line-height: 23px;
	vertical-align: top;
}

.navigace-ikona.pvs-theme-icon-home::before {
	padding-left: 0;
}

.navigace-home {
	background: url("../obr/pmd/navigace-home.png") 0 center no-repeat;
	padding-left: 31px;
}

.navigace-sipka {
	background: url("../obr/pmd/navigace-sipka.png") center center no-repeat;
	padding-left: 46px;
}

h1, .h1 {
	font-size: 30px;
	font-family: "Poppins", sans-serif;
}

@media ( min-width : 576px) {
	h1, .h1 {
		font-size: 38px;
	}
}

h2, .h2 {
	font-size: 20px;
}

h3, .h3 {
	font-weight: 500;
	font-size: 18px;
}

@media ( min-width : 576px) {
	h3, .h3 {
		font-size: 20px;
	}
}

h4, .h4, h5, .h5, h6, .h6 {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
	text-transform: uppercase;
}

@media ( min-width : 576px) {
	h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
		margin: 0 0 10px 0;
	}
}

a {
	color: #ac194a;
	font-weight: normal;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 25px;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}

body.epo a {
	line-height: 14px;
}

a:hover {
	text-decoration: underline;
}

a.external {
	background: url("../obr/pmd/arrow_link_2.png") right center no-repeat;
	background-size: 8px;
	padding-right: 16px;
}

.header .container-sluzby .navbar {
	padding-left: 0;
	padding-right: 0;
}

.header .container-sluzby .sluzby-vpravo {
	float: right;
}

.header .navbar-nav {
	flex-direction: row;
}

.header .navbar-nav li {
	display: inline;
}

.header .navbar-nav {
	text-align: left;
}

.pmd-tooltip-toggle {
	position: relative;
}

.pmd-pop {
	position: absolute;
	color: black;
	width: auto;
	background-color: transparent;
	visibility: hidden;
	max-width: 276px;
	white-space: nowrap;
}

.pmd-pop-max {
	width: 276px;
	white-space: normal;
}

.pmd-pop.bs-popover-right {
	left: 100%;
	top: 2px;
}

.pmd-pop.bs-popover-bottom {
	sleft: -2rem;
	top: 100%;
	margin-top: -8px;
}

.pmd-pop.bs-popover-right .arrow {
	top: 50%;
	margin-top: -.5rem;
}

.pmd-pop.bs-popover-bottom .arrow {
	margin-left: 1rem;
	display: block;
}

.pmd-pop-body {
	background-color: white;
	border-radius: .3rem;
}

.header .navheader, .header .navheader .pmd-layout {
	background-color: #ac194a;
	height: 47px;
	flex-flow: nowrap;
}

.h-s1 {
	width: 210px;
}

.h-s3 {
	width: 180px;
}

.header .nav-link {
	padding: 0 10px;
	line-height: 45px;
	display: inline;
}

.header .navheader a {
	color: #ffffff;
	font-size: 11px;
	font-family: "Roboto", helvetica, arial, sans-serif;
	line-height: 47px;
}

.header .navheader .nav-link.prvni {
	padding-left: 0;
}

.header .subheader .container-fluid {
	background-color: #ffffff;
}

.header .subheader .container-fluid table {
	height: 130px;
}

.header .subheader .logo {
	flex: 0 0 210px;
	display: flex;
	align-items: center;
	float: left;
	width: 168px;
}

.header .subheader .panel {
	flex: 0 0 200px;
}

.header .subheader .panel br {
	line-height: 10px;
}

.header .subheader .support-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
}

.header .subheader .sekundarni {
	background-color: #f7c8ae;
	color: #000000;
	border-radius: 3px;
	padding: 3px 10px;
}

.app-paticka {
	background-color: #3b3b3b;
	color: #ffffff;
	padding: 35px 0 0 0;
	font-size: 12px;
}

.app-paticka a {
	color: #ffffff;
}

.app-paticka .vlevo {
	white-space: nowrap;
}

.app-paticka .md-logo {
	display: inline-block;
	vertical-align: top;
	width: 100px;
}

.app-paticka .adresa {
	display: inline-block;
	min-height: 94px;
}

.app-paticka .adresa .vlevo-link {
	margin-top: 28px;
	text-transform: uppercase;
}

.app-paticka .adresa .vlevo-link a {
	font-size: 12px;
}

.app-paticka .adresa .gfr {
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
}

.app-paticka .odkazy-list {
	list-style-type: none;
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
}



.app-paticka .text {
	color: #a8a8a8;
	letter-spacing: 0;
	line-height: 22px;
	font-weight: 500;
}

.app-paticka .stred {
	text-transform: uppercase;
	text-align: left;
}

.app-paticka .stred a {
	font-size: 12px;
}

.app-paticka .zapati-s2 {
	width: 100%;
}

.app-paticka .zapati-s2-d1 {
	display: inline-block;
	text-align: left;
}

.app-paticka .zapati-s2-d1 td {
	padding-left: 38px;
}

.app-paticka .zapati-s2-d1 a {
	text-transform: uppercase;
	font-size: 12px;
}

.zapati-wrapper {
	width: 100%;
}

.zapati-wrapper td {
	vertical-align: top;
}

.app-paticka .vpravo  .odkaz  a {
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 30px;
	white-space: nowrap;
	padding-left: 75px;
	height: 40px;
	display: block;
	font-size: 18px;
	text-align: left;
	font-weight: 700;
}

.app-paticka .vpravo .odkaz+.odkaz {
	margin-top: 30px;
}

.app-paticka .kontakty a {
	background: url('../obr/pmd/support.png') 0 0 no-repeat;
	font-family: "Poppins";
}

.app-paticka .dotazy a {
	background: url('../obr/pmd/epodpora.png') 7px 0 no-repeat;
	font-family: "Poppins";
}

.app-paticka .vpravo .odkaz img {
	margin-left: 5px;
}

@media only screen and ( min-width : 768px) {
	.app-paticka .r1 {
		padding-bottom: 30px;
	}
}

@media only screen and ( max-width : 767px) {
	.app-paticka .r1 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.app-paticka .stred {
		display: none !important;
	}
	.app-paticka .vpravo {
		display: none !important;
	}
}

.app-paticka .r2 {
	border-top: solid 1px #a8a8a8;
	padding: 30px 0;
	margin: 0;
}

.btn-pmd {
	height: 40px;
	background-color: #f7c8ae;
	border-color: #f7c8ae;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 24px;
}

.filtr-pmd {
	margin-bottom: 10px;
}

.filtr-pmd .horni-lista {
	sbackground-color: #f8f8f8;
	padding: 10px;
}

.filtr-pmd .horni-lista .akce {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	color: #000;
}

.filtr-pmd .horni-lista .akce-filtrovat {
	padding-right: 10px;
	padding-left: 25px;
	background: url("../obr/pmd/adjust.png") 0 center no-repeat;
}

.filtr-pmd .filtr-prazdny {
	font-size: 18px;
}

.filtr-pmd .filtr-chip {
	background-color: #fff;
	padding: 0 5px 0 10px;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
}

.filtr-pmd .filtr-chip .filtr-chip-text:after {
	content: url("../obr/pmd/close_square.svg");
	padding-left: 10px;
}

.filtr-pmd .filtr-chip+.filtr-chip {
	margin-left: 10px;
}

.filtr-pmd .filtr-obsah {
	background-color: #fff;
	padding: 30px;
}

.filtr-pmd .dolni-lista {
	background-color: #f8f8f8;
	text-transform: uppercase;
	text-align: right;
}

.filtr-pmd .dolni-lista .btn {
	margin: 15px 30px 15px 0;
}

.obsah h2, .obsah .h2 {
	margin: 10px 0px 0px -5px;
}

@media ( min-width : 992px) {
	.dva-sloupce {
		column-count: 2;
		column-gap: 70px;
	}
}

.eet .kalendar {
	width: 100px;
}

.eet .kalendar ~ input {
	width: 24px;
	background: url("../obr/pmd/calendar.png") center center no-repeat;
	border: 0;
	position: relative;
	left: -24px;
	margin-right: -24px;
	color: transparent;
	cursor: pointer;
}

.datum-interval .kalendar {
	margin-left: 5px;
}

.datum-interval .datum-do {
	margin-top: 5px;
}

.datum-interval .datum-od label, .datum-interval .datum-do label {
	margin-bottom: 0;
}

.dpr-modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: .5;
	width: 100% \9;
	height: 100% \9;
	filter: alpha(opacity = 50) \9;
}

.dpr-modal-dialog {
	max-width: 500px;
	margin: 1.75rem auto;
	margin: 30px auto\9;
	position: relative;
	width: auto;
	pointer-events: none;
}

.dpr-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	swidth: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0.3rem;
	outline: 0;
}

.dpr-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.dpr-btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
}

.dpr-btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn-primary {
	height: 40px;
	color: #000 !important;
	font-family: "Roboto", helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 40px;
	text-align: center;
	background-color: #f7c8ae !important;
	border-color: #f7c8ae !important;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 0 .75em;
	padding: 0 .75rem;
}

.btn-secondary {
	height: 40px;
	color: #000 !important;
	font-family: "Roboto", helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 40px;
	text-align: center;
	background-color: #fff !important;
	border-color: #f7c8ae !important;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 0 .75em;
	padding: 0 .75rem;
}

.btn-primary.mala-velka {
	text-transform: none;
}

.btn-primary.no-wrap {
	white-space: nowrap;
}

.btn-primary.min-w {
	width: 180px;
}

.btn-primary:hover {
	background-color: #f7c8ae !important;
	border-color: #f7c8ae !important;
}

.cookie-consent-container {
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: left;
	background-color: transparent;
	z-index: 10;
	width: 100%;
}

.cookie-consent-w {
	background-color: #fff;
	display: table;
	width: 100%;
}

.cookie-consent-stin {
	background: transparent url("../obr/pmd/stin.png") 0 0 repeat-x;
	height: 15px;
}

.cookie-consent {
	margin: 15px 0;
	border-collapse: collapse;
}

.cookie-consent td {
	padding: 0;
}

.cookie-consent-modal a.external, .cookie-consent-container a.external {
	font-weight: bold;
	background: url("../obr/pmd/arrow_link.png") right center no-repeat;
	background-size: 8px;
	padding-right: 13px;
	line-height: 20px;
}

.cookie-consent-text {
	padding-left: 55px !important;
	text-align: left;
	background: url("../obr/pmd/cookie.png") 0 center no-repeat;
	font-size: 14px;
	font-family: "Roboto", helvetica, arial, sans-serif;
	line-height: 20px;
	color: #707070;
	max-width: 775px;
}

.cookie-consent-prizpusobit {
	padding-left: 76px !important;
	padding-right: 15px !important;
}

.cookie-consent-modal {
	display: block;
	text-align: left;
}

.cookie-consent-modal .dpr-modal-dialog {
	max-width: 700px;
}

.cookie-consent-modal .dpr-modal-footer {
	border-top: none;
	display: block;
	text-align: center;
	padding: 30px 0 0 0;
}

.cookie-consent-modal .dpr-modal-footer .dpr-btn {
	margin: 0 0 0 15px;
	min-width: 165px;
}

.cookie-consent-modal .dpr-modal-footer .dpr-btn.prvni {
	margin-left: 0;
}

.cookie-consent-modal .dpr-modal-content {
	padding: 50px 60px 35px;
	border-radius: 0;
}

.cookie-consent-modal .dpr-modal-body {
	padding: 0;
}

.cookie-consent-label {
	display: block;
	font-family: "Poppins";
	font-size: 18px;
	color: #000;
	margin-bottom: 15px;
}

.cookie-consent-label input {
	margin: 0 10px 0 0;
}

.cookie-consent-label.readonly {
	color: #8f8f8f;
}

.cookie-consent-kategorie {
	padding: 30px 0;
	border-bottom: solid 1px #dddddd;
	color: #707070;
	font-size: 14px;
	line-height: 20px;
}

.cookie-consent-tabs {
	border-bottom: solid 1px #dddddd;
	width: 100%;
	border-collapse: collapse;
	margin-top: 45px;
}

.cookie-consent-tab {
	display: inline;
	padding-bottom: 14px;
}

.cookie-consent-tab .btn-link {
	text-transform: uppercase;
	font-size: 12px;
	color: #ac194a;
	font-weight: bold;
	padding-bottom: 14px;
	cursor: pointer;
	font-family: "Roboto", helvetica, arial, sans-serif;
	line-height: 21px;
}

.cookie-consent-tab.prvni {
	margin-right: 40px;
}

.cookie-consent-tab.aktivni {
	border-bottom: solid 2px #ac194a;
	padding-bottom: 18px;
}

.cookie-consent-tab.aktivni .btn-link {
	color: #000;
}

.cookie-consent-tab-w {
	margin-top: 25px;
	color: #707070;
	padding-bottom: 25px;
	border-bottom: solid 1px #dddddd;
}

.cookie-consent-tab-w p {
	margin-top: 15px;
}

.dpr-modal-bar {
	text-align: right;
}

.cookie-consent-tab-td {
	width: 100%;
}

.dpr-modal-close {
	background: url("../obr/pmd/close_white.png") center center no-repeat;
	border: none;
	width: 16px;
	height: 16px;
	margin-bottom: 10px;
	cursor: pointer;
	pointer-events: auto;
}

.btn-link {
	background-color: transparent;
	border: none;
}

.cookie-consent-nadpis-text {
	font-size: 14px;
	color: #707070;
	line-height: 20px;
}

.cookie-consent-nadpis {
	font-size: 20px;
	color: #000;
	line-height: 30px;
	font-family: "Poppins";
	font-weight: bold;
	text-align: center;
}