:root {
  --oranzova_tm: #E86608;
  --oranzova_sv: #FFA071;
  --oranzova_sv_sv: #FDEED2;
  --deveport_tm: #00528a;
  --deveport_tm2: #0A53C1;
  --deveport_tm_sv: #3E69AC;
  --deveport_tm_sv_sv: #BDCCE3;
  --deveport_sv: var(--oranzova_tm);
  --oranzovozluta: #FF961C;
  --ovladaci-pr: var(--oranzova_tm);
  --ovladaci-pr_hover: var(--oranzovozluta);
  --modra_med: #3494e3;
  --modra_med_sv: #60b3d6;
  --modra_sv: #d4f5ff;
  --modra_sv_sv: #f2fbff;
  --modra_sv_sv2: #e4fafe;
  --cervena: #ff0000;
  --cervena_sv: #f7e1e1;
  --seda_sv: #bfbfbf;
  --seda_str: #7F7F7F;
  --seda_sv_sv: #E9EDF2;
  --seda_table: #F7F7F7;
  --seda_tm: #5c5c5c;
  --input_backgroud: #E9EDF2;
  --main_border_color: #E2E9EB;
  --main_border_size: 1px;
  --main_border_style: solid;
  --main_border_radius: 10px;
  --main_border_radius_maly: 7px;
  --main_border_radius_velky: 58px;
  --main_border_radius_stredni: 35px;
  --vyska_input: 49px;
  --vyska_input_small: 35px;
  --vyska_checkbox: 30px;
  --fontsize: 14px;
  --main1pad: 100px;
  --padding_base: 60px;
  --padding_w_right: 40px;
  --padding_input_lr: 20px;
  --padding_input_lrm: 15px;
  --padding_input_tb: 17px;
  --padding_input_tbm: 11px;
  --padding_bottom_h1: 70px;
  --padding_bottom_main: 100px;
}

body  {
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  font-size: var(--fontsize);
  color:var(--seda_tm);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0px;
}

body.dark  {
background-color: #0F3773;
color:#fff;
}

body.dark .input_select .input_search,
body.dark .input_multiselect .input,
body.dark .multiButton .input,
body.dark .input_text_text,
body.dark .input_text_password,
body.dark .input_text_textarea {
  background-color: #3E6196;
  color:#fff;
  border-color:#3E6196;
}

.act_text {
  color: var(--deveport_tm);
  }

.act_text:hover {
  color: var(--deveport_sv);
  }

.bold {
  font-weight: 700;
  }

.hidden {
  display:none;
}


#hlaska, #vyskakovaci_okno {
  position: fixed;
  margin: 5% auto; /* Will not center vertically and won't work in IE6/7. */
  left: 0;
  right: 0;
  z-index:11;
  border-radius: var(--main_border_radius_stredni);
}

#hlaska{
  width: 320px;
  text-align:center;
}

#vyskakovaci_okno {
  width: 50%;
  text-align:left;
}

#hlaska.hidden, #vyskakovaci_okno.hidden {
  display:none;
}

#hlaska.svetla {
  color:#fff;
  background: var(--deveport_sv);
}

#hlaska.tmava {
  color:#fff;
  background: var(--deveport_tm_sv);
}

#vyskakovaci_okno.svetla {
  color:var(--deveport_tm);
  background: var(--deveport_sv);
}

#vyskakovaci_okno.tmava {
  color:#fff;
  background: #707070;
}

#hlaska.tmava a {
  color:var(--deveport_sv);
}

#hlaska.tmava a:hover {
  color:var(--modra_sv);
}

#vyskakovaci_okno.tmava a {
  color:var(--deveport_sv);
}

#vyskakovaci_okno.tmava a:hover {
  color:var(--modra_sv);
}

#hlaska .close, #vyskakovaci_okno .close {
  position:absolute;
  top:27px;
  right:36px;
  cursor:pointer;
  font-size:20px;
  color: var(--deveport_tm_sv_sv);
}

#hlaska .close, #vyskakovaci_okno .close {
  position:absolute;
  top:25px;
  right:27px;
  cursor:pointer;
  font-size:20px;
  color: var(--deveport_tm_sv_sv);
}

#hlaska .close:hover, #vyskakovaci_okno .close:hover {
  color: #fff;
}

#hlaska .ikona {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 57px;
  border: 2px solid var(--oranzova_sv);
  width: 58px;
  height: 58px;
  border-radius: 29px;
  color: var(--oranzova_sv);
  left: 50%;
  top: 51px;
  margin-bottom: 90px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  vertical-align:center;
}

#hlaska .ikona i{
  margin-top:14px;
}


#hlaskaBlok {
  margin-top: 53px;
  margin-bottom: 53px;
  padding: 0px 39px;
}

#hlaska #hlaskaNadp {
  font-size:20px;
  font-weight:800;
  line-height: 29px;
}

#hlaska #hlaskaText, #vyskakovaci_okno #voObsah {
  line-height: 22px;
  overflow-x: none;
  overflow-y: scroll;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}

#hlaska #hlaskaText {
  margin-top: 16px;
  max-height: 307px;
}

#vyskakovaci_okno #voObsah {
  max-height: 600px;
  padding:var(--padding_base);
}

#hlaska #hlaskaText::-webkit-scrollbar, #vyskakovaci_okno #voObsah::-webkit-scrollbar {
    width: 3px;
}

#hlaska #hlaskaText::-webkit-scrollbar-track, #vyskakovaci_okno #voObsah::-webkit-scrollbar-track {
    background: none;
}

#hlaska #hlaskaText::-webkit-scrollbar-thumb, #vyskakovaci_okno #voObsah::-webkit-scrollbar-thumb {
    background: var(--modra_sv_sv);
}

#hlaska .hlaskahelptxt {
  white-space: pre-wrap;
}


.valHlaska {
  color: var(--cervena);
  font-size: 12px;
  display: block;
  margin-top: 9px;
  margin-bottom: -25px;
}

#voObsah .nazev{
font-size:18px;
font-weight:700;
}

#voObsah .headline{
font-style: italic;
}

#voObsah .nazev, #voObsah .headline, #voObsah .text, #voObsah .blok_cena {
margin-bottom:25px;
}

.ajaxLoading{
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  z-index:100;
}

.ajaxLoading.loadingSteps2{
  background-color:rgba(255, 255, 255, 0.95);
  background-position: center;
  background-repeat: no-repeat;
  text-align:center;
}

.ajaxLoadingimg{
display:none;
position:fixed;
left:calc(50% - 38.5px);
}

.ajaxLoading.loadingSteps2 img{
display:block;
}

.login{
  width: 230px;
  text-align: center;
  margin: 0 auto;
  margin-top: 43px;
}

.login input, .login div{
  text-align: center;
}

.redPlacehold::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

.redPlacehold:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

.redPlacehold::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}

.tbblock {
  position:relative;
  padding: 30px 0px;
  margin: 0px var(--padding_base);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 57px;
  width:calc(100% - calc(var(--padding_base) * 2));
}

.tbblock { /*první stejné třídy*/
  margin-bottom:60px;
}

.tbblock ~ .tbblock { /*ostatní stejné třídy*/
  margin-bottom:25px;
}

.tbblock_item.center {
  flex-grow: 1;
  z-index:100;
}

.tblock_logo {
  z-index:2;
  width:268px;
}

.menu {
    margin-top:18px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    width:100%;
    padding-bottom:10px;
    border-bottom: 1px solid #BDCCE3;
    font-size: 13px;
}

.menu::after {
  display: none;
  content: "desktop";
}

.menu .polozka{
    text-transform: uppercase;
    text-wrap:nowrap;
}

.polozka.littleMenu {
  display:none;
}


.tbblock_item.right {
  margin-top:27px;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}



.tbblock_item.right .vlajka {
  height:28px;
}

.login .vlajka {
  position:absolute;
  top:13px;
  right:13px;
  height:22px;
}


.tbblock_item.right .item {
margin-top: 5px;
text-transform: uppercase;
vertical-align: middle;
}

.tbblock_item.right .item.lang {
margin-top: 0px;
}

.tbblock_item.right .item.user {
display:flex;
gap:0px 5px;
flex-wrap:wrap;
justify-content: flex-start;
}

.tbblock_item.right .item.user span {
font-size: 12px;
margin-top: 3px;
display: inline-block;
vertical-align: top;
}


.tbblock_item.right .item i, .polozka.littleMenu i {
font-size: 20px;
display:inline-block;
}

.tbblock_item.right .item i.big{
font-size: 27px;
margin-top: -3px;
}


.tbblock_item.right .alert {
margin-top:2px;
color: var(--deveport_tm);
}

.tbblock_item.right .alert i{
font-size: 28px;
}

.tbblock_item.right .alert span{
color: #fff;
font-weight: bold;
margin: 7px 17px 0px -17px;
font-size: 10px;
}

.red {
color: var(--cervena);
}

h1 {
font-weight:400;
font-size:22px;
margin:0px 0px var(--padding_bottom_h1) -35px;
}

.login h1 {
font-weight:400;
font-size:16px;
margin:-10px 0px 45px 0px;
}

h1 i {
margin-right:13px;
color: var(--oranzova_tm);
}

.h2_cont {
  margin-bottom:70px;
}

.h2_cont .nadnadpis{
  text-transform: uppercase;
  margin-bottom:11px;
  font-size:14px;
}

.h2_cont h2 {
  font-size:24px;
  margin:0px;
  color: var(--seda_str);
}

.h2_cont, .h2_cont .nadnadpis, .h2_cont h2, .h3_cont, .h3_cont h3  {
  display:block;
  font-weight: 700;
}

.h3_cont {
  margin-bottom:50px;
}

.h3_cont h3 {
  font-size:18px;
  margin:0px;
}

.h2_cont, .h3_cont  {
  padding-right: var(--padding_base);
}

h4 {
    font-size:18px;
    font-weight:300;
    text-transform: uppercase;
}


