bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-offred, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-offred {
    color: #fff;
    background: #d9534f;
}

bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-offorange, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-offorange {
    color: #fff;
    background: orange;
}

.errorIcon {
    color: #d9534f;
    margin-left: 5px;
}
.invalid {
    border-style: solid;
    border-color: red;
    border-width: thin;
}
#headerLogo {
    padding-left: 1px;
}

.loginText {
    font-size: .75em
}

#userName {
    padding-top: 10px;
    margin-left: -20px;
    margin-right: 5px;
    color: #fff;
}

#userLogOut {
    /* padding-top: 10px; */
    /* margin-left: -20px; */
    /* margin-right: 5px; */
    color: #fff;
    border: none;
    background: none;
    line-height: 6em;
}

#userLogOut {
    font-size: 11px;
}

#userNameText {
    font-size: 15px;
}

#Padding {
    padding-bottom: 10px;
}

#Keypad {
    background-color: #eee;
}

#AlphaButtons {
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: 25px;
}

#NumberButtons {
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 25px;
}

#Gap {
    margin-right: 10px;
    margin-bottom: 2px;
    font-size: 25px;
}

#btnTask {
    font-size: 15px;
    margin-right: 1px;
}

#ErrorsList {
    background-color: #d9534f;
    color: white;
    font-size: 8px;
}

.SKUError {
    border-width: 2px;
    border-color: #d9534f;
    color: #d9534f;
    border-style: solid;
    width: 302px;
}

#ErrorLabel {
    font-size: 15px;
}

.progress-bar-danger {
    background-color: #d9534f;
}

#ErrorWarning {
    border-style: solid;
    border-width: 1px;
    border-color: white;
}

.gridRowError {
    border-width: 3px;
    border-color: #d9534f;
    color: #d9534f;
    padding: 10px;
    background-color: white;
    margin-left: 1px;
    margin-right: 1px;
    border-style: solid;
}

#AccountNumber {
    margin-right: 0px;
    border-radius: 0px;
    width: 45px;
}

#UseAdvanced {
    margin-right: 0px;
    border-radius: 0px;
    width: 45px;
}

#RemoveCustomer {
    margin-right: 0px;
    border-radius: 0px;
    width: 45px;
}

#POButton {
    margin-right: 1px;
    font-size: 12px;
    width: 65px;
}

.btn-success {
    margin-right: 1px;
}

#QtyRow {
    padding: 20px;
}

.QTYInput {
    padding: 2px;
}

#POTaskButton {
    padding-left: 1px;
    padding-right: 75px;
}

.CS {
    padding-left: 1px;
    padding-right: 5px;
    word-wrap: break-word;
    font-size: 1.00em;
}

.CSBig {
    padding-left: 1px;
    padding-right: 5px;
    word-wrap: break-word;
    font-size: 14px;
}


#QI {
    padding: 2px;
    vertical-align: middle;
}

#QItemsHeader {
    color: white;
    font-size: 10px;
}

#QItems {
    margin-bottom: 1px;
}

#QItemsFooter {
    color: white;
    font-size: 10px;
}

#currencySymbol {
    display: inline-block;
}

#totalQVal {
    display: inline-block;
}

#SignIn {
    margin-right: 1px;
    font-size: 1em;
}

#trash {
    padding-left: 2px;
    padding-right: 2px;
}

#gridQty {
    height: 30px;
    padding: 1px;
    width: 40px;
}

.qty-up {
    font-size: 15px;
    border-radius: 5px;
    margin-left: 2px;
    border: none;
}

.qty-down {
    font-size: 15px;
    border-radius: 5px;
    margin-right: 2px;
    border: none;
}

#TaskRow {
    padding-top: 5px;
}

    #TaskRow .col-xs-3 {
        padding: 0
    }

        #TaskRow .col-xs-3 a {
            padding-left: 0;
            padding-right: 0
        }

#DialogRow {
    padding-top: 5px;
}

#TaskButton {
    padding-left: 1px;
    width: 80px;
    margin-right: 1px;
}

.bootstrap-touchspin-up {
    font-size: 25px;
    border-radius: 5px;
    margin-left: 5px;
    border: none;
    width: 35px;
}

.bootstrap-touchspin-down {
    font-size: 25px;
    border-radius: 5px;
    margin-right: 5px;
    border: none;
    width: 35px;
}

#hiddenSKU {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 1px;
}

#testfiller {
    width: 100px;
    height: 900px;
    border: 1px solid #d9534f;
    overflow: auto;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: #337ab7;
    color: white;
    border-radius: 0;
    font-size: 1.25em;
}

.ui-dialog .ui-dialog-buttonpane button {
    background-color: #337ab7;
    color: white;
    font-size: 1.25em;
    /* margin: 1em; */
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin: .25em .4em 0 0.4em !important;
    padding: 1em 2em;
}

.myTitleClass .ui-dialog-titlebar {
    background: red;
    font-size: 1em;
}
.myButtonPaneButtonClass .ui-dialog-buttonpane button {
    background: red;
    font-size: 1em;
    height: 40px;
}
.myButtonPaneClass .ui-dialog-buttonpane {
    padding: .1em 1em .1em .1em;
    margin-top: .1em;
}

#PrintButton {
    line-height: 30px;
    width: 10px;
}

#ItemList {
    padding: 1px;
}

#printerAddon {
    height: 45px;
}

#UpdateButton {
    line-height: 30px;
    width: 35px;
}

#ui-datepicker-div {
    font-size: 15px;
}

.dialogmessage {
    list-style-type: none;
}


#poButtonsGroup {
    padding-left: 1px !important;
}

#transferButtonsGroup {
    padding-left: 1px !important;
}

#ButtonsGroup {
    padding-left: 15px !important;
    list-style: none;
}

#opt {
    padding-left: 5px;
}

.poButtons {
    border-radius: 0px !important;
    margin: 1px;
    padding: 1px;
}

.transferButtons {
    border-radius: 0px !important;
    margin: 1px;
    padding: 1px;
}

#transferButton {
    padding-left: 5px !important;
    width: 20px;
}

#poButton {
    padding-left: 5px !important;
    width: 20px;
}

#itemsButtons {
    padding-left: 1px !important;
}

.hide {
    display: none;
}

#SKU, .close-icon, .search-wrapper {
    position: relative;
    padding: 10px;
    width: 260px;
}

.search-wrapper {
    width: 500px;
    margin: auto;
    margin-top: 50px;
}

