/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

.wraper {
    width: 100%;
}

@media (max-width: 1119.98px) {

}

@media (max-width: 991.98px) {
    .container {
        width: 100%;
    }

    #menusite .navbar-default .navbar-nav > li{
        margin-right: 35px;
    }

    .table-responsive .list-car tr th:nth-child(5),
    .table-responsive .list-car tr th:nth-child(6),
    .table-responsive .list-car tr td:nth-child(5),
    .table-responsive .list-car tr td:nth-child(6){
        display: none;
    }
}

@media (max-width: 767.98px) {
    .box-shadow {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .table-responsive .list-car tr th:nth-child(5),
    .table-responsive .list-car tr th:nth-child(6),
    .table-responsive .list-car tr td:nth-child(5),
    .table-responsive .list-car tr td:nth-child(6){
        display: block;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block,
    .users-page-content .card-bg-fill{
        display: none !important;
    }

    #page-topbar .logo{
        padding: 4px 0;
    }

    #page-topbar .logo img{
        height: 55px;
    }

    .users-page-content .card-bg-fill, .users-page-content .login-inner{
        width: 100%;
    }

    .users-page-content .login-inner,
    .users-page-content{
        padding: 40px 20px;
    }

    .navbar-default .navbar-toggle{
        position: absolute;
        top: -62px;
        left: 90px;
        padding: 14px 10px;
        height: 62px;
        border: 0;
        font-size: 25px;
        margin: 0;
        border-radius: 0;
    }

    .navbar-default .navbar-toggle:hover{
        background-color: #e4c605;
    }

    .navbar-default .navbar-collapse{
        border: none;
    }

    table,
    thead,
    tbody,
    th,
    td,
    tr{
        display: block;
    }

    .table-card{
        margin: 0;
    }

    .table-responsive .list tr td {
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 40% !important;
        width: 100%;
        min-height: 37px;
        text-align: left;
        white-space: unset !important;
        overflow: hidden;
    }

    .table-responsive .list tr td:before {
        content: attr(data-title);
        position: absolute;
        top: 8px;
        left: 14px;
        width: 40%;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 14px;
    }

    .table-responsive .list tr td:nth-child(2){
        font-weight: 600;
    }

    .table-responsive .list tr td.action-button-dropdown{
        padding-left: 15px !important;
    }

    .notification-box .table-responsive .list tr td:last-child{
        padding-left: 40% !important;
    }

    .table-overflow-auto {
        height: auto;
        overflow: unset;
    }

    #sitemodal .modal-content{
        min-width: 100%;
    }

    ul.list-info label{
        width: 170px;
        text-align: left;
    }

    .card-header h3{
        font-size: 18px;
        margin-bottom: 10px;
    }

    #box-search input#search{
        min-width: unset;
    }
}

@media (max-width: 499.98px) {
    .nv-infodie {
        width: 100%;
    }

    .cookie-notice {
        left: 0;
        width: 100%;
    }

    .visible-ss-block {
        display: block !important;
    }

    .visible-ss-inline {
        display: inline !important;
    }

    .visible-ss-inline-block {
        display: inline-block !important;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display: none !important;
    }
}

@media (min-width: 500px) {
    .nv-infodie {
        width: 500px;
        left: 50%;
        margin-left: -250px;
    }
}

@media (min-height: 500px) {
    .container {
        width: 100%;
    }

    .nv-infodie {
        height: 500px;
        top: 50%;
        margin-top: -250px;
    }
}

@media (min-width: 768px) {
    .wraper {
        width: 100%;
    }

    .hidden-ss-block {
        display: block !important;
    }

    .hidden-ss-inline {
        display: inline !important;
    }

    .hidden-ss-inline-block {
        display: inline-block !important;
    }

    .hidden-sm{
        display: none;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }

    .wraper {
        width: 100%;
        max-width: 1280px;
    }
}

@media (min-width: 1200px) {
    .wraper {
        width: 1280px;
    }
}
