div#page-wrapper{
    margin-top: 50px;
}

.top-buffer { margin-top:20px; }

div.alert.notification{
    position: fixed;
    top: 58px;
    max-width: 350px;
    right: -400px;
    position: 100px;
    transition: right 0.25s;
    z-index: 100000000;
}

div.check-yesno input{
    display: none;
    
}

div.sklad-detail-info i{
    width: 18px;
    text-align: center;
}

div.sklad-detail-info .well{
    padding: 0px 8px 8px 8px;
}

div.sklad-detail-info .well h4{
    margin-bottom: 3px;
}

div.alert.notification.showed{
    right: 30px;
}

ul.nav a span{
    padding: 15px !important;
    margin: -15px;
}

div.fixed_table.login,div.fixed_table.obnova-hesla{
    margin-left: 0px !important;
}

button.navbar-toggle.log_in{
    display: none;
}

ul.bread-crumb{
    border-bottom: 1px solid #eee;
    list-style: none;
    padding: 15px 0px;
    margin-bottom: 0px;
    padding-top: 30px;
}

ul.bread-crumb li{
    padding-right: 10px;
    display: inline-block;
}

.data-table-custom-filter > .row > .*{
    vertical-align: text-bottom;
}

tr td{
    padding: 6px 8px !important;
}

h1.page-header{
    margin-top: 18px;
}



div#page-wrapper.fixed_table{
    position: relative;


}

/* tabulky */
div#page-wrapper.fixed_table div.table_header{
    position: sticky;
    z-index: 100;
    width: inherit;
    top: 51px;
    background-color: white;
}

div#page-wrapper.fixed_table div.data-table-header{
    position: sticky;
    top: 120px;
    width: inherit;
    background-color: white !important;
    z-index: 100;
}

div#page-wrapper.fixed_table table.dataTable{
    margin-top: -2px !important;
}

.fixedHeader-floating{
    top: 192px !important;
}


.mt-15{
    margin-top: 15px !important;
}

.mt-30{
    margin-top: 30px !important;
}

.mt-60{
    margin-top: 30px !important;
}

.mb-15{
    margin-bottom: 15px !important;
}

.mb-30{
    margin-bottom: 30px !important;
}

.mb-60{
    margin-bottom: 60px !important;
}

.pt-15{
    padding-top: 15px !important;
}

.pt-30{
    padding-top: 30px !important;
}

.pt-60{
    padding-top: 30px !important;
}

.pb-15{
    padding-bottom: 15px !important;
}

.pb-30{
    padding-bottom: 30px !important;
}

.pb-60{
    padding-bottom: 60px !important;
}





/* našeptávač */
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 15px;
  right: 15px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #F3F5F8; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