#SKU:focus {
    box-shadow: 0 0 15px 5px #b0e0ee;
    border: 2px solid #bebede;
}

.close-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}

    .close-icon:after {
        content: "X";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        background-color: #FA9595;
        z-index: 1;
        right: 35px;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 2px;
        border-radius: 50%;
        text-align: center;
        color: white;
        font-weight: normal;
        font-size: 12px;
        box-shadow: 0 0 2px #E50F0F;
        cursor: pointer;
    }

#SKU:not(:valid) ~ .close-icon {
    display: none;
}

#warn {
    margin-right: -50px;
}

#itemsTable {
    border-color: black;
    border-width: 3px;
}


.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-main {
    color: #fff;
    background: #d9534f;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-main {
    color: #fff;
    background: #38B44A;
}

.container-if-fixed-header {
    margin-top: 10px;
}

.container-if-fixed-footer {
    margin-bottom: 15px;
}

#search {
    margin-right: 1px;
    margin-bottom: 1px;
    border-radius: 0;
}
#search_rfid {
    margin-right: 1px;
    margin-bottom: 1px;
    border-radius: 0;
}
#reset_rfid {
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 2px;
    border-radius: 0;
}

#footertextstyle {
    text-align: center;
    padding: 1px;
    margin: 1px;
}

#footerstyle {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px;
    background-color: darkgray;
    border-color: white;
    border-style: solid;
}

div#spinner {
    position: fixed;
    top: 0;
    /* left: 20%; */
    text-align: center;
    z-index: 1234;
    /*overflow: auto;*/
    width: 100%;
    height: 100%;
    background: rgba(222, 241, 254, 0.8);
    /* opacity: 0.8; */
}

    div#spinner > div {
        width: 150px;
        margin: 20% auto;
        height: 150px;
    }

.error {
    border-width: 1px;
    border-color: red;
    color: red;
    padding: 10px;
    background-color: white;
    margin-left: 1px;
    margin-right: 1px;
    border-style: solid;
}

.itemError {
    color: red;
    font-weight: bold;
}

.poitems {
    font-size: 11px;
}

.transferitems {
    font-size: 11px;
}

#transfererror {
    border-width: 1px;
    color: red;
    padding: 10px;
    background-color: white;
    margin-left: 1px;
    margin-right: 1px;
    border-style: solid;
}

#transfertype {
    margin-left: 1px;
    margin-right: 1px;
}

.form-group {
    margin-bottom: 1px;
}

    .form-group .row .info {
        font-size: large;
    }

h2 {
    margin-top: 10px;
    font-size: 11px;
}

.text-danger {
    padding-top: 10px;
}

    .text-danger ul {
        list-style-type: none;
        border-width: 1px;
        border-color: red;
    }

        .text-danger ul li {
            border-width: 1px;
            color: red;
            padding: 10px;
            background-color: white;
            margin-left: -40px;
            border-style: solid;
        }

h2.edit {
    margin-top: 10px;
    font-size: 11px;
    border-color: white;
    border-style: solid;
    color: white;
    background-color: #2A364B;
    border-size: 1px;
    border-width: 1px;
    padding: 5px;
}

h2.query {
    margin-top: 10px;
    font-size: 11px;
    border-color: white;
    border-style: solid;
    color: white;
    background-color: #2A364B;
    border-size: 1px;
    border-width: 1px;
    padding: 5px;
}

h2.qty {
    margin-top: 10px;
    font-size: 11px;
    border-color: white;
    border-style: solid;
    color: white;
    background-color: #2A364B;
    border-size: 1px;
    border-width: 1px;
    padding: 5px;
}

h2.qtyedit {
    margin-top: 10px;
    font-size: 11px;
    border-color: white;
    border-style: solid;
    color: white;
    background-color: #2A364B;
    border-size: 1px;
    border-width: 1px;
    padding: 5px;
}

h2.pricereduction {
    margin-top: 10px;
    font-size: 11px;
    border-color: white;
    border-style: solid;
    color: white;
    background-color: #2A364B;
    border-size: 1px;
    border-width: 1px;
    padding: 5px;
}

h2.pricereductionedit {
    margin-top: 10px;
    font-size: 11px;
    border-color: white;
    border-style: solid;
    color: white;
    background-color: #2A364B;
    border-size: 1px;
    border-width: 1px;
    padding: 5px;
}

#UserInfo {
    padding-top: 10px;
}

#clear-search {
    height: 200px;
}

#filler {
    height: 20px;
}

body {
    background-color: whitesmoke;
    font-size: 14px;
    overscroll-behavior: none;
}
html {
    overscroll-behavior: none;
}


.form-control-feedback {
    right: 20px;
}

.suppliertypeinput {
    width: 35px;
}

.transfertypeinput {
    width: 35px;
}

#query .form-control-feedback {
    left: 240px;
}

#qtyAdjustment .form-control-feedback {
    left: 240px;
}

#priceReductionQuery .form-control-feedback {
    left: 240px;
}

#priceReductionEdity .form-control-feedback {
    right: 130px;
}

#mytest .form-control-feedback {
    right: 20px;
}

.form-control {
    font-size: 11px;
    border-radius: 0;
    border: 1px;
    background-color: #f5f5f5;
}

    .form-control.QtyInput {
        width: 45px;
        padding: 1px;
    }

    .form-control.ItemQueryDates {
        height: 38px;
    }

#sku {
    min-width: 130px;
    font-size: 11px;
    width: 260px;
}

#description {
    min-width: 130px;
    font-size: 11px;
}

#bin {
    min-width: 130px;
    font-size: 11px;
}

#startdate {
    min-width: 130px;
    font-size: 11px;
}

#enddate {
    min-width: 130px;
    font-size: 11px;
}

#category {
    min-width: 130px;
    font-size: 11px;
}

#department {
    min-width: 130px;
    font-size: 11px;
}

#vendor {
    min-width: 130px;
    font-size: 11px;
}

#priceinctax {
    min-width: 130px;
    font-size: 11px;
}

#priceinctaxbold {
    //min-width: 130px;
    font-size: 11px;
    font-weight: bolder;
}

#salepriceinctax {
    min-width: 130px;
    font-size: 11px;
}

#price {
    min-width: 130px;
    font-size: 11px;
}

#saleprice {
    min-width: 130px;
    font-size: 11px;
}

#cost {
    min-width: 130px;
    font-size: 11px;
}

#pricea {
    min-width: 130px;
    font-size: 11px;
}

#priceb {
    min-width: 130px;
    font-size: 11px;
}

#pricec {
    min-width: 130px;
    font-size: 11px;
}

