﻿*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
}

*, * focus {
    outline: none;
    margin: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

textarea, input[type=text], input[type=password] {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
}

button, input[type=submit] {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

img {
    border: 0;
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

a {
    color: #236ec7;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
    }

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

strong {
    font-weight: 600;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

a.button::-moz-focus-inner {
    border: 0;
    padding-top: 20px;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
    content: "";
    display: block;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *, * focus {
        outline: none;
    }

.show-mobile, .hidden {
    display: none !important;
}

.btn {
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #fff;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    line-height: 20px;
    font-family: Open Sans;
    cursor: pointer;
}

    .btn.btn-gray {
        color: #fff;
        border: 1px solid #666;
        background: #666;
    }

    .btn.btn-red {
        color: #fff;
        border: 1px solid #DF1F26;
        background: #DF1F26;
    }

    .btn.btn-green {
        color: #fff;
        border: 1px solid #35ad4a;
        background: #35ad4a;
    }

    .btn:hover, .btn.btn-gray:hover {
        color: #fff;
        border: 1px solid #DF1F26;
        background: #DF1F26;
        text-decoration: none;
    }

    .btn.btn-red:hover, .btn.btn-green:hover {
        color: #fff;
        border: 1px solid #666;
        background: #666;
    }

.btn-icon {
    display: inline-block;
    line-height: 32px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
}

    .btn-icon .fa {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 32px;
        font-size: 16px;
        font-weight: normal;
    }

.required[style*="hidden"] {
    display: none;
}

.required {
    font-family: Arial;
    position: absolute;
    top: -22px;
    right: 0;
    background: #CA1A0F none repeat scroll 0 0;
    color: #FFF !important;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 10px;
}

    .required:after {
        content: "▼";
        color: #CA1A0F;
        position: absolute;
        top: 14px;
        right: 5px;
        font-size: 12px;
    }

.field-validation-error {
    font-family: Arial;
    position: absolute;
    top: -22px;
    right: 0;
    background: #CA1A0F none repeat scroll 0 0;
    color: #FFF !important;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 10px;
}

    .field-validation-error:after {
        content: "▼";
        color: #CA1A0F;
        position: absolute;
        top: 14px;
        right: 5px;
        font-size: 12px;
    }

body {
    line-height: 20px;
    outline: none;
    font-size: 12px;
    font-family: Open Sans, Arial;
    color: #111;
    background: #fafafa;
    margin: 0;
    min-width: 1000px;
}

.wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

    .wrapper:after, .container:after, .clear:after, .row:after {
        content: "";
        display: block;
        clear: both;
    }

.fleft {
    float: left;
}

.fright {
    float: right;
}

.containerPage {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #fafafa;
}

#header {
    background: #0f4256;
    width: 100%;
    height: 50px;
    position: relative;
    _position: fixed;
    _top: 0;
    _left: 0;
    z-index: 100;
}

#toggleCatgory {
    height: 36px;
    width: 36px;
    padding: 12px 9px 0;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 7px;
    left: 2px;
    z-index: 101;
}

    #toggleCatgory span {
        display: block;
        height: 2px;
        background: #fff;
        margin-bottom: 3px;
    }

    #toggleCatgory:hover {
        background: #39474e;
        border-radius: 18px;
    }

.logo {
    line-height: 50px;
    color: #fff;
    margin-left: 50px;
    font-size: 18px;
    text-decoration: none !important;
}

    .logo strong {
        font-weight: 600;
    }

.navTop {
    padding: 0;
}

    .navTop > li {
        float: left;
        height: 50px;
        margin-right: 20px;
        position: relative;
        padding: 9px 0;
    }

        .navTop > li .navSub {
            display: none;
            width: 220px;
            position: absolute;
            top: 50px;
            right: -20px;
            background: #fff;
            border: 1px solid #ccc;
            border-top: 0;
            border-radius: 0 0 2px 2px;
            box-shadow: 0 3px 8px 0 #000000;
            box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2);
        }

.navTop > li:hover .navSub {
            display: block;
        }

    .navTop .navSub li a {
        font-size: 13px;
        padding: 9px 10px 8px;
        display: block;
        line-height: 20px;
        border-bottom: 1px solid #ccc;
    }

        .navTop .navSub li a:hover {
            text-decoration: none;
            background: #f5f5f5;
        }