textarea {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.main1 {
  width:calc(100% - (2 * var(--padding_base)) - 35px);
  margin:0px var(--padding_base) 0px calc(var(--padding_base) + 35px);
  display:inline-block;
}

.main2 {
  margin:0px;
}

.main2.form {
width:100%;
}

.faqform {
padding: 60px 0px 0px 60px;
border: 1px solid var(--seda_sv);
display:inline-block;
border-radius: var(--main_border_radius);
}

.faqform .show, .faqform .hide {
margin: calc( calc(var(--vyska_input) * -1) + 0px) 0px 0px calc( calc(var(--vyska_input) * -1) + 10px);
font-size:30px;
cursor: pointer;
display:inline-block;
}

.faqform .hide {
display:none;
}

.faqform .show:hover, .faqform .hide:hover {
color: var(--deveport_sv);
}

.faqformnadp {
  font-size: 20px;
  margin-top: -33px;
  margin-bottom:28px;
}

.ui-sortable {
  list-style-type: none;
}

.ui-sortable li {
  cursor:move;
}

.homepage {
  display:grid;
  grid-template-columns: repeat(10, 1fr);
  gap:var(--padding_bottom_main);
}

.dashboard_jednotky {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.dashboard {
  width:100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:100px;
}

.dashboard_item {
  width: 254px;
  height: 254px;
  border-radius: 58px;
  color: #fff;
  display: flex;
  flex-direction: column; /* protože span jsou pod sebou */
  justify-content: center; /* vertikální zarovnání u column */
  align-items: center;
  text-align: center;
}


.dashboard_item.number span:first-child {
  font-size:72px;
  font-weight: 100;
  display:block;
  margin-top:-20px;
}

.dashboard_item.number span:last-child {
  font-size:13px;
  display:block;
  font-weight: 700;
  text-transform: uppercase;
}

.dashboard_item.info {
  background: var(--deveport_tm);
}

.dashboard_item.warn{
  background: var(--seda_tm);
}

.dashboard_item.alert{
  background: var(--cervena);
}

.zprava_text {
  padding-bottom: var(--vyska_input);
  white-space: pre-wrap;
}

.dashboard_textitem {
  text-transform: lowercase;
  text-align: center;
}

.dashboard.noklient{
  margin-top:100px;
}

.dashboard_textitem i {
  font-size: 37px;
  margin-bottom:10px;
}

.dashboard_textitem .text {
  line-height: 39px;
}

.dashboard_textitem .first-word, .dashboard_textitem .last-word {
    display:block;
}

.dashboard_textitem .text.v1 .first-word {
  color:var(--deveport_sv);
  font-size: 31px;
  font-weight:800;
}

.dashboard_textitem .text.v1 .last-word {
  color:var(--seda_tm);
  font-size: 40px;
  font-weight:200;
}

.dashboard_textitem .text.v2 .first-word {
  color:var(--seda_tm);
  font-size: 40px;
  font-weight:200;
}

.dashboard_textitem .text.v2 .last-word {
  color:var(--deveport_sv);
  font-size: 31px;
  font-weight:700;
}

.dashboard_textitem:hover .text.v1 .first-word,
.dashboard_textitem:hover .text.v1 .last-word,
.dashboard_textitem:hover .text.v2 .first-word,
.dashboard_textitem:hover .text.v2 .last-word {
    color:var(--deveport_sv);
}

.svg_cont_cont {
  width:calc(100% + 20px);
  margin-bottom:40px;
  margin-left:-20px;
}

.svg_cont {
margin: 0px 31px 40px 31px;
display: inline-block;
width: calc(33% - 60px);
max-width: 201px;
}

.st0{
  enable-background:new    ;
}

.st1{
  fill:var(--deveport_tm);
}

.st2{
  fill:var(--seda_tm);
}

.st3{
  fill:var(--seda_sv);
}

.svg_cont:hover .st3, .svg_cont:hover .st2, .svg_cont:hover .st1 {
  fill:var(--deveport_sv);
}

.transp_table {
background-color: transparent;
}

.transp_table td {
border: 0px solid white;
text-align:center;
}

.transp_table td:first-child {
text-align:left;
}

.input_cont, .tabCont, .info_pol_cont, .message_cont, .logupd_cont, .reklist_cont {
    width:100%;
    display: block;
    text-align:left;
}

.input_cont.noAct {
opacity: 0.3;
}

.input_cont, .tabCont, .infoblok_standardy, .fotgal_cont, .info_pol_cont, .message_cont, .logupd_cont, .reklist_cont, .mainButton, .headline-jednotka2_cont, .jednotka_cont, .sliderbanner2, .faqform, .textYN, .exportDoPdf  {
    margin-bottom:50px;
}


.infohelp {
  font-size: 16px;
  cursor:pointer;
  color: var(--ovladaci-pr);
}

.infohelp:hover {
  color: var(--ovladaci-pr_hover);
}

.free_infohelp{
  width:100%;
  display:block;
  margin-bottom: var(--padding_input_tb);
}

.free_infohelp.left{
  text-align:left
}

.free_infohelp.right{
  text-align:right
}

.ovladaciprvek {
  color: var(--ovladaci-pr);
}

.ovladaciprvek:hover {
  color: var(--ovladaci-pr_hover);
}

a {
text-decoration: none;
color: var(--deveport_tm);
}

a:hover {
text-decoration: none;
color: var(--deveport_sv);
}

a .info_pol:hover {
color: var(--deveport_sv);
}

.info_pol_text div{
    display: block;
}

.info_pol .text{
  display: inline-block;
  text-align:right;
  position:relative;
  right:0px;
  color: var(--seda_str);
}

.info_pol {
  display: flex;
  justify-content: space-between;
}

.info_pol .text span:nth-child(1){
  font-size: 15px;
    font-weight:bold;
    display:block;
}

.info_pol .text span:nth-child(2){
  font-size: 10px;
}

.info_pol_text .text{
  display: block;
  font-size: 14px;
  white-space:pre-wrap;
}

.input_cont.small {
    margin-bottom:0px;
    display:inline-block;
}

.input_nadpis, .info_pol_text_nadpis  {
    margin-bottom:9px;
    display:block;
}

.fotgal_cont .input_nadpis, .message_cont .input_nadpis, .logupd_cont .input_nadpis, .reklist_cont .input_nadpis, .info_pol_text_nadpis {
    margin-bottom:18px;
}

.input_nadpis span:nth-child(1), .info_pol div:nth-child(1), .info_pol_text_nadpis span:nth-child(1), .switch_group .head span:nth-child(1)  {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

.homepage .input_nadpis span:nth-child(1), .homepage .info_pol div:nth-child(1), .homepage .info_pol_text_nadpis span:nth-child(1), .homepage .switch_group .head span:nth-child(1)  {
  font-weight: 300;
  font-size:22px;
  text-transform: none;
  display: inline-block;
}

.input_cont span:nth-child(2), .switch_group .head span:nth-child(2){
  display: inline-block;
  font-size: 13px;
}

.switch_group .head span:nth-child(2){
  font-weight: 800;
}

.input_select, .input_multiselect, .multiButton {
  width:100%;
  position:relative;
}

.input_select .basic, .input_multiselect .basic,.multiButton .basic, .input_text_text, .input_text_password, .input_text_textarea, .input_files_dd {
  display: block;
  border: var(--main_border_size) var(--main_border_style) var(--main_border_color);
  border-radius: var(--main_border_radius);
  background-color: var(--input_backgroud);
  color: #000;
}

.input_select .basic, .input_multiselect .basic, .multiButton .basic, .input_text_text, .input_text_password, .input_multiselect .basic {
  height: var(--vyska_input);
}

.input_multiselect .addTo{
  margin-top:calc( (var(--vyska_input) * -1) - calc(var(--main_border_size) * 2) );
  width:var(--vyska_input);
  height:var(--vyska_input);
  border: var(--main_border_size) var(--main_border_style) var(--main_border_color);
  background-color: var(--deveport_tm);
  float:right;
}

.addCont{
  position:relative;
  display:none;
}

.addCont.act{
  display:block;
  margin-top: var(--padding_input_tb);
  border: 1px solid var(--seda_sv);
  padding: var(--padding_input_lrm);
  padding-bottom: calc( var(--padding_input_lrm) - 5px);
}

.addCont_nadpis{
  font-size: 12px;
  position: absolute;
  top:-10px;
  background:#fff;
  padding: 0px 6px;
  left: 9px;
}

.addCont_nadpis span:first-child{
  font-weight: bold;
}

.addCont_nadpis span:last-child{
}

.addPo {
  margin-bottom:5px;
}

.input_cont.small .input_select .basic, .input_cont.small .input_multiselect .basic, .input_cont.small .multiButton .basic, .input_cont.small.small .input_text_text {
  height: var(--vyska_input_small);
}

.input_cont.small .multiButton .basic {
  background-color: var(--deveport_sv);
  color: var(--input_backgroud);
  border-color: var(--deveport_sv);
}

.input_cont.small .multiButton .basic a {
  color: #fff;
  text-decoration:none;
}

.input_select .input_search, .input_multiselect .input, .multiButton .input, .input_text_text, .input_text_password, .input_text_textarea{
  font-size: calc(var(--fontsize) + var(--main_border_size));
  overflow: hidden;
  line-height: calc(var(--fontsize) + var(--main_border_size));
  display: inline-block;
  white-space: nowrap;
}


.input_text_textarea{
  font-size: var(--fontsize);
}

.input_select .input_search {
  position: absolute;
  margin:0px;
  background:none;
  height: var(--vyska_input);
  padding: 0px var(--padding_input_lr) 0px var(--padding_input_lr);
  border:0px;
  width: calc(100% - var(--vyska_input) - var(--padding_input_lr) - var(--padding_input_lr) - 4px);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #000;
}


.input_cont.small .input_select .input_search {

  height: var(--vyska_input_small);
  padding: 0px var(--padding_input_lrm) 0px var(--padding_input_lrm);
  width: calc(100% - var(--vyska_input_small) - var(--padding_input_lrm));
}

.input_select .input_search.selected {
  color: initial;
}

.input_cont.small .input, .input_cont.small .input_text_text, .input_cont.small .input_search {
  font-size: 12px;
  line-height: 12px;
}

.input_multiselect .input, .multiButton .input {
  width: calc(100% - var(--vyska_input) - var(--padding_input_lr));
  padding: var(--padding_input_tb) 0px var(--padding_input_tb) var(--padding_input_lr);
}


.input_cont.small .input_select .input, .input_cont.small .input_multiselect .input, .input_cont.small .multiButton .input {
  width: calc(100% - 31px - var(--padding_input_lrm));
  padding: var(--padding_input_tbm) 0px var(--padding_input_tbm) var(--padding_input_lrm);
}


.input_select .input.reset, .input_multiselect .input.reset {
display:none;
font-style:italic;
}

.input_select .input.selected, .input_multiselect .input.selected {
  color:#000;
}

.input_select .button, .input_multiselect .button, .multiButton .button {
  background: var(--ovladaci-pr);
  width: calc(var(--vyska_input) - 10px );
  height: calc(100% - 10px);
  margin: 5px;
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  color:#fff;
  float:right;
  border-radius: calc(var(--main_border_radius) - 2px);
}

.input_select .button, .input_multiselect .button, .input_multiselect .addTo, .multiButton .button {
  color:#fff;
}

.multiButton .button {
  background: var(--modra_med_sv);
}

.input_cont.small .button {
  margin-top: 2px;
  margin-right: 2px;
  width: 24px;
  height: 31px;
}

.input_select .button span, .input_multiselect .button span, .input_multiselect .addTo span, .multiButton .button span{
  position:relative;
  font-size: 10px;
  line-height: 10px;
  top:13px;
  left:15px;
}

.input_multiselect .addTo span {
  font-size: 14px;
}

.input_cont.small .button span{
  left:7px;
  top:10px;
}

.input_scroll {
  background: var(--deveport_tm);
  color:#fff;
  width:100%;
  display:none;
  position:absolute;
  z-index:2;
  min-width: 85px;
  border-bottom-left-radius: var(--main_border_radius);
  border-bottom-right-radius: var(--main_border_radius);
  }


.multiButton .input_scroll {
  background: var(--modra_med);
  }

.input_scroll .input{
  display: block;
  padding: 13px 20px;
  width:calc(100% - 40px);
}

.input_scroll .input, .input_scroll  a{
  color:#fff;
  text-decoration:none;
}

.input_scroll .input:hover, .input_scroll a.input:hover{
  color:var(--deveport_sv);
}

.input_cont.small .input_scroll .input{
  padding: 10px 13px;
  width:calc(100% - 26px);
}

.input_scroll .input:first-child{
  padding-top: 18px;
}

.input_scroll .input:last-child{
  padding-bottom: 19px;
}

.input_cont:not(.noAct) .input_scroll .input:hover,
.input_cont:not(.noAct) .input_scroll a.input:hover,
.input_cont:not(.noAct) .input_select .button:hover,
.input_cont:not(.noAct) .input_multiselect .button:hover,
.input_cont:not(.noAct) .input_multiselect .addTo:hover {
  background: var(--ovladaci-pr_hover);
}

.input_scroll .input.selected {
  background: var(--modra_med_sv);
  color: var(--deveport_tm);
  font-weight:bold;
}

.multiButton .button:hover{
  background: var(--modra_med);
  color: white;
}

.mainButton.mini.navrlhutykvyresBtn{
  margin-top:-50px;
  margin-right:0px
}

.mainButton.mini.close{
  margin-top:-61px;
}

.mainButton.mini.open{
  margin-top:-70px;
}

.mainButton.regular.close {
  margin-top:-97px;
}

.mainButton.regular.open {
  margin-top:-96px;
}

  .mainButton.mini {
    border-radius: 0px 0px calc(var(--main_border_radius)* 0.8) calc(var(--main_border_radius)* 0.8);
  }

.input_cont:not(.noAct) .input_scroll .input, .input_cont:not(.noAct) .input_select .button, .input_cont:not(.noAct) .input_multiselect .button, .multiButton .button, .input_cont:not(.noAct) .input_checkbox .basic, .input_cont:not(.noAct) .input_radio_radio .input, .input_cont:not(.noAct) .input_radio_slider .input  {
  cursor: pointer;
}



.input_checkbox {
  width:100%;
  display:flex;
  gap:8px
}

.small .input_checkbox {
  margin-top:0px
}

.input_checkbox .checkbox, .false_checkbox {
  background: white;
  flex:none;
  height: calc( var(--vyska_checkbox) - 4px );
  width: calc( var(--vyska_checkbox) - 4px );
  border-width: 2px;
  border-style: solid;
  border-color: var(--deveport_sv);
  border-radius: 10px;
  vertical-align: middle;
  margin-right:10px;
}

.small .input_checkbox .checkbox {
  height: calc( var(--vyska_checkbox) - 12px );
  width: calc( var(--vyska_checkbox) - 12px );
  border-width: 1px;
  border-style: solid;
  border-color: var(--deveport_sv);
  border-radius: 4px;
  vertical-align: middle;
}

.nowhite .checkbox  {
  border-color: var(--deveport_tm);
}

.input_checkbox .checkbox.checked, .false_checkbox.checked  {
  background: var(--deveport_tm);
  border: 2px solid var(--deveport_tm);
  color:#fff;
  background-image: url("../zdroje/system/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc( var(--vyska_checkbox) - 16px );
}

.small .input_checkbox .checkbox.checked {
  border: 1px solid var(--deveport_tm);
}

.input_checkbox .popis {
  margin-top: 5px;
}

.input_checkbox .text_frame{
  position:relative;
  display:none;
}

.input_checkbox .text_frame_close {
  position:absolute;
  top:4px;
  right:6px;
  color: var(--seda_sv);
  cursor:pointer;
}

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

.input_radio_radio .input {
  display: inline-block;
  margin: 10px 15px 5px 0px;
}

.input_radio_radio .radio{
  display: inline-block;
  height: calc( var(--vyska_checkbox) / 1.5 );
  width: calc( var(--vyska_checkbox)  / 1.5 );
  border: 2px solid var(--deveport_sv);
  border-radius: calc( var(--vyska_checkbox) / 1.5 );
}

.input_radio_radio .radio, .input_radio_slider .input{
  vertical-align: middle;
}


.input_radio_radio .input.selected .radio{
  display: inline-block;
  background: var(--deveport_tm);
}

.input_radio_radio .popis{
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.input_radio_slider {
display:block;
width:100%;
}

.input_radio_slider .input {
  display: inline-block;
  padding: 10px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--deveport_sv);
  color:var(--modra_sv);
  text-align:center;
}

.input_radio_slider .input:not(last-child) {
  border-right: 1px solid var(--modra_sv);
}

.input_radio_slider .input.selected {
  background: var(--deveport_tm);
}





.input_text_text, .input_text_password, .input_text_textarea {
  display:block;
  border-style:var(--main_border_style);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position:relative;
  margin:0px;
  padding: 0px var(--padding_input_lr) 0px var(--padding_input_lr);
  width: calc( 100% - ( 2 * var(--padding_input_lr) ) - calc(var(--main_border_size) * 2));
}

.input_psw_icon {
  float: right;
  margin-right: -24px;
  margin-top: -33px;
  position: relative;
  z-index: 2;
}

.input_text_textarea  {
  padding: var(--padding_input_tb) var(--padding_input_lr);
}

.input_text_textarea {
  height: 143px;
  line-height:23px;
  white-space: pre-wrap;      /* Webkit */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -pre-wrap;     /* Opera <7 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  word-wrap: break-word;      /* IE */
}

.input_text_text:focus, .input_text_password:focus, .input_text_textarea:focus, .input_search:focus, .imgContentInp:focus  {
  outline: none;
}

.text_frame{
  border:1px solid var(--seda_sv);
  padding: 14px 20px;
}

.with_mini_botton {
  margin-bottom: calc( 50px + 30px );
}

.with_regular_botton {
  margin-bottom: calc( 80px + 30px );
}

.uzavritpozn, .znovuotevritpozn {
  margin-top:-108px;
  margin-bottom: 96px;
}

.input_files_dd  {
  padding: calc(var(--padding_input_tb) / 2) calc(var(--padding_input_lr) / 2);
}

.input_files_dd .btn-file {
  position: relative;
  overflow: hidden;
  border-style: dashed;
  line-height:90px;
  display: inline-block;
  text-align:center;
  font-size:30px;
  font-weight:700;
  color: var(--seda_sv);
  cursor:pointer;
  border-radius: var(--main_border_radius);
}

.input_files_dd .btn-file, .input_files_dd .prewimg {
  border-width: 1px;
  border-color: var(--seda_sv);
}

.input_files_dd .btn-file, .input_files_dd .prewimg, .input_files_dd .prewiev img, .imgContentInp, .imgContent  {
  width:92px;
}

.imgContentInpFlag1, .imgContentInpFlag2 {
  height:12px; margin-left: -5px; position:absolute; margin-top: -4px;
}

.wide .input_files_dd .btn-file,
.wide .input_files_dd .prewimg,
.wide .input_files_dd .prewiev img,
.wide .input_files_dd .imgContent  {
  width:150px;
}

.input_files_dd .btn-file, .input_files_dd .prewimg, .input_files_dd .prewiev img  {
  height:92px;
}

.imgContentInp  {
  display: block;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0px;
  padding: 3px 3px 3px 3px;
  width: calc( 100% - ( 2 * 3px ));
  border: 1px solid var(--seda_sv);
  height:50px;
  top:0px;
}

.wide .imgContentInp  {
  padding: 8px;
  width: calc( 100% - ( 2 * 8px ));
  height:70px;
  background-color: var(--seda_sv_sv);
}

.imgContentInp textarea  {
resize: none
}

.input_files_dd .prewimg  {
  text-align:center;
}

.input_files_dd .prewimg i {
  margin-top:23px;
  font-size:24px;
  margin-bottom: 4px;
  color: var(--seda_sv);
}

.input_files_dd .prewimg span {
  font-size: 8px;
  font-weight: bold;
  padding: 1px 3px;
}

.input_files_dd .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.input_files_dd .btn-file, .upload_file_block  {
margin: calc(var(--padding_input_tb) / 2) calc(var(--padding_input_lr) / 2) calc(var(--padding_input_tb) / 2) calc(var(--padding_input_lr) / 2);
}

.upload_file_block {
  position:relative;
  display: inline-block;
  vertical-align:top;
}

.exportDoPdf {
display:block;
font-weight:bold;
position: absolute;
right: calc(var(--main1pad) + 5px);
top: 156px;
}

.input_files_dd .prewimg {
    border-style: solid;
}

.input_files_dd .prewiev img {
  object-fit: cover;
}

.removeFile, .addText {
  display: block;
  width: 25px;
  height: 19px;
  font-size: 12px;
  padding-top: 6px;
  text-align: center;
  color: #fff;
  border-radius: 16px;
  background: var(--deveport_tm);
}

.imgContent.hidden {
  display: none;
}

.input_files_dd .removeFile {
  position:absolute;
  top:-8px;
  right: -4px;
}

.input_files_dd .addText {
  position:absolute;
  bottom:-8px;
  left: 37px;
  background: var(--seda_sv);
}

.mainButton {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--ovladaci-pr);
  border-radius: var(--main_border_radius);
  color: #fff;
  padding: 17px 14px;
  border:none;
  cursor:pointer;
  min-width: 150px;
  text-align:center;
}

.mainButton.inline {
  display:inline-block;
  margin-right: var(--padding_input_lrm);
  margin-bottom: var(--padding_input_tb);
}

.mainButton.noAct {
  opacity: 0.3;
  background-color: var(--seda_tm);
  cursor:default;
}

.mainButton.Act {
  color: #fff;
  background-color: var(--modra_med);
  cursor:default;
}

.mainButton.middleButton {
  font-size: 11px;
  padding: 13px 19px;
}

.mainButton.right {
  float:right;
  margin-right:  var(--padding_w_right);
}

.mainButton.mini {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--ovladaci-pr);
  color: #fff;
  padding: 7px 13px;
  cursor:pointer;
  min-width: 50px;
  margin-top: 14px;
  margin-left:10px;
  float:right;
  display:inline-block;
  margin-bottom:12px;
}

.mainButton.regular {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--ovladaci-pr);
  padding: 17px 21px;
  min-width: 150px;
  margin-top: 14px;
  margin-left:10px;
  float:right;
  display:inline-block;
  margin-bottom:12px;
}

.mainButton.inputTextB {
  font-size: 11px;
  padding: 0px 13px;
  cursor:pointer;
  min-width: 50px;
  line-height: calc(var(--vyska_input_small) + 2px);
  margin-bottom:0px;

}

.mainButton a, a.mainButton{
  color: #fff;
}


.mainButton:not(.noAct):hover, .mainButton:not(.noAct):hover a, a .mainButton:not(.noAct):hover {
  background-color: var(--ovladaci-pr_hover);
}

.mainButton.regular:hover, .mainButton.regular:hover  {
  color: #fff;
  background-color: var(--ovladaci-pr_hover);
}

.inline {
  display:inline-block;
  margin-right: var(--padding_input_lr);
}

.inline_simple {
  display:inline-block;
}

.message_input {
  position:relative;
}

.message_input textarea {
  border-bottom:0px;
  height:140px;
}

.message_input .mainButton {
  display:inline-block;
  padding: 9px 17px;
  min-width: initial;
  position:absolute;
  bottom:0px;
  margin-bottom:0px;
  right:0px;
}

.message {
display:block;
background-color: var(--deveport_tm_sv);
color:#fff;
padding: 35px;
}

.message:last-child {
  border-bottom-left-radius: var(--main_border_radius);
  border-bottom-right-radius: var(--main_border_radius);
}

.message_cont .prvninoinput {
    border: none;
    border-top-left-radius: var(--main_border_radius);
    border-top-right-radius: var(--main_border_radius);
}

.logupd, .reklist {
display:block;
color:var(--deveport_tm);
padding: 12px 0px;
}

.logupd_log_cont, .reklist_list_cont {
background-color: var(--oranzova_sv_sv);
padding: 15px 30px;
border-radius: var(--main_border_radius);
}

.reklist {
color:var(--seda_tm);
}

.reklist_list_cont {
background-color: var(--seda_sv_sv);
}

.message.own{
background-color: var(--oranzova_sv_sv);
color:var(--seda_tm);
}

.logupd.own{
color:var(--seda_tm);
}

.message.nomes {
background-color: var(--seda_sv_sv);
color:var(--seda_tm);
padding: 35px;
}

.logupd.nomes, .reklist.nomes {
background-color: var(--seda_sv_sv);
color:var(--seda_tm);
padding: 35px;
}

.message, .message.own { /*první stejné třídy*/
  border-top: 1px solid var(--modra_sv);
}

.message ~ .message{ /*ostatní stejné třídy*/
  border-top: 1px solid var(--modra_sv);
}

.message.own ~ .message.own { /*ostatní stejné třídy*/
  border-top: 1px solid var(--deveport_sv);
}

.message .sipka{
  width: 30px;
  height: 30px;
  position: absolute;
  transform: rotate(45deg);
  margin-top: -51px;
  margin-left: -1px;
  background-color: var(--deveport_tm_sv);
  border-top:1px solid var(--modra_sv);
  border-left:1px solid var(--modra_sv);
  border-top-left-radius: var(--main_border_radius);
}

.message.own .sipka{
  background-color: var(--oranzova_sv_sv);
  border-top:1px solid var(--deveport_sv);
  border-left:1px solid var(--deveport_sv);
}

.message .ikona, .ikona_vseob{
  display:inline-block;
  background: #fff;
  font-size: 17px;
  line-height: 29px;
  width: 30px;
  height: 30px;
  border-radius: 29px;
  color: #fff;
  background-color: var(--deveport_tm);
  text-align:center;
  vertical-align:center;
}

.message .ikona:hover, .ikona_vseob:hover{
  color: var(--deveport_tm);
  background-color: var(--deveport_sv);
}

.message .ikona.new{
  background-color: var(--cervena);
}

.message .ikona i, .ikona_vseob i{
  margin-top: 5px;
  margin-left: 1px;
}

.message .name, .logupd .name, .reklist .name {
    display:inline-block;
    font-weight: 700;
    margin-left: 15px;
    font-size: 14px;
}

.logupd .name, .reklist .name {
    margin-left: 0px;
}

.message .subject {
  font-weight:700;
    margin-bottom:-11px;
    margin-top:-3px;
    font-size: 12px;
    color: var(--seda_tm);
}

.message .date, .logupd .date, .reklist .date {
    font-size: 11px;
    float:right;
    margin-top:9px;
    font-style: italic;
}

.logupd .date, .reklist .date {
    margin-top:3px;
}

.message .text, .message .subject  {
    padding-left: 46px;
}

.message .text{
    margin-top:25px;
    white-space: pre-wrap;
}

.logupd .text, .reklist .text{
    margin-top:6px;
}

.message.nomes .text {
    margin-top:0px;
    padding-left: 5px;
}



.polozkam {
  position: relative;
  cursor:pointer;
  display: inline-block;
  text-align: center;
  padding: 0px 23px;
}


.sliderbanner2 {
  width:92%;
  display: inline-block;
  border: 1px solid var(--barvaborder);
}


.polozkam {
  width: calc(33% + 1px );
  margin: 0px -1px -1px 0px;
  border: 1px solid var(--barvaborder);
}

.polozkam :focus{
  outline-style: none;
}

.slick-slide.polozkam {
  margin: 0px 0px 0px 0px;
  border: 0px;
  border-right: 1px solid var(--barvaborder);
}


.polozkam:hover .polozkanadp {
  color: var(--deveport_sv)
}


.polozkanadp {
  text-align: center;
  font-size: 19px;
  line-height: 22px;
  font-weight: bold;
  margin-top:45px;
  min-height: 42px
}


.poltext {
  line-height: 24px;
  padding: 0;
  position: relative;
  word-wrap: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
   width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height:60px; /* fallback */
}

.polozkanadp, .polozkapodnadp,  .poltext, .polozkad  {
  display:block;
  width: 100%;
}

.polozkanadp, .polozkaobrobal, .poltext, .polozkad {
  margin-bottom: var(--odsaztopol);
}

.polozkaobrobal {
  position: relative;
  width: 100%;
  padding-bottom: 59%;
}

.polozkaobr {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fotgal_cont img{
  width: 150px;
  height: 150px;
  object-fit: cover;
  display:inline-block;
  border-radius: var(--main_border_radius);
}

.fotgal_cont .cont{
  width: calc(100% + var(--padding_input_lr));
  right:-20px;
  margin-top:calc(var(--padding_input_lr)*-1);
  margin-left:calc(var(--padding_input_lr)*-1);
}

.fotgal_cont .content{
  background: var(--seda_sv_sv);
  width: 150px;
  height: 150px;
  object-fit: cover;
  display:inline-block;
  margin-left:calc(var(--padding_input_lr));
  margin-top:calc(var(--padding_input_lr));
  vertical-align:top;
  text-align:center;
  position:relative;
  border-radius: var(--main_border_radius);
}

.fotgal_cont .content div{
    margin-top:47px
}

.fotgal_cont .content div i {
    font-size:40px;
}

.fotgal_cont .cont a .content {
    color: var(--seda_sv);
}

.fotgal_cont .cont .content_popis{
  font-size: 9px;
  font-weight: bold;
  display:block;
  color: rgba(52, 53, 55, 1);
  padding: 6px 10px;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 20px);
  background-color: rgba(225, 225, 225, 0.80);
  border-bottom-left-radius: var(--main_border_radius);
  border-bottom-right-radius: var(--main_border_radius);
}

.fotgal_cont .cont .content_popis span{
  margin-top: 3px;
  font-weight: normal;
  display: block;
  font-size: 10px;
}


.dokumenty.switch_group {
  display:block;
  margin-bottom: var(--padding_base);
}

.switch_group .head {
  width: 100%;
  display:block;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--seda_sv_sv);
  margin-bottom: calc(var(--padding_base) / 2);
  position:relative;
}

