.main-content-wrapper .table-responsive {
    display:block !important;
}
table.dataTable td, table.dataTable th {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.content-title-head {
    flex-flow: wrap;
}

.cldelete {
    float: right;
}

    .cldelete .btn-primary {
        margin-right: 0 !important;
    }
@media(min-width:1600px){
    .container {
        max-width: 1320px;
    }
    .btn-primary.btn-large {
        min-width: 168px;
    }
}

@media (max-width:1600px) {
    .custom-row > div {
        width: 100%;
    }
    .main-content-wrapper .table-responsive .dataTables_scrollBody{
        overflow:visible !important;
    }
}


@media (max-width:1500px) {

    .sign-logo {
        margin-bottom: 80px
    }

    .sign-box {
        padding-top: 100px
    }

    .loging-text {
        padding-top: 280px
    }

    .loginbg {
        padding: 0 25px
    }

    .loging-text h1 {
        font-size: 75px
    }
    .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .top-nav .navbar .nav-item .nav-link {
        color: #000;
        font-size: 16px;
    }
    .inner-project-header .inner-project-header-right .page-heading {
        font-size: 24px;
        padding-bottom: 0;
    }
        .inner-project-header .inner-project-header-right .page-heading span {
            margin-bottom: 5px;
        }
    .btn-primary {
        line-height: 42px;
    }
}


@media (max-width:1199px) {
    #example_wrapper .dataTables_scroll table{
        table-layout:fixed;
    }
    .loginbg {
        max-width: 420px;
        width: 100%;
    }

    .loging-text {
        max-width: 600px;
        padding-top: 280px
    }

        .loging-text h1 {
            font-size: 50px;
            line-height: normal
        }

            .loging-text h1 span {
                width: 60px;
                height: 60px
            }

    .sign-logo img {
        width: 150px
    }

    .wrapper .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }

    .logo p {
        font-size: 15px;
        margin-left: 30px
    }

    .menu {
        left: 0px;
        position: fixed;
        top: 78px;
        min-height: 100%;
        z-index: 99;
        width: 0;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        background: rgba(0,74,142,1);
    }

    .menu-open .menu {
        width: 251px;
        position: fixed;
        height: 100%;
        left: 0;
    }

    .menu-icon {
        top: 30px;
        left: 145px;
        display: block;
        position: fixed;
    }

    .menu li a {
        visibility: hidden;
        left: -251px
    }

    .menu-open .menu li a {
        visibility: visible;
        left: 0;
    }

    .main-container {
        padding: 30px 20px;
        margin: 0;
    }

    .top-header {
        position: fixed;
        top: 0;
        z-index: 9;
        padding: 10px 0;
    }
    .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .top-nav .navbar .nav-item .nav-link {
        color: #000;
        font-size: 14px;
    }
    .navbar-toggler {
        border: 1px solid #d2d2d2;
        background: url(../images/toggle.png) no-repeat center center;
        background-size: 17px;
        padding: 3px;
    }
    .logo {
        margin-top: 0;
    }
   
}

@media (max-width:991px) {
    .loging-text {
        position: static;
        max-width: 100%;
        padding: 30px 30px 60px;
        width: 100%;
    }

    .loginbg {
        position: static;
        max-width: 100%;
        background-color: transparent
    }

    .sign-box {
        padding-top: 0;
        background: #fff;
        max-width: 500px;
        padding: 20px;
        margin-bottom: 20px
    }

    /* nav {
        background: rgba(0,74,142,0.95)
    } */
    .top-nav .navbar {
        padding: 0;
        margin-top: 5px;
    }
    .navbar .navbar-collapse{
        background: rgb(0 0 0 / 80%);
        position: fixed;
        top: 67px;
        width: 250px;
        left: -250px;
        border: 1px solid rgb(217, 217, 217);
        height: 100vh;
        z-index: 9;
        display: block;
        transition: 0.5s all;
    }
    .navbar .navbar-collapse.show{
       left: 0;
    }
    .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .top-nav .navbar .nav-item .nav-link {
        width: 100%;
        color: #fff;
        font-size: 13px;
        border-bottom: 1px solid #979797 !important;
        padding: 15px 0;
    }
    

    .container-box {
        position: inherit
    }

    .sign-logo {
        margin-bottom: 20px;
    }

    .content-title-head {
        flex-flow: wrap;
    }

    .tab button {
        padding: 10px 14px;
        transition: 0.3s;
        font-size: 14px;
        padding-left: 40px;
        background-position: 18px 10px
    }
        .tab button.active {
            background-position: 18px 10px
        }
        .form-control {
            min-height: 36px;
            font-size: 12px;
            border-radius: 4px;
        }
    .filter-top .search-filter .input-group-append {
        width: 15px;
    }
    .filter-top .search-filter {
        max-width: 250px;
    }
    .filter-top .filter-icon a {
        min-width: 50px;
        height: 36px;
        border-radius: 4px;
    }
    .btn-primary {
        border-radius: 4px;
        padding: 0 10px;
        line-height: 34px;
        font-size: 12px;
    }
    .page-heading {
        font-size: 24px;
    }
    .content-title-head .page-heading {
        margin-bottom: 15px !important;
    }
    .main-content-wrapper {
        padding-top: 25px;
    }
    .custom-tab-content h5 {
        font-size: 18px;
    }
    .inner-project-header .inner-project-header-left {
        flex: 0 0 230px;
        max-width: 230px;
    }
    .tab {
        flex: 0 0 230px;
    }
    .header-search {
        padding-top: 10px;
        margin-top: 10px;
    }
    .project-status {
        flex-flow: wrap;
        justify-content: end;
    }
        .project-status .only-view {
            font-size: 12px;
            margin-bottom: 10px;
            margin-right: 0;
            min-height:inherit;
        }
    .stepper-footer {
        border-radius: 4px;
        padding: 15px;
    }
    .footer-left-content {
        font-size: 12px;
    }
    .project-header-right-actions .mr-3 {
        margin-right: 5px !important;
    }
}

