@charset "utf-8";
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../../images/loader/page-loaderx.gif?e') 50% 50% no-repeat rgb(249,249,249);
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*:focus {
    outline: none;
}
#pleaserotate-graphic{
  fill: #FFFFFF;
}
#pleaserotate-backdrop {
  color: #FFFFFF;
  background-color: #79A537;
}
.header {
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
}
.navbar {
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1000;
}
#vAlign img {
	vertical-align :bottom;
}
.containerdiv {
  border: 0;
  float: center;
  position: relative;
} 
.cornerimage {
  border: 0;
  position: absolute;
  top: 3px;
  right: 3px;
 }
.cornerimage2 {
  border: 0;
  position: absolute;
  top: 1px;
  right: 1px;
 }
.cornerimage_foto_bottom {
  border: 0;
  position: absolute;
  top: -2px;
  right: -3px;
 }
.cislo_fotopasti {
  border: 0;
  position: absolute;
  top: 35px;
  left: 5px;
  font-size: 3vw; 
  color: #999999; 
  font-family: Titillium Web;
  font-weight: bold;
 }
.cislo_fotopasti_nahledy {
  border: 0;
  position: absolute;
  top: 35px;
  left: 5px;
  font-size: 3vw; 
  color: #000000; 
  font-family: Titillium Web;
  font-weight: bold;
 }
.swipper_fotopasti_nazev {
  border: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 5vw; 
  color: #000000; 
  font-family: Titillium Web;
  font-weight: bold;
 }
.swipper_fotopasti_datum {
  border: 0;
  position: absolute;
  bottom: 5px;
  left: 6px;
  font-size: 3vw; 
  color: #ffffff; 
  font-family: Titillium Web;
  font-weight: bold;
 }
.baterka {
  border: 0;
  position: absolute;
  top: 3px;
  left: 4px;
 }
.signal {
  border: 0;
  position: absolute;
  top: 20px;
  left: 4px;
 }
.zvonek {
  border: 0;
  position: absolute;
  bottom: 3px;
  left: 4px;
 }
.foto_oblibene {
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
 }
.foto_oblibene_kostky {
  border: 0;
  position: absolute;
  top: 8px;
  right: 8px;
 }
.foto_cislo {
  border: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: Titillium Web;
  /*font-weight: bold;*/
  font-size: 3vw; 
  color: #FFFD00;
  text-shadow:1px 1px 5px #000000, 1px 1px 5px #000000;
 }
.foto_cislo_kostky {
  border: 0;
  position: absolute;
  top: 8px;
  left: 8px;
  font-family: Titillium Web;
  /*font-weight: bold;*/
  font-size: 2.7vw; 
  color: #FFFD00;
  text-shadow:1px 1px 5px #000000, 1px 1px 5px #000000;
 }
#circle {
  width: 7vw;
  height: 7vw;
  background: #79A537;
  border-radius: 50%;
}
#circle_foto_bottom {
  width: 3.5vw;
  height: 3.5vw;
  background: #79A537;
  border-radius: 50%;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 133px; /* Place the button at the bottom of the page */
  /*right: 10px;  Place the button 30px from the right */
  z-index: 999; /* Make sure it does not overlap */
  border: #ffffff 1px solid; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #79A537; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 5vw; /* Increase font size */
  opacity: 0.8;
  width: 30%;
  font-family: Titillium Web;
}
#myBtn2 {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 60px; /* Place the button at the bottom of the page */
  /*right: 10px;  Place the button 30px from the right */
  z-index: 999; /* Make sure it does not overlap */
  border: #ffffff 1px solid; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #79A537; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 5vw; /* Increase font size */
  opacity: 0.8;
  width: 30%;
  font-family: Titillium Web;
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


#myBtn_zpet {
  
  position: fixed; /* Fixed/sticky position */
  bottom: 65px; /* Place the button at the bottom of the page */
  /*right: 10px;  Place the button 30px from the right */
  z-index: 999; /* Make sure it does not overlap */
  border: #000000 1px solid; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #E8E8E8; /* Set a background color */
  color: #000000; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 5vw; /* Increase font size */
  opacity: 0.8;
  width: 30%;
  font-family: Titillium Web;
}

#myBtn_pridat {
  
  position: fixed; /* Fixed/sticky position */
  bottom: 65px; /* Place the button at the bottom of the page */
  /*right: 10px;  Place the button 30px from the right */
  z-index: 999; /* Make sure it does not overlap */
  border: #ffffff 1px solid; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #79A537; /* Set a background color */
  color: #ffffff; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 5vw; /* Increase font size */
  opacity: 0.8;
  width: 30%;
  font-family: Titillium Web;
}

