

.row.form-group label {
    margin-top: 5px;
}

.input-helper {
    font-size:12px;
    font-style: italic;
}


.full-container {
    width:97%;
    margin:0 auto;
}

@media(min-width:1200px){
    .container {width:90%;}
}

@media(min-width:768px){
    .container {width:99%;}
}

@media(max-width:768px){
    .month .btn {
        font-size: 9px;
        padding: 14px 0px !important;
    }
}

abbr {
    position: relative;
}

abbr:hover::after {
    content: attr(data-title);
    position: absolute;
    left: -120px;
    display: block;
    padding: 2px 16px;
    background: #484848;
    border-radius: 8px;
    color: white;
    right: inherit;
    width: 105px;
    top: -15px;
}

.found {
    display:table-row !important;
}

.filterResults {
    min-height:16px;
}

.nowrap {
    white-space:nowrap;
}

label.productInfo {display:none;}

.table-responsive table {
    max-width: none !important;
    width: 100% !important;
}

.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.product.highlight td {
    background:#e9f911;
}

tr.highlight td {
    font-weight:bold;
}

.price {text-align:right;}

.progress .progress-bar.bg-info {
    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%;
}
.productLine .img-set     {width:30px;}
.productLine .img-set img {max-width:30px;}


a.icon {
    line-height: 15px;
    font-size: 13px;
}

a.icon > i {
    font-size: 20px;
}

li > .table-striped {background:#fff;}
.table.table-striped.table-slim td { padding:1px; }
.table.table-striped.table-slim td input.form-control { height:24px; padding:0 6px; border-radius:0; background: transparent; border: 1px solid #4444441c;}
.table.table-striped.table-slim td .btn { padding:0 6px;}


.list-block {display:block;}
.list-item {display:inline-block;padding: 4px 13px; border: 1px solid #ddd; background: #f5f5f5; border-radius: 8px; position: relative;}

.list-item > .list-item-delete {visibility: hidden; position: absolute; right: -1px; top: -4px; font-size: 18px;}
.list-item:hover > .list-item-delete {visibility: visible;}

.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;
    }
}

.no-purchase > h3 {
    opacity:0.3;
}


/* 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; }




@media(max-width:786px)
{
    .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.\ { 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         { 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:77%; } */
    .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.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; }


}



/*************** 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 a.phpdebugbar-tab.phpdebugbar-active {background: #00BCD4;}
div.phpdebugbar-header .phpdebugbar-header-left a.phpdebugbar-tab.phpdebugbar-active i {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 span.phpdebugbar-text {color: #c1c1c1;}

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}
