﻿body {
    height: auto;
    
}

.first-order-color,
.first-order-color > td,
.table-hover > tbody > tr.first-order-color > td,
.table-striped > tbody > tr.first-order-color > td {
    background-color: #FFEB9B;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.btn, .form-control, .nav-pills > li > a {
    border-radius: 0px !important;
    -moz-user-select: none !important; /* Firefox */
    -ms-user-select: none !important; /* Internet Explorer/Edge */
    user-select: none !important;
    outline: 0 !important;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

.labelsize-modal-window {
    width: 300px !important;
    position: absolute;
    height: max-content;
    left: 50%;
    top: 50vh;
    transform: translate(-50%, -50%);
}

    .labelsize-modal-window .modal-dialog {
        width: 300px !important;
        margin: 0px;
    }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.bold {
    font-weight:bold
}
.ui-select-container [data-simplebar] {
    position:absolute!important;
}
.md-dialog-is-showing {
    max-height: initial!important;
}
.md-dialog-container {
    position:fixed!important;
    top: 40vh!important;
    height:auto!important;
}

.cell-dealer-note {
    background-color:yellow!important;
}

#hoverSupplier {
    width: max-content;
    border: 1px solid;
    padding: 10px;
    background-color: #EEEFF2;
    position: absolute;
    z-index: 50;
}

.ordersabctable .ui-select-choices {
    width: max-content;
}

@media (min-width: 1051px) {
    .dialog-max-content-window {
        top: 20%
    }
}

.dialog-max-content-window .modal-dialog {
    max-width: max-content;
    height: fit-content;
}


.dialog-popup-window {
    z-index: 1050;
    display: block;
    max-width: max-content;
    height: fit-content;
    position: page;
    left: 50%;
    top: 40%;
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
}

    .dialog-popup-window .modal-dialog {
        margin: 0px !important;
        width: unset !important;
    }