.fotografie {
	width: 100%;
	max-width: 600px;
	height: auto;
}
.logo {
	width: 90%;
	height: auto;
}
.logo_menu {
	width: 60%;
	height: auto;
}

/*form {border: 3px solid #f1f1f1;}*/

input[type=text], input[type=password], select, input[type=email], input[type=tel], input[type=number], input[type=datetime-local], input[type=date], input[type=time] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #E3E3DB;
  font-size: 4vw;
}

.upload-btn-obal {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width:100%
}

.btn_up {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #E3E3DB;
  font-size: 4vw;
  color: #757575;
}

.upload-btn-obal input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width:100%
}
.inp_prazdny
{
	color: #757575;
	font-family: Titillium Web;
  	font-size: 3vw;
}

input:valid ~ .empty {
    display: none;
}

input:invalid ~ .chosen {
    display: none;
}
.inp_plny
{
	color: #006600;
	font-family: Titillium Web;
  	font-size: 3vw;
}

.button_login {
  background-color: #79A537;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  width: 100%;
  font-family: Titillium Web;
  font-size: 5vw;
}

.button_zalozit {
  background-color: #234040;
  color: #ffffff;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  width: 100%;
  font-family: Titillium Web;
  font-size: 5vw;
}

.button_pridat {
  background-color: #79A537;
  color: white;
  padding: 14px 20px;
  margin: 3px 0;
  border: none;
  width: 100%;
  font-family: Titillium Web;
  font-size: 5vw;
  border-radius: 5px;
}

.button_pridat_vib {
  background-color: #79A537;
  color: white;
  padding: 6px 20px;
  margin: 3px 3px;
  border: none;
  width: 100%;
  font-size: 5vw;
  border-radius: 5px;
}
.button_pridat_vib:after {
    content: "\f1d9";
	font-family: FontAwesome;
}
.button_pridat_vib2 {
  background-color: #79A537;
  color: white;
  padding: 6px 20px;
  margin: 3px 3px;
  border: none;
  width: 100%;
  font-size: 5vw;
  border-radius: 0px 5px 5px 0px;
}
.button_pridat_vib2:after {
    content: "\f1d9";
	font-family: FontAwesome;
}
.loading_vib2{
  background-color: #79A537;
  color: white;
  padding: 6px 0px;
  margin: 3px 3px;
  border: none;
  width: 100%;
  font-size: 5vw;
  border-radius: 5px;
  border-radius: 0px 5px 5px 0px;
}

.loading_vib2:after {
    content: "\f1d8";
	padding: 6px 20px;
	font-family: FontAwesome;
	border-radius: 0px 5px 5px 0px;
}

.loading_vib{
  background-color: #79A537;
  color: white;
  padding: 6px 0px;
  margin: 3px 3px;
  border: none;
  width: 100%;
  font-size: 5vw;
  border-radius: 5px;
}

.loading_vib:after {
    content: "\f1d8";
	padding: 6px 20px;
	font-family: FontAwesome;
}

.button_foto_vib {
  background-color: #327EFE;
  color: white;
  padding: 6px 20px;
  margin: 3px 3px;
  border: none;
  width: 100%;
  font-size: 5vw;
  border-radius: 5px;
}
.button_foto_vib:after {
    content: "\f1c5";
	font-family: FontAwesome;
}

.button_filtr_nastaveny {
  background-color: #E8E8E8;
  color: #000000;
  padding: 14px 20px;
  margin: 3px 0;
  border: none;
  width: 100%;
  font-family: Titillium Web;
  font-size: 5vw;
  border-radius: 5px;
}

.button_zalozit:hover {
  opacity: 0.8;
}

.button_login:hover {
  opacity: 0.8;
}

.button_pridat:hover {
  opacity: 0.8;
}