#onhand {
    min-width: 130px;
    font-size: 11px;
}

#onorder {
    min-width: 130px;
    font-size: 11px;
}

#committed {
    min-width: 130px;
    font-size: 11px;
}

#editaddon {
    min-width: 150px;
    font-size: 11px;
}

#qtyupdateaddon {
    min-width: 120px;
    height: 33px;
}

#qtyupdateaddoninc {
    min-width: 105px;
    border-radius: 4px;
    height: 34px;
}

#qtyupdateaddonforitemquery {
    min-width: 95px;
    /* font-size: 1em; */
    height: 34px;
}

#ItemQueryDates {
    min-width: 95px;
    font-size: 11px;
    padding: 2px;
    height: 38px;
}

#pricereductionaddon {
    min-width: 108px;
    font-size: 0.7em;
    /* padding: 2px; */
}

#committedLabel {
    font-size: 0.7em;
    /* padding: 2px; */
}

#pricereductionaddonbold {
    min-width: 108px;
    font-size: 0.7em;
    font-weight: bolder;
    /* padding: 2px; */
}

#pricereduction {
    min-width: 110px;
    font-size: 11px;
}

#queryaddon {
    min-width: 130px;
    font-size: 11px;
}

#poaddon {
    min-width: 120px;
    font-size: 11px;
    height: 33px;
}

#checkboxAddon {
    min-width: 60px;
    font-size: 11px;
}

#poreceiveaddon {
    min-width: 135px;
    font-size: 11px;
}

#poaddonsmall {
    font-size: 11px;
}

#transferaddonsmall {
    font-size: 11px;
}

#transferAddon {
    min-width: 110px;
    font-size: 11px;
}

.input-group {
    font-size: 1.25em;
    background-color: white;
}

.input-group-addon {
    font-size: 11px;
    min-width: 35px;
    text-align: left;
    border-radius: 0;
    border: 0;
    background-color: whitesmoke;
}

.input-group:first-child {
    min-width: 100px;
    background-color: white;
}

.input-group > span {
    font-size: 11px;
    min-width: 100%;
    background-color: white;
}

.input-group > input {
    font-size: 11px;
    --min-width: 100%;
    background-color: white;
}

.input-group > a {
    font-size: 8px;
    background-color: #a0720d;
}

.input-group .summary > span {
    font-size: large;
    font-weight: bold;
    color: blue;
}


.row::after {
    content: "";
    clear: both;
    display: table;
}

/*[class*="col-"] {
    float: left;
    padding: 15px;
}
*/
.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
    float: left;
    padding: 7px;
}


.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #eee;
    color: black;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#itemquerysummaryinput {
    font-size: large;
    font-weight: bold;
    color: blue;
}


.summary-input-group > span {
    color: black;
    font-size: 11px;
    min-width: 45px;
}

.summary-input-group > input {
    color: black;
    background-color: #eee;
    font-size: 19px;
    width: 100%;
    /*height: 35px;*/
    text-align: center;
    margin-top: 3px;
    /*margin-left: 20px;*/
    margin-bottom: 1px;
    border-radius: 8px;
    border: white;
}

.textOnInput {
    position: relative;
}

    .textOnInput label {
        position: absolute;
        z-index: 1;
        float: left;
        font-weight: bold;
        line-height: 9px;
        padding: 7px 5px 0px 0px;
        /* position: relative; */
        left: -10px;
        top: -16px;
        color: #0f0f10;
        font-size: 11px;
        border: 1px solid transparent;
    }

.textOnInput label:after {
    content: " ";
    background-color: #fff;
    width: 100%;
    height: 13px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.textOnInput label {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: .5rem;
}

.form-control {
    box-shadow: none !important;
}

#Description {
    resize: none;
}

.row {
    padding-right: 1px;
    padding-left: 1px;
    margin-right: 1px;
    margin-left: 1px;
}

.container-fluid {
    margin-top: 65px;
    padding-right: 1px;
    padding-left: 1px;
}

    .container-fluid.nomargin {
        margin-top: 0px;
    }

.navbar-header {
    float: none;
}

.navbar-brand {
    padding: 1px;
    height: 50px;
}

.navbar-default {
    /*background-color: #00aec7;*/
    background-color: #337ab7;
    border-width: 1px;
    height: 60px;
}

.help-block {
    border: solid;
    border-width: 1px;
    border-color: red;
    color: white;
    padding: 10px;
    background-color: white;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        /*.tab-focus();*/
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #fff;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        /*.box-shadow(inset 0 3px 5px rgba(0,0,0,.125));*/
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        /*.opacity(.65);
    .box-shadow(none);*/
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #fff;
    background-color: #AEA79F;
    border-color: #AEA79F;
    /*margin-right: 50px;*/
    /*&:active,
    &.active,
    .open > .dropdown-toggle& {
        color: @color;
        background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);

        &:hover,
        &:focus,
        &.focus {
            color: @color;
            background-color: darken(@background, 17%);
            border-color: darken(@border, 25%);
        }
    }

    &:active,
    &.active,
    .open > .dropdown-toggle& {
        background-image: none;
    }*/
}

    .btn-default:focus, .btn-default.focus {
        color: #fff;
        background-color: #978e83;
        border-color: #6f675e;
    }

    .btn-default:hover {
        color: #fff;
        background-color: #978e83;
        border-color: #92897e;
    }

    .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
        background-color: #AEA79F;
        border-color: #AEA79F;
    }

    .btn-default .badge {
        color: #AEA79F;
        background-color: #fff;
    }

.btn-primary {
    color: #fff;
    background-color: #173C56;
    border-color: #2A364B;
    margin-right: 50px;
    /*&:active,
    &.active,
    .open > .dropdown-toggle& {
        color: @color;
        background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);

        &:hover,
        &:focus,
        &.focus {
            color: @color;
            background-color: darken(@background, 17%);
            border-color: darken(@border, 25%);
        }
    }

    &:active,
    &.active,
    .open > .dropdown-toggle& {
        background-image: none;
    }*/
    border-radius: 0px;
}


    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #181e2a;
        border-color: #000000;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #181e2a;
        border-color: #141a24;
    }

    .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
        background-color: #2A364B;
        border-color: #2A364B;
    }

    .btn-primary .badge {
        color: #2A364B;
        background-color: #fff;
    }

