﻿@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    background-image: linear-gradient(to top, #e7eaef, #eaedf2, #edf0f5, #f0f3f8, #f3f6fb);
}

h1 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b63183;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    padding: 10px;
}
/*-- head --*/ header .head_top {
    background: #b63183;
    padding: 0;
    height: 30px;
    z-index: 11;
    position: relative;
}

header .head_top__menu {
    float: left;
}

.head_zindex {
    z-index: 1 !important;
}

header .head_top__menu ul {
    margin: 0;
    padding: 0;
}

    header .head_top__menu ul li {
        position: relative;
        list-style: none;
        float: left;
    }

        header .head_top__menu ul li a {
            font-size: 13px;
            color: #fff;
            padding: 6px 15px;
            display: block;
            text-decoration: none;
            text-transform: uppercase;
        }

            header .head_top__menu ul li a.logo {
                display: block;
                padding-left: 0;
                padding: 0;
                padding-top: 1px;
            }

            header .head_top__menu ul li a:hover {
                color: #dcaf27;
            }

                header .head_top__menu ul li a:hover span {
                    color: #dcaf27;
                }
        /* Nam đập chai đã để lại đấu răng ở đây */
        header .head_top__menu ul li ul {
            position: absolute;
            top: 22px;
            left: 0;
            min-width: 270px;
            display: none;
            padding-top: 8px;
        }

            header .head_top__menu ul li ul i {
                position: absolute;
                top: -1px;
                color: #fff;
                font-size: 15px;
                left: 30px;
            }

            header .head_top__menu ul li ul li {
                width: 100%;
                display: block;
            }

                header .head_top__menu ul li ul li a {
                    background: #fff;
                    padding: 10px 15px;
                    border: 1px solid #e3e3e3;
                    border-top: 0;
                    text-transform: none;
                    color: #252525;
                    width: 100%;
                    display: inline-block;
                    font-weight: 500;
                }
        /* -----------------Hết dấu răng ----------- */
        header .head_top__menu ul li:hover ul {
            display: block;
        }

header .head_top__right {
    float: right;
}

    header .head_top__right .notification {
        position: relative;
        float: left;
        margin: 6px 30px 0 0;
    }

        header .head_top__right .notification i {
            font-size: 15px;
            color: #fff;
        }

        header .head_top__right .notification span {
            background: #ff420f;
            color: #fff;
            width: auto;
            height: 15px;
            border-radius: 17px;
            text-align: center;
            font-size: 11px;
            position: absolute;
            top: 0;
            left: 16px;
            padding: 1px 6px;
        }

            header .head_top__right .notification span.arrow_triangle-up {
                top: 10px;
                background: none;
            }

        header .head_top__right .notification ul {
            position: absolute;
            top: 12px;
            right: -30px;
            width: 260px;
            display: none;
            padding-top: 12px;
        }

            header .head_top__right .notification ul i {
                position: absolute;
                top: 3px;
                color: #fff;
                font-size: 15px;
                right: 23px;
            }

            header .head_top__right .notification ul li {
                width: 100%;
                background: #fff;
                display: block;
                border-bottom: #e3e3e3;
            }

                header .head_top__right .notification ul li a {
                    background: #fff;
                    padding: 10px 15px;
                    border: 1px solid #e3e3e3;
                    border-top: 0;
                    text-transform: none;
                    color: #252525;
                    text-decoration: none;
                    width: 100%;
                    display: inline-block;
                }

                    header .head_top__right .notification ul li a:hover {
                        text-decoration: none;
                        opacity: .8;
                    }

                    header .head_top__right .notification ul li a.view_all_notifi {
                        text-align: center;
                        font-size: 13px;
                        color: #252525;
                        padding: 10px 0;
                    }

                        header .head_top__right .notification ul li a.view_all_notifi:hover {
                            color: #b63183;
                        }

                header .head_top__right .notification ul li h6 {
                    font-weight: bold;
                    margin: 0;
                    padding: 0;
                    margin-top: 6px;
                }

                header .head_top__right .notification ul li p {
                    font-size: 13px;
                    margin: 0;
                    margin-top: 6px;
                }

        header .head_top__right .notification:hover ul {
            display: block;
        }

    header .head_top__right .account_admin {
        float: left;
        position: relative;
        margin: 4px 0 0 20px;
    }

    header .head_top__right .account_admin__avatar {
        width: 20px;
        float: left;
        height: 20px;
        text-align: center;
        overflow: hidden;
        background: #fff;
        border-radius: 50%;
    }

        header .head_top__right .account_admin__avatar i {
            color: #92989c;
            margin-top: 4px;
            display: block;
        }

    header .head_top__right .account_admin h6 {
        color: #fff;
        font-size: 11px;
        float: left;
        margin: 5px 0 0 5px;
    }

    header .head_top__right .account_admin span {
        float: left;
        color: #fff;
        font-size: 12px;
        margin: 4px 0 0 10px;
    }

    header .head_top__right .account_admin ul {
        position: absolute;
        top: -10px;
        right: 0;
        width: 200px;
        display: none;
        padding-top: 36px;
    }

        header .head_top__right .account_admin ul i {
            position: absolute;
            top: 27px;
            color: #fff;
            font-size: 15px;
            right: 9px;
        }

        header .head_top__right .account_admin ul li {
            width: 100%;
            display: block;
        }

            header .head_top__right .account_admin ul li a {
                background: #fff;
                padding: 10px 15px;
                border: 1px solid #e3e3e3;
                border-top: 0;
                text-transform: none;
                color: #252525;
                text-decoration: none;
                width: 100%;
                display: inline-block;
            }

                header .head_top__right .account_admin ul li a:hover {
                    text-decoration: none;
                    color: #dcaf27;
                }

    header .head_top__right .account_admin:hover ul {
        display: block !important;
    }
/*-- end head --*/
/*-- body content --*/
.cskh_body {
    display: inline-block;
    width: 100%;
}
/*-- columns 1 --*/
.columns_1 {
    position: relative;
    padding: 7px;
    background: #fff;
    padding-right: 0;
    padding-top: 7px;
    float: left;
}

.columns_1__head {
    position: relative;
    padding: 0;
}

    .columns_1__head h1 {
        margin: 0;
    }

.columns_1__head__progress {
    position: absolute;
    right: 0;
    top: 74px;
}

.content_feedback span {
    background: none !important;
}

.columns_1__head__progress span {
    color: #252525;
}

.columns_1__head__progress label {
    color: #ff420f;
    font-size: 27px;
    font-weight: 700;
}

.columns_1__filter {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 7px;
    width: 160px;
    z-index: 1;
    padding: 0;
}

.columns_1__filter__search {
    float: left;
    position: relative;
    padding-left: 0;
}

    .columns_1__filter__search input {
        background: #f5f5f5;
        border-radius: 2px;
        height: 35px;
        width: 100%;
        border: 0;
        outline: none;
        padding: 0 10px;
        text-indent: 25px;
    }

    .columns_1__filter__search i {
        position: absolute;
        left: 10px;
        top: 19px;
        font-size: 15px;
    }

.columns_1__filter__location {
    padding-right: 0;
    float: left;
}

    .columns_1__filter__location select {
        height: 35px;
        width: 100%;
        border-radius: 4px;
        padding: 0 10px;
        background: #f5f5f5;
        border: 0;
        outline: none;
    }

.columns_1__table {
    width: 100%;
    display: block;
    padding: 0;
    overflow-x: auto;
}

    .columns_1__table ul {
        margin: 0;
        padding: 0;
    }

        .columns_1__table ul li {
            list-style: none;
            cursor: pointer;
            padding: 3px 5px 0px 0px;
        }

            .columns_1__table ul li .stt_progress {
                width: 10px;
                overflow: hidden;
                border-radius: 50%;
                float: left;
                display: block;
                padding: 0;
                margin: 0;
                height: 10px;
                margin-top: 2px;
                background: #35cd24;
            }

            .columns_1__table ul li .stt_done {
                width: 10px;
                overflow: hidden;
                border-radius: 50%;
                float: left;
                display: block;
                padding: 0;
                margin: 0;
                height: 10px;
                margin-top: 2px;
                background: #ff420f;
            }

            .columns_1__table ul li .name_kh {
                float: left;
                padding: 0 10px;
            }

                .columns_1__table ul li .name_kh h2 {
                    font-size: 12px;
                    font-weight: 600;
                    margin: 0;
                    padding: 0;
                }

                .columns_1__table ul li .name_kh span {
                    font-size: 12px;
                    color: #797979;
                }

            .columns_1__table ul li .services_kh {
                font-weight: 700;
                padding: 0 10px;
                color: #b63183;
                float: left;
            }

            .columns_1__table ul li .infor_morelist {
                display: inline-block;
                width: 100%;
                padding: 5px 0 0 0;
            }

            .columns_1__table ul li .infor_morelist__box {
                display: inline-block;
                width: 100%;
            }

            .columns_1__table ul li .date_kh {
                margin-left: 12px !important;
            }

            .columns_1__table ul li .stt_call, .columns_1__table ul li .stt_maps {
                float: left;
                padding: 0 10px;
            }

                .columns_1__table ul li .stt_call i, .columns_1__table ul li .stt_maps i {
                    font-size: 13px;
                    color: #7d7d7d;
                }

                .columns_1__table ul li .stt_call span, .columns_1__table ul li .stt_maps span {
                    color: #7d7d7d;
                    font-size: 13px;
                }

/*-- columns 2 --*/
.columns_2 {
    background: #f5f6fa;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    padding: 0;
    float: left;
}

.columns_2__head {
    background: #fff;
    padding: 5px 10px;
    float: left;
    z-index: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    height: 51px;
    margin: 0;
    padding: 0;
}

.columns_2__head__user {
    float: left;
}

