
@media(min-width:1200px){
    .container {width:90%;}
}

@media(min-width:768px){
    .container {width:99%;}
    .full-container {width:99%; padding:0 15px;}

}

.row.form-group label {
    margin-top: 5px;
}

.input-helper {
    font-size:12px;
    font-style: italic;
}

.list-group-item.active a {color:#FFF;}
.list-group-item.active a:hover {color:#FFF;}


@media(min-width:991px)
{
    #staticLeft {
        position:fixed;
        left:0;
        bottom:0;
        top:50px;
        width:300px;
    }

    #staticTop {
        position:fixed;
        left:0;
        right:0;

        top:50px;
    }

    .sidebar-container {
        margin-left:325px;
        margin-right:15px;
    }
}

.search-info {
    padding:5px 0;
    display:block;
}

.large-container {
    width:99%;
    max-width:1200px;
    margin:0 auto;
}

.alert-box {
    margin: -15px -15px 10px;
    border-radius: 0;
    padding: 5px 15px;
}

a.productPrint {
    margin: 0 0 0 0;
}

.small-container {
    width:99%;
    max-width:800px;
    margin:0 auto;
}

.product td:nth-child(1) {
    border-left:3px solid transparent;
}

.product.expired td:nth-child(1) {
    border-left:3px solid #f00 !important;
}

.product.used .addCart{
    pointer-events: none;
    opacity: .3;
}

.limit-reached{
    display: none;
    color: #f00;
}

.used .limit-reached{
    display: inline;
}

.product.expired td {
    background-color:#ffe7e7;
}


.product.favorite td:nth-child(1) {
    border-left:3px solid #09f;
}

a.toggleProduct { padding:4px 6px; text-decoration:none; }
a.toggleProduct i {
    color:#aaa;
    font-size:14px;
    transform: rotate(45deg);
}

.product.favorite a.toggleProduct i {
    color:#09f;
}

.found {
    display:table-row !important;
}

.icon-outset {
    position:relative;
    display:inline-block;
    /* padding-left:32px; */
    /* padding-right:32px; */
}

.icon-outset i {
    position:absolute;
    /* left:0; */
    right:0;
    top:20%;
    font-size:26px;
    display:none;
}


.filterResults {
    padding: 8px;
    font-weight: bold;
    min-height:16px;
}

.nowrap {
    white-space:nowrap;
}

#cart-review-box .btn-sm {
    padding:4px 10px;
}

.table-responsive table {
    max-width: none !important;
    width: 100% !important;
}

.navbar .nav>li>a {
    padding: 13px 10px;
}

.disable-cart .nocart {display:none; }

.panel-heading h2 {
    margin: 2px 0 4px;
}
.panel-heading h4 {
    margin:3px 4px;
    font-size: 21px;
}

.panel-heading .pagination>li>a, .panel-heading .pagination>li>span {
    padding:4px 12px;
}

.customer-memo h3 {
    cursor:pointer;
    margin: 4px 0 0px;
    font-size: 20px;
}

.flash {
    padding: 6px 10px;
    margin: 0 24px 12px;
    text-align: center;
    font-size:18px;
}

.alert-success {
    border-color: #b0d88f;
}

tr.highlight td {
    font-weight:bold;
}

.price {text-align:right;}

.progress {
    position:relative;
}

.progress-bar {
    overflow:hidden;
}


.progress .progress-bar.bg-info {
    color:black;
    background-color: #d9edf7;
    /* border: 1px solid #bce8f1 !important; */
}

.progress span {
    font-weight: bold;
    height: 29px;
    font-size: 20px;
    line-height: 23px;
}


@media print {
    a[href]:after {
        content: none !important;
    }
    body,html, .container {padding:0; margin:0; width:100%;}
    .panel {border:0;}
    .panel-heading {border:0; display:none; }
    .panel-body {border:0;}
    table td {font-size:12px; font-weight:normal !important; border:0 !important; padding:3px !important;}

    table .comment {width:50px !important;}
    table .product-line {display:none;}

    table td {font-size:12px; font-weight:normal !important; border:0 !important; padding:2px 8px !important;}
    table td b {font-weight:normal;}
}