.btn-primary-query {
    color: #fff;
    background-color: #2A364B;
    border-color: #2A364B;
    margin-right: 50px;
    /*&:active,
    &.active,
    .open > .dropdown-toggle& {
        color: @color;
        background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);

        &:hover,
        &:focus,
        &.focus {
            color: @color;
            background-color: darken(@background, 17%);
            border-color: darken(@border, 25%);
        }
    }

    &:active,
    &.active,
    .open > .dropdown-toggle& {
        background-image: none;
    }*/
}

    .btn-primary-query:focus, .btn-primary-query.focus {
        color: #fff;
        background-color: #181e2a;
        border-color: #000000;
    }

    .btn-primary-query:hover {
        color: #fff;
        background-color: #181e2a;
        border-color: #141a24;
    }

    .btn-primary-query.disabled:hover, .btn-primary-query[disabled]:hover, fieldset[disabled] .btn-primary-query:hover, .btn-primary-query.disabled:focus, .btn-primary-query[disabled]:focus, fieldset[disabled] .btn-primary-query:focus, .btn-primary-query.disabled.focus, .btn-primary-query[disabled].focus, fieldset[disabled] .btn-primary-query.focus {
        background-color: #2A364B;
        border-color: #2A364B;
    }

    .btn-primary-query .badge {
        color: #2A364B;
        background-color: #fff;
    }

.btn-primary-qtyadjust {
    color: #fff;
    background-color: #2A364B;
    border-color: #2A364B;
    margin-right: 50px;
    /*&:active,
    &.active,
    .open > .dropdown-toggle& {
        color: @color;
        background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);

        &:hover,
        &:focus,
        &.focus {
            color: @color;
            background-color: darken(@background, 17%);
            border-color: darken(@border, 25%);
        }
    }

    &:active,
    &.active,
    .open > .dropdown-toggle& {
        background-image: none;
    }*/
}

    .btn-primary-qtyadjust:focus, .btn-primary-qtyadjust.focus {
        color: #fff;
        background-color: #181e2a;
        border-color: #000000;
    }

    .btn-primary-qtyadjust:hover {
        color: #fff;
        background-color: #181e2a;
        border-color: #141a24;
    }

    .btn-primary-qtyadjust.disabled:hover, .btn-primary-qtyadjust[disabled]:hover, fieldset[disabled] .btn-primary-qtyadjust:hover, .btn-primary-qtyadjust.disabled:focus, .btn-primary-qtyadjust[disabled]:focus, fieldset[disabled] .btn-primary-qtyadjust:focus, .btn-primary-qtyadjust.disabled.focus, .btn-primary-qtyadjust[disabled].focus, fieldset[disabled] .btn-primary-qtyadjust.focus {
        background-color: #2A364B;
        border-color: #2A364B;
    }

    .btn-primary-qtyadjust .badge {
        color: #2A364B;
        background-color: #fff;
    }

.btn-primary-pricereduction {
    color: #fff;
    background-color: #2A364B;
    border-color: #2A364B;
    margin-right: 50px;
    /*&:active,
    &.active,
    .open > .dropdown-toggle& {
        color: @color;
        background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);

        &:hover,
        &:focus,
        &.focus {
            color: @color;
            background-color: darken(@background, 17%);
            border-color: darken(@border, 25%);
        }
    }

    &:active,
    &.active,
    .open > .dropdown-toggle& {
        background-image: none;
    }*/
}

    .btn-primary-pricereduction:focus, .btn-primary-pricereduction.focus {
        color: #fff;
        background-color: #181e2a;
        border-color: #000000;
    }

    .btn-primary-pricereduction:hover {
        color: #fff;
        background-color: #181e2a;
        border-color: #141a24;
    }

    .btn-primary-pricereduction.disabled:hover, .btn-primary-pricereduction[disabled]:hover, fieldset[disabled] .btn-primary-pricereduction:hover, .btn-primary-pricereduction.disabled:focus, .btn-primary-pricereduction[disabled]:focus, fieldset[disabled] .btn-primary-pricereduction:focus, .btn-primary-pricereduction.disabled.focus, .btn-primary-pricereduction[disabled].focus, fieldset[disabled] .btn-primary-pricereduction.focus {
        background-color: #2A364B;
        border-color: #2A364B;
    }

    .btn-primary-pricereduction .badge {
        color: #2A364B;
        background-color: #fff;
    }

.btn-primary-queue {
    color: #fff;
    background-color: #2A364B;
    border-color: #2A364B;
    margin-right: 50px;
    /*&:active,
    &.active,
    .open > .dropdown-toggle& {
        color: @color;
        background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);

        &:hover,
        &:focus,
        &.focus {
            color: @color;
            background-color: darken(@background, 17%);
            border-color: darken(@border, 25%);
        }
    }

    &:active,
    &.active,
    .open > .dropdown-toggle& {
        background-image: none;
    }*/
}

    .btn-primary-queue:focus, .btn-primary-queue.focus {
        color: #fff;
        background-color: #181e2a;
        border-color: #000000;
    }

    .btn-primary-queue:hover {
        color: #fff;
        background-color: #181e2a;
        border-color: #141a24;
    }

    .btn-primary-queue.disabled:hover, .btn-primary-queue[disabled]:hover, fieldset[disabled] .btn-primary-queue:hover, .btn-primary-queue.disabled:focus, .btn-primary-queue[disabled]:focus, fieldset[disabled] .btn-primary-queue:focus, .btn-primary-queue.disabled.focus, .btn-primary-queue[disabled].focus, fieldset[disabled] .btn-primary-queue.focus {
        background-color: #2A364B;
        border-color: #2A364B;
    }

    .btn-primary-queue .badge {
        color: #2A364B;
        background-color: #fff;
    }

.btn-primary-createlist {
    color: #fff;
    background-color: #2A364B;
    border-color: #2A364B;
    margin-right: 50px;
    /*&:active,
    &.active,
    .open > .dropdown-toggle& {
        color: @color;
        background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);

        &:hover,
        &:focus,
        &.focus {
            color: @color;
            background-color: darken(@background, 17%);
            border-color: darken(@border, 25%);
        }
    }

    &:active,
    &.active,
    .open > .dropdown-toggle& {
        background-image: none;
    }*/
}

    .btn-primary-createlist:focus, .btn-primary-createlist.focus {
        color: #fff;
        background-color: #181e2a;
        border-color: #000000;
    }

    .btn-primary-createlist:hover {
        color: #fff;
        background-color: #181e2a;
        border-color: #141a24;
    }

    .btn-primary-createlist.disabled:hover, .btn-primary-createlist[disabled]:hover, fieldset[disabled] .btn-primary-createlist:hover, .btn-primary-createlist.disabled:focus, .btn-primary-createlist[disabled]:focus, fieldset[disabled] .btn-primary-createlist:focus, .btn-primary-createlist.disabled.focus, .btn-primary-createlist[disabled].focus, fieldset[disabled] .btn-primary-createlist.focus {
        background-color: #2A364B;
        border-color: #2A364B;
    }

    .btn-primary-createlist .badge {
        color: #2A364B;
        background-color: #fff;
    }