.container {
  padding-top: 16px;
  padding-bottom: 0px;
  padding-left: 16px;
  padding-right: 16px;
}
.container_skupina_pridat {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 16px;
  padding-right: 16px;
}
.checkboxes label {
  display: inline-block;
  padding-right: 0px;
  white-space: nowrap;
}
.checkboxes input {
  vertical-align: middle;
}
.checkboxes label span {
  vertical-align: middle;
}
.font_kdejsem
{
	font-size: 6.5vw; 
	color: #ffffff; 
	font-family: Titillium Web;
}
.font_beta_verze
{
	font-size: 7vw; 
	color: #79A537; 
	font-family: Titillium Web;
	font-weight: bold;
}
.font_sub_kdejsem
{
	font-size: 6vw; 
	color: #000000; 
	font-family: Titillium Web;
	font-weight: bold;
}
.font_input_popisky
{
	font-size: 5vw; 
	color: #000000; 
	font-family: Titillium Web;
}
.font_popisek_cerny
{
	font-size: 4vw; 
	color: #000000; 
	font-family: Titillium Web;
}
.font_popisek_sedy
{
	font-size: 4vw; 
	color: #cccccc; 
	font-family: Titillium Web;
}
.font_popisek_sedy_uzivatel_edit
{
	font-size: 5vw; 
	color: #B0B0B0; 
	font-family: Titillium Web;
}
.font_menu_bottom
{
	font-size: 3vw; 
	color: #ffffff; 
	font-family: Titillium Web;
}
.font_menu_bottom_honitba
{
	font-size: 3vw; 
	color: #ffffff; 
	font-family: Titillium Web;
}
.font_fotopasti_nazev
{
	font-size: 5vw; 
	color: #000000; 
	font-family: Titillium Web;
	font-weight: bold;
}
.font_fotopasti_nazev_swipper
{
	font-size: 7vw; 
	color: #000000; 
	font-family: Titillium Web;
	font-weight: bold;
}
.font_fotopasti_datum_swipper
{
	font-size: 4vw; 
	color: #000000; 
	font-family: Titillium Web;
	font-weight: bold;
}
.font_fotopasti_predmet
{
	font-size: 4vw; 
	color: #000000; 
	font-family: Titillium Web;
}
.font_fotopasti_email
{
	font-size: 3vw; 
	color: #000000; 
	font-family: Titillium Web;
}
.font_fotopasti_pocet_novych
{
	font-size: 4vw; 
	color: #ffffff; 
	font-family: Titillium Web;
}
.font_fotopasti_kolik_pred
{
	font-size: 4vw; 
	color: #000000; 
	font-family: Titillium Web;
	font-weight: bold;
}
.font_fotopasti_kolik_pred_kostky
{
	font-size: 2.7vw; 
	color: #000000; 
	font-family: Titillium Web;
	font-weight: bold;
}
.font_fotopasti_datum_foto
{
	font-size: 4vw; 
	color: #000000; 
	font-family: Titillium Web;
}
.font_fotopasti_datum_foto_kostky
{
	font-size: 2.7vw; 
	color: #000000; 
	font-family: Titillium Web;
}
.font_pocasi_teplota
{
	font-size: calc(17px + (26 - 14) * ((100vw - 300px) / (1600 - 300))); 
	color: #000000; 
	font-family: Titillium Web;
	font-weight: bold;
}
.font_pocasi_vitr
{
	font-size: 5vw; 
	color: #000000; 
	font-family: Titillium Web;
	font-weight: bold;
}
.font_uzivatel_info
{
	font-size: calc(13px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
	color: #000000; 
	font-family: Titillium Web;
	/*font-weight: bold;*/
}
.font_nastenka_online
{
	font-size: 5.5vw; 
	color: #ffffff; 
	font-family: Titillium Web;
}
.font_nastenka_online_kdo
{
	font-size: 4vw; 
	color: #000000; 
	font-family: Titillium Web;
	/*font-weight: bold;*/
}
.doby_lovu_co
{
	font-size: 4vw; 
	color: #000000; 
	font-family: Titillium Web;
	/*font-weight: bold;*/
}.doby_lovu_od_do
{
	font-size: 3vw; 
	color: #000000; 
	font-family: Titillium Web;
	/*font-weight: bold;*/
}
.doby_lovu_poznamka
{
	font-size: 3vw; 
	color: #737373; 
	font-family: Titillium Web;
	/*font-weight: bold;*/
}
.font_texty
{
	font-size: 4.5vw; 
	color: #000000; 
	font-family: Titillium Web;
}
.pkv_ver
{
	font-size: 4.5vw; 
	color: #79A537; 
	font-family: Titillium Web;
	font-weight: bold;
}
.pkv_text
{
	font-size: 4.5vw; 
	color: #000000; 
	font-family: Titillium Web;
}
.dosled_senosec_text
{
	font-size: 3vw; 
	color: #000000; 
	font-family: Titillium Web;
}
.postrelove_znaky_text
{
	font-size: 3vw; 
	color: #000000; 
	font-family: Titillium Web;
}
.postrelove_znaky_nadpis
{
	font-size: 3.5vw; 
	color: #000000; 
	font-family: Titillium Web;
	text-decoration: underline;
}
.postrelove_znaky_tlacitko
{
	font-size: 5vw; 
	color: #ffffff; 
	font-family: Titillium Web;
}
.tlacitko:hover {
  opacity: 0.3;
}
/* Style the navigation menu */
#note {
        position: fixed;
        z-index: 1001;
        top: 0;
        left: 0;
        right: 0;
		height: 60px;
        background: #10241D;
        text-align: center;
        line-height: 2.5;
        overflow: hidden;
		font-family: Titillium Web;
		color: #ffffff;
		font-size: 6vw;
		/*opacity: 0.85;*/
        -webkit-box-shadow: 0 0 5px black;
        -moz-box-shadow:    0 0 5px black;
        box-shadow:         0 0 5px black;
    }
    .cssanimations.csstransforms #note {
        -webkit-transform: translateY(-80px);
        -webkit-animation: slideDown 2.5s 0.5s 1 ease forwards;
        -moz-transform:    translateY(-80px);
        -moz-animation:    slideDown 2.5s 0.5s 1 ease forwards;
    }
    
    @-webkit-keyframes slideDown {
        0%, 100% { -webkit-transform: translateY(-80px); }
        10%, 90% { -webkit-transform: translateY(0px); }
    }
    @-moz-keyframes slideDown {
        0%, 100% { -moz-transform: translateY(-80px); }
        10%, 90% { -moz-transform: translateY(0px); }
    }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 2px;
}