.navTop-cart {
    display: block;
    position: relative;
    background: #fff;
    text-align: center;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    margin: 5px 0;
    color: #111;
}

    .navTop-cart:hover {
        background: #ccc;
    }

    .navTop-cart .fa {
        line-height: 22px;
    }

    .navTop-cart span {
        position: absolute;
        background: #111;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        padding: 0 2px;
        line-height: 16px;
        top: -8px;
        left: 16px;
        min-width: 14px;
    }

.navTop-user {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    overflow: hidden;
}

    .navTop-user img {
        width: 32px;
        height: 32px;
    }

#containerMain {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #fafafa;
    width: 100%;
}

.containerLeft {
    float: left;
    width: 230px;
    border-right: 1px solid #dcdcdc;
    padding-top: 10px;
    transition: all 0.2s;
    padding-bottom: 50px;
}

.containerRight {
    float: right;
    width: calc(100% - 230px);
    min-height: 590px;
    box-shadow: -1px 0 0 0 #dcdcdc;
    transition: all 0.2s;
    padding-bottom: 50px;
}

#containerMain.containerMainMin .containerLeft {
    width: 40px;
}

#containerMain.containerMainMin .containerRight {
    width: calc(100% - 40px);
}

#containerMain.containerMainFull .containerLeft {
    width: 0;
    border-right: 0;
    overflow: hidden;
}

#containerMain.containerMainFull .containerRight {
    width: 100%;
    overflow: hidden;
}

.sideBar-list {
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

    .sideBar-list > p {
        padding: 12px 10px 12px 5px;
    }

    .sideBar-list.active > p, .sideBar-list p:hover {
        background: #eee;
    }

    .sideBar-list > p > a {
        display: block;
        color: #525252;
        font-weight: 600;
        position: relative;
        padding-left: 28px;
        font-size: 13px;
        line-height: 20px;
        text-transform: uppercase;
        height: 20px;
        overflow: hidden;
    }

    .sideBar-list.active > p > a {
        color: #496471;
    }

    .sideBar-list > p > a .fa {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 18px;
        line-height: 20px;
        width: 24px;
        text-align: center;
        transition: all 0.2s;
    }

    .sideBar-list > .sideBar-sub {
        display: none;
        padding: 6px 0;
    }

    .sideBar-list.active > .sideBar-sub {
        display: block;
    }

    .sideBar-list > .sideBar-sub li {
        padding: 6px 5px 6px 45px;
        position: relative;
    }

        .sideBar-list > .sideBar-sub li a {
            display: block;
            color: #525252;
            font-weight: 600;
            font-size: 13px;
            line-height: 20px;
        }

            .sideBar-list a:hover, .sideBar-list > .sideBar-sub li a:hover {
                color: #236ec7;
                text-decoration: none;
            }

.containerMainMin .sideBar-list > p > a span {
    display: none;
}

.containerMainMin .sideBar-list #resizeSideBar {
    transform: rotate(-180deg);
}

.containerMainMin .sideBar-list.active > .sideBar-sub {
    display: none;
}

.containerMainMin .sideBar-list:hover > .sideBar-sub {
    display: block;
    position: absolute;
    width: 200px;
    background: #fafafa;
    border-top: 1px solid #dcdcdc;
    z-index: 10;
    top: -1px;
    left: 39px;
    box-shadow: 1px 1px 3px #000000;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.containerMainMin .sideBar-list > .sideBar-sub li {
    padding-left: 10px;
}

