@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 50px 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}
@media(min-width:768px) {
    .navbar-static-side {
        position: fixed;
        overflow-y: auto;
        height: 100%;
    }
}

/*Additional CSS*/
.nav-second-level .active > a {
    background-color: #eee;
    border-radius: 4px;
}
.pettycash_sub_customer{
    padding-top: 5px;
    display: none;
}
.pettycash_sub_customer_py{
    display: none;
}
.full-screen {
    margin: 15px 0 0 250px;
}
.scrollable-x{
    overflow-x: scroll;
}
.clock{
    margin: 0 20px 0 0;
}
.supplier-brands-listing{
    height: 100px;
    display: block;
    overflow: auto;
    margin-bottom: 10px;
}
.table-description-details {
    width: 30%;
}
.table-description-details > tbody > tr > td {
    padding: 5px;
}
.table-description-details-total{
    border-bottom: 3px double;
}
.separator-journal-voucher{
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 5px solid #cccccc;
}
ul#alerts_container_alerts{
    height: 350px;
    overflow-y: scroll;
}