﻿/* quick_links */
.quick_links_wrap {
    height: 100%;
    width: 40px;
    right: 0;
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: 100%;
    -webkit-transition: width linear .4s;
    -moz-transition: width linear .4s;
    -ms-transition: width linear .4s;
    transition: width linear .4s;
    _position: fixed;
    _bottom: auto;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight-10);
}

.mui-mbar-tabs {
    height: 100%;
    width: 40px;
    right: 0;
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    z-index: 100;
    height: 100%;
    -webkit-transition: width linear .4s;
    -moz-transition: width linear .4s;
    -ms-transition: width linear .4s;
    transition: width linear .4s;
    _position: fixed;
    _bottom: auto;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight-10);
}

.quick_links_wraper.quick_links_dockright {
    margin-left: 0;
    left: auto;
    right: 4px;
}

.mui-mbar-tabs .quick_links_panel i, .ibar_closebtn, .login_order, .login_favorite {
    display: inline-block;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    width: 38px;
    vertical-align: middle;
    position: absolute;
    font-size: 22px;
    text-align: center;
}

.mui-mbar-tabs .quick_links_wrap ul li i {
    line-height: 38px;
}

.quick_links_panel {
    width: 40px;
    height: 100%;
    position: absolute;
    background: #444851;
    z-index: 2;
    top: 0;
    right: 0;
    font-family: 'microsoft yahei',arial;
}

    .quick_links_panel a {
        display: block;
        line-height: 200px;
        width: 40px;
        height: 38px;
        text-decoration: none;
        color: #d8d8d8;
        font-size: 12px;
        overflow: hidden;
        background-color: #444851;
        position: relative;
        overflow: hidden;
        top: 0;
        left: -40px;
        *left: -15px;
        z-index: 1;
        margin: 0;
        padding: 0;
    }

    .quick_links_panel .quick_toggle {
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 40px;
        background: #444851;
        z-index: 1;
    }

    .quick_links_panel .mp_tooltip {
        height: 38px;
        line-height: 38px;
        width: 92px;
        position: absolute;
        z-index: 2;
        left: -121px;
        top: 0;
        background: #444851;
        color: #d8d8d8;
        text-align: center;
        display: block;
        visibility: hidden;
    }

    .quick_links_panel .mp_qrcode {
        padding: 10px;
        width: 148px;
        height: 148px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,.4);
        border-radius: 5px 0 0 5px;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        z-index: 0;
        position: absolute;
        right: 40px;
        bottom: 0;
    }

    .quick_links_panel .icon_arrow_white {
        position: absolute;
        right: -5px;
        top: 172px;
        width: 5px;
        height: 9px;
        background-position: 0 -253px;
    }

    .quick_links_panel .icon_arrow_right_black {
        position: absolute;
        right: -5px;
        top: 15px;
        width: 5px;
        height: 9px;
        background-position: 0 -234px;
        overflow: hidden;
    }



.quick_links {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -190px;
    *margin-top: -220px;
    background: #444851;
    z-index: 2;
    width: 40px;
}

    .quick_links a.message_list {
        background: url(/images/ibar_sprites.png) no-repeat;
        line-height: 16px;
        /*height: 133px;*/
        background-position: -23px -225px;
        /*color: #fff;
        margin: 20px 0 10px;*/
    }

.quick_links_min .quick_links_panel {
    right: 320px;
}

.quick_links li, .quick_toggle li {
    position: relative;
    display: block;
    left: 0;
    top: 0px;
}

.history_list, .leave_message, .mpbtn_histroy, .mpbtn_wdsc, .mpbtn_recharge {
    margin-bottom: 6px;
}

.quick_links a:hover, .quick_links a.current, .quick_toggle a:hover {
    background: #e7505a;
    text-decoration: none;
}

.quick_links a.message_list .span {
    width: 16px;
    display: block;
    height: 48px;
    margin: 38px 0 0 14px;
    cursor: pointer;
}

.quick_links a.message_list .cart_num {
    width: 21px;
    height: 21px;
    display: block;
    border-radius: 50%;
    background: #e7505a;
    text-align: center;
    line-height: 21px;
    margin: 9px 0 0 10px;
    cursor: pointer;
    color: #fff;
}

.quick_links i.setting {
    background-position: 0 0;
    width: 18px;
    height: 19px;
    top: 10px;
    left: 11px;
}

.quick_links a:hover i.setting, .quick_links .current i.setting {
    background-position: -33px 0;
}

.quick_links i.message {
    background-position: 0px -29px;
    width: 23px;
    height: 18px;
    top: 11px;
    left: 9px;
}