.switch_group .head .switch i{
position:absolute;
right:0px;
top:3px;
}

.switch_group .switch i {
color:#fff;
padding: 7px;
font-size: 13px;
}

.switch_group.opengroup .switch i {
background-color: var(--deveport_sv);
transform: rotate(90deg);
border-radius: var(--main_border_radius) 0px 0px var(--main_border_radius);
}

.switch_group.closegroup .switch i {
background-color: var(--deveport_tm);
border-radius: var(--main_border_radius) var(--main_border_radius) 0px 0px;
}

.switch_group.opengroup .container {
display:inherit;
}

.switch_group.closegroup .container {
display:none;
}


.mydocum_item img{
  width: 70px;
  height: 70px;
  object-fit: cover;
  display:inline-block;
}

.mydocum_item {
  width: 150px;
  display:inline-block;
  margin-bottom:var(--padding_input_lr);
  margin-left:var(--padding_input_lr);
}

.mydocum_item .content{
  width: 100%;
  object-fit: cover;
  display:inline-block;

  vertical-align:top;
  text-align:center;
  position:relative;
}


.mydocum_item .content i {
    font-size:42px;
    line-height: 70px;
    color: var(--seda_sv);
}

.mydocum_item a:hover .popis {
    color: var(--deveport_sv);
}

