.bg-login{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}
.login-box {
    margin: 10% auto 7% auto;
}
@media(max-width: 400px){
    .login-box {
        margin: 45% auto 7% auto;
    }
}
.login-box-body {
    box-shadow: 0 0 10px #ddd;
}
.numbadge {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}
.numbadge > .badge {
    position: relative;
    top: -1px;
    margin-left: 5px;
    font-style: normal;
}
.img-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 10px;
}
.image-link {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.image-link:hover,.image-link:focus,.image-link:active {
    opacity: 0.7;
}
.table-middle td {
    vertical-align: middle !important;
}
.box-center {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
}
.box-center .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.imageg-addon{
    padding: 4px 12px;
}
.form-group{
    max-width: 100%;
}
.col-il {
    display: block;
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.il-img {
    display: block;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}
.il-wrap {
    box-shadow: 0 0 10px #ddd;
    border: solid 1px #ddd;
}
.il-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.il-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    z-index: 5;
}
.il-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 5;
    display: none;
    cursor: pointer;
}
.izoom-icon {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ececec !important;
    font-size: 25px;
    display: block;
}
.il-img:hover > .il-layer > .il-btn,.il-img:focus > .il-layer > .il-btn,.il-img:active > .il-layer > .il-btn {
    display: block;
}
.il-img:hover > .il-layer > .il-zoom,.il-img:focus > .il-layer > .il-zoom,.il-img:active > .il-layer > .il-zoom {
    display: block;
}
.il-input {
    border-top: 0;
}
.il-star {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    z-index: 6;
}
.istar-icon {
    display: inline-block;
    padding: 4px 9px;
    background-color: #00c0ef;
    color: #FFFFFF;
    font-size: 14px;
    border-bottom-right-radius: 5px;
}
.input-error {
    border-color: #d61616;
}
.error-text {
    color: #fb0000;
    font-size: 13px;
    font-style: italic;
    margin: 3px 0 0 0;
}
.box-color{
    height: 25px;
    width: 25px;
    display: inline-block;
}
.tabs-style > li > a {
    color: #808080;
    background-color: #f3f3f3;
    border-bottom: solid 1px #ddd;
    border-radius: 0;
    padding: 10px 25px;
    margin-right: 0;
    font-size: 15px;
}
.welcome-text > h2 {
    font-size: 80px;
}
.welcome-text > h2 > span {
    font-weight: bold;
}
.welcome-text {
    margin-bottom: 30px;
    border-top: solid 1px #ddd;
}
.btn-tview {
    width: 100px;
    display: inline-block;
    padding-left: 22px !important;
    text-align: center !important;
}
.fa-total {
    font-size: 15px !important;
    font-style: normal !important;
    width: 25px !important;
}
.btn-tview > .fa-search {
    float: right;
    padding: 3px 4px;
    border-left: 1px solid rgba(0,0,0,0.2);
    font-size: 12px;
    width: 25px;
}
@media(max-width: 767px){
    .col-il {
        width: 50%;
    }
    .welcome-text > h2 {
        font-size: 40px;
    }
}
@media(max-width: 500px){
    .col-il {
        width: 100%;
    }
    .welcome-text > h2 {
        font-size: 30px;
    }
}
.box-recent-log .product-title {
    color: #808080;
    cursor: default !important;
}
.box-recent-log .product-title > strong {
    color: #000;
    font-size: 15px;
}
.box-recent-log {
    height: 656px;
    overflow-y: auto;
}
.box-recent-invent th {
    vertical-align: middle !important;
}
.box-recent-invent .box-body {
    height: 360px;
    overflow-y: auto;
}
.table-overflow {
    height: 620px;
    overflow-y: auto;
}
.table-hover>tbody>tr:hover {
    background-color: #e0e0e0;
}
.toast-top-right {
    top: 55px;
}
.mimp-content {
    border-radius: 10px;
    width: 500px;
    margin: 0 auto;
}
.mimp-body {
    padding: 20px 30px 30px 30px;
}
.mimp-header {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #444;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.mimp-button {
    display: table;
    width: 100%;
    text-align: center;
}
.ifile-hide {
    visibility: hidden;
    position: absolute;
}
.mimp-group {
    position: relative;
    display: inline-block;
}
.mimp-group > .btn {
    display: inline-block;
    width: 180px;
    text-align: center;
    padding: 6px 12px;
}
.mimp-or {
    display: inline-block;
    margin: 0 20px;
    font-weight: bold;
    font-size: 19px;
    vertical-align: middle;
}
.btn-uxcel {
    background-color: #00ab00;
    border-color: #00ab00;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.btn-uxcel > .fa {
    margin-right: 5px;
}
.btn-uxcel:hover,.btn-uxcel:focus,.btn-uxcel:active {
    background-color: #006500;
    border-color: #006500;
    color: #fff;
}
.btn-dtemplate {
    background-color: #0064ab;
    border-color: #0064ab;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.btn-dtemplate > .fa {
    margin-right: 5px;
}
.btn-dtemplate:hover,.btn-dtemplate:focus,.btn-dtemplate:active {
    background-color: #004677;
    border-color: #004677;
    color: #fff;
}
.in-class {
    color: #007b00;
    font-weight: bold;
}
.out-class {
    color: #7b0000;
    font-weight: bold;
}
.mimp-load {
    padding: 10px 0;
}
.mimp-load-head {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}
.mimp-load-head > span {
    font-size: 14px;
    font-weight: normal;
}
.mimp-loader {
    text-align: center;
}
.mimp-loader > img {
    width: 50px;
}
.madd-header {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    background-color: #f26521;
    background: linear-gradient(to left, #292E49, #536976);
}
.madd-search {
    margin-bottom: 15px;
}
.madd-table {
    height: 440px;
    overflow-y: auto;
}
.group-maddqty > .form-control {
    width: 70px;
    float: right;
}
.pt-item > span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #656565;
}
.group-qty {
    width: 140px;
    display: inline-block;
}
.nav-tnp >li > a {
    color: #444444;
    font-size: 15px;
    font-weight: 600;
}
.nav-tnp > .active > a {
    color: #00a65a !important;
}
.more-button {
    text-align: center;
}
.more-button > a {
    width: 150px;
}
.box-head {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.box-card {
    border: solid 1px #ddd;
    min-height: 130px;
    padding: 20px;
    border-radius: 10px;
}
.order-item {
    margin: 20px 0 0 0;
}
.logo-lg {
    text-align: center;
}
.logo-lg > img {
    max-width: 100%;
    width: 85px;
    position: relative;
    top: -3px;
}
.logo-mini {
    text-align: center;
}
.logo-mini > img {
    max-width: 100%;
    width: 35px;
    position: relative;
    top: -2px;
}
.navbar-nav > .user-menu .user-image {
    width: 30px;
    height: 30px;
    margin-top: -5px;
}
@media(max-width: 767px){
    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 60px;
    }
    .main-sidebar {
        padding-top: 60px;
    }
    .navbar-nav > .user-menu .user-image {
        margin-top: 0;
    }
    .navbar-custom-menu .navbar-nav>li>a {
        padding: 10px 15px;
    }
}
.table-history a {
    color: #f26723;
}
.table-link2 .link {
    color: #f26723;
}
.input-group .form-control {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance: none;
    -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0;  /* Firefox 1-3.6 */
    border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.group-qrt {
    border-bottom: solid 1px #dddddd;
    margin-bottom: 10px;
}
.loader-image {
    text-align: center;
    padding: 100px 0;
}
.loader-image > img {
    width: 60px;
}
#table-loader {
    display: none;
}
#table-mloader {
    display: none;
}
#pag-list {
    margin: 0;
    padding: 0;
    display: inline;
}
#pag-list > li {
    display: inline;
}
#pag-list > li > a {
    position: relative;
    float: left;
    padding: 4px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    background: #fafafa;
    color: #666;
} 
#pag-list > .active > a {
    color: #fff;
    background-color: #135d68;
    border-color: #135d68;
}
.group-select {
    position: relative;
}
.select-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    display: none;
    border: solid 1px #ddd;
    z-index: 2;
}
.select-wrap > ul {
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
}
.select-wrap > ul > li {
    display: block;
}
.select-wrap > ul > li > a {
    display: block;
    color: #000000;
    padding: 6px 12px;
}
.select-wrap > ul > li > a:hover,.select-wrap > ul > li > a:focus,.select-wrap > ul > li > a:active {
    background-color: #ddd;
}
.group-select > .form-control:focus ~ .select-wrap ,.group-select > .form-control:hover ~ .select-wrap {
    display: block;
}
.select-wrap:hover,.select-wrap:focus,.select-wrap:active{
    display: block;
}
.table-order .danger > td {
    background-color: #ff5252 !important;
    color: #fff;
}
.row-error > td {
    text-align: center;
    padding: 5px !important;
    border-top: solid 1px #ffffff26 !important;
    font-style: italic;
    font-size: 13px;
}
.table-order .danger > td > i:first-child {
    float: left;
    position: relative;
    top: 3px;
    left: 9px;
}
.table-order .danger > td > i:last-child {
    float: right;
    position: relative;
    top: 3px;
    right: 9px;
}
.window-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4000;
    background-color: rgba(0, 0, 0, 0.65);
}
.wload-icon > img {
    width: 150px;
}
.wload-icon {
    text-align: center;
}
.wload-wrap {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}
.btn-vhistory {
    color: #ffffff;
    background-color: #00c0ef;
    padding: 0;
    text-align: center;
    min-width: 90px;
}
.v-text {
    padding: 2px 9px;
    border-left: solid 1px rgba(255, 255, 255, 0.4);
    border-right: solid 1px rgba(255, 255, 255, 0.4);
    font-size: 13px;
}
.v-icon {
    padding: 5px;
    font-size: 12px;
}
.v-icon > .fa {
    position: relative;
    top: -1px;
}
.v-total {
    padding: 5px;
}
.btn-vhistory:hover,.btn-vhistory:focus,.btn-vhistory:active {
    color: #ffffff;
    background-color: #0ba4ca;
}
.scan-wrap{
    text-align: center;
}
#camera-scan{
    /*transform: scale(-1,1) !important;*/ 
    border: solid 3px #000000;
    border-radius: 5px;
    height: 202px;
    width: 300px;
}
#interactive.viewport {position: relative; width: 100%; height: auto; overflow: hidden; text-align: center;}
    #interactive.viewport > canvas, #interactive.viewport > video {max-width: 100%;width: 100%;}
    canvas.drawing, canvas.drawingBuffer {position: absolute; left: 0; top: 0;}