.btn-primary-stock {
    color: #fff;
    background-color: #2A364B;
    border-color: #2A364B;
    margin-right: 50px;
    /*&:active,
    &.active,
    .open > .dropdown-toggle& {
        color: @color;
        background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);

        &:hover,
        &:focus,
        &.focus {
            color: @color;
            background-color: darken(@background, 17%);
            border-color: darken(@border, 25%);
        }
    }

    &:active,
    &.active,
    .open > .dropdown-toggle& {
        background-image: none;
    }*/
}

    .btn-primary-stock:focus, .btn-primary-stock.focus {
        color: #fff;
        background-color: #181e2a;
        border-color: #000000;
    }

    .btn-primary-stock:hover {
        color: #fff;
        background-color: #181e2a;
        border-color: #141a24;
    }

    .btn-primary-stock.disabled:hover, .btn-primary-stock[disabled]:hover, fieldset[disabled] .btn-primary-stock:hover, .btn-primary-stock.disabled:focus, .btn-primary-stock[disabled]:focus, fieldset[disabled] .btn-primary-stock:focus, .btn-primary-stock.disabled.focus, .btn-primary-stock[disabled].focus, fieldset[disabled] .btn-primary-stock.focus {
        background-color: #2A364B;
        border-color: #2A364B;
    }

    .btn-primary-stock .badge {
        color: #2A364B;
        background-color: #fff;
    }

.btn-primary-pocreate {
    color: #fff;
    background-color: #2A364B;
    border-color: #2A364B;
    margin-right: 50px;
    /*&:active,
    &.active,
    .open > .dropdown-toggle& {
        color: @color;
        background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);

        &:hover,
        &:focus,
        &.focus {
            color: @color;
            background-color: darken(@background, 17%);
            border-color: darken(@border, 25%);
        }
    }

    &:active,
    &.active,
    .open > .dropdown-toggle& {
        background-image: none;
    }*/
}

    .btn-primary-pocreate:focus, .btn-primary-pocreate.focus {
        color: #fff;
        background-color: #181e2a;
        border-color: #000000;
    }

    .btn-primary-pocreate:hover {
        color: #fff;
        background-color: #181e2a;
        border-color: #141a24;
    }

    .btn-primary-pocreate.disabled:hover, .btn-primary-pocreate[disabled]:hover, fieldset[disabled] .btn-primary-pocreate:hover, .btn-primary-pocreate.disabled:focus, .btn-primary-pocreate[disabled]:focus, fieldset[disabled] .btn-primary-pocreate:focus, .btn-primary-pocreate.disabled.focus, .btn-primary-pocreate[disabled].focus, fieldset[disabled] .btn-primary-pocreate.focus {
        background-color: #2A364B;
        border-color: #2A364B;
    }

    .btn-primary-pocreate .badge {
        color: #2A364B;
        background-color: #fff;
    }

.btn-primary-poreceive {
    color: #fff;
    background-color: #2A364B;
    border-color: #2A364B;
    margin-right: 50px;
    /*&:active,
    &.active,
    .open > .dropdown-toggle& {
        color: @color;
        background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);

        &:hover,
        &:focus,
        &.focus {
            color: @color;
            background-color: darken(@background, 17%);
            border-color: darken(@border, 25%);
        }
    }

    &:active,
    &.active,
    .open > .dropdown-toggle& {
        background-image: none;
    }*/
}

    .btn-primary-poreceive:focus, .btn-primary-poreceive.focus {
        color: #fff;
        background-color: #181e2a;
        border-color: #000000;
    }

    .btn-primary-poreceive:hover {
        color: #fff;
        background-color: #181e2a;
        border-color: #141a24;
    }

    .btn-primary-poreceive.disabled:hover, .btn-primary-poreceive[disabled]:hover, fieldset[disabled] .btn-primary-poreceive:hover, .btn-primary-poreceive.disabled:focus, .btn-primary-poreceive[disabled]:focus, fieldset[disabled] .btn-primary-poreceive:focus, .btn-primary-poreceive.disabled.focus, .btn-primary-poreceive[disabled].focus, fieldset[disabled] .btn-primary-poreceive.focus {
        background-color: #2A364B;
        border-color: #2A364B;
    }

    .btn-primary-poreceive .badge {
        color: #2A364B;
        background-color: #fff;
    }

.btn-primary-transferin {
    color: #fff;
    background-color: #2A364B;
    border-color: #2A364B;
    margin-right: 50px;
    /*&:active,
    &.active,
    .open > .dropdown-toggle& {
        color: @color;
        background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);

        &:hover,
        &:focus,
        &.focus {
            color: @color;
            background-color: darken(@background, 17%);
            border-color: darken(@border, 25%);
        }
    }

    &:active,
    &.active,
    .open > .dropdown-toggle& {
        background-image: none;
    }*/
}

    .btn-primary-transferin:focus, .btn-primary-transferin.focus {
        color: #fff;
        background-color: #181e2a;
        border-color: #000000;
    }

    .btn-primary-transferin:hover {
        color: #fff;
        background-color: #181e2a;
        border-color: #141a24;
    }

    .btn-primary-transferin.disabled:hover, .btn-primary-transferin[disabled]:hover, fieldset[disabled] .btn-primary-transferin:hover, .btn-primary-transferin.disabled:focus, .btn-primary-transferin[disabled]:focus, fieldset[disabled] .btn-primary-transferin:focus, .btn-primary-transferin.disabled.focus, .btn-primary-transferin[disabled].focus, fieldset[disabled] .btn-primary-transferin.focus {
        background-color: #2A364B;
        border-color: #2A364B;
    }

    .btn-primary-transferin .badge {
        color: #2A364B;
        background-color: #fff;
    }

