div.nadpis{
  padding: 1px;
  margin: 5px 0 3px 0;
  border-bottom: double 3px #bbbbbb;
  font-weight: bold;
  font-size: 15px;
}

table.udaje{
  width: auto;
  _width: 300px;
  min-width: 300px;
}

table.udaje td{
  vertical-align: top;
}

table.udaje td.label{
  width: 130px;
  color: #D1050C;
  text-align: right;
  padding-right: 15px;
  font-weight: bold;
}

table.udaje td.label:first-letter{
  text-transform: uppercase;
}

table.udaje tr.over{
  background: #e5e5e5;
  cursor: hand;
  cursor: pointer;
}

table.usr_set{
  color: white;  
  width: 90%;
}

table.usr_set a{
  color: white;
  text-decoration: none;
}

table.usr_set tr.over{
  background: #333333;
  cursor: hand;
  cursor: pointer;
}

table.usr_set td.popisok{
  color: white;  
  text-align: right;
  font-weight: bold;
  width: 50%;
}

table.usr_set td.obsah{
  color: white;  
  text-align: left;
  width: 50%;
}

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: 13px;  
}

table.registracia{
  width: 300px;  
}

table.registracia td{
  text-align: left;
  font-size: 10px;  
}

table.registracia td div.input_box{
  border: solid 1px #aaaaaa;  
  padding: 10px;
}

table.registracia td div.input_box input{
  outline: none;  
  -moz-appearance: none;
  -webkit-appearance: none;
  
  border: 0px none;
  background: none;
  
  width: 100%;
  padding: 0;
  font-size: 15px;
}

a.logout{
  float: right;
  background: url('../../img/logout.svg') 5px center no-repeat #eeeeee;
  background-size: 30px 30px;
  padding: 0 20px 0 45px;
  display: block
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
   
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;  
}

a.logout:hover{
  background-color: #dddddd;
  text-decoration: none;
}

div.mojucet_box{
  width: 350px;
  margin: 0 auto;  
  text-align: left;
}

div.udaje_label{
  float: left;
  width: 100px;
  color: #bc9665; 
  font-weight: normal; 
  text-align: left;
}

div.udaje_hodnota{
  margin-left: 120px;
  text-align: left;
}

div.hlavicka_riadok{
  text-align: left;
}

div.hlavicka_riadok div.hlavicka_bunka{
  color: #000000;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0 10px 10px;
  background: #eeeeee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.objednavka_riadok{
  text-align: left;
  font-size: 12px;  
  padding: 5px 0;
  border-bottom: solid 1px #999999;
}

div.objednavka_riadok div.objednavka_bunka{
  padding-left: 10px;  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.objednavka_bunka a{
  text-decoration: none;  
}

div.objednavka_bunka a:hover{
  background: none;
}

div.objednavkaBunkaPolozky{
  margin: 0 270px 0 310px;
}

div.objednavkaBunkaSuma{
  float: right;
  width: 100px;
}

div.objednavkaBunkaCislo{
  float: left;
  width: 110px;
}

div.objednavka_detail{
  padding: 20px 20px 20px 40px;  
  display: none;
}

@media screen and (max-width: 900px){ 
  div.objednavkaBunkaPolozky{
    margin: 0 270px 0 340px;
  }

  div.objednavkaBunkaCislo{
    float: none;
    width: auto;
    margin-right: 90px;
  }
}

@media screen and (max-width: 600px){ 
  div.udaje_label{
    float: none;
    width: auto;
    padding-top: 5px;
  }
  
  div.udaje_hodnota{
    margin-left: 0px;
    padding-bottom: 5px;
  }

  div.mojucet_box{
    width: auto;
  }
}