form{
  margin: 0px;
}

img{
  border: 0px;
}

input,textarea,select{
  font-family: 'OpenSans',sans-serif;
  font-size: 12px;
  outline: none;
}

select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  background-image: url('../img/dropdown.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: 15px 5px;
  padding-right: 20px;
  position: relative;
  border: solid 1px #cccccc;
}

@supports (-moz-appearance:none) {
  div.filter_option select{
    padding-right: 20px;
  }
}

select[multiple]{
  height: 100px !important;
  background-image: none;
}

select[size]{
  height: 100px !important;
  background-image: none;
}

select[size='1']{  
  height: auto !important;
  background-image: url('../img/dropdown.svg');
}

div.clear {
  float: none;
  clear: both;
  font-size: 0px;
  height: 0px;
  line-height: 0;
}

img.ajax_preloader{
  position: absolute; 
  top: 200px;
  left: 200px;
  z-index: 9999;
  display: none;
}

input.input_focus{
  border: solid 1px #222222;  
}

input.input_blur{
  border: solid 1px #888888;  
}

.error{
  color: red;
}

table.kontaktny_formular td{
  vertical-align: top;
}

table.kontaktny_formular td.popisok{
  padding-top: 2px;
  font-weight: bold;
  text-align: right;
}

.spriesvitnit_ie6{
  behavior: url('scripts/iepngfix.htc'); 
}

div.nahlad{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 999;
  width: auto;
  height: auto;
  text-align: center;
  display: none;
}
div.filter{
  position: absolute;
  overflow: hidden;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #000000;
  z-index: 998;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: none;
  padding: 0;
}

.rounded{
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.circled{
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
}

.semitransparent{
  opacity: 0.5;
  filter: alpha(opacity=50);  
  cursor: default !important;
}

.grayscaled{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); 
  opacity: 0.5;
  filter: alpha(opacity=50); 
  cursor: default !important;
}

.disabled{
  opacity: 0.5;
  filter: alpha(opacity=50);  
  cursor: default !important;
  pointer-events: none;
}


div.uploading_status{
  background: url('../../img/ikonky/subory/uploading.gif') center center no-repeat;
  height: 84px;  
  display: none;
}

div.zoznam_zoradenia{
  display: none;
  position: absolute;
  right: -5px;
  top: 15px;
  background: #dddddd;
  padding: 8px 0 0 0;
  z-index: 30;  
}

div.zoznam_zoradenia a{
  float: none;
  display: block;
  font-weight: normal;
  font-size: 12px;
  padding: 5px 10px 5px 30px;
  margin: 0;
  background-position: 5px center;
  background-repeat: no-repeat;
}

div.zoznam_zoradenia a:hover{
  background-color: #bbbbbb;
  background-position: 5px center;
  background-repeat: no-repeat;
}

div.upload_error{
  background: #FFEE99;
  border: solid 2px #ffcc00;  
  color: #000000;
  padding: 20px;
  text-align: left;
  font-size: 14px;
  margin: 10px;
  display: none;
  position: relative;
}

div.upload_duplicated_error{
  background: #eeeeee;
  border: solid 2px #cccccc; 
  color: #000000;
  padding: 20px;
  text-align: left;
  font-size: 14px;
  margin: 10px;
  line-height: 24px;
  position: relative;
}

