@media (max-width: 768px) {

    .heading-elements-toggle {
        display: none;
    }

    .nav-tabs.nav-justified > li.active > a, .nav-tabs.nav-justified > li.active > a:hover, .nav-tabs.nav-justified > li.active > a:focus{
        border-left-color:#306bff;
    }
    #nav-user-name {
        display: none;
    }
    .page-container{
        width:100%;
        margin:auto 0 auto 0;
        padding-left:0;
        padding-right:0;
    }
     .panel-body{
        width:100%;
    }
    .nav-tabs{
        border-radius: 0px;
    }
    .filter-hide{
        display:block;
    }
    .filter-layout .filter{
        width:99%;
        margin:0;
        float:left;
    }
    .filter-pull {
        display: none;
    }

    .filters-group{
        display:block;
        max-height: 225px;
        overflow-y: scroll;
    }

    .filter-search {
        width:100%;
    }
}