.page-title {
    background: #fff;
    box-shadow: 0 1px 3px #000000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    line-height: 26px;
    padding: 14px 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-title span {
        display: block;
        font-size: 13px;
        font-weight: normal;
        line-height: 20px;
    }

.boxed {
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px #000000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 10px auto 0;
    position: relative;
}

.box-min {
    width: 50%;
    min-width: 400px;
}

.box-full {
    width: calc(100% - 20px);
    max-width: 1800px;
}

.box-three {
    width: calc(33.3333% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

.boxbtn-top {
    position: absolute;
    top: 7px;
    right: 0;
    height: 28px;
}

.btn-title {
    float: right;
    margin-right: 7px;
    border: 0;
    display: block !important;
    height: 28px;
    padding: 0 10px 0 25px;
    line-height: 28px !important;
    text-transform: uppercase;
    background: #666;
    color: #fff;
    font-family: Open Sans, Arial !important;
    font-size: 10px !important;
    position: relative;
    cursor: pointer;
}

    .btn-title:hover {
        background: #111;
        text-decoration: none;
    }

    .btn-title.fa:before {
        font-family: FontAwesome;
        font-size: 14px;
        position: absolute;
        top: 1px;
        left: 7px;
    }

.boxed-title {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    line-height: 22px;
}

    .boxed-title i {
        font-style: normal;
        font-weight: normal;
    }

.txt-title {
    float: right;
    margin-right: 7px;
    height: 28px;
    border: 1px solid #ddd;
    line-height: 26px;
    padding: 0 5px;
    font-size: 12px;
}

.label-title {
    float: right;
    margin-right: 7px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}

.formTitle {
    padding: 20px 15px 5px;
    font-weight: 600;
    font-size: 14px;
}

.title-line {
    clear: both;
    font-weight: 600;
    font-size: 14px;
    color: #236ec7;
    padding: 20px 15px 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

    .title-line a, .title-line span {
        -webkit-flex-grow: 0;
        flex-grow: 0;
        color: inherit;
    }

    .title-line:after {
        content: "";
        display: block;
        border-top: 1px solid #236ec7;
        padding-bottom: 5px;
        margin-left: 10px;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }

.de-after:after {
    content: none;
}

.rd-deliver {
    margin-top: 17px;
}

.formInput {
    padding: 10px 15px 5px;
}

    .formInput > label, .formInput > div > label {
        font-size: 13px;
        font-weight: normal;
        line-height: 20px;
        display: block;
        padding-bottom: 5px;
    }

        .formInput > label .link {
            font-weight: normal;
        }

.formPg05 .formInput {
    padding: 10px 5px 5px;
}

    .formPg05 .formInput.formPg-l {
        padding-left: 15px;
    }

    .formPg05 .formInput.formPg-r {
        padding-right: 15px;
    }

.formTxt {
    position: relative;
}

    .formTxt.btnInRight .txt {
        float: left;
        width: calc(100% - 73px);
    }

    .formTxt.btnInRight .btn {
        font-size: 10px;
        width: 70px;
        float: right;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

.formImg img {
    height: 40px;
    overflow: hidden;
    transition: all 0.2s;
}

    .formImg img:hover {
        transform: scaleX(3) scaleY(3);
    }

.formFile {
    position: relative;
}

    .formFile .file-img {
        float: left;
        width: 32px;
        height: 32px;
        overflow: hidden;
    }

        .formFile .file-img img {
            height: 32px;
            width: 32px;
        }

    .formFile .file-btn {
        float: right;
        height: 32px;
        background: #666;
        color: #fff;
        font-size: 10px;
        text-transform: uppercase;
        line-height: 32px;
        font-weight: 600;
        width: 70px;
        text-align: center;
    }

    .formFile .txt {
        float: left;
        width: calc(100% - 110px);
        margin-left: 5px;
    }

.formMsg {
    font-weight: 600;
    font-size: 13px;
}

    .formMsg .msg-green {
        background: #6cb16c;
        padding: 6px 20px;
        color: #fff;
    }

    .formMsg .msg-red {
        background: #f35050;
        padding: 6px 20px;
        color: #fff;
    }

.formBtn {
    padding: 10px 15px;
}

    .formBtn .btn, .formBtn .btn-icon {
        margin-right: 10px;
    }

    .formBtn .btn, .formBtn .btn-icon, .formTxt .btn {
        vertical-align: middle;
    }

    .formInput:after, .formBtn:after, .formTxt:after, .formFile:after {
        content: "";
        display: block;
        clear: both;
    }

.formTxt .resultSearch {
    position: absolute;
    width: 100%;
    top: 33px;
    background: #fbfbfb;
    border: 1px solid #ddd;
    z-index: 5;
}

    .formTxt .resultSearch .item {
        border-bottom: 1px solid #ddd;
        padding: 5px 10px;
        cursor: pointer;
    }

        .formTxt .resultSearch .item:last-child {
            border-bottom: 0;
        }

        .formTxt .resultSearch .item:hover {
            background: #f1f1f1;
        }

.formMin {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

    .formMin .formInput {
        padding: 10px 5px 0;
    }

        .formMin .formInput > label {
            font-weight: normal;
        }

.txt {
    padding: 5px 10px;
    line-height: 20px;
    width: 100%;
    border: 1px solid #ddd;
    min-height: 32px;
}

    .txt.txt-date {
        float: left;
        width: 56%;
        padding-right: 0;
    }

    .txt.txt-time {
        float: right;
        width: 43%;
        padding-right: 0;
    }

.txt-line {
    border: 0;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
    background: none;
}

.txt.disabled {
    background: #ebebe4 !important;
    color: #ebebe4 !important;
}

textarea.txt {
    min-height: 104px;
}

.string {
    padding: 5px 10px;
    line-height: 20px;
    width: 100%;
    border: 1px solid #ddd;
    min-height: 32px;
    display: block;
    font-size: 13px;
}

    .string.scroll {
        height: 109px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .string .cRed {
        display: inline-block;
        font-weight: bold;
        margin-right: 5px;
    }

.radio {
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 10px;
}

    .radio input {
        float: left;
        height: 30px;
    }

    .radio span {
        float: left;
        height: 30px;
        line-height: 30px;
        padding-left: 5px;
        margin-right: 20px;
        font-size: 14px;
    }

    .radio:after {
        content: "";
        display: block;
        clear: both;
    }

.checkbox {
    float: left;
    height: 26px;
    margin-right: 20px;
}

    .checkbox input[type="checkbox"] {
        float: left;
        height: 26px;
    }

    .checkbox label {
        float: left;
        height: 26px;
        line-height: 26px;
        padding-left: 5px;
        font-size: 14px;
    }

.radiolist input {
    float: left;
    height: 26px;
}

.radiolist label {
    float: left;
    height: 26px;
    line-height: 26px;
    padding-left: 5px;
    font-size: 14px;
}

.line-through {
    text-decoration: line-through;
}

.cBlack {
    color: #000;
}

.cGray {
    color: #ccc;
}

.cRed {
    color: red;
}

.cGreen {
    color: #08ca5a;
}

.cBlue {
    color: #236ec7;
}

.cOrange {
    color: orange;
}

.tagRed {
    background: red;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    font-size: 10px;
    padding: 0 4px;
    border-radius: 2px;
}

.tagOrange {
    background: orange;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    font-size: 10px;
    padding: 0 4px;
    border-radius: 2px;
}

.tagGreen {
    background: #08ca5a;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    font-size: 10px;
    padding: 0 4px;
    border-radius: 2px;
    margin-bottom: 1px;
}

.tagBlue {
    background: #236ec7;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    font-size: 10px;
    padding: 0 4px;
    border-radius: 2px;
    margin-bottom: 1px;
}

.tagBlack {
    background: #000;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    font-size: 10px;
    padding: 0 4px;
    border-radius: 2px;
    margin-bottom: 1px;
}

.tagGray {
    background: #ccc;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    font-size: 10px;
    padding: 0 4px;
    border-radius: 2px;
    margin-bottom: 1px;
}

.tagPink {
    background: deeppink;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    font-size: 10px;
    padding: 0 4px;
    border-radius: 2px;
    margin-bottom: 1px;
}

a.tagRed:hover, a.tagOrange:hover, a.tagGreen:hover, a.tagBlue:hover, a.tagBlack:hover, a.tagGray:hover {
    opacity: 0.8;
    text-decoration: none;
}

.tagM {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
}

.tagB {
    font-weight: bold;
    padding: 3px 10px;
    font-size: 14px;
}

.alignC {
    text-align: center !important;
}

.alignL {
    text-align: left !important;
}

.alignR {
    text-align: right !important;
}

.wd6c {
    width: calc(100%/6);
    float: left;
}

.wd8c {
    width: calc(100%/8);
    float: left;
}

.wd14 {
    width: 14%;
    float: left;
}

.wd16c {
    width: calc(100%/16);
    float: left;
}

.wd20 {
    width: 20%;
    float: left;
}

.wd25 {
    width: 25%;
    float: left;
}

.wd50 {
    width: 50%;
    float: left;
}

.wd75 {
    width: 75%;
    float: left;
}

.wd100 {
    width: 100%;
    float: left;
}

.br {
    display: block;
    font-size: 0;
    line-height: 0;
}

.boxScroll {
    overflow: auto;
    padding-bottom: 30px;
    width: 100%;
}

.table-list {
    width: 100%;
}

    .table-list tr th {
        text-align: left;
        padding: 8px 5px;
        font-size: 11px;
        font-weight: 600;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        text-transform: uppercase;
    }

        .table-list tr th:first-child, .table-list tr td:first-child {
            padding-left: 10px;
        }

    .table-list tr td {
        padding: 8px 5px;
        font-size: 12px;
        vertical-align: top;
    }

    .table-list.table12 tr td, .table-list.table12 tr th {
        font-size: 12px;
    }

    .table-list tr td.level-2 {
        padding-left: 50px;
    }

    .table-list tr td.level-3 {
        padding-left: 90px;
    }

    .table-list tr td.level-4 {
        padding-left: 130px;
    }

    .table-list tr td.level-5 {
        padding-left: 150px;
    }

    .table-list tr td.level-6 {
        padding-left: 170px;
    }

    .table-list tr td.level-7 {
        padding-left: 190px;
    }

    .table-list thead tr, .table-list tr:nth-child(2n) {
        background: #f9f9f9;
    }

    .table-list tr:hover {
        background: #f5f5f5;
    }

    .table-list tr.bgno {
        background: none;
    }

    .table-list tr.bdTop {
        border-top: 1px solid #ececec;
    }

    .table-list tr.bdBot {
        border-bottom: 1px solid #ececec;
    }

    .table-list tr td .fa {
        font-size: 22px;
        text-decoration: none !important;
        transition: all 0.25s;
        ;
    }

    .table-list tr td a .fa:hover, .table-list tr td a.fa:hover {
        text-shadow: 0 2px 0 #000;
    }

    .table-list tr td .fa.title-icon {
        float: left;
        width: 22px;
        color: #666;
        line-height: 20px;
        font-size: 14px;
    }

    .table-list tr td .tb-img {
        float: left;
        height: 40px;
        width: 40px;
        margin-right: 10px;
    }

    .table-list .tb-action {
        display: none;
        text-align: left;
    }

        .table-list .tb-action .txt-pos {
            width: 100px;
        }

        .table-list .tb-action .action-Pos {
            position: absolute;
        }

    .table-list td:hover .tb-action {
        display: block;
    }

    .table-list .tb-action li {
        display: inline-block;
        height: 14px;
        border-left: 1px solid #ccc;
        padding: 0 5px 0 6px;
        line-height: 14px;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 600;
    }

        .table-list .tb-action li:first-child {
            border: 0;
            padding-left: 0;
        }

    .table-list .tdTitle {
        display: none;
    }

.boxed__scroll {
    overflow-y: visible;
    overflow-x: auto;
}

    .boxed__scroll .table-list {
        min-width: 100%;
    }

#msg {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}

    #msg .msg-green {
        background: #008000;
        background: rgba(0, 128, 0, 0.8);
        padding: 6px 15px;
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        font-weight: 600;
        display: inline-block;
        border: 1px solid #008000;
        border-radius: 4px;
    }

#msg .msg-red {
    background: #ff0000;
    background: rgba(255, 0, 0, 0.8);
        padding: 6px 15px;
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        font-weight: 600;
        display: inline-block;
        border: 1px solid #d40000;
        border-radius: 4px;
}

.pagination {
    border-top: 1px solid #ddd;
    padding: 5px 5px 0;
}

    .pagination li {
        float: left;
        display: block;
    }

        .pagination li a {
            float: left;
            padding: 5px 12px;
            line-height: 18px;
            color: #666;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-bottom: 5px;
            margin-right: -1px;
        }

        .pagination li.active a {
            background: #666;
            border-color: #666;
            color: #fff;
        }

        .pagination li a:hover {
            background: #df1f26;
            border-color: #df1f26;
            color: #fff;
        }

.cart-qty {
    width: 90px;
    height: 30px;
    display: inline-block
}

    .cart-qty .cart-qty-input {
        border: 1px solid #eaeaea;
        height: 26px;
        width: 36px;
        float: left;
        border-right: none;
        border-left: none;
        text-align: center;
        background: #fff;
        padding: 0 5px;
        line-height: 24px;
        -webkit-appearance: none;
        -moz-appearance: none
    }

    .cart-qty .cart-qty-minus, .cart-qty .cart-qty-plus {
        width: 26px;
        height: 26px;
        border: 1px solid #eaeaea;
        float: left;
        font-family: Courier;
        line-height: 24px;
        color: #9e9e9e;
        display: block;
        text-align: center;
        background: #fff;
    }

        .cart-qty .cart-qty-minus:hover, .cart-qty .cart-qty-plus:hover {
            text-decoration: none;
            background: #f9f9f9;
        }

.tagsList .item {
    float: left;
    background: #6fb1ff;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 5px 25px 5px 5px;
    max-width: 160px;
    position: relative;
}

    .tagsList .item img {
        width: 32px;
        height: 32px;
        float: left;
        margin-right: 5px;
    }

    .tagsList .item .iName {
        color: #fff;
        font-size: 12px;
        display: block;
        line-height: 16px;
        overflow: hidden;
        max-height: 32px;
    }

    .tagsList .item .fa {
        color: #b70000;
        font-size: 18px;
        position: absolute;
        top: 3px;
        right: 2px;
        width: 18px;
        text-align: center;
        cursor: pointer;
    }

.imageList.tagsList .item {
    padding-right: 5px;
}

    .imageList.tagsList .item img {
        margin-right: 0;
    }

.formChat .boxed {
    margin-top: 0;
    border-top: 0;
    padding-bottom: 0;
    height: 100%;
}

.boxLiveChat {
    width: 100%;
    position: relative;
    height: calc(100% - 42px);
}

.cbUserscroll {
    height: 100%;
    width: 30%;
    float: left;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    border-right: 1px solid #dcdcdc;
}

#messDialog {
    position: absolute;
    width: 100%;
    padding: 10px 10px;
    z-index: 10;
    background: #008000;
    background: rgba(0, 128, 0, 0.8);
    color: #fff;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cbUserList li {
    position: relative;
    display: block;
}

#cbUserList a {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #EBEBEB;
    background: #fff;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

    #cbUserList a:hover {
        background: #F2F2F2;
    }

    #cbUserList a.seleted {
        background: #e5f8ff;
    }

    #cbUserList a strong {
        font-size: 13px;
        display: block;
        color: #0068a1;
        line-height: 18px;
        width: calc(100% - 90px);
        overflow: hidden;
    }

    #cbUserList a.viewed strong {
        color: #4E4E4E;
    }

    #cbUserList a i {
        position: absolute;
        right: 5px;
        top: 5px;
        font-style: normal;
        font-size: 11px;
        color: #979797;
        line-height: 18px;
    }

    #cbUserList a span {
        font-size: 13px;
        color: #4E4E4E;
        line-height: 18px;
        display: block;
        height: 18px;
        width: 100%;
        overflow: hidden;
    }

