td.popisok{
  text-align: left;
  color: #445577;  
  vertical-align: top;
  font-weight: bold;
  font-size: 12px;
  padding-top: 3px;
  width: 120px;
}

div.nadpis{
  padding: 1px;
  margin: 5px 0 3px 0;
  border-bottom: double 3px #bbbbbb;
  font-weight: bold;
  font-size: 15px;
}

table.udaje{
  margin: 0;
}

table.udaje td{
  vertical-align: top;
}

table.udaje td.label{
  width: 100px;
  color: #223f82;
  text-align: right;
  padding-right: 15px;
  font-weight: bold;
}

table.udaje tr.over{
  background: #dddddd;
  cursor: hand;
  cursor: pointer;
}

div.user_search{
  background: white;
  padding: 4px 6px;
  color: black;
  width: auto;
  min-width: 200px;
  _width: 200px;
  border-bottom: solid 1px #f28002;
}

div.user_search_over{
  cursor: hand;
  cursor: pointer;
  background: #f28002 !important;
}

div.user_search img{
  margin-right: 6px;
}

a.spravy{
  text-decoration: none;  
}

a.spravy:hover{
  text-decoration: underline;  
}

div.zoznam_users{
  position: absolute;
  left: 0px;
  top: 17px;
  width: 200px;
  background: black;
  border: solid 1px #f28002;
  display: none;
  z-index: 999;
  overflow: hidden;
}

div.zoznam_users div.zoznam{
  height: 180px;
  overflow: auto;
  margin-top: 5px;
  padding: 1px;
}

div.zoznam_users div.zoznam a{
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 5px;
}

div.zoznam_users div.zoznam a:hover{
  background: #f28002;
  color: black;
}

div.prijemca div.meno{
  display: inline;  
  margin: 0 5px 2px 0;
  padding: 1px 3px;
}

.login_dodatok{
  font-size: 10px;  
}

table.posta td.popisok{
  text-align: right;
  vertical-align: top;
  font-weight: bold;  
}

div.posta_zalozka{
  background: #cccccc;
  padding: 15px;  
}

a.posta_zalozka_tab{
  display: block;
  float: left; 
  background: #eeeeee;
  padding: 5px 10px;
  margin-right: 3px;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

a.posta_zalozka_tab_active{
  display: block;
  float: left; 
  background: #cccccc;
  padding: 5px 10px;
  margin-right: 3px;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

div.sprava_text{
  background: white; 
  color: #111111;
  padding: 10px;
  margin-bottom: 5px; 
}

div.sprava_aktivna{
  background: #666666;
  color: white;
  padding: 4px;  
}

div.sprava_aktivna a{
  color: white;
}

div.login_box{
  background: #ffffff;
  padding: 40px;
  border: solid 0px #555555;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  
  position: relative;
}

div.login_error{
  text-align: center;
  margin: 30px auto;
  max-width: 500px;
  color: #ffffff;
  background: #cf331b;
  padding: 20px;
  font-family: 'OpenSans','Arial',sans-serif;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

div.login_box_mobile{
  background: #ffffff;
  margin: 20px auto;
  padding: 20px;
  max-width: 300px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}