.mydocum_item .content .popis{
  font-size: 13px;
  display:block;
  padding: 6px 0px;
  bottom: 0px;
  font-weight: 500;
  width: calc(100%);
}

.mydocum_item .content .popis_little{
  margin-top: 3px;
  display: block;
  font-size: 10px;
  color: var(--seda_str);

}

.jednotka_cont {
    display:inline-block;
    text-align: center;
    min-width: 200px;
    margin-right: 35px;
    vertical-align: top;
}

.jednotka_cont .mainicon{
    font-size: 81px;
    color: var(--seda_sv);
    margin-bottom: 21px;
}

.jednotka_cont .jednot_name, .jednotka_cont .projekt_name {
    color: var(--deveport_tm);
    font-weight:700;
}

.jednotka_cont .jednot_dok {
    color: var(--deveport_sv);
    font-size: 24px;
    font-weight:700;
    margin-bottom: 0px;
}

.jednotka_cont .jednot_dok_popiska {
    font-size: 11px;
    margin-bottom: 15px;
}


.jednotka_cont .jednot_velikost{
    margin-bottom: 5px;
}

.jednotka_cont .projekt_name{
    font-size: 14px;
    margin-bottom: 6px;
}

.jednotka_cont .jednot_name{
    font-size: 22px;
    margin-bottom: 5px;
}

.jednotka_cont .jednot_predano{
    font-size: 11px;
    margin-bottom: 0;
}

.jednotka_cont .projekt_lokalita{
    font-size: 12px;
    font-weight:500;
    margin-bottom:6px;
}

.velka.jednotka_cont {
    text-align: left;
    font-size:15px;
    min-width: 0;
    margin-right: 0px;
    margin-bottom: 50px;
    vertical-align: top;
    background-color: var(--seda_sv_sv);
    border-radius: var(--main_border_radius);
    padding: 18px 35px 20px 35px;


}

.velka.jednotka_cont.switch_group {
  margin-bottom: 0px;
}

.velka.jednotka_cont .head .switch i{
    border-radius: var(--main_border_radius);
}

.velka.jednotka_cont .head{
  margin-bottom:0px;
  padding-bottom:0px;
  border-bottom:0px;
}

.velka.jednotka_cont .head span{
  margin-right:25px;
}

.velka.jednotka_cont .head span:nth-child(1){
  font-size:27px;
  font-weight:750;
}

.velka.jednotka_cont .head span:nth-child(2){
  font-weight:700;
  font-size:18px;
}

.velka.jednotka_cont .head span:nth-child(3){
  font-weight:400;
  font-size:18px;
}

.velka.jednotka_cont .container2{
  display:flex;
  flex-wrap: wrap;
  padding: 48px 35px 40px 35px;
  gap:55px;
  justify-content: flex-end;
}

.velka.jednotka_cont .container2 .container2left{
  display:flex;
  gap:30px;
  flex: 4;
  flex-wrap: wrap;
}

.velka.jednotka_cont .container2 .container2right {
  display:flex;
  flex: 1;
  flex-wrap: wrap;
}

.velka.jednotka_cont .ceny{
  display:flex;
  flex-wrap: wrap;
  width:100%;
  gap:22px;
  justify-content: space-between;
}

.velka.jednotka_cont .ceny .jedn_data_finance{
  display:flex;
}

.velka.jednotka_cont .ceny .jedn_data_finance .nazev{
  font-size:15px;
  font-weight:450;
  margin-top: 6px;
  margin-right: 9px;
}

.velka.jednotka_cont .ceny .jedn_data_finance .cena{
  display:flex;
  flex-direction: column;
}

.velka.jednotka_cont .ceny .jedn_data_finance .cena1{
  font-size:22px;
  font-weight:600;
  word-spacing:-1px;
}

.velka.jednotka_cont .ceny .jedn_data_finance:nth-child(1) .cena1 span:first-child {
  color:#000;
}

