html, body{
  margin: 0px; 
  height: 100%;
  font-family: 'OpenSans',sans-serif;
  font-size: 9.5pt;
  line-height: 130%;
  color: #222222; 
}

body{
  background: #ffffff;
}

select{ 
}

input, textarea, select{
  font-family: 'OpenSans',sans-serif;
  font-size: 12px; 
}

a{
  color: #111111;
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}

h1{
  font-family: 'OpenSansCondensedBold',sans-serif;
  margin: 0 0 10px 0;
  padding: 0 0 0 0px;
  color: #445577;
  font-size: 18px;
  font-weight: normal;  
  line-height: 130%;
  text-align: left;
}

h1 a{
  color: #445577;
  text-decoration: none;
}

h2{
  font-family: 'OpenSansCondensedBold',sans-serif;
  padding: 0px 0px 0px 0px;
  margin: 0 0 0px 0; 
  color: #445577;
  text-align: left;
  line-height: 130%;
  font-size: 18px;
  font-weight: normal;
}

h3{
  font-family: 'OpenSansCondensedBold',sans-serif;
  color: #445577;
  display: block;
  font-size: 14px; 
  font-weight: normal; 
  padding: 0px;
  margin: 0px 0px 0px 0px;
  text-align: left;
}

h4,h5,h6{
  font-family: 'OpenSansCondensedBold',sans-serif;
  color: #445577;
  font-weight: normal; 
  text-align: left;
  padding: 0px 0 0 0px;
  margin: 0px 0px 0px 0px;
}

h2 a,h3 a,h4 a,h5 a,h6 a{
  color: #445577;
  text-decoration: none;
}

h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{
  text-decoration: none;
}

div.okno{
  height: auto;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	text-align: center;
	background-color: #ffffff;
	background-position: center 100px;
	background-repeat: no-repeat;
}

div.top{
  background: #313131;
  position: relative;
}

div.top a.menu_icon{
  float: right;
  display: block;
  width: 50px;
  height: 47px;
  background: url('../img/menu.png') top center no-repeat;
  margin: 0px 0px 0 0;  
}

div.top a.menu_icon:hover{
  background-position: bottom center;
}

div.top div.page_title{
  padding: 15px 0 0 15px;
  color: #ffffff;
  font-size: 15px;
  text-align: left;
}

div.top div.search{
    
}

div.main{
  padding: 10px 5px;
  padding-bottom: 100px;
  height: auto;
	min-height: 400px;
	_height: 400px;
  margin: 0px;
  overflow: auto;  
  text-align: left;
  color: #222222;
  font-size: 14px;
}

div.menu_top_box{
  height: 47px; 
  overflow: visible; 
}

div.menu_top{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 900;
  background: #222222;
}

div.top div.menu{
  color: #ffffff;
  font-size: 24px;
  text-align: left;
  position: relative;
  z-index: 50;
  font-family: 'Arial',sans-serif;
}

div.top div.menu a{
  display: block;
  text-align: left;
  margin: 10px;
  font-size: 18px;
  text-decoration: none;
  line-height: 20px;
  padding: 10px 10px;  
  border-bottom: solid 1px #999999;
  color: #ffffff;
  margin: 0;
}

div.top div.menu div.menu_plus{
  float: right;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  border-bottom: solid 1px #999999;
}

div.top div.menu{
  display: none;
  background: #777777;
}

div.top div.menu div.podmenu{
  display: none;
  background: #999999;
}

div.top div.menu div.podmenu a{
  font-size: 70%;
}

div.top div.menu a:hover{
  background: #777777;
}

div.notifikacie_list_box{
  padding: 0px;
  position: relative;  
}

div.notifikacie_list{
  position: absolute; 
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 52;
  display: none;
  background: #f5f5f5; 
  border-bottom: solid 2px #555555;
}

div.notifikacie_list a.notifikacia{
  color: #444444;
  display: block;
  text-decoration: none;  
  padding: 6px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  border-top: solid 1px #bbbbbb;
}

div.notifikacie_list a.notifikacia:hover{
  background: #eeeeee;
}