.quick_links a:hover i.message, .quick_links .current i.message {
    background-position: -33px -29px;
}

.quick_links i.cart {
    background-position: 0px -29px;
}

.quick_links i.view {
    width: 18px;
    height: 18px;
    background-position: 0 -57px;
    top: 10px;
    left: 11px;
}

.quick_links a:hover i.view, .quick_links .current i.view {
    background-position: -33px -57px;
}

.quick_links .qa {
    width: 18px;
    height: 15px;
    background-position: 0 -85px;
    top: 11px;
    left: 11px;
}

.quick_links a:hover i.qa, .quick_links .current i.qa {
    background-position: -33px -85px;
}

.quick_links .zuji {
    width: 11px;
    height: 24px;
    background-position: -4px -110px;
    top: 8px;
    left: 14px;
}

.quick_links a:hover i.zuji, .quick_links .current i.zuji {
    background-position: -36px -110px;
}

.quick_links .chongzhi {
    background: url(../images/chongzhi.png) no-repeat;
    width: 35px;
    height: 35px;
    top: 2px;
    left: 3px;
}

.quick_links .wdsc {
    background: url(../images/wdsc.png) no-repeat;
    width: 35px;
    height: 35px;
    top: 2px;
    left: 3px;
}

.quick_toggle .mpbtn_qrcode {
    width: 18px;
    height: 18px;
    top: 11px;
    left: 11px;
    background-position: 0 -302px;
}

.quick_toggle .top {
    background-position: 0 -201px;
    width: 17px;
    height: 14px;
    top: 12px;
    left: 12px;
}

.quick_toggle a:hover .top, .quick_links a.current .top {
    background-position: -33px -201px;
}

.quick_toggle i.kfzx {
    width: 15px;
    height: 16px;
    top: 11px;
    left: 12px;
    background-position: 0 -175px;
}

.quick_toggle a:hover i.kfzx {
    background-position: -33px -175px;
}
/* quick_links_pop */
.quick_links_content {
    width: 269px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -309px;
}

.quick_links_pop {
    box-shadow: 0 0 5px #999;
    border-radius: 0;
    border: 1px solid #999;
    behavior: url(js/htc.htc);
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
}

    .quick_links_pop .arrow, .quick_links_pop .arrow i {
        display: none;
        border-color: transparent #ddd;
        border-style: dashed solid;
        border-width: 12px 0 12px 12px;
        font-size: 0;
        height: 0;
        width: 0;
        position: absolute;
        left: 100%;
        top: 12px;
    }

        .quick_links_pop .arrow i {
            border-color: transparent #f9fafc;
            margin: -12px 0 0 -13px;
            left: 0;
            top: 0;
        }

    .quick_links_pop .fix_bg {
        display: none;
        border-top-width: 0;
        border-radius: 0 0 3px 3px;
        margin: 0 0 -4px -250px;
        height: 2px;
        width: 500px;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        left: 50%;
    }

    .quick_links_pop .pop_panel {
        font-size: 12px;
        width: 100%;
        height: 628px;
        position: relative;
    }

    .quick_cart_list, .quick_history_list, .quick_links_pop .links, .quick_my_qlinks, .quick_message_list, .quick_leave_message, .quick_mpbtn_histroy, .quick_mpbtn_wdsc, .quick_mpbtn_recharge {
        border-radius: 0;
        position: absolute;
        width: 280px;
        right: -320px;
        top: 0;
        background: #fff;
        height: 100%;
        display: block;
    }

        .quick_cart_list .user_cart_inner, .quick_history_list .history_slider {
            display: block;
            border: 0;
            margin: 0;
            position: static;
        }

            .quick_cart_list .user_cart_inner .del {
                display: none;
            }

        .quick_history_list .title i {
            background-position: -170px -34px;
        }

        .quick_leave_message .title i {
            background-position: -160px 0;
        }

        .quick_leave_message .types {
            font-size: 0;
            position: absolute;
            left: 148px;
            top: 18px;
            white-space: nowrap;
        }

            .quick_leave_message .types input, .quick_leave_message .types label {
                font-size: 12px;
                margin-right: 20px;
                vertical-align: middle;
                white-space: nowrap;
            }

            .quick_leave_message .types input {
                margin: -2px 3px 0 0;
                height: 13px;
                width: 13px;
                *margin-top: 0;
            }

        .quick_leave_message .txt {
            padding: 15px 0;
        }

            .quick_leave_message .txt textarea {
                display: block;
                background: #fff;
                border: 1px solid #e8e8e8;
                border-radius: 3px;
                box-shadow: 0 1px 0 #fff, inset 0 1px 4px rgba(0,0,0,.1);
                margin: 0 auto;
                padding: 8px;
                height: 68px;
                width: 90%;
            }

        .quick_leave_message .token {
            padding: 0 0 14px 16px;
            height: 26px;
        }

            .quick_leave_message .token input {
                background: #fff;
                border: 1px solid #ddd;
                padding: 3px 4px;
                width: 76px;
                vertical-align: middle;
            }

            .quick_leave_message .token img {
                margin-left: 5px;
                vertical-align: middle;
            }

        .quick_leave_message .btns {
            float: right;
            margin-top: -42px;
            padding-right: 16px;
        }

        .quick_leave_message .btn {
            background-position: 0 -356px;
            cursor: pointer;
            font-size: 0;
            padding-left: 20px;
            text-shadow: 0 1px 0 #355ba9;
            overflow: visible;
        }

            .quick_leave_message .btn:hover {
                background-position: 0 -386px;
            }

            .quick_leave_message .btn span {
                background-position: 100% -356px;
                font-size: 12px;
                padding-right: 20px;
                *height: 29px;
            }

            .quick_leave_message .btn:hover span {
                background-position: 100% -386px;
            }

    .quick_links_pop .no_data {
        color: #333;
        font-size: 14px;
        padding: 35px 10px;
        text-align: center;
    }

        .quick_links_pop .no_data i {
            display: inline-block;
            background: url(../images/cart_new.png) no-repeat 0 -188px;
            margin: 0 10px 0 0;
            height: 36px;
            width: 60px;
            vertical-align: middle;
        }

    .quick_links_pop .links li {
        border-top: 1px solid #f1f1f1;
        vertical-align: top;
    }

    .quick_links_pop .links a {
        display: block;
        background: #FCFCFC;
        color: #333;
        font-size: 14px;
        padding: 12px 15px;
    }

        .quick_links_pop .links a:hover {
            background-color: #F2F3F4;
            color: #4467a7;
        }

    .quick_links_pop .links .tips {
        float: right;
        color: #61c2ed;
        font-size: 12px;
    }