.img-set {text-align:center;}
.img-set img {
    max-width:40px;
}

.modal img {
    max-width:100%;
}

.modal .img-set img {
    display:none;
}

.modal-title {margin:0 45px 0 0px;}

.modal .colAdd, .modal .colRem {    width: 45px; text-align: center;;}
.modal td.price { width: 90px; padding-right: 12px;}

.modal label.price {display:inline-block; padding-right: 24px;}

.productLine .img-set     {width:30px;}
.productLine .img-set img {max-width:30px;}


.rewards_choice {
    margin-bottom: 10px;
    padding-left: 26px;
}

tr.open td {
    background-color:#F5f5f5;
}

#advancedSearch .clearField {
    margin-top: -14px;
}

#advancedSearch .input-group {
    margin-bottom:0;
}

table > tbody > tr > td.icon-only {
    padding:3px 8px;
}

/* MOBILE MENU INCREASE FONT */
@media(min-width: 767px){
    .table-responsive {
        overflow-x:inherit;
    }

}

@media(max-width:767px){
    .navbar .nav li>a {
        padding: 13px 10px 13px 32px;
        font-size: 18px;
    }
    .navbar .nav li>a>.fa {
        width: 26px;
        text-align: center;
    }
    .navbar .nav ul.dropdown-menu {
        margin-left:20px;
    }

    .nav-tabs>li>a {
        padding:4px 5px;
    }

    .row {margin-left:0; margin-right:0;}
    .col-md-12 { padding-left: 0; padding-right:0; }
    .col-xs-12 { margin-bottom:12px;}

    .block-xs {
        display:inline-block !important;
        width:100%;
    }

    .panel-heading {display:flex;flex-wrap: wrap; flex-direction: row;}

    .panel-heading h4 {order: 0; flex: 1 0 100%; margin: 6px 0 15px; text-align:center;}
    .panel-heading .pagination-container { text-align: center; flex: 0 0 100%; order:1; }
    .panel-body { padding: 8px 2px; }

    /* #orderSaved2 th { display:none; } */
    /* #orderSaved2 td { width:100%; display:inline-block; } */


    /*
    .kitList {
        min-width: 300px;
        display: block;
        white-space: normal;
        max-width: 400px;
        max-height: 225px;
        overflow: hidden;
    }

    .kitList .kitproduct {
        display: block;
    }

    */
}






.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}


.pull-right-not-xs, .pull-right-not-sm, .pull-right-not-md, .pull-right-not-lg{
    float: right;
}

