
input, select, textarea, .select2 .selection {
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: 7px 15px;
color: #000000;
border-radius: none;
-webkit-border-radius: 0.5px;
-moz-border-radius: 0.5px;
border-radius: 0.5px;
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #f9f9f9;
border: 0;
border-bottom: 1px solid #aaa;
text-align: center;
}

.select2 .select2-selection {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
}

.input_sm {
  padding: 3px; min-width: 80px; font-size: 10pt;
}

div.left-aligned-inputs input, div.left-aligned-inputs select, div.left-aligned-inputs textarea {
  text-align: left;
}

select {
    background: url('/files/arrdown.svg') no-repeat right 0.5em center;
    background-color: #f9f9f9;
    background-size: 0.6em; /* Nastaví velikost šipky */
}



form#login {float: left; width: 33.33%}

/* FIX MOZILLA ISSUES */
input[type='textbox'], input[type='text'],  input[type='number'], input[type='password'], select {height: 45px !important;}
input.input_sm[type='textbox'], input.input_sm[type='text'], input.input_sm[type='number'], input.input_sm[type='password'], select.input_sm {height: 35px !important;}



input::placeholder, textarea::placeholder, select::placeholder {color: #777;}


form#login div.TDformLine div:first-of-type {display: none;}

div.formCollector {width: 33%; float: left;}


input[type=checkbox] {width: 15px; height: 15px; 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: #2c8c00;}
.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-color: #2c8c00;  border: 1px solid #2c8c00;}


textarea {
  resize: none;
  height: 100px;
}


input:focus, textarea:focus {
outline: none;
}

form.searchform_FS {width: 100%; padding: 15px; font-size: 18pt; text-align: center; box-sizing: border-box;}
input.searchbox_FS {width: 100%; padding: 15px; font-size: 18pt; text-align: center; box-sizing: border-box; }
select.searchbox_FS {width: 100%; padding: 15px; font-size: 18pt; text-align: center; box-sizing: border-box;  height: auto !important;}

input[type=submit]:not(.btn), input[type=button]:not(.btn) , .button:not(.btn) {
text-transform: uppercase; 
cursor: pointer;
display: block;
float: left;
color: #ffffff !important;
background-color: #2c8c00;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 7px 15px;
border: 1px solid #2c8c00;
white-space: normal !important;
-webkit-appearance: none;
text-decoration: none;
}

.TDformLine_submitixx input[type=submit], .TDformLine_submitixx input[type=button] {  width: 100%;  }
div.invoiceInfo input[type=submit] {width: 100%; padding: 7px 15px; font-size: 10pt; letter-spacing: 0 !important; white-space: normal !important;}
table.invoiceInfo input[type=file] {width: 100%; padding: 0px; font-size: 10pt; letter-spacing: 0 !important; white-space: normal !important; background: none; margin-top: 5px; border: none;}

input.styledSubmit[type=submit]:not(.btn)  {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:not(.btn) , {background-color: #000000; }
span.styledSubmit {background-color: #2c8c00; 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, input#prijmeni, input#umisteni, input#password, input#search  {background-repeat: no-repeat; background-position: 7px 50%; background-size: 35px 35px;} 
input#prijmeni {background-image: url('/icons/jmeno-01.svg');} 
input#jmeno {background-image: url('/icons/jmeno-01.svg');} 
input#umisteni {background-image: url('/icons/gps-01.svg');} 
input#email {background-image: url('/icons/email-01.svg');} 
input#telefon {background-image: url('/icons/phone-01.svg');} 
input#password {background-image: url('/icons/password-01.svg');} 
input#search {background-image: url('/icons/search-01.svg');} 


.TDformGroup_percent-10 {width: 10% !important;}
.TDformGroup_percent-15 {width: 15% !important;}
.TDformGroup_percent-20 {width: 20% !important;}
.TDformGroup_percent-25 {width: 25% !important;}
.TDformGroup_percent-30 {width: 30% !important;}
.TDformGroup_percent-33 {width: 33.33% !important;}
.TDformGroup_percent-40 {width: 40% !important;}
.TDformGroup_percent-50 {width: 50% !important;}
.TDformGroup_percent-60 {width: 60% !important;}
.TDformGroup_percent-66 {width: 66.66% !important;}
.TDformGroup_percent-70 {width: 70% !important;}
.TDformGroup_percent-75 {width: 75% !important;}
.TDformGroup_percent-80 {width: 80% !important;}
.TDformGroup_percent-90 {width: 90% !important;}
.TDformGroup_percent-100 {width: 100% !important;}

input[type=submit]:not(.btn):hover, input[type=button]:not(.btn):hover, .button:not(.btn):hover  {
  background-color: #ffffff; color: #2c8c00 !important; text-decoration: none;
}

form.searchForm input[type='text'] {
  border: 1px solid #2c8c00; 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: 0px; 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:last-child, div.TDform div.TDformLine_submit div:last-child {display: flex; align-items: center; justify-content: center;}
div.TDform div.TDformLine_agree div.TDformField {display: flex; align-items: center; justify-content: center;}


div.TDform {width: calc(100% + 4px); float: left; margin: 0 -2px; }
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%;}


.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 {
    border: 1px solid #f00;
	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;}
}


@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;}
  div.TDform div.TDformGroup_fiftyWidth {float: left; width: 100%; }
  div.TDform div.TDformGroup { width: 100%;}
  form#login {float: left; width: 90%}

  input.search {widtH: 100% !important; margin-top: 15px;}
}

@media only screen 
and (min-device-width : 200px) 
and (max-device-width : 700px) 
and (orientation : landscape) { 
  div.TDform div.TDformGroup_fiftyWidth {float: left; width: 100%; }
  div.TDform div.TDformGroup { width: 100%;}
  form#login {float: left; width: 50%}
}
 