.velka.jednotka_cont .ceny .jedn_data_finance:nth-child(2) .cena1 span:first-child{
  color:var(--deveport_tm_sv);
}

.velka.jednotka_cont .ceny .jedn_data_finance:nth-child(3) .cena1 span:first-child{
  color:var(--deveport_sv);
}

.velka.jednotka_cont .ceny .jedn_data_finance .cena1 span:last-child {
  font-size:15px;
}

.velka.jednotka_cont .ceny .jedn_data_finance .cena1 span:last-child {
  font-weight:400;
}

.velka.jednotka_cont .ceny .jedn_data_finance .cena2{
  font-size:12px;
  font-weight:400;
}

.velka.jednotka_cont .milniky{
  width:100%
}

.velka.jednotka_cont .milniky .nazev{
}

.velka.jednotka_cont .milniky .mil_blok {
  display:flex;
  flex-wrap: wrap;
  gap:3px;
}

.velka.jednotka_cont .milniky .mil_blok .milnik {
  flex:1;
  min-width:181px;
}

.velka.jednotka_cont .milniky .mil_blok .milnik .mil_head{
  display:flex;
  justify-content: space-between;
  min-height:26px;
}
.velka.jednotka_cont .milniky .mil_blok .milnik .mil_head .cislo{
  font-size:12px;
  font-weight:500;
  color: var(--seda_sv);
}

.velka.jednotka_cont .milniky .mil_blok .milnik .mil_head .nazev{
  font-weight:500;
}

.velka.jednotka_cont .milniky .mil_blok .milnik .mil_banner {
  display:flex;
  flex-direction: column;
  color:#fff;
  padding: 8px 19px
}

.velka.jednotka_cont .milniky .mil_blok .milnik:first-child .mil_banner {
  border-top-left-radius: var(--main_border_radius);
  border-bottom-left-radius: var(--main_border_radius);

}

.velka.jednotka_cont .milniky .mil_blok .milnik:last-child .mil_banner {
  border-top-right-radius: var(--main_border_radius);
  border-bottom-right-radius: var(--main_border_radius);
}

.velka.jednotka_cont .milniky .mil_blok .milnik .mil_banner.zaplaceno{
  background-color: var(--deveport_tm2);
}

.velka.jednotka_cont .milniky .mil_blok .milnik .mil_banner.nezaplaceno{
  background-color: var(--oranzova_sv);
}

.velka.jednotka_cont .milniky .mil_blok .milnik .mil_banner.posplatnosti{
  background-color: var(--cervena);
}

.velka.jednotka_cont .milniky .mil_blok .milnik .mil_banner .nazev{
  font-size:12px;
  font-weight:400;
}

.velka.jednotka_cont .milniky .mil_blok .milnik .mil_banner .castka{
}

.velka.jednotka_cont .milniky .mil_blok .milnik .mil_banner .castka span:first-child{
  font-size:20px;
  font-weight:500;
  word-spacing:-1px;
}

.velka.jednotka_cont .milniky .mil_blok .milnik .mil_banner .castka span:last-child{
  font-size:15px;
  font-weight:400;
}

.velka.jednotka_cont .milniky .mil_blok .milnik .splatnost{
  text-align:right;
  font-size:11px;
  font-weight:500;
  margin-top: 5px;
  text-transform: lowercase;
}

.velka.jednotka_cont .milniky .mil_blok .milnik .splatnost.posplatnosti span:last-child{
  color: var(--cervena);
}

.velka.jednotka_cont .milniky .mil_blok .milnik .splatnost span:last-child{
  font-weight:700;
}

.velka.jednotka_cont .prodejce{
  display:flex;
  align-items: flex-end;
  gap:30px;
}

.velka.jednotka_cont .prodejce .fotka{
}

.velka.jednotka_cont .prodejce .fotka img{
  width:120px;
  border-radius:18px;
  border: 1px solid var(--seda_sv);
}

.velka.jednotka_cont .prodejce_blok{
  font-weight:700;
}

.velka.jednotka_cont .prodejce_blok .nadpis{
  margin-bottom:10px;
  font-weight:500;
}

.velka.jednotka_cont .prodejce_blok .jmeno{
  font-size:19px;
  margin-bottom:10px;
}

.velka.jednotka_cont .prodejce_blok .telefon{
}

.velka.jednotka_cont .prodejce_blok .mail{
}


.razeni_stand_cont {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.razeni_stand_item {
  padding: 14px;
  background-color: #f0f0f0;
  /* border: 1px solid #ccc; */
  text-align: center;
  cursor: move;
  border-radius: var(--main_border_radius);
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  font-size: 16px;
}

.razeni_stand_item .kapitola {
  font-size:13px;
  padding: 3px 10px;
  border-radius: var(--main_border_radius_maly);
  background-color: #fff;
  color: #000;
  border: var(--main_border_size) var(--main_border_style) var(--main_border_color);
}

.razeni_stand_cont .switch_group .switch i {
  margin:1px 0px 0px 10px;
  border-radius: var(--main_border_radius_maly);
  padding: 5px;
  font-size: 12px;
}

.razeni_stand_item.closegroup .texty {
  position: absolute;
  left: -9999px;
  }

.razeni_stand_item.opengroup .texty {
  width:100%;
  }

.razeni_stand_item .texty .input_cont{
  margin-bottom:10px;
}

.razeni_stand_item .texty .input_text_textarea{
  font-size:13px;
  padding: 10px 10px;
  border-radius: var(--main_border_radius_maly);
  background-color: #fff;
  color: #000;
  margin-bottom:10px;
  border: var(--main_border_size) var(--main_border_style) var(--main_border_color);
}

.tab_filt_on_off{
  padding: var(--padding_input_tbm) var(--padding_input_lrm);
  margin: 0;
  font-weight: bold;
  display: block;
  color:#fff;
  background-color: var(--seda_str);
  border-radius: var(--main_border_radius) var(--main_border_radius) 0px 0px;
}
/*
.sort {
  float:right;
  cursor:pointer;
}*/
.sort {
  position: absolute;
  cursor: pointer;
  bottom: -9px;
  left: calc(50% - 8px);
  background: var(--seda_table);
  /* color: #fff; */
  font-size: 12px;
  padding: 2px 4px 2px 4px;
  border-radius: 5px;
}

.sort .select{
    color: var(--cervena);
}

.main_table {
  width: 100%;
  border-collapse: collapse;
}

.tab_filt_on_off span{
cursor:pointer;
}

.tab_filt_on_off span:nth-child(2){
margin-left: 30px;
font-weight: normal;
}

.filtrTableButton{
  position: absolute;
  min-width: 113px;
  right: 4px;
  margin-top: -59px;
}

.filtrovano  {
  color:var(--modra_sv);
  text-transform: uppercase;
  font-size: calc(var(--fontsize) - 1px);
}

/* Zebra striping */
/*.main_table tr:nth-of-type(odd) {
  background: white;
}
*/

.main_table th {
  background: var(--seda_str);
  color: white;
  font-weight: bold;
}

.main_table thead tr:first-child th {
  padding: 4px 2px;
  border-width: 0px;
  font-weight: normal;
}

.main_table thead tr:first-child th:first-child {
  padding-left: 4px;
}
.main_table thead tr:first-child th:last-child {
  padding-left: 4px;
  position:relative;
}

.main_table thead tr:last-child th {
  padding: 11px 18px;
  border-width: 1px;
  background: var(--seda_table);
  color:inherit;
  position:relative;
  font-weight: bold;
}

.main_table thead tr:last-child th:first-child {
padding-left: 11px;
}
.main_table thead tr:last-child th:last-child {
padding-left: 11px;
}

.main_table td, .main_table th {
  padding: 11px 15px;
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
  text-align: left;
  margin:0;
}

.main_table td {
  background: var(--seda_table);
}


.main_table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.main_table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.main_table td.tdmala, .main_table th.tdmala, .main_table thead tr:last-child th.tdmala  {
  padding: 11px 8px;
}

.filtNameTable{
  display:none;
}



.trWhite {
  background-color: #fff;
}

.trGreen {
  background-color: var(--modra_sv_sv);
}

.trRed {
  background-color: var(--cervena_sv);
}

.trGrey {
  background-color: var(--seda_sv_sv);
}

.trOrange {
  background-color: #fce9d0;
}

.trViol {
  background-color: #e9f8ff;
}


.table_items, .table_page, .table_page_pn, .table_load_more {
  display: inline-block;
  padding: 6px 9px;
  margin-right: 20px;
  min-width:13px;
  text-align: center;
  cursor:pointer;
  border-radius: var(--main_border_radius_maly);
}

.table_items, .table_page, .table_load_more {
  background-color: var(--seda_sv_sv);
}

.table_items:hover, .table_page:hover, .table_load_more:hover {
  background-color: var(--deveport_tm);
  color:#fff;
}

.table_items.vyb, .table_page.vyb {
  background-color: var(--deveport_sv);
  color: #fff;
  font-weight:bold;
  cursor:auto;
  border-radius:  var(--main_border_radius_maly);
}

.table_page_pn {
  color: var(--deveport_tm);
}

.table_page_pn:hover {
  color: var(--deveport_sv);
}

.table_page_info_top {
  margin-bottom: -5px;
  font-size: 12px;
}

.table_page_info_bottom {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 11px;
}

.paging_bottom {
  text-align:center;
  margin-top: calc(var(--padding_input_tb)*2);
}

.table_load_more {
  background-color: var(--seda_sv_sv);
  margin-bottom: var(--padding_input_tb);
}

.input_table_add, .new_item {
  padding: 5px 15px;
  font-size: 30px;
  color: #fff;
  display: block;
  width: 19px;

}

.input_table_remove {
  text-align:center;
  vertical-align:middle;
  color: var(--cervena);
}

.input_table_remove i{
  padding: 0px 18px;
}

.input_table_add, .input_table_remove, .new_item {
  cursor:pointer;
  background-color: var(--seda_sv);
  border-radius: var(--main_border_radius_maly);
}

.input_table_add:hover, .input_table_remove:hover, .new_item:hover {
  cursor:pointer;
  color: #fff;
  background-color: var(--deveport_sv);
}

.input_table_remove:hover {
  color: var(--cervena);
}

.input_table .input_cont {
  margin-bottom:0px;
}

.headline-jednotka {
  text-align: right;
  margin-top: 8px;
  margin-bottom: var(--padding_bottom_h1);
}

.headline-jednotka2 {
  text-align: left;
  margin-top: 8px;
  background-color:var(--modra_sv_sv2);
  padding:25px 40px;
  box-sizing: border-box;
}

.headline-jednotka .cast{
  display:inline-block;
  margin-left: 12px;
  text-transform: uppercase;
}

.headline-jednotka2 .cast{
  display:inline-block;
  margin-right: 12px;
  text-transform: uppercase;
}

.headline-jednotka2 .cast.pdf{
  font-weight:600;
  text-transform: uppercase;
  float:right; margin-right:0px
}

.headline-jednotka .cast span:first-child, .headline-jednotka2 .cast span:first-child {
  font-size:13px;
  font-weight: 300;
  margin-right: 3px;
}

.headline-jednotka .cast span:last-child, .headline-jednotka2 .cast span:last-child {
  font-size:17px;
  font-weight: 600;
}


.infoblok_standardy, .standardy_kosik {
  vertical-align:top;
  display:inline-block;
  width:calc(100% - var(--padding_w_right));
  margin-bottom:50px;
}

.standardy_kosik {
  background-color:var(--modra_sv_sv2);
  padding:30px 35px 35px 35px;
  box-sizing: border-box;
  border-radius: var(--main_border_radius);
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap:70px;
}

.standardy_kosik .polozky {
  width:100%;
  column-count: 2;
  column-gap: 70px;
  column-rule: 0px solid var(--seda_sv);
}

.standardy_kosik .predel {
  font-size:19px;
  font-weight: 400;
}

.standardy_kosik .predel td{
  border-bottom: 1px solid var(--seda_sv);
  padding:20px 0px 3px 0px;
}

.standardy_kosik .standard td {
  padding-top:16px;
  padding-right:20px;
  vertical-align:top;
}

.standardy_kosik .standard .bunka {
  min-height:20px;
}


.standardy_kosik table {
  margin-bottom:25px;
}


.standardy_kosik .standard td:first-child{
  font-size:13.5px;
  font-weight: 400;
}

.standardy_kosik .standard td:nth-child(2){
  font-size:13.5px;
  font-weight: 700;
  text-transform: uppercase;
}

.standardy_kosik .standard td:nth-child(3){
  white-space: nowrap;
  vertical-align:top;
  text-align:right;
  padding-right:0px;
}

.standardy_kosik .standard td:nth-child(3) div{
  display:block;
  margin-top:2px;
}



.standardy_kosik .standard td:nth-child(3) div.nadstandard{
  padding:5px 9px 5px 9px;
  background:var(--deveport_sv);
  color:white;
  border-radius: var(--main_border_radius);
}


.standardy_kosik .standard td:nth-child(3) div span:first-child{
  font-weight:600;
}

.standardy_kosik .standard td:nth-child(3) div span:last-child{
  font-size:11px;
}

.standardy_kosik .odeslat, .standardy_kosik .cena {
  width:50%;
  display: inline-block;
}

.standardy_kosik .cena {
  box-sizing: border-box;
}

.standardy_kosik .cena span:nth-child(2){
  font-size:15px;
  font-weight: 700;
}

.standardy_kosik .cena span:nth-child(2){
  font-size:15px;
  font-weight: 700;
}

.standardy_kosik .mainButton.middleButton{
  display:inline-block;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-top:-11px;
}

.standardy_cont {
  margin-bottom: var(--padding_base);
}


.standardy {
}


.standardy .predel, .standardy .druh, .standardy .druhsouhr, .standardy .kapitola {
  flex: 0 0 100%;
  box-sizing: border-box;
}

.standardy .predel {
  margin-top:40px;
  margin-bottom:30px;
}

.standardy .kapitola{
  font-size: 35px;
  font-weight: 200;
  margin-bottom:10px;
}

.standardy .druh {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.standardy .linka {
  border-bottom: 2px solid var(--seda_sv_sv);
}

.standardy .druh_text {
  font-size: 14px !important;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 10px;
}

.standardy .druhsouhrn {
  font-size: 20px;
  font-weight: 300;
  margin: 1px 0px 28px 0px;
  text-align: center;
  border-bottom: 2px solid var(--seda_sv_sv);
  padding-bottom: 20px;
}

.standardy .polozka {
  flex: 0 0 calc(20% - 20px);
  padding:35px;
  box-sizing: border-box;
  position:relative;
}

.standardy .polozka.vychozi {
  background-color:var(--modra_sv_sv2);
  border-radius: var(--main_border_radius);
}

.standardy .polozka .fotka_cont, #voObsah .fotka_cont {
position: relative;
}
.standardy .polozka .fotka_cont .fotka, #voObsah .fotka_cont .fotka {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom:45px;
  cursor:pointer;
  /* margin-left: 10%;
  margin-right:10%; */
}