div.notifikacie_list a.notifikacia_n{
  background: #f6fad4;
}

div.notifikacie_list a.notifikacia_n:hover{
  background: #f0f7bb;
}

div.footer{
  color: #5C6E74;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

div.footer a{
  color: #5C6E74;
  text-decoration: none;
}

div.footer a:hover{
  text-decoration: underline;
}

div.footer div.menu{
  color: #ffffff;
  position: relative;
  z-index: 50;
  font-family: 'Arial',sans-serif;
}

div.footer div.menu a{
  display: block;
  padding: 10px;
  text-align: left;
  margin: 10px;
  font-size: 18px;
  text-decoration: none;
  line-height: 100%;
  color: #ffffff;
  background: #1976bc;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

div.foto_list{
  float: left;
  width: 85px;
  height: 85px;
  margin: 2px;
  background-color: #eeeeee;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

div.foto_list a{
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  z-index: 6;
}

div.foto_list div.nazov{
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 200px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-align: center; 
  z-index: 5;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: block;
  background: #484848;
  padding: 3px;
}


div.banner_box{
  position: relative;
  overflow: visible;
}

div.banner_box a.preklik{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  background: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

ul.dalsie_clanky{  
  font-family: 'Arial',sans-serif;  
}
fieldset.fieldset{
  border: solid 1px #888888; 
  margin-bottom: 10px; 
}

fieldset.fieldset td.popisok{
  width: 100px;
}

fieldset.fieldset span.dodatok{
  color: #bbbbbb;
  font-weight: bold;
  font-size: 10px;
}

fieldset.fieldset div.dodatok{
  color: #bbbbbb;
  font-weight: bold;
  font-size: 10px;
}

fieldset.fieldset legend{
  font-family: 'Times New Roman',serif;
  color: #445577; 
  font-weight: bold;
  font-size: 15px;
}

table.zoznam{
  width: 100%; 
  font-size: 12px; 
}

table.zoznam tr.hlavicka td{
  background: #3e3e3e;
  color: #ffffff;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

table.zoznam tr.hlavicka td:first-letter{
  text-transform: uppercase;
}

table.zoznam td{
  padding: 12px 2px;
  vertical-align: top;
  border-bottom: solid 1px #ffffff;
}

table.zoznam tr.odd td{
  background: #ffffff;  
}

table.zoznam tr.even td{
  background: #eeeeee;  
}

table.zoznam tr td:first-of-type, table.zoznam tr td:first-of-type{  
  border-radius: 4px 0 0 4px;
  -moz-border-radius:4px 0 0 4px;
  -webkit-border-radius:4px 0 0 4px;
  padding-left: 10px;
}

table.zoznam tr td:last-of-type, table.zoznam tr td:last-of-type{  
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  padding-right: 10px;
}

table.zoznam tr.over td{
  background: #EAF4FF;  
}

table.zoznam tr.row_important td{
 background: #e7e67f;
}

table.zoznam tr.row_important_over td{
 background: #C4C26B;
}

table.zoznam tr.row_active td, table.zoznam tr.row_active_odd td{
 background: #E0EFC0;
}

table.zoznam tr.row_active_even td{
 background: #D7EBAE;
}

table.zoznam tr.row_active_even.over td, table.zoznam tr.row_active_odd.over td{
 background: #C8E391;
}

.zoznam_ziadne_polozky{
  font-size: 20px;
  font-weight: normal;
  color: #cccccc;
  text-align: center;
  padding: 50px !important;
}

div.zoznam{
  font-size: 12px; 
}

div.zoznam div.hlavicka{
  background: #555555;  
}

div.zoznam div.hlavicka div.td{
  background: #555555;  
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 8px 6px;
  float: left;
}

div.zoznam div.tr div.td{
  float: left;
  padding: 4px 6px;
  text-align: center;
}

div.zoznam div.tr div.td input{
  padding: 3px 4px;
  border: 0px none;
  border-top: solid 2px #dddddd;
  border-bottom: solid 2px #dddddd;
}

div.zoznam div.tr.odd{
  background: #eeeeee;  
}

div.zoznam div.tr.even{
  background: #dddddd;  
}

div.zoznam div.tr.over{
  background: #cccccc;  
}

a.tlacitko_pridat{
  float: right;  
  display: block;
  padding: 6px 10px 6px 35px;
  margin-bottom: 5px;
  background: url('../img/ikonky/pridat.png') 10px center no-repeat;
  font-weight: bold;
  text-decoration: none;
  color: #555555:
}

a.tlacitko_pridat_ie6{
  float: right;  
  display: block;
  padding: 6px 10px 6px 35px;
  margin-bottom: 5px;
  background: url('../img/ikonky/pridat_ie6.png') 10px center no-repeat;
  font-weight: bold;
  text-decoration: none;
  color: #555555:
}

a.tlacitko_pridat:hover{
  background-color: #e5e5e5;
}

a.tlacitko_pridat_ie6:hover{
  background-color: #e5e5e5;
}

input.tlacitko{
  font-size: 13px;
  color: #eeeeee;
  background: #445577; 
  border: 0px none;
  height: 26px;
  padding: 5px 10px; 
  cursor: hand;
  cursor: pointer;
}

a.dalej{
  text-align: center;
  display: block;
  padding: 3px 6px;
  background: #88cc00;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;  
}

a.spat{
  display: block;
  width: 120px;
  height: 16px;
  line-height: 120%;
  font-size: 13px;
  background: #bb2222;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;  
}

div.hladanie{
  float: left;  
  padding-bottom: 8px;
}

input.hladanie{
  border: solid 1px #445577;
  padding: 4px 8px;
  font-size: 12px;  
}

div.error{
  padding: 10px;
  margin: 5px;
  border: solid 1px #ee1100;
  color: #ee1100;
  text-align: center;
  font-weight: bold;
  background: #ffccbb;
}

div.error a{
  text-decoration: none;
}

div.error a:hover{
  text-decoration: underline;
}

div.pager{ 
  margin: 0px auto; 
  padding: 10px 0;
  font-size: 20px;
  width: 200px;
}

div.pager table td{
  width: 30px;  
  text-align: center;
  font-weight: bold;
  color: #555555;
}

div.pager table td a{
  text-decoration: none;
  color: #555555;
}

.export_btn{
  float: left;
  text-decoration: none;
  padding: 15px 20px;
  padding-left: 46px;
  background: url('../img/ikonky/xls.png') 10px center no-repeat #eeeeee;
  cursor: pointer; cursor: hand;  
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  box-shadow: 0 0 5px rgba(120,120,120,0.3);
}

div.export_button{
  position: relative;
  float: left;
  display: block;
  padding: 7px 10px 7px 30px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 11px; 
  line-height: 100%;
  cursor: hand;
  cursor: pointer;
  z-index: 1;
  background: url('../img/ikonky/export.png') 5px center no-repeat #dddddd; 
}

div.export_tab{
  position: absolute;
  top: 25px;
  left: 0px;
  z-index: 2;
  padding: 5px;
  white-space: nowrap;
  background: #dddddd; 
}

div.ikonky_mobil{
  text-align: right;
  padding: 0 0 0px 0;  
}

div.ikonky_mobil a{
  float: right;
  display: block;
}

div.ikonky_mobil a:hover{
  background: #eeeeee;
}

div.ikonky_mobil img{
  padding: 5px;
}

label.filter_mobil_label{
  display: block;
  padding: 5px 0 2px 0;
  font-weight: bold;
  font-size: 13px;
}

div.box_tabs{
  background: url('../img/tabs_border.png') bottom left repeat-x;
}

div.box_tabs a{
  float: left;
  display: block;
  background: #eeeeee;
  color: #888888;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 15px;
  text-decoration: none;
  border: solid 2px #eeeeee;
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #c5c5c5;
}

div.box_tabs a.active{
  background: #e5e5e5;
  color: #111111;
  
  border: solid 2px #c5c5c5;
  border-bottom: solid 2px #e5e5e5;
}

a.notifikacia_pocet{
  float: right;
  font-size: 10px;
  font-weight: bold;
  width: 11px;
  height: 15px;
  padding: 12px 10px 20px 20px;
  text-decoration: none;
  display: block;
  color: #ffffff;
  text-align: center;
}


div.form_box{
  padding: 10px;
  border: solid 1px #cccccc;
  background: #f3f3f3;
}

div.form_box select{
  font-size: 14px;
  padding: 5px;
  border: solid 1px #aaaaaa;  
}

div.form_box div.input_box{
  padding: 5px;
  border: solid 1px #aaaaaa;
  background: #ffffff;  
}

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: #ffffff;
}

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.form_tabs{
  background: url('../img/1px.png') bottom left repeat-x;
}

div.form_box div.form_tabs a{
  float: left;
  line-height: 15px;
  font-size: 8px;
  padding: 30px 4px 4px 4px !important;
  text-decoration: none;
  border: solid 1px #f3f3f3;
  border-bottom: solid 1px #808080;
  margin-right: 2px;
  background-repeat: no-repeat;
  width: 48px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-position: center 5px;
}

div.form_box div.form_tabs a:hover{
  background-color: #dddddd;
}

div.form_box div.form_tabs a.tab_a{
  background-color: #ffffff;
  border: solid 1px #808080;
  border-bottom: solid 1px #ffffff;
}

div.form_box div.form_tabview{
  background: #ffffff;
  border: solid 1px #808080;
  border-top: 0px none;
  padding: 10px;
}


div.form_box_flex{
  display: flex;
  align-items: flex-start;
  align-content: stretch;  
}

div.form_box_flex_item{
  flex: 1 1 auto;
  padding-right: 20px;
}

div.form_box_flex div.form_box_flex_item:last-of-type{
  padding-right: 0px;
}


div.filter_box{
  background: #eeeeee;
  padding: 10px 20px;
  position: relative;  
    
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  display: none;
  margin-bottom: 10px;
}

div.filter_label{
  display: block;
  text-align: left;  
}

div.filter_label select{
  text-align: left;  
}

div.filter_option{
  float: none;
  white-space: nowrap;
  margin-right: 0px;
  padding: 3px 0;  
  font-weight: bold;
  font-size: 11px;
  height: auto;
}

div.filter_option::after{
  content: " ";
  clear: both;
  display: block;
}

div.filter_option select{
  border: 0px none !important;
  padding: 4px 0px !important;
  margin-left: 0px;
  font-size: 13px;
  background-color: #ffffff;
  
  width: 100%;
}

div.filter_option select::-ms-expand{
  display: none;
}

div.filter_option select.bg_filter{
  background-color: #eeeeee;
  -webkit-appearance: none; 
  -moz-appearance:none;
  padding-right: 17px !important;
  background-repeat: no-repeat;
  background-image: url('../img/dropdown_select.png');
  background-position: right center;
}

div.filter_option div.faktura_filter_dropdown select{
  width: auto;  
}

div.filter_option input.hladanie{
  padding: 4px 1%;
  width: 98%;
  border: 0px none;
}

div.filter_multiselect_box{
  position: relative;  
  background: #ffffff;
  padding: 4px 4px;
}

div.filter_more{
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 20;
  background: #ffffff;
  padding: 10px 20px;  
  box-shadow: 0px 2px 4px #cccccc;
}

div.filter_more select{
  width: auto;
}

div.filter_label{
  display: block;  
}

div.filter_box a.cancel_filters{
  position: absolute;
  top: -34px !important;
  right: 0px !important;
}



div.subory_box{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;  
}

div.toolbar{
  padding: 3px 5px;
  background: #dddddd;
}

div.toolbar a{
  display: block;
  float: left;
  padding: 5px;
  text-decoration: none;
  font-size: 9px;
  font-weight: bold;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 5px center;
}

div.toolbar a:hover{
  background-color: #bbbbbb;
}


.folder{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 30;
  font-size: 10px;
  width: 64px;
  padding: 5px;
  padding-top: 74px;
  margin: 5px;
  height: 38px;
  overflow: hidden;
  line-height: 10px;
  text-align: center;
  text-decoration: none; 
  word-wrap: break-word;
  border: solid 1px #ffffff;
  background: url('../img/ikonky/subory/folder.png') center 5px no-repeat;  
}

a.folder:hover{
  background-color: #dddddd;
}

.folder_selected{
  background-color: #b6d2f0;  
  color: #001133;
  border: solid 1px #7da2ce;
}

a.folder_selected:hover{
  background-color: #4a90da;  
}

a.file{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 22;
  font-size: 10px;
  width: 64px;
  padding: 5px;
  padding-top: 74px;
  margin: 5px;
  height: 38px;
  line-height: 8px;
  overflow: hidden;
  line-height: 10px;
  text-align: center;
  text-decoration: none; 
  word-wrap: break-word;
  border: solid 1px #ffffff;
  background: url('../img/ikonky/subory/file.png') center 5px no-repeat;  
}

a.file:hover{
  background-color: #dddddd;
}

a.file_selected{
  background-color: #b6d2f0;  
  color: #001133;
  border: solid 1px #7da2ce;
}

a.file_selected:hover{
  background-color: #4a90da;  
}

div.subory_dropzone{
  padding: 5px;
  border: solid 3px #ffffff;  
}

div.subory_ikony div.files_container{
  position: relative;
  float: left;
  display: block;
  width: 84px;
  height: 124px;  
  z-index: 20;
}

div.subory_zoznam div.files_container{
  position: relative;
  float: none;
  display: block;
  height: 25px;  
  z-index: 20;
  border-bottom: solid 1px #dddddd;
  padding-top: 5px;
  margin-bottom: 5px;
}

div.subory_zoznam div.files_container a, div.subory_zoznam div.files_container div{
  padding: 5px 2% 5px 3%;
  margin: 0;
  float: none;
  width: 95%;
  height: 15px;
  line-height: 15px;
  text-align: left;
  background-position: 3px center;
  background-size: contain;
}

div.subory_zmluvy div.files_container{
  position: relative;
  float: none;
  display: block;
  height: 124px;  
  z-index: 20;
  border-bottom: solid 1px #dddddd;
}

div.subory_pridat_odkaz{
  position: absolute;
  width: 360px;
  margin: 0 auto;
  padding: 20px;
  top: -20px;
  left: 0px;
  right: 0px;
  text-align: left;
  z-index: 100;
  display: none;
}

div.subory_pridat_overlay{
  position: absolute;
  top: -54px;
  width: 100%;
  height: 224px;
  background: rgba(0,0,0,0.7);
  z-index: 40;
  display: none;
}

div.mobileVisible{
  display: block;
}

div.mobileBlock{
  display: none;
}

div.tabletBlock{
  display: none;
}

@media screen and (max-width: 900px){ 
  div.tabletFullWidth{
    display: block !important;
    float: none !important;
    width: auto !important;
  }
  
  div.tabletNoMargin{
    margin: 0 !important;  
  }
  
  div.tabletNoPadding{
    padding: 0px !important;  
  }
  
  div.tabletHidden{
    display: none;  
  }

  table.zoznam td.tdTabletHidden{
    display: none; 
  }
    
  div.tabletBlock{
    display: block;
  }
}

@media screen and (max-width: 600px){ 
  div.mobileFullWidth{
    display: block !important;
    float: none !important;
    width: auto !important;
  }
  select.mobileFullWidth{
    float: none !important;
    width: 100% !important;
  }
  
  div.mobileNoPadding{
    padding: 0px !important;  
  }
  
  div.mobileNoMargin{
    margin: 0px !important;  
  }
  
  div.mobileHidden, a.mobileHidden{
    display: none;  
  }

  table.zoznam td.tdMobileHidden{
    display: none; 
  }
  
  div.opatrenie_popis_input_box{
    margin: 0 !important;  
  }

  div.mobileBlock{
    display: block;
  }
  
  div.form_box_flex{
    flex-wrap: wrap;
  }
  
  div.form_box_flex_item{
    min-width: 200px;
    padding-right: 0px;
  }
}