input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    display: none;
}
html {
	overflow:auto;
	background-color:#E0E0E0;
}
body {
   font-family:"Poppins"!important;
   height:100vh;
   margin:0px;
}
.navMenu {
   width:260px;
   position:fixed;
   z-index:2;
}
.menuLogo {
   border-bottom:1px lightgray solid;
   background-color:white;
   height:62px;
}
.menuButton {
   height:62px;
   background-color:white;
   width:100%;
   font-size:18px;
   font-weight:bold;
   border-bottom:1px lightgray solid;
   border-top:0px;
   text-align:left;
}
.vfoto {}

.pfoto {
   border-bottom:1px lightgray solid;
}
.menuButton:hover {
   background-color:#E0E0E0;
}
.container {
	background-color:#E0E0E0;
   margin-left:260px;
   height:100vh;
}
.Fullimg {
	height:100%;
	width:100%;
		border-radius:10px;
}
.scrollPhoto {
   width:100%;
   text-align:center;
  # margin-top:-40px;
}
.inpDate {
	display:none;
}
.datumText {
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	font-size:18px;
	margin-top:-15px;
}
.cas {
	font-size:65px;
	font-weight:bold;
	text-align:center;
}
.casButton {
	background-color:transparent;
	cursor:pointer;
	border:0px;
	display:inline;
}
.close {
	position:absolute;
	right: 0;
    width: 50px;
    margin-right: 18px;
    margin-top: 9px;
	z-index:99;
}
.navButton:hover {
	content: url("/pomucky/vypnoutW.png");
}
.menuIcon {
	height:24px;
	width:30px;
	margin-left:9px;
	margin-right:9px;
}
.menuText {
	margin: 0px;
    margin-left: 54px;
    position: absolute;
    margin-top: -32px;
	font-weight:bold;
}

.calendar {
	text-align:center;
	margin-top:40px;
	font-size:32px;
	font-weight:bold;
}
.hourIcon {
	width:17.5px;
	background-color:transparent;
	display:inline;
}
.close450px {
	display:none;
}
.imgWrap {
	width:100%;
	padding-top:93px;
}
.imgWrap450 {
	width:100%;
	padding-top:18px;
	padding-bottom:18px;
	display:none;
}
.imgClose {
	width: 59%;
    border: 9px solid white;
    border-radius: 15px;
    margin-right: auto;
    margin-left: auto;
	background-color:white;
}
.imgLogo {
	width:210px;
	margin-left:18px;
	margin-top:9px;
}

.casWrap {
	width:190px;
	margin:0px auto;
	display:inline;
}

.podMenu {
	background-color:white;
	width:260px;
	height:100%;
	position:fixed;
	z-index:1;
}
.rpiData {
	position:fixed;
	bottom:0;
	margin-bottom:18px;
	margin-left:18px;
	padding:5px;
	width:224px;
}
.prg-container {
	width:212px;
	height:10px;
}
.prg-border {
	background-color:black;
}
.prg-inside {
	background-color:#00a89d;
	width:50%;
	height:10px;
}
.diskData {
	font-size:24px;
	color:#00a89d;
	font-weight:bold;
}
.bold {
	font-weight:bold;
}
.rpiData450 {
	position:static;
	width:100%;
	margin-left:5%;	
}
.prg-container450 {
	width:90%;
}

.navButton {
border-radius:5px;
width:50px;
height:50px;
}
.menuButton {
    border-right-width:0px;
    border-bottom-width:1px;
}

.imgMain {
	
}

.vsechnyFotoWrap {
    padding: 20px;
}

.photoList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.photoItem {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}

.btnStahnout {
    background: #007bff;
    color: white;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
}


.photoGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.photoCard {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
	border-radius:15px;
}

.photoThumb {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
	cursor:pointer;
}

.photoCaption {
    font-size: 14px;
    color: #444;
    margin-top: 5px;
	font-weight:bold;
}


.btnStahnout {
    display: inline-block;
    margin-top: 6px;
    background-color: #0066cc;
    color: white;
    padding: 4px 10px;
    text-decoration: none;
    font-size: 13px;
    border-radius: 3px;
}

.btnStahnout:hover {
    background-color: #004c99;
}

.photoModal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 40px;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.modalContent {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 80%;
    border-radius: 4px;
}

.modalCaption {
    text-align: center;
    color: #ccc;
    padding: 10px;
    font-size: 16px;
}

.modalClose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.dateWrapper {
	padding-top:3em;
	padding-left:2em;
	
}

.vyberWrap {
	display:flex;
	
}


.halfImg {
    width: 49%;
    display: inline-block;
    object-fit: contain;
}

.compareContainer {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.compareWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.compareImg {
    width: 100%;
    display: block;
    object-fit: contain;
}

.overlayContainer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    width: 50%;
}

.topImg {
    position: absolute;
    top: 0;
    left: 0;
}

#slider {
    width: 100%;
    margin-top: 10px;
}


.fadeContainer {
  position: relative;
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: auto;
}

.fadeImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: clip-path 0.2s ease;
  user-select: none;
  pointer-events: none;
}

.baseImg {
  z-index: 1;
}

.overlayImg {
  z-index: 2;
  clip-path: inset(0 50% 0 0); /* výchozí - 50 % odleva */
}

#fadeSlider {
  width: 100%;
  margin-top: 10px;
  z-index: 3;
  position: relative;
}

.slide-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  user-select: none;
  cursor: ew-resize;
}

.slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.slide-overlay {
  z-index: 2;
  clip-path: inset(0 50% 0 0); /* výchozí průhlednost zprava */
  transition: clip-path 0.1s;
}

.slide-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 3;
  pointer-events: none;
}



@media only screen and (max-width: 1400px) {
.navMenu {
   width:100vw;
}
.podMenu {
	display:none;
}
.munuButtons {
	display:flex;
	margin-top:-62px;
	margin-left:241px;
	
	
}
.menuButton{
	display:block;
	padding:0px;
	border-left:0px;
	width:246px;
	border-left:1px lightgray solid;
}
.container {
   margin-left:0px;
   height:100vh;
   padding-top:204px;
}
.Fullimg {
	height:auto;
	margin-top:0px;
}
.scrollPhoto {
   width:100%;
   text-align:center;
}
.inpDate {
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	width:110px;
	border:none;
	font-size:18px;
	margin-top:-15px;
}

.close450px {
	display:block;
	position:absolute;
	right: 0;
    width: 50px;
    margin-right: 18px;
    margin-top: -7px;
}
.podMenu {
	display:none;
}
.rpiData {
	display:none;
}
.imgWrap450 {
	display:block;
}
.imgWrap {
	padding-top:18px;
}
.imgClose {
    width: 90%!important;
}

}
@media only screen and (max-width: 450px) {
.navMenu {
   width:100%;
   position:absolute;
}
.imgLogo {
	width:60%;
}
.container {
   margin-left:0px;
   height:100vh;
   padding-top:204px;
}
.Fullimg {
	height:auto;
	margin-top:0px;
}
.scrollPhoto {
   width:100%;
   text-align:center;
}
.inpDate {
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	width:110px;
	border:none;
	font-size:18px;
	margin-top:-15px;
}
.close450px {
	display:block;
	position:absolute;
	right: 0;
    width: 50px;
    margin-right: 18px;
    margin-top: -7px;
}
.imgClose {
	width:90%;
}
.casButton {
	cursor:default;
}

}







