.field-login {
    position: relative;
    padding-left: 30px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #dfe0e7;
    margin-bottom: 10px;
}

    .field-login i {
        position: absolute;
        left: 8px;
        top: 8px;
        font-size: 12px;
        color: #343c42;
    }

    .field-login input {
        width: 100%;
        border: 0;
        background: none;
        padding: 0;
    }

.box_login label {
    padding: 0;
    color: #222;
}

.btn-login {
    background-image: linear-gradient(to top, #d2a314, #d8aa1e, #deb026, #e5b72e, #ebbe35);
    border: 1px solid #d6a616;
    border-radius: 4px;
    color: #343c42;
    width: 130px !important;
    font-size: 12px !important;
    font-weight: 450;
    height: 27px;
    text-align: center;
    height: 30px;
    margin: auto;
    padding: 6px 0 !important;
    position: relative;
    margin: 5px 0 0 65px;
}

    .btn-login i, .btn-login span {
        color: #343c42;
    }

    .btn-login i {
        margin-right: 3px;
        font-size: 14px;
    }

    .btn-login:hover {
        opacity: .95;
    }

    .btn-login p {
        position: absolute;
        height: 3px;
        left: 0;
        width: 100%;
        height: 30px;
        margin: 0;
        top: 0;
        line-height: 10px;
    }

        .btn-login p i {
            font-size: 15px;
        }

        .btn-login p span {
            color: #343c42;
            font-size: 13px;
            margin-left: 4px;
            font-weight: bold;
            text-transform: uppercase;
            width: auto;
        }

    .btn-login input {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 30px;
        top: 0;
        left: 0;
        border-radius: 2px;
    }

        .btn-login input#cmdlogin {
            background: none !important;
            color: #343c42 !important;
            outline: none;
            text-transform: uppercase;
            font-weight: 600;
            padding: 0 2px;
            font-size: 13px;
        }

.box_login {
    border: 0;
    box-shadow: none;
}

.sub-account i.ti-user, .sub-account i.ti-power-off, .sub-account i.ti-share-alt {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    color: #343c42 !important;
    font-size: 13px !important;
    padding-left: 5px;
}

.sub-account li a {
    color: #343c42 !important;
}

    .sub-account li a:hover {
        color: #dcaf27 !important;
    }

        .sub-account li a:hover i {
            color: #dcaf27 !important;
        }

