:root {
  --protech_tm: rgb(157, 185, 70);
  --protech_sv: #000000;
  --zelena_med: #738700;
  --zelena_med_sv: #163200;
  --zelena_sv: #eeffe3;
  --zelena_sv_sv: #f9ffe3;
  --cervena: #ff0000;
  --cervena_sv: #f7e1e1;
  --seda_sv: #bfbfbf;
  --seda_str: rgba(131, 131, 131, 1);
  --seda_sv_sv: #ebebeb;
  --seda_tm: #5c5c5c;
  --vyska_input: 49px;
  --vyska_input_small: 35px;
  --vyska_checkbox: 30px;
  --fontsize: 14px;
  --main1pad: 75px;
  --padding_base: 60px;
  --padding_w_right: 66px;
  --padding_input_lr: 20px;
  --padding_input_lrm: 15px;
  --padding_input_tb: 17px;
  --padding_input_tbm: 11px;
}

body  {
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
}


#hlaska {
  position: fixed;
  width: 320px;
  margin: 5% auto; /* Will not center vertically and won't work in IE6/7. */
  left: 0;
  right: 0;
  z-index:3;
  text-align:center;
}

#hlaska.hidden {
  display:none;
}

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

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

#hlaska .close {
  position:absolute;
  top:10px;
  right:12px;
  cursor:pointer;
  font-size:20px;
}

#hlaska .ikona {
  position: relative;
  font-weight: 700;
  background: #fff;
  font-size: 24px;
  line-height: 57px;
  width: 58px;
  height: 58px;
  border-radius: 29px;
  color: var(--protech_tm);
  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 53px;
}

#hlaska #hlaskaNadp {
  font-family: Georgia, serif;
  font-style: italic;
  font-size:20px;
  line-height: 29px;
}

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

#hlaska #hlaskaText::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

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

.valHlaska {
  color: var(--cervena);
  font-size: 12px;
  display: block;
  margin-top: 9px;
  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;
}


.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;
}



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


textarea {
  font-weight: 400;
}


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

.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(--protech_sv);
}

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

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

.ui-sortable li {
  cursor:move;
}


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

.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(--protech_tm);
}

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

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

.st4{
    fill:var(--protech_sv);
}

.st5{
  fill:#ffffff;
}


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

.svg_cont:hover .stline {
  height:3px;
}

.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 {
    width:100%;
    display: block;
    text-align:left;
}

.input_cont.noAct {
opacity: 0.3;
}

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


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

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

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

.free_infohelp.left{
  text-align:left
}

.free_infohelp.right{
  text-align:right
}


.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: 16px;
    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, .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) {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

.input_cont span:nth-child(2){
  font-weight: 500;
  display: inline-block;
}

.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-width: 0px;
  border-style: solid;
  border-color: var(--seda_str);
}

.input_files_dd {
  border-width: 0px;
}

.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) - 2px );
  width:var(--vyska_input);
  height:var(--vyska_input);
  border: 1px solid var(--protech_sv);
  background-color: var(--protech_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);
  background-color: white;
  color: var(--seda_sv);
}

.input_cont.small .multiButton .basic {
  background-color: var(--protech_sv);
  color: white;
}

.input_cont.small .multiButton .basic a {
  color: var(--protech_tm);
  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) + 1px);
  overflow: hidden;
  line-height: calc(var(--fontsize) + 1px);;
  display: inline-block;
  white-space: nowrap;
}

.input_select .input_search, .input_text_text, .input_text_password, .input_text_textarea{
  background-color: rgb(236, 235, 236);
}

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

.input_select .input_search {
  position: absolute;
  margin:0px;
  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: darkgray;
}


.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% - 23px - 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(--protech_tm);
  width: var(--vyska_input);
  height: 100%;
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  color:#fff;
  float:right;
}

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

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

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

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

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

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

.input_scroll {
  background: var(--protech_tm);
  color:#fff;
  width:100%;
  display:none;
  position:absolute;
  z-index:2;
  min-width: 85px;
  max-height: 328px;
  overflow-y: scroll;
  }


