﻿@media print {
    .header {
        display: none;
    }
}


@media only screen and (max-width:458px) {
    .header {
        height: 130px;
    }
}

@media only screen and (max-width:568px) {
    .header .header-container .search-input {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .header .header-container .search-input .search-predict {
        left: 40px;
    }
}


@media only screen and (max-width: 992px) {
    .header {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .header .header-container .nav-left .user-profile .profile-img, .header .header-container .nav-right .user-profile .profile-img {
        width: 30px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 992px) {
    .header .header-container .nav-left > li > a, .header .header-container .nav-right > li > a {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 767px) {
    .header .header-container .nav-left > li > a.sidenav-fold-toggler, .header .header-container .nav-right > li > a.sidenav-fold-toggler {
        display: block;
    }

    .header .header-container .nav-left > li > a.sidenav-expand-toggler, .header .header-container .nav-right > li > a.sidenav-expand-toggler {
        display: none;
    }
}


@media only screen and (max-width: 992px) {
    .header .header-container .nav-left .user-profile, .header .header-container .nav-right .user-profile {
        border-right: 0px;
        border-left: 0px;
    }
}


@media only screen and (max-width: 767px) {
    .header .header-container .search-input input {
        width: 85px;
    }
}

@media only screen and (max-width: 767px) {
    .header .header-container .search-input input {
        width: 85px;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown-menu.dropdown-grid.col-4 > li {
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .quick-view .nav-tabs > li > a {
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown-menu.dropdown-lg {
        min-width: 280px;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown-menu.dropdown-xl {
        min-width: 280px;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown-menu.dropdown-grid.col-3 > li {
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .quick-view {
        width: 270px;
    }
}


/*--------------------------------
Media Queries Page Content                   
--------------------------------*/
@media only screen and (max-width: 767px) {
.page-container .page-header .header-sub-title {
padding-left: 0px;
display: block;
}
}

@media only screen and (min-width: 992px) {
.side-nav-folded .page-container {
padding-left: 50px;
}
    .side-nav-not-loaded .page-container {
        padding-left: 0 !important;
    }
}

/*@media only screen and (max-width: 992px) {
.side-nav-folded .page-container {
padding-left: 0px;
}
}*/

@media only screen and (max-width: 767px) {
.page-container .page-header .header-title {
border-right: 0px;
display: block;
margin-bottom: 15px;
}
}

@media only screen and (max-width:458px) {
.page-container .main-content-wrapper {
min-height: calc(100vh - 130px);
}
}
@media print {
.page-container {
padding-left: 0px;
}
}

@media only screen and (max-width: 992px) {
.page-container {
padding-left: 0px;
}
}
@media print {
.page-container .main-content {
padding: 10px 0px;
}
}

@media only screen and (max-width: 992px) {
.page-container .main-content {
padding: 85px 10px 10px 10px;
}
}