.btn-primary-transferout {
    color: #fff;
    background-color: #2A364B;
    border-color: #2A364B;
    margin-right: 50px;
    /*&:active,
    &.active,
    .open > .dropdown-toggle& {
        color: @color;
        background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);

        &:hover,
        &:focus,
        &.focus {
            color: @color;
            background-color: darken(@background, 17%);
            border-color: darken(@border, 25%);
        }
    }

    &:active,
    &.active,
    .open > .dropdown-toggle& {
        background-image: none;
    }*/
}

    .btn-primary-transferout:focus, .btn-primary-transferout.focus {
        color: #fff;
        background-color: #181e2a;
        border-color: #000000;
    }

    .btn-primary-transferout:hover {
        color: #fff;
        background-color: #181e2a;
        border-color: #141a24;
    }

    .btn-primary-transferout.disabled:hover, .btn-primary-transferout[disabled]:hover, fieldset[disabled] .btn-primary-transferout:hover, .btn-primary-transferout.disabled:focus, .btn-primary-transferout[disabled]:focus, fieldset[disabled] .btn-primary-transferout:focus, .btn-primary-transferout.disabled.focus, .btn-primary-transferout[disabled].focus, fieldset[disabled] .btn-primary-transferout.focus {
        background-color: #2A364B;
        border-color: #2A364B;
    }

    .btn-primary-transferout .badge {
        color: #2A364B;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #38B44A;
    border-color: #38B44A;
    margin-right: 50px;
    /*&:active,
    &.active,
    .open > .dropdown-toggle& {
        color: @color;
        background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);

        &:hover,
        &:focus,
        &.focus {
            color: @color;
            background-color: darken(@background, 17%);
            border-color: darken(@border, 25%);
        }
    }

    &:active,
    &.active,
    .open > .dropdown-toggle& {
        background-image: none;
    }*/
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #2c8d3a;
        border-color: #1a5322;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #2c8d3a;
        border-color: #298537;
    }

    .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
        background-color: #38B44A;
        border-color: #38B44A;
    }

    .btn-success .badge {
        color: #38B44A;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #772953;
    border-color: #772953;
    margin-right: 50px;
    /*&:active,
    &.active,
    .open > .dropdown-toggle& {
        color: @color;
        background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);

        &:hover,
        &:focus,
        &.focus {
            color: @color;
            background-color: darken(@background, 17%);
            border-color: darken(@border, 25%);
        }
    }

    &:active,
    &.active,
    .open > .dropdown-toggle& {
        background-image: none;
    }*/
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #511c39;
        border-color: #180811;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #511c39;
        border-color: #491933;
    }

    .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
        background-color: #772953;
        border-color: #772953;
    }

    .btn-info .badge {
        color: #772953;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #EFB73E;
    border-color: #EFB73E;
    margin-right: 50px;
    /*&:active,
    &.active,
    .open > .dropdown-toggle& {
        color: @color;
        background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);

        &:hover,
        &:focus,
        &.focus {
            color: @color;
            background-color: darken(@background, 17%);
            border-color: darken(@border, 25%);
        }
    }

    &:active,
    &.active,
    .open > .dropdown-toggle& {
        background-image: none;
    }*/
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #e7a413;
        border-color: #a0720d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #e7a413;
        border-color: #dd9d12;
    }

    .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
        background-color: #EFB73E;
        border-color: #EFB73E;
    }

    .btn-warning .badge {
        color: #EFB73E;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #DF382C;
    border-color: #DF382C;
    margin-right: 50px;
    /*&:active,
    &.active,
    .open > .dropdown-toggle& {
        color: @color;
        background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);

        &:hover,
        &:focus,
        &.focus {
            color: @color;
            background-color: darken(@background, 17%);
            border-color: darken(@border, 25%);
        }
    }

    &:active,
    &.active,
    .open > .dropdown-toggle& {
        background-image: none;
    }*/
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #bc271c;
        border-color: #791912;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #bc271c;
        border-color: #b3251b;
    }

    .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
        background-color: #DF382C;
        border-color: #DF382C;
    }

    .btn-danger .badge {
        color: #DF382C;
        background-color: #fff;
    }

.btn-link {
    color: #2A364B;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        /*.box-shadow(none);*/
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #0f131a;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #AEA79F;
                text-decoration: none;
            }

.btn-lg {
    padding: 14px 16px;
    font-size: 11px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    height: 55px;
    margin-top: 10px;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

dialog {
    border: none;
    border-radius: 6px;
    padding: 0;
    width: 500px;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

dialog[open] {
    opacity: 1;
    transform: scale(1);
}

dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.modal-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}*/

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(1);
    padding: 10px;
}

.checkboxtext {
    /* Checkbox text */
    font-size: 110%;
    display: inline;
    color: #555;
}

#currentselection {
    border-style: solid;
    padding-left: 20px;
    background-color: white;
}

#currenterror {
    border-style: solid;
    padding-left: 20px;
    background-color: white;
}

.suppliertypes {
    width: 110px;
}

.transfertypes {
    width: 110px;
}

.supplier {
    margin-top: 0px !important;
    border-radius: 0px !important;
    padding-right: 12px !important;
}

#transfer {
    width: 140px;
    margin-left: 15px;
}

#QueueBustingTabs {
    padding-top: 1px;
}

#QueueBustingItems {
    padding: 1px;
    font-size: 9px;
}

.panel {
    margin-bottom: 5px;
}

.panel-title-header > .panel-heading {
    background-color: white;
    font-size: 11px;
    padding-left: 5px;
}

.panel-error > .panel-heading {
    background-color: red;
    color: white;
    border-color: red;
}

.nav-tabs {
    font-size: 11px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom-color: lightgray;
}

    .nav-tabs > li {
        margin-left: 5px;
        color: white;
        float: left;
        margin-bottom: -10px;
        /* background-color: #2A364B; */
    }

        .nav-tabs > li > a {
            color: white;
            line-height: 2;
            background-color: #b9d065;
            border: 0;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            background-color: #30b3ad;
            border-bottom-width: 5px;
            border-color: white;
            color: white;
            border-top-color: transparent;
        }

        .nav-tabs > li > a:hover {
            background-color: #778398;
        }




.nav-pills {
    font-size: 11px;
}

/*.nav-pills > li {
    margin-top: 1px;
    color: white;
    background-color: #2A364B;
    float: left;
    border-radius: 10px;
}

.nav-pills > li > a {
    color: white;
    border-radius: 10px;
    margin: 1px;
}*/

        .nav-pills > li + li {
            margin-left: 1px;
        }

/*.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border-style: solid;
    border-width: 2px;
    color: white;
    background-color: forestgreen;
    margin: 1px;
}*/

.btn .orange-circle-button {
    padding: 6px 2px;
}

