﻿.np-row {
    margin-right: -15px;
    margin-left: -15px;
}

.np-col-auto {
    display: inline-block;
    width: 240px;
}

.mandatory-item {
    max-width: 250px;
    height: 230px;
    padding: 7px;
}

.fixTableHead {
    overflow-y: auto;
    overflow-x: auto;
}

.fixTableHead thead th {
    position: sticky;
    top: -0.02px;
}

.fixTableHead table {
    border-collapse: collapse;
    width: 100%;
}

.table-primary > tbody > tr > th, 
.table-primary > tbody > tr > td, 
.table-primary > tfoot > tr > th, 
.table-primary > tfoot > tr > td, 
.table-primary > thead > tr > th, 
.table-primary > thead > tr > td {
    border: 1px solid #26868C;
}

.table-primary > thead > tr > th {
    background-color: #BDDADC;
}



.nps-flex {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}


.content .secondary-sidebar .section {
    margin-top: 22px;
    margin-bottom: 26px;
}

.content .secondary-sidebar .section.stock {
    background-position: -10px -1041px;
}

.secondary-sidebar a .my-account {
    min-height: 104px;
    height: 104px;
    margin-top: 29px;
}

.content .secondary-sidebar .section.settings {
    background-position: -10px -12px;
}

.content .secondary-sidebar .section.reports {
    background-position: -10px -698px;
}

.content .secondary-sidebar .section.stock {
    background-position: -10px -1038px;
    height: 111px;
}

/*.home-vertial-slider .bxslider li.slide-item {
    height: 90px !important;
}*/

/*.home-vertial-slider .bxslider li.slide-item img {
    width: 100%;
}*/

.home-vertial-slider .bxslider li.slide-item {
    margin-bottom: 12px !important;
}


.account-wrapper .tab-wrapper .pane-wrapper {
    border: 1px solid #fff;
   
}

.home-vertial-slider {
   width: 147%;
   float:left;
   align-content:center;
}

.content .main-content {
    width: 63.4%;
    margin-left: 6.5%
}

.content .sidebar h3.sidebar-title {
    width: 147%;
}


.home-vertial-slider .bxslider-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-vertial-slider .bxslider {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: -10px auto;
}

.logo {
    width: 147%;
    float: left;
    display: flex;
    justify-content: center;
}
    .logo img {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        max-width: 146%;
        height: 127%;
    }

.header .main-nav .main-nav-ul li {
    width: 85px;
}
    .header .main-nav .main-nav-ul li .icon {
        background-image: url(../fonts/navbar-icons.png);
        background-repeat: no-repeat;
        height: 61px;
        margin-top: 13px;
        width: 78px;
        background-position: center;
    }
.header .main-nav .main-nav-ul li .item-text {
    font-size: 16px;
}
    .header .main-nav .main-nav-ul li
    {
        text-align: center
        
    }

.header .main-nav .mr-help-dashboard .mister_help {
    cursor: pointer;
    height: 115px;   
    object-fit: contain;
}


.header .main-nav .main-nav-ul {
    margin-right: -110px;
    margin-left: 140px;
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.content .column-left .main-content {
    margin-left: 18.4%;
    margin-right: 4px;
}

.order-detail .main-content .preview-order {
    text-align: center;
    width: 41%;
}

.wrapper {
    margin-bottom: 20px;
    padding-bottom:20px;
}

.footer {
    background-color: #e3e3e3;
    margin: 0 auto 28px;
    padding-top: 12px;
}

.sidebar .new-order-area {
     height: unset; 
     line-height: unset; 
}

.sidebar .new-order-area .create-new-text {
    top: 5px;
}

.sidebar .new-order-area .add-icon {
    margin: auto 10px 7px;
}

.assign-page .my-factory-boxes {
    height: 100%;
}

.content {
    /*height: 75vh !important;*/
    margin-bottom: 30px;
}

.content .column-left .sidebar {
    height: 100%;
}

.sidebar .sidebar-inner {
    border-bottom: 13px solid #e1b71f;
}

.header .main-nav .main-nav-ul li .icon {

    margin-left: 8px;
}

.assign-page .sidebar .orders-list {
    height: 630px !important;
}

.settings-wrapper .tab-wrapper .pane-wrapper .dataTable, .settings-wrapper .tab-wrapper .pane-wrapper table {
    width: 100% !important;
}

.order-detail .status-icon {
    right: 22%;
    /*top: -100px;*/
}

.order-list.fake-table .row.order-item {
     width: auto !important; 
}

/* ========== Responsive ========================= */
@media (max-width: 1024px) {
}

@media screen and (min-width: 992px) {


}

@media (max-width: 767.98px) {

}


/* Desktops */

@media (min-width: 1281px) {

}


/* Laptops, Desktops */

@media (min-width: 1025px) and (max-width: 1280px) {

}


/* Tablets, Ipads (portrait) */

@media (min-width: 768px) and (max-width: 1024px) {
}


/* Tablets, Ipads (landscape) */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}


/* Tablets, Mobiles (Landscape) */

@media (min-width: 481px) and (max-width: 767px) {
}


/* Smartphones Mobiles (Portrait) */

@media (min-width: 320px) and (max-width: 480px) {
}

.panel-custom .panel-body {
    padding: 0px 10px !important;
}

body {
   height:100% !important;
}

.bodyHeight {
    height: 100vh !important;
}

/*.bx-wrapper .bx-controls-direction a{
    z-index: 4 !important;
}

#cover {
    background: #d2d2d2 !important;
}*/
