<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* CENIK*/
.zdrojove-tabulky {
  padding-top: 20px;
}

.myTable,
#targetTable {
  width: 100%;
}

.td-check {
  width: 50px;
}

.table-cenik td {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 0px;
}

.table-hover tr {
  cursor: pointer;
}

.cenik-cena {
  padding: 6px;
  max-width: 70px;
  min-width: 57px;
}

.container-cenik {
  max-width: 1510px;
}

.col-cenik-soucet {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .col-cenik-soucet {
    display: block;
    position: fixed;
    top: 0px;
    right: 0%;
    background-color: #fdfdfd;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: solid 4px #CCDC53;
    border-bottom: solid 4px #CCDC53;
  }

}



.table-cenik tr:hover {
  background-color: #f5f5f5;
}



/* Styly pro zvĂ˝raznÄ›nĂ­ Ĺ™Ăˇdku pĹ™i najetĂ­ myĹˇĂ­ */
.myTable tbody tr:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.cenik-kategorie {
  font-size: 1.4rem;
  background-color: #f3f3f3;
  padding: 5px 10px;
  font-weight: 600;
}

.btn-vymazat-ceny {
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 4px 20px;
  border: 0px;
  background-color: #CCDC53;
  color: #000;
}

.btn-vymazat-ceny:hover {
  background-color: #767e3e;
  color: #f5f5f5;
}

.cenik-prehled-mobil {
  display: block;
  background-color: #CCDC53;

}

.modal-backdrop {
  z-index: 8 !important;
}

.modal-dialog {
  max-width: 500px;
  margin: 6.75rem auto;
  top: 25%;
}

.cena-celkem {
  font-weight: 700;
  padding: 5px;
}


.cenik-prehled-mobil .btn-primary, .cenik-prehled-mobil .btn-primary:focus  {
    width: 100%;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.cenik-prehled-mobil .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#targetTable td {
    padding-top: 6px;
    padding-bottom: 6px;
}

/* End CENIK*/</pre></body></html>