.orange-circle-button {
    /* box-shadow: 2px 4px 0 2px rgba(0, 0, 0, 0.1); */
    border: .25em solid white;
    line-height: 1.1em;
    color: #ffffff;
    background-color: #337ab7;
    margin: auto;
    /* border-radius: 50%; */
    height: 8em;
    width: 100%;
    position: relative;
    border: none;
    border-radius: 0px !important;
}

    .orange-circle-button:hover, .orange-circle-button:active, .orange-circle-button:focus {
        color: #ffffff;
        /*background-color: #BFD1DE;*/
        text-decoration: none;
        border-color: white;
    }

    .orange-circle-button:visited {
        color: #ffffff;
        /*background-color: #173C56;*/
        text-decoration: none;
    }

.MenuText {
    font-size: 1.25em;
    margin-bottom: auto;
}

p.MenuText {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.MenuTextContainer {
    width: 100%
}

@media screen and (min-width: 480px) {
    .orange-circle-button {
        height: 12em
    }

    .fa-3x {
        font-size: 6em
    }

    .MenuText {
        font-size: 1.4em
    }
}

@media screen and (min-width: 800px) {
    .orange-circle-button {
        height: 14em
    }

    .fa-3x {
        font-size: 8em
    }

    .MenuText {
        font-size: 1.6em
    }
}

#itemsButton {
    padding-bottom: 5px;
    padding-top: 5px;
}

#menuIcon {
    padding-top: 5px;
    display: block;
    /* margin: 0 auto; */
}

.small-circle-button {
    /*box-shadow: 2px 4px 0 2px rgba(0, 0, 0, 0.1);*/
    border: .2em solid white;
    /* line-height: 1.1em; */
    color: #ffffff;
    background-color: #337ab7;
    margin: auto;
    /*border-radius: 50%;*/
    height: 6em;
    width: 100%;
    position: relative;
}

    .small-circle-button:hover {
        color: #ffffff;
        background-color: #fff59b;
        text-decoration: none;
        border-color: white;
    }

    .small-circle-button:visited {
        color: #ffffff;
        background-color: #26b4ff;
        text-decoration: none;
    }

.smallCircleMenuText {
    font-size: 1.25em;
    margin: 5px 0 0 0;
}

#smallCircleMenuIcon {
    padding-top: 5px;
    padding-left: 5px;
    font-size: 2.25em
}

#ErrorPanelHeader {
    background-color: red;
}

.btn-circle {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 1px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50%;
    margin-right: 1px;
}

.ops-panel {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 0;
    /*border-left: 2px solid #173C56;
    border-right: 2px solid #173C56;
    border-bottom: 2px solid #173C56;*/
}

.opspanel-heading {
    background-color: #fff;
    color: #959595;
}

.ops-panel-title {
    margin: .5em;
    font-size: 1.5em;
    padding: 0.75em
}

.loginText {
    font-size: 14px;
    padding: 0 0 0 5px;
}

.loginText {
    font-size: 14px;
    padding: 0 0 0 5px;
}

/*** End of responsive tabs***/
.nav-tabs-dropdown {
    display: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .nav-tabs-dropdown:before {
        content: "\e114";
        font-family: 'Glyphicons Halflings';
        position: absolute;
        right: 30px;
    }
/*
@media screen and (min-width: 769px) {
  #nav-tabs-wrapper {
    display: block!important;
  }
}
    
@media screen and (max-width: 768px) {
    .nav-tabs-dropdown {
        display: block;
    }
    
    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
        padding: 0;
        border-left: 2px solid #173c56;
        border-right: 2px solid #173c56;
        border-bottom: 2px solid #173c56;
        border-top: none;
        border-radius: 0;
    }
   .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;

        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
   }
    .nav-tabs-horizontal  > li {
        float: none;
    }
    .nav-tabs-horizontal  > li + li {

    }
    .nav-tabs-horizontal > li,
    .nav-tabs-horizontal > li > a {
        background: transparent;
        width: 100%;
    } 
    .nav-tabs-horizontal  > li > a {
        border-radius: 0px;
        color: #000;
    }
    .nav-tabs-horizontal  > li.active > a,
    .nav-tabs-horizontal  > li.active > a:hover,
    .nav-tabs-horizontal  > li.active > a:focus {
        color: #000;
        background-color: #428bca;
    }


    .nav-tabs > li {  margin-left: 0px; color: #000 }
    .nav-tabs > li:nth-child(even) {background:#cfe0e4}
    .nav-tabs > li:nth-child(odd) {background: #f9f9f9 }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { border: none;}
    */

}

.nav-tabs > li > a:hover {
    border: none;
}

/*** End of responsive tabs***/

#edit-DeliverySchedule .error {
    border-width: 1px;
    border-color: red;
    color: red;
    padding: 0 12px;
    background-color: white;
    margin: 0;
    border-style: solid;
}

#edit-DeliverySchedule label.error {
    border: none;
    padding: 3px 0 5px 0;
}

.purchaseOrder{
    font-size: 9px;
}

.binLocation {
    font-size: 11px;
}

.reportData {
    font-size: 11px;
    /*padding-left: 9px;
    width: 64px;*/
}

.panel-body.binLocationBody {
    padding: 0;
    font-size: 11px;
}
.panel-body.reportDataBody {
    font-size: 11px;
}


    .schedule-container h1 {
        font-size: 2em;
        padding: 0 0 5px 17px;
        margin: 0
    }

    .schedule-container .btn-default {
        margin-right: 50px;
    }

.schedule-search {
    margin: 0 0 10px 0;
    float: left;
}


.fakeTextBox::-ms-expand {
    display: none;
}

.fakeTextBox {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.validationMessage {
    color: #a94442;
}

#scheduling #spinner {
    left: -20%;
    width: 120%
}

#scheduling div#spinner > div {
    margin: 20% 40% 0 50%;
}

#delivery_schedule_zones select.multiSelect {
    min-height: 350px;
}

.multiSelctButtons {
    margin: 50% 0;
}

#edit-DeliverySchedule fieldset {
    border: 1px solid #eee;
    padding: 5px;
    margin: 10px 0;
}

#edit-DeliverySchedule legend {
    width: auto;
    border: none;
    padding: 0 5px;
    font-size: 1.1em;
}

.pattern-inline {
    float: left;
    display: inline-block;
}

#scheduling .nav-tabs > li > a {
    font-size: 1.25em;
}

#selectedpostcodes, #availablepostcodes {
    min-height: 350px
}

