@import url('../autocomplete.css');
@import url('./datepicker.css');

.prijem{
  width:600px;
  /*background:#eee;*/
  float:left;
}

#log{
  float:left;
  margin-left:20px;
  /*background:#f0f0f0;*/
  width:350px;
  height:400px;
  font-size:9px;
  padding:6px;
}

.id{width:40px;float:left;}

#listdetail{
  /*background:#F0EBDA;*/
  background:#FAF5E5;
  padding:20px;
  width:700px;
  height:400px;
  overflow:auto;
  position: absolute;
  left:50%;
  display:none;
}
#listdetail .close{
  width:36px;
  height:36px;
  float:right;
  background:url(../layout/icons/close.png);
}

.ui-datepicker-trigger{float:right;margin-top:-10px;}
.datepick{float:left;margin-top:10px;}

.zalozeni_sady {
  width: 50%;
  float: right;
}
#main_content table tr.formulare td {
  padding:0 0 0 5px;
}
#main_content table tr.formulare td.vyrobeno {
  width:110px;
}
.list_lihoviny input.carovykod {
  width:105px;
}
.list_lihoviny input.carovykodbut {
  width:107px;
  background:#0D6034;
  color:white;
  font-weight:bold;
}
.list_lihoviny #id_kategorie_lihovin {
  width:140px;
}
.list_lihoviny .docList {
  margin: 5px 5px 5px 20px;
  /*padding: 10px;*/
  /*border: 1px solid #0D6034;*/
  /*background: #88cc88;*/
}
.list_lihoviny .docListEmpty p.empty {
  background: #f6891f;
  font-weight:bold;
  padding:10px 15px;
  float:left;
}
.list_lihoviny form {
  /*margin: 5px 5px 5px 20px;
  padding: 10px;
  border: 1px solid #0D3460;
  background: #8888cc;*/
}
.list_lihoviny a.submit {
  background: none repeat scroll 0 0 #0D6034;
  color: white;
  font-weight: bold;
  display:block;
  width:150px;
  margin-top: 5px;
  padding: 5px 10px;
  text-align:center;
}
.list_lihoviny input.submit {
  background: none repeat scroll 0 0 #0D6034;
  color: white;
  font-weight: bold;
  margin: -5px 0 0 5px;
  padding: 3px 10px;
}
.list_lihoviny form.upload {
  margin-top:5px;
  padding:10px;
  background:#F0EBDA;
}
.alkohol_vydej #first_step_content,
.alkohol_vydej #second_step_content,
.alkohol_vydej #third_step_content {
  margin: 0px 23px;
}
.alkohol_vydej .dodaci_list_info {
  margin:0 auto;
  margin-bottom:10px;
  padding:10px 0;
  /*background:white;
  border:10px solid #f6891f;*/
}
.alkohol_vydej .dodaci_list_info table {
  margin: 0px !important;
}
.alkohol_vydej .dodaci_list_info .return_bottle {
  float: right;
}
#second_b_step_content table {
  margin-left:20px;
}
.alkohol_vydej #third_step_open {
  float:left;
  background: none repeat scroll 0 0 #0D6034;
  color: white;
  font-weight: bold;
  margin: 10px 0 0 23px;
  padding: 7px 10px;
}
#third_step_content ul li {
  margin-left:20px;
}
#third_step_content ul li a {
  line-height:20px;
}