#camera-loader {
    text-align: center;
    padding: 62px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #dddddd;
}
#camera-loader > img {
    width: 80px;
}
.camera-pad {
    position: relative;
    display: inline-block;
}
@media(max-width: 767px){
    .full-xs{
        width: 100% !important;
    }
    .xs-down10{
        margin-bottom: 10px !important;
    }
    #camera-scan{
        transform: scale(1,1) !important;
    }
}
.mde-header {
    background-color: #f26521;
    padding: 10px 15px;
}
.mde-title {
    font-weight: bold;
    color: #fff;
}
.view-select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 5;
    border: solid 1px #ddd;
    display: none;
}
.view-select > ul {
    margin: 0;
    padding: 0;
    max-height: 250px;
    overflow-y: auto;
}
.view-select > ul >li {
    display: block;
    cursor: pointer;
}
.address-li {
    padding: 5px 10px;
    border-bottom: solid 1px #ddd;
}
.address-li:hover,.address-li:focus,.address-li:active {
    background-color: #f1f1f1;
}
.adr-name {
    font-size: 16px;
}
.adr-desc {
    font-size: 14px;
}
.view-select > ul >li:last-child {
    border-bottom: 0;
}
.camera-swap { 
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #00c0ef;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 5px 0;
    text-align: center;
}
.camera-swap > img {
    width: 25px;
}
.or-ei {
    text-align: center;
    margin-bottom: 15px;
}
.or-ei > span {
    font-size: 20px;
    font-weight: bold;
}
.table-link a {
    color: #f26723;
}
.box-label {
    border: solid 1px #f26521;
    /*border-radius: 10px;*/
    padding: 5px 10px;
    margin-bottom: 10px;
}
.box-label span {
    font-weight: bold;
    color: #f26521;
}
@media(max-width: 500px){
    .nav-tabs-custom>.nav-tabs>li {
        width: 100%;
        border-bottom: solid 1px #ddd;
    }
    .nav-tabs-custom>.nav-tabs>li.active>a {
        color: #60a2c8;
    }
    .box-title {
        line-height: 150% !important;
    }
}
/*pallet mobile*/
.pm-warp {
    border: solid 2px #605ca8;
    border-radius: 5px;
    margin-bottom: 10px;
}
.pm-contain {
    padding: 5px;
}
.pm-text {
    font-size: 14px;
    font-weight: bold;
}
.pm-button {
    text-align: center;
}
.pm-button > .label {
    width: 100%;
    display: block;
    padding: 10px;
}
.pm-button > .btn {
    width: 100%;
    display: block;
    padding: 5px;
}
.pm-loc {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #7ce0d4;
    padding: 2px 3px;
    border: solid 1px #7ce0d4;
    margin: 5px 0;
    color: #fff !important;
    font-weight: bold;
    border-radius: 3px;
}
.pm-loc > .fa {
    position: absolute;
    top: 4px;
    right: 10px;
}
.pm-loc:hover,.pm-loc:focus,.pm-loc:active {
    background-color: #5da79e;
    border-color: #5da79e;
}
.pm-create {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #105f55;
    padding: 2px 3px;
    border: solid 1px #105f55;
    margin: 5px 0;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
}
.pm-create > .fa {
    position: absolute;
    top: 4px;
    right: 10px;
}
.pm-create:hover,.pm-create:focus,.pm-create:active {
    background-color: #ffffff;
    color: #105f55;
    border-color: #105f55;
}
.pm-drop{
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}
.pm-drop > span{
    display: block;
    text-align: center;
}
.pm-ship {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #ff851b;
    padding: 2px 3px;
    border: solid 1px #ff851b;
    margin: 5px 0;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
}
.pm-ship > .fa {
    position: absolute;
    top: 4px;
    right: 10px;
}
.pm-ship:hover,.pm-ship:focus,.pm-ship:active {
    background-color: #ffffff;
    color: #ff851b;
    border-color: #ff851b;
}
.pm-drop-ship{
    display: none;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.pm-drop-ship > a{
    color: #ff851b;
}
@media(max-width: 500px){
    .table-pal th {
        display: none;
    }
    .table-pal tr > td:first-child {
        display: none;
    }
    .table-pal tr > td {
        display: block;
        text-align: left;
        padding: 2px 10px !important;
        border: 0 !important;
        font-size: 13px;
        font-weight: bold;
        color: #5d5d5d;
        font-style: italic;
        line-height: 130% !important;
    }
    .table-pal tr {
        display: block;
        margin-bottom: 10px;
        border-radius: 5px;
        padding: 5px 0 0 0;
    }
    .table-pal > table {
        border: 0 !important;
    }
    .table-pal thead {
        display: none;
    }
    .table-pal {
        border: 0;
        margin: 10px 0 0 0;
    }
    .table-pal .warning {
        background-color: #fcf8e3 !important;
    }
    .table-pal .info {
        background-color: #d9edf7 !important;
    }
    .table-pal .success {
        background-color: #dff0d8 !important;
    }
    .table-pal tr > td:last-child {
        /* border-top: solid 1px #868686 !important; */
        padding: 5px 0 0 0 !important;
    }
    .table-pal tr > td:last-child .btn {
        width: 100%;
        display:block;
    }
    .table-pal tr > td:last-child .btn-group {
        width: 100%;
    }
    .table-pal .table-responsive{
        border: 0 !important;
    }
}
.malert-text {
    font-size: 14px;
    font-style: italic;
    margin: 3px 0;
}

.malert-ok {
    color: #069206;
}

.malert-failed {
    color: #d60000;
    font-weight: bold;
}

.malert-list {
    max-height: 250px;
    overflow-y: auto;
}
.malert-size {
    width: 450px;
    max-width: 100% !important;
    margin: 10px  auto;
    padding: 15px;
}
.tf-total {
    background-color: #027115;
}
.tf-total td {
    font-weight: bold;
    color: #fff;
}
.col-total {
    background-color: #19778e !important;
    color: #ffffff !important;
    font-weight: bold;
}
.col-rcancel {
    background-color: #d20000 !important;
    color: #ffffff !important;
    font-weight: bold;
}
.table-report th {
    border-bottom: solid 2px #ffffff !important;
    color: #4a4a4a;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #535e65;
    color: #fff;
}
.graphic-box {
    margin: 0 0 30px 0;
    border-bottom: solid 1px #ddd;
    padding: 5px 0 30px 0;
}
.cbox-title {
    font-size: 18px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 10px 0;
    margin: 15px 0;
}
.chart-empty {
    text-align: center;
    font-style: italic;
    font-size: 15px;
    padding: 30px 0;
    color: #f50000;
    font-weight: bold;
}
.htext-chart {
    font-size: 16px;
    color: #808080;
}
.hnum-chart {
    color: #5f5f5f;
    font-size: 40px;
    font-family: fantasy;
    line-height: 105%;
}
.hdate-chart {
    font-size: 15px;
    color: #9c9c9c;
}
.hcontent-chart {
    padding: 10px 10px;
}
.pick-group {
    max-height: 250px;
    overflow-y: auto;
}
.label-pick span {
    margin-left: 10px;
    position: relative;
    top: 1px;
}
.label-pick {
    margin: 5px 0;
}
.label-pick-head{
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
}
.mde-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    font-size: 22px;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.mde-header .close > span {
    float: none;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1;
    text-decoration: none;
}

/*CSS SPG SYSTEM*/
.col-card {
    display: block;
    float: left;
    padding: 0 15px;
    width: 100%;
}
.card-box {
    border: solid 2px #00a7d0;
    padding-bottom: 26px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
}
.card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
}
.rptcard-head {
    padding: 2px 10px;
    display: block;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #00a7d0;
}
.rptcard-date {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    color: #f26723;
    padding-left: 25px;
}
.rptcard-no {
    font-weight: bold;
    font-size: 13px;
    color: #f26723;
}
.rptcard-content {
    padding: 5px 10px;
}
.bcard-detail {
    display: block;
    text-align: center;
    background-color: #00a7d0;
    font-size: 14px;
    color: #ffffff !important;
    text-decoration: none !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: solid 2px #00a7d0;
    padding: 2px 5px;
    line-height: normal;
}
.bcard-detail > i {
    font-size: 12px;
    margin-right: 2px;
    position: relative;
    top: -1px;
}
.bcard-detail:hover,.bcard-detail:focus,.bcard-detail:active {
    background-color: #1cbde5;
    border: solid 2px #1cbde5;
    color: #ffffff !important;
}
.rptcard-num {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    line-height: normal;
    min-width: 23px;
    height: 23px;
    text-align: center;
    padding: 1px 0;
    background-color: #00a7d0;
    border-top-left-radius: 1px;
    font-size: 12px;
    color: #ffffff;
}
.rptcard-title {
    font-size: 13px;
    font-weight: bold;
    width: 50px;
}
.rptcard-title2 {
    font-size: 13px;
    font-weight: bold;
    width: 95px;
}
.rptcard-barcode {
    font-size: 13px;
    font-weight: bold;
}
.rptcard-desc {
    font-size: 13px;
    font-weight: bold;
    padding: 0 5px;
}
.rptcard-table{
    width: 100%;
}
.rptcard-title > span {
    float: right;
}
.bcard-delete {
    display: block;
    text-align: center;
    background-color: #9f1515;
    font-size: 13px;
    color: #ffffff !important;
    text-decoration: none !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: solid 2px #9f1515;
    padding: 2px 5px;
    line-height: normal;
}
.bcard-delete > i {
    font-size: 11px;
    margin-right: 2px;
    position: relative;
    top: -1px;
}
.bcard-delete:hover,.bcard-delete:focus,.bcard-delete:active {
    background-color: #bf1818;
    border: solid 2px #bf1818;
    color: #ffffff !important;
}
.card-item .card-box {
    border: solid 2px #808080;
    padding-bottom: 0;
    border-radius: 0;
}
.card-item .rptcard-head {
    border-color: #808080;
}
.card-item .rptcard-num {
    background-color: #808080;
}
.card-inventory .card-box {
    border: solid 2px #00a65a;
    border-radius: 0;
    padding-bottom: 22px;
}
.card-inventory .rptcard-head {
    border-color: #00a65a;
}
.card-inventory .rptcard-num {
    background-color: #00a65a;
}
.card-inventory .rptcard-title {
    width: 85px;
    vertical-align: top;
}
.invreport-table {
    width: 100%;
}
.invreport-table td {
    text-align: center;
    border: solid 2px #198151 !important;
    font-size: 14px;
}
.thcard-invreport > td {
    font-weight: bold;
    color: #198151 !important;
    width: 25%;
}
.card-invreport .card-box {
    border-radius: 0;
    border: solid 2px #198151;
}
.card-invreport .rptcard-num {
    background-color: #198151;
}
.card-invreport .rptcard-head {
    border-bottom: solid 1px #198151;
}
.bcard-detail2 {
    display: block;
    text-align: center;
    background-color: #198151;
    font-size: 14px;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 0;
    border: solid 2px #198151;
    padding: 2px 5px;
    line-height: normal;
}
.bcard-detail2 > i {
    font-size: 12px;
    margin-right: 2px;
    position: relative;
    top: -1px;
}
.bcard-detail2:hover,.bcard-detail2:focus,.bcard-detail2:active {
    background-color: #198151;
    border: solid 2px #198151;
    color: #ffffff !important;
}
.rptcard-sku {
    font-size: 13px;
    font-weight: bold;
    width: 50px;
    color: #198151 !important;
}
.orange {
    color: #f26723;
}
.blue {
    color: #00a7d0;
}
.card-competitor .card-box {
    border: solid 2px #f39c12;
    border-radius: 0;
    padding-bottom: 22px;
}
.card-competitor .rptcard-head {
    border-color: #f39c12;
}
.card-competitor .rptcard-num {
    background-color: #f39c12;
}
.card-competitor .rptcard-title {
    width: 85px;
}
.upload-view {
    text-align: center;
    margin: 10px 0 ;
}
.card-img-top{
    max-width: 100%;
    width: 80px;
    height: 80px;
    border: solid 1px #ddd;
}
.link-report {
    color: #ffffff !important;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-style: initial;
}
.user-img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.no-item {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    font-style: italic;
}
.datepicker {
    z-index: 1031 !important;
}
.madd-table2{
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.photo-group {
    display: block;
    position: relative;
    border: solid 1px #ddd;
    box-shadow: 0 0 10px #808080;
    margin-bottom: 30px;
}
.photo-image {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}
.activity-wrap {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
}
.link-fsku{
    color: #333;
    text-decoration: underline;
}
.thcard-invreport > td {
    width: 20%;
}
.color-visit > .card-box {
    border: solid 2px #00a65a;
}
.color-visit .rptcard-num {
    background-color: #00a65a;
}
.drop-wms > i {
    margin-left: 5px;
}
.drop-wms {
    min-width: 180px;
    text-align: center;
    font-weight: bold;
}
.dwms-list {
    width: 100%;
    padding: 0;
    border-radius: 0;
}
.dwms-list > li > a {
    padding: 5px 20px;
    font-weight: bold;
}
@media(max-width: 768px){
    .drop-wms {
        padding: 15px 5px !important;
    }
    .dwms-list {
        right: 0 !important;
        width: 100% !important;
    }
    .dwms-list > li > a {
        color: #777777 !important;
        text-align: right;
    }
}
.select2{
    width: 100% !important;
}

.highcharts-credits{
    display: none !important;
}
.group-percent{
    width: 80px;
    display: inline-block;
}
#table-order-item th {
    vertical-align: middle;
}
#table-order-item td {
    font-size: 13px;
}
.col-price {
    min-width: 100px;
}
.preview-order{
    white-space: nowrap;
}
.col-productname {
    width: 230px;
    white-space: normal;
}
.ihide-price {
    padding: 2px 5px;
    height: 25px;
    font-size: 12px;
    text-align: right;
    display: none;
}
.bg-clear {
    border: solid 1px #dd4b39;
    background-color: #ffffff;
    color: #dd4b39;
}
.group-price {
    width: 150px;
    display: inline-block;
}
.group-price .form-control {
    font-size: 14px;
    text-align: right;
}
.group-disc {
    width: 100px;
    display: inline-block;
}
.group-disc .form-control {
    font-size: 14px;
    text-align: right;
}
.group-customer {
    position: relative;
}
.cust-wrap {
    width: 100%;
    padding: 0;
    border: solid 1px #dddddd;
    height: 165px;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 34px;
    z-index: 10;
    background-color: #ffffff;
}
.cust-wrap > li {
    display: block;
}
.list-cust {
    display: block;
    color: #333;
    padding: 6px 12px;
    border-bottom: solid 1px #ddd;
}
.list-cust:hover,.list-cust:focus,.list-cust:active {
    background-color: #e4e4e4;
    color: #333;
}
.auto-group {
    position: relative;
}
.auto-suggest {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    z-index: 3;
    width: 100%;
    border: solid 1px #cccccc;
    max-height: 88px;
    overflow-y: auto;
    display: none;
    margin: 0;
    padding: 0;
}