a.upload_duplicated_error_moznost{
  font-size: 12px;
  float: left;
  padding: 0 20px;
  background: #cccccc;
  cursor: hand;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 2px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

a.upload_duplicated_error_moznost:first-of-type{
  background: #AADDFF;
}

a.upload_duplicated_error_moznost:hover{
  background: #0094FF;
  color: #ffffff;
}




div.form_box select{
  font-size: 14px;
  padding: 4px 20px 4px 5px;
  height: 32px;
  line-height: 22px;
  border: solid 1px #cccccc; 
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

div.form_box div.input_box{
  padding: 5px 5px;
  border: solid 1px #cccccc;
  background: #ffffff;  
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  line-height: 20px;  
}

div.form_box div.input_box input{
  height: 20px;
  line-height: 20px;  
}

div.form_box div.input_box input, div.form_box div.input_box textarea{
  width: 100%;
  padding: 0;
  font-size: 14px;
  text-align: left;
  border: 0px none;
  background: none;
  outline: none;
}

div.form_box div.input_box input::placeholder, div.form_box div.input_box textarea::placeholder{
  opacity: 0.5;
  color: #888888;
}

div.form_box div.input_box_error{
  border-color: #dd2200;
}

div.form_box div.input_box_error input::placeholder, div.form_box div.input_box_error textarea::placeholder{
  color: #dd2200;
}

div.form_box div.input_box_readonly{
  padding: 5px;
  border: dashed 1px #aaaaaa;
}

div.form_box div.input_box_readonly input, div.form_box div.input_box_readonly textarea{
  width: 100%;
  padding: 0;
  font-size: 14px;
  text-align: left;
  border: 0px none;
  color: #000000;
  background: none;
}

div.form_box div.input_box_readonly input::placeholder, div.form_box div.input_box_readonly textarea::placeholder{
  opacity: 0.2;
}

div.form_box div.input_box .dodatok{
  display: block;
  text-align: right;
  font-weight: normal;
  font-size: 9px;
  line-height: 16px;
}

div.form_riadok{
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

div.form_label{
  flex: 0 0 100%;  
  padding-bottom: 1px;
}

div.form_content{
  flex: 0 0 100%;  
}

div.form_label h3{
  font-size; 12px;
  font-weight: normal;
}

div.form_buttons_box_center{
  text-align: center;  
}

div.form_buttons_box{
  display: inline-block;
  margin: 0 auto; 
  padding: 20px 0 0 0;
  position: relative;
}

div.form_buttons{
  margin: 0 auto;
  position: relative;
  padding: 0;
  display: flex;
  width: auto;
  flex-wrap: nowrap;
  
  border: solid 1px rgba(255,255,255,0.25);
  justify-content: space-around;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

.form_button{
  display: block;
  flex: 1 0 auto;
  height: 40px;
  padding: 0px 35px 0 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  margin; 0;
  border: 0px none;
  background: #43b05c;
  color: #ffffff;
  cursor: hand;
  cursor: pointer;
  outline: none;
  border-left: solid 1px rgba(255,255,255,0.5);
  transition: all 0.25s ease;
  font-family: 'OpenSansCondensedLight',sans-serif;
}

.form_button:hover{
  background-color: #3A964B;
}

.form_button_dalej{
  background: #3E8FE0; 
  color: #ffffff;
  position: relative;
}

.form_button_dalej:hover{
  background-color: #3170AF;   
}

.form_button_dalej_clicked{
  pointer-events: none;
  opacity: 0.5;
  
  background-image: url('../img/loading_w.gif');
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 0px 25px 0 40px;
}

.form_button_dalej_more{
  width: 40px;
  padding-right: 0;
  padding-left: 0;
  background-image: url('../img/dropdown_w.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

.form_button_dalej_options{
  position: absolute;
  top: 61px;
  right: -1px;
  background: #dddddd;
  border: solid 1px #ffffff;
  color: #000000;
  padding: 0px;
  line-height: 15px;
  min-width: 100%;
  _width: 100%;
  display: none;
  overflow: hidden;
  
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

.form_button_dalej_options input{
  display: block;
  width: 100%;
  font-size: 13px;
  font-family: 'OpenSansCondensedLight',sans-serif;
  background: none;
  text-align: center;
  border: 0px none;
  border-top: solid 1px #ffffff;
  padding: 8px;
  line-height: 20px;
  transition: all 0.25s ease;
}

.form_button_dalej_options input:first-of-type{
  border-top: 0px none;
}

.form_button_dalej_options input:hover{
  cursor: hand;
  cursor: pointer;
  background: #cccccc !important;
}

.form_button_spat{  
  flex: 0 0 auto;
  background-color: #dd2200;
  width: 40px;
  padding: 0;
  position: relative;
}

.form_button_spat:hover{
  background: #CC1100;
}

.form_button_spat_text{  
  flex: 0 0 auto;
  background-color: #dd2200;
  position: relative;
}

.form_button_spat_text:hover{
  background: #CC1100;
}

.form_button_spat:after{
  position: absolute;
  content: " ";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;  
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url('../img/back_w.svg') center center no-repeat;
  background-size: 12px 12px;
}

div.form_buttons .form_button:first-child{
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-top-left-radius: 9px;
  -moz-border-bottom-left-radius: 9px;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  border-left: 0px none;
}

div.form_buttons .form_button:last-child{
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  -moz-border-top-right-radius: 9px;
  -moz-border-bottom-right-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
}

.prevent-select{
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */\ 
}



@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('../img/fonts/opensans/opensans-condbold.eot');
    src: url('../img/fonts/opensans/opensans-condbold.eot?#iefix') format('embedded-opentype'),
         url('../img/fonts/opensans/opensans-condbold.woff2') format('woff2'),
         url('../img/fonts/opensans/opensans-condbold.woff') format('woff'),
         url('../img/fonts/opensans/opensans-condbold.ttf') format('truetype'),
         url('../img/fonts/opensans/opensans-condbold.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('../img/fonts/opensans/opensans-condlight.eot');
    src: url('../img/fonts/opensans/opensans-condlight.eot?#iefix') format('embedded-opentype'),
         url('../img/fonts/opensans/opensans-condlight.woff2') format('woff2'),
         url('../img/fonts/opensans/opensans-condlight.woff') format('woff'),
         url('../img/fonts/opensans/opensans-condlight.ttf') format('truetype'),
         url('../img/fonts/opensans/opensans-condlight.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'OpenSans';
    src: url('../img/fonts/opensans/opensans-regular.eot');
    src: url('../img/fonts/opensans/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../img/fonts/opensans/opensans-regular.woff2') format('woff2'),
         url('../img/fonts/opensans/opensans-regular.woff') format('woff'),
         url('../img/fonts/opensans/opensans-regular.ttf') format('truetype'),
         url('../img/fonts/opensans/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../img/fonts/opensans/opensans-bold.eot');
    src: url('../img/fonts/opensans/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../img/fonts/opensans/opensans-bold.woff2') format('woff2'),
         url('../img/fonts/opensans/opensans-bold.woff') format('woff'),
         url('../img/fonts/opensans/opensans-bold.ttf') format('truetype'),
         url('../img/fonts/opensans/opensans-bold.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../img/fonts/opensans/opensans-italic.eot');
    src: url('../img/fonts/opensans/opensans-italic.eot?#iefix') format('embedded-opentype'),
         url('../img/fonts/opensans/opensans-italic.woff2') format('woff2'),
         url('../img/fonts/opensans/opensans-italic.woff') format('woff'),
         url('../img/fonts/opensans/opensans-italic.ttf') format('truetype'),
         url('../img/fonts/opensans/opensans-italic.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../img/fonts/opensans/opensans-bolditalic.eot');
    src: url('../img/fonts/opensans/opensans-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../img/fonts/opensans/opensans-bolditalic.woff2') format('woff2'),
         url('../img/fonts/opensans/opensans-bolditalic.woff') format('woff'),
         url('../img/fonts/opensans/opensans-bolditalic.ttf') format('truetype'),
         url('../img/fonts/opensans/opensans-bolditalic.svg#open_sansbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}