@media(max-width:767px) {
    .container{
        max-width:100%;
    }
    .top-header {
        position: static;
    }
    .container-box{
        padding-top: 0px;
    }
    .main-container .main-content-wrapper {
        /*padding: 30px 15px;*/
    }

    .content-title-head {
        flex-direction: column;
        align-items: start;
    }

    .header-search {
        flex-direction: column;
        align-items: start;
        width: 100%;
        display: block;
    }

    .project-status {
        align-items: start;
        padding-left: 0;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 0;
        display: block;
    }

    .btn-primary {
        margin-bottom: 10px;
        font-size: 14px;
        padding: 0 10px;
    }

        .btn-primary img {
            max-width: 10px;
        }

    .tab {
        padding: 7px;
    }

        .tab button {
            width: 100%;
            margin: 0px 0px;
        }

    .page-heading {
        position: relative;
        margin-bottom: 10px;
        font-size: 20px;
        padding-left: 0px !important;
        flex-flow: wrap;
    }

        .page-heading.pd-0 {
            padding: 0 !important;
        }

    .content-title-head .page-heading {
        flex-direction: column;
        align-items: start;
    }
        .content-title-head .page-heading.page-heading-backicon {
            flex-direction: row;
            margin-bottom:0 !important
        }

        .page-heading .back-btn {
            position: static;
            left: 0;
            top: 0;
        }

    #example_length, #example_paginate {
        width: 100%;
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        color: #595959;
        font-size: 13px;
        margin-bottom: 5px;
        min-height: 65px;
        padding: 0 10px;
    }

    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        top: 82px;
    }

    .row.bs-wizard {
        margin: 0 !important;
    }

    .form-control {
        min-width: 50px;
    }
    .modal-dialog {
        max-width: 100% !important;
    }
    .table-responsive {
        display: block !important;
    }
    .custom-tabs{
        flex-flow: wrap;
    }
    .tab{
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
    .custom-tab-content{
        max-width: 100%;
        flex: 0 0 100%;
    }

    .navbar .navbar-collapse {
        background: rgb(0 0 0 / 80%);
        position: fixed;
        top: 123px;
        width: 250px;
        left: -250px;
        border: 1px solid rgb(217, 217, 217);
        height: 100vh;
        z-index: 9;
        display: block;
        transition: 0.5s all;
    }
    .main-content-wrapper {
        padding-top: 20px;
    }
    .filter-top .search-filter {
        max-width: 100%;
    }
    #example_info, #example_paginate {
        flex: 0 0 100%;
        text-align: center;
    }
    .table-responsive table tr td {
        /*white-space: nowrap;*/
        font-size: 13px;
    }
    
    .navbar .navbar-collapse {
        top: 66px;
    }
    .inner-project-header {
        flex-flow: wrap;
    }
        .inner-project-header .inner-project-header-left {
            max-width: 100%;
            flex: 0 0 100%;
            margin-bottom:5px
        }
    .inner-project-header {
        margin-bottom: 15px;
        padding-bottom: 0;
    }
        .inner-project-header .inner-project-header-right .page-heading {
            font-size: 18px;
        }
    .project-status .only-view {
        margin-right: 10px;
        padding: 10px 15px;
        min-height: inherit;
        border-radius: 4px;
    }
    .inner-project-header .inner-project-header-right {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .project-status {
        justify-content: start;
    }
    .table-responsive .dataTables_scrollHead table thead tr:first-child th.sorting:after,
    .table-responsive .dataTables_scrollHead table thead tr:first-child th.sorting_asc:after,
    .table-responsive .dataTables_scrollHead table thead tr:first-child th.sorting_desc:after {
        position: static;
        margin-bottom:0
    }
    table.dataTable th {
        -webkit-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }
}

@media(max-width:575px) {
    .menu-icon {
        left: inherit;
        right: 17px;
    }

    .menu {
        top: 122px;
    }

    .top-header .col-sm-6.text-right {
        text-align: left !important;
    }

    .header-right li:first-child {
        padding: 6px 0px 0 5px;
    }

    .header-right li:last-child {
        padding-right: 0;
        float: right;
        border: none;
    }

    .container-box {
        padding-top: 0px;
    }

    .cldelete {
        float: none;
    }
    .modal-dialog {
        max-width:100% !important;
    }
    .table-responsive {
        display: block !important;
    }
    .header-right {
        display: flex;
        justify-content: flex-end;
    }
        .header-right li.notification {
            padding-left: 5px;
        }
    .inner-project-header .inner-project-header-right {
        flex-direction: column-reverse;
        justify-content: start;
        align-items: start;
    }
    .stepper-footer {
        flex-flow: wrap;
    }
        .stepper-footer .stepper-footer-left {
            padding-bottom: 10px;
            flex-flow: wrap;
        }
            .stepper-footer .stepper-footer-left .footer-left-content {
                padding-bottom: 10px;
            }
}
