*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body
{
  color: #000000;
  background-color: #FFFFFF;
  /*display: flex; */
}

html,body {
  height: 100%;
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  /*background-image: url(../images/pozadi001.jpg);*/
  background-size:     cover;                      /* <------ */
  background-repeat:   no-repeat;
  background-position: center center;
}

.loading {position: fixed;top: 0; right: 0; bottom: 0; left: 0; background: #bbb; display: none; opacity: 0.7;}
.loader {left: 50%; margin-left: -4em; font-size: 10px; border: .8em solid rgba(218, 219, 223, 1); border-left: .8em solid rgba(58, 166, 165, 1); animation: spin 1.1s infinite linear;}
.loader, .loader:after { border-radius: 50%; width: 8em; height: 8em; display: block; position: absolute; top: 50%; margin-top: -4.05em;}
.loading-text { width: 90px; position: absolute; top: calc(50% - 15px); left: calc(50% - 45px); text-align: center;}
@keyframes spin { 0% { transform: rotate(360deg); } 100% { transform: rotate(0deg); }}

a
{
  text-decoration: none;
}

/*.form_dotaznik input[type="radio"]
{
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  transition: border .2s ease;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  margin: 0 5px;
  transition: all .2s ease;
}
*/

.form_dotaznik .znamka1,
.form_dotaznik .znamka2,
.form_dotaznik .znamka3,
.form_dotaznik .znamka4,
.form_dotaznik .znamka5
{
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  transition: border .2s ease;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  margin: 0 5px;
  transition: all .2s ease;
}

.form_dotaznik
{
  margin-top: 20px;
  padding: 10px;
  display: inline-block;
  border: 2px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.form_dotaznik p
{
  padding: 5px;
}

.form_dotaznik fieldset
{
  margin: 0px 0px 10px 0px;
  border: 0px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-shadow: 3px 3px 1px 0px #cccccc;
  -webkit-box-shadow: 3px 3px 1px 0px #cccccc;
  -moz-box-shadow: 3px 3px 1px 0px #cccccc;
}

.form_dotaznik label,
.form_dotaznik .label_req
{
    padding: 0 0 5px 0;
}

.form_dotaznik .label_req:after
{
  content: ' *';
  color: #f00;
}

.form_dotaznik fieldset legend
{
  margin-left: -1px;
    color: #0E4194;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    background: #FFFFFF;
    padding: 0px 8px 3px 8px;
    box-shadow: -0px -1px 2px #FFFFFF;
    -moz-box-shadow:-0px -1px 2px #FFFFFF;
    -webkit-box-shadow:-0px -1px 2px #FFFFFF;
    font-weight: normal;
    font-size: 14px;
}

.form_dotaznik .edit
{
  position: relative;
  width: 100%;
}

.form_dotaznik textarea
{
    width:250px;
    /**height:100px;**/
}

.form_dotaznik input[type=text]
{
  color: #000000;
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  border: 1px solid #cccccc;
  outline: none;
  padding: 5px 8px 5px 8px;
  margin-right: 5px;
  margin-bottom: 5px;
  box-shadow: inset 1px 1px 4px #cccccc;
    -moz-box-shadow: inset 1px 1px 4px #cccccc;
    -webkit-box-shadow: inset 1px 1px 4px #cccccc;
  background: #FFFFFF;
}

.form_dotaznik input[type=password],
.form_dotaznik input[type=date],
.form_dotaznik input[type=datetime],
.form_dotaznik input[type=number],
.form_dotaznik input[type=search],
.form_dotaznik input[type=time],
.form_dotaznik input[type=url],
.form_dotaznik input[type=email],
.form_dotaznik select,
.form_dotaznik textarea,
.pripominka_area
{
  width: 100%;
  color: #000000;
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  border: 1px solid #cccccc;
  outline: none;
  padding: 5px 8px 5px 8px;
  margin-right: 5px;
  margin-bottom: 5px;
  box-shadow: inset 1px 1px 4px #cccccc;
    -moz-box-shadow: inset 1px 1px 4px #cccccc;
    -webkit-box-shadow: inset 1px 1px 4px #cccccc;
  background: #FFFFFF;
}

.form_dotaznik input:focus,
.form_dotaznik select:focus
{
  border-color: #0E4194;
}

.form_dotaznik input[type="checkbox"]:focus
{
  background: #0E4194;
  outline:2px solid #0E4194;

}

.form_dotaznik input[type="checkbox"]
{
  -webkit-appearance: checkbox;
 margin-right: 10px;
}

.form_dotaznik input[type=submit],
.form_dotaznik input[type=button],
.form_dotaznik button
{
  background-color: #0E4194;
  border: 1px solid #0E4194;
  border-bottom-color: #0E4194;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom: 2px solid #0E4194;
  border-bottom-color: #0E4194;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: #ffffff;
  padding: 5px 15px 5px 15px;
  margin: 5px;
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  font-weight: bold;
}

.form_dotaznik  input[type=submit]:focus,
.form_dotaznik  input[type=button]:focus,
.form_dotaznik  button:focus,
.form_dotaznik  input[type=submit]:hover,
.form_dotaznik  input[type=button]:hover,
.form_dotaznik  button:hover
{
  background-color: #21cde8;
  border: 1px solid #21cde8;
  border-bottom-color: rgb(33, 205, 232);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom: 2px solid #14aac2;
  color: #ffffff;
}

.form_dotaznik input[type="radio"].znamka1
{
  background: url("../images/znamka1.svg") center;
  background-size: cover;
}

.form_dotaznik input[type="radio"].znamka2
{
  background: url("../images/znamka2.svg") center;
  background-size: cover;
}

.form_dotaznik input[type="radio"].znamka3
{
  background: url("../images/znamka3.svg") center;
  background-size: cover;
}

.form_dotaznik input[type="radio"].znamka4
{
  background: url("../images/znamka4.svg") center;
  background-size: cover;
}

.form_dotaznik input[type="radio"].znamka5
{
  background: url("../images/znamka5.svg") center;
  background-size: cover;
}

.form_dotaznik input[class="znamka1"]:hover,
.form_dotaznik input[class="znamka1"]:checked
{
	filter: invert(0.4) sepia(1) saturate(20) hue-rotate(79.2deg) brightness(1);
	-webkit-filter: invert(0.4) sepia(1) saturate(20) hue-rotate(79.2deg) brightness(1);
}

.form_dotaznik input[class="znamka2"]:hover,
.form_dotaznik input[class="znamka2"]:checked
{
	filter: invert(0.4) sepia(1) saturate(20) hue-rotate(180deg) brightness(1);
	-webkit-filter: invert(0.4) sepia(1) saturate(20) hue-rotate(180deg) brightness(1);
}

.form_dotaznik input[class="znamka3"]:hover,
.form_dotaznik input[class="znamka3"]:checked
{
-webkit-filter: invert(0.15) sepia(0.5) saturate(20) hue-rotate(0deg) brightness(1);
	filter: invert(0.15) sepia(0.5) saturate(20) hue-rotate(0deg) brightness(1);}

.form_dotaznik input[class="znamka4"]:hover,
.form_dotaznik input[class="znamka4"]:checked
{
	-webkit-filter: invert(0.4) sepia(1) saturate(20) hue-rotate(330deg) brightness(1);
	filter: invert(0.4) sepia(1) saturate(20) hue-rotate(330deg) brightness(1);
}

.form_dotaznik input[class="znamka5"]:hover,
.form_dotaznik input[class="znamka5"]:checked
{
	-webkit-filter: invert(0.39) sepia(1) saturate(19.3) hue-rotate(309.6deg) brightness(0.77);
	filter: invert(0.39) sepia(1) saturate(19.3) hue-rotate(309.6deg) brightness(0.77);
}

#horni_pruh
{
  background-color: #0e4194;
  border-top: 1px solid #0e4194;
  border-bottom: 3px solid #0e41FF;
}

#stranka
{
  background-color: #FFFFFF;
  /*height: 100%;*/
}

#substranka
{
  max-width: 1270px;
  margin: auto;
  background-color: #FFFFFF;
}

#graf_prostor
{
  max-width: 900px;
  max-height: 900px;
  margin: 0 auto;
}

#pred_footer
{
  height: 50px;
}

footer
{
  font-size: 12px;
  line-height: 1;
  display: table;
  position:fixed;
  bottom:0;
  text-align: center;
  width: 100%;
  padding: 5px;
  background-color: #0e41FF;
  color: #FFFFFF;
  border-color: #0e41FF;
  border: 1px solid #0e41FF;
  padding: 10px;
}

footer a:link,
footer a:visited
{
  text-decoration: none;
  color: #FFFFFF;
}

footer a:hover,
footer a:active
{
  text-decoration: underline;
}

footer .prihlaseny_uzivatel
{
  display: table-cell;
  float: left;
  text-align: left;
  width: 33%;
}

footer .autor
{
  display: table-cell;
  float: left;
  text-align: center;
  width: 33%;
}

footer #cas_do_konce
{
  display: table-cell;
  float: left;
  text-align: center;
  width: 33%;
}

h1
{
  margin-top: 5px;
  margin-bottom: 5px;
  color: #f00;
  text-align: center;
}

h2
{
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.radek
{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 10px;
}

.form_sl100
{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.form_sl1
{
  position: relative;
  width: 100%;
  /*max-width: 300px;*/
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.form_sl2
{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0;
}

.form_sl3
{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0;
}

.form_sl4
{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0;
}

.dd_volba
{
  display: inline-block;
  width: 100px;
  padding: 2px;
  margin: 2px;
  border: 1px solid #aaaaaa;
  text-align: center;
}


#div_login
{
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#div_login_form
{
  width: 400px;
  border: 1px solid #c5c5c5;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}

.form_sl1
{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.form_images
{
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.form_polozka
{
  position: relative;
  width: 100%;
}

.floatcenter
{
  margin: 2px auto;
  align-items: center;
  justify-content: center;
  display: flex;
}

.form_obecny input:read-only
{
  background-color: #e7e5e5 !important;
}

.form_obecny [disabled], .form_obecny [disabled]:hover {
	color:#939393;
	background-color:#f1f2f3;
	border:1px solid #d7d7d7;
}

.form_obecny input:-moz-read-only
{
  background-color: #e7e5e5 !important;
}

.form_obecny
{
  margin-top: 20px;
  padding: 10px;
  display: inline-block;
  border: 2px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.form_1
{
  width: 350px;
  margin: auto;
}

.form_2
{
  width: 630px;
  margin: auto;
}

.form_3
{
  width: 940px;
  margin: auto;
}

.form_4
{
  width: 1260px;
  margin: auto;
}

.form_100
{
  width: 100%;
  margin: auto;
}


.form_obecny p
{
  padding: 5px;
}

.form_obecny fieldset
{
  margin: 0px 0px 10px 0px;
  border: 0px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-shadow: 3px 3px 1px 0px #cccccc;
  -webkit-box-shadow: 3px 3px 1px 0px #cccccc;
  -moz-box-shadow: 3px 3px 1px 0px #cccccc;
}

.form_obecny label,
.form_obecny .label_req
{
    padding: 0 0 5px 0;
}

.form_obecny .label_req:after
{
  content: ' *';
  color: #f00;
}

.form_obecny fieldset legend
{
  margin-left: -1px;
    color: #0E4194;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    background: #FFFFFF;
    padding: 0px 8px 3px 8px;
    box-shadow: -0px -1px 2px #FFFFFF;
    -moz-box-shadow:-0px -1px 2px #FFFFFF;
    -webkit-box-shadow:-0px -1px 2px #FFFFFF;
    font-weight: normal;
    font-size: 14px;
}

.form_obecny .edit
{
  position: relative;
  width: 100%;
}

.form_obecny textarea
{
    width:250px;
    /**height:100px;**/
}

.form_obecny input[type=text],
.form_obecny input[type=password],
.form_obecny input[type=date],
.form_obecny input[type=datetime],
.form_obecny input[type=number],
.form_obecny input[type=search],
.form_obecny input[type=time],
.form_obecny input[type=url],
.form_obecny input[type=email],
.form_obecny select,
.form_obecny textarea
{
  width: 100%;
  color: #000000;
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  border: 1px solid #cccccc;
  outline: none;
  padding: 5px 8px 5px 8px;
  margin-right: 5px;
  margin-bottom: 5px;
  box-shadow: inset 1px 1px 4px #cccccc;
    -moz-box-shadow: inset 1px 1px 4px #cccccc;
    -webkit-box-shadow: inset 1px 1px 4px #cccccc;
  background: #FFFFFF;
}

.form_obecny .datum
{
  width: calc(100% - 25px) !important;
  width:    -moz-calc(100% - 25px) !important;
  width:         calc(100% - 25px) !important;
}

.form_obecny input:focus,
.form_obecny select:focus
{
  border-color: #0E4194;
}

.form_obecny  input[type="checkbox"]:focus
{
  background: #0E4194;
  outline:2px solid #0E4194;

}

.form_obecny  input[type="radio"]
{
  -webkit-appearance: radio;
 margin-right: 10px;
}

.form_obecny  input[type="checkbox"]
{
  -webkit-appearance: checkbox;
 margin-right: 10px;
}

.form_obecny input[type=submit],
.form_obecny input[type=button],
.form_obecny button,
.tlacitko
{
  background-color: #0E4194;
  border: 1px solid #0E4194;
  border-bottom-color: #0E4194;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom: 2px solid #0E4194;
  border-bottom-color: #0E4194;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: #ffffff;
  padding: 5px 15px 5px 15px;
  margin: 5px;
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  font-weight: bold;
}

.form_obecny  input[type=submit]:focus,
.form_obecny  input[type=button]:focus,
.form_obecny  button:focus,
.form_obecny  input[type=submit]:hover,
.form_obecny  input[type=button]:hover,
.form_obecny  button:hover
{
  background-color: #21cde8;
  border: 1px solid #21cde8;
  border-bottom-color: rgb(33, 205, 232);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom: 2px solid #14aac2;
  color: #ffffff;
}

.vlozena_odpoved
{
  width: 140px !important;
}


.samostatny_button:hover
{
  background: #FFFFFF;
  color: #0E4194;
}
.samostatny_button {
    width: 100%;
    -webkit-appearance: none;
    background: #0E4194;
    padding: 10px;
    display: inline-block;
    font-weight: 700;
    margin: 10px 0 10px 0;
    cursor: pointer;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    outline: none;
    text-transform: uppercase;
    border: 1px solid #0E4194;
}

.buttony
{
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.tabulka
{
  max-width: 1270px;
  min-width: 780px;
  margin: auto;
  color: black;
  border: 1px solid #CDCDCD;
  border-spacing: 0;
  /*border-collapse: collapse;*/
  border-radius: 5px;
  box-shadow: 3px 3px 1px 0px #cccccc;
  -webkit-box-shadow: 3px 3px 1px 0px #cccccc;
  -moz-box-shadow: 3px 3px 1px 0px #cccccc;
}

.tabulka98
{
  width: 98%;
  margin: auto;
  margin-bottom: 5px;
  color: black;
  border: 1px solid #CDCDCD;
  border-spacing: 0;
  /*border-collapse: collapse;*/
  border-radius: 5px;
  box-shadow: 3px 3px 1px 0px #cccccc;
  -webkit-box-shadow: 3px 3px 1px 0px #cccccc;
  -moz-box-shadow: 3px 3px 1px 0px #cccccc;
}


.tabulka td,
.tabulka98 td
{
 /*border: 1px solid #CCCCCC;*/
 vertical-align: top;
 margin: 5px;
 padding: 5px;
}

.tabulka tr,
.tabulka98 tr
{
  margin: 5px;
}

.tabulka tr:nth-child(even),
.tabulka98 tr:nth-child(even)
{
  background-color: #f2f2f2;
}

.tabulka th,
.tabulka98 th
{
 vertical-align: top;
 text-align: left;
 margin: 5px;
 padding: 5px;
 color: #0E4194;
}

.tabulka .hrana_spodni,
.tabulka98 .hrana_spodni
{
  border-bottom: 1px solid #CDCDCD;
}

.tabulka .hrana_prava,
.tabulka98 .hrana_prava
{
  border-right: 1px solid #CDCDCD;
}

.tabulka .hrana_spodni_prava,
.tabulka98 .hrana_spodni_prava
{
  border-right: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
}

.text_chyba, .text_cerveny
{
  color: #ff0000;
}

.text_tucny
{
  font-weight: bold;
}

.text_vetsi
{
  font-size: larger;
}

.operace
{
  float: right;
  height: 100%;
}

.dlazdice_prehled
{
  width: 100%;
  text-align: center;
}

.dlazdice
{

  display: inline-block;
  overflow: hidden;
  text-align: justify;
  padding: 5px;
  border: 2px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  border: 1px solid;
  margin: 5px;}

.dlazdice_test,
.dlazdice_dotaznik
{
  width: 300px;
  height: 100px;
}

.uzivatel_prehled
{
  width: 300px;
  height: 110px;
  display: inline-block;
  overflow: hidden;
  text-align: justify;
  padding: 5px;
  border: 2px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  border: 1px solid;
  margin: 5px;
}

.oblast_prehled
{
  width: 300px;
  height: 80px;
  display: inline-block;
  overflow: hidden;
  text-align: justify;
  padding: 5px;
  border: 2px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  border: 1px solid;
  margin: 5px;
}

.otazka_prehled
{
  width: 400px;
  height: 120px;
  display: inline-block;
  overflow: hidden;
  text-align: justify;
  padding: 5px;
  border: 2px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  border: 1px solid;
  margin: 5px;
}

.odpoved_prehled
{
  width: 500px;
  height: 75px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  padding: 5px;
  border: 2px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  border: 1px solid;
  margin: 5px;
}

.dlazdice_obrazek
{
  width: 340px;
  height: 360px;
}

.dlazdice_obrazek img
{
  max-height: 300px;
  max-width: 300px;
  display: block;
  margin: auto;
}

.max300
{
  max-height: 300px;
  max-width: 300px;
}

#obrazek_nahled
{
  width: 300px;
  height: 300px;
  margin: 5px auto;
  display: none;
}

#obrazek_nahled img
{
  max-height: 300px;
  max-width: 300px;
}

.div_stred
{
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div_tabulka
{
  padding: 10px;
  margin: auto;
  border: 2px solid #DDDDDD;
  /*border-collapse: collapse;*/
  border-radius: 5px;
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.filtr_schovany
{
  max-height:0px;
  transition-property:max-height;
  transition-duration:1s;
  overflow: hidden;
}

.filtr_zobrazeny
{
  max-height:300px;
  transition-property:max-height;
  transition-duration:1s;
}

.div_schovany
{
  max-height:0px;
  width: 98%;
  margin: auto;
  overflow: hidden;
}

.div_zobrazeny
{
  /*max-height:300px;*/
  width: 98%;
  margin: auto;
}

.ukazatel
{
  cursor: pointer;
}

.float_center
{
  margin: 2px auto;
  align-items: center;
  justify-content: center;
  display: flex;
}

.ui-state-default
{
  width: 25px !important;
}

.zarovnani_vpravo
{
  text-align: right !important;
  padding-right: 5px;
}

.zarovnani_stred
{
  text-align: center !important;
}

.info_ram
{
	min-width: 280px;
  max-width: 350px;
	text-align: justify;
	float: left;
	padding: 5px;
  border: 2px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  border: 1px solid;
  margin: 5px;
}


.div_clear
{
	clear: both;
}

.div_video
{
  margin: 5px auto;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-obsah {
  margin: auto;
  display: block;
  max-width: 98%;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 98%;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-obsah, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(-100%); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(-100%); }
    100% { opacity: 1; -moz-transform: translateY(0); }
}

@media all and (min-width: 600px)
{
.form_sl2
{
  width: 50%;
}
.form_sl3
{
  width: 33%;
}
.form_sl4
{
  width: 25%;
}
}


@media all and (min-width: 1024px)
{

.sdp .sloupec
{
  /*box-sizing: border-box;*/
  width: 50%;
  float: left;
}

.sdp .sloupec .vozidlo
{
  font-weight: normal;
}

}