.standardy .polozka .fotka_cont .fotka img, #voObsah .fotka_cont .fotka img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  border-radius: var(--main_border_radius);
  background-color:#fff;
}

.standardy .polozka .fotka_cont .nadstandard, #voObsah .fotka_cont .nadstandard {
  color: #fff;
  background-color: var(--deveport_sv);
  padding: 5px 27px;
  display: inline-block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: calc(var(--main_border_radius) - 3px);
}

.standardy .polozka .nazev {
  text-align:center;
  font-size:15px;
  text-transform: uppercase;
  font-weight:700;
  margin-bottom:29px;
  display:block;
  line-height:21px;
}

.standardy .polozka .headline {
  text-align:center;
  font-size:14px;
  font-weight:400;
  margin-bottom:63px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Počet řádků, na které se text omezí */
    overflow: hidden;
    text-overflow: ellipsis;
}

.standardy .polozka .blok_cena {
  position:absolute;
  bottom:40px;
  height:32px;
}

.standardy .polozka .blok_cena .cena, #voObsah .blok_cena .cena  {
  font-size:12px;
  font-weight:400;
  text-transform: uppercase;
  display:block;
  line-height: 20px;
}

.standardy .polozka.nadstandard .blok_cena .cena, #voObsah .nadstandard .blok_cena .cena {
  font-size:19px;
  font-weight:600;
  text-transform:none;
}


.standardy .polozka .blok_cena .cena span:first-child, #voObsah .blok_cena .cena span:first-child{
  font-size:18px;
  font-weight:600;
}

.standardy .polozka .blok_cena .cena span:last-child, #voObsah .blok_cena .cena span:last-child{
  font-size:16px;
  font-weight:500;
}

.standardy .polozka .blok_cena .popis, #voObsah .blok_cena .popis {
  font-size:10px;
  display:block;
}

.standardy .polozka .input_cont {
  position:absolute;
  z-index:1;
  right:25px;
  bottom:-4px;
  width:auto;
}

.standardy .polozka .input_cont .input_nadpis {
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
  color: var(--seda_sv);
}

.standardy .polozka.vychozi .input_cont .input_nadpis {
  color: var(--deveport_tm);
}

.standardy .polozka .input_cont .input_checkbox {
  display:inline-block;
  width:auto;
  position:relative;
  top:10px;
}

.sds_checkbox {
  background:  var(--seda_sv_sv);
  border-radius: var(--main_border_radius);
  padding:35px;
  width: calc(100% - 135px);
  display: flex;
  flex-direction: column;
  margin-top:0px;
}

.sds_checkbox .input_cont  {
  margin-bottom: 0px;
  padding:0px;
}

.sds_checkbox .input_cont .input_nadpis span  {
  font-size:27px;
  font-weight: 300;
  text-transform: none;
}

.sds_checkbox .input_cont .input_nadpis span b {
  font-weight: 600;
}

.sds_checkbox .input_cont .input_radio_radio .radio {
  display: inline-block;
  height: calc( var(--vyska_checkbox) * 1.5 );
  width: calc( var(--vyska_checkbox)  * 1.5 );
  border: 2px solid var(--deveport_sv);
  border-radius: calc( var(--vyska_checkbox) / 2.6 );
  border-color: var(--seda_sv);
  background:#fff;
  position: relative;
}

.sds_checkbox .input_cont .input_radio_radio .input {
display: inline-block;
margin: 10px 40px 5px 0px;
}

.sds_checkbox .input_cont .input_radio_radio .input.selected .radio::before {
  content: "\f00c"; /* fa-check */
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  pointer-events: none; /* volitelně - ať to neovlivňuje kliky */
}

.sds_checkbox .input_cont .input_radio_radio .input.selected .radio {
  background: var(--oranzova_tm);
  border-color: var(--oranzova_tm);
}

.sds_checkbox .input_cont .input_radio_radio .popis {
  font-size:21px;
  font-weight:800;
  color: var(--seda_str);
}

.sds_checkbox .input_cont .input_radio_radio .input.selected .popis {
  color: var(--oranzova_tm);
}

.sds_flex_container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}

.sds_radio_wrapper {
  flex: 0 0 auto;
}

.sds_popis {
  margin-top:7px;
  flex: 1;
  font-size: 14px !important;
  line-height: 1.7;
  color: var(--seda_str);
}

.sds_popis span {
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.sdscena {
  font-size:16px;
  font-weight:600;
  background: #3E6196;;
  border-radius: var(--main_border_radius);
  padding: 25px 35px;
  display:flex;
  align-items: center;
  position:relative;
  bottom:-80px;
  margin-top:-65px;
  color:#fff;
  align-self: flex-end;
  z-index:10;

}

.sdscena div {
  display:inline-block;
}

.sdscena div:nth-child(2){
  margin-left:20px;
  margin-right:10px;
  font-weight:300;
  font-size:35px;
}

.sdscena div:nth-child(3){
  font-weight:300;
}


/*nastavení pokud není více položek v druhu tak se položky v rámci sds řadí vedle sebe **********************/

.standardy_cont {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  width:calc(100% - var(--padding_w_right));
}

.standardy_cont .sds_checkbox {
  flex: 0 0 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.standardy_cont .sds_checkbox.blok2 {
  margin-top: 30px;
}


.standardy {
  display: contents;
}

.standardy .polozka {
  flex: 0 0 calc(20% - 20px);
  box-sizing: border-box;
}


/*******************************************************************************************************/

.b100res { /* musí být na konci souboru */
  width:100%;
}

.b50res { /* musí být na konci souboru */
  width:50%;
}

.w100res { /* musí být na konci souboru */
  width:calc(100% - var(--padding_w_right));
}

.w50res { /* musí být na konci souboru */
    width:calc(50% - var(--padding_w_right));
}

.w66res { /* musí být na konci souboru */
    width:calc(66.6% - var(--padding_w_right));
}

.b66res { /* musí být na konci souboru */
    width:66.6%;
}

.w60res { /* musí být na konci souboru */
    width:calc(60% - var(--padding_w_right));
}

.b60res { /* musí být na konci souboru */
    width:60%;
}

.w40res { /* musí být na konci souboru */
    width:calc(40% - var(--padding_w_right));
}

.b40res { /* musí být na konci souboru */
    width:40%;
}

.w33res { /* musí být na konci souboru */
    width:calc(33.3% - var(--padding_w_right));
}

.b33res { /* musí být na konci souboru */
    width:33.3%;
}

.b25res { /* musí být na konci souboru */
    width:25%;
}

.b75res { /* musí být na konci souboru */
    width:75%;
}


.flex25res { /* musí být na konci souboru */
    flex: 0 0 25%
}

.flex33res { /* musí být na konci souboru */
    flex: 0 0 33%
}

.flex40res { /* musí být na konci souboru */
    flex: 0 0 40%
}

.flex50res { /* musí být na konci souboru */
    flex: 0 0 50%
}

.flex60res { /* musí být na konci souboru */
    flex: 0 0 60%
}

.flex66res { /* musí být na konci souboru */
    flex: 0 0 66%
}

.flex75res { /* musí být na konci souboru */
    flex: 0 0 75%
}

.flex100res { /* musí být na konci souboru */
    flex: 0 0 100%
}

.grid1 {
  grid-column: span 1;
}

.grid2 {
  grid-column: span 2;
}

.grid3 {
  grid-column: span 3;
}

.grid4 {
  grid-column: span 4;
}

.grid5 {
  grid-column: span 5;
}

.grid6 {
  grid-column: span 6;
}

.grid7 {
  grid-column: span 7;
}

.grid8 {
  grid-column: span 8;
}

.grid9 {
  grid-column: span 9;
}

.grid10 {
  grid-column: span 10;
}


.b50res, .b100res, .b66res, .b60res, .b40res, .b33res, .b25res, .b75res  { /* musí být na konci souboru */
  display:inline-block;
  vertical-align:top;
}

.w50res, .w100res, .w66res, .w60res, .w40res, .w33res { /* musí být na konci souboru */
  padding-right:var(--padding_w_right);
  display:inline-block;
  vertical-align:top;
}

.err, .basic.err, .checkbox.err { /* musí být na konci souboru */
  border-color: var(--cervena);
}

.on_off_hidden, .main_table tr.on_off_hidden {
  display:none;
}


@media screen and (max-width: 2100px) {

  #vyskakovaci_okno {
    width: 60%;
  }

}

@media screen and (max-width: 2000px) {

  .standardy .polozka {
    flex: 0 0 calc(25% - 20px);
  }

  #vyskakovaci_okno {
    width: 60%;
  }

}

