/* ---------11-08-23-------------- */
@media only screen and (max-width: 47.9375rem) {
    .brand-title {
        display: block;
        margin: auto;
    }
    .logo-abbr {
        display: none !important;
    }
    .nav-header{
        padding: 0 10px;
    }

    [data-sidebar-style="overlay"] .dlabnav .metismenu ul li a {
        padding-left: 4.4rem !important;
    }
    .dlabnav .header-info2{
        justify-content: start !important;
    }
    .dlabnav .header-info2 {
        padding: 0 28px !important;
    }
    .timesheet-container .nav-tabs{
        display: block;
    }
    .timesheet-container .default-tab .nav-link{
        border-color: #dee2e6;
        border-radius: 0px;
    }
    .timesheet-container .default-tab .nav-link.active{
        background-color: #0085ca;
        color: #fff;
    }
    .timesheet-container .default-tab .nav-link.active i{

        color: #fff;
    }
    .dlabnav .metismenu>li.mm-active>a:after {
        border-top: 0.3125rem solid var(--primary);
        border-left: 0.3125rem solid var(--primary);
        top: 44%;
    }
    .box {
        padding-top: 40px !important;
    }
    .nav-header{
        position: relative;
        display: flex;
        align-items: center;
    }
    .brand-logo{
        order: 2;
        margin-left: 15px;
    }
    .nav-control{
        position: relative;
        top: auto;
        right: auto;
        transform:none
    }
}
@media only screen and (min-width: 48rem){
	[data-sidebar-style="mini"] .content-body {
	    margin-left: 6.5rem;
	    padding-top: 6rem!important;
	}
}
@media only screen and (max-width: 61.9375rem){
	[data-header-position="fixed"] .content-body {
	    padding-top: 5rem;
	}
	.nav-header{
	    position: relative;
	    display: flex;
	    align-items: center;
	}
	.brand-logo{
	    order: 2;
	    margin-left: 15px;
	}
	.nav-control{
	    position: relative;
	    top: auto;
	    right: auto;
	    transform:none
	}
	.header-left .dashboard_bar {
	    margin-left: 100px;
	}
}
