<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset default browser styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body and overall layout */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

header {
    background: #333;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}

header h1 {
    margin: 0;
}



main {
    max-width: 900px;
    margin: 2rem auto;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

footer {
    text-align: center;
    padding: 1rem;
    background: #333;
    color: #fff;
  //  position: absolute;
    bottom: 0;
    width: 100%;
}

/* Table styles */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

table th, table td {
    padding: 0.75rem;
    border: 1px solid #ddd;
    text-align: center;
}

table th {
    background: #f4f4f4;
}

.bile_pozadi {
    background: #f4f4f4;
}

.reserved {
    background-color: #f8d7da;
    color: #721c24;
}

.available {
    background-color: #d4edda;
    color: #155724;
}

.zruĹˇeno {
    background-color: #d4edda;
    color: #155724;
}

.zamluveno {
    background-color: #a3ecff;
    color: #330099;
}
.stary {
    background-color: #cccccc;
    color: #000000;
}

/* Form styles */
form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.form-group input,
.form-group select {
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
}

.form-group input[type="datetime-local"] {
    width: auto;
}

button,
input[type="submit"] {
    padding: 0.75rem 1.25rem;
    border: none;
    background: #333;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 1rem;
}

button:hover,
input[type="submit"]:hover {
    background: #555;
}


 .calendar {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        
    }
    .calendar-header {
        text-align: center;
        margin-bottom: 10px;
    }
    .calendar-header a {
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        text-decoration: none;
        color: black;
        padding: 0 10px;
    }
    .calendar-body table {
        width: 100%;
        border-collapse: collapse;
    }
    .calendar-body th, .calendar-body td {
        width: 14.28%;
        height: 40px;
        text-align: center;
        border: 1px solid #ddd;
       
    }
    .calendar-body .weekend {
        background-color: #f0f0f0;
    }
    .calendar-aktDate {
        background-color: #ffcc33;
       
    }
    
    
    
   /*vĹˇechny odkazy*/
a.calendar:link {
	text-decoration: none;
	color: black; 
        font-style: oblique;
        
}

a.calendar:hover {
	text-decoration: underline;
	color: black;
        font-style: oblique;
}

a.calendar:visited {
	text-decoration: none;
	color: black;
        font-style: oblique;
}

a.calendar:active {
	text-decoration: none;
	color: black;
        font-style: oblique;
}
    

   /*vĹˇechny odkazy*/
a.sedy:link {
	text-decoration: none;
	color: gray; 
        font-style: oblique;
        
}

a.sedy:hover {
	text-decoration: underline;
	color: gray;
        font-style: oblique;
}

a.sedy:visited {
	text-decoration: none;
	color: gray;
        font-style: oblique;
}

a.sedy:active {
	text-decoration: none;
	color: gray;
        font-style: oblique;
}


.submenu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
}

.has-submenu:hover .submenu {
  display: block;
}

.submenu li {
  padding: 8px 16px;
}

.submenu li a {
  color: #333;
  text-decoration: none;
}

.submenu li a:hover {
  background-color: #ddd;
}


.centered-container {
 
  justify-content: left;     /* HorizontĂˇlnÄ› centrĂˇlnĂ­ zarovnĂˇnĂ­ */
  /*align-items: center; */        /* VertikĂˇlnÄ› centrĂˇlnĂ­ zarovnĂˇnĂ­ */
  /*height: 30vh; */              /* VĂ˝Ĺˇka kontejneru na 100% vĂ˝Ĺˇky viewportu */
  background-color: #f0f0f0;   /* SvÄ›tlĂ© pozadĂ­, mĹŻĹľete zmÄ›nit barvu dle potĹ™eby */
  text-align: left;          /* Zarovnat text na stĹ™ed */
  padding: 20px;               /* VolitelnĂ˝ padding pro prostor kolem textu */
  font-weight:unset
}


#sezona {
  margin-bottom: 20px; }
  #date-countdown .countdown-block {
    display: inline-block;
    font-size: 12px;
    border-radius: 7px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80px;
    margin-right: 8px;
    text-align: center; }
    #date-countdown .countdown-block .label {
      line-height: 1.2;
      font-size: 2rem;
      display: block; }

    .error {
          
    color: red;
    }
    
    
    
    /* Styl pro message bar */
.alert_bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 0;
    border-radius: 0;
}



/* VylepĹˇenĂ­ pro mobilnĂ­ zobrazenĂ­ */
@media (max-width: 768px) {
    .alert {
        flex-direction: column;
        gap: 1rem;
    }
    
    .message-actions {
        width: 100%;
        justify-content: space-between;
    }
}


</pre></body></html>