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.log_in{
    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: 50px;
    background-color: white;
}

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

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

div#page-wrapper.fixed_table{
    padding-bottom: 25px;
}

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

div.required label:after{
    content: " *";
    color: #8E2344;
    font-weight: bold;
}


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

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

.pl-0{
    padding-left: 0px !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:30px!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:30px!important;
}

select.document_change_operator{
    width: 100%;
}


div.doklad-detail-header .panel-body{
    min-height: 118px;
}