.cbChatContent {
    float: left;
    height: 100%;
    width: 50%;
    border-right: 1px solid #dcdcdc;
}

.chat-header {
    height: 30px;
    line-height: 20px;
    padding: 5px 10px;
    box-shadow: 0 1px 2px 0 #ccc;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.closeChat {
    display: none !important;
}

.cbDetail {
    height: calc(100% - 95px);
    position: relative;
    overflow: hidden;
}

.cbContent {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

#cbMessList {
    display: block;
    margin: 0;
    padding: 15px;
    width: 100%;
}

    #cbMessList:after {
        content: "";
        display: block;
        clear: both;
    }

    #cbMessList li {
        display: block;
        color: #111;
        line-height: 18px;
        font-size: 13px;
        padding: 5px 10px;
        max-width: 95%;
        width: auto;
        margin-bottom: 5px;
        position: relative;
        clear: both;
        word-wrap: break-word;
    }

    #cbMessList .messadName {
        float: right;
        margin-bottom: 0;
        padding: 0;
        font-size: 12px;
        font-weight: bold;
        color: #357eb1;
    }

    #cbMessList .messad {
        float: right;
        background: #e5f8ff;
    }

        #cbMessList .messad:before {
            content: "►";
            color: #e5f8ff;
            position: absolute;
            right: -10px;
            top: 5px;
            width: 15px;
            display: block;
            font-size: 20px;
            text-align: left;
            line-height: 18px;
        }

    #cbMessList .messcus {
        float: left;
        background: #f5f5f5;
    }

        #cbMessList .messcus:before {
            content: "◄";
            color: #f5f5f5;
            position: absolute;
            left: -15px;
            top: 5px;
            width: 15px;
            display: block;
            font-size: 20px;
            text-align: right;
            line-height: 18px;
        }

    #cbMessList li .date {
        display: block;
        font-style: normal;
        font-size: 11px;
        color: #979797;
        line-height: 18px;
        padding-top: 2px;
    }

    #cbMessList .messad .date {
        text-align: right;
    }