.switch2 {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider2:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #79A537;
}

input:focus + .slider {
  box-shadow: 0 0 1px #79A537;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.dropdown-content {
  display: none;
  position: fixed;
  right: 0px;
  top: 5px;
  background-color: #E8E8E8;
  width: 80%;
  height: 90%;
  overflow: auto;
  z-index: 1002;
  border-left: #C4C4C4 solid 2px;
  border-bottom: #C4C4C4 solid 2px;
}
.dropdown-content a {
  color: #616161;
  padding: 2px 0px 3px 15px;
  text-decoration: none;
  display: block;
  font-family: Titillium Web;
  font-size: 5vw;
}
.show {display: block;}

/* Hide the list on focus of the input field */
datalist {
	display: none;
}
/* specifically hide the arrow on focus */
/*input::-webkit-calendar-picker-indicator {
	display: none;
}*/

.loading{
  background-color: #79A537;
  color: white;
  padding: 14px 0px;
  margin: 3px 0;
  border: none;
  width: 100%;
  font-family: Titillium Web;
  font-size: 5vw;
  border-radius: 5px;
}

.loading:after {
    content: "UKLÁDÁM";
}

#icon{ 
    background-repeat: no-repeat; 
    background-position: 2px 3px;
}

/*CONFIRM ZACATEK*/
/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

button:hover {
  opacity:1;
}

/* Float cancel and delete buttons and add an equal width */
.cancelbtn, .deletebtn {
  float: left;
  width: 50%;
}

/* Add a color to the cancel button */
.cancelbtn {
  background-color: #ccc;
  color: black;
}

/* Add a color to the delete button */
.deletebtn {
  background-color: #79A537;
}

/* Add padding and center-align text to the container */
.container_confirm {
  padding: 16px;
  text-align: center;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1001; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 100px;
  font-family: Titillium Web;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}


 
/* The Modal Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .deletebtn {
     width: 100%;
  }
}
/*CONFIRM KONEC*/

.dosled_senosec_ano{
	border-radius: 50%; 
	background: #79A537; 
	width: 10px; 
	height: 10px;
}
.dosled_senosec_ne{
	border-radius: 50%; 
	background: #ff0000; 
	width: 10px; 
	height: 10px;
}
.menu_kostky_text{ 
	color: #ffffff; 
	font-size: 3vw;
	font-family: Titillium Web;
}
.copyright_text{ 
	color: #234040; 
	font-size: 3.5vw;
	font-family: Titillium Web;
	text-shadow: 2px 2px 4px #999999;
}


.button_load {
  position: relative;
}

.button_load:active {
  background: #79A537;
}

.button_load__text {
  color: #ffffff;
  transition: all 0.2s;
}

.button_load--loading .button_load__text {
  visibility: hidden;
  opacity: 0;
}

.button_load--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

.button_load2 {
  position: relative;
}

.button_load2:active {
  background: #234040;
}

.button_load2__text {
  color: #ffffff;
  transition: all 0.2s;
}

.button_load2--loading .button_load2__text {
  visibility: hidden;
  opacity: 0;
}

.button_load2--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}