.quick_my_qlinks .title i {
    background-position: -200px 0;
    height: 22px;
    width: 22px;
}

.quick_message_list .title i {
    background-position: -200px -34px;
    height: 22px;
    width: 22px;
}

.quick_message_list .no_data i {
    background-image: url(../images/quick_links_no_msg.png);
    background-position: 0 0;
    height: 45px;
    width: 62px;
}

/*修改*/
.ibar_plugin_title {
    border-bottom: 1px solid #dedede;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    width: 267px;
    margin: 0 auto;
}

    .ibar_plugin_title h3 {
        margin: 10px;
        font-size: 18px;
        line-height: 22px;
    }

        .ibar_plugin_title h3 i {
            display: inline-block;
            cursor: pointer;
            height: 22px;
            line-height: 22px;
            width: 28px;
            vertical-align: middle;
            position: relative;
            font-size: 22px;
            text-align: center;
        }

.ibar_closebtn {
    width: 24px;
    height: 24px;
    background-position: 5px -267px;
    padding: 5px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    right: 4px;
}

    .ibar_closebtn i {
        width: 18px;
        height: 18px;
        font-size: 18px;
        line-height: 18px;
        color: #000;
    }

.ibar_plugin_content {
    position: absolute;
    width: 100%;
    top: 50px;
    bottom: 0;
    _height: expression((document.documentElement.clientHeight-100-40)+"px");
    overflow: hidden;
}

    .ibar_plugin_content ul {
        padding: 0 10px;
    }

.ibar_cart_group {
    width: 280px;
    height: 100%;
    padding: 0 0 140px 10px;
    background: #fff;
}

.ibar_cart_group_header {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #dedede;
}

.ibar_cart_group_title {
    float: left;
    font-size: 14px;
}

.ibar_cart_group_header a {
    float: right;
    color: #e7505a;
}

    .ibar_cart_group_header a:hover {
        text-decoration: underline;
    }