.cbInput {
    border-top: 1px #ededed solid;
    position: relative;
    transition: all 0.2s;
    overflow: hidden;
}

.cbTxt {
    border: 0;
    width: 100% !important;
    height: 64px !important;
    line-height: 18px;
    font-size: 13px;
    padding: 4px 25px 4px 10px;
    display: block;
}

.cbInfo {
    width: 20%;
    height: 100%;
    float: left;
}

.cbInfo-input {
    padding: 10px;
}

    .cbInfo-input #cbInfoLink {
        color: blue;
        text-decoration: underline;
        font-size: 13px;
        display: block;
        word-wrap: break-word;
        max-height: 54px;
        width: 100%;
        overflow: hidden;
        line-height: 18px;
    }

.quick-reply {
    text-align: right;
}

    .quick-reply .txt {
        min-height: 72px;
    }

    .quick-reply .btn {
        padding: 2px 10px;
        margin-top: 5px;
        font-size: 10px;
    }

.listBonus {
    padding: 0;
    margin: 0;
    padding-left: 50px;
}

    .listBonus li {
        display: block;
        _padding-left: 42px;
        position: relative;
        _padding-top: 6px;
        font-size: 12px;
        _line-height: 16px;
        _min-height: 40px;
    }

        .listBonus li img {
            position: absolute;
            top: 8px;
            left: 0;
            width: 32px;
        }