.multiButton .input_scroll {
  background: var(--zelena_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(--protech_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(--protech_sv);
  color: #fff;
}

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

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

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

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

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

.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 {
  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(--protech_sv);
  border-radius: 0px;
  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(--protech_sv);
  border-radius: 4px;
  vertical-align: middle;
}

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

.input_checkbox .checkbox.checked {
  background: var(--protech_tm);
  border: 2px solid var(--protech_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(--protech_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(--protech_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(--protech_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(--protech_sv);
  color:var(--zelena_sv);
  text-align:center;
}

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

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





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

.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: 43px;
  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 );
}

.uzavritpozn {
  margin-top:-70px;
  margin-bottom: 70px;
}

.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;
  display: inline-block;
  padding-top:7px;
  text-align:center;
  font-size:30px;
  font-weight:700;
  color: var(--seda_sv);
  cursor:pointer;
}

.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;
}

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

.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;
  position: relative;
  margin: 0px;
  padding: 3px 3px 3px 3px;
  width: calc( 100% - ( 2 * 4px ));
  border: 1px solid var(--seda_sv);
  position:absolute;
  height:calc( 100% - ( 2 * 4px ));
  top:0px;
}

.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(--protech_tm);
  color:#fff;
}

.imgContent.hidden {
  display: none;
}

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

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

.mainButton {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--protech_tm);
  color: #fff;
  padding: 17px 21px;
  border:none;
  cursor:pointer;
  min-width: 150px;
  text-align:center;
  display:inline-block;
}

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

.mainButton.mini {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--protech_tm);
  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 a, a.mainButton{
  color: #fff;
}

.mainButton:hover, .mainButton:hover a, a .mainButton:hover {
  color: #fff;
  background-color: var(--protech_sv);
}

.tablebutton {
  cursor:pointer;
  font-weight: bold;
  color: var(--zelena_med);
}

.tablebutton:hover {
  color: var(--protech_sv);
}

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

.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(--protech_sv);
color:var(--protech_tm);
padding: 35px;
}

.logupd {
display:block;
color:#fff;
padding: 12px 0px;
}

.logupd_log_cont {
}

.message.own{
background-color: var(--zelena_sv);
color:var(--protech_tm);
}

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

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

.logupd.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(--zelena_sv);
}

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

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

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

.message.own .sipka{
  background-color: var(--zelena_sv);
  border-top:1px solid var(--protech_sv);
  border-left:1px solid var(--protech_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(--protech_tm);
  text-align:center;
  vertical-align:center;
}

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

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

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

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

.logupd .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 {
    font-size: 11px;
    float:right;
    margin-top:9px;
    font-style: italic;
}

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

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

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

.logupd .text{
    margin-top:3px;
    font-size:13px;
    line-height: 14px;
}

.logupd .text .info_pozn{
    font-style: italic;
    display:block;
}

.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(--protech_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;
}

.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;
}

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

.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: #fff;
  padding: 6px 10px;
  position: absolute;
  top: 0px;
  width: calc(100% - 20px);
  background-color: rgba(7, 34, 88, 0.8);
}

.fotgal_cont .cont .poznamka{
  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);
}

.fotgal_cont .cont .poznText {
  line-height:16px;
  margin-top:-3px;
}

.fotgal_cont .cont .poznText.hidd{
  height:16px;
  overflow:hidden;
}

.fotgal_cont .cont .poznamka .pozUpDown  {
  display: block;
  width: 37px;
  height: 13px;
  padding-top: 7px;
  padding-right: 0px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  background: var(--protech_sv);
  position: absolute;
  top: -74px;
  left: 58px;
}

.fotgal_cont .cont .poznamka, .fotgal_cont .cont .poznamka .pozUpDown{
  background-color: rgba(174, 183, 200, 0.8);
}

.fotgal_cont .cont .poznamka .pozUpDown i {
  color: #fff;
  font-size: 10px;
}

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


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

.jednotka_cont .jednot_name {
    color: var(--protech_tm);
    font-weight:700;
}

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

.jednotka_cont .jednot_velikost{
}

.jednotka_cont .projekt_name{
    font-size: 15px;
}

.jednotka_cont .jednot_name{
    font-size: 18px;
}

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

.jednot_obr {
    display:inline-block;
    width:72px;
    margin-bottom:28px;
}

.jednotka_cont .projekt_lokalita{
    font-size: 13px;
}