.auto-suggest > li {
    display: block;
}
.auto-link {
    display: block;
    padding: 5px 11px;
    font-size: 13px;
    border-bottom: solid 1px #ccc;
    color: #444444;
}
.auto-link:hover,.auto-link:focus,.auto-link:active {
    background-color: #f4f4f4;
    color: #444444;
}
.sell-update{
    font-size: 11px;
    color: #808080;
    background-color: #ffff;
    border: solid 1px #ccc;
    border-bottom: 0;
}
.monitor-mp{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #444444;
}
.row-suspend {
    background-color: #dc8100 !important;
    color: #fff;
}
.row-outstock {
    background-color: #808080 !important;
    color: #fff;
}
.row-blocked {
    background-color: #da1212 !important;
    color: #fff;
}
.row-suspend .mqty{
    pointer-events: none !important;
    cursor: not-allowed !important;
    background-color: #cccccc;
}
.row-suspend .btn-order{
    pointer-events: none !important;
    cursor: not-allowed !important;
    background-color: #cccccc !important;
}
.row-outstock .mqty{
    pointer-events: none !important;
    cursor: not-allowed !important;
    background-color: #cccccc;
}
.row-outstock .btn-order{
    pointer-events: none !important;
    cursor: not-allowed !important;
    background-color: #cccccc !important;
}
.row-blocked .mqty{
    pointer-events: none !important;
    cursor: not-allowed !important;
    background-color: #cccccc;
}
.row-blocked .btn-order{
    pointer-events: none !important;
    cursor: not-allowed !important;
    background-color: #cccccc !important;
}
.box-mid {
    padding: 5px 15px;
    margin-bottom: 15px;
    background-color: #b0e6ee;
    margin: 0 -10px 10px -10px;
    background: linear-gradient(to left, #84a9af, #dae2e3);
}
.box-mid .box-title {
    font-size: 17px;
    font-weight: bold;
    margin: 0 -5px;
    font-style: italic;
} 
.bg-silver{
    background-color: #c3cbdc;
    background-image: linear-gradient(147deg, #c3cbdc 0%, #edf1f4 74%);
    color: #000000 !important;
}
.bg-gold{
    background-color: #fec84e;
    background-image: linear-gradient(to right, #BF953F, #FCF6BA);
    color: #000000 !important;
}
.selpop-wrap {
    position: relative;
}
.selpop-list {
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    z-index: 10;
    border: solid 1px #ddd;
    max-height: 100px;
    overflow-y: auto;
}
.selpop-list > li {
    display: block;
}
.selpop-list > li > a {
    display: block;
    padding: 6px 6px;
    border-bottom: solid 1px #ddd;
    color: #808080 !important;!i;!;
}
.selpop-list > li > a:hover,.selpop-list > li > a:focus,.selpop-list > li > a:active {
    background-color: #ddd;
    color: #444444 !important;!i;!;
}