.Phone {
    position: relative;
    display: block;
    margin: 0;
    width: 1em;
    height: 1em;
    font-size: 39px;
    background-color: #dcaf27;
    border-radius: 0.5em;
    box-shadow: 0 0 0 0em rgba(220, 175, 39, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    transform: translate3d(0, 0, 0) scale(1);
}

    .Phone::before,
    .Phone::after {
        position: absolute;
        content: "";
    }

    .Phone::before {
        top: 0;
        left: 0;
        width: 1em;
        height: 1em;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 100%;
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(0);
    }

    .Phone::after {
        top: 0.25em;
        left: 0.25em;
        width: 0.5em;
        height: 0.5em;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        transform: translate3d(0, 0, 0);
    }

    .Phone.is-animating {
        animation: phone-outer 3000ms infinite;
    }

        .Phone.is-animating::before {
            animation: phone-inner 3000ms infinite;
        }

        .Phone.is-animating::after {
            animation: phone-icon 3000ms infinite;
        }

@keyframes phone-outer {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(220, 175, 39, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    33.3333% {
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(220, 175, 39, 0.7), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }

    66.6666% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(220, 175, 39, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(220, 175, 39, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@keyframes phone-inner {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(0);
    }

    33.3333% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(0.9);
    }

    66.6666% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0);
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@keyframes phone-icon {
    0% {
        transform: translate3d(0em, 0, 0);
    }

    2% {
        transform: translate3d(0.01em, 0, 0);
    }

    4% {
        transform: translate3d(-0.01em, 0, 0);
    }

    6% {
        transform: translate3d(0.01em, 0, 0);
    }

    8% {
        transform: translate3d(-0.01em, 0, 0);
    }

    10% {
        transform: translate3d(0.01em, 0, 0);
    }

    12% {
        transform: translate3d(-0.01em, 0, 0);
    }

    14% {
        transform: translate3d(0.01em, 0, 0);
    }

    16% {
        transform: translate3d(-0.01em, 0, 0);
    }

    18% {
        transform: translate3d(0.01em, 0, 0);
    }

    20% {
        transform: translate3d(-0.01em, 0, 0);
    }

    22% {
        transform: translate3d(0.01em, 0, 0);
    }

    24% {
        transform: translate3d(-0.01em, 0, 0);
    }

    26% {
        transform: translate3d(0.01em, 0, 0);
    }

    28% {
        transform: translate3d(-0.01em, 0, 0);
    }

    30% {
        transform: translate3d(0.01em, 0, 0);
    }

    32% {
        transform: translate3d(-0.01em, 0, 0);
    }

    34% {
        transform: translate3d(0.01em, 0, 0);
    }

    36% {
        transform: translate3d(-0.01em, 0, 0);
    }

    38% {
        transform: translate3d(0.01em, 0, 0);
    }

    40% {
        transform: translate3d(-0.01em, 0, 0);
    }

    42% {
        transform: translate3d(0.01em, 0, 0);
    }

    44% {
        transform: translate3d(-0.01em, 0, 0);
    }

    46% {
        transform: translate3d(0em, 0, 0);
    }
}

.btn-row {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    text-align: center;
    margin-top: 20px;
}

    .btn-row button {
        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: 27px;
        width: auto;
        text-align: center;
    }

        .btn-row button i, .btn-row button span {
            color: #343c42;
        }

        .btn-row button i {
            margin-right: 3px;
            font-size: 14px;
        }

        .btn-row button:hover {
            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: 27px;
            width: auto;
            text-align: center;
        }

            .btn-row button:hover i, .btn-row button:hover span {
                color: #343c42;
            }

            .btn-row button:hover i {
                margin-right: 3px;
                font-size: 14px;
            }

        .btn-row button i {
            margin-right: 5px;
        }

        .btn-row button span {
            text-transform: uppercase;
            font-weight: 600;
        }

        .btn-row button:hover {
            opacity: .85;
        }

.infor_user a {
    color: #29328a;
    text-decoration: underline;
}

/*-- style update CRM new and new and new--*/
.body-content {
    background: none !important;
}

.style-crm-update {
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 0 !important;
}

    .style-crm-update h1 {
        position: relative;
        text-transform: uppercase;
        font-weight: 600;
        color: #29328a;
        padding-left: 8px;
        font-size: 14px;
    }

        .style-crm-update h1::before {
            position: absolute;
            left: 0;
            top: 1px;
            content: '';
            display: block;
            width: 3px;
            height: 14px;
            background: #dcaf27;
        }

    .style-crm-update h2 {
        font-size: 15px;
        color: #dcaf27;
        text-transform: none;
        font-weight: 600;
    }

    .style-crm-update .style-form-update-CRM {
        background: #fff;
        border: 1px solid #cacbd2;
        border-radius: 4px;
        display: inline-block;
    }

        .style-crm-update .style-form-update-CRM label {
            font-weight: normal;
        }

        .style-crm-update .style-form-update-CRM .staf_check ul li .checkbox, .style-crm-update .style-form-update-CRM .staf_check ul li .radio {
            margin: 0;
        }

        .style-crm-update .style-form-update-CRM button.dropdown-toggle.ng-binding.btn.btn-default {
            text-align: left;
        }

            .style-crm-update .style-form-update-CRM button.dropdown-toggle.ng-binding.btn.btn-default span {
                float: right;
                margin-top: 7px;
            }

    .style-crm-update .pd-5 {
        padding: 0 5px;
    }

    .style-crm-update .pd-10 {
        padding: 0 10px;
    }

    .style-crm-update .pd-0 {
        padding: 0;
    }

    .style-crm-update .pd-15 {
        padding: 0 15px;
    }

    .style-crm-update .md-0 {
        margin: 0;
    }

    .style-crm-update .md-5 {
        margin: 0 5px;
    }

    .style-crm-update .md-10 {
        margin: 0 10px;
    }

    .style-crm-update .md--10 {
        margin: 0 -10px;
    }

    .style-crm-update .md-0 {
        margin: 0;
    }

    .style-crm-update .style-button-CRM {
        text-align: center;
        padding-bottom: 0;
    }

        .style-crm-update .style-button-CRM button {
            background-image: linear-gradient(to top, #d2a314, #d8aa1e, #deb026, #e5b72e, #ebbe35) !important;
            border: 1px solid #d6a616 !important;
            border-radius: 4px;
            color: #343c42;
            min-width: 80px;
            font-size: 12px !important;
            font-weight: 450;
            height: 27px;
            width: auto;
            text-align: center;
        }

            .style-crm-update .style-button-CRM button i, .style-crm-update .style-button-CRM button span {
                color: #343c42;
            }

            .style-crm-update .style-button-CRM button i {
                margin-right: 3px;
                font-size: 14px;
            }

            .style-crm-update .style-button-CRM button:hover {
                opacity: .85;
            }

    .style-crm-update .style-table-CRM {
        background: #fff;
        border: 1px solid #cacbd2;
        border-radius: 4px;
        margin-top: 10px;
    }

        .style-crm-update .style-table-CRM .button_share_working {
            top: -2px;
        }

            .style-crm-update .style-table-CRM .button_share_working .btn {
                padding: 3px 12px;
                font-size: 12px;
            }

        .style-crm-update .style-table-CRM table {
            overflow: hidden;
            border-radius: 4px 4px 0 0;
        }

            .style-crm-update .style-table-CRM table thead tr th {
                padding: 3px 10px !important;
            }

            .style-crm-update .style-table-CRM table tbody tr:hover {
                background: #f7ead3 !important;
            }

                .style-crm-update .style-table-CRM table tbody tr:hover td {
                    background: none !important;
                }

            .style-crm-update .style-table-CRM table.table-gan-cv tr th:nth-child(1) {
                text-align: center !important;
            }

            .style-crm-update .style-table-CRM table .appointment_icon a {
                color: #fff;
                background: #42b883 !important;
                border: 0;
                float: none;
                margin: auto;
                width: 70px;
                padding: 3px 5px !important;
                margin-bottom: 5px;
                display: block;
                border-radius: 4px;
            }

                .style-crm-update .style-table-CRM table .appointment_icon a i {
                    color: #fff;
                }

        .style-crm-update .style-table-CRM .dataTables_filter, .style-crm-update .style-table-CRM .dataTables_length {
            margin-bottom: 5px;
        }

            .style-crm-update .style-table-CRM .dataTables_filter input, .style-crm-update .style-table-CRM .dataTables_filter select, .style-crm-update .style-table-CRM .dataTables_length input, .style-crm-update .style-table-CRM .dataTables_length select {
                height: 24px;
            }

    .style-crm-update .button-filter {
        background: #fff !important;
        border-radius: 4px;
    }

    .style-crm-update .remove_work_button2 {
        top: 44px;
    }

        .style-crm-update .remove_work_button2 input {
            background: #ff5c5c !important;
            height: 23px !important;
        }

    .style-crm-update .example_stt p {
        font-weight: bold;
        padding: 0 10px;
    }

    .style-crm-update .example_stt span {
        font-weight: normal;
    }

    .style-crm-update .thongke-gioden p {
        padding: 0 15px !important;
    }

.content-filter {
    background-image: linear-gradient(to top, #e7eaef, #eaedf2, #edf0f5, #f0f3f8, #f3f6fb);
    border: 1px solid #cacbd2;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.title-filter {
    background: #e3e7ec;
}

.style-input-btn {
    width: 80px;
    height: 27px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    background-image: linear-gradient(to top, #d2a314, #d8aa1e, #deb026, #e5b72e, #ebbe35);
    border: 1px solid #d6a616;
    margin: auto;
    padding: 5px 0;
}

.style-input-btn2 {
    width: 100px;
    height: 27px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    background-image: linear-gradient(to top, #29328a, #2d3694, #303a9d, #343fa7, #3843b1);
    border: 1px solid #29328a;
    margin: auto;
    padding: 3px 0;
}

.style-button-CRM.btn-plus-blue button {
    background-image: linear-gradient(to top, #29328a, #2d3694, #303a9d, #343fa7, #3843b1) !important;
    border: 1px solid #29328a !important;
}

    .style-button-CRM.btn-plus-blue button i, .style-button-CRM.btn-plus-blue button span {
        color: #fff !important;
    }

.style-input-btn input, .style-input-btn a {
    opacity: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 80px;
    border-radius: 4px;
    margin: 0;
}

.style-input-btn2 input {
    opacity: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 80px;
    border-radius: 4px;
    margin: 0;
}

.style-button-CRM a {
    width: 100px;
    height: 27px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    background-image: linear-gradient(to top, #d2a314, #d8aa1e, #deb026, #e5b72e, #ebbe35);
    border: 1px solid #d6a616 !important;
    margin: auto;
    padding: 3px 0;
    color: #222 !important;
}

    .style-button-CRM a:hover {
        opacity: .85;
    }

.style-input-btn a:hover {
    opacity: 0 !important;
}

.style-input-btn i {
    color: #343c42;
    margin-right: 3px;
    font-size: 12px;
}

.style-input-btn2 i {
    color: #fff;
    margin-right: 3px;
    font-size: 16px;
}

.style-input-btn2 span {
    color: #fff;
}

.style-input-btn:hover, .style-input-btn2:hover {
    opacity: .85 !important;
}

.table_Error table tbody tr:nth-child(1), .table_Error table tbody tr:nth-child(1):hover {
    background: #424a9e !important;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.table_Error table tr:nth-child(1) th {
    color: #fff !important;
    padding: 5px 10px;
    text-transform: none;
    font-weight: normal;
}

.table_Error table tbody tr td {
    text-align: center !important;
}

.table_Error table tbody tr:nth-child(1) td:nth-child(1) {
    text-align: left !important;
}

.table_Error table tbody tr:nth-child(1) td:nth-child(1) {
    color: #fff !important;
}

.btn-error input {
    height: 27px;
    padding: 6px 20px;
    margin-top: 15px;
}

.add-sms-btn {
    height: 27px !important;
    width: 100px !important;
    background: #dcaf27 !important;
}

    .add-sms-btn i {
        font-size: 16px;
    }

.callback-form select, .callback-form input, .form-target input, .form-target select {
    height: 28px !important;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 10px;
}

.radius-form input, .radius-form select {
    border-radius: 4px;
}

.style-form-update-CRM span.select2-selection.select2-selection--single {
    border-radius: 4px;
}

.sms-box, .date-box {
    float: left;
    width: 33.3%;
    padding: 0 5px;
    margin-top: -8px;
    padding-bottom: 5px;
}

    .sms-box p, .date-box p {
        width: 100% !important;
        display: inline-block;
        margin-bottom: 0;
        font-size: 11px;
    }

    .sms-box select, .date-box input, .date-box select {
        width: 100% !important;
        padding: 0 4px !important;
        height: 22px;
        border-radius: 4px;
        font-size: 11px;
        margin: 0;
    }

.attach-file-btn a {
    height: 27px;
    text-align: center;
    border-radius: 4px;
    background-image: linear-gradient(to top, #29328a, #2d3694, #303a9d, #343fa7, #3843b1);
    border: 1px solid #29328a;
    margin: auto;
    padding: 4px 10px;
}
/*--attach file --*/
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #d3394c;
}

    .inputfile-1:focus + label,
    .inputfile-1.has-focus + label,
    .inputfile-1 + label:hover {
        background-color: #722040;
    }

.body-report {
    padding: 0 10px;
}

.content-report {
    background: #fff;
    border: 1px solid #cacbd2;
    border-top: 0;
    border-bottom: 0;
    border-radius: 4px;
}

.popup_call_schedule label, .popup_call_schedule select {
    width: 100% !important;
}

.called-date {
    position: absolute;
    right: 69px;
    top: 35px;
}

.popup_call_schedule {
    position: relative;
}

.call-back-time {
    position: absolute;
    right: -70px;
    top: 37px
}

.field-login input, .field-login i {
    color: #29328a;
}

.list-customer-share-combobox li.ng-scope a .checkbox label {
    position: relative;
    padding-left: 20px;
}

    .list-customer-share-combobox li.ng-scope a .checkbox label input {
        position: absolute;
        left: 20px;
        top: -10px;
    }

/*--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: #29328a;
    line-height: 22px;
    top: 3px;
    text-transform: uppercase;
}

.textbox-cskh .wysiwyg-editor {
    height: 100px !important;
}

.choose-option-ND .dropdown-menu > li > a {
    white-space: initial !important;
}

.choose-option-ND .dropdown-menu.dropdown-menu-form {
    width: 300px !important;
    height: 230px !important;
    overflow: initial !important;
    overflow-y: auto !important;
}

.content_rank_level img:nth-last-child(1) {
    display: none !important;
}

.content_rank_level {
    position: absolute;
    left: 1px;
    top: 127px;
    background: #fff;
    border: 0;
}

    .content_rank_level .level-customer {
        left: 5px !important;
        width: 66px !important;
        top: 90px !important;
        padding: 7px 2px !important;
        text-align: center !important;
        border-radius: 5px;
    }

    .content_rank_level span {
        padding-left: 5px !important;
        width: 100% !important;
        text-align: center !important;
        padding: 0 !important;
        text-transform: none !important;
        font-size: 11px !important;
        font-weight: normal !important;
    }

.columns_3__head__avatar span {
    font-size: 13px;
    display: inline-block;
    color: #dcaf27;
}

.checkbox-disabled {
    filter: invert(100%);
}