.pull-left-not-xs, .pull-left-not-sm, .pull-left-not-md, .pull-left-not-lg{
    float: left;
}
@media (max-width: 767px) {
    .pull-right-not-xs, .pull-left-not-xs{
        float: none;
    }
    .pull-right-xs {
        float: right;
    }
    .pull-left-xs {
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pull-right-not-sm, .pull-left-not-sm{
        float: none;
    }
    .pull-right-sm {
        float: right;
    }
    .pull-left-sm {
        float: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pull-right-not-md, .pull-left-not-md{
        float: none;
    }
    .pull-right-md {
        float: right;
    }
    .pull-left-md {
        float: left;
    }
}
@media (min-width: 1200px) {
    .pull-right-not-lg, .pull-left-not-lg{
        float: none;
    }
    .pull-right-lg {
        float: right;
    }
    .pull-left-lg {
        float: left;
    }
}




/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 6px -8px 0px;
  }

  /* 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:checked + .slider {
    background-color: #b0d88f;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #99bb7b;
  }

  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%;
  }

  td > .switch {height:26px; width:55px; }
  td > .switch .slider:before {height:20px; width:20px; }



/************************************ ANALYTICS ***************************************/

a.icon {
    line-height: 15px;
    font-size: 13px;
}

a.icon > i {
    font-size: 20px;
}

.promo_reward_product {
    display:inline-block;
}

.collection thead th {
    background-repeat: no-repeat;
    background-position: center left;
}

.collection th.header {

    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    border-right: 1px solid #dad9c7;
    padding-left:20px  !important;
    background-image: url(/img/bg.gif);
}

.collection th.header.text-right {
    padding-left:0 !important;
    padding-right:20px !important;
}


.collection th.headerSortUp {
    background-image: url(/img/asc.gif);
    background-color: #f5f8fa;
}

.collection th.headerSortDown {
    background-image: url(/img/desc.gif);
    background-color: #f5f8fa;
}

.collection tr.hidden-stat {
    display:none;
}

.collection tr.hidden-prev {
    display:none;
}

.collection .auto-hide {
    display:none;
    margin-top:12px;
}

.collection .expandNext {
    display:block;
    padding:2px 12px 0;
}

.collection td.column-debt {
    color:red;
}

label.productInfo {
    display: none;
}


@media(max-width:786px)
{
    /* #customer-selected {
        width:100%;
        height:60px;
    }

    .cart-header {
        width:100%;
        height:60px;
    } */

    .productLineDisplay .productName {
        /* max-width:200px; */
        /* display:block; */
        /* overflow:hidden; */
        font-weight: bold;
        white-space: normal;
    }

    .productLineDisplay table.table thead tr {
        display:none;
    }

    #products               { margin: 0 -12px 0; }
    #products .panel-body   { padding: 10px 7px 0; }

    .productLineDisplay table.table tbody tr.product td {
        display: inline-block !important;
        border-top:0;
    }

    tr.product.has-incart { border-left: 3px solid #ddd; }



    .productLineDisplay table.table tbody tr.product                                { margin-bottom: 1px; display: block; border-bottom: 1px solid #ddd; }
    .productLineDisplay table.table tbody tr.product td > label.productInfo         { display:inline-block; width: 80%; float:left; padding-right:6px; }

    .productLineDisplay table.table tbody tr.product td a.btn > label.productInfo   {display: inline-block; margin:0 4px 0 2px; }

    .productLineDisplay table.table tbody tr.product td .qty                        { display:inline-block; }

    .productLineDisplay table.table tbody tr.product td.img-set                     { display:none !important; }
    .productLineDisplay table.table tbody tr.product td.product-desc                { width:70%; }
    .productLineDisplay table.table tbody tr.product td.product-price               { width:18%; }
    .productLineDisplay table.table tbody tr.product td.product-subtotal            { display:block; width:45%; }
    .productLineDisplay table.table tbody tr.product td.product-qty                 { display:block; width:52%; text-align: right; }
    .productLineDisplay table.table tbody tr.product td.product-stock               { display:block; width:100%; text-align: left; }
    .productLineDisplay table.table tbody tr.product td.product-stock label.productInfo { display:block; width:50%; text-align: right; padding-right: 12px; }

    .disable-cart .nocart {display:none; }

    .productLineDisplay table.table tbody tr.product td.colAdd { display:inline-block; width: 50%; text-align: right; }
    .productLineDisplay table.table tbody tr.product td.colRem { }


    .productLineDisplay table.table tbody tr.product .product-extra {display:none !important;}
    .productLineDisplay table.table tbody tr.product:hover .product-extra,
    .productLineDisplay table.table tbody tr.product.has-incart .product-extra {display:inline-block !important;}

    .disable-cart .productLineDisplay table.table tbody tr.product .nocart.product-extra            {display:none !important;  }
    .disable-cart .productLineDisplay table.table tbody tr.product .product-extra.product-stock     {width: 10%; display: inline-block !important; text-align: right; }
    .disable-cart .productLineDisplay table.table tbody tr.product .product-extra.product-stock label  {display:none; }

}

.retailConfigureProgress .progress {
    display: inline-block;
    width: 150px;
    margin:0 3px -9px 0;
    height: 28px;
    position: relative;
}

@media(max-width:786px)
{
    .retailConfigure {
        display:block;
        float:none;
        clear:both;
        width:100%;
        margin:12px 0 8px;
    }
    .retailConfigure > .pull-right {
        float:none !important;
        display:inline-block;
    }

    .retailConfigureProgress {
        width:70%;
    }
    .retailConfigure .progress {
        width:100%;
    }
    .retailConfigureButton {
        width:30%;
    }
    .retailConfigureButton .btn {
        width:100%;
    }

}


/*************** phpdebugbar condensed *************/
.phpdebugbar .phpdebugbar-header-right span.phpdebugbar-indicator:nth-of-type(1) { display: inline-block; max-width: 75px; overflow: hidden; max-height: 20px; }
.phpdebugbar .phpdebugbar-header-right span.phpdebugbar-indicator:nth-of-type(1) { display: inline-block; max-width: 75px; overflow: hidden; max-height: 20px; }
.phpdebugbar .phpdebugbar-header-right span.phpdebugbar-indicator:nth-of-type(6) { display: none; }
.phpdebugbar .phpdebugbar-header-right span.phpdebugbar-indicator span.phpdebugbar-text { margin-left: 5px; font-size: 12px; }

.phpdebugbar .phpdebugbar-panel ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item { padding: 2px 10px ; border-bottom: 1px solid #ececec ; }
.phpdebugbar .phpdebugbar-header-left a.phpdebugbar-tab { padding:5px 10px; position: relative; }
.phpdebugbar .phpdebugbar-header-left a.phpdebugbar-tab i { display:block; font-size: 18px; }
/* .phpdebugbar .phpdebugbar-header-left a.phpdebugbar-tab span.phpdebugbar-badge.phpdebugbar-visible {position:absolute; top: 5px; } */
.phpdebugbar .phpdebugbar-header-left a.phpdebugbar-tab .phpdebugbar-text {display:none;}

.phpdebugbar ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-params { margin: 10px 0 10px 0 ; max-width: 100%; width: 100% !important; }
.phpdebugbar div.phpdebugbar-widgets-templates table.phpdebugbar-widgets-params .phpdebugbar-widgets-name { width: 100px; }

.phpdebugbar .phpdebugbar-header-left a.phpdebugbar-tab .phpdebugbar-badge {color:black;}
.phpdebugbar .phpdebugbar-header-left a.phpdebugbar-tab.phpdebugbar-active .phpdebugbar-badge {color:white;}
.phpdebugbar .phpdebugbar-header-left a.phpdebugbar-tab { padding: 6px 23px 6px 5px; position: relative; }
.phpdebugbar .phpdebugbar-header-left a.phpdebugbar-tab span.phpdebugbar-badge.phpdebugbar-visible { position: absolute; right: 0px; bottom: 0; top: 0; border-radius: 0; background: none; padding: 6px 4px 0 0; }


/*************** phpdebugbar dark mode ***************/
div.phpdebugbar-header { background-color:#252525 !important; }
div.phpdebugbar .phpdebugbar-header-left a.phpdebugbar-tab .phpdebugbar-badge {color:#d4d4d4;}
div.phpdebugbar-header, div.phpdebugbar-openhandler-header {background-size: 16px auto; background-position: 9px 6px;}

/* div.phpdebugbar-header .phpdebugbar-header-left a.phpdebugbar-tab:hover {background: #FFC107;} */
div.phpdebugbar-header .phpdebugbar-header-left a.phpdebugbar-tab:hover i,
div.phpdebugbar-header .phpdebugbar-header-left a.phpdebugbar-tab:hover .phpdebugbar-badge {color: #333;}

div.phpdebugbar-header .phpdebugbar-header-left a.phpdebugbar-tab.phpdebugbar-active {background: #00BCD4;}
div.phpdebugbar-header .phpdebugbar-header-left a.phpdebugbar-tab.phpdebugbar-active i,
div.phpdebugbar-header .phpdebugbar-header-left a.phpdebugbar-tab.phpdebugbar-active .phpdebugbar-badge {color: #ececec;}


div.phpdebugbar .phpdebugbar-header-left a.phpdebugbar-tab i {color:#8e8e8e;}
/* div.phpdebugbar .phpdebugbar-header-left a.phpdebugbar-tab i {color:#8e8e8e;} */

div.phpdebugbar .phpdebugbar-header-right span.phpdebugbar-indicator i.phpdebugbar-fa {color: #676767;}
div.phpdebugbar .phpdebugbar-header-right span.phpdebugbar-indicator span.phpdebugbar-text {color: #c1c1c1;}
div.phpdebugbar a.phpdebugbar-tab:hover,
div.phpdebugbar span.phpdebugbar-indicator:hover,
div.phpdebugbar a.phpdebugbar-indicator:hover,
div.phpdebugbar a.phpdebugbar-close-btn:hover,
div.phpdebugbar a.phpdebugbar-open-btn:hover {
    background-color:#00BCD4;
}

div.phpdebugbar .phpdebugbar-header-right a.phpdebugbar-tab:hover i.phpdebugbar-fa,
div.phpdebugbar .phpdebugbar-header-right span.phpdebugbar-indicator:hover i.phpdebugbar-fa,
div.phpdebugbar .phpdebugbar-header-right a.phpdebugbar-indicator:hover i.phpdebugbar-fa,
div.phpdebugbar .phpdebugbar-header-right a.phpdebugbar-close-btn:hover i.phpdebugbar-fa,
div.phpdebugbar .phpdebugbar-header-right a.phpdebugbar-open-btn:hover i.phpdebugbar-fa {
    color:rgb(3, 3, 3);
}

div.phpdebugbar .phpdebugbar-header-right a.phpdebugbar-tab:hover .phpdebugbar-text,
div.phpdebugbar .phpdebugbar-header-right span.phpdebugbar-indicator:hover .phpdebugbar-text,
div.phpdebugbar .phpdebugbar-header-right a.phpdebugbar-indicator:hover .phpdebugbar-text,
div.phpdebugbar .phpdebugbar-header-right a.phpdebugbar-close-btn:hover .phpdebugbar-text,
div.phpdebugbar .phpdebugbar-header-right a.phpdebugbar-open-btn:hover .phpdebugbar-text {
    color:rgb(3, 3, 3);
}

div.phpdebugbar ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-sql { white-space: normal; background: #1f1f1f; color: #a5a5a5; }
div.phpdebugbar .phpdebugbar-panel ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item { padding: 2px 10px; border-bottom: 1px solid #2b2b2b; background: #111; }
div.phpdebugbar .phpdebugbar-widgets-sql .hljs-keyword {text-transform: uppercase; color: #5d5d5d; font-weight: bold;}
div.phpdebugbar .phpdebugbar-widgets-sql .hljs-string  {color:#00BCD4; }
div.phpdebugbar .phpdebugbar-widgets-sql .hljs-number  {color:#8bc34a; }

div.phpdebugbar-body { background: #252525; color: #929292; }
div.phpdebugbar-body ul.phpdebugbar-widgets-timeline li { background-color: #2f2f2f;}
div.phpdebugbar-body ul.phpdebugbar-widgets-timeline li:nth-child(even) { background-color: #2f2f2f;}
div.phpdebugbar-body ul.phpdebugbar-widgets-timeline li:hover { background: #565656; }
div.phpdebugbar-body ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-value {height: 4px; background-color: #00BCD4;}
div.phpdebugbar-body ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-label, ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-collector {color:#FFF}

div.phpdebugbar-body dl.phpdebugbar-widgets-kvlist dd,
div.phpdebugbar-body dl.phpdebugbar-widgets-kvlist dt {
    border-top: 1px solid #444;
}

#freight{
    width: 80px;
    background: 0;
    border: 0px;
    text-align: right;
}

#cart .col-sm-4 {
    width: 33.3333333333%;
}

#cart .col-sm-2{
    width: 16.6666666667%;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

tr.product td{
    vertical-align: middle !important;
}