.jednotka_cont .cislo {
    font-weight:700;
    color:var(--protech_sv);
}

.jednotka_cont .projekt_lokalita, .jednotka_cont .jednot_name, .jednotka_cont .jednot_velikost, .jednotka_cont .projekt_name {
    margin-bottom:14px;
}

.jednotka_cont .projekt_lokalita span, .jednotka_cont .jednot_velikost span, .jednotka_cont .jednot_predano span {
    font-size: 11px;
    font-weight:700;
    margin-bottom:4px;
    display:block;
    color: var(--seda);
}

.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);
}
/*
.sort {
  float:right;
  cursor:pointer;
}*/
.sort {
  position: absolute;
  cursor: pointer;
  bottom: -9px;
  left: calc(50% - 8px);
  background: #F4F4F4;
  /* color: #fff; */
  font-size: 12px;
  padding: 2px 4px 2px 4px;
  border-radius: 5px;
  z-index:1;
}

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

.main_table {
  width: calc(100% + 4px);
  border-collapse: separate;
  border-spacing: 2px;
  margin:-2px;
  border:none;
}

.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(--zelena_sv);
  text-transform: uppercase;
  font-size: calc(var(--fontsize) - 1px);
}

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

.main_table th {
    font-family: 'AvenirDemi';
    font-weight: normal;
}

.main_table th span span{
  font-size: 10px;
  margin-left:3px;
}

.main_table td .malytext, .main_table th .malytext {
font-size:10px;
}

.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 {
text-align:center;
}

.main_table thead tr:last-child th {
  padding: 10px 0px 12px 0px;
}


.main_table td, .main_table th {
  padding: 9px 25px;
  border: 0px;
  background-color: #F4F4F4;
  border-style: solid;
  text-align: left;
  margin:0;
  position:relative
}

.main_table.slim td, .main_table.slim th {
  font-size:14px;
  padding: 9px 18px;
  text-align: center;
}

.main_table.slim tr td:first-child {
  text-align: left;
}

.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(--zelena_sv_sv);
}

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

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


.block { /* musí být na konci souboru */
display:block;
}



.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;
}



.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%;
}

.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%;
}

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

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



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

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

}


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



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

  .svg_cont {
    width:240px;
  }

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


}

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

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

}



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

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

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

}



/*
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: 930px) {


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


}

/*
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)  {

  .main_table.slim td, .main_table.slim th {
    font-size:14px;
    padding: 9px 18px;
    text-align: left;
  }

  .main_table.slim {
    display:block;
  }

  .main_table.slim tr td:first-child {
    background-color: #ebebeb
  }

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

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

  .main_table td .malytext, .main_table th .malytext {
  font-size:10px;
  }

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

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

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

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

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

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

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

  .main_table.slim thead tr:last-child th .sort {
    top:9px;
    font-size:18px;
    background:none;
    left: calc(50% + 4px);
  }

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

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

	.main_table.slim 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.slim tr th, .main_table.slim tr td {
    display: none;
  }
*/

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

  #dokumenty tr td:nth-child(2) {
    font-weight:bold;
  }

  #dokumenty tr td:nth-child(2):before {
    font-weight:normal;
  }

  #dokumenty tr th:last-child {
    padding-bottom:8px;
  }

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

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

}


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

  .input_cont, .tabCont, .fotgal_cont, .info_pol_cont, .message_cont, .logupd_cont, .mainButton, .jednotka_cont, .sliderbanner2, .faqform, .textYN {
  margin-bottom: 60px;
  }

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

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

  .uzavritpozn {
    margin-top:-50px;
    margin-bottom: 70px;
  }

}

@media screen and (max-width: 800px) {
  .tblock_logo {
    height: 71px;
    margin-top: 28px;
  }
}

@media screen and (max-width: 700px) {
  .b50res, .w50res { /* musí být na konci souboru */
    width:100%;
  }
}

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

  .svg_cont {
    margin-bottom: 67px;
  }

}



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

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


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

  .svg_cont {
    margin-bottom: 67px;
  }

  .svg_cont_cont {
    margin-bottom: -17px;
  }

}


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

  .svg_cont {
    width: 179px;
    margin-bottom: 47px;
  }

}

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