@media screen and (max-width: 1700px) {

  .tblock_logo {
    width: 240px;
  }

  .menu {
    gap: 9px;
    font-size: 12px;
  }

  .tbblock_item.right .item i, .polozka.littleMenu i {
    font-size: 18px;
  }

  .tbblock_item.right .item i.big {
    font-size: 18px;
    margin-top: 0px;
  }

  .tblock_logo {
    width: 240px;
  }

  .tbblock_item.right {
    gap: 15px;
  }

  .dashboard {
    gap: 55px;
  }

}


@media screen and (max-width: 1650px) {

  .left_tbblock .menu.manager{
  font-size:13px;
  letter-spacing: -0.04em;
  }

  .left_tbblock .manager .polozka {
    margin-right: 8px;
  }

}


@media screen and (max-width: 1600px) {



  .velka.jednotka_cont .container2 .container2left {
    flex: initial;
    width:100%;
  }

  .velka.jednotka_cont .container2 .container2right {
    flex: initial;
  }


}


@media screen and (max-width: 1550px) {

  .tbblock {
    gap: 30px;
  }

}


@media screen and (max-width: 1500px) {

  .standardy .polozka {
    flex: 0 0 calc(33.333% - 20px);
  }

  #vyskakovaci_okno {
    width: 70%;
  }

  .standardy_kosik .polozky {
    column-count: 1;
  }

}



@media screen and (max-width: 1460px) {

  .main_table thead tr:last-child th, .main_table td, .main_table th {
    padding: 10px 12px;
    font-size: 13px;
  }

  .headline-jednotka2 .cast.pdf{
    float:none;
    width:100%;
  }

}


@media screen and (max-width: 1300px) {

  :root {
    --padding_base: 30px;
    --padding_w_right: 36px;
    --main1pad:30px;
    --padding_bottom_main:50px;
  }

  .main1 {
    width:calc(100% - (2 * var(--padding_base)));
    margin-left:var(--padding_base);
  }

  .main2 {
    margin: 0px;
  }

  .tbblock_item.center {
    position: fixed;
    right:0px;
    top:70px;
  }

  .menu {
    margin-top: 10px;
    flex-direction: column;
    gap: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
    text-align:right;
  }

  .menu::after {
    content: "mobile";
  }


  .menu .polozka.littleMenu {
    display: unset;
  }

  .polozka.littleMenu i{
    background-color: var(--seda_sv);
  }

  .menu .polozka:not(.littleMenu){
    background-color: var(--deveport_tm);
  }

  .menu .polozka:not(.littleMenu), .polozka.littleMenu i{
    color:#fff;
    padding:14px 35px 14px 18px;
  }

  .menu .polozka:not(.littleMenu){
    padding-left:30px;
  }


  .menu a:first-of-type .polozka, .polozka.littleMenu i{
    border-top-left-radius: var(--main_border_radius_maly);
  }

  .menu a:first-of-type .polozka{
    padding-top:28px;
  }

  .menu a:last-of-type .polozka, .polozka.littleMenu i{
    border-bottom-left-radius: var(--main_border_radius_maly);
  }

  .menu a:last-of-type .polozka{
      padding-bottom:28px;
  }

  .polozka.littleMenu i.no-bottom-radius {
    border-bottom-left-radius: 0;
    background-color: var(--deveport_tm);
  }

  .menu .polozka:not(.littleMenu){
    display: none;
  }

  .menu a:hover .polozka:not(.littleMenu) {
    background-color: var(--deveport_sv);
  }

  .tbblock_item.right {
    margin-top: 8px;
  }

  .dashboard_item {
      width: 150px;
      height: 150px;
      border-radius: 30px;
      padding: 30px;
  }

  .dashboard_textitem i {
      font-size: 35px;
      margin-bottom: 6px;
  }

  .dashboard_textitem .text {
      line-height: 35px;
    }

  .dashboard_textitem .text.v1 .last-word, .dashboard_textitem .text.v2 .first-word {
    font-size: 35px;
  }

  .dashboard_textitem .text.v1 .first-word, .dashboard_textitem .text.v2 .last-word {
      font-size: 28px;
    }

  .svg_cont_cont {
    padding-right:0px;
    width:calc(100% + 20px - calc( 1 * var(--main1pad) ));
  }

  .svg_cont {
    width:240px;
  }

  h1 {
    margin-left: 0px;
  }

  .w33res {
      width:calc(50% - var(--padding_w_right));
  }

  .flex33res { /* musí být na konci souboru */
      flex: 0 0 50%
  }

  .grid3 {
      grid-column: span 5;
    }

  .grid4 {
      grid-column: span 5;
    }

  .b33res {
      width:50%;
  }

  .w66res {
      width:calc(100% - var(--padding_w_right));
  }

  .grid6 {
      grid-column: span 5;
    }

  .grid7 {
      grid-column: span 5;
    }

  .flex66res { /* musí být na konci souboru */
      flex: 0 0 100%
  }

  .b66res {
      width:80%;
  }


  .faqform {
  margin-right: var(--main1pad);
  }

  .tabCont {
    width:calc(100% - var(--main1pad));
  }

}

@media screen and (max-width: 1150px) {


  .main_table thead tr:last-child th, .main_table td, .main_table th {
    padding: 10px 8px;
    font-size: 12px;
  }

  .velka.jednotka_cont .ceny .jedn_data_finance {
    flex-direction: column;
  }

}


@media screen and (max-width: 1130px) {


  .tbblock_item.right {
    top:52%;
  }

  .tbblock_item.right .vlajka {
    margin-top:2px;
    height: 24px;
    }


}



@media screen and (max-width: 1050px) {

  .infoblok_standardy, .standardy_kosik {
    width:calc(100% - var(--padding_w_right));
  }

  .b50res {
    width:100%;
  }

  .flex50res { /* musí být na konci souboru */
      flex: 0 0 100%
  }

  .grid5 {
      grid-column: span 10;
    }

  .b66res { /* musí být na konci souboru */
      width:100%;
  }

  .grid7 {
      grid-column: span 10;
    }

  .flex66res { /* musí být na konci souboru */
      flex: 0 0 100%
  }

  .w60res { /* musí být na konci souboru */
      width:calc(50% - var(--padding_w_right));
  }

  .grid6 {
      grid-column: span 5;
    }

  .flex60res { /* musí být na konci souboru */
      flex: 0 0 50%
  }

  .b40res { /* musí být na konci souboru */
      width:50%;
  }

  .grid4 {
      grid-column: span 5;
    }

  .flex40res { /* musí být na konci souboru */
      flex: 0 0 50%
  }

  .b66res { /* musí být na konci souboru */
      width:100%;
  }

  .dashboard_textitem .text {
  line-height: 39px;
  }

  .dashboard_textitem .first-word, .dashboard_textitem .last-word {
      display:block;
  }

  .sds_flex_container {
    flex-direction: column-reverse;
  }

}


@media screen and (max-width: 1000px) {

  .main_table thead tr:last-child th, .main_table td, .main_table th {
    padding: 8px 7px;
    font-size: 11px;
  }

  .main_table thead tr:last-child th {
    font-size: 10px;
  }

}


@media screen and (max-width: 950px) {

.standardy .polozka {
        flex: 0 0 calc(50% - 20px);
    }

}

@media screen and (max-width: 920px) {


  .w60res { /* musí být na konci souboru */
      width:calc(100% - var(--padding_w_right));
  }

  .flex60res { /* musí být na konci souboru */
      flex: 0 0 100%
  }

  .b40res { /* musí být na konci souboru */
      width:100%;
  }

  .flex40res { /* musí být na konci souboru */
      flex: 0 0 100%
  }

}




/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

