body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
	background-color: #001221; /* #a7a7a7; */
	
}

* {
	-webkit-user-select: none;
	user-select: none;
}

h1 { font-size: 45px; font-weight: bold; margin: 0; }

input {
	background-color: #c2f5cc;
	border: none;
}
a {
	text-decoration: none;
}
input[type="date" i] {
    align-items: center;
    display: -webkit-inline-flex;
    font-family: 'Open Sans', sans-serif;
    padding-inline-start: 1px;
    cursor: pointer;
    overflow: hidden;
    padding: 0px;
	
}

/*************  GALERIA ******************/
.galery-box {
    display: flex;
    min-height: 48px;
    padding: 0 0 0px 0px;
    margin: 5px 0 5px 0;
    /* border-top: 1px solid #cdcdcd; */
    /* border-bottom: 1px solid #cdcdcd; */
    position: absolute;
    /* bottom: 30px; */
    /* top: 370px; */
}
.modalG {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 55px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
.cursorG {
    cursor: pointer;
}
.closeG {
    color: white;
    position: absolute;
    top: 10px;
    right: 50px;
    font-size: 35px;
    font-weight: bold;
}
.modalG-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 800px;
    border-style: solid;
    border-color: white;
}
.policiaG {
    color: #f2f2f2;
    font-size: 14px;
    padding: 8px 12px;
    position: absolute;
    top: -45px;
}
.numbertextG {
    /* color: #f2f2f2; */
    font-size: 12px;
    padding: 8px 12px;
    /* position: absolute; */
    /* top: -40px; */
}
.modalG a {
    color: #a5a5a5;
    text-decoration: none;
}
.prevG, .nextG {
    cursor: pointer;
    position: absolute;
    top: 50%;
    /* right: 10px; */
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 30px;
    transition: 0.2s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.nextG {
    right: 0px;
    border-radius: 3px 0 0 3px;
}
.columnG {
    float: left;
    width: 8%;
    margin-top: 10px;
    margin-right: 12px;
}
.nahladG {
    opacity: 0.6;
    margin-top: 25px;
    margin-right: 3px;
}
.active, .accordion:hover {
    background-color: #959595;
    color: #fff;
}
.active {
    display: block;
}
.active, .nahladG:hover {
    opacity: 1;
}









.strana {
		width: 750px;
		height: 1000px;
		/* border: 1px solid #cdcdcd; */
		margin: 0 auto;
		padding: 0 10px;
		background-color: #fff;
}
.strana.odberatelia {
		width: 1000px;
		height: auto;
		/* border: 1px solid #cdcdcd; */
		margin: 10 auto;
		padding: 0 0;
		background-color: #fff;
}
.riadok > * {
	display: inline-block;
	padding: 2px 0;
}
.text {
	font-size: 15px;
}
.tucne {
	font-weight: bold;
}

.hlavicka {
	display: flex;
    gap: 30px;
    width: 481px;
    width: 490px;
    flex-direction: row;
    align-items: center;
    margin: 30px auto;
}

.logo {
	width: 65px;
	/* height: 70px; */
}
.logo-comm-pata {
	width: 45px;
	height: 45px;
}
.logo1 {
	font-size: 12px;
    padding-left: 1px;
	
}
.logo2 {
	font-size: 25px;
	
}

.logo1,
.logo2 {
	font-family: 'Open sans', sans-serif;
    color: #0f9bff;
}

.nadpis-programu {
	width: 400px;
    /* height: 50px; */
    /* line-height: 50px; */
    font-size: 28px;
    /* font-weight: bold; */
    /* text-align: justify; */
    color: #0f9bff;
    /* margin: 5px auto 5px auto;*/
}
span {
	font-size: 12px;
    color: #0f9bff;
    display: block;
}
/* .podnadpis-programu {
	width: 480px;
	line-height: 16px;
	font-size: 12px;
	text-align: center;
	color: #0f9bff; 
	margin: 0 auto 20px auto;
} */
footer {
	width: 100%;
	height: 100px;
    min-width: 1100px;
    background: #091627;
	position: fixed;
    bottom: 0px;
	
}
.pata {
	display: flex;
    flex-flow: row wrap;
    width: 470px;
    margin: 20px auto 20px auto;
    color: #bbb;
    font-size: 11px;
    align-items: center;
    /* justify-content: center; */
    /* gap: 40px;*/
}
.logoCommander {
	display: inline-block;
    /* vertical-align: top; */
    line-height: 18px;
	
}
/* .w230 {
	width: 230px;
}
.w270 {
	width: 270px;
	font-size: 11px;
} */
div.clear {
    clear: both;
}
.prihlasenie {
	width: 470px;
	/* height: 358px; */
	padding: 4px;
	background-color: #d6d6d6;
	margin: 0 auto;
	border-radius: 4px;
}
.prihlasenie .nadpis {
	height: 40px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
}
.prihlasenie .panel {
	height: 273px;
	background-color: #ececec;
	display: flex;
    flex-direction: column;
    align-items: center;
	padding-top: 20px;
}
.prihlasenie .riadok {
	position: relative;
}
.prihlasenie input[type="text"],
.prihlasenie input[type="password"] {
    border-color: #b2b2b2;
}
.prihlasenie input[type="text"],
.prihlasenie input[type="password"] {
    width: 275px;
}
.prihlasenie input[type="text"],
.prihlasenie input[type="password"] {
    display: inline-block;
    width: 280px;
    height: 45px;
    padding: 0px 55px 0px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 4px;
	margin: 0 11px 20px 11px;
	background-color: #f7f7f7;
}
.prihlasenie .ikona {
    position: absolute;
    right: 30px;
    top: 12px;
    pointer-events: none;
}
.prihlasenie .priklad {
    width: 330px;
	color: #585858;
    text-align: left;
    font-size: 16px;
    margin-bottom: 4px;
    /* padding-left: 20px; */
	/* align-items: flex-start; */
}
.tl-prihlasit {
	width: 160px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    color: #fff;
	font-size: 18px;
	/* font-weight: bold; */
	text-transform: uppercase;
	text-align: center;
    cursor: pointer;
	background-color: #339beb;
    transition: all .1s ease-in-out;
    /* margin: 20px; */
    border-radius: 4px;
}
.tl-prihlasit:hover {
	background-color: #2f7fbc;
}
.tl-uni {
	width: 150px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #cacaca;
	border-radius: 4px;
	margin: 20px auto;
	cursor: pointer;
	display: inline-block;
}
.tl-uni:hover {
	background-color: #cdcdcd;
	color: #fff;
}
.pracovny-box {
	width: 100%;
	text-align: center;
}
.zoznam-hlavicka {
	display: flex;
    /* width: auto; */
    /* height: 90px; */
    background-color: #d5d5d5;
    background-image: linear-gradient(#cacaca 0%, #e9e9e9 55%);
    margin: 0 auto;
    padding: 20px 0;
    justify-content: space-around;
    /* flex-direction: row; */
}

.zoznam-hlavicka .logo-firmy {
	width: 330px;
    display: inline-block;
    /* vertical-align: baseline; */
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}
.zoznam-hlavicka .logo-firmy img {
	width: 300px;
	/* height: 40px; */
}
.zoznam-hlavicka .udaje-firmy {
	/* width: 300px; */
	display: inline-block;
}
.zoznam-hlavicka .udaje-firmy p {
	margin: 0;
}
.zoznam-hlavicka .vyber-firmy {
	width: 500px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: flex-end;
}
.zoznam-hlavicka .vyber-firmy img {
	/* display: block; */
	width: 135px;
	padding: 3px;
	/* height: 25px; */
	/* margin-bottom: 10px; */
	cursor: pointer;
}
.zoznam-hlavicka .vyber-firmy img:hover {
	background-color: #b2e3ff;
}
.hlavicka .riadok {
	padding: 0 5px;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
/* .hlavicka img {
	width: 300px;
	height: 40px;
	
} */
.ovladanie {
	/* width: 330px; */
    /* height: 40px; */
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}
.riadok.vlavo {
 	display: flex;
    justify-content: flex-end;
}
.box-cislo-dokladu {
	display: inline-flex;
	align-items: flex-end;
}
.box-cislo-dokladu .text {
	font-size: 20px;
	line-height: 25px;
}
.hlavicka .riadok input {
	width: 80px;
    font-size: 21px;
    font-weight: bold;
    padding: 0;
	text-align: right;
	border: none;
	
}
.hlavicka .riadok input:focus {
	border: none;
}
.kontaktne-udaje {
	display: flex;
    justify-content: space-between;
	margin-top: 10px;
	
}
.kontaktne-udaje-dodavatel {
	display: inline-flex;
    flex-direction: column;
	/* margin: 10px; */
}
.kontaktne-udaje-odberatel {
	display: inline-flex;
    flex-direction: column;
	/* margin: 10px; */
}
.dodavatel .riadok,
.odberatel .riadok {
	display: flex;
    justify-content: space-between;
}

.dodavatel,
.odberatel {
	width: 310px;
	border: 1px solid #000;
    padding: 10px 10px 3px 10px;
}
.dodavatel-nazov,
.odberatel-nazov {
	height: 90px;
}

.dodavatel-udaje,
.odberatel-udaje {
	height: 55px;
    border-bottom: 1px solid #000;
	margin-bottom: 2px;
}
/* .dodavatel-banka {
	height: 100px;
}
.odberatel-banka {
	height: 100px;
} */
 
.strana .kontaktne-udaje .text {
	padding-left: 10px;
}
.nazov-dodavatel,
.nazov-odberatel {
	width: 310px;
	height: 16px;
	line-height: 16px;
	font-size: 17px;
	font-weight: bold;
}
.nazov-odberatel.podnazov {
	font-weight: normal;
}
.nazov-odberatel.vyber-odberatela {
	background-color: #c2f5cc;
	border: none;
	cursor: pointer;
}
.label-ico {
	width: 50px;
    height: 14px;
    line-height: 15px;
    font-size: 12px;
}
.label-banka {
	width: 86px;
    height: 14px;
    line-height: 15px;
    font-size: 10px;
}
.ico {
	width: 250px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
}
.banka {
	width: 210px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
	text-align: right;
}
.banka.tucne {
    font-size: 14px;
	font-weight: bold;
}
.banka.iban {
    font-size: 10pt;
	font-weight: bold;
}
.dodavatel .riadok.platca {
	display: flex;
    font-size: 10pt;
    font-weight: bold;
    justify-content: flex-end;
    flex-direction: row;
}


.casove-udaje {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 10px;
	margin: 15px 0;
	display: flex;
    justify-content: space-between;
}
.udaje-odberatela {
	/* border-top: 2px solid #000; */
	/* border-bottom: 2px solid #000; */
	padding: 10px;
	margin: 15px 0;
	/* display: flex;
    justify-content: space-between; */
}
.strana .casove-udaje input {
	width: 150px;
	text-align: right;
	font-size: 16px;
}
/* .strana .casove-udaje input[type="date" i].tucne {
    font-size: 17px;
	font-weight: bold;
	
} */
.strana .casove-udaje .datumy {
	position: relative;
	width: 363px;
}
.strana .casove-udaje .symboly {
	width: 325px;
}
.strana .casove-udaje .datumy .prekrytie {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100px;
	background-color: white;
	z-index: 1;
	visibility: hidden;
}
.strana .casove-udaje .datumy .riadok,
.strana .casove-udaje .symboly .riadok {
	height: 25px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.strana.odberatelia .udaje-odberatela .riadok {
	display: inline-block;
    padding: 5px 0;
}
.strana.odberatelia .udaje-odberatela .riadok:hover {
	background-color: #b2e3ff;
}
.udaje-odberatela .riadok label {
	width: 200px;
	height: 30px;
	line-height: 30px;
}
.udaje-odberatela .riadok input {
	width: 380px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background-color: #c2f5cc;
	padding-left: 10px;
}

.obsah-fa {
	/* height: 300px; */
	/* border: 1px solid #000; */
	margin: 10px 0 0 0;
}
.strana table {
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
}
.vlavo {
	text-align: left;
}
.vstrede {
	text-align: center;
}
.vpravo {
	text-align: right;
}
.strana .obsah-fa thead {
	background-color: #d6d6d6;
	border: 1px solid #000;
	font-size: 12px;
}
.strana .obsah-fa tbody {
	border: 1px solid #000;
}
/* .strana .obsah-fa tbody td {
	height: 30px;
} */
.strana .obsah-fa thead th:nth-child(1),
.strana .obsah-fa tbody td:nth-child(1) {
	width: 440px;
	border-right: 1px solid #000;
}
.strana .obsah-fa thead th:nth-child(2),
.strana .obsah-fa tbody td:nth-child(2) {
	width: 90px;
	border-right: 1px solid #000;
}
.strana .obsah-fa thead th:nth-child(3),
.strana .obsah-fa tbody td:nth-child(3) {
	width: 110px;
	border-right: 1px solid #000;
}
.strana .obsah-fa thead th:nth-child(4),
.strana .obsah-fa tbody td:nth-child(4) {
	width: 150px;
}
/* .strana .obsah-fa tbody td {
	width: 300px;
} */
.strana .obsah-fa .celkom-sucet {
	height: 30px;
    line-height: 30px;
	display: flex;
	justify-content: flex-end;
}
	

.strana .obsah-fa .celkom-sucet .text {
	width: 250px;
    background-color: #d6d6d6;
    font-size: 17px;
    font-weight: bold;
    padding-left: 20px;
	border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.strana .obsah-fa .celkom-sucet .sucet {
	width: 150px;
	background-color: #d6d6d6;
	text-align: right;
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.strana .obsah-fa tbody input {
	
    height: 25px;
    background-color: #c2f5cc;
    font-size: 16px;
    border: none;
}
.strana .obsah-fa tbody input.w90 {
	width: 90px;
}
.strana .obsah-fa tbody input.w110 {
	width: 110px;
}
.strana .obsah-fa tbody input.w150 {
	width: 150px;
}
.strana .obsah-fa tbody input.w370 {
	width: 370px;
}


.peciatka {
	width: 250px;
    height: 140px;
    margin: 15px 5px;
    /* display: inline-flex; */
	/* background-color: #f1f1f1; */
	display: inline-block;
}
.peciatka .nadpis {
	width: 230px;
    font-size: 12px;
	display: flex;
    justify-content: space-between;
}

.peciatka img {
	width: 200px;
	height: 100px;
	margin: 10px 0 0 40px;
}
.peciatka .iPrepinac {
	display: inline-flex;
	width: 20px;
    height: 20px;
    background-image: url(/obrazky/iPrepinacH0_17.svg);
    background-repeat: no-repeat;
    display: table-cell;
}
.peciatka .iPrepinac:hover {
    background-image: url(/obrazky/iPrepinacH1_17.svg);
}
.peciatka .iPrepinac:aktivne {
    background-image: url(/obrazky/iPrepinacH1_17.svg);
}

.ovladacie-prvky {
	display: flex;
	justify-content: space-between;
	width: 770px;
    height: 35px;
    background-color: #e7e7e7;
    margin: 0 auto 40px auto;
}
.ovladacie-prvky .strana-L {
    display: flex;
    justify-content: flex-start;
}
.ovladacie-prvky .strana-P {
    display: flex;
    justify-content: flex-end;
}
.tl-ulozit {
    width: 250px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
    cursor: pointer;
	background-color: #01b501;
    transition: all .1s ease-in-out;
    margin: 0 20px;
}
.tl-ulozit:hover {
	background-color: #049b04;
}
.tl-kopia {
    width: 100px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding-left: 20px;
    color: #005692;
    cursor: pointer;
    transition: all .1s ease-in-out;
    border-left: 1px solid #a7a7a7;
}
.tl-kopia:hover,
.tl-tlacit:hover {
    background-color: #339beb;
    color: #fff;
    border-left: 1px solid #fff;
}
.tl-navrat:hover {
    background-color: #339beb;
    color: #fff;
    border-right: 1px solid #fff;
}
.tl-tlacit {
    width: 100px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding-left: 25px;
    color: #005692;
    cursor: pointer;
    transition: all .1s ease-in-out;
    border-left: 1px solid #a7a7a7;
}

.tl-tlacit svg,
.tl-kopia svg,
.tl-navrat svg {
    width: 20px;
    height: 24px;
    fill: #006082;
    vertical-align: middle;
    margin-left: 15px;
    transition: all .1s ease-in-out;
	pointer-events: none;
}
.tl-tlacit:hover svg,
.tl-kopia:hover svg,
.tl-navrat:hover svg {
    fill: #fff;
}
.tl-navrat {
    width: 100px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding-left: 25px;
    color: #005692;
    cursor: pointer;
    transition: all .1s ease-in-out;
    border-right: 1px solid #a7a7a7;
}
.tl-ano,
.tl-nie {
	width: 40px;
	height: 20px;
	line-height: 20px;
	color: white;
	text-align: center;
	cursor: pointer;
	margin-left: 20px;
}
.tl-ano {
	background-color: #01b501;
}
.tl-ano:hover {
	background-color: #049b04;
}
.tl-nie {
	background-color: #ca0000;
}
.tl-nie:hover {
	background-color: darkred;
}
.tl-odberatel {
	width: 160px;
    height: 30px;
    line-height: 30px;
    color: white;
    background-color: #339beb;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
}
.tl-odberatel:hover {
	background-color: #005692;
}
.tl-dodavatel {
	width: 140px;
    height: 24px;
    line-height: 23px;
    color: white;
    background-color: #339beb;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
	margin-top: 3px;
}
.tl-dodavatel:hover {
	background-color: #005692;
}
.tl-pridat-odberatela {
	width: 200px;
    height: 30px;
    line-height: 30px;
    color: white;
    background-color: #339beb;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
	margin: 10px auto;
}
.tl-pridat-odberatela:hover {
	background-color: #005692;
	
}
.tl-nova-fa {
	width: 160px;
    height: 30px;
    line-height: 30px;
    color: white;
    background-color: #01b501;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    /* margin-left: 20px; */
}

.tl-nova-fa:hover {
	background-color: #049b04;
	
}
.zoznam table {
    border-collapse: collapse;
    font-size: 14px;
}
.zoznam tr {
    height: 40px;
    vertical-align: middle;
	cursor: pointer;
    /* overflow: hidden; */
}
.zoznam th {
    color: white;
    background-color: #1f7dc1;
    font-size: 10px;
    font-weight: normal;
}
.zoznam th,
.zoznam td {
    text-align: center;
    padding: 0 5px;
}
.zoznam th {
    border: 1px solid #cdcdcd;
}

.zoznam #zoznam-faktur {
	width: 1350px;
	margin: 30px auto;
	background-color: #fff;
}
.zoznam #zoznam-faktur tbody tr:nth-child(odd) {
    background-color: rgb(229 229 229 / 30%);
}
.zoznam td {
    border: 1px solid #ddd;
}
.zoznam #zoznam-faktur tbody tr:hover {
    background-color: #b2e3ff;
}

.zoznam #zoznam-faktur thead th:nth-child(1) {
    text-align: center;
    width: 30px;
}
.zoznam #zoznam-faktur tbody td:nth-child(1) {
    font-size: 10px;
}
.zoznam #zoznam-faktur thead th:nth-child(2) {
    text-align: center;
    width: 100px;
}
.zoznam #zoznam-faktur thead th:nth-child(3) {
    width: 210px;
}
.zoznam #zoznam-faktur tbody td:nth-child(3) {
    text-align: left;
}
.zoznam #zoznam-faktur thead th:nth-child(4) {
    width: 110px;
}
.zoznam #zoznam-faktur thead th:nth-child(5) {
    width: 150px;
}
.zoznam #zoznam-faktur thead th:nth-child(6) {
    width: 85px;
}
.zoznam #zoznam-faktur thead th:nth-child(7) {
    width: 80px;
}
.zoznam #zoznam-faktur thead th:nth-child(8),
.zoznam #zoznam-faktur thead th:nth-child(9),
.zoznam #zoznam-faktur thead th:nth-child(10),
.zoznam #zoznam-faktur thead th:nth-child(11),
.zoznam #zoznam-faktur thead th:nth-child(12),
.zoznam #zoznam-faktur thead th:nth-child(13){
    width: 85px;
}
.zoznam #zoznam-faktur thead th:nth-child(14) {
    width: 50px;
}
.zoznam #zoznam-faktur tbody td:nth-child(2) {
    font-weight: bold;
}
.zoznam #zoznam-faktur tbody td:nth-child(6),
.zoznam #zoznam-faktur tbody td:nth-child(7) {
    font-size: 12px;
}
.strana.odberatelia h1 {
	height: 40px;
    line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	color: white;
	background-color: #339beb; /* #cdcdcd; */
}
.zoznam-odberatelov {
	width: 250px;
	min-height: 500px;
	background-color: #e1e1e1;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
.obsah-odber {
	width: 740px;
	height: auto;
	display: inline-block;
	background-color: #f1f1f1;
}
.zoznam-odberatelov ul {
	padding-inline-start: 10px;
}
.zoznam-odberatelov li {
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
	list-style: none;
	
}
.zoznam-odberatelov li:hover {
	background-color: #b2e3ff;
}
.zoznam-odberatelov li.aktivne {
	background-color: #f1f1f1;
}
/* .zoznam-odberatelov .nadpis {
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background-color: #cdcdcd;
} */

.znacka {
	width: 20px;
    height: 30px;
    color: white;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    float: right;
	margin-right: 5px;
}
.znacka.mesacne {
	background-color: #ed5f4a;
}
.znacka.rocne {
	background-color: #32b532;
}






@media print {
body {
	background-color: #fff;
}
.nazov-odberatel.vyber-odberatela {
	background-color: #fff;
}
/* .strana {
	border: none;
} */
input {
    background-color: #fff;
}	
.strana .obsah-fa tbody input {
	background: none;
}	
.peciatka .tl-ano,
.peciatka .tl-nie,
.peciatka .iPrepinac {
	display: none;
}	
.ovladacie-prvky {
	display: none;
}	
.strana .casove-udaje .datumy .prekrytie {
	visibility: visible;
}	
	
	
	
	
}






















