select.form-control.ng-invalid {
    border-color: #a94442
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
    display: none;
}
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked + .slider {
    background-color: #444;
}
input.primary:checked + .slider {
    background-color: #2196F3;
}
input.success:checked + .slider {
    background-color: #8bc34a;
}
input.info:checked + .slider {
    background-color: #3de0f5;
}
input.warning:checked + .slider {
    background-color: #FFC107;
}
input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.checkbox.checbox-switch {
    padding-left: 0;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
}
.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 255);
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255,255,255);
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
    left: 17px;
}

.checkbox.checbox-switch.switch-success label > input:checked + span,
.checkbox-inline.checbox-switch.switch-success > input:checked + span {
    background-color: rgb(40, 167, 69);
    border-color: rgb(40, 167, 69);
    box-shadow: rgb(40, 167, 69) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-success label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-success > input:checked:disabled + span {
    background-color: rgb(153, 217, 168);
    border-color: rgb(153, 217, 168);
    box-shadow: rgb(153, 217, 168) 0px 0px 0px 8px inset;
}

.hidden{
    display:none;
    visibility:hidden;
}

.wrapper {
    display: grid;
    grid-template-columns: 100px 100px 100px;
    grid-template-rows: 100px 100px 100px;
}

.item1 {
    grid-column-start: 1;
    grid-column-end: 3;
}

.item3 {
    grid-row-start: 2;
    grid-row-end: 4;
}

.item4 {
    grid-column-start: 2;
    grid-column-end: 4;
}

.marketing-container {
    display: flex;
    align-items: center;
    gap: 16px; /* space between each checkbox group */
}

.marketing-item {
    display: flex;
    align-items: center;
    gap: 6px; /* space between checkbox and text */
}

select.form-control {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: auto;
}

.scrollbar {
    width: 150px;
    height: 300px;
    background-color: lightgray;
    margin-top: 40px;
    margin-left: 40px;
    overflow-y: scroll;
    float: left;
}

/* width */
#RfidEntries::-webkit-scrollbar {
    width: 40px;
}

/* Track */
#RfidEntries::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
#RfidEntries::-webkit-scrollbar-thumb {
    background: #337ab7;
    border-radius: 10px;
}

/* Handle on hover */
    #RfidEntries::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

.date-display {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.table-container {
    position: relative;
    overflow: visible !important;
}

/* Ensure parent containers also allow overflow */
.parent-container {
    overflow: visible !important;
    position: relative;
}
.table-wrapper {
    max-height: 300px;
    overflow-y: auto;
}

.paginator-container {
    display: flex;
    justify-content: flex-end; /* right-align like Material examples */
    padding-top: 8px;
    overflow: visible;
}


.salesTable {
    overflow: visible !important;
}

::ng-deep .mat-select-panel {
    transform-origin: bottom center !important;
}


.mat-table {
    overflow: visible !important;
}

.mat-select-panel {
    max-height: 200px !important;
}

.select-above .cdk-overlay-pane {
    transform-origin: bottom !important;
}

.select-above.mat-select-panel {
    margin-top: -200px !important; /* tweak based on your dropdown height */
}


/*.mat-select-panel {
    transform-origin: bottom center !important;
}*/

.mat-mdc-paginator-container {
    background-color: #f5f5f5;
}

/* Light zebra striping */
.mat-row:nth-child(even),
.mat-mdc-row:nth-child(even) {
    background-color: #f5f5f5;
}

.mat-mdc-header-cell {
    background-color: #e0e0e0;
    color: #000;
    font-weight: 600;
}

.mat-mdc-header-row {
    background-color: black;
    font-weight: 600;
}

.datepickercontainer {
    position: relative;
    display: flex;
}

.datepickerelement {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 6px 8px;
    width: 260px;
    font-size: 16px;
    color: #495057;
    cursor: pointer;
}

.placeholdercolor {
    color: #bbb;
}

.closeIconContainer {
    margin: auto 0 auto -26px;
    cursor: pointer;
}

.closeIconContainer:hover {
    color: #bbb;
}

.buttons {
    margin-top: 20px;
}

.my-select-panel {
    position: absolute !important;
    transform: none !important;
}

.inline-panel {
    position: relative !important;
    transform: none !important;
}

.full-width-table {
    width: 100%;
    table-layout: fixed; /* ensures consistent column widths */
    border-collapse: collapse;
}

.mat-column-sku {
    width: 15%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* truncate long text */
}
.mat-column-barcodeNumber {
    width: 25%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* truncate long text */
    text-align: left;
}
.mat-column-description {
    width: 40%;
    min-width: 220px;
    flex: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* truncate long text */

}

.mat-column-quantityRequested {
    width: 15%;
    text-align: right;
}
.mat-column-price {
    width: 15%;
    text-align: right;
    flex: 1;
}
.mat-column-quantity {
    width: 15%;
    text-align: right;
    flex: 1;
}

.mat-header-cell {
    overflow: visible !important;
}

.mat-form-field {
    width: 100px; /* Adjust as needed */
    overflow: visible !important;
}

.mat-header-row, .mat-header-cell {
    background: #fafafa;
    font-weight: 600;
}

.nowrap-cell {
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}
.cdk-overlay-global-wrapper {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.cdk-overlay-container {
    /*position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000 !important;*/
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 10000;
    pointer-events: none;
}

.cdk-overlay-pane {
    /*z-index: 2001 !important;*/
    position: absolute !important;
    pointer-events: auto;
    background-color: #ffffff
}

.mat-mdc-autocomplete-panel {
    background-color: #fff;
}

.return-reason-panel {
    transform: none !important;
}

.mat-datepicker-popup {
    z-index: 10000 !important;
}

.actions-cell {
    display: flex;
    justify-content: flex-end;
    gap: 0px; /* spacing between buttons */
    padding-right: 4px;
    min-width: 90px; /* or reduce more if needed */
}

.actions-cell .mat-icon-button {
    width: 32px;
    height: 32px;
    padding: 0;
}

.actions-cell,
.mat-column-actions {
    width: 152px !important; /* adjust until all 3 buttons fit */
    min-width: 152px !important;
    max-width: 160px !important;
    padding-right: 4px;
}

.reason-select {
    width: 100%;
}

.item-details-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    margin-bottom: 4px;
    background-color: #337ab7;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    color: white;
}

.item-details-toggle:hover {
    background-color: #e9ecef;
}

.item-details-toggle:active {
    background-color: #dee2e6;
}

.item-details-toggle i {
    transition: transform 0.2s ease;
}

.item-details-toggle i.rotate {
    transform: rotate(180deg);
}