.ibar_cart_group ul {
    padding: 0;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.cart_item {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
}

.cart_item_pic {
    position: relative;
    float: left;
    width: 87px;
    height: 87px;
    margin: 0 10px 0 0;
}

    .cart_item_pic img {
        width: 85px;
        height: 85px;
        border: 1px solid #f4f4f4;
    }

.cart_item_desc {
    float: left;
    width: 145px;
}

.cart_item_name {
    margin: 0;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    height: 34px;
    overflow: hidden;
    line-height: 18px;
    color: #5c5c5c;
}

.cart_item_sku {
    line-height: 24px;
    color: #999;
}

.cart_price {
    color: #e7505a;
    font-weight: 700;
    font-family: Arial,Helvetica;
}

.cart_handler {
    position: absolute;
    padding: 0 10px;
    height: 80px;
    bottom: 10px;
    width: 100%;
    background: #fff;
}

.cart_handler_header {
    width: 260px;
    margin: 8px 10px;
    float: left;
}

.cart_handler_left {
    float: left;
}

.cart_handler_right {
    float: right;
    font-weight: 700;
    font-size: 16px;
    font-family: Arial;
    color: #e7505a;
}

.cart_go_btn {
    display: block;
    height: 33px;
    line-height: 33px;
    font-size: 19px;
    font-family: SimHei;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #e7505a;
    width: 260px;
    margin: 0 10px;
    float: left;
}

    .cart_go_btn:hover {
        color: #fff;
    }

.ia-head-list {
    height: 66px;
    width: 239px;
    margin-left: 15px;
    background: #45aeea;
    overflow: hidden;
    zoom: 1;
    margin-top: 15px;
    color: #fff;
}

    .ia-head-list a {
        color: inherit;
    }

    .ia-head-list .pl {
        width: 80px;
        border-right: dashed 1px #ccc;
        height: 47px;
        margin-top: 10px;
        text-align: center;
        float: left;
    }

    .ia-head-list .num {
        font-size: 16px;
        height: 26px;
        font-family: arial;
    }

    .ia-head-list .money {
        border-right: 0;
    }

.ga-expiredsoon {
    width: 244px;
    margin-left: 15px;
    margin-top: 20px;
}

    .ga-expiredsoon .es-head {
        color: #5c5c5c;
        height: 20px;
        border-left: 3px solid #5c5c5c;
        padding-left: 13px;
        font-size: 16px;
        margin-bottom: 10px;
    }

.ia-none {
    background: url(../images/null_icon.png) no-repeat center 50px;
    font-family: "微软雅黑";
    color: #797979;
    padding-left: 40px;
    margin-bottom: 10px;
}

.jiaru {
    margin-top: 40px;
}

.ibar-history-head {
    position: relative;
    font-size: 14px;
    border-bottom: solid 1px #dedede;
    height: 37px;
    line-height: 37px;
    width: 255px;
    margin-left: 10px;
}

    .ibar-history-head a {
        float: right;
        color: #e7505a;
    }

        .ibar-history-head a:hover {
            text-decoration: underline;
        }

.imp_item {
    width: 255px;
    padding-top: 10px;
    border-bottom: dashed 1px #d5d5d5;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: -1px;
    margin-left: 10px;
}

    .imp_item .pic {
        float: left;
        display: inline;
        margin-right: 10px;
    }

    .imp_item .tit {
        height: 40px;
        overflow: hidden;
        width: 140px;
        word-break: break-all;
    }

        .imp_item .tit a {
            color: #5c5c5c;
            line-height: 18px;
        }

            .imp_item .tit a:hover {
                color: #e7505a;
                line-height: 18px;
            }

    .imp_item .price {
        color: #e7505a;
        font-weight: 700;
        margin-bottom: 10px;
    }

        .imp_item .price em {
            font-family: arial;
            font-size: 14px;
        }

    .imp_item .imp-addCart {
        background: #e7505a;
        background: -webkit-linear-gradient(top,#e7505a,#e7505a);
        color: #fff;
        width: 90px;
        height: 28px;
        float: left;
        display: inline;
        line-height: 28px;
        text-align: center;
    }

.sc {
    float: right;
    line-height: 22px;
    margin-right: 7px;
}

.ibar_recharge_form {
    width: 220px;
    margin: 0 auto;
    padding: 15px 0;
}

.ibar_recharge-field {
    border: 1px solid #ddd;
    height: 30px;
    margin-bottom: 10px;
}

    .ibar_recharge-field label {
        width: 40px;
        text-align: center;
        color: #fff;
        background: #737373;
        line-height: 30px;
        float: left;
    }

.ibar_recharge-fl {
    position: relative;
    float: left;
    width: 170px;
    padding-left: 5px;
}

.ibar_recharge-iwrapper {
    padding-top: 7px;
}

    .ibar_recharge-iwrapper input {
        border: 0;
        outline: 0 none;
    }

i.ibar_recharge-contact {
    width: 13px;
    height: 14px;
    background: url(../images/contact.png);
    top: 8px;
    right: 5px;
    cursor: pointer;
}

.ibar_recharge-mod {
    line-height: 30px;
    color: #737373;
    font-weight: 700;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

i.ibar_recharge-arrow {
    width: 6px;
    height: 3px;
    background: url(../images/arrow-down.png);
    top: 14px;
    right: 8px;
    cursor: pointer;
}

.ibar_recharge-vbox {
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    left: 0;
    top: 30px;
    width: 177px;
}

    .ibar_recharge-vbox li {
        float: left;
        width: 68px;
        border-right: 1px solid #ddd;
        padding: 7px 10px;
        line-height: 1;
        cursor: pointer;
    }

        .ibar_recharge-vbox li.sanwe {
            border: 0;
        }

        .ibar_recharge-vbox .selected, .ibar_recharge-vbox li:hover {
            background: #ececec;
        }

.ibar_recharge-btn {
    text-align: center;
    padding-top: 3px;
}

    .ibar_recharge-btn input {
        border: 0;
        color: #fff;
        display: inline-block;
        width: 115px;
        height: 31px;
        font-size: 16px;
        background: #e7505a;
        background: -webkit-linear-gradient(top,#e7505a,#e7505a);
        cursor: pointer;
    }

        .ibar_recharge-btn input:hover {
            background: -webkit-linear-gradient(top,#e7505a,#e7505a);
        }

.ibar_login_box {
    width: 267px;
    height: 185px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: 3;
    position: absolute;
    top: 0px;
    left: -287px;
    left: -288px\0;
    display: none;
}

.avatar_box {
    overflow: hidden;
    height: 200px;
    margin: 10px;
    border-bottom: 1px dotted #ddd;
    text-align: center;
}

.avatar_imgbox {
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
}

    .avatar_imgbox img {
        max-width: 100%;
        border-radius: 50% !important;
    }

.avatar_box p {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.user_info {
    width: 258px;
    font-size: 14px;
    overflow: hidden;
    color: #333;
    margin: 0 auto;
    padding: 0;
    line-height: 24px;
}


    .user_info li {
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        white-space: nowrap;
    }

    .user_info .user_name {
        font-size: 18px;
        font-weight: bold;
    }

    .user_info .user_company {
        line-height: 16px;
        white-space: normal;
        height: 32px;
    }

.user_news {
    overflow: hidden;
}

    .user_news span {
        font-size: 11px;
        line-height: 30px;
    }

.user_function {
    padding: 0 10px;
}

.kefu_tel {
    text-align: center;
    vertical-align: middle;
    padding: 14px 0;
}

.kefu_num {
    font-size: 24px;
    margin-left: 38px;
}

.login_btnbox {
    width: 267px;
    height: 79px;
    border-top: 1px dotted #d5d5d5;
    overflow: hidden;
    padding-top: 15px;
    clear: both;
}

    .login_btnbox a {
        width: 94px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid;
        color: #333;
        text-decoration: none;
        float: left;
        background-position: 0 -408px;
        background-repeat: repeat-x;
        border-color: #e9e9e9;
    }

    .login_btnbox .login_order {
        margin: 0 10px 0 35px;
    }

    .login_btnbox a:hover {
        text-decoration: none;
        background-position: 0 -366px;
        border-color: #fccadb;
        background: none;
    }

    .login_btnbox .login_favorite {
        border-color: #e9e9e9;
    }

.icon_arrow_white {
    position: absolute;
    right: -5px;
    top: 15px;
    width: 5px;
    height: 9px;
    background-position: 0 -253px;
}

.user_notice {
    width: 15px;
    height: 15px;
    line-height: 16px;
    text-align: center;
    border-radius: 50% !important;
    position: fixed;
    right: 2px;
    background: #e7505a;
    font-size: 12px;
    color: #fff;
    display: none;
}

    .user_notice.active {
        display: block;
    }
.user_nav_notice {
    width: 15px;
    height: 15px;
    line-height: 16px;
    text-align: center;
    border-radius: 50% !important;
    position: absolute;
    top: 13px;
    right: 2px;
    background: #e7505a;
    font-size: 12px;
    color: #fff;
    display: none;
}
.user_nav_notice.active {
        display: block;
    }
.myLabel {
    background-color: rgba(0, 0, 0, 0);
    color: #ff7c13;
    position: relative;
    display: inline-block;
    margin-left: 4px;
    padding: 1px;
    height: 15px;
    line-height: 13px;
    font-size: 12px;
}
.redborder {
            border: 2px solid red;
        }
/*panel*/
.panel-heading h3{ color: black;}
.panel-heading h3 {
    color: black;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

    .panel-heading h3 span {
        position: absolute;
        right: 0;
    }

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #c6df9c !important;
}