<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
input, select, textarea, radio, checkbox {
float: left;
display: block;
text-align: center;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 2px 15px;
color: #000000;
border-radius: 0;
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #ffffff;
text-align: left;
border: 0;
}


input::placeholder, textarea::placeholder, select::placeholder {color: #777;}

form#login div.TDformLine div:first-of-type {display: none;}




input[type=checkbox] {width: 30px; height: 30px; padding: 0; float: left; margin-left: 4px; margin-right: 10px; cursor: pointer; background-color: #fff; border: 1px solid #555555;}
input[type=checkbox]:checked {background-color: #ff3300; background-image: url('/img/checkbox.svg'); background-position: 50% 50%; background-repeat: no-repeat; background-size: 80% 80%;}


.TDformField {
  position: relative;
}



.TDformField input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  cursor: pointer; 
}

.TDformField label {
  display: block;
  text-align: center;
  color: #000000;
  line-height: 2.5em;  
  font-size: 10pt;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.3);
  transition: 150ms;
  cursor: pointer;
}

.TDformField input:hover ~ label {
  background-color: #ffffff; 
  color: #000;
}



.TDformField input[type=checkbox]:checked ~ label {
  background-color: #ff3300;
  color: #ffffff;
}

.form_matrixItem input[type=radio] {width: 22px; height: 22px; border-radius: 50%; padding: 0; float: left; margin-top: 12px; cursor: pointer; background: white;}
.form_matrixItem input[type=radio]:checked {background-color: black;}

form.searchform {float: right; width: auto; margin-top: 35px; height: auto;}
input.searchbox {width: 200px; margin-right: 15px; padding: 0px 15px; border: 0;}
input.searchbox:focus {border: 1px solid white;}
img.searchbutton {width: 30px; margin-right: 15px; margin-top: 7px; cursor: pointer; float: right;}

input[type=radio] {width: 30px; height: 30px; border-radius: 50%; padding: 0; float: left;  cursor: pointer; background: white; margin:4px 10px 0px 5px; border: 1px solid #555555;}
input[type=radio]:checked {background-image: url('/img/radio.svg'); background-position: 50% 50%; background-repeat: no-repeat; background-size: 100% 100%;}

option {padding-left: 50%; }

textarea {
  text-align: left;
  resize: none;
  height: 248px;
}


input:focus, textarea:focus {
outline: none;
}


input[type=submit], input[type=button] {
text-transform: uppercase; 
cursor: pointer;
display: block;
float: left;
color: #fff;
background-color: #ff3300;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 2px 15px;
width: 100%;
-webkit-appearance: none;
text-align: center;
border: 1px solid #ff3300;;
}

input.styledSubmit[type=submit] {background-color: #333333; display: flex; align-items: center; justify-content: center; padding: 15px 35px; font-weight: bold; color: white; width: auto;}
input.styledSubmit[type=submit]:hover {background-color: #ff3300; color: white; border: 1px solid #ff3300;}
span.styledSubmit {background-color: #ff3300; float: left;  display: flex; align-items: center; justify-content: center;  height: 65px; padding: 15px;}
span.styledSubmit img {width: 35px;}

select.styledSelect {width: auto; min-width: 300px; background-color: #ffffff;}
select.styledSelect:focus {outline: none;}
select.styledSelect {background-image: url('/img/sipka-zelena-dolu.svg'); background-repeat: no-repeat; background-position: 95% 50%; background-size: 25px 25px;;} 



input#jmeno, input#email,input#telefon {background-repeat: no-repeat; background-position: 2% 50%; background-size: 35px 35px;;} 
input#jmeno {background-image: url('/img/jmeno-01.svg');} 
input#email {background-image: url('/img/email-01.svg');} 
input#telefon {background-image: url('/img/phone-01.svg');} 


input[type=submit]:hover, input[type=button]:hover {
  background-color: #fff;
  border: 1px solid #fff;;
  color: #f00;
}

form.searchForm input[type='text'] {
  border: 1px solid #ff3300; margin-bottom: 10px;
}

.smallSearchForm {float: right; width: 400px; margin-bottom: 15px; margin-top: -55px; z-index: 50000; position: relative;}
form.smallSearchForm input { padding: 5px;}

.bBox1 .table-corners {width: 75%;} 

.form_error {display: block; margin-top: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background-color: red; width: 555px;}

.company_email {width: 1px; height: 1px; padding: 0; border: 0;}


.captcha {
margin-left: 4px;
vertical-align: middle;
height: 32px;
border-left: 1px solid #aaa;
border-top: 1px solid #aaa;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
clear: both;
}



div.TDform {width: 75%; float: left;}
div.TDform div.TDformGroup {width: 33.33%; float: left;}
div.TDform div.TDformLine {width: 100%; float: left; margin-bottom: 5px; padding: 5px 15px;}
div.TDform div.TDformGroup_fullWidth {width: 100%; float: left;}
div.TDform div.TDformGroup_halfWidth {width: 50%; float: left;}
div.TDform div.TDformLine_submitix div.TDformHeader {display: none;}
div.TDform div.TDformLine div.TDformHeader {color: white;}
div.TDform div.TDformLine_agree div.TDformField {display: flex; align-items: center; justify-content: center;}
div.TDform div.TDformLine_sort div.TDformHeader {display: none;}
div.TDform div.TDformLine_search div.TDformHeader {display: none;}
input#calculate {background: #fff; color: #ff3300; font-weight: bold;}
form#feedRequestAlone  {width: 50% !important;}

div.TDform {width: calc(100% + 4px); float: left; margin: 0 -2px;  margin-bottom: 35px;}
div.TDformGroup {width: 50%; float: left;}
div.TDformGroup h2 {padding: 0;}
div.TDformGroup_fullWidth {float: left; width: 100%; }
div.TDform div.TDformGroup_fiftyWidth {float: left; width: 50%; }
div.centeredLogin {transform: translate(-50%, 0); float: left; margin-left: 50%; margin-top: 100px;}
div.centeredLogin div.TDformGroup  {width: 100%;}
div.TDform div.TDformGroup_oneFourth {float: left; width: 25%; }
div.TDform div.TDformGroup_columns {float: left; width: 25%; }
div.TDform div.TDformGroup_columns2 {float: left; width: 16.66%; }


.form_matrix {width: 100%; float: left; background: #eee; padding: 15px;}
.form_matrixItem {width: 100%; float: left;}
.form_matrixItem table {border-spacing: 0;}
.form_matrixItem table .typDP {font-weight: bold; }
.form_matrixItem div {width: 100%; float: left; text-align: left; }

  .form_matrixItem div.form_matrix_label, .form_matrixItem div.form_matrix_radio  {margin: 0;}
  .form_matrixItem div.form_matrix_label {float:right; width: 90%;}
  .form_matrixItem div.form_matrix_radio {float:left; width: 10%;}
   

#dialog-message p {color: black;}

.note {font-size: 8pt; color: red;}

.error {
	background-color: #fffdd3;
}

label.error {
  color: #f00; background: none; border: 0;
}

input[type=radio].error,input[type=checkbox].error {background-color: #fffdd3; outline: 1px solid #f00;}

form.googleSearch {width: 300px; float: right; margin-top: 5px;}
form.googleSearch input {width: 50%; padding: 3px 10px;}

@media only screen and (max-width: 1023px) {
	input[type=checkbox] {transform: scale(1); }
  .form_matrixItem input {transform: scale(1); }
  form.searchform {margin-top: 30px; margin-right: 99px;}
  div.TDform div.TDformGroup_columns {width: 33.33%; }
  div.TDform div.TDformGroup_columns2 {width: 33.33%; }
  div.TDform div.TDformGroup_oneThird {width: 33.33%; }
  div.TDform div.TDformGroup_oneFourth {width: 25%; }
  .TDformField input:hover ~ label {background-color: rgba(255,255,255,0.3);}
}


@media only screen 
and (min-device-width : 200px) 
and (max-device-width : 700px) 
and (orientation : portrait) { 
  form.searchform {display: none;}
  .bBox1 .table-corners {width: 100%;}
  input, select, textarea, radio, checkbox, input[type=submit] {width: 100%; box-sizing: border-box;}
  input.styledSubmit[type=submit] { font-size: 3vw; padding: 10px 20px;}
  span.styledSubmit {height: 42px;}
  span.styledSubmit  img {width: 20px;}
  div.TDform div.TDformGroup_fiftyWidth {width: 100%;}
  div.TDform div.TDformGroup_columns {float: left; width: 100%; }
div.TDform div.TDformGroup_columns2 {float: left; width: 100%; }
div.TDform div.TDformGroup_oneThird {float: left; width: 100%; }
.TDformField label {padding: 7px 0; font-size: 12pt;}
input, select {padding: 12px; font-size: 12pt;}
div.TDform div.TDformGroup_oneFourth {float: left; width: 100%; }
}

@media only screen 
and (min-device-width : 200px) 
and (max-device-width : 700px) 
and (orientation : landscape) { 

  div.TDform div.TDformGroup_columns {float: left; width: 50%; }
  div.TDform div.TDformGroup_columns2 {float: left; width: 50%; }
  div.TDform div.TDformGroup_oneThird {float: left; width: 50%; }
  div.TDform div.TDformGroup_oneFourth {float: left; width: 50%; }

}
 
 

</pre></body></html>