@media screen and (max-width: 900px) {

  :root {
    --fontsize: 13px;
    --padding_bottom_h1: 40px;
  }

  .main_table thead tr:last-child th, .main_table td, .main_table th {
    padding: 6px 18px 9px 18px;
    font-size: 13px;
  }

  h1 {
    margin: 0px var(--main1pad) var(--padding_bottom_h1) 0px;
  }

  .h2_cont {
    margin-bottom: 50px;
  }

  .h2_cont h2 {
    font-size: 22px;
  }

}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 900px),
(min-device-width: 908px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.main_table table, .main_table thead, .main_table tbody, .main_table th, .main_table td, .main_table tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.main_table thead tr:not(.tab_filt) {
		position: absolute;
    z-index: 1;
    margin-left: -4px;
	}

	/*.main_table tr { border: 1px solid #ccc; }*/

	.main_table td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

  .main_table thead tr:first-child th {
    padding: 4px 8px;
  }

  .main_table thead tr:first-child th:first-child {
   padding-left: 8px;
  }

  .main_table thead tr:first-child th:last-child {
   padding-left: 8px;
  }

  .main_table thead tr:last-child th {
    height:17px;
    border: none;
    padding-left:0px;
    padding-right:0px;
    background:none;
  }

  .main_table thead tr:last-child th .name {
    display:none;
  }

  .main_table thead tr:last-child th .sort {
    top:5px;
    font-size:18px;
    background:none;
    left: 11px;
  }

  .main_table thead tr:last-child th .sort:first-child {
    top:6px;
  }

  .main_table tbody tr:first-child td:before {
    left: 13px;
    width: calc(90% - 13px);
    padding-right:calc(10% + 13px)
  }

	.main_table td:before {
    white-space: normal;
    position: relative;
    display: inline-block;
    margin-left: -100%;
    margin-top: 1px;
    width: 90%;
    padding-right:10%
	}

  .filtNameTable{
    display:inline-block;
    width: calc(30% - 10px);
    padding-right:10px;
    text-align:right;
    vertical-align:bottom;
  }

  .filtrTableButton {
    right: 0px;
  }

  .input_cont.small .button {
    width: 36px;
  }

  .input_cont.small .button span {
    left: 14px;
  }

  .main_table .input_cont {
    width: 70%;
  }

  .main_table .input_cont.small .input_search,
  .main_table .input_cont.small .basic .input {
    width: calc(100% - 70px - var(--padding_input_lrm));
  }

  .main_table .input_cont.small .multiButton .basic .input {
    width: calc(100% - 45px - var(--padding_input_lrm));
  }

  .main_table tr th, .main_table tr td {
    display: none;
  }

  #reclam_my_resit tr th:nth-child(1), #reclam_my_resit tr td:nth-child(1),
  #reclam_my_resit tr th:nth-child(2), #reclam_my_resit tr td:nth-child(2),
  #reclam_my_resit tr th:nth-child(4), #reclam_my_resit tr td:nth-child(4),
  #reclam_my_resit tr th:nth-child(5), #reclam_my_resit tr td:nth-child(5),
  #reclam_my_resit tr th:nth-child(9), #reclam_my_resit tr td:nth-child(9),
  #reclam_my_resit tr th:nth-child(10), #reclam_my_resit tr td:nth-child(10),
  #reclam_my_resit tr:first-child th:nth-child(17) {
    display:inherit;
  }

  #reclam_my tr th:nth-child(1), #reclam_my tr td:nth-child(1),
  #reclam_my tr th:nth-child(2), #reclam_my tr td:nth-child(2),
  #reclam_my tr th:nth-child(3), #reclam_my tr td:nth-child(3),
  #reclam_my tr th:nth-child(7), #reclam_my tr td:nth-child(7),
  #reclam_my tr th:nth-child(8), #reclam_my tr td:nth-child(8),
  #reclam_my tr:first-child th:nth-child(12) {
    display:inherit;
  }

  #reclam_my_svj tr th:nth-child(1), #reclam_my_svj tr td:nth-child(1),
  #reclam_my_svj tr th:nth-child(2), #reclam_my_svj tr td:nth-child(2),
  #reclam_my_svj tr th:nth-child(3), #reclam_my_svj tr td:nth-child(3),
  #reclam_my_svj tr th:nth-child(7), #reclam_my_svj tr td:nth-child(7),
  #reclam_my_svj tr th:nth-child(8), #reclam_my_svj tr td:nth-child(8),
  #reclam_my_svj tr:first-child th:nth-child(12) {
    display:inherit;
  }


  #udocum_section tr th:nth-child(1), #udocum_section tr td:nth-child(1),
  #udocum_section tr th:nth-child(2), #udocum_section tr td:nth-child(2),
  #udocum_section tr th:nth-child(3), #udocum_section tr td:nth-child(3),
  #udocum_section tr th:nth-child(4), #udocum_section tr td:nth-child(4),
  #udocum_section tr th:nth-child(5), #udocum_section tr td:nth-child(5),
  #udocum_section tr th:nth-child(6), #udocum_section tr td:nth-child(6),
  #udocum_section tr:first-child th:nth-child(17) {
    display:inherit;
  }

  #udocum tr th:nth-child(1), #udocum tr td:nth-child(1),
  #udocum tr th:nth-child(2), #udocum tr td:nth-child(2),
  #udocum tr th:nth-child(3), #udocum tr td:nth-child(3),
  #udocum tr th:nth-child(4), #udocum tr td:nth-child(4),
  #udocum tr th:nth-child(5), #udocum tr td:nth-child(5),
  #udocum tr th:nth-child(6), #udocum tr td:nth-child(6),
  #udocum tr th:nth-child(7), #udocum tr td:nth-child(7),
  #udocum tr th:nth-child(8), #udocum tr td:nth-child(8),
  #udocum tr th:nth-child(9), #udocum tr td:nth-child(9),
  #udocum tr th:nth-child(10), #udocum tr td:nth-child(10),
  #udocum tr:first-child th:nth-child(12) {
    display:inherit;
  }

  #standard_section tr th:nth-child(1), #standard_section tr td:nth-child(1),
  #standard_section tr th:nth-child(2), #standard_section tr td:nth-child(2),
  #standard_section tr th:nth-child(3), #standard_section tr td:nth-child(3),
  #standard_section tr th:nth-child(4), #standard_section tr td:nth-child(4),
  #standard_section tr th:nth-child(5), #standard_section tr td:nth-child(5),
  #standard_section tr th:nth-child(6), #standard_section tr td:nth-child(6),
  #standard_section tr:first-child th:nth-child(17) {
    display:inherit;
  }

  #standard tr th:nth-child(1), #standard tr td:nth-child(1),
  #standard tr th:nth-child(2), #standard tr td:nth-child(2),
  #standard tr th:nth-child(3), #standard tr td:nth-child(3),
  #standard tr th:nth-child(4), #standard tr td:nth-child(4),
  #standard tr th:nth-child(5), #standard tr td:nth-child(5),
  #standard tr th:nth-child(6), #standard tr td:nth-child(6),
  #standard tr th:nth-child(7), #standard tr td:nth-child(7),
  #standard tr th:nth-child(8), #standard tr td:nth-child(8),
  #standard tr th:nth-child(9), #standard tr td:nth-child(9),
  #standard tr th:nth-child(10), #standard tr td:nth-child(10),
  #standard tr:first-child th:nth-child(12) {
    display:inherit;
  }


  #objednavky_standardy_section tr th:nth-child(1), #objednavky_standardy_section tr td:nth-child(1),
  #objednavky_standardy_section tr th:nth-child(2), #objednavky_standardy_section tr td:nth-child(2),
  #objednavky_standardy_section tr th:nth-child(3), #objednavky_standardy_section tr td:nth-child(3),
  #objednavky_standardy_section tr th:nth-child(4), #objednavky_standardy_section tr td:nth-child(4),
  #objednavky_standardy_section tr th:nth-child(5), #objednavky_standardy_section tr td:nth-child(5),
  #objednavky_standardy_section tr th:nth-child(6), #objednavky_standardy_section tr td:nth-child(6),
  #objednavky_standardy_section tr:first-child th:nth-child(17) {
    display:inherit;
  }

  #objednavky_standardy tr th:nth-child(1), #objednavky_standardy tr td:nth-child(1),
  #objednavky_standardy tr th:nth-child(2), #objednavky_standardy tr td:nth-child(2),
  #objednavky_standardy tr th:nth-child(3), #objednavky_standardy tr td:nth-child(3),
  #objednavky_standardy tr th:nth-child(4), #objednavky_standardy tr td:nth-child(4),
  #objednavky_standardy tr th:nth-child(5), #objednavky_standardy tr td:nth-child(5),
  #objednavky_standardy tr th:nth-child(6), #objednavky_standardy tr td:nth-child(6),
  #objednavky_standardy tr th:nth-child(7), #objednavky_standardy tr td:nth-child(7),
  #objednavky_standardy tr th:nth-child(8), #objednavky_standardy tr td:nth-child(8),
  #objednavky_standardy tr th:nth-child(9), #objednavky_standardy tr td:nth-child(9),
  #objednavky_standardy tr th:nth-child(10), #objednavky_standardy tr td:nth-child(10),
  #objednavky_standardy tr:first-child th:nth-child(12) {
    display:inherit;
  }

  #reclam_my_svj tr td:nth-child(2),
  #reclam_my_resit tr td:nth-child(3),
  #reclam_my tr td:nth-child(2) {
    font-weight:bold;
  }

  #reclam_my_svj tr td:nth-child(2):before,
  #reclam_my_resit tr td:nth-child(3):before,
  #reclam_my tr td:nth-child(2):before {
    font-weight:normal;
  }

  .main_table tr td:nth-child(1){
    background: var(--modra_sv);
  }

  .filtrTableButton {
  position: relative;
  margin-top: 0px;
  }

  .free_infohelp.right .lores{
    display:none;
  }

}


@media screen and (max-width: 870px) {

  .w33res { /* musí být na konci souboru */
      width:calc(100% - var(--padding_w_right));
  }

  .b33res { /* musí být na konci souboru */
      width:calc(100% - var(--main1pad));
  }

  .flex33res { /* musí být na konci souboru */
      flex: 0 0 100%
  }

  .grid3 {
      grid-column: span 10;
    }

  .grid4 {
      grid-column: span 10;
    }


  .dashboard, .svg_cont_cont {
    text-align: center;
  }

  .input_cont, .tabCont, .standardy_kosik, .infoblok_standardy, .fotgal_cont, .info_pol_cont, .message_cont, .logupd_cont, .reklist_cont, .mainButton, .headline-jednotka2_cont, .jednotka_cont, .sliderbanner2, .faqform, .textYN {
  margin-bottom: 35px;
  }

  .with_mini_botton {
    margin-bottom: calc( 35px + 30px );
  }

  .with_regular_botton {
    margin-bottom: calc( 75px + 30px );
  }

  .mainButton.mini.navrlhutykvyresBtn {
    margin-top:-35px;
    margin-right:0px
  }

  .uzavritpozn, .znovuotevritpozn {
    margin-top:-105px;
    margin-bottom: 96px;
  }

}


@media screen and (max-width: 720px) {

  .exportDoPdf {
  top: 115px;
  }

}


@media screen and (max-width: 640px) {

  :root {
    --padding_bottom_main:30px;
  }

.standardy .polozka {
        flex: 0 0 100%;
    }

}



@media screen and (max-width: 600px) {

  .tblock_logo {
    width:200px;
  }

  .tbblock_item.right {
    margin-top: 4px;
  }

  .tbblock_item.right .item.user span:not(b span) {
    display:none;
  }

  .w50res { /* musí být na konci souboru */
      width:calc(100% - var(--padding_w_right));
  }

  .flex50res { /* musí být na konci souboru */
      flex: 0 0 100%
  }

  .grid5 {
      grid-column: span 10;
    }

  .dashboard {
  margin-top: -20px;
  }

  .dashboard_item {
    width: 103px;
    height: 103px;
    margin: 0px 6px 6px 6px;
    padding: 17px;
  }


  .dashboard_item.number span:first-child {
    font-size: 51px;
    font-weight: 100;
  }

  .dashboard_item.number span:last-child {
    font-size: 10px;
  }

}



@media screen and (max-width: 520px) {


  .tbblock {
    flex-direction: column;
    gap: 6px;
  }

  .tbblock_item {
    text-align:center;
  }

  .tbblock_item.right {
    justify-content: center;
  }

  .tbblock_item.right .item.user span {
    display:none;
  }

  .tblock_logo {
    width: 216px;
  }


  .main2 {
    margin:0px;
    display:flex;
    justify-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap:30px;
  }

  .exportDoPdf {
  display:block;
  font-weight:bold;
  position:inherit;
  right:inherit;
  top: inherit;
  }
}


@media screen and (max-width: 470px) {

  :root {
    --padding_w_right:26px;
    --main1pad: 20px;
  }

    .standardy_kosik {
      padding: 15px 20px 20px 20px;
  }

  .standardy_kosik .cena {
    margin-top: 18px;
  }

  .standardy_kosik .odeslat, .standardy_kosik .cena {
    width:100%;
  }

  .standardy_kosik .standard td {
      padding-bottom: 10px;
      padding-right: 7px;
  }

}



@media screen and (max-width: 390px) {

  :root {
    --padding_base: 23px;
  }

  .mydocum_item {
    width: 120px;
    margin: 0px 7px var(--padding_input_lr) 7px;
  }

  .mydocum_item .content i {
      font-size:42px;
      line-height: 70px;
  }

  .mydocum_item .content .popis{
    font-size: 12px;
    padding: 0px 0px;
  }

  .mydocum_item .content .popis_little{
    margin-top: 3px;
    font-size: 10px;
  }

}

@media screen and (max-width: 350px) {

  :root {
    --padding_base: 23px;
  }

}

div:not(.no_ignore) .input_select hidden {
border: 10px solid red;
}
