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;
}

.button_2fa_checking{
  background-image: url('../../img/uploading.gif');  
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 20px center;
  opacity: 0.5;
  pointer-events: none;
}

.kod_2fa{
  display: flex;  
  width: 250px;
  padding: 10px 0;
  margin: 0 auto 20px auto;
}

.kod_2fa .input_num{
  flex: 1 1 10%;
  margin: 0 5px;
  border: solid 2px #cccccc;
  border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  overflow: hidden;
}

.kod_2fa .input_num_focus{
  border-color: #555555 !important;
}

.kod_2fa.kod_2fa_checked .input_num{
  border-color: #89c831;  
}

.kod_2fa.kod_2fa_error .input_num{
  border-color: #dd2200;  
}

.kod_2fa .input_num input{
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  padding: 5px 0;
  border: 0px none;
  
  font-weight: bold;
  color: #555555;
  text-align: center;
}

.kod_2fa .input_num:first-of-type{
  margin-left: 0px;
}

.kod_2fa .input_num:last-of-type{
  margin-right: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}