/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31.5.2022, 10:16:37
    Author     : HMIRAM
*/


/*--- EU cookies ---*/
.eu-cookies {
  position: fixed;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: #fff;
  z-index: 1049;
  margin: 10px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  max-width: 300px;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
  @media only screen and (max-width: 488px) {
    .eu-cookies {
      max-width: none; } }
  .eu-cookies .image {
    width: 120px;
    display: block;
    margin: -45px auto 0px auto; }
  .eu-cookies .text {
    display: block;
    padding: 5px 0px; }
  .eu-cookies button {
    border: 0;
    padding: 5px 10px;
    margin: 10px;
    border-radius: 3px;
    border: 1px solid transparent; }
    .eu-cookies button.vse i {
      color: red; }
    .eu-cookies button:hover {
      background: #e3e3e3; }

/*--- EU cookies - modal nastaven├ş ---*/
.cookies-info-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 488px) {
    .cookies-info-text {
      flex-wrap: wrap; } }
  .cookies-info-text .text {
    text-align: justify; }

.cookies-nastaveni .panel {
  box-shadow: none;
  margin-bottom: 10px;
  border: 1px solid #eee; }
  .cookies-nastaveni .panel .panel-heading {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px; }
    @media only screen and (max-width: 380px) {
      .cookies-nastaveni .panel .panel-heading .ano-ne {
        width: 100%;
        text-align: end; } }
  .cookies-nastaveni .panel .panel-body {
    border: 0 !important; }