.breakWord {
    display: inline-block;
    overflow: hidden;
    word-wrap: break-word;
}

.overWord {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 120px;
}

    .overWord.show {
        text-overflow: unset;
        white-space: normal;
        word-wrap: break-word;
    }

.tabList li {
    float: left;
}

.tabList.tab2 li {
    width: 50%;
}

.tabList.tab3 li {
    width: 33.33333%;
}

.tabList.tab4 li {
    width: 25%;
}

.tabList.tab5 li {
    width: 20%;
}

.tabList a {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: block;
    height: 31px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #444444;
    line-height: 30px;
    background: #f9f9f9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .tabList a.active {
        border-bottom: 1px solid #fff;
        background: #fff;
    }

    .tabList a:hover {
        background: #fff;
        text-decoration: none;
    }

.tabList li:first-child a {
    border-left: 0;
}

.cus-info {
    position: absolute;
    padding: 0 20px 0 5px;
    width: 100%;
    top: 33px;
    background: #fbfbfb;
    border: 1px solid #ddd;
    z-index: 5;
}

    .cus-info .fa {
        position: absolute;
        font-size: 18px;
        line-height: 20px;
        color: green;
        top: 0;
        right: 3px;
        text-decoration: none;
    }

#userAddressList {
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0,0,0,0.4);
}

.ulListAddress {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    overflow: auto;
    height: 450px;
}

    .ulListAddress li {
        width: calc(100%/3 - 10px);
        float: left;
        border: 1px solid #ddd;
        padding: 0 20px 0 5px;
        margin: 5px;
        position: relative;
        background: #fbfbfb;
    }

        .ulListAddress li a {
            position: absolute;
            font-size: 18px;
            line-height: 20px;
            color: green;
            top: 0;
            right: 3px;
            text-decoration: none;
        }

    .ulListAddress > a {
        position: absolute;
        right: 5px;
        z-index: 100;
        top: 5px;
    }

    .ulListAddress .close {
        color: #aaaaaa;
        font-size: 28px;
        font-weight: bold;
    }

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