.columns_2__head__user__avatar {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

    .columns_2__head__user__avatar img {
        max-width: 100%;
    }

.columns_2__head__user__infor {
    float: left;
    padding: 5px 10px;
}

    .columns_2__head__user__infor span {
        font-size: 12px;
        color: #dcaf27;
    }

.columns_2 .infor_customer_choose {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .columns_2 .infor_customer_choose ul.tab_icon {
        position: absolute;
        top: -43px;
        right: 10px;
        margin: 0;
        z-index: 0;
        padding: 0;
        border: 0;
    }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 0 !important;
}

.columns_2 .infor_customer_choose ul.tab_icon li {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    border: 0;
    cursor: pointer;
}

    .columns_2 .infor_customer_choose ul.tab_icon li a {
        border-radius: 0;
        border: 0;
        background: none;
        padding: 0 5px;
    }

    .columns_2 .infor_customer_choose ul.tab_icon li a {
        font-size: 12px;
        background: #f5f6fa;
        height: 32px;
        width: 32px;
        text-align: center;
        line-height: 30px;
        color: #9098b7;
        display: inline-block;
        border-radius: 50%;
        border: 1px solid #d7dae6;
    }

        .columns_2 .infor_customer_choose ul.tab_icon li a span {
            width: 100px;
            text-align: center;
            font-size: 12px;
            display: none;
            color: #9098b7;
            position: absolute;
            top: 35px;
            left: -29px;
        }

    .columns_2 .infor_customer_choose ul.tab_icon li:hover a, .columns_2 .infor_customer_choose ul.tab_icon li.active a {
        background: #dcaf27;
        border: 1px solid #dcaf27;
        color: #fff;
    }

        .columns_2 .infor_customer_choose ul.tab_icon li:hover a span, .columns_2 .infor_customer_choose ul.tab_icon li.active a span {
            display: block !important;
            color: #252525;
        }

.columns_2 .infor_customer_choose .call_customer {
    background: #fff;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

    .columns_2 .infor_customer_choose .call_customer ul.tab_icon {
        position: absolute;
        top: -53px;
        right: 10px;
        margin: 0;
        z-index: 9;
        padding: 0;
        border: 0;
    }

        .columns_2 .infor_customer_choose .call_customer ul.tab_icon li {
            list-style: none;
            padding: 0;
            margin-bottom: 0;
            border: 0;
            cursor: pointer;
        }

            .columns_2 .infor_customer_choose .call_customer ul.tab_icon li a {
                border-radius: 0;
                border: 0;
                background: none;
                padding: 0 5px;
            }

                .columns_2 .infor_customer_choose .call_customer ul.tab_icon li a i {
                    font-size: 12px;
                    background: #f5f6fa;
                    height: 32px;
                    width: 32px;
                    text-align: center;
                    line-height: 30px;
                    color: #9098b7;
                    display: inline-block;
                    border-radius: 50%;
                    border: 1px solid #d7dae6;
                }

                .columns_2 .infor_customer_choose .call_customer ul.tab_icon li a span {
                    width: 100px;
                    text-align: center;
                    font-size: 12px;
                    display: none;
                    color: #9098b7;
                    position: absolute;
                    top: 35px;
                    left: -29px;
                }

            .columns_2 .infor_customer_choose .call_customer ul.tab_icon li:hover a i, .columns_2 .infor_customer_choose .call_customer ul.tab_icon li.active a i {
                background: #dcaf27;
                border: 1px solid #dcaf27;
                color: #fff;
            }

            .columns_2 .infor_customer_choose .call_customer ul.tab_icon li:hover a span, .columns_2 .infor_customer_choose .call_customer ul.tab_icon li.active a span {
                display: block !important;
                color: #252525;
            }

.columns_2 .infor_customer_choose .call_customer__calling {
    display: inline-block;
    position: relative;
    width: 100%;
}

    .columns_2 .infor_customer_choose .call_customer__calling i {
        font-size: 30px;
        margin-top: 18px;
        display: inline-block;
        color: #35cd24;
    }

    .columns_2 .infor_customer_choose .call_customer__calling label {
        color: #35cd24;
        font-size: 18px;
        font-weight: normal;
    }

    .columns_2 .infor_customer_choose .call_customer__calling span {
        font-size: 13px;
        color: #8b8b8b;
        display: inline-block;
        width: 100%;
    }

    .columns_2 .infor_customer_choose .call_customer__calling button {
        position: absolute;
        background: none;
        transition: all 0.2s;
        border: 1px solid #fff;
        top: 10px;
        border-radius: 4px;
        outline: none;
        padding: 5px 10px;
        right: 10px;
    }

        .columns_2 .infor_customer_choose .call_customer__calling button i {
            color: #ff420f;
            font-size: 30px;
            float: left;
            margin: 0 5px 0 0;
        }

        .columns_2 .infor_customer_choose .call_customer__calling button span {
            float: left;
            margin-top: 7px;
            width: auto;
            color: #ff420f;
        }

        .columns_2 .infor_customer_choose .call_customer__calling button:hover {
            border: 1px solid #ff420f;
        }

.columns_2 .infor_customer_choose .call_customer__start {
    display: inline-block;
    position: relative;
    width: 100%;
}

.columns_2 .infor_customer_choose .call_customer__start__head {
    padding-top: 5px;
    width: 100%;
    border-radius: 4px;
    display: inline-block;
}

    .columns_2 .infor_customer_choose .call_customer__start__head .calling_left {
        float: left;
    }

.columns_2 .infor_customer_choose .call_customer__start i {
    font-size: 30px;
    color: #35cd24;
    margin-top: 8px;
    display: inline-block;
}

.columns_2 .infor_customer_choose .call_customer__start label {
    color: #35cd24;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: normal;
}

    .columns_2 .infor_customer_choose .call_customer__start label.call_second {
        font-size: 34px;
        color: #333;
    }

.columns_2 .infor_customer_choose .call_customer__start span {
    font-size: 13px;
    color: #8b8b8b;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.columns_2 .infor_customer_choose .call_customer__start button {
    background: none;
    float: left;
    border: 1px solid #fff;
    outline: none;
    margin-top: 5px;
    border-radius: 2px;
    padding: 5px 15px;
}

    .columns_2 .infor_customer_choose .call_customer__start button i {
        color: #ff420f;
        font-size: 30px;
        float: left;
        margin: 0 5px 0 0;
    }

    .columns_2 .infor_customer_choose .call_customer__start button span {
        float: left;
        margin-top: 7px;
        width: auto;
        margin-bottom: 0;
        color: #ff420f;
    }

    .columns_2 .infor_customer_choose .call_customer__start button:hover {
        border: 1px solid #ff420f;
    }

.columns_2 .call_history {
    display: inline-block;
    width: 100%;
    background: #fff;
}

    .columns_2 .call_history h2 {
        font-size: 16px;
        text-transform: uppercase;
        color: #b63183;
        text-transform: uppercase;
        padding-bottom: 10px;
        background: #fff;
        font-weight: 700;
        margin: 0;
        border-bottom: 1px solid #dcaf27;
        margin-bottom: 10px;
    }

    .columns_2 .call_history p {
        border: 0 !important;
    }

        .columns_2 .call_history p a {
            font-size: 13px;
            color: #b63183;
        }

            .columns_2 .call_history p a i {
                font-size: 17px;
                color: #b63183 !important;
            }

    .columns_2 .call_history ul {
        padding-bottom: 0;
    }

        .columns_2 .call_history ul li {
            margin-top: 0;
            margin-bottom: 10px;
        }

.columns_2 .messager_admin .columns_2__post__messager {
    margin-top: 0 !important;
}

.columns_2__content {
    padding: 0 10px;
    padding-right: 0;
    display: inline-block;
}

    .columns_2__content ul {
        margin: 0;
        padding: 0;
        padding-bottom: 358px;
    }

.find-form-popup {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px 0 !important;
}

.table-find-customer table tr td a {
    width: 90px;
    text-align: center;
    display: inline-block;
    border: 1px solid #dcaf27;
    border-radius: 4px;
    color: #dcaf27;
    padding: 4px 10px;
}

.table-find-customer table tr:hover td a {
    width: 90px;
    text-align: center;
    display: inline-block;
    border: 1px solid #b63183;
    border-radius: 4px;
    background: #b63183;
    color: #fff;
    padding: 4px 10px;
}

.table-find-customer table tbody tr:hover {
    background: #ece0be !important;
}

.table-find-customer .paging_simple_numbers a {
    color: #222;
    font-size: 12px;
    padding: 2px 10px;
    cursor: pointer;
    margin-top: 10px;
    float: left;
    border: 1px solid #ffffff;
    margin: 10px 3px 0px 3px;
    border-radius: 2px;
}

.table-find-custome table tr:nth-child(even) {
    background: none !important;
}

.table-find-customer .dataTables_filter input {
    height: 24px;
}

.fix_columns.find-form-popup input {
    border-radius: 4px !important;
}

.table-find-customer {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px !important;
}

.table-find-customer {
}

.btn-find {
    float: left;
    width: 100%;
    border-radius: 4px;
    background: #dcaf27 !important;
    color: #222 !important;
    height: 30px;
    border: 0 !important;
}

.columns_2__content ul li {
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    border-radius: 4px;
    margin-top: 5px;
    position: relative;
    border: 1px solid #e3e3e3;
    list-style: none;
    padding-bottom: 26px;
}

    .columns_2__content ul li p.nvcs_infor {
        position: absolute;
        bottom: 0;
        width: 100%;
        right: 0;
        height: auto;
        text-align: right;
    }

    .columns_2__content ul li .head_feedback p {
        padding: 0 5px;
        border-right: 1px solid #d6d6d6;
        height: 20px;
        display: inline-block;
        margin: 0;
    }

        .columns_2__content ul li .head_feedback p i {
            font-size: 12px;
            color: #555;
        }

        .columns_2__content ul li .head_feedback p label {
            font-size: 11px;
            color: #848484;
        }

        .columns_2__content ul li .head_feedback p strong {
            font-weight: 500;
            color: #b63183;
        }

    .columns_2__content ul li .content_feedback {
        margin-top: 5px;
    }

        .columns_2__content ul li .content_feedback p {
            width: 100%;
            line-height: 20px;
            color: #252525;
            font-size: 12px;
            margin: 0;
        }

.columns_2__content ul.chatbox span {
    color: #505050;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.columns_2__content ul.chatbox p {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 0;
}

.columns_2__content ul.chatbox li {
    border: 0;
    background: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

    .columns_2__content ul.chatbox li.customer {
        float: left;
    }

        .columns_2__content ul.chatbox li.customer p {
            display: inline-block;
            width: 60%;
            background: #f1dfa8;
            margin: 0;
            border: 1px solid #f1dfa8;
        }

    .columns_2__content ul.chatbox li.admin {
        float: left;
        text-align: right;
    }

        .columns_2__content ul.chatbox li.admin p {
            display: inline-block;
            width: 60%;
        }

.columns_2__post {
    padding: 5px 10px;
    display: inline-block;
    background: #fff;
    position: absolute;
    bottom: 0;
    border-top: 2px solid #dcaf27;
    -webkit-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    left: 0;
    bottom: -5px;
    padding-bottom: 0 !important;
}

.columns_2__post__stt p {
    float: left;
    margin-top: 4px;
}

.columns_2__post__stt select {
    float: left;
    height: 25px;
    width: 136px;
    margin: 0 5px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.columns_2__post__messager {
    position: relative;
    padding: 0 10px 0 0;
    float: left;
    margin-top: 0;
}

    .columns_2__post__messager .text_messager {
        width: 100%;
        padding-right: 90px;
        border: 0;
    }

        .columns_2__post__messager .text_messager textarea {
            border: 0;
            outline: none;
            height: 40px;
            background: #fff;
            width: 100%;
            display: inline-block;
        }

    .columns_2__post__messager button {
        width: 80px;
        cursor: pointer;
        height: 40px;
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 16px;
        border: 0;
        border-radius: 2px;
        color: #fff;
        background: #b63183;
    }

.disbale_appointment {
    background: #e3e3e3 !important;
    color: #797979 !important;
}

    .disbale_appointment:hover {
        background: #e3e3e3 !important;
        color: #797979 !important;
        opacity: .85;
    }

.appointment {
    background: #fff;
    padding: 5px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

    .appointment form {
        padding: 10px 0 20px 0;
        border-bottom: 1px solid #dfdfdf;
    }

    .appointment label {
        width: 30%;
        float: left;
        font-weight: normal;
    }

    .appointment input, .appointment select {
        padding: 0 5px;
        border: 1px solid #e3e3e3;
        padding: 0 5px;
        width: 50%;
        border: 1px solid #e3e3e3;
        height: 27px;
        border-radius: 2px;
        float: left;
        border-radius: 2px;
    }

    .appointment select, .appointment span.select2 {
        float: left !important;
        width: 70% !important;
    }

    .appointment span b {
        right: 10px !important;
        left: auto !important;
    }

    .appointment .form-group {
        padding: 0 10px;
        margin: 0 0 5px 0;
    }

    .appointment .button_appointment {
        display: inline-block;
        width: 100%;
        margin-top: 0;
        text-align: center;
    }

        .appointment .button_appointment button {
            width: 100px;
            height: 28px;
            background: #dcaf27;
            color: #252525;
            font-size: 13px;
            border-radius: 2px;
            border: 0;
        }

            .appointment .button_appointment button:nth-child(1) {
                background: #b63183;
                color: #fff;
            }

            .appointment .button_appointment button i {
                font-size: 12px;
                padding-right: 5px;
                color: #fff;
            }

            .appointment .button_appointment button:hover {
                opacity: .9;
            }

    .appointment ul li {
        border-bottom: 1px solid #e3e3e3;
        position: relative;
        padding: 5px 0;
    }

        .appointment ul li span {
            display: inline-block;
        }

        .appointment ul li label, .appointment ul li b {
            display: inline-block;
            width: auto;
            float: none !important;
            padding-right: 15px;
        }

    .appointment h2 {
        font-size: 16px;
        text-transform: uppercase;
        padding: 0 10px;
        color: #b63183;
        margin-bottom: 0;
        padding-bottom: 15px;
        background: #fff;
    }

    .appointment ul {
        padding: 10px;
        padding-top: 0;
    }

        .appointment ul li {
            display: inline-block;
            width: 100%;
        }

.modal_call {
    width: 385px;
    margin: auto;
    border-radius: 2px;
}

    .modal_call .modal-header {
        padding: 10px 15px;
        border-bottom: 0;
    }

        .modal_call .modal-header h4 {
            color: #b63183;
        }

.infor_detail {
    width: 100%;
    display: inline-block;
}

    .infor_detail ul {
        width: 100%;
        display: none;
        margin: 0;
        padding: 0;
    }

        .infor_detail ul li {
            list-style: none;
        }

            .infor_detail ul li span {
                font-size: 13px;
                color: #252525;
            }

            .infor_detail ul li label {
                color: #252525;
                font-weight: normal;
            }

.columns_3 {
    float: left;
    padding: 0;
    padding-top: 7px;
}

.columns_3__head {
    background: #fff;
    padding: 3px 5px;
    float: left;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
}

.infor_ERP {
    float: left;
    width: 40%;
    background: #fff;
    padding: 0 5px 0 10px;
}

.content-erp-include {
    width: 100%;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    text-align: center;
}

.level-customer {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #e4e3e1;
}

.personal-customer {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e4e3e1;
}

    .personal-customer img {
        padding: 0 5px;
        height: 24px;
    }

.ctv-inclide-erp {
    position: relative;
    text-align: center;
    padding: 5px 0;
    color: #b63183;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    height: 28px;
    padding-left: 28px;
    background: #e4e3e1;
}

    .ctv-inclide-erp img {
        position: absolute;
        left: 0;
        top: 0;
    }

.columns_3__head__avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #Ccc;
}

.head__avatar_img {
    height: 80px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.head__avatar_img2 {
    height: 40px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.columns_3__head__avatar img {
    width: 100%;
}

.columns_3__head__infor {
    float: left;
    width: 60%;
    position: relative;
    padding-left: 90px;
    overflow:hidden;
}

    .columns_3__head__infor h2 {
        font-size: 14px;
        font-weight: 700;
        display: block;
        width: 100%;
        margin: 0;
        color: #b63183;
    }

    .columns_3__head__infor span {
        font-size: 13px;
        display: inline-block;
        color: #dcaf27;
    }

    .columns_3__head__infor .infor_user {
        display: inline-block;
        padding: 0 0 0 20px;
        position: relative;
        width: 100%;
    }

        .columns_3__head__infor .infor_user i {
            font-size: 12px;
            color: #252525;
            float: left;
            position: absolute;
            left: 0;
            margin: 0 10px 0 0;
            top: 3px;
        }

        .columns_3__head__infor .infor_user label {
            float: left;
            color: #252525;
            font-weight: normal;
            font-size: 13px;
            margin: 0;
            width: 100%;
            /*padding-left: 24px;*/
        }

    .columns_3__head__infor p {
        cursor: pointer;
    }

        .columns_3__head__infor p span {
            float: left;
        }

        .columns_3__head__infor p i {
            color: #dcaf27;
            float: left;
            margin-top: 0px;
            font-size: 16px;
        }

        .columns_3__head__infor p.viewmore2 {
            display: none;
        }

.columns_3__content {
    display: inline-block;
    background: #fff;
    padding: 0 0px 10px 10px;
    width: 100%;
}

.columns_3__content__tab {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

    .columns_3__content__tab ul.nav-tabs {
        margin: auto;
        padding: 0;
        border: 0;
        margin-bottom: 10px;
    }

    .columns_3__content__tab .form-group {
        margin-bottom: 5px;
    }

    .columns_3__content__tab ul.nav-tabs li {
        border: 0;
        width: 15%;
        text-align: center;
        margin: 0;
    }

        .columns_3__content__tab ul.nav-tabs li:nth-child(1) {
            width: 23% !important;
        }

        .columns_3__content__tab ul.nav-tabs li a {
            border-radius: 0 !important;
            padding: 5px 0px;
            font-size: 12px;
            color: #222;
            font-weight: 500;
            margin-right: 0;
        }

        .columns_3__content__tab ul.nav-tabs li:hover a, .columns_3__content__tab ul.nav-tabs li.active a {
            background: #dcaf27 !important;
            border-radius: 0 !important;
            border: 1px solid #dcaf27 !important;
            color: #252525 !important;
        }

    .columns_3__content__tab .tab-content .tab-pane {
        background: none;
    }

    .columns_3__content__tab .tab-content .dichvu_tab {
        display: inline-block;
        width: 100%;
    }

        .columns_3__content__tab .tab-content .dichvu_tab .date_tab {
            font-size: 12px;
            color: #797979;
            width: 100%;
            display: inline-block;
        }

        .columns_3__content__tab .tab-content .dichvu_tab p {
            width: 100%;
            display: inline-block;
            padding: 0 !important;
        }

    .columns_3__content__tab .tab-content .dichvu_tab__head {
        margin-bottom: 10px;
    }

.dichvu_tab__content ul {
    margin-left: 0;
    padding: 0 !important;
}

    .dichvu_tab__content ul p {
        font-weight: normal;
    }

        .dichvu_tab__content ul p span {
            font-weight: bold;
            font-size: 15px;
            width: auto !important;
        }

.columns_3__content__tab .tab-content .dichvu_tab__content ul li {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    margin-top: 6px;
}

    .columns_3__content__tab .tab-content .dichvu_tab__content ul li span {
        display: inline-block;
        color: #797979;
        width: 100%;
    }

    .columns_3__content__tab .tab-content .dichvu_tab__content ul li p {
        line-height: 20px;
        margin: 0;
        padding: 0;
    }

.columns_3__content__tab .tab-content button {
    padding: 0;
    background: #e9ebf1 !important;
    padding: 3px 10px;
    position: relative;
    font-size: 13px;
    border-bottom: 1px solid #dbdee8;
    margin: 0;
}

    .columns_3__content__tab .tab-content button i {
        font-size: 12px;
        color: #565656;
        padding: 0 10px 0 0;
    }

    .columns_3__content__tab .tab-content button span {
        position: absolute;
        right: 10px;
        top: 3px;
    }

    .columns_3__content__tab .tab-content button a {
        text-decoration: none;
        position: absolute;
        right: 7px;
        top: 3px;
        font-size: 14px;
        color: #252525;
    }

    .columns_3__content__tab .tab-content button strong {
        position: absolute;
        right: 0;
        top: 10px;
    }

    .columns_3__content__tab .tab-content button.active {
        color: #b63183;
    }

        .columns_3__content__tab .tab-content button.active i {
            color: #b63183;
        }

        .columns_3__content__tab .tab-content button.active span {
            color: #b63183;
        }

    .columns_3__content__tab .tab-content button label {
        position: absolute;
        right: 35px;
        font-size: 13px;
        color: #252525;
        font-weight: normal;
        top: 5px;
    }

        .columns_3__content__tab .tab-content button label span {
            font-weight: 700;
            font-size: 13px;
            position: relative;
            top: auto;
            color: #252525;
        }

.columns_3__content__tab .tab-content .dichvu_box button {
    background: #f5f5f5 !important;
    padding: 5px 10px;
    padding-right: 150px;
    border: 0;
    margin-bottom: 1px;
    font-weight: 600;
}

.columns_3__content__tab .tab-content .panel {
    border-radius: 2px;
    padding: 0;
    padding-bottom: 4px;
    background: none;
    margin-bottom: 0;
    box-shadow: none;
}

    .columns_3__content__tab .tab-content .panel p {
        background: #fff;
        text-align: justify;
        padding: 5px 10px;
        margin: 0;
    }

.columns_3__content__tab .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .columns_3__content__tab .active, .columns_3__content__tab .accordion:hover {
        background-color: #ccc;
    }

.columns_3__content__tab .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}
/*-- body content --*/
/*-- notification--*/
.popup_notification {
    width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    max-height: initial;
    margin: 0;
    border-radius: 0;
}

    .popup_notification h4 {
        color: #b63183;
    }

    .popup_notification .modal-content {
        height: 100%;
        background: #fff;
        border-radius: 0;
    }

        .popup_notification .modal-content .modal-body {
            display: inline-block;
            width: 100%;
            padding: 0;
        }

        .popup_notification .modal-content ul {
            width: 100% !important;
            margin: 0;
            padding: 0;
            display: inline-block;
        }

            .popup_notification .modal-content ul li {
                width: 100%;
                display: block;
                border-bottom: 1px solid #e3e3e3;
            }

                .popup_notification .modal-content ul li a {
                    background: #fff;
                    padding: 10px 15px;
                    border-top: 0;
                    text-transform: none;
                    color: #252525;
                    text-decoration: none;
                    width: 100%;
                    display: inline-block;
                }

                    .popup_notification .modal-content ul li a:hover {
                        text-decoration: none;
                        opacity: .8;
                    }

                    .popup_notification .modal-content ul li a.view_all_notifi {
                        text-align: center;
                        font-size: 13px;
                        color: #252525;
                        padding: 10px 0;
                    }

                        .popup_notification .modal-content ul li a.view_all_notifi:hover {
                            color: #b63183;
                        }

                .popup_notification .modal-content ul li h6 {
                    font-weight: bold;
                    margin: 0;
                    padding: 0;
                    margin-top: 6px;
                }

                .popup_notification .modal-content ul li p {
                    font-size: 13px;
                    margin: 0;
                    margin-top: 6px;
                }
/*-- scroll --*/
.scrollbar {
    float: left;
    height: 200px;
    width: 100%;
    padding-right: 5px;
    overflow-y: scroll;
}

#style-1::-webkit-scrollbar {
    width: 8px;
}

#style-1::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
}

.scrollbar10 {
    float: left;
    height: 400px;
    width: 100%;
    padding-right: 5px;
    overflow-y: scroll;
}
/*-- end scroll --*/
.body_login {
    margin: 0;
    padding: 0;
}

.body_login__form {
    width: 500px;
    margin: 100px auto;
    background: #fff;
}

    .body_login__form .logo_Login {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 20px 0 0 0;
    }

    .body_login__form form {
        background: #fff;
        padding: 20px 30px;
        display: inline-block;
        width: 100%;
        border-radius: 10px;
    }

        .body_login__form form input {
            height: 35px;
            border-radius: 4px;
            width: 100%;
            display: inline-block;
            margin-bottom: 15px;
            background: #fff;
            font-size: 13px;
            padding: 5px 10px;
            border: 1px solid #e3e3e3;
        }

        .body_login__form form button {
            height: 40px;
            background: #b63183;
            width: 120px;
            border-radius: 4px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            margin: auto;
            border: 0;
        }

        .body_login__form form .button_login {
            display: inline-block;
            width: 100%;
            text-align: right;
        }

.dashboar_table {
    background: #fff;
    display: inline-block;
    padding: 10px;
    padding-bottom: 0;
}

    .dashboar_table h2 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        color: #b63183;
        margin-top: 0;
    }

    .dashboar_table table {
        margin-bottom: 0;
    }

        .dashboar_table table thead {
            height: 37px;
            background: #dcaf27;
        }

            .dashboar_table table thead th {
                color: #505050;
                border-bottom: 0;
                border-top: 0;
                border-right: 1px solid #e4ba3a;
            }
/*-- css login --*/
.body_login {
    background: #b63183;
    position: fixed;
    height: 100%;
    left: 0;
    background: url(../images/bg_login.jpg) no-repeat center top;
    background-size: cover;
    top: 0;
}

.box_login {
    width: 100%;
}

.body_login label {
    font-weight: normal;
    padding-top: 8px;
}

.body_login span {
    color: #b63183;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-transform: none;
    text-transform: uppercase;
    font-size: 18px;
}

#cmdlogin {
    background: #b63183 !important;
    color: #fff !important;
    transition: all 0.2s linear;
    border: 0 !important;
}

    #cmdlogin:hover {
        background: #dcaf27 !important;
    }

.logo_login img {
    height: 120px;
    margin-bottom: 10px;
}

.user_manager_table table tr {
    background: #fff !important;
    color: #505050 !important;
}

    .user_manager_table table tr:nth-child(1) {
        background: #dcaf27 !important;
        color: #505050 !important;
    }

.table_CRM table thead tr {
    background: #b63183 !important;
    color: #fff !important;
}

.table_CRM {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .table_CRM table thead tr th {
        border: 0;
        text-align: left;
        font-weight: 500;
        padding: 5px !important;
        border-right: 1px solid #c34593 !important;
    }

.user_manager_table table tr:nth-child(even) {
    background: #f5f5f5 !important;
}

.user_manager_table table tr td {
    border: 1px solid #e4e4e4 !important;
}

.user_manager_table table tr:nth-child(1) th {
    border: 1px solid #cba01d !important;
}

.user_manager_table table tr td a {
    padding: 3px 10px;
}

.form_search {
    margin-bottom: 10px;
}

    .form_search label {
        font-weight: normal;
    }

    .form_search input {
        height: 30px;
        border-radius: 4px;
        padding: 2px 10px;
        border: 1px solid #e1e1e1;
    }

    .form_search .button_Addnew {
        min-width: 70px;
        border: 0;
        color: #fff;
        height: 30px;
        border-radius: 4px;
        background: #b63183;
    }

    .form_search .button_Search {
        min-width: 70px;
        border: 0;
        height: 30px;
        border-radius: 4px;
        color: #fff;
        background: #b63183;
    }

.fix_pagecss {
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
}

    .fix_pagecss h1 {
        margin-top: 5px;
    }

    .fix_pagecss label {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin: 0 !important;
        width: 100%;
    }

.fix_columns {
    padding: 0;
}

    .fix_columns label {
        font-weight: normal;
    }

.check_all_css {
    float: left;
    margin-top: -6px;
}

.select_work span, .select_work select {
    float: left !important;
    width: 100% !important;
    border-radius: 4px;
}

.check_all_css input {
    float: left;
}

.check_all_css span {
    float: left;
    width: auto !important;
    margin: 1px 0 0 5px !important;
}

.fix_columns ul li span {
    width: auto !important;
}

.fix_columns input, .fix_columns select, .fix_columns span {
    border-radius: 0px !important;
}

.uib-monthpicker table tr td button {
    border-radius: 0;
    background: none !important;
    border: 1px solid #f4f4f4 !important;
}

    .uib-monthpicker table tr td button.active {
        background: #dcaf27 !important;
    }

.uib-monthpicker table {
    outline: none;
}

ul.uib-datepicker-popup li button {
    background: #f5f5f5;
    border: 0 !important;
    color: #252525;
    margin-right: 5px;
}

.date_signup input {
    background: #fff !important;
}

.fix_columns_button button {
    float: left;
    background: #dcaf27 !important;
    border: 0;
    border-radius: 2px;
    color: #505050 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    height: 27px;
}

.fix_columns_button label {
    width: 100% !important;
    margin: 0;
    height: 15px;
    float: left;
}

.fix_columns_button button:hover {
    opacity: .8 !important;
}

.date_input input {
    background: none !important;
}

.table_CRM table {
    border-top: 0 !important;
    border: 0 !important;
}

span.ng-scope {
    cursor: pointer;
    background: none;
    color: #b0b0b0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: inline-block;
    line-height: 13px;
    border: 1px solid #dfdfdf;
    margin: 2px;
    background: #fff !important;
}

button.ng-scope {
    /*color: #b0b0b0;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin: 2px;
    background: #fff !important;
    border: 1px solid #dfdfdf;
    line-height: 0 !important;
    padding: 0;*/
    color: #fff;
    width: auto;
    background: #d9534f !important;
    display: inline-block;
    padding: 2px 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0;
}

.lichlamviec_td tr td button {
    position: absolute;
    bottom: 3px;
    display: none;
    right: 27%;
}

.table_CRM .dataTables_length, .table_CRM .dataTables_filter {
    border: 0 !important;
    margin-bottom: 10px;
}

    .table_CRM .dataTables_length label, .table_CRM .dataTables_filter label {
        font-weight: normal;
    }

    .table_CRM .dataTables_filter input, .table_CRM .dataTables_length select {
        border: 1px solid #e7e7e7 !important;
        height: 28px;
    }

.list_share {
    margin-left: -10px;
    margin-right: -10px;
}

    .list_share label {
        font-weight: normal;
    }

.table_CRM table thead tr th {
    vertical-align: inherit !important;
}

.button_gcv {
    position: absolute;
    left: 223px;
    top: 12px;
    z-index: 0;
}

    .button_gcv button {
        background: #b63183 !important;
        border: 0 !important;
        color: #fff !important;
        font-size: 12px;
        height: 24px;
        width: 120px;
        font-weight: 500;
    }

        .button_gcv button i {
            margin-right: 5px;
        }

        .button_gcv button:hover {
            background: #b63183 !important;
            opacity: .8 !important;
        }

.body-content {
    background: #fff !important;
    margin-top: 0;
    margin-bottom: 0 !important;
    padding: 2px 0 0 0 !important;
    margin: 0 !important;
}

    .body-content h1 {
        margin-top: 0;
        padding-top: 0;
    }

.modal-content h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.modal-content .modal-header {
    background: #b63183;
    padding: 5px 10px;
    border-radius: 4px 4px 0 0;
}

    .modal-content .modal-header button {
        color: #fff;
        box-shadow: none;
    }

.table_CRM table .pull-right.action-buttons {
    width: 20px;
    float: none !important;
    margin: auto;
}

    .table_CRM table .pull-right.action-buttons i {
        font-size: 16px;
        color: #b63183 !important;
    }

        .table_CRM table .pull-right.action-buttons i:hover {
            opacity: .8 !important;
            color: #b63183 !important;
        }

li.select2-selection__choice {
    background: #f6dd91 !important;
    color: #b63183 !important;
    border: 0 !important;
}

.select2-selection__choice span {
    color: #a6a6a6 !important;
}

.paging_full_numbers a, .paging_full_numbers span {
    padding: 0 5px;
}

.modal-content .modal-footer {
    border: 0;
    padding: 0;
    text-align: center;
    padding-bottom: 20px;
}

    .modal-content .modal-footer button {
        width: 120px;
        height: 30px;
        background: #dcaf27;
        color: #505050 !important;
        margin-top: 10px;
        border: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
    }

        .modal-content .modal-footer button:hover {
            opacity: .8 !important;
        }

.attendance_table tr td span {
    display: none;
    cursor: pointer;
}

.attendance_table tr td:hover span {
    display: block;
}

.table_CRM.left_align_attendance table tbody tr td:nth-child(1) {
    text-align: left !important;
    width: 170px;
    vertical-align: inherit;
    background: #f1dfa8 !important;
    border-bottom: 1px solid #ead493 !important
}

.attendance_table tr td {
    width: 40px;
}
/*# sourceMappingURL=style.css.map */
.tab_list_KH {
    border-bottom: 1px solid #dcaf27;
}

    .tab_list_KH li {
        padding: 0 !important;
        border: 0 !important;
    }

        .tab_list_KH li a {
            padding: 5px 10px !important;
            background: #dcaf27 !important;
            color: #252525;
            border: 0 !important;
        }

        .tab_list_KH li.active a {
            background: #b63183 !important;
            color: #fff !important;
        }

.call_history {
    margin-top: 5px !important;
}

.call_customer__start button.disable i, .call_customer__start button.disable span {
    color: #bbb !important;
}

.columns_2__content ul.chatbox {
    padding-bottom: 110px !important;
    display: inline-block !important;
    width: 100%;
}

.note_important {
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #e3e3e3;
    margin-bottom: 0;
}

    .note_important h6 {
        font-size: 12px;
        font-weight: 600;
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
        color: #b63183;
    }

    .note_important p {
        font-size: 12px;
        line-height: 20px;
        color: #252525;
        margin-bottom: 0;
    }

.box_services {
    display: inline-block;
    width: 100%;
    position: relative;
}

    .box_services label.detail_service_btn {
        position: absolute;
        top: 5px;
        right: 85px;
        font-weight: normal;
        cursor: pointer;
        color: #fff;
        border: 1px solid #dcaf27;
        background: #dcaf27;
        padding: 0px 10px;
        border-radius: 4px;
    }

        .box_services label.detail_service_btn:hover {
            background: #dcaf27;
            color: #fff;
            opacity: .8;
        }

.popup_detail_services .modal-dialog {
    width: 1336px;
}

    .popup_detail_services .modal-dialog .modal-header {
        background: #b63183;
        padding: 0;
    }

        .popup_detail_services .modal-dialog .modal-header h4 {
            padding: 10px 15px;
            color: #fff;
        }

        .popup_detail_services .modal-dialog .modal-header button {
            color: #fff;
            box-shadow: none;
            background: none !important;
            margin-top: 6px;
        }

.box_services button span {
    top: 5px !important;
}

.tab_detail_services ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .tab_detail_services ul li {
        border: 0 !important;
    }

        .tab_detail_services ul li a {
            background: #f5f5f5;
        }

.tab_detail_services table {
    margin-top: 15px;
}

    .tab_detail_services table thead tr {
        background: #dcaf27;
    }

        .tab_detail_services table thead tr th {
            color: #252525;
            font-size: 13px;
        }

    .tab_detail_services table tbody tr td {
        padding: 10px 5px;
    }

        .tab_detail_services table tbody tr td i {
            font-size: 15px;
            color: #b63183;
            cursor: pointer;
        }

    .tab_detail_services table tbody tr:nth-child(even) {
        background: #f5f5f5;
    }

.trongoi_popup h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #b63183;
}

.trongoi_popup__content {
    display: inline-block;
    width: 100%;
}

    .trongoi_popup__content .trongoi_box {
        padding: 0;
    }

        .trongoi_popup__content .trongoi_box p {
            width: 100%;
            border: 1px solid #e3e3e3;
            padding: 15px;
            height: 490px;
        }

        .trongoi_popup__content .trongoi_box h3 {
            font-size: 16px;
            text-transform: uppercase;
            color: #252525;
            margin-top: 0;
            padding: 0 0 0 20px;
        }

        .trongoi_popup__content .trongoi_box ul {
            padding: 0 0 0 20px;
        }

            .trongoi_popup__content .trongoi_box ul li {
                list-style: none;
            }

                .trongoi_popup__content .trongoi_box ul li h6 {
                    background: #dcaf27;
                    color: #252525;
                    padding: 5px 10px;
                    font-size: 12px;
                    text-transform: none;
                    font-weight: 600;
                    display: inline-block;
                    margin-bottom: 10px;
                    width: 100%;
                }

                .trongoi_popup__content .trongoi_box ul li .text_save {
                    display: inline-block;
                    width: 100%;
                    position: relative;
                }

                    .trongoi_popup__content .trongoi_box ul li .text_save p {
                        display: inline-block;
                        width: 100%;
                        border: 0;
                        outline: none;
                        padding: 0 10px;
                        border-bottom: 1px solid #e3e3e3;
                        height: 30px;
                        margin-bottom: 15px;
                    }

                    .trongoi_popup__content .trongoi_box ul li .text_save button.disable {
                        background: #f5f5f5 !important;
                        color: #bbb !important;
                        border: 1px solid #f5f5f5 !important;
                    }

                    .trongoi_popup__content .trongoi_box ul li .text_save button:hover {
                        opacity: .8;
                    }

.box_drug {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

    .box_drug h4 {
        font-size: 12px;
        display: inline-block;
        text-transform: uppercase;
        height: 15px;
        border-left: 1px solid #e3e3e3;
        margin: 0;
        padding: 0;
        margin-left: 15px;
        padding-left: 15px;
        color: #252525;
        font-weight: 600 !important;
    }

.columns_3__content__tab .tab-content button.active h4 {
    color: #b63183;
}

.box_drug p {
    padding: 10px 0 !important;
}

.box_drug table {
    border: 1px solid #e3e3e3;
    margin-bottom: 15px !important;
}

    .box_drug table thead tr {
        background: #dcaf27;
    }

.scrollbar_modal {
    float: left;
    height: 423px;
    width: 100%;
    padding-right: 5px;
    overflow-y: scroll;
}

.imgcustomer_view .scrollbar_modal {
    height: 427px !important;
}

.modal-body {
    position: relative;
    padding: 10px 10px 0 10px;
    display: inline-block;
    width: 100%;
}

.phonered {
    color: #ff420f !important;
}

    .phonered i, .phonered span {
        color: #ff420f !important;
    }

.phonegreen i, .phonegreen span {
    color: #35cd24 !important;
}

.phonewaiting i, .phonewaiting span {
    color: #ffbe00 !important;
}

.diagnose_title {
    display: inline-block;
    width: 100%;
}

.note_drug {
    display: inline-block;
    width: 100%;
}

.note_drug__left {
    padding: 0;
}

    .note_drug__left label {
        padding: 0;
    }

    .note_drug__left input {
        height: 30px;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        padding: 0 10px;
    }

.images_customer {
    display: inline-block;
    width: 100%;
}

    .images_customer ul {
        margin: 0;
        padding: 0;
    }

        .images_customer ul li {
            padding: 0;
            display: inline-block;
            width: 33%;
            padding: 10px;
            height: 350px;
            overflow: hidden;
            margin: 0;
        }

            .images_customer ul li img {
                width: 100%;
            }

.columns_1__table ul li.stt_done {
    border-left: 4px solid #35cd24 !important;
    background: #fff;
    border-bottom: 1px solid #35cd24 !important;
}

.columns_1__table ul li.stt_progress {
    border-left: 4px solid #ff420f !important;
    background: #fff;
    border-bottom: 1px solid #f08679 !important;
}

.columns_1__table ul li.stt_waiting {
    border-left: 4px solid #ffbe00 !important;
    background: #fff;
    border-bottom: 1px solid #ffe59a !important;
}

.tab_detail_services ul li.active a {
    background: #fff !important;
    color: #b63183 !important;
    border: 1px solid #b63183 !important;
}

.columns_1__table ul li.stt_complaint {
    border-left: 4px solid #3197f7 !important;
    background: #fff;
    border-bottom: 1px solid #87c5ff !important;
}

    .columns_1__table ul li.stt_complaint .stt_phone_list, .columns_1__table ul li.stt_complaint .stt_phone_list i, .columns_1__table ul li.stt_complaint .stt_phone_list span {
        color: #3197f7;
    }
/*# sourceMappingURL=newStyle.css.map */
.button_form {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .button_form button {
        background: #dcaf27 !important;
        color: #505050 !important;
        height: 35px;
        min-width: 100px;
        border: 0 !important;
        text-transform: uppercase;
        font-weight: 500;
        border-radius: 4px;
        padding: 5px 15px;
    }

        .button_form button:hover {
            opacity: .8;
        }

.search_working button {
    background: #dcaf27 !important;
    color: #505050 !important;
    height: 30px;
    border: 0 !important;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 15px;
}

.button_share_working {
    position: absolute;
    top: -8px;
    z-index: 9;
    left: 105px;
}

    .button_share_working button {
        background: #b63183 !important;
        color: #fff !important;
        border: 0;
        position: relative;
    }

        .button_share_working button:hover {
            opacity: .8;
        }

.comment_placeholder::-webkit-input-placeholder {
    color: red;
}

.button_share_work button {
    background: #dcaf27 !important;
    color: #222 !important;
}

    .button_share_work button i {
        color: #222 !important;
    }

.select_numbers {
    width: 28%;
    float: left;
    margin: 0;
}

    .select_numbers select {
        height: 30px;
        border-radius: 4px;
        padding: 0 10px;
        width: 100% !important;
    }

    .select_numbers label {
        font-size: 12px !important;
        color: #333 !important;
        position: absolute;
        top: -10px;
    }

.columns_2 .infor_customer_choose .call_customer__start button.calling_now {
    width: 20%;
    float: left;
    color: #fff;
    height: 30px;
    border-radius: 4px !important;
    margin: 1%;
    background: #35cd24;
    border: 0 !important;
    margin-top: 0 !important;
}

.end_call {
    background: #ff420f !important;
}

.calling_now strong {
    color: #fff !important;
    font-size: 12px;
    font-weight: normal;
}

.connect_call {
    background: #dcaf27 !important;
}

.connect_call {
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    width: 20% !important;
    border-radius: 4px !important;
    margin-left: 1% !important;
    border: 0 !important;
    font-weight: normal !important;
}

    .connect_call.disbale {
        background: #f5f5f5 !important;
    }

        .connect_call.disbale strong {
            color: #bbb !important;
        }

    .connect_call strong {
        font-size: 12px;
        font-weight: normal;
    }

.call_end {
    background: #ff420f !important;
}

td a.disabled {
    opacity: .3 !important;
    pointer-events: none !important;
}

.button_edit {
    position: absolute;
    right: -1px;
    top: 1px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 20px;
    color: #797979;
    width: 60px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    padding: 1px;
}

    .button_edit i {
        font-size: 12px;
        color: #797979;
    }

    .button_edit:hover {
        background: #dcaf27;
        border: 1px solid #dcaf27;
        color: #505050;
    }

    .button_edit i {
        color: #505050;
    }

.button_profile {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-left: 15px;
}

.col-md-8 .button_profile {
    text-align: center;
}

.button_profile button {
    background: #dcaf27 !important;
    color: #505050 !important;
    height: 35px;
    min-width: 100px;
    border: 0 !important;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 15px;
}

.upload_Input {
    float: left !important;
}
/*--update css--*/
.tab_icon li a img {
    width: 18px;
    height: auto;
    margin-top: 5px;
    float: left;
    margin-left: 1px;
}

    .tab_icon li a img.support_active {
        display: none;
    }

.tab_icon li a:hover img, .tab_icon li a.active img {
    display: none !important;
}

    .tab_icon li a:hover img.support_active, .tab_icon li a.active img.support_active {
        display: block !important;
    }

.tab_icon li.active a img {
    display: none !important;
}

    .tab_icon li.active a img.support_active {
        display: block !important;
    }

.connect_call_user {
    padding-left: 0 !important;
}

.stt_call_now {
    display: inline-block;
    text-align: center;
    width: 100%;
}

    .stt_call_now strong {
        font-size: 30px;
        font-weight: normal;
        color: #b63183;
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .stt_call_now span {
        font-size: 13px;
        display: inline-block;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }

        .stt_call_now span.stt_connect_call {
            color: #35cd24 !important;
        }

        .stt_call_now span.stt_call_end {
            color: #969696 !important;
        }
/*# sourceMappingURL=newStyle.css.map */
.appointment_list {
    padding: 0 10px 10px 10px;
}

    .appointment_list .appointment form {
        display: inline-block;
        width: 100%;
        border: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

        .appointment_list .appointment form select.disabled {
            pointer-events: none;
        }

        .appointment_list .appointment form input {
            width: 100%;
        }

.appointment_list__body {
    background: #fff;
}

    .appointment_list__body h1 {
        margin-top: 5px;
    }

    .appointment_list__body .table_CRM {
        margin-top: 0;
    }

        .appointment_list__body .table_CRM table {
            border-left: 1px solid #ddd !important;
            border-bottom: 1px solid #ddd !important;
        }

        .appointment_list__body .table_CRM td {
            border-right: 1px solid #ddd;
            vertical-align: inherit;
        }

            .appointment_list__body .table_CRM td.app_stt_waiting {
                color: #dcaf27;
            }

            .appointment_list__body .table_CRM td.app_stt_done {
                color: #35cd24;
            }

            .appointment_list__body .table_CRM td.app_stt_later {
                color: #ff420f;
            }

            .appointment_list__body .table_CRM td.app_stt_none {
                color: #252525;
            }

        .appointment_list__body .table_CRM .appointment_icon {
            text-align: center;
        }

            .appointment_list__body .table_CRM .appointment_icon a {
                text-decoration: none;
                padding: 3px 15px;
                float: left;
                border-radius: 4px;
                color: #ff420f;
                height: 23px;
                margin: 0 3px;
                border: 1px solid #ddd;
                margin: 3px 0;
            }

                .appointment_list__body .table_CRM .appointment_icon a i {
                    font-size: 12px;
                    color: #ff420f;
                    margin-right: 4px;
                }

                .appointment_list__body .table_CRM .appointment_icon a:hover {
                    background: #35cd24;
                    color: #fff;
                    border: 1px solid #35cd24;
                }

                    .appointment_list__body .table_CRM .appointment_icon a:hover i {
                        color: #fff;
                    }

        .appointment_list__body .table_CRM .appointment_disabled a {
            display: none;
        }

    .appointment_list__body .form_appointment {
        margin-left: -10px;
        margin-right: -10px;
    }

        .appointment_list__body .form_appointment select {
            width: 100% !important;
            height: 34px;
            border: 1px solid #e3e3e3;
        }

        .appointment_list__body .form_appointment input {
            box-shadow: none;
        }

        .appointment_list__body .form_appointment .cold-md-3 {
            padding: 0 5px !important;
        }

        .appointment_list__body .form_appointment .col-sm-12 {
            padding: 0 !important;
        }

    .appointment_list__body .button_appointment button {
        background: #dcaf27;
        color: #505050;
        text-transform: uppercase;
        font-weight: 500;
        width: 100px;
        border: 0;
        height: 28px;
        border-radius: 4px;
    }

        .appointment_list__body .button_appointment button:hover {
            opacity: .8;
        }

.appointment h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #dcaf27;
    margin-bottom: 0;
    color: #b63183;
    margin: 0;
    padding: 5px 10px;
}

.appointment_popup {
    background: #fff;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-top: 0;
}

    .appointment_popup .modal-footer {
        padding-bottom: 0;
        display: inline-block;
        width: 100%;
    }

    .appointment_popup h2 {
        padding: 5px 0 !important;
        margin-bottom: 10px;
    }

    .appointment_popup .calling_now {
        color: #fff !important;
    }

        .appointment_popup .calling_now i {
            color: #fff !important;
            font-size: 16px;
        }

    .appointment_popup .col-md-6:nth-child(even) {
        padding-left: 0 !important;
    }

    .appointment_popup .col-md-6:nth-child(odd) {
        padding-right: 0 !important;
    }

.example_stt {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

    .example_stt p {
        border-right: 1px solid #dfdfdf;
        height: 20px;
        float: left;
        padding: 0 20px;
    }

        .example_stt p:nth-child(1) span {
            color: #35cd24;
        }

        .example_stt p:nth-child(2) span {
            color: #252525;
        }

        .example_stt p:nth-child(3) span {
            color: #dcaf27;
        }

        .example_stt p:nth-child(4) span {
            color: #ff420f;
        }

.example_stt_cskh p:nth-child(1) span {
    color: #35cd24 !important;
}

.example_stt_cskh p:nth-child(2) span {
    color: #35cd24 !important;
}

.example_stt_cskh p:nth-child(3) span {
    color: #35cd24 !important;
}

.example_stt_cskh p:nth-child(4) span {
    color: #35cd24 !important;
}

.example_stt_cskh p:nth-child(5) span {
    color: #252525 !important;
}

.example_stt_cskh p:nth-child(6) span {
    color: #dcaf27 !important;
}

.example_stt_cskh p:nth-child(7) span {
    color: #ff420f !important;
}
/*# sourceMappingURL=newStyle.css.map */
.click_view_more {
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    width: 100%;
}

    .click_view_more strong {
        font-weight: normal;
        font-size: 12px;
        color: #b63183;
    }

media {
    height: 50px;
    background-color: transparent;
    width: 300px;
}

.uib-daypicker table tr td button.active {
    background: #dcaf27 !important;
}

    .uib-daypicker table tr td button.active span {
        color: #fff !important;
    }

.location_search select {
    width: 100% !important;
}

.location_search {
    padding: 0;
    width: 100% !important;
}

.columns_1__table ul li .stt_waiting {
    background: #ffbe00 !important;
    width: 10px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    height: 10px;
    margin-top: 2px;
}

.reply_feedback {
    background: #f5f6fa !important;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    display: inline-block;
    width: 95%;
    margin: 0 0;
    margin-left: 5%;
    margin-bottom: 10px;
}

.select_numbers input {
    height: 40px;
    border-radius: 4px;
}

.box_login label {
    text-align: left;
}

.button_login input {
    margin: auto;
    width: 120px;
    height: 35px;
    background: #dcaf27;
    color: #505050;
    margin-top: 20px;
    border-radius: 4px !important;
}

.button_login .form-control input {
    border-radius: 4px !important;
}

.box_login .col-md-12 {
    padding: 0;
    float: left;
    width: 100%;
}

.setup_message {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
}

    .setup_message select {
        height: 27px;
        border: 1px solid #ddd;
        padding: 0 10px;
        border-radius: 4px;
    }

    .setup_message textarea {
        height: 130px;
        display: inline-block;
        border-radius: 4px;
        margin-top: 15px;
        padding: 10px;
        width: 100%;
        border: 1px solid #ddd;
    }

    .setup_message label {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }

    .setup_message input {
        background: #dcaf27;
        width: 120px;
        height: 30px;
        border-radius: 4px;
        text-align: center;
        text-transform: uppercase;
        color: #505050;
        border: 0;
        margin-top: 15px;
        font-weight: bold;
        margin-bottom: 20px;
    }

        .setup_message input:hover {
            opacity: .8;
        }

.message-time {
    font-size: 10px;
    font-weight: 600;
}

.calendar_filter {
    float: right;
    width: 152px;
    text-align: right;
}

    .calendar_filter input:nth-child(1) {
        width: 100px !important;
        float: left;
        height: 27px;
        border-right: 0;
    }

    .calendar_filter span {
        width: 40px !important;
    }

.message-time {
    font-size: 10px;
    color: #c1c1c1;
}

.calendar_filter button, .appointment button {
    height: 27px;
    padding: 0 12px;
}

.error .message-time {
    color: #C00;
}

.appointment .form-group {
    height: 30px;
}

.body_loading_ld {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.popup_loading_default {
    width: 400px;
    border-radius: 4px;
    margin: 100px auto;
    position: relative;
    z-index: 999999999999999;
    background: #fff;
}

.head_popup_ld {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 40px;
    background: #b63183;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
}

    .head_popup_ld span {
        position: absolute;
        right: 5px;
        top: 4px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        font-size: 23px;
        color: #fff;
        opacity: .7;
    }

        .head_popup_ld span:hover {
            opacity: 1;
        }

.content_popup_ld {
    width: 100%;
    display: inline-block;
    padding: 10px;
}

    .content_popup_ld p {
        display: inline-block;
        width: 100%;
        margin: 0;
    }

.time_change input {
    width: 100% !important;
}

.call_coming {
    width: 100%;
    display: inline-block;
}

.call_coming_avatar {
    float: left;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
}

    .call_coming_avatar img {
        width: 100%;
    }

.call_coming_infor {
    float: left;
    width: 300px;
    padding-left: 15px;
}

    .call_coming_infor h2 {
        font-size: 16px;
        margin: 0;
        font-weight: bold;
        color: #b63183;
        margin-top: 10px;
        padding-bottom: 7px;
    }

    .call_coming_infor span {
        font-size: 13px;
        color: #dcaf27;
    }

    .call_coming_infor .infor_user {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

        .call_coming_infor .infor_user label {
            font-weight: normal;
        }

.call_coming_body {
    position: relative;
}

    .call_coming_body button.close {
        position: absolute !important;
        right: 0;
        top: 0;
        width: 30px;
        text-align: center;
        height: 30px;
        z-index: 999;
    }

.call_coming_content {
    text-align: center;
    float: left;
    width: 279px;
}

    .call_coming_content .calling_now {
        width: 24%;
    }

    .call_coming_content .select_numbers {
        width: 47%;
    }

    .call_coming_content .connect_call {
        height: 30px;
        margin: 0 !important;
        padding: 0 !important;
        width: 24% !important;
        margin-left: 0px !important;
    }

    .call_coming_content button.btn_decline {
        width: 100px;
        border-radius: 4px;
        height: 30px;
        background: #ff420f !important;
        color: #fff;
        border: 0 !important;
        text-align: center;
        margin-right: 5px;
    }

.modal_comming {
    box-shadow: none !important;
}

.call_coming_content button.btn_accept {
    width: 100px;
    border-radius: 4px;
    height: 30px;
    border: 0 !important;
    background: #35cd24 !important;
    color: #fff;
    text-align: center;
    margin-left: 5px;
}

.call_coming_content button:hover {
    opacity: .84 !important;
}

.callcoming_head {
    color: #35cd24;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    padding: 0 0 10px 0;
}

.benhly_title {
    padding: 10px;
    width: 100%;
    display: inline-block;
    background: #fcf7e8;
    border: 1px solid #dcaf27;
}

    .benhly_title h6 {
        font-size: 12px;
        font-weight: 600;
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
        text-transform: uppercase;
        color: #b63183;
    }

    .benhly_title p {
        font-size: 13px;
        line-height: 20px;
        color: #252525;
        margin-bottom: 0;
    }

.stt_phone_list {
    float: left;
    padding: 0 10px;
}

li.uib-button-bar {
    background: #b63183 !important;
    height: 40px;
    padding-top: 6px !important;
}

    li.uib-button-bar span {
        float: left;
        width: auto !important;
        background: none !important;
        color: #fff;
    }

        li.uib-button-bar span button, li.uib-button-bar button {
            background: none !important;
            color: #fff !important;
        }

.uib-daypicker {
    border: 1px solid #b63183 !important;
}

    .uib-daypicker table thead tr:nth-child(2) th {
        background: #dcaf27 !important;
    }

.appointment span.input-group-btn {
    float: left;
}

.appointment .uib-daypicker table thead tr:nth-child(2) th {
    background: #dcaf27 !important;
}

.appointment .uib-datepicker-popup.dropdown-menu, .appointment .uib-datepicker-popup.dropdown-menu li {
    padding: 0;
    border: 0;
}

.appointment ul li.uib-button-bar {
    margin-top: -8px !important;
}

.table_sharework {
    width: 100%;
    overflow-x: auto;
}

button.disabled_appointment {
    background: #eaeaea !important;
    pointer-events: none !important;
    color: #797979 !important;
}

.lichlamviec_td tr td {
    position: relative;
}

    .lichlamviec_td tr td span:nth-child(2) {
        position: absolute;
        bottom: 7px;
        right: 33%;
    }

    .lichlamviec_td tr td span:nth-child(1) {
        height: 26px;
        width: 100%;
        padding: 11px 0;
        display: inline-block;
    }

.popup_notificaction {
    display: inline-block;
    text-align: center;
    display: inline-block;
    z-index: 999999;
}

    .popup_notificaction .close_popup_ld {
        position: absolute;
        right: 10px;
        top: 0px;
        font-size: 27px;
        cursor: pointer;
        color: #b63183;
    }

    .popup_notificaction h6 {
        font-size: 16px;
        text-align: center;
        color: #b63183;
        display: inline-block;
        width: 100%;
        line-height: 24px;
        padding: 0 13px;
    }

    .popup_notificaction img {
        width: 60px;
        margin: auto;
        margin-top: 20px;
    }

    .popup_notificaction h6 {
        padding-top: 0 !important;
    }

.notification_icon {
    display: inline-block;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

    .notification_icon i {
        color: #dcaf27;
        font-size: 40px;
    }

.progress_box {
    width: 100%;
    background: #fff;
    padding: 0px 5px 0 5px;
    margin-bottom: 0;
    margin-top: -7px;
    height: 60px;
    display: inline-block;
    border-bottom: 1px solid #dfdfdf;
}

.progress_List {
    padding: 0 5px;
    width: 12%;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #dfdfdf;
}

.progress_List_columns {
    width: 100%;
    position: relative;
    padding: 5px 0;
    border-radius: 4px;
    cursor: pointer;
    padding-bottom: 0;
    display: inline-block;
}

    .progress_List_columns h6 {
        font-size: 32px;
        color: #b63183;
        padding: 0;
        margin: 0;
        padding-top: 0;
        font-weight: normal;
        margin-bottom: 0;
    }

    .progress_List_columns span {
        display: inline-block;
        font-size: 26px;
        color: #505050;
    }

    .progress_List_columns i {
        position: absolute;
        bottom: -13px;
        left: 43%;
        display: none;
        font-size: 25px;
    }

span.total_text {
    font-size: 12px !important;
    padding-bottom: 0;
}

.progress_yellow.active {
    background: #ffbe00;
    border: 1px solid #ffbe00;
}

.progress_green.active {
    background: #35cd24;
    border: 1px solid #35cd24;
}

.progress_List_columns.active i {
    display: block;
    color: #ff420f;
}

.pro_comple {
    color: #35cd24 !important;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    font-size: 28px !important;
    margin: 0;
    display: inline-block;
    padding: 0 3px;
    width: auto;
}

.pro_total {
    color: #ff420f !important;
    position: relative;
    top: auto;
    font-size: 28px !important;
    left: auto;
    padding: 0;
    margin: 0;
    padding: 0 3px;
    display: inline-block;
    width: auto;
}

.progress_List_columns input {
    position: absolute;
    right: 10px;
    top: 10px;
}

.progress_List_columns input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 11px;
    left: 5px;
    height: 15px;
    border-radius: 2px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
}
/* On mouse-over, add a grey background color */
.progress_List_columns:hover input ~ .checkmark {
    background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
.progress_List_columns input:checked ~ .checkmark {
    border: 1px solid #dfdfdf;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.progress_List_columns input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.progress_List_columns .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #b63183;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.note_customer_important {
    float: left;
    width: 60%;
}

    .note_customer_important div {
        float: left;
        padding: 0 10px;
        border-right: 1px solid #dfdfdf;
        margin-top: 8px;
        color: #ff420f !important;
        font-weight: 500;
    }

        .note_customer_important div:nth-child(2) {
            border-right: 0;
        }

label.container {
    height: 20px !important;
    position: absolute;
    top: 0;
    left: 0;
}

.user_page ul {
    padding: 0;
}

    .user_page ul li {
        list-style: none;
    }

        .user_page ul li span.label_title {
            padding: 0;
            float: left;
            margin-top: 5px;
            width: 30%;
        }

        .user_page ul li label {
            width: auto;
            font-weight: normal;
            margin-right: 12px !important;
        }

        .user_page ul li input, .user_page ul li select {
            width: 70% !important;
            border-radius: 2px;
            padding: 0 5px;
            height: 30px;
            border: 1px solid #ddd;
        }

#MainContent_rblMaVT input, #MainContent_ck_IsLeave {
    height: auto !important;
    width: auto !important;
}

.user_page ul li select.phongban1 {
    width: 34.5% !important;
    float: left;
}

    .user_page ul li select.phongban1:nth-child(2) {
        margin-right: 0.5%;
    }

    .user_page ul li select.phongban1:nth-child(3) {
        margin-left: 0.5%;
    }

span#MainContent_rblMaVT {
    width: 100% !important;
}

.user_page .button_form input {
    height: 35px;
    border-radius: 4px;
    background: #dcaf27;
    color: #505050;
    width: auto !important;
    padding: 9px 20px;
    margin: 0 5px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    margin-top: 15px;
}

    .user_page .button_form input:hover {
        opacity: .85;
    }

.user_page .select2-container--default .select2-selection--single, .user_page .select2-selection .select2-selection--single {
    height: 30px !important;
}

.id_user {
    margin-top: 4px;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.user_page ul li.name_idcustomer input {
    width: 200px !important;
}

.row_user {
    margin-left: -10px;
    margin-right: -10px;
}

.name_work input {
    height: 34px !important;
}

.button_aspx input {
    height: 35px;
    border-radius: 4px;
    background: #dcaf27 !important;
    color: #505050;
    width: auto !important;
    padding: 9px 20px;
    margin: 0 5px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    margin-top: 15px;
}

    .button_aspx input:hover {
        opacity: .85;
    }

p.read_more_btn {
    position: absolute;
    top: 0;
    color: #dcaf27;
    right: -10px;
    border: 0 !important;
    cursor: pointer;
}

.read_more_btn i {
    color: #dcaf27 !important;
    font-size: 18px;
}

p.read_more_message {
    height: 40px;
    overflow: hidden;
}

p.read_more_message2 {
    height: 40px;
    overflow: hidden;
}

.height_readmessage {
    height: auto !important;
}

.note_customer_important div:nth-child(1) {
    padding-left: 0;
}

.tiendocv {
    position: relative;
    margin-top: 15px;
}

    .tiendocv .fix_columns_button {
        position: absolute;
        top: 24px;
        z-index: 9;
        left: 110px;
        width: 244px;
    }

        .tiendocv .fix_columns_button input {
            font-size: 13px;
            text-transform: none;
            background: #b63183 !important;
            color: #fff !important;
        }

.review_body tr td button.btn_smile {
    background: none;
    border: 0;
    box-shadow: none !important;
}

.review_body tr td button:focus {
    box-shadow: none !important;
    border: 0 !important;
}

.review_body tr td button.btn_smile i {
    font-size: 20px;
}

    .review_body tr td button.btn_smile i.fa-meh-o {
        color: #dcaf27;
    }

    .review_body tr td button.btn_smile i.fa-smile-o {
        color: #35cd24;
    }

    .review_body tr td button.btn_smile i.fa-frown-o {
        color: #C00;
    }

button.btn_complete {
    font-size: 13px;
    color: #555;
    background: #35cd24;
    color: #fff;
    height: 30px;
    border: 0;
    width: 89px;
    border-radius: 2px;
}

    button.btn_complete.disable_btn {
        pointer-events: none;
        background: #eaeaea;
        color: #b6b6b6;
    }

.review_body i.icon_check_alt {
    color: #35cd24;
}

.review_body i.icon_blocked {
    color: #C00;
}

.review_body tr td strong {
    padding: 3px 10px;
    border: 1px solid #b63183;
    border-radius: 2px;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    color: #b63183;
    text-align: center;
    display: inline-block;
}

.review_body tr td {
    border-right: 1px solid #dfdfdf;
}

.review_body table, .review_table table {
    border-bottom: 1px solid #dfdfdf !important;
    border-left: 1px solid #dfdfdf !important;
}

.review_modal {
    width: 1330px;
}

.review_table {
    margin-top: 0;
}

    .review_table tr td {
        border-right: 1px solid #dfdfdf;
    }

.td_am, .td_pm, .td_off {
    color: #C00 !important;
    font-weight: bold;
}

.table_absolute {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff4d8;
    width: 10% !important;
}

    .table_absolute tr td {
        height: 41px;
        vertical-align: inherit !important;
        border: 1px solid #f1e0b5 !important;
    }

.table_under {
    display: inline-block;
    margin-left: 0;
    overflow-x: auto;
    width: 100%;
}

    .table_under table {
        margin-bottom: 0;
    }

button.ng-scope:hover {
    background: #dcaf27 !important;
    color: #505050;
    border: 1px solid #dcaf27 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px 7px;
}

#modalUpdate h4.modal-title {
    padding: 0;
}

.giaoviec span.select2-container--default {
    width: 100% !important;
}

.lichlamviec_td tr td {
    padding: 0 !important;
}

.table_absolute td {
    padding: 0 2px !important;
}

.form-control {
    height: 28px;
    padding: 5px 12px;
    font-size: 12px;
}

a.logo img {
    height: 30px;
    margin-top: -1px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 3px 12px;
    height: 27px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 43%;
        width: 0;
    }

.popup_appointment {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 9999;
    height: 100%;
}

.popup_zindex_max {
    z-index: 9999;
}

.popup_appointment_content {
    background: #fff;
    width: 490px;
    margin: 100px auto;
    position: relative;
    padding: 20px 0px 5px 0px;
}

.close_appointment {
    position: absolute;
    cursor: pointer;
    right: 6px;
    top: 4px;
    z-index: 999;
}

.popup_appointment_content .form-group label {
    margin-top: 5px;
}

.close_appointment i {
    font-size: 23px;
    color: #fff;
}

.popup_appointment_content h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin: -25px 0 10px 0;
    padding: 10px;
    padding-bottom: 10px;
    background: #b63183;
}

.content_feedback span.ng-scope {
    background: none !important;
}

.btn {
    display: inline-block;
    padding: 3px 12px;
}

.select2-container .select2-selection--multiple {
    min-height: auto;
    height: 27px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 3px;
}

.columns_2__content h6 {
    font-size: 13px;
    color: #b63183;
    text-transform: uppercase;
    font-weight: bold;
}

.columns_2__content button.accordion span {
    position: absolute;
    right: 10px;
    top: 3px;
}

.columns_3 .modal-header button {
    border: 0 !important;
    font-size: 21px;
}

.columns_3 .modal-content ul li.active a, .columns_3 .modal-content ul li:hover a {
    background: #5b64bd !important;
    border-radius: 0 !important;
    border: 1px solid #5b64bd !important;
    color: #fff !important;
}

.search_box {
    float: left;
    position: relative;
    margin: 3px 37px 0 0;
}

    .search_box input {
        border: 0;
        height: 23px;
        border-radius: 2px;
        padding: 0 5px;
        width: 240px;
        padding-right: 26px;
    }

    .search_box button {
        position: absolute;
        right: 1px;
        color: #555;
        top: 3px;
        background: none !important;
        border: 0;
    }

.table_CRM table tbody tr:nth-child(even) {
    background: #efefef;
}

.table_CRM table tbody tr td {
    border-right: 1px solid #d2d6de !important;
}

.table_CRM table tbody tr, .table_CRM table tbody tr td {
    border-bottom: 0 !important;
    padding: 5px !important;
    vertical-align: inherit !important;
}

    .table_CRM table tbody tr td:nth-child(1) {
        padding: 0;
        text-align: center !important;
    }

.table_CRM .table_absolute tbody tr td {
    background: #fff4d8 !important;
    height: 41px;
}

.remove_work_button {
    position: absolute;
    left: 122px;
    top: 2px;
    z-index: 10;
    width: 97px;
}

    .remove_work_button button, .remove_work_button input {
        background: #ff5c5c !important;
        color: #fff !important;
        border: 0 !important;
        font-size: 13px;
    }

        .remove_work_button input:hover {
            opacity: .85;
        }

.remove_work_button2 {
    position: absolute;
    left: 112px;
    top: 26px;
    z-index: 10;
}

    .remove_work_button2 button, .remove_work_button2 input {
        background: #ff420f !important;
        color: #fff !important;
        border: 0 !important;
        font-size: 13px;
        height: 27px;
        width: 84px;
        border-radius: 4px;
    }

        .remove_work_button2 input:hover {
            opacity: .85;
        }

.uib-datepicker-popup.dropdown-menu {
    top: 0 !important;
    height: 237px;
}

.height_combobox .select2-container .select2-selection--multiple {
    min-height: 27px !important;
    height: auto !important;
}

.table_JobAssign td {
    background: none !important;
}

.attendance_calendar .uib-datepicker-popup.dropdown-menu {
    height: 182px !important;
}

.call_back {
    position: absolute;
    right: 4px;
    width: auto;
    top: -4px;
    background: #b63183;
    font-size: 13px;
    border: 0;
    color: #fff;
    height: 27px;
    padding: 0 14px;
    border-radius: 2px;
}

input.checkbox_form {
    height: auto !important;
}

.cancel_appointment {
    position: absolute;
    right: 15px;
    top: 3px;
    font-weight: normal;
}

.color_buy {
    color: #ff420f;
    font-weight: bold;
    font-size: 12px;
}

.color_use {
    color: #35cd24;
    font-weight: bold;
    font-size: 12px;
}

.buy_color_active {
    color: #ff420f;
}

.use_color_active {
    color: #35cd24;
}

.color_nd {
    font-weight: bold;
    font-size: 12px;
    color: #b63183;
}

#chkRemove {
    height: auto;
    width: auto;
}

.set_button_remove {
    display: block;
    position: absolute;
    top: 100px;
    left: 34%;
}

    .set_button_remove a {
        background: #dcaf27 !important;
        border: 0;
        padding: 10px 30px;
    }

        .set_button_remove a:hover {
            opacity: .90;
        }

.columns_3__content__tab ul.nav-tabs li a {
    background: #dcaf27 !important;
    border: 0 !important;
}

.columns_3__content__tab ul.nav-tabs li.active a, .columns_3__content__tab ul.nav-tabs li:hover a {
    background: #b63183 !important;
    color: #fff !important;
    border: 0 !important;
}

.table_Services_buy table {
    border: 1px solid #e3e3e3 !important;
    margin: 0 0 10px 0;
}

    .table_Services_buy table tr td, .table_Services_buy table tr th {
        padding: 5px;
        font-weight: normal;
        border-right: 1px solid #e3e3e3 !important;
        border-bottom: 0;
    }

.table_Services_use {
    padding-left: 30px;
}

.columns_3__content__tab .modal-content ul.nav-tabs li a {
    background: #fff !important;
    color: #222 !important;
    border: 0 !important;
    padding: 5px 0;
    border: 1px solid #d2d6de !important;
}

.columns_3__content__tab .modal-content ul.nav-tabs li.active a, .columns_3__content__tab .modal-content ul.nav-tabs li:hover a {
    background: #d7d7d7 !important;
    color: #b63183 !important;
    padding: 5px 0;
    border: 1px solid #d7d7d7 !important;
}

.review_body tr td.error_table strong {
    border: 1px solid #C00;
    color: #C00;
    padding: 3px 5px;
    height: 23px;
}

    .review_body tr td.error_table strong i {
        padding: 0 3px;
    }

.popup_error input, .popup_error select {
    height: 25px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #e3e3e3;
}

.popup_error textarea {
    width: 100%;
    height: 60px;
    border-radius: 2px;
    border: 1px solid #e3e3e3;
}

.popup_error {
    margin: 15px 0;
}

    .popup_error .col-md-6 {
        padding: 0;
    }

    .popup_error .col-md-12 {
        padding: 0;
    }

    .popup_error .button_error {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

        .popup_error .button_error button {
            width: 100px;
            height: 28px;
            margin: auto;
            background: #dcaf27;
            color: #252525;
            font-size: 13px;
            border-radius: 2px;
            border: 0;
        }

.hoadon_box {
    width: 100%;
    display: inline-block;
}

.hoadon_content {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.id_hoadon {
    font-weight: bold;
    color: #b63183;
}

.hoadon_box label.detail_service_btn {
    top: 6px !important;
}

.hoadon_box button b {
    float: left;
    color: #dcaf27;
    margin-top: 3px;
    border-right: 1px solid #ddd;
    padding: 0 6px 0 0;
}

.hoadon_box button h6 {
    color: #b63183;
    width: auto !important;
    float: left !important;
    margin: 0 !important;
    font-weight: 600;
    padding: 5px !important;
}

.popup_detail_hoadon h4 b {
    font-size: 18px;
    font-weight: bold;
    color: #dcaf27;
}

.content_hoadon, .content_hoadon .col-md-9 {
    padding: 5px;
}

    .content_hoadon input, .content_hoadon select {
        height: 25px;
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 2px;
        padding: 0 5px;
    }

    .content_hoadon label {
        padding: 3px 0;
        font-weight: normal;
        margin-bottom: 0;
    }

    .content_hoadon .form-group.col-md-2 {
        padding: 0 5px;
    }

.table_hoadon table {
    width: 100%;
    border: 1px solid #ddd !important;
    border-top: 0;
    margin-bottom: 0;
}

.tab_hoadon ul {
    margin: 0;
    background: #f5f6fa;
    padding: 0;
    margin-bottom: 10px;
}

.tab_hoadon {
    margin-top: -10px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
}

    .tab_hoadon ul li {
        width: 33.3% !important;
        text-align: center;
    }

.color_buy input::placeholder {
    color: #ff420f !important;
}

columns_3__content__tab .tab_hoadon ul li:nth-child(1) {
    width: 32% !important;
}

.columns_3__content__tab .tab_hoadon ul li.active a {
    background: #dcaf27 !important;
}

.tab_hoadon ul li a {
    width: 100%;
    padding: 5px;
    border: 0 !important;
    color: #222;
}

.columns_3 .tab_hoadon ul li.active a, .columns_3 .tab_hoadon ul li:hover a {
    background: #dcaf27 !important;
    color: #222 !important;
    border: 0 !important;
}

.form_hoadon {
    display: inline-block;
}

    .form_hoadon .col-md-6, .form_hoadon .col-md-12 {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 5px !important;
    }

        .form_hoadon .col-md-6:nth-child(even) {
            margin: 0;
            padding-left: 5px
        }

        .form_hoadon .col-md-6:nth-child(odd) {
            margin: 0;
            padding-right: 5px
        }

.money_pay {
    padding: 1px;
    font-size: 15px;
}

.form_hoadon p {
    width: 100%;
}

#detail_hoadon {
    padding: 0 !important;
}

    #detail_hoadon button.close {
        margin-right: 10px;
    }

.scrollbar_call {
    float: left;
    height: 500px;
    width: 100%;
    overflow-y: auto;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

#style-2::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
/** STYLE 2 */
#style-2::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b63183;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.scrollbar_coming {
    float: left;
    height: 90px;
    width: 100%;
    overflow-y: auto;
}

#style-3::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
/** STYLE 2 */
#style-3::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b63183;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.box_search_KH {
    float: left;
    width: 50%;
}

    .box_search_KH h2 {
        width: 100%;
        display: inline-block;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 0;
        padding: 0;
    }

.search_infor_call {
    width: 100%;
    display: inline-block;
}

    .search_infor_call input {
        border-radius: 2px 0 0 2px;
        padding: 0 10px;
        width: 100%;
        display: inline-block;
        border: 1px solid #efefef;
        height: 28px;
    }

    .search_infor_call button {
        border-radius: 0 2px 2px 0;
        padding: 0 5px;
        background: #dcaf27;
        float: left;
        border: 0;
        height: 28px;
        width: 80px;
    }

        .search_infor_call button:hover {
            opacity: .85;
        }

.table_infor_kh {
    padding-left: 15px;
    margin-top: 0;
    float: left;
}

    .table_infor_kh tr td {
        padding: 5px 10px !important;
    }

.modal {
    z-index: 99;
}

.table_infor_kh thead tr {
    background: #efefef;
}

    .table_infor_kh thead tr th {
        border-bottom: 0;
        border-right: 1px solid #dfdfdf;
    }

    .table_infor_kh thead tr th {
        padding: 5px 10px;
    }

.table_infor_kh table {
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
}

.table_infor_kh tr td {
    border-right: 1px solid #dfdfdf;
    cursor: pointer;
}

.table_infor_kh {
    width: 333px;
}

    .table_infor_kh tr td:hover {
        color: #b63183;
    }

.infor_staf_change {
    float: left;
    width: 100%;
    margin-top: 15px;
}

    .infor_staf_change p {
        margin: 0;
        padding: 0;
        float: left;
        padding-right: 20px;
    }

        .infor_staf_change p span {
            font-weight: bold;
            color: #b63183;
        }

.table_infor_kh thead tr th {
    border-bottom: 0 !important;
}

#Modal_PhotoPathology .modal-lg {
    width: 740px !important;
}

.modal-backdrop {
    z-index: 0 !important;
}

.custom-dropdown {
    z-index: 999999 !important;
}

.modal-dialog {
    width: 600px;
    margin: 40px auto;
}

.toast_message {
    top: 100px;
    margin-top: 100px;
}

.toast-top-right {
    top: 52px;
    right: 12px;
}

.note_important p blockquote {
    padding: 0 0px;
    margin: 0 0 0px;
    font-size: 13px;
    border-left: 0;
}

.height_combobox .input-group .form-control {
    z-index: 0;
}

.input-group .form-control {
    z-index: 0;
}

.stt_call_now .well {
    min-height: auto;
    border: 0;
    background: none;
    color: #b63183 !important;
    box-shadow: none;
    font-size: 22px;
    padding: 0;
}

.border_popup_call {
    border-top: 1px solid #efefef;
    display: inline-block;
    width: 100%;
}

    .border_popup_call .columns_2__head {
        border-bottom: 0;
    }

.popup_note_important {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 9999;
    height: 100%;
}

.box_new_homepage .offer {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 680px;
    margin: 10px 0;
    position: relative;
    background: #fff;
}

.home_mobile_item .offer-success, .home_mobile_item .offer-primary, .home_mobile_item .offer-info {
    border: 0 !important;
}

.offer-content {
    padding: 0 10px !important;
    text-align: center;
}

    .offer-content p {
        margin: 0;
        display: inline-block;
        font-size: 13px;
        padding: 10px 0 0 0;
    }

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .body-login {
        width: 316px !important;
        margin: 220px auto !important;
    }

    .content-login {
        padding: 16px 25px !important;
        float: left !important;
        width: 100% !important;
    }

    .field-login {
        background: #3c50c6;
        border: 1px solid #4e69e8;
        float: left;
        width: 100%;
    }

    .box_login {
        background: url(../images/bg-login2.png) no-repeat center top;
    }
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.nd_money_number {
    display: inline-block;
}

.nd_label_down i {
    color: #C00 !important;
    font-size: 16px;
    margin-right: 4px;
}

.label-success {
    background-color: #5cb85c;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #000;
    border-radius: .25em;
}

.badge, .close, .label {
    line-height: 1;
}

.badge, .label {
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
}

.label, sub, sup {
    vertical-align: baseline;
}

.nd_label_up {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px !important;
}

    .nd_label_up i {
        margin-right: 4px;
        color: #009f5a;
        font-size: 16px;
    }

    .nd_label_up span {
        font-weight: bold;
        font-size: 16px;
        color: #009f5a;
    }

.nd_label_down span {
    font-weight: bold;
    font-size: 16px;
    color: #ff0000 !important;
}

.home_mobile_item .label-success, .home_mobile_item .label-primary, .home_mobile_item label.label {
    background: none;
    color: #d43592;
}

.nd_money_compare label {
    color: #434343 !important;
    font-size: 15px;
    padding: 3px;
    font-weight: normal;
}

.report_CRM_home {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .report_CRM_home .head_day {
        position: absolute;
        color: #b63183 !important;
        top: 3px;
        text-transform: uppercase;
        left: 0px;
    }

.nd_money_compare span.vnd_compare {
    font-size: 10px;
    color: #434343 !important;
}

.right_totalCRM {
    position: absolute;
    right: 0;
    color: #ff0000 !important;
    top: 0;
}

.home_mobile_item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.center_total_CRM {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .center_total_CRM p {
        margin-bottom: 0 !important;
    }

.border_bottom_total_CRM {
    margin-top: 10px;
    border-top: 1px solid #dfdfdf;
}

.right_totalCRM span {
    font-weight: normal;
    color: #222;
}

.report_work {
    display: inline-block;
    width: 100%;
}

    .report_work table {
        width: 100%;
        border-top: 1px solid #ddd;
    }

        .report_work table tr td, .report_work table tr th {
            border: 1px solid #ddd;
            text-align: center;
        }

        .report_work table tr th {
            text-transform: uppercase;
        }

.box-header.with-border {
    border-bottom: 0 !important;
}

.report_work table thead tr:nth-child(2) th {
    text-transform: none !important;
}

.report_work {
    position: relative;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #efefef;
}

.title_report {
    position: absolute;
    top: 0;
    width: 121px;
    left: 0;
    padding: 47px 0 0 0px;
    border-right: 1px solid #efefef;
    float: left;
    border-bottom: 1px solid #efefef;
    text-indent: 10px;
}

.report_work ul {
    padding-left: 120px;
    display: inline-block;
    border-left: 1px solid #efefef;
    width: 100%;
}

    .report_work ul li {
        float: left;
        text-align: center;
        list-style: none;
        width: 33.2%;
    }

    .report_work ul li {
        border-right: 1px solid #efefef;
        list-style: none;
    }

.report_work ul {
}

.li_soluong_cv {
    width: 33.33%;
    float: left;
}

.report_work ul li h2 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #b63183;
    background: #dbae27;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.li_soluong_cv {
    border-right: 1px solid #efefef;
}

.report_work ul li h6 {
    font-weight: bold;
    color: #222;
    text-align: center;
    background: #ebdeb6;
    margin: 0;
    float: left;
    width: 100%;
    padding: 5px 0;
}

.report_work ul li .li_soluong_cv:nth-child(4) {
    border-right: 0 !important;
}

.report_work ul li p {
    text-align: center;
    border-bottom: 1px solid #efefef;
}

.report_work p {
    float: left;
    height: 35px;
    border-top: 1px solid #efefef;
    width: 100%;
    margin: 0 !important;
    padding: 9px 0;
}

.nd_label_up span, .nd_label_down span {
    font-size: 14px;
}

.nd_label_up i, .nd_label_down span {
    font-size: 14px;
}

.title_report p {
    font-weight: bold;
    color: #b63183;
}

.li_soluong_cv p:nth-child(odd) {
    background: #f6f6f6;
}

.title_report p:nth-child(even) {
    background: #f6f6f6;
}

h3.box-title {
    color: #b63183;
    text-transform: uppercase;
}

.box_login label {
    text-align: left;
    float: left;
}

.logo_ndMB {
    display: none;
}
/*--update css Fix style photo--*/
.fix_style_photo_customer {
    display: inline-block;
    width: 100%;
}

    .fix_style_photo_customer span {
        float: left;
        margin: 4px 10px 0 0;
    }

.button_upload_list_photo {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .button_upload_list_photo button {
        height: 25px;
        border-radius: 2px;
        padding: 0 10px;
    }

        .button_upload_list_photo button:nth-child(1) {
            background: #fff;
            border: 1px solid #b63183;
            color: #b63183;
        }

        .button_upload_list_photo button:nth-child(2) {
            background: #dcaf27;
            color: #222;
            border: 1px solid #dcaf27;
        }

.box_img_customer {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    min-height: 60px;
    margin-left: -5px;
    margin-right: -5px;
}

    .box_img_customer .col-md-3 {
        height: 60px;
        overflow: hidden;
        text-align: center;
        margin-bottom: 10px;
        padding: 0 5px !important;
    }

        .box_img_customer .col-md-3 img {
            height: 60px;
            width: auto !important;
        }

.popup_photo_customer {
    padding: 0 10px;
    margin-top: 10px;
}

    .popup_photo_customer .col-sm-3 {
        margin-bottom: 5px;
        padding: 0 5px !important;
    }

    .popup_photo_customer p {
        position: absolute;
        text-align: left;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0);
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(90%, rgba(0,0,0,1)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
        color: #fff;
        padding: 5px 10px;
        width: 100%;
        font-size: 11px;
        margin-bottom: 0;
    }

    .popup_photo_customer button {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-align: center;
        border: 0;
        font-size: 10px;
        display: none;
        background: #dcaf27;
        color: #222;
    }

.colums_photo {
    position: relative;
    width: 100%;
    height: 130px;
    text-align: center;
    margin-top: 5px;
    overflow: hidden;
    display: inline-block;
}

    .colums_photo:hover button {
        display: block;
    }

.popup_photo_customer p span {
    color: #fff;
}

.popup_photo_customer .col-sm-3 img {
    width: auto !important;
    float: none;
    margin: auto;
    padding: 0 !important;
    transition: all .2s ease-in-out;
    height: 130px !important;
}

.colums_photo:hover img {
    transform: scale(1.1);
}

.modal_zoom_popupImg {
    position: relative;
    padding: 0 15px;
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
}

    .modal_zoom_popupImg img {
        width: 100%;
    }

    .modal_zoom_popupImg button {
        position: absolute;
        right: -10px;
        top: -20px;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #222;
        text-shadow: none;
        border-radius: 50%;
        background: #dcaf27;
        opacity: 1;
    }

.fix_zoom_img_modal .modal-dialog {
    width: 840px;
}

.modal_zoom_popupImg button:hover {
    opacity: 1 !important;
    background: #edc13a !important;
}
/*--end update css Fix style photo--*/
@media (max-width: 768px) {
    .logo_ndPC {
        display: none !important;
    }

    .logo_ndMB {
        display: block;
    }

    .logo_ndMB {
        height: 70px !important;
    }
}
/*-- update css fix tab CTV--*/
.col-md-4.columns_3 .fix_ul_ctv {
    display: inline-block;
    width: 100%;
    background: #dcaf27 !important;
}

    .col-md-4.columns_3 .fix_ul_ctv li {
        width: auto !important;
    }

        .col-md-4.columns_3 .fix_ul_ctv li a {
            padding: 6px 6.5px;
            font-size: 11px;
            border-right: 1px solid #cba32a !important;
        }

.columns_3__content__tab ul.nav-tabs.fix_ul_ctv li:nth-child(1) {
    width: auto !important;
}

.information_KH {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

    .information_KH span {
        color: #383838;
        display: inline-block;
        font-weight: 600;
        width: 100%;
        text-align: center;
    }

    .information_KH p {
        color: #b63183;
        display: inline-block;
        width: 100%;
        font-weight: 600;
        text-align: center;
    }

.columns_3__content__tab .information_KH button {
    color: #383838;
    background: #dcaf27 !important;
    width: 238px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    border: 0;
    height: 34px;
}

@media only screen and (min-width: 1500px) {
    .col-md-4.columns_3 .fix_ul_ctv li a {
        padding: 6px 15.3px;
        font-size: 13px;
    }

    .box_img_customer .col-md-3 {
        height: 100px;
    }

    .popup_photo_customer .col-sm-3 img {
        height: 200px !important;
    }

    .colums_photo {
        height: 200px;
    }
}

.button_share_work {
    width: 100%;
    text-align: center;
}

    .button_share_work button {
        margin: auto;
        width: 150px;
        background: #b63183;
        text-align: center;
        border: 0;
    }

        .button_share_work button:hover {
            background: #333d98;
        }

        .button_share_work button i {
            margin-right: 10px;
        }

.check_search_advanced {
    display: inline-block;
    width: 100%;
}

.select_work ul.select2-selection__rendered li span {
    width: auto !important;
}

.custom_style_chagedata label, .change_money_box label {
    font-weight: normal;
}

.custom_style_chagedata .col-md-6 {
    float: left;
}

.custom_style_chagedata #_controlMoney input {
    height: 25px;
    border-radius: 2px;
    border: 1px solid #ddd;
    width: 110px;
    font-size: 14px;
    padding: 0 10px;
    margin-top: 5px;
}

.check_search_advanced input {
    border-radius: 4px 0 0 4px !important;
}

.custom_style_chagedata input {
    border-radius: 4px !important;
}

.change_date_before_after label {
    font-weight: normal;
}

.change_money_box {
    position: absolute;
    right: 0;
    top: -44px;
    width: 25%;
}

@media (max-width: 1500px) {
    .share_work_notetask {
        width: 970px !important;
    }

    .share_work_calendar {
        width: 150px !important;
    }

    .share_work_data {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin-left: 10px;
        float: left;
        width: auto;
    }

    .share_work_location {
        float: left !important;
        width: auto !important;
        margin: 0 !important;
        height: auto !important;
        margin-top: 26px !important;
    }

    .share_work_before_after {
        float: left !important;
        width: auto !important;
        margin: 0 !important;
        height: auto !important;
        border: 0 !important;
    }

    .share_work_before_location {
        float: left;
        width: 100%;
    }

    .share_work_before_after #_controlDate_First {
        margin: -10px 0 0 10px !important;
    }

    .share_work_money {
        border: 0 !important;
    }

    .share_work_data {
        margin-left: 0 !important;
        margin-right: 10px !important;
    }

    .share_work_before_after .check_all_css {
        margin-top: 22px !important;
    }

    .share_work_before_location #_controlBranch {
        width: 466px !important;
    }
}

/*--fix page autocall  Cua thang Cuong --*/

.fix_autoCall__shareList_work {
}

.fix_autoCall_columns {
    float: left;
    padding: 0 5px;
    text-align: left;
    width: 12.5%;
}

.fix_autoCall_columns_services {
    width: 50%;
    float: left;
    text-align: left;
}

.fix_autoCall_button {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

    .fix_autoCall_button button {
        width: 100px !important;
        height: 30px !important;
        font-size: 13px !important;
        border-radius: 4px !important;
        background-image: linear-gradient(to top, #d09f0b, #d7a50d, #deaa0e, #e5b010, #ecb611) !important;
        border: 1px solid #c79701 !important;
        color: #222 !important;
    }

        .fix_autoCall_button button i {
            font-size: 12px;
            margin-right: 5px;
            color: #222;
            border-radius: 0;
            box-shadow: none;
            text-shadow: none;
        }

        .fix_autoCall_button button:hover {
            opacity: .85;
        }

.fix_autoCall .modal_autoCall label {
    width: auto;
    float: left;
    margin-top: 3px !important;
    margin-left: 2px !important;
}

.fix_autoCall .modal_autoCall input {
    float: left;
}

.fix_autoCall .modal_autoCall .modal_autoCall_radioButton {
    float: left;
    margin-left: 15px;
}

.columns_1_autoCall {
    float: left;
    padding: 0 5px;
    width: 50%;
}

.columns_2_autoCall {
    float: left;
    padding: 0 5px;
    border-left: 1px solid #d8d8d8;
    width: 25%;
}

.columns_3_autoCall {
    float: left;
    border-left: 1px solid #d8d8d8;
    width: 25%;
    padding: 0 5px;
}

.columns_2_autoCall_item {
    width: 50%;
    float: left;
    padding: 0 5px;
    height: 60px;
}

.columns_1_autoCall_item {
    width: 25%;
    padding: 0 5px;
    height: 60px;
    float: left;
}

.call_customer__start button.calling_now {
    width: 20%;
    float: left;
    color: #fff;
    height: 30px;
    border-radius: 4px !important;
    margin: 1%;
    background: #35cd24;
    border: 0 !important;
    margin-top: 0 !important;
}

.checkbox_appointment_height table input {
    height: auto !important;
    width: 25px !important;
}

.btn-call-customer {
    position: fixed;
    top: 34px;
    border: 0;
    background: none !important;
    outline: none !important;
    right: 0px;
}

.appointment_icon_head {
    width: 72px;
    background: #dcaf27;
    height: 20px;
    border-radius: 2px;
    cursor: pointer;
    padding: 3px 6px;
    margin: 5px 0 0 32px !important;
}

    .appointment_icon_head i {
        float: left;
        margin-right: 3px;
        font-size: 13px !important;
        cursor: pointer;
        color: #fff !important;
    }

    .appointment_icon_head label {
        float: left;
        font-size: 11px;
        cursor: pointer;
        font-weight: normal;
        color: #fff;
        margin-top: 0;
    }

.popup_appoitment_form p {
    margin-bottom: 0;
}

.total-appointment {
    margin-top: 12px;
    padding-bottom: 0;
}

    .total-appointment strong {
        font-size: 28px;
        font-weight: 500;
        color: #29328a;
    }

        .total-appointment strong label {
            font-size: 28px;
            font-weight: 500;
            color: #35cd24;
        }

.popup_appoitment_form .dataTables_length select, .popup_appoitment_form .dataTables_filter input {
    height: 20px !important;
}

.popup_appoitment_form table {
    text-align: center;
}

.popup_appoitment_form .table_CRM table tbody tr td:nth-child(1) {
    text-align: left !important;
    font-size:15px
}

.tbl_StatisticAppointmentForTheDay tbody strong {
    font-weight: 500;
    color: #29328a;
    cursor: pointer;
    font-size:15px
}

    .tbl_StatisticAppointmentForTheDay tbody strong label {
        font-weight: 500;
        color: #35cd24;
        cursor: pointer;
    }

.no_click {
    pointer-events: none;
}

.reply_feedback .content_feedback .reply_nvcs_infor {
    border: 0;
    height: auto;
    text-align: right;
}

    .reply_feedback .content_feedback .reply_nvcs_infor label {
        font-size: 11px;
        margin-bottom: 0;
        color: #848484;
    }

    .reply_feedback .content_feedback .reply_nvcs_infor strong {
        font-weight: 500;
        color: #b63183;
    }

button.btn-style-gradient {
    border: 1px solid #d0a011 !important;
    background-image: linear-gradient(to right top, #d29f02, #daa812, #e2b01e, #eab927, #f2c230) !important;
    color: #3e3e3e;
}

.form-group-margin-bottom .form-group {
    margin-bottom: 0 !important;
}

/*--css form cusstom share job--*/
.button-filter {
    float: left;
    width: 112px;
    border: 1px solid #d2d2d2;
    padding: 6px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 15px !important;
}

    .button-filter:hover {
        border-color: #b63183;
    }

.custom-form {
    float: left;
}

.content-filter {
    width: 320px;
    height: 100%;
    position: fixed;
    right: 0;
    margin: 0;
    top: 0;
    background: #fff;
}

.filter-close-popup {
    position: absolute;
    right: 10px;
    top: 0px;
}

    .filter-close-popup button {
        font-size: 30px;
        font-weight: normal;
        outline: none;
    }

.title-filter {
    width: 100%;
    padding: 10px 10px;
    background: #f1f1f1;
    float: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1px;
}

    .title-filter img {
        float: left;
        display: none;
    }

    .title-filter input {
        float: left;
    }

    .title-filter h2 {
        float: left;
        font-size: 14px;
        font-weight: 600;
        color: #b63183;
        margin: 2px 0 0 4px;
    }

    .title-filter label {
        float: left;
        font-size: 14px;
        font-weight: 600;
        color: #b63183;
        margin: 2px 0 0 4px;
        width: auto;
    }

.field-day {
    width: 100%;
    position: relative;
    display: inline-block;
}

    .field-day label {
        font-weight: normal;
        color: #222;
        font-size: 13px;
        width: 100%;
    }

.space-bettwen {
    position: absolute;
    left: 155px;
    width: 10px;
    height: 2px;
    background: #ddd;
    top: 23px;
}

.text-field input {
    height: 28px;
    border-radius: 4px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #dfdfdf;
}

.text-field p {
    margin-bottom: 0;
}

.text-field ul.uib-datepicker-popup {
    right: 0 !important;
    left: auto !important;
    padding-top: 0;
    padding-bottom: 0;
}

.text-field .select_work {
    width: 100% !important;
}

.field-checkbox {
    padding: 0 10px;
}

.text-field .uib-datepicker-popup.dropdown-menu {
    top: 0 !important;
    height: 231px;
}

.btn-share-work {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

    .btn-share-work button {
        width: 150px;
        margin: auto;
        height: 30px;
        font-size: 14px !important;
        border-radius: 4px !important;
        background-image: linear-gradient(to top, #d09f0b, #d7a50d, #deaa0e, #e5b010, #ecb611) !important;
        border: 1px solid #c79701 !important;
        color: #222 !important;
        font-weight: 400;
        display: block;
    }

        .btn-share-work button span {
            margin-left: 5px;
        }

.btn-share-work2 {
    display: inline-block;
    width: 100%;
}

.btn-share-work button i {
    margin-right: 4px;
}

.btn-share-work2 button {
    width: 150px;
    margin: auto;
    height: 30px;
    font-size: 14px !important;
    border-radius: 4px !important;
    background-image: linear-gradient(to top, #d09f0b, #d7a50d, #deaa0e, #e5b010, #ecb611) !important;
    border: 1px solid #c79701 !important;
    color: #222 !important;
    font-weight: 400;
    display: block;
}

.btn-share-work2 i {
    margin-right: 5px;
}

ul.select2-selection__rendered li span {
    width: auto !important;
}

.button-share-work-nd {
    float: left;
    width: 140px;
    margin: 15px 10px;
}

    .button-share-work-nd button {
        height: 31px;
        width: 100%;
        border-radius: 2px;
        border: 1px solid #d0a011;
        background-image: linear-gradient(to right top, #d29f02, #daa812, #e2b01e, #eab927, #f2c230);
        color: #3e3e3e;
        margin: 0 !important;
    }

.btn-style-new a, .btn-style-new button, .btn-style-new input {
    border: 1px solid #d0a011 !important;
    background-image: linear-gradient(to right top, #d29f02, #daa812, #e2b01e, #eab927, #f2c230) !important;
    color: #3e3e3e !important;
    width: auto !important;
    padding: 5px 20px;
    min-width: 100px;
    height: 28px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 4px;
}

    .btn-style-new a.blue-btn, .btn-style-new button.blue-btn, .btn-style-new input.blue-btn {
        background-image: linear-gradient(to top, #1f298e, #263099, #2d37a5, #343fb0, #3a46bc);
        border: 1px solid #b63183 !important;
        color: #3e3e3e !important;
        width: auto !important;
        padding: 0 20px;
        min-width: 100px;
        height: 28px;
        font-weight: 500;
        font-size: 12px;
    }

.btn-style-new {
    margin-top: 20px;
}

    .btn-style-new a:hover, .btn-style-new button:hover, .btn-style-new input:hover {
        opacity: .85;
    }

    .btn-style-new i {
        font-size: 14px;
        color: #3e3e3e !important;
        margin-right: 5px;
    }
/*-- fix style chung, dua lao bo sai chem--*/
.fix-style-form-ND .form-group {
    height: 40px;
}

.pd-0 {
    padding: 0;
}

.pd-5 {
    padding: 0 5px !important;
}

.fix-style-form-ND label {
    font-weight: normal;
}

.fix-style-form-ND input, .fix-style-form-ND select, .fix-style-form-ND span {
    border-radius: 4px !important;
}

    .fix-style-form-ND input.ng-valid-date {
        border-radius: 4px 0 0 4px !important;
        border-right: 0 !important;
    }
/*--dashboard--*/
.menu-head a {
    color: #fff;
    font-size: 12px;
    text-transform: none;
    text-transform: uppercase;
    padding: 14px 20px;
    text-decoration: none !important;
    font-weight: 500;
}

    .menu-head a:hover {
        background: #dcaf28;
    }

.head-dashboard {
    display: inline-block;
    background: #b63183;
    padding: 5px 0;
    width: 100%;
}

.menu-head, .logo-head {
    display: inline-block;
    margin-right: 20px;
}

.acc-head span {
    color: #fff;
}

.acc-head {
    float: right;
    margin: 11px 15px;
}

.head_item {
    background-image: linear-gradient(to top, #d2a314, #d8aa1e, #deb026, #e5b72e, #ebbe35);
    height: 30px;
    border: 1px solid #e0b126;
    border-bottom: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px 4px 0 0;
    font-weight: 600;
}

.chart_bg {
    margin-top: 10px;
}

.chart_item {
    background-image: linear-gradient(to bottom, #eef6f8, #ebf4f7, #eaf1f7, #e8eff6, #e8ecf5);
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    border: 1px solid #cac8d3;
    border-top: 0;
}

.chart_bg {
    padding: 0 5px;
}

.head_item {
    padding-left: 18px;
    position: relative;
}

    .head_item:before {
        position: absolute;
        left: 10px;
        top: 7px;
        height: 15px;
        width: 3px;
        background: #505050;
        display: block;
        content: '';
    }

.head-dashboard {
    padding: 0;
}

.acc-head img {
    float: left;
    margin: -2px 5px 0 0;
}

.acc-head:hover {
    opacity: .85;
}

.modal-content {
    border-radius: 6px 6px 4px 4px !important;
}

.infor-list-buy-use p {
    display: inline-block;
    padding: 0 5px;
    font-size: 13px;
    border-right: 1px solid #e0dada;
    height: 24px;
    margin: 0;
}

    .infor-list-buy-use p label {
        font-size: 14px;
        color: #b63183;
        font-weight: normal;
    }

.total-table-buy {
    overflow-y: auto;
    padding: 0 10px;
}

.title-buy-use {
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 15px;
}

.form-check-all .multiselect-parent button {
    text-align: left;
}

    .form-check-all .multiselect-parent button span {
        float: right;
        margin: 7px 0;
    }

.form-check-all ul li a .checkbox {
    margin: 0;
}

.form-check-all .staf_check ul {
    width: 100%;
    overflow-x: auto !important;
}

.review_body {
    padding: 0 10px;
}

.otp-code .otp-box button {
    position: absolute;
    right: 5px;
    outline: none !important;
    top: 34px;
    background: none;
}

    .otp-code .otp-box button i {
        color: #969696;
    }

.otp-code .otp-box {
    position: relative;
}

.button-otp-n input {
    font-family: Arial;
    background-image: linear-gradient(to top, #d2a314, #d8aa1e, #deb026, #e5b72e, #ebbe35);
    border: 1px solid #d6a616;
    border-radius: 4px;
    color: #343c42;
    min-width: 80px;
    font-size: 12px !important;
    font-weight: 450;
    height: 36px;
    text-transform: uppercase;
    width: auto;
    text-align: center;
}

.otp-code label {
    font-weight: normal;
    margin-bottom: 0;
}

/*--call history--*/
.list-call-history, .list-call-history ul {
    display: inline-block;
    width: 100%;
}

    .list-call-history ul li {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 10px;
        border-radius: 4px;
        padding-left: 60px;
        border: 1px solid #e6e6e6;
    }

.icon-call-history {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    padding: 4px;
    background: #f5f6f9;
    position: absolute;
    left: 10px;
    padding: 9px;
    top: 10px;
}

.infor-call-history p {
    margin-bottom: 0;
}

    .infor-call-history p label {
        font-weight: normal;
    }

    .infor-call-history p strong {
        color: #dcaf27;
        padding-left: 0;
    }

.box-status-call {
    display: inline-block;
    width: 100%;
}

    .box-status-call p {
        display: inline-block;
        padding: 0;
        width: auto;
    }

.box-date-call p i {
    margin-right: 3px;
}

.box-status-call p.name-staff {
    color: #b63183;
    font-weight: bold;
}

.filter-row-btn {
    position: absolute;
    left: 110px;
    z-index: 9;
}

    .filter-row-btn input {
        width: 82px;
        height: 22px;
        padding: 0 4px;
        border-radius: 3px;
        border: 1px solid #ccc;
        font-size: 12px;
    }

    .filter-row-btn button {
        height: 21px;
        background-image: linear-gradient(to top, #d2a314, #d8aa1e, #deb026, #e5b72e, #ebbe35);
        border: 1px solid #d6a616;
        padding: 0 8px;
        border-radius: 3px;
    }

.style-table-CRM .paging_simple_numbers a {
    background: none !important;
    border: 0 !important;
}

.succes-notifi h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    margin-top: 5px;
}

.succes-notifi {
    text-align: center;
}

    .succes-notifi i {
        font-size: 50px;
        color: #0C0;
        display: inline-block;
        width: 100%;
        margin: 20px 0 0 0;
        font-weight: normal;
    }

    .succes-notifi a {
        background: #b63183;
        width: 100%;
        padding: 12px 10px;
        border-radius: 20px;
        display: inline-block;
        color: #fff;
    }

.modal-audio {
    position: fixed !important;
    width: 340px;
    /*display: block !important;*/
    background: #fff;
    position: relative;
    border-radius: 4px;
    bottom: 19px;
    border: 1px solid #e2e2e2;
    right: 9px;
    box-shadow: 0 4px 24px 0 rgba(103,151,255,.1), 0 12px 64px 0 rgba(103,151,255,.1);
}

    .modal-audio h2 {
        font-size: 12px;
        text-transform: uppercase;
        margin: 0;
        padding: 7px 10px;
        background: #b63183;
        font-weight: 600;
        color: #fff;
        border-radius: 4px 4px 0 0;
    }

    .modal-audio audio {
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
        padding: 10px 10px 0 10px;
    }

    .modal-audio a {
        font-size: 13px;
        cursor: pointer;
        color: #b63183;
        padding: 10px;
        background: none !important;
        display: inline-block;
        text-align: center;
    }

    .modal-audio p {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        .modal-audio p span {
            width: 16px;
            border-radius: 4px;
            cursor: pointer;
            padding: 5px 8px;
            border: 1px solid #ccc;
            margin: 0 5px;
        }

            .modal-audio p span:hover, .modal-audio p span.active {
                background-color: #dcaf27;
                border: 1px solid #dcaf27;
                color: #222;
            }

                .modal-audio p span:hover i, .modal-audio p span.active i {
                    color: #222;
                }

    .modal-audio a:hover {
        text-decoration: underline;
    }

    .modal-audio button {
        position: absolute;
        top: 1px;
        right: 10px;
        font-size: 20px;
        font-weight: 300;
        color: #fff !important;
        opacity: .8 !important;
    }

.progress_List {
    border-color: #eaeaea !important;
}

.body-login {
    width: 320px;
    margin: 280px auto;
}

.content-login {
    padding: 16px 20px;
}

.loadinglazyload {
    position: absolute;
    left: 48%;
    top: 48%;
    display: block;
    padding: 5px;
    background-color: green;
    color: white;
    border: 1px solid;
    margin: 0 auto;
}
/*--textbox cskh--*/
.textbox-cskh {
    padding-right: 0 !important;
}

button.btn-save-cskh {
    width: 80px;
    cursor: pointer;
    height: 23px;
    position: absolute;
    right: 3px;
    bottom: auto;
    font-size: 12px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    background: #b63183;
    line-height: 22px;
    top: 3px;
    text-transform: uppercase;
}

.textbox-cskh .wysiwyg-editor {
    height: 90px !important;
}

.report-customer-2 .form-group {
    margin-bottom: 0;
}

    .report-customer-2 .form-group input, .report-customer-2 .form-group select {
        padding: 0 5px;
    }

.columns_1__table ul li:hover, .columns_1__table ul li.active {
    background: #fffbef !important;
}
/*--list work group--*/
.list-work-group ul li {
    background: none !important;
    padding: 0;
    border-bottom: 0;
}

    .list-work-group ul li .name_kh {
        width: 100%;
        background: #eeeff3;
        padding: 5px !important;
        border-left: 0px solid #e3e3e3;
    }

.columns_2__head__user__infor h2 {
    font-size: 12px;
    color: #252525;
    margin: 0;
    padding: 0;
    font-weight: 600;
    width: 100%;
    display: inline-block;
}

.list-work-group ul li .infor_morelist {
    margin: 0 !important;
    padding: 5px !important;
    border-bottom: 1px solid #f4f4f4 !important;
    border-left: 3px solid #ffbe00;
    padding-bottom: 0 !important;
}

    .list-work-group ul li .infor_morelist:hover, .list-work-group ul li .infor_morelist.active {
        background: #fdf1d0 !important;
    }

    .list-work-group ul li .infor_morelist.green-style:hover, .list-work-group ul li .infor_morelist.green-style.active {
        background: #e1f2df !important;
        border-left: 3px solid #35cd24;
        border-bottom: 1px solid #35cd24 !important;
    }

/*--lich su phieu ghi--*/
.columns_2__content ul.lichsu-phieughi li {
    padding: 0 !important;
    padding-bottom: 0 !important;
}

.lichsu-phieughi .name_kh h2 {
    font-size: 13px;
    margin: 0;
    font-weight: 600;
    padding: 0;
}

.lichsu-phieughi .name_kh {
    background: #e8eaf0;
    padding: 7px;
    padding-bottom: 4px;
    border-radius: 4px 4px 0 0;
}

.lichsu-phieughi .infor_morelist__box {
    padding: 7px;
    border-bottom: 1px solid #eaeaea;
}

.lichsu-phieughi .item-group {
    float: left;
    margin-right: 10px;
}

.lichsu-phieughi .item-group-dv {
    width: 100%;
    display: inline-block;
    margin-top: 7px;
}

.lichsu-phieughi .stt_phone_list {
    padding-left: 0;
}

/*Lich hen trong ngay*/
.date-box-search {
    float: left;
    margin-right: 15px;
}

    .date-box-search input {
        float: left;
    }

    .date-box-search label {
        float: left;
        margin: 10px 0 0 5px;
    }
.send-ticket-button{
    display:inline-block;
    width:100%;
    padding-left:2px;
    margin-bottom:10px;
}
    .send-ticket-button button {
        position: relative !important;
        width: 100% !important;
        font-size:12px !important;
    }
.test-data-numbers {
    display: inline-block;
    margin-top: 18px;
}
    .test-data-numbers a {
        display: inline-block;
        cursor: pointer;
        color: #b63183;
        border: 1px solid #868bbb !important;
        border-radius: 4px;
        padding: 4px 10px;
        margin-right:5px;
    }
.test-data-numbers span{
    display: inline-block;
    font-size:16px;
    font-weight:bold;
    color:#dcaf27;
}
.send-ticket-button {
    position: absolute;
    right: 0px;
    background: #b63183;
    height: 25px;
    border-radius: 7px 0 0 7px;
    top: 130px;
    width: 106px;
    padding-top: 3px;
}

    .send-ticket-button span {
        color: #fff;
    }

    .send-ticket-button button {
        position: relative !important;
        width: 100% !important;
        font-size: 12px !important;
        border: 0;
        box-shadow: none;
        background: none;
    }
.button-sendticket button {
    background: #676767 !important;
    opacity:1 !important;
}

    .button-sendticket button:hover {
        background-image: linear-gradient(to top, #d2a314, #d8aa1e, #deb026, #e5b72e, #ebbe35) !important;
        color:#222 !important;
    }
.button-sendticket .filter-row-btn button {
    background-image: linear-gradient(to top, #d2a314, #d8aa1e, #deb026, #e5b72e, #ebbe35) !important;
    color: #222 !important;
}

.send-ticket-all-button {
    position: absolute;
    right: 0px;
    background: #b63183;
    height: 25px;
    border-radius: 7px 0 0 7px;
    top: 160px;
    width: 106px;
    padding-top: 3px;
}
.send-ticket-all-button span {
    color: #fff;
}

.send-ticket-all-button button {
    position: relative !important;
    width: 100% !important;
    font-size: 12px !important;
    border: 0;
    box-shadow: none;
    background: none;
}



.sort-task {
    position: absolute;
    right: 9px;
    top: 0px;
    cursor: pointer;
}

.sort-task span {
    float: left;
    margin: 0;
}

.button-sort {
    border: 1px solid #c0c0c3;
    background: #fff;
    border-radius: 2px;
    float: right;
    margin: 0;
    height: 24px;
    padding: 3px 10px;
    pointer-events: none;
    cursor: pointer;
    width: 98px;
    text-align: center;
}

    .button-sort i {
        font-size: 16px;
        float: left;
        margin-top: 0px;
    }

.button-sort-close {
    border: 1px solid #c0c0c3;
    background: #fff;
    border-radius: 2px;
    float: right;
    margin: 0;
    height: 24px;
    display: none;
    padding: 3px 10px;
    pointer-events: none;
    cursor: pointer;
    width: 73px;
    text-align: center;
}

    .button-sort-close i {
        font-size: 16px;
        margin-top: 0px;
        float: left;
    }

.show-sort-js button.button-sort {
    display: none;
}

.show-sort-js button.button-sort-close {
    display: block;
}
.show-sort-js button.button-sort {
    display: none;
}

.show-sort-js button.button-sort-close {
    display: block;
}

.show-sort {
    position: absolute;
    right: 9px;
    top: 26px;
    display: none;
    width: 276px;
    background: #fff;
    border: 1px solid #c0c0c3;
    border-radius: 2px;
    padding: 10px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11);
    z-index: 3;
}
.show-sort-js .show-sort {
    display: block;
}
.field-sort {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.field-sort label, .field-sort input, .field-sort select {
    width: 100% !important;
    display: inline-block;
    height: 28px;
    font-weight:normal;
    outline: none !important;
}

.field-sort b {
    float: right;
    left: auto !important;
    top: 12px !important;
    right: 8px;
}

.field-sort label {
    float: left;
    height: 20px;
}

.field-sort span.select2-container--default .select2-selection--single, .field-sort span.selection, .field-sort span.select2-container {
    width: 100% !important;
    display: inline-block;
    height: 28px;
    outline: none !important;
}

.field-sort input {
    border: 1px solid #aaa;
}

.check-ttcc {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

    .check-ttcc input {
        float: left;
        margin: 1px 4px 0 -4px;
    }

.field-sort p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.show-sort span.select2-selection.select2-selection--single {
    float: left !important;
}
.show-sort ul.uib-datepicker-popup li button {
    margin-right: 0px !important;
}
.uib-daypicker table tr td button.active span {
    color: #fff !important;
}
.uib-daypicker table tr td button.active {
    background: #dcaf27 !important;
}
.show-sort td button.btn {
    padding: 3px 6px !important;
}
.uib-daypicker {
    border: 1px solid #b63183 !important;
}
.to-date-calendar ul li {
    padding: 0 !important;
}
.show-sort .to-date-calendar .uib-datepicker-popup.dropdown-menu {
    top: 0 !important;
    height: 195px;
    width: 238px;
    left: auto !important;
    right: 0 !important;
}
.uib-datepicker-popup.dropdown-menu {
    display: block;
    float: none;
    margin: 0;
}
.show-sort ul li.uib-button-bar {
    display: none !important;
}
.block-btn-showSort button.button-sort{
    display:none;
}
.block-btn-showSort button.button-sort-close {
    display: block;
}
.groupNameShare_working {
    position: absolute;
    top: 10px;
    left: 474px;
}
.groupNameShare_working button {
    height: 24px;
    border: 0;
    font-size: 12px;
    background: #FFFFFF !important;
    background: -webkit-linear-gradient(top, #FFFFFF, #F2F2F2) !important;
    background: -moz-linear-gradient(top, #FFFFFF, #F2F2F2) !important;
    background: linear-gradient(to bottom, #FFFFFF, #bfbfbf) !important;
    color: #b63183;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
}
    .groupNameShare_working button:hover, .groupNameShare_working2 button:hover {
        background-image: linear-gradient(to top, #d2a314, #d8aa1e, #deb026, #e5b72e, #ebbe35) !important;
        border: 1px solid #d6a616 !important;
        color: #222 !important;
    }
.groupNameShare_working2 button {
    height: 24px;
    border: 0;
    font-size: 12px;
    background: #FFFFFF !important;
    background: -webkit-linear-gradient(top, #FFFFFF, #F2F2F2) !important;
    background: -moz-linear-gradient(top, #FFFFFF, #F2F2F2) !important;
    background: linear-gradient(to bottom, #FFFFFF, #bfbfbf) !important;
    color: #b63183;
    border: 1px solid #c1c1c1 !important;
    border-radius: 4px;
}
.field-sort input{
    padding:0 4px !important;
}



.call-comming-drag {
    width: 338px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    height: auto !important;
}
.popup-calling .columns_3__head__avatar {
    width: 40px;
    height: 40px;
    position:relative;
}

.popup-calling .table_infor_kh {
    padding-left: 0;
    margin-top: 10px;
    width: 100% !important;
}

.title-popup-calling {
    background: #b63183;
    height: 24px;
}

    .title-popup-calling button {
        box-shadow: none !important;
        color: #fff !important;
        font-weight: normal;
        top: 0px;
        text-shadow: none !important;
        position: absolute;
        right: 4px;
        opacity: 0.5;
    }

    .title-popup-calling h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        margin: 0;
        padding: 5px 10px;
    }
    .title-popup-calling h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        margin: 0;
        padding: 5px 10px;
    }
    .title-popup-calling button {
        box-shadow: none !important;
        color: #fff !important;
        font-weight: normal;
        top: 0px;
        text-shadow: none !important;
        position: absolute;
        right: 4px;
        opacity: 0.5;
    }
.body-popup-call-drag {
    padding: 0 15px;
}
.call_coming_body {
    position: relative;
}
.call_coming {
    width: 100%;
    display: inline-block;
}
.columns_3 {
    float: left;
    padding: 0;
    padding-top: 7px;
}
.columns_3__head {
    background: #fff;
    padding: 3px 10px;
    float: left;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
}
.call_coming_content button.btn_decline_3c {
    width: 100px;
    border-radius: 4px;
    height: 30px;
    background: #ff420f !important;
    color: #fff;
    border: 0 !important;
    text-align: center;
    margin-right: 5px;
}

.call_coming_content button.btn_accept_3c {
    width: 100px;
    border-radius: 4px;
    height: 30px;
    border: 0 !important;
    background: #35cd24 !important;
    color: #fff;
    text-align: center;
    margin-left: 5px;
}
.calling-number {
    text-align: center;
    color: #b63183;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

    .calling-number span {
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
    }
.call_coming_body  .head__avatar_img {
    height: 38px;
    border: 1px solid #ccc;
    width: 100%;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    border-radius: 50%;
    background-repeat: no-repeat;
    border: 0;
}

.head__avatar_img2 {
    height: 40px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.popup-calling {
    position: fixed !important;
    width: 340px;
    /* display: block !important; */
    background: #fff;
    position: relative;
    border-radius: 4px;
    bottom: 19px;
    border: 1px solid #e2e2e2;
    right: 9px;
    box-shadow: 0 4px 24px 0 rgba(103,151,255,.1), 0 12px 64px 0 rgba(103,151,255,.1);
}
.infor-popup-calling {
    border-top: 1px solid #eaeaea;
    border-radius: 4px;
    display: flex;
    padding: 10px;
    margin-left: -20px;
    margin-right: -20px;
}
.call_coming_body  .columns_3__head__infor{
    padding-left:10px;
}
.call_coming_content{
    margin-bottom:15px;
}
.call_coming_body .detail-infor_KH{
    text-align:right;
}
.call_coming_body .detail-infor_KH img{
    margin-right:5px;
}
.call_coming_body .detail-infor_KH i {
    float: none !important;
    position: relative !important;
    margin: 0 !important;
    color: #b63183 !important;
}
.call_coming_body .detail-infor_KH span {
    color: #b63183;
    font-size: 11px;
}
.call_coming_content .calling_now {
    width: 70px;
    border: 0;
    height: 30px;
    border-radius: 4px;
    float: left;
    margin-right: 5px;
}
.call_coming_content .select_numbers {
    width: 130px;
    font-size: 12px;
}
.content-feedback{
    position:relative;
}
.btn-feedback-all{

}

.btn-update-pathology {
    background: #80b519;
    font-size: 12px;
    height: 23px;
    border: 0;
    position: absolute;
    right: 13px;
    top: 30px;
}
.item-group i {
    color: #b63183 !important;
}

.staf_check ul li a, .staf_check ul li:hover a, .staf_check ul li.active a, .staf_check ul li, .staf_check ul li:hover, .staf_check ul li.active {
    background: none !important;
    color: #222 !important;
}
.staf_check button{
    text-align:left;
}

.staf_check .dropdown-menu > li > a {
    white-space: initial !important;
}

.staf_check .dropdown-menu.dropdown-menu-form {
    width: 368px !important;
    height: 230px !important;
    overflow: initial !important;
    overflow-y: auto !important;
}

.columns_1__table ul li.active .sub-active {
    border-bottom: 1px solid #dcd8cc !important;
}

.columns_1__table ul li.active .sub-active.actives, .columns_1__table ul li .sub-active:hover {
    background: #ffd966 !important;
}
.fix-check-filter label input {
    width: auto !important;
    margin: -5px 0px 0 -20px !important;
}

.sort-MKT .checkbox input {
    float: left;
    width: auto !important;
    margin-left: -15px !important;
    outline: none !important;
    margin-top: -6px !important;
}

.sort-MKT .checkbox label {
    padding-left: 15px !important;
}

.sort-MKT button {
    text-align: left;
}

.sort-MKT ul.dropdown-menu.dropdown-menu-form {
    height: 300px !important;
    overflow-y: auto !important;
}

.sort-MKT ul.dropdown-menu li, .sort-MKT ul.dropdown-menu li:hover, .sort-MKT ul.dropdown-menu li a {
    background: none !important;
    color: #222 !important;
    outline: none !important;
}

    .sort-MKT ul.dropdown-menu li a {
        padding-left: 15px !important;
    }

.btn-loading {
    display: inline-block;
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
}
.loading-text {
    width: 176px;
    cursor: pointer;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px 20px;
}

    .loading-text span {
        font-size: 13px;
        color: #29328a;
        margin-right: 3px;
        float: left;
        margin-top: 2px;
    }

    .loading-text i {
        color: #29328a;
        margin-top: 2px;
        font-size: 17px;
        display: inline-block;
    }

    .loading-text:hover {
        background: #29328a;
        border: 1px solid #29328a;
    }

        .loading-text:hover span, .loading-text:hover i {
            color: #fff;
        }

.dropdow-cskh .col-md-4 p, .dropdow-cskh .col-md-4 .multiselect-parent.btn-group.dropdown-multiselect, .dropdow-cskh .col-md-4 button {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0;
}

    .dropdow-cskh .col-md-4 button span {
        float: right;
        margin-top: 8px;
    }

/*Giả lập tài khoản*/
.fake-account {
    float: left;
    color: white;
    margin: 6px 20px 0 0;
}

    .fake-account span {
        font-weight: bold;
        font-size: 12px;
    }

    .fake-account button {
        border: 0;
        background: #dcaf27;
        height: 23px;
        border-radius: 2px;
        margin-top: -3px;
        padding: 0 6px;
    }

        .fake-account button:hover {
            opacity: .75;
            color: #fff;
        }

        .fake-account button i {
            margin-right: 5px
        }
/*Giả lập tài khoản*/