@media (max-width: 1050px) {

    .dialog-popup-window {
        width:100vw;
        padding: 0px 10px;

    }
}

    .clientinfocontainer {
        padding: 0px;
        font-family: Arial Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 20px;
        letter-spacing: 0.15px;
        color: rgba(0, 0, 0, 0.87);
        height: 680px;
        max-width: 1500px;
    }

        .clientinfocontainer .nav-tabs > li > a {
            border: none;
            color: #464749;
            font-size: 16px;
            line-height: 20px;
        }

            .clientinfocontainer .nav-tabs > li > a:hover {
                background-color: transparent;
                color: #2E81D3;
                opacity: 0.7;
            }



            .clientinfocontainer .nav-tabs > li > a:focus, .clientinfocontainer .nav-tabs > li > a:visited {
                background-color: transparent;
                -webkit-touch-callout: none !important; /* iOS Safari */
                -webkit-user-select: none !important; /* Safari */
                -moz-user-select: none !important; /* Firefox */
                -ms-user-select: none !important; /* Internet Explorer/Edge */
                user-select: none !important;
                outline: 0 !important;
            }


    .clientinfoheader {
        font-weight: bold;
        font-size: 26px;
        line-height: 28px;
        padding-bottom: 16px;
    }

    .guaranteecontaner {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 30px;
        font-family: Arial Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 20px;
        letter-spacing: 0.15px;
        color: rgba(0, 0, 0, 0.87);
    }

    .clientinfocontainer .nav-tabs > li.active > a {
        color: #2E81D3;
        font-size: 16px;
        line-height: 20px;
        border: none;
        border-bottom: 2px solid #2E81D3;
        -webkit-touch-callout: none !important; /* iOS Safari */
        -webkit-user-select: none !important; /* Safari */
        -moz-user-select: none !important; /* Firefox */
        -ms-user-select: none !important; /* Internet Explorer/Edge */
        user-select: none !important;
        outline: 0 !important;
    }

    .chatnotescontainer {
        height: 530px;
        width: 400px;
        background-color: #F6F7F9;
        overflow-y: scroll;
        scrollbar-width: none;
    }

        .chatnotescontainer::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }


        .chatnotescontainer .message {
            padding: 10px 32px 10px 18px;
            border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
        }

        .chatnotescontainer .messageheader {
            font-size: 13px;
            line-height: 16px;
            font-weight: bold;
            color: rgba(0, 0, 0, 0.45);
            display: flex;
            justify-content: flex-start;
            padding-bottom: 4px;
        }

        .chatnotescontainer .messagebody {
            font-family: Arial;
            font-size: 16px;
            line-height: 22px;
        }



    .notificationscontainer {
        background-color: #EEEFF2;
        overflow-y: scroll;
        scrollbar-width: none;
        font-family: Arial Nova;
        max-height: 350px
    }

        .notificationscontainer::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }


        .notificationscontainer .message {
            padding: 10px 32px 10px 18px;
            border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
            position: relative;
        }

        .notificationscontainer .newmessage {
            background-color: ivory;
        }

        .notificationscontainer .dismiss {
            font-size: 24px;
            color: #25313F;
            position: absolute;
            bottom: 5px;
            right: 5px;
            cursor: pointer;
        }

            .notificationscontainer .dismiss:hover {
                opacity: 0.8;
            }


        .notificationscontainer .messageheader {
            font-size: 13px;
            line-height: 16px;
            font-weight: bold;
            color: mediumvioletred;
            display: flex;
            justify-content: flex-start;
            padding-bottom: 4px;
            cursor: pointer;
        }

        .notificationscontainer .messagebody {
            font-size: 16px;
            line-height: 22px;
            color: black;
            cursor: pointer;
        }


    .clintdetailline {
        display: flex;
    }

        .clintdetailline .detailheader {
            font-weight: bold;
            width: 170px;
            flex: 0 0 auto;
        }

        .clintdetailline .detailvalue {
            flex: 1 1 auto;
            max-width: 170px;
            word-wrap: break-word;
        }

    .unnailitempanelleft {
        position: unset !important;
        padding-left: 40px !important;
    }

    .unnailitempanel {
        position: unset !important;
    }

    .additemfield {
        height: 36px;
        font-family: Arial Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.15px;
        color: rgba(0, 0, 0, 0.87);
        margin-bottom: 13px;
    }

    .clientselector {
        height: 48px;
    }

    .additemfield .ui-select-container {
        width: 100%;
        height: 100% !important;
    }

    .additemfield .ui-select-match {
        width: 100%;
        height: 100% !important;
    }

    .additemfield .ui-select-toggle {
        width: 100%;
        height: 100% !important;
        background: #FAFAFA !important;
        border: none !important;
        border-radius: 2px;
    }

    .cardquantityfield {
        padding: 0 5px 0 10px;
        flex: 0 0 95px;
    }

        .cardquantityfield .ui-select-toggle {
            background: #EEEFF2 !important;
        }

    .additemfield .ui-select-match-text {
        padding-top: 2px;
        font-family: Arial Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.87);
    }



    .additemfield .ui-select-search {
    }

    .additemfield .ui-select-choices {
        min-width: initial;
        z-index: 20;
    }

    .topfix .ui-select-choices {
        top: unset !important;
    }

    .icons-menu {
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .icons-menu a {
            margin-right: 15px;
            text-decoration: none;
            cursor: pointer;
        }

            .icons-menu a:hover {
                text-decoration: none;
                opacity: 0.5;
            }

    .clientselector .ui-select-match-text {
        padding-top: 8px;
    }

    .clientselector .ui-select-toggle {
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
    }

    .clientselector .ui-select-search {
        height: 38px !important;
    }

    input[type="search"] {
        width: 100% !important;
        box-sizing: border-box;
    }


    .additempanel {
        width: 240px;
        background: #EEEFF2;
        padding: 24px 17px 42px;
    }

    .additempanelmobile {
        width: 100vw;
        margin-bottom: -30px;
        height: calc(100vh - 88px);
    }

    .additeminput {
        height: 100%;
        width: 100%;
        padding: 12px;
        border: none;
        text-transform: uppercase;
        font-family: Arial Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.15px;
        color: rgba(0, 0, 0, 0.87);
    }

    .additembutton {
        height: 48px;
        background: #25313F;
        border-radius: 2px;
        width: 100%;
        color: #FFFFFF;
        font-family: Arial Nova;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.0357143em;
        text-transform: uppercase;
    }

        .additembutton:hover {
            background: #334356;
        }

    .mainshopflex {
        display: flex;
        justify-content: flex-start;
    }


    .shopinfobtn {
        height: 32px;
        font-family: Arial Nova;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        text-transform: uppercase;
        color: #EB4858;
        cursor: pointer;
        padding: 7px;
        margin-top: 4px;
        flex: 1 1 auto;
    }

        .shopinfobtn:hover {
            background: rgba(204, 204, 204, 0.25);
            border-radius: 2px;
        }


    .orderformheader {
        font-family: Arial Nova;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.87);
        flex: 0 0 auto;
        margin-top: 7px;
        margin-right: 8px;
    }


    .stop-scrolling {
        height: 100%;
        overflow: hidden;
    }


    .ui-grid-draggable-row-target {
        opacity: 0.5 !important;
    }

    .ui-grid-draggable-row {
        height: 50px;
    }

    .ui-grid-draggable-row-over {
        position: relative;
        box-sizing: border-box;
    }

        .ui-grid-draggable-row-over:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            width: 100%;
            border: 1px solid #f00;
            box-sizing: border-box;
        }

    .ui-grid-draggable-row-over--above:before {
        top: -1px;
        box-sizing: border-box;
    }

    .ui-grid-draggable-row-over--below:before {
        bottom: -1px;
        box-sizing: border-box;
    }


    .noselect {
        -moz-user-select: none !important; /* Firefox */
        -ms-user-select: none !important; /* Internet Explorer/Edge */
        user-select: none !important;
        outline: 0 !important;
    }

    @media (max-width: 1180px) {
        .navbar-header {
            float: none;
        }

        .navbar-toggle {
            display: block;
        }

        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }

            .navbar-collapse.collapse {
                display: none !important;
            }

        .navbar-nav {
            float: none !important;
            margin: 7.5px -15px;
        }

            .navbar-nav > li {
                float: none;
            }

                .navbar-nav > li > a {
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        /* since 3.1.0 */
        .navbar-collapse.collapse.in {
            display: block !important;
        }

        .collapsing {
            overflow: hidden !important;
        }
    }



    @media (orientation: portrait) {
        .visible-xl {
            display: none !important;
        }
    }

    @media (orientation: landscape) {
        .hidden-xl {
            display: none !important;
        }
    }




    .starter-template {
        padding: 40px 15px;
        text-align: center;
    }

    .client-row {
        padding: 8px;
        border-top: solid 1px #ddd;
    }

    .details-row {
        padding-top: 5px;
    }

    .client-report-title, .client-report-data {
        font-weight: bold;
        font-size: 1.1em;
    }

    .client-report-title {
        text-decoration: underline;
        cursor: pointer;
    }

    .client-report-data {
        color: green;
        text-align: center;
    }

    .report-filtered {
        color: gray;
        font-style: italic;
    }

    div.success {
        background-color: #dff0d8;
    }

    .client-alternate {
        background-color: #f9f9f9;
    }

    .nav, .pagination, .carousel, .panel-title a {
        cursor: pointer;
    }

        .pagination > li:first-child > a{
            border-bottom-left-radius: 0px !important;
            border-top-left-radius: 0px !important;
        }

        .pagination > li:last-child > a{
            border-top-right-radius: 0px !important;
            border-bottom-right-radius: 0px !important;
        }

    .favorites {
        border: 3px double lightgray;
        list-style-type: none;
        margin-right: 10px;
        padding: 0;
    }

        .favorites li {
            background-color: #f9f9f9;
            border: 1px solid #fff;
            line-height: 14px;
            cursor: pointer;
            text-align: left;
            font-size: 16px;
            padding: 11px;
        }

            .favorites li:hover, .favorites .active {
                color: #fff;
                background-color: #563d7c;
                border-color: #563d7c;
            }

            .favorites li div {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

    #favorites .search-field {
        width: 150px;
        font-size: 0.9em;
        display: inline;
        height: 23px;
        padding: 1px;
    }

    .favorite-items {
        list-style-type: none;
        width: 260px;
        float: left;
        margin-right: 10px;
    }

        .favorite-items li {
            background-color: #f9f9f9;
            float: left;
            border: 1px solid #fff;
            line-height: 14px;
            cursor: pointer;
            text-align: left;
            font-size: 16px;
            padding: 11px;
            width: 260px;
        }

            .favorite-items li:hover, .favorites .active {
                color: #fff;
                background-color: #563d7c;
                border-color: #563d7c;
            }

            .favorite-items li > div {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    /*
 * Sidebar
 */

    /* Hide for mobile, show later */
    .sidebar {
        /*display: none;*/
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }

    .nav-sidebar > .active > a,
    .nav-sidebar > .active > a:hover,
    .nav-sidebar > .active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

    .nav-sidebar > li a {
        cursor: pointer;
    }

    .panel-group {
        margin-right: 15px;
    }

    .panel-title a {
        cursor: pointer;
    }

    /*.panel-body ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: -5px;
}

    .panel-body ul > li {
        cursor: pointer;
        padding: 3px;
    }

        .panel-body ul > li:hover {
            color: #fff;
            background-color: #563d7c;
            border-color: #563d7c;
        }*/



    .form-group .dropdown-menu {
        max-height: 300px;
        overflow: auto;
    }

    .sort-title {
        text-decoration: underline;
        font-style: italic;
    }

    .orders-table {
	zoom:0.9;
    }

        .orders-table th {
            text-align: center;
        }

        .orders-table td, .orders-table th {
            padding: 1px !important;
	    border: solid 1px gray !important;
            font-size: 0.9em;
        }

            .orders-table td.bigger {
                font-size: 1em;
                color: green;
                font-weight: bold;
            }

    .full-orders-table {
        min-width: calc(100% - 239px)
    }

        .full-orders-table .table-responsive {
            -webkit-overflow-scrolling: touch;
        }

    @media (max-width:1199px) {
        .full-orders-table {
            width: 100%;
        }
    }

.abc-table > .table-responsive {
    overflow-x: auto !important;
}

    .loading-div {
        position: absolute;
    }

    .lookups {
        list-style-type: none;
    }

        .lookups > li {
            background-color: #f9f9f9;
            border: 1px solid #fff;
            cursor: pointer;
            padding: 10px;
        }

            .lookups > li:hover {
                color: #fff;
                background-color: #563d7c;
            }

            .lookups > li.active {
                color: #fff;
                background-color: #563d7c;
            }



    .css-form input.ng-invalid.ng-dirty {
        border-color: #a94442;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    }

        .css-form input.ng-invalid.ng-dirty:focus {
            border-color: #843534;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        }

    .add-order-table {
    }

        .add-order-table td {
            padding-right: 5px;
            vertical-align: top;
        }

    .favorite-open {
        display: none;
    }

    .favorite-close {
        display: none;
    }

    @media (max-width: 991px) {

        .field-add-item input,
        .field-add-item textarea,
        .field-add-item select,
        .field-add-item button {
            height: 41px;
        }

        .field-add-item .dropdown-menu > li > a {
            aline-height: 1.6em;
            afont-size: 1.2em;
            padding: 8px 20px;
        }

        .favorite-bar {
            position: absolute;
            top: 50px;
            right: 0;
            background-color: white;
            display: none;
            border: solid 1px gray;
            width: 80%;
            padding-right: 5px;
        }

        .favorite-open {
            position: fixed;
            display: block;
            atop: 150px;
            right: 0;
            filter: alpha(opacity=60);
            opacity: .60;
        }

        .favorite-close {
            display: block;
            afloat: right;
            amargin-bottom: 10px;
            amargin-right: -30px;
        }

        .favorite-items-container {
            position: absolute;
            top: -20px;
            abackground-color: white;
            z-index: 10;
        }
    }

    .panel-title {
        font-size: 14px;
    }


    .Table {
        display: table;
    }

    .Title {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }

    .Heading {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }

    .Row {
        display: table-row;
    }

    .Cell {
        display: table-cell;
        border: solid;
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;
    }


    .field-center > input {
        border-radius: 0;
        margin-top: -1px;
    }

    .field-top > input {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .field-bottom > input {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        margin-top: -1px;
    }


    .field-add-item {
        margin-bottom: 4px;
    }

        .field-add-item input,
        .field-add-item textarea,
        .field-add-item select,
        .field-add-item button {
            width: 200px;
        }


    .animate-enter,
    .animate-leave {
        -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        position: relative;
        display: block;
    }

        .animate-enter.animate-enter-active,
        .animate-leave {
            opacity: 1;
            top: 0;
            height: 30px;
        }

            .animate-leave.animate-leave-active,
            .animate-enter {
                opacity: 0;
                top: -50px;
                height: 0px;
            }


    .my-repeat-animation.ng-enter,
    .my-repeat-animation.ng-leave,
    .my-repeat-animation.ng-move {
        -webkit-transition: 0.5s linear all;
        -moz-transition: 0.5s linear all;
        -o-transition: 0.5s linear all;
        transition: 0.5s linear all;
        position: relative;
    }

    .my-repeat-animation.ng-enter {
        left: -10px;
        opacity: 0;
    }

        .my-repeat-animation.ng-enter.ng-enter-active {
            left: 0;
            opacity: 1;
        }

    .my-repeat-animation.ng-leave {
        left: 0;
        opacity: 1;
    }

        .my-repeat-animation.ng-leave.ng-leave-active {
            left: -10px;
            opacity: 0;
        }

    .my-repeat-animation.ng-move {
        opacity: 0.5;
    }

        .my-repeat-animation.ng-move.ng-move-active {
            opacity: 1;
        }

    .comment-block {
        max-width: 230px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .leftswipe, .rightswipe {
        top: 60px;
        position: fixed;
        filter: alpha(opacity=60);
        opacity: .60;
    }

    .leftswipe {
        left: 0;
    }

    .rightswipe {
        right: 0;
    }

    input[type=checkbox] {
        width: 20px;
        height: 20px;
        margin: 0px;
        padding: 0px;
    }

    .shipped-cell-style {
        color: #fff !important;
        background-color: #428bca !important;
    }

    .nostock-cell-style {
        background-color: #f2dede !important;
    }

    .cancel-cell-style {
        background-color: #fcf8e3 !important;
    }


.green-status-button {
    background-color: #4BA24B !important;
    color: #fff !important;
}
    .green-status-button:hover {
        opacity: 0.85;
    }

.yellow-status-button {
    background-color: #FFD314 !important;
    color: black !important;
}

    .yellow-status-button:hover {
        opacity: 0.85;
    }

.blue-status-button {
    background-color: #3A7FBB !important;
    color: #fff !important;
}

    .blue-status-button:hover {
        opacity: 0.85;
    }

.red-status-button {
    background-color: #D44B47 !important;
    color: #fff !important;
}

    .red-status-button:hover {
        opacity: 0.85;
    }

.darkred-status-button {
    background-color: #992E2C !important;
    color: #fff !important;
}

    .darkred-status-button:hover {
        opacity: 0.85;
    }

.white-status-button {
    background-color: #F7F7F7 !important;
    color: black !important;
}

    .white-status-button:hover {
        opacity: 0.85;
    }

.gray-status-button {
    background-color: #E0E0E0 !important;
    color: black !important;
}

    .gray-status-button:hover {
        opacity: 0.85;
    }


    .sendtosupplier-button-style {
        color: #fff !important;
        background-color: #FF8205 !important;
        background-image: none;
    }
    .sendtosupplier-button-style:hover {
        opacity:0.9;
    }

.paid-button-style {
    color: #fff !important;
    background-color: #7437E5 !important;
    background-image: none;
}

    .paid-button-style:hover {
        opacity: 0.9;
    }

.sendtosupplier-cell-style {
    background-color: #FFCA60 !important;
}

.paid-cell-style {
    background-color: #7437E5 !important;
    color: #fff !important;
}

.recievedfromsupplier-cell-style {
    background-color: #FFD314 !important;
}

.seenhandeled-cell-style {
    color: #fff !important;
    background-color: #56C1C9 !important;
}

.recievedfromsupplier-button-style {
    color: darkslategray !important;
    background-color: #FFD314 !important;
    background-image: none;
}

    .recievedfromsupplier-button-style:hover {
        opacity: 0.9;
    }

.seenhandeled-button-style {
    color: #fff !important;
    background-color: #56C1C9 !important;
    background-image: none;
}

    .seenhandeled-button-style:hover {
        opacity: 0.9;
    }



.ref-plus {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
}

    .ref-plus-cell {
        position: relative;
    }

        .ref-plus-cell:hover .ref-plus {
            display: block;
        }


    .pagination {
        margin: 5px 0;
    }

    .grid {
        width: 100%;
        height: calc(100vh - 100px);
    }

    .ship-grid {
        width: 100%;
        height: calc(100vh - 80px);
    }

    .total-arrived-grid {
        width: 100%;
        height: calc(100vh - 140px);
    }

    .cell-edit-mode {
        background-color: #d9edf7 !important;
    }

    /*.grid_wrap {
    background: #3f4552;
    padding: 1px;
    max-width: 270px;
}

.grid_wrap .product-image-container {
    float: none;
}

.grid_wrap .product-image { 
	display:block;
	background:#f6f6f6;
	padding:20px;
	max-width:270px; 
	height:160px; 
	margin:0 auto; 
	text-align: center; 
	position: relative; 
	overflow: hidden;
}

.grid_wrap .product-shop{
    padding: 25px 13px 15px 19px;
    position: relative;
}

.grid_wrap .product-name{
    font-size:19px; 
    line-height:22px; 
    font-weight:normal; 
    margin:0 0 6px;
    height: 65px;
}

.grid_wrap .product-name > a{
    color: #fff;
    text-decoration: none;
}

    .grid_wrap .desc_grid {
        font-size: 12px;
        font-weight: 300;
        color: #7a7f88;
        line-height: 16px;
        margin-bottom: 18px;
    }

    .grid_wrap .price-box { margin: 0 0 9px;	width:100%; }

    .grid_wrap .price-box > .regular-price { display: block; }
    
    .grid_wrap .price-box > .regular-price > .price{ font-size:21px; font-weight:normal; color:#e6b244; }

    .grid_wrap { clear:both; margin:0; position:relative; }

    .grid_wrap .actions button {
        background: transparent;
        border: 0;
        overflow: visible;
        cursor: pointer;
        padding: 0;
        margin: 0;
        width: auto;
        font: 12px Arial, Helvetica, sans-serif;
        vertical-align: middle;
        color: #000;
    }

        .grid_wrap .actions button > span {
            height: auto;
            white-space: normal;
            text-align: left;
            background: #e8504f;
            color: #fff;
            font-family: 'Brawler', Georgia, serif;
            font-size: 10px;
            font-weight: normal;
            text-transform: uppercase;
        }

            .grid_wrap .actions button > span > span {
                padding: 14px 22px 14px 22px;
                display: block;
                float: left;
                background: #e8504f;
            }*/




    /*.google-images{
    list-style:none;
}

    .google-images > li {
        float:left;
    }*/

    .google-images img {
        max-height: 115px;
        cursor: pointer;
    }

    .google-footer {
        text-align: center;
        margin-top: 5px;
    }

    .replace-type {
        font-size: 10px;
        padding: 3px 3px;
    }

    .popover {
        max-width: 1000px;
    }


    /*ZOOM*/


    .zoomed {
        margin-left: 4em;
    }

    .original, .zoomed {
        float: left;
        position: relative;
        overflow: hidden;
    }


        .original img {
            max-height: 300px;
            width: auto;
        }

        .zoomed img {
            height: 600px;
            position: relative;
        }

    .mark {
        opacity: .3;
        border: 6px dotted #fff;
        background: #eee;
    }

    .hide {
        visibility: hidden;
    }

    aside {
        position: absolute;
        right: 0;
        max-width: 30%;
    }

    .product-img {
        max-width: 120px;
        max-height: 120px;
    }

    .search-images {
        height: 130px;
        border: dotted 1px gray;
        text-align: center;
    }



    /*.scrollbar::-webkit-scrollbar {
    width: 12px;
}
 
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
.scrollbar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.scrollbar::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}*/

    ul[dnd-list], ul[dnd-list] > li {
        position: relative;
    }

    .dndPlaceholder {
        width: 100px;
    }


    .pack-order {
        float: left;
        margin-right: 10px;
    }

        .pack-order .panel-heading, .pack-order .panel-body {
            padding: 3px 5px;
        }

            .pack-order .panel-heading .fa-remove {
                cursor: pointer;
                margin-left: 5px;
            }

                .pack-order .panel-heading .fa:hover {
                    color: #DE0707;
                }


    .on-hold {
        float: right;
        margin: -20px 10px 0 0 !important;
    }

    .parameter-details {
        padding: 20px 10px;
    }

        .parameter-details .edit {
            margin-right: 20px;
            display: inline-block;
        }

        .parameter-details .name {
            font-weight: bold;
        }

        .parameter-details .option {
            font-weight: bold;
            font-style: italic;
            color: green;
        }

        .parameter-details .parameter-block {
            width: 450px;
            float: left;
        }

        .parameter-details .values-block {
            width: 300px;
            display: inline-block;
        }

        .parameter-details .value-text {
            white-space: pre-line;
            height: 150px;
            width: 200px;
            overflow: auto;
            border: solid 1px lightgrey;
            margin-bottom: 5px;
            padding: 2px;
        }

        .parameter-details .values-editor {
            display: block;
            height: 150px;
            width: 200px;
            margin-bottom: 5px;
        }

    .new-parameter {
        margin: 15px 5px;
    }


    .custom-user-parameters {
    }

        .custom-user-parameters .custom-parameter {
            width: 170px;
            float: left;
        }

            .custom-user-parameters .custom-parameter .parameter-name {
                font-weight: bold;
            }

            .custom-user-parameters .custom-parameter .parameter-value-text {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .custom-user-parameters .custom-parameter .parameter-empty {
                font-style: italic;
                color: lightgray;
            }


    .filter-user-parameters {
    }

        .filter-user-parameters .filter-parameter {
            width: 170px;
            float: left;
        }

            .filter-user-parameters .filter-parameter .parameter-name {
                font-weight: bold;
            }

            .filter-user-parameters .filter-parameter .parameter-value {
                margin: 0 10px 5px 0;
            }

    .combo-checkbox {
        float: right;
        margin-top: -32px;
    }

    .products-card {
        background-color: yellow;
        color: green;
        border: solid 2px blue;
        position: fixed;
        top: 52px;
        right: 0;
        padding: 10px;
    }

    .group-products {
        height: 250px;
        overflow: auto;
    }

        .group-products > table tr {
            height: 100px;
        }

            .group-products > table tr .img-cell {
                width: 100px;
            }

                .group-products > table tr .img-cell > img {
                    max-width: 100%;
                    max-height: 100%;
                }

            .group-products > table tr .count-cell {
                width: 80px;
            }

                .group-products > table tr .count-cell > input[type=number] {
                    width: 50px;
                }

    .stock-webqty {
        background-color: lightgreen !important;
    }
    .status-deposited {
        background-color: coral !important;
    }

    .stock-error {
        background-color: red !important;
    }

    .invoice-error > td {
        background-color: red !important;
    }

    .sticky-note-box {
        float: left;
    }

    .sticky-note-in {
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: auto;
        font: 17px 'Gloria Hallelujah', cursive;
        border: 0;
        border-radius: 3px;
        background: -webkit-linear-gradient(#F9EFAF, #F7E98D);
        background: -moz-linear-gradient(#F9EFAF, #F7E98D);
        background: -o-linear-gradient(#F9EFAF, #F7E98D);
        background: -ms-linear-gradient(#F9EFAF, #F7E98D);
        background: linear-gradient(#F9EFAF, #F7E98D);
        overflow: hidden;
        transition: box-shadow 0.5s ease;
        font-smoothing: subpixel-antialiased;
    }

    .sticky-note {
        box-sizing: border-box;
        display: block;
        padding: 25px 25px 40px;
        margin: 0 auto 20px auto;
        width: 400px;
        font: 17px 'Gloria Hallelujah', cursive;
        border: 0;
        border-radius: 3px;
        background: -webkit-linear-gradient(#F9EFAF, #F7E98D);
        background: -moz-linear-gradient(#F9EFAF, #F7E98D);
        background: -o-linear-gradient(#F9EFAF, #F7E98D);
        background: -ms-linear-gradient(#F9EFAF, #F7E98D);
        background: linear-gradient(#F9EFAF, #F7E98D);
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        overflow: auto;
        transition: box-shadow 0.5s ease;
        font-smoothing: subpixel-antialiased;
        max-width: 520px;
        max-height: 500px;
    }

    .has-open-replaces {
        font-weight: bold;
        padding: 10px;
        margin-right: 20px;
    }

    .permanent-comment {
        font-weight: bold;
        padding: 10px;
        margin-right: 20px;
        margin-top: 5px;
    }

    div[imgurdropzone] {
        width: 200px;
        margin-bottom: 24px;
        height: 48px;
        border: 2px dashed rgba(0, 0, 0, 0.25);
        box-sizing: border-box;
        border-radius: 2px;
        font-family: Arial Nova;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.87);
        display: flex;
        align-items: center;
        justify-content: center;
    }


    label.centered-checkbox-label {
        display: block;
        float: left;
        padding-top: 4px;
        padding-left: 5px
    }


    input[type=checkbox]:checked + label.strikethrough {
        text-decoration: line-through;
        font-weight: normal;
    }


    .modal-xl {
        width: 1300px;
    }

    .vip-icon {
        color: crimson;
        padding-left: 5px;
        padding-right: 5px;
    }

.problematic-icon {
    color: orangered;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 17px;
}

.editable-cell {
    background-color: #f2fcfb !important;
}



.center-align-cell {
    text-align: center !important;
}

    .dir-rtl {
        direction: rtl;
    }

    .shipping-images {
    }

        .shipping-images > .toolbar {
            height: 80px;
        }

            .shipping-images > .toolbar > div {
                float: left;
            }

                .shipping-images > .toolbar > div:nth-child(2) {
                    margin-left: 30px;
                }

                    .shipping-images > .toolbar > div:nth-child(2) > div {
                        float: left;
                        margin-left: 10px;
                        width: 100px;
                    }

        .shipping-images ul.images-list {
            list-style-type: none;
            margin-top: 10px;
        }

            .shipping-images ul.images-list > li {
                float: left;
                margin: 0 10px 10px 0;
                border: solid 1px lightgray;
            }

                .shipping-images ul.images-list > li .image-block {
                    width: 220px;
                    height: 220px;
                    line-height: 220px;
                    text-align: center;
                    vertical-align: middle;
                    position: relative;
                    float: left;
                    margin-left: 15px;
                }

                    .shipping-images ul.images-list > li .image-block > a > img {
                        max-height: 100%;
                        max-width: 100%;
                        margin-bottom: .25em;
                    }

                .shipping-images ul.images-list > li .item-block {
                    width: 220px;
                    height: 220px;
                    float: left;
                    border-left: solid 1px lightgray;
                    padding: 10px 15px;
                    margin-left: 15px;
                }

                    .shipping-images ul.images-list > li .item-block > p {
                        margin-bottom: 5px;
                    }

                        .shipping-images ul.images-list > li .item-block > p > .label-text {
                            color: gray;
                        }


.scan-popup {
    z-index: 1050 !important;
    left: 1105px !important;
    top: -40px !important;
}

    .scan-notification {
        z-index: 1051 !important;
    }


    .new-condition-block {
    }

        .new-condition-block .radio-periods {
            margin-bottom: 10px;
        }

        .new-condition-block .total-block {
            margin-top: 10px;
        }

        .new-condition-block .add-condition-block {
            margin-top: 10px;
        }

        .new-condition-block .total-block select {
            display: inline;
            width: 200px;
        }

        .new-condition-block .total-block input[type=number] {
            display: inline;
            width: 100px;
        }

        .new-condition-block .period-conditions .form-inline {
            margin-bottom: 8px;
        }

        .new-condition-block .period-conditions select {
            width: 120px;
        }

        .new-condition-block .period-conditions input[type=number] {
            width: 80px;
        }

    .replace-status-open {
        background-color: #d9edf7 !important;
    }

    .replace-status-in-process {
        background-color: #fcf8e3 !important;
    }

    .replace-status-closed {
        background-color: #f2dede !important;
    }

    @media (max-width: 767px) {
        .higher-on-mobile {
            margin-top: -20px;
        }
    }

    .higher-on-mobile .btn-toggle {
        float: right;
        margin-top: -8px;
    }

    .higher-on-mobile h4 {
        margin-top: -20px;
    }

    .target-cell {
        background-color: lightcyan !important;
    }

    .payment-details .action-buttons {
        display: none;
        margin-top: -5px;
    }

    .payment-details:hover .action-buttons {
        display: block;
    }

    .payment-details .action-buttons2 {
        margin-top: 15px;
    }

    .payment-details .four-digits > .input-group-addon {
        font-size: 2em;
        line-height: 1px;
        vertical-align: initial;
    }

    .payment-details .four-digits > .form-control {
        width: 80px;
    }

    .payments-action-buttons .btn {
        padding: 3px 5px;
    }

    .checkbox-1 {
        width: 17px !important;
        height: 17px !important;
    }

    .payments-mode-title {
        margin-top: -37px;
        margin-left: 200px;
    }

    .dealer-sum, .hub-notifications {
        font-size: 1.2em;
        color: white;
        user-select: none;
        position: fixed;
        border: solid 1px gray;
        background-color: black;
        padding: 5px;
        z-index: 25;
        opacity: 0.5;
    }

    .hub-notifications {
        width: 300px;
        opacity: 1;
        background-color: #3F4E5D;
    }

    .dealer-sum:hover {
        opacity: 1;
    }

    .dealer-sum .date-header {
        display: flex;
        justify-content: space-between;
    }

        .dealer-sum .date-header button {
            background-color: transparent;
            border: none;
        }

            .dealer-sum .date-header button:disabled {
                opacity: 0.3
            }

    .dealer-sum table tr > td {
        padding: 0 5px;
    }



    .hub-notifications:hover {
        opacity: 1;
    }

    .hub-notifications .date-header {
        display: flex;
        justify-content: space-between;
        padding: 3px 0px 3px 10px;
        cursor: move;
    }

        .hub-notifications .date-header button {
            background-color: transparent;
            border: none;
        }

            .hub-notifications .date-header button:disabled {
                opacity: 0.3
            }



    .edit-in-place input {
        display: none;
    }

    .edit-in-place.active span {
        display: none;
    }

    .edit-in-place.active input {
        display: inline-block;
    }

    .fa.fa-round-x {
        height: 16px;
        width: 16px;
        border-radius: 50%;
        text-align: center;
        color: white;
        background: red;
        font-size: 13px;
    }

        .fa.fa-round-x:before {
            content: 'x';
        }

    .title-sorted {
        text-decoration: underline;
    }

    .obligo-report {
        background: #F6F7F9;
        border: 1px solid #E3E8EE;
        box-sizing: border-box;
        border-radius: 4px
    }

        .obligo-report .or-header {
            padding: 23px 16px;
            display: flex;
            align-items: center;
            font-weight: bold;
        }


        .obligo-report .total-obligo {
            background: #DADCE0;
            font-weight: bold;
            font-size: 16px;
            line-height: 20px;
            display: flex;
            align-items: center;
            text-align: center;
            color: #464749;
            opacity: 0.8;
            height: 35px;
        }

    .total-obligo .separator-h {
        margin: 5px 0px;
        width: 0px;
        height: 100%;
        border: 0.5px solid rgba(0, 0, 0, 0.1);
        flex: 0 0 auto;
    }

    .obligo-main-table {
        background-color: white;
    }

    .obligo-details td {
        width: 140px;
    }


.navbar-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom:30px;
    height: 68px;
    flex-shrink: 0;
    background: var(--Deeper-Grey, #313131);
    z-index: 18;
}