﻿*[data-tooltip-right] {
    position: relative;
    display: inline-block;
}

    *[data-tooltip-right]::before {
        content: attr(data-tooltip-right);
        position: absolute;
        left: 26px;
        display: none;
        top: -7px;
        background: #1095ea;
        white-space: nowrap;
        padding: 0 10px;
        z-index: 12;
        font-size: 12px;
        color: #ffffff;
        border-radius: 3px;
        height: 30px;
        line-height: 30px;
    }

    *[data-tooltip-right]::after {
        left: 22px;
        top: 4px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        z-index: 12;
        pointer-events: none;
        border-width: 5px 10px 5px 0;
        border-color: transparent #1095ea transparent transparent;
        margin-left: -6px;
        display: none;
    }

    *[data-tooltip-right]:hover::before, *[data-tooltip-right]:hover::after {
        display: block;
        z-index: 110;
    }

.statistic-page .suggest-box-wrapper {
    position: relative;
    border-radius: 1px;
    display: block;
    min-width: 200px;
}

    .statistic-page .suggest-box-wrapper .primary-zone {
        background: #f5f5f5;
        border: 1px solid #bbb;
        color: #000000;
        display: inline-block;
        font-size: 13px;
        font-weight: 400;
        margin-right: 3px;
        padding: 3px 5px;
        margin-bottom: 10px;
        position: relative;
        line-height: normal;
        border-radius: 2px;
    }

        .statistic-page .suggest-box-wrapper .primary-zone .zone-remove {
            border-left: 1px solid #bbb;
            margin-left: 2px;
            padding: 0 2px 0px 5px;
            cursor: pointer;
        }

            .statistic-page .suggest-box-wrapper .primary-zone .zone-remove:hover {
                color: #eb5757;
            }

    .statistic-page .suggest-box-wrapper .dropdown-toggle {
        border: 1px solid #ced4da;
        display: block;
        padding: 6px 10px;
        color: #999;
        cursor: pointer;
        line-height: 1.4;
        background: #ffffff;
    }

        .statistic-page .suggest-box-wrapper .dropdown-toggle i {
            float: right;
            margin-top: 4px;
            color: #333;
        }

        .statistic-page .suggest-box-wrapper .dropdown-toggle::after {
            content: "";
            border: 0;
        }

    .statistic-page .suggest-box-wrapper .suggest-panel {
        position: relative;
    }

    .statistic-page .suggest-box-wrapper .suggest-panel {
        position: relative;
    }

.statistic-page .multiple-list {
    position: relative;
    border-radius: 3px;
    border: 1px solid #87a5bb;
    position: absolute;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    overflow: hidden;
    display: none;
}

    .statistic-page .multiple-list .close-button {
        border-radius: 2px;
        cursor: pointer;
        display: flex;
        align-items: center;
        padding: 0 5px;
        background: #1095ea;
        border: 1px solid #1095ea;
        color: #ffffff;
    }

    .statistic-page .multiple-list .checkbox-label[data-parent="0"] {
        font-weight: 600;
    }

    .statistic-page .multiple-list.search {
        position: relative;
    }

        .statistic-page .multiple-list.search .select-items {
            border-radius: 1px;
        }

        .statistic-page .multiple-list.search .list-paging .close-button {
            border: 1px solid #1095ea;
            color: #ffffff;
            margin-right: 5px;
        }

        .statistic-page .multiple-list.search .list-paging .icon-search {
            display: flex;
            align-items: center;
            padding: 0 5px;
            justify-content: center;
            border: 1px solid #cccccc;
            background: #ffffff;
            border-left: 0;
            color: #999;
        }

        .statistic-page .multiple-list.search .form-control {
            outline: none;
            padding: 2px 8px;
            border: 1px solid #ced4da;
            height: auto;
            margin-bottom: 0px;
            max-width: 100%;
            border-right: 0px;
        }

    .statistic-page .multiple-list.show {
        display: block;
    }

    .statistic-page .multiple-list .select-items {
        overflow-y: auto;
        margin: 0;
        padding: 0;
        max-height: 270px;
        border-radius: 3px;
        background: #ffffff;
        width: 100%;
    }

    .statistic-page .multiple-list .select-item {
        list-style: none;
        display: flex;
        padding: 5px 10px 7px;
        border-bottom: 0.5px solid #ddd;
    }

    .statistic-page .multiple-list .list-paging {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        background: #f4f4f4;
        padding: 5px;
        border-bottom: 1px solid #cccccc;
        min-height: 25px;
        justify-content: flex-start;
    }

.statistic-page .statistic-table table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    background-color: white;
}

.statistic-page .statistic-table td, .statistic-table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.statistic-page .statistic-table th {
    text-align: left;
    background-color: #959595;
    color: white;
}

.statistic-page .advanced-search {
    position: relative;
    display: flex;
}

    .statistic-page .advanced-search .advanced-dropdown-toggle {
        min-width: initial;
        height: 32px;
        margin: 0;
        border: 1px solid #ced4da;
        border-left: 0;
        outline: none !important;
        width: 30px;
    }

        .statistic-page .advanced-search .advanced-dropdown-toggle::after {
            display: inline-block;
            margin-left: .255em;
            vertical-align: .255em;
            content: "";
            border-top: .3em solid;
            border-right: .3em solid transparent;
            border-bottom: 0;
            border-left: .3em solid transparent;
        }

    .statistic-page .advanced-search .advanced-search-wrapper {
        display: none;
        border: 1px solid #dbdbdb;
        transform: translate3d(0, 0, 0px) !important;
        border-radius: 2px;
        font-size: 13px;
        width: 100%;
        padding: 20px;
        margin-top: 50px;
        position: absolute;
        top: 2px;
        left: 0;
        z-index: 12;
        background: #ffffff;
    }

        .statistic-page .advanced-search .advanced-search-wrapper.display {
            display: block;
        }

        .statistic-page .advanced-search .advanced-search-wrapper .row-item-button {
            float: right;
            margin-top: 10px;
            margin-right: -10px;
        }

.cms-popup-container .cms-popup-item .cms-popup-content .box-list-pair-wrap form {
    display: inline-block;
    flex-direction: column;
    height: auto;
    width: 100%;
}

.zone-page .popup-content-inner > .cover-container {
    margin: 0px;
}

.popup-body-content {
    overflow-y: auto;
    height: 100%;
}

.cms-form-wrap {
    width: 860px;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

    .cms-form-wrap .row-item {
        margin-bottom: 20px;
    }

        .cms-form-wrap .row-item:last-child {
            margin-bottom: 0px;
        }

        .cms-form-wrap .row-item > label,
        .cms-form-wrap .row-item fieldset legend {
            display: block;
            margin-bottom: 10px;
            color: #666666;
            font-size: 14px;
            line-height: 16px;
        }

        .cms-form-wrap .row-item .cms-text-input, .cms-form-wrap .row-item .cms-resizeable-text, .cms-form-wrap .row-item .cms-tags-input,
        .cms-form-wrap .row-item .cms-dropdown-list, .cms-form-wrap .row-item .cms-datetime-picker {
            width: 100%;
        }

        .cms-form-wrap .row-item .border-box {
            border: 1px solid #e2e2e2;
        }

        .cms-form-wrap .row-item fieldset {
            border: 1px dashed #e2e2e2;
            padding: 10px;
        }

        .cms-form-wrap .row-item .list-items {
            margin-bottom: 10px;
        }

            .cms-form-wrap .row-item .list-items .related-item {
                display: flex;
                align-items: center;
                border-bottom: 1px solid #e2e2e2;
                position: relative;
                padding: 10px 0;
            }

                .cms-form-wrap .row-item .list-items .related-item:first-child {
                    padding-top: 0;
                }

                .cms-form-wrap .row-item .list-items .related-item.no-image {
                    height: 55px;
                    padding: 0;
                }

                .cms-form-wrap .row-item .list-items .related-item > img {
                    border-radius: 4px;
                    flex: none;
                    height: auto;
                    width: 60px;
                }

                .cms-form-wrap .row-item .list-items .related-item .name-relate {
                    margin-left: 10px;
                    margin-right: 30px;
                    font-family: Roboto, Arial, Helvetica, sans-serif;
                    font-weight: normal;
                    font-style: normal;
                    font-size: 14px;
                    line-height: 24px;
                    color: #333333;
                    flex-grow: 1;
                }

                .cms-form-wrap .row-item .list-items .related-item .quick-actions {
                    display: flex;
                    flex: 0;
                }

                .cms-form-wrap .row-item .list-items .related-item .remove-btn,
                .cms-form-wrap .row-item .list-items .related-item .update-btn {
                    color: #8c8c8c;
                    font-size: 11px;
                    background: #eef5ff;
                    border-radius: 100%;
                    width: 22px;
                    height: 22px;
                    text-align: center;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border: 1px solid #d9dee5;
                    cursor: pointer;
                }

                    .cms-form-wrap .row-item .list-items .related-item .update-btn:hover, .cms-form-wrap .row-item .list-items .related-item .remove-btn:hover {
                        background: #d9dee5;
                    }

                .cms-form-wrap .row-item .list-items .related-item .remove-btn {
                    margin-left: 5px;
                }

.avatar-picker-item {
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
    width: 160px;
    height: 90px;
}

    .avatar-picker-item.square {
        width: 90px;
        height: 90px;
    }

    .avatar-picker-item > * {
        position: absolute;
    }

    .avatar-picker-item .item-avatar {
        width: 100%;
        height: 100%;
        background: #f7f7f7;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        border: 1px solid #e2e2e2;
        border-radius: 4px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .avatar-picker-item > .item-icon {
        opacity: 0.3;
    }

    .avatar-picker-item > .item-desc {
        bottom: 10px;
        font-size: 12px;
        color: #737373;
        text-align: center;
    }

    .avatar-picker-item .item-overlay {
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
    }

    .avatar-picker-item:hover > .item-overlay {
        opacity: 0.5;
    }

    .avatar-picker-item .item-overlay-icon {
        opacity: 0;
        color: white;
    }

    .avatar-picker-item:hover .item-overlay-icon {
        opacity: 1;
    }

    .avatar-picker-item .fi {
        font-size: 15px;
    }

    .avatar-picker-item > .add-watermark {
        color: #f1f1f1;
        font-size: 18px;
        right: 30px;
        top: 5px;
        opacity: 0.8;
    }

    .avatar-picker-item > .remove-avatar {
        color: #f1f1f1;
        font-size: 18px;
        right: 10px;
        top: 5px;
        opacity: 0.8;
    }
/* */
.list-avatar-picker {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .list-avatar-picker .avatar-picker-item:first-child {
        margin-left: 0;
    }

.cms-form-wrap .row-item .avatar-picker-2 {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}

    .cms-form-wrap .row-item .avatar-picker-2 .item {
        margin-right: 10px;
        margin-bottom: 5px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        flex-shrink: 0;
    }

        .cms-form-wrap .row-item .avatar-picker-2 .item:first-child {
            margin-left: 0;
        }

        .cms-form-wrap .row-item .avatar-picker-2 .item > * {
            position: absolute;
        }

        .cms-form-wrap .row-item .avatar-picker-2 .item .item-avatar {
            width: 100%;
            height: 100%;
            background: #f7f7f7;
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            border: 1px solid #e2e2e2;
            border-radius: 4px;
        }

        .cms-form-wrap .row-item .avatar-picker-2 .item > .item-icon {
            opacity: 0.3;
        }

        .cms-form-wrap .row-item .avatar-picker-2 .item > .item-desc {
            bottom: 10px;
            font-size: 12px;
            color: #737373;
            text-align: center;
        }

        .cms-form-wrap .row-item .avatar-picker-2 .item .item-overlay {
            width: 100%;
            height: 100%;
            background: black;
            opacity: 0;
        }

        .cms-form-wrap .row-item .avatar-picker-2 .item:hover > .item-overlay {
            opacity: 0.5;
        }

        .cms-form-wrap .row-item .avatar-picker-2 .item .item-overlay-icon {
            opacity: 0;
            color: white;
        }

        .cms-form-wrap .row-item .avatar-picker-2 .item .fi {
            font-size: 15px;
        }

        .cms-form-wrap .row-item .avatar-picker-2 .item > .add-watermark {
            color: #f1f1f1;
            font-size: 18px;
            right: 30px;
            top: 5px;
            opacity: 0.8;
        }

        .cms-form-wrap .row-item .avatar-picker-2 .item > .remove-avatar {
            color: #f1f1f1;
            font-size: 18px;
            right: 10px;
            top: 5px;
            opacity: 0.8;
        }

.cms-text-input {
    height: auto;
    display: inline-block;
    border: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}

    .cms-text-input input {
        border: 1px solid #e2e2e2;
        background-color: #fff;
        height: 32px;
        width: 100%;
        border-radius: 4px;
        box-sizing: border-box;
        padding: 0px 10px;
        margin: 0px;
        font-size: 14px;
        color: #333333;
    }

        .cms-text-input input:hover {
            border: 1px solid #cacaca;
        }

        .cms-text-input input:focus {
            outline: 1px auto rgba(16, 149, 234, 0.7);
        }

    .cms-text-input > label {
        display: block;
        margin-bottom: 10px;
        color: #666666;
        font-size: 14px;
        line-height: 16px;
    }

        .cms-text-input > label .lb-required {
            color: #f44141;
            margin-left: 5px;
        }

    .cms-text-input.label-inside {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 32px;
    }

        .cms-text-input.label-inside input {
            border-radius: 0px 4px 4px 0px;
            flex-grow: 1;
        }

    .cms-text-input.label-right-inside {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        height: 32px;
    }

        .cms-text-input.label-right-inside input {
            border-radius: 4px 0px 0px 4px;
            flex-grow: 1;
        }

        .cms-text-input.label-inside > label,
        .cms-text-input.label-right-inside > label {
            flex: none;
            display: flex;
            white-space: nowrap;
            background: #e2e2e2;
            height: 100%;
            line-height: 100%;
            padding: 0px 10px;
            align-items: center;
            justify-content: center;
            margin: 0px;
        }

    .cms-text-input.label-inside > label {
        border-radius: 4px 0px 0px 4px;
    }

    .cms-text-input.label-right-inside > label {
        border-radius: 0px 4px 4px 0px;
    }

    .cms-text-input .input-invalid-message:before {
        border-bottom: 10px solid #e2e2e2;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        left: 40px;
        display: block;
        font-size: 0;
        height: 0;
        top: -20px;
        line-height: 0;
        position: absolute;
        width: 0;
        content: "";
        border-top: 10px solid transparent;
    }

    .cms-text-input .input-invalid-message:after {
        border-bottom: 8px solid #fff;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        left: 42px;
        display: block;
        font-size: 0;
        height: 0;
        top: -16px;
        line-height: 0;
        position: absolute;
        width: 0;
        content: "";
        border-top: 8px solid transparent;
    }

    .cms-text-input .input-invalid-message {
        border-radius: 4px;
        position: absolute;
        left: 0;
        top: calc(100% + 6px);
        font-size: 14px;
        background-color: white;
        padding: 6px;
        border: 1px solid #e2e2e2;
        min-width: 200px;
        width: 100%;
        color: #eb5757;
        z-index: 1;
    }

    .cms-text-input input.invalid {
        border-color: #eb5757;
    }

    .cms-text-input.required-length > input {
        padding-right: 50px !important;
    }

    .cms-text-input .maxlength-counter {
        background-color: #e2e2e2;
        position: absolute;
        right: 0px;
        padding: 0px 10px;
        font-size: 12px;
        bottom: 0px;
        height: 32px;
        line-height: 32px;
        border-radius: 0px 4px 4px 0px;
        top: auto;
        color: #666666;
        font-size: 12px;
    }

    .cms-text-input.readonly input,
    .cms-text-input input[readonly],
    .cms-text-input.disabled input,
    .cms-text-input input[disabled] {
        background: #f5f6f8;
        border: 1px solid rgba(103, 113, 129, 0.3);
        cursor: not-allowed;
        outline: none;
    }

.cms-resizeable-text {
    width: 100%;
    border: none;
    height: auto;
}

    .cms-resizeable-text textarea {
        width: 100%;
        resize: none;
        outline: none;
        border: 1px solid #e2e2e2;
        background-color: #fff;
        border-radius: 4px;
        box-sizing: border-box;
        padding: 10px;
        margin: 0px;
        font-size: 14px;
        color: #333333;
    }

        .cms-resizeable-text textarea:hover {
            border: 1px solid #cacaca;
        }

        .cms-resizeable-text textarea:focus {
            outline: 1px auto rgba(16, 149, 234, 0.7);
        }

    .cms-resizeable-text > label,
    .cms-textarea > label {
        display: block;
        margin-bottom: 10px;
        color: #666666;
        font-size: 14px;
        line-height: 16px;
    }

    .cms-resizeable-text .fake-highlight-wrap {
        position: relative;
        background: #fff;
    }

        .cms-resizeable-text .fake-highlight-wrap ._highlight-backrop {
            position: absolute;
            left: 0px;
            right: 0px;
            top: 0px;
            bottom: 0;
            color: transparent;
            overflow: hidden;
            white-space: pre-wrap;
            word-wrap: break-word;
            line-height: 1.4em;
            font-family: Roboto, Arial, Helvetica, sans-serif;
            padding: 10px;
            font-size: 14px;
        }

            .cms-resizeable-text .fake-highlight-wrap ._highlight-backrop mark {
                background-color: #ff0;
                color: transparent !important;
            }

        .cms-resizeable-text .fake-highlight-wrap textarea {
            position: relative;
            display: block;
            background-color: transparent;
            line-height: 1.4em;
            font-family: Roboto, Arial, Helvetica, sans-serif;
            padding: 10px;
            font-size: 14px;
        }

/* begin - page topic, expert */
.topic-page,
.expert-page {
    display: flex;
    flex-direction: column;
}

    .topic-page .list-item-header,
    .expert-page .list-item-header {
        display: flex;
        align-items: center;
        width: 100%;
        border-top: 1px solid #E2E2E2;
        background: #F5F6FA;
    }

        .topic-page .list-item-header .header-th,
        .expert-page .list-item-header .header-th {
            background-color: #F5F6FA !important;
            font-weight: 700;
            height: 50px;
        }

    .topic-page .list-item-header,
    .topic-page .list-item-body,
    .expert-page .list-item-header,
    .expert-page .list-item-body {
        width: 100%;
    }

        .topic-page .list-item-header .item,
        .topic-page .list-item-body .item,
        .expert-page .list-item-header .item,
        .expert-page .list-item-body .item {
            display: flex;
            border-bottom: 1px solid #E2E2E2;
            align-items: center;
            background-color: #f7f7f7;
            width: 100%;
            padding: 10px;
        }

            .topic-page .list-item-header .item:nth-child(2n+1):not(.header-th),
            .topic-page .list-item-body .item:nth-child(2n+1):not(.header-th),
            .expert-page .list-item-header .item:nth-child(2n+1):not(.header-th),
            .expert-page .list-item-body .item:nth-child(2n+1):not(.header-th) {
                background: #fff;
            }

        .topic-page .list-item-header .item-view,
        .topic-page .list-item-body .item-view,
        .expert-page .list-item-header .item-view,
        .expert-page .list-item-body .item-view {
            padding-right: 15px;
            width: 16%;
        }

        .topic-page .list-item-header .checkbox-cell,
        .topic-page .list-item-body .checkbox-cell,
        .expert-page .list-item-header .checkbox-cell,
        .expert-page .list-item-body .checkbox-cell {
            width: 70px;
        }

        .topic-page .list-item-header .avatar-cell,
        .topic-page .list-item-body .avatar-cell,
        .expert-page .list-item-header .avatar-cell,
        .expert-page .list-item-body .avatar-cell {
            width: 70px;
        }

            .topic-page .list-item-header .avatar-cell .avatar, .topic-page .list-item-body .avatar-cell .avatar,
            .expert-page .list-item-header .avatar-cell .avatar, .expert-page .list-item-body .avatar-cell .avatar {
                display: inline-block;
                width: 30px;
                height: 30px;
                border-radius: 100%;
                background: url(../images/avatar.png) center center no-repeat;
                background-size: cover;
            }

        .topic-page .list-item-header .actions-cell, .topic-page .list-item-body .actions-cell,
        .expert-page .list-item-header .actions-cell, .expert-page .list-item-body .actions-cell {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            position: relative;
            flex: none;
            padding-right: 0;
        }

            .topic-page .list-item-header .actions-cell .action-detail .sprite-icon, .topic-page .list-item-body .actions-cell .action-detail .sprite-icon,
            .expert-page .list-item-header .actions-cell .action-detail .sprite-icon, .expert-page .list-item-body .actions-cell .action-detail .sprite-icon {
                background: url(../images/sprite-list.png) no-repeat transparent;
                width: 16px;
                height: 16px;
                cursor: pointer;
                display: inline-block;
                margin: 0 10px;
            }

                .topic-page .list-item-header .actions-cell .action-detail .sprite-icon.icon-pencil, .topic-page .list-item-body .actions-cell .action-detail .sprite-icon.icon-pencil,
                .expert-page .list-item-header .actions-cell .action-detail .sprite-icon.icon-pencil, .expert-page .list-item-body .actions-cell .action-detail .sprite-icon.icon-pencil {
                    background-position: -26px -1px;
                }

                .topic-page .list-item-header .actions-cell .action-detail .sprite-icon.icon-lock, .topic-page .list-item-body .actions-cell .action-detail .sprite-icon.icon-lock,
                .expert-page .list-item-header .actions-cell .action-detail .sprite-icon.icon-lock, .expert-page .list-item-body .actions-cell .action-detail .sprite-icon.icon-lock {
                    background-position: -50px 0;
                }

                .topic-page .list-item-header .actions-cell .action-detail .sprite-icon.icon-config, .topic-page .list-item-body .actions-cell .action-detail .sprite-icon.icon-config,
                .expert-page .list-item-header .actions-cell .action-detail .sprite-icon.icon-config, .expert-page .list-item-body .actions-cell .action-detail .sprite-icon.icon-config {
                    background-position: -74px -1px;
                }

            .topic-page .list-item-header .actions-cell .more-actions-btn, .topic-page .list-item-body .actions-cell .more-actions-btn,
            .expert-page .list-item-header .actions-cell .more-actions-btn, .expert-page .list-item-body .actions-cell .more-actions-btn {
                width: 30px;
                height: 30px;
                border-radius: 100%;
                border: 1px solid #EEF5FF;
                background-color: #eef5ff;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                cursor: pointer;
            }

                .topic-page .list-item-header .actions-cell .more-actions-btn .dot, .topic-page .list-item-body .actions-cell .more-actions-btn .dot,
                .expert-page .list-item-header .actions-cell .more-actions-btn .dot, .expert-page .list-item-body .actions-cell .more-actions-btn .dot {
                    width: 2px;
                    height: 2px;
                    border: 1px solid rgba(102, 102, 102, 0.7);
                    border-radius: 100%;
                    background-color: rgba(102, 102, 102, 0.7);
                    margin-bottom: 2px;
                }

                .topic-page .list-item-header .actions-cell .more-actions-btn .action-detail, .topic-page .list-item-body .actions-cell .more-actions-btn .action-detail,
                .expert-page .list-item-header .actions-cell .more-actions-btn .action-detail, .expert-page .list-item-body .actions-cell .more-actions-btn .action-detail {
                    position: absolute;
                    border: 1px solid #E2E2E2;
                    border-radius: 4px;
                    min-width: 150px;
                    min-height: 75px;
                    right: 10px;
                    top: 40px;
                    background-color: white;
                }

        /* Topic List Page */
        .topic-page .list-item-header .avatar-cell, .topic-page .list-item-body .avatar-cell {
            width: 10%;
        }

        .topic-page .list-item-header .name-cell, .topic-page .list-item-body .name-cell {
            width: 35%;
        }

        .topic-page .list-item-header .priority-cell, .topic-page .list-item-body .priority-cell,
        .topic-page .list-item-header .isactive-cell, .topic-page .list-item-header .isiconactive-cell,
        .topic-page .list-item-body .isactive-cell, .topic-page .list-item-body .isiconactive-cell {
            text-align: center;
        }

        .topic-page .list-item-header .actions-cell .sprite-icon.icon-new,
        .topic-page .list-item-body .actions-cell .sprite-icon.icon-new {
            background-position: 0 -590px;
        }

    .topic-page .popup-content-inner > .cover-container {
        margin-bottom: 20px;
        height: calc((100vw - 60px)/6.25);
        position: relative;
        background-image: url(../images/bg_cover.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        flex-shrink: 0;
    }

        .topic-page .popup-content-inner > .cover-container .media-changecover {
            width: 45px;
            height: 45px;
            color: #fff;
            cursor: pointer;
            font-size: 16px;
            left: 30px;
            position: absolute;
            top: 15px;
            background-color: #f0ad4e;
            border-radius: 50%;
            text-align: center;
            line-height: 45px;
            z-index: 10;
            opacity: .8;
        }

    /**Expert List*/
    .expert-page .list-item-header .avatar-cell,
    .expert-page .list-item-body .avatar-cell {
        width: 10%;
    }

    .expert-page .list-item-header .name-cell,
    .expert-page .list-item-body .name-cell {
        width: 35%;
    }

    .expert-page .list-item-body .jobtitle-cell,
    .expert-page .list-item-body .jobtitle-cell {
        width: 30%;
    }

    .expert-page .list-item-header .actions-cell .sprite-icon.icon-new,
    .expert-page .list-item-body .actions-cell .sprite-icon.icon-new {
        background-position: 0 -590px;
    }

/* end - page topic, expert */

.box-list-pair {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 0px solid #dbdbdb;
    background: #fff;
    border-radius: 3px;
    overflow-y: auto;
    flex-grow: 1;
    position: relative;
    height: 100%;
}

    .box-list-pair .box-list-pair-wrap {
        margin: 0 auto;
    }

    .box-list-pair .scroll-wrapper {
        height: calc(100% - 155px);
        width: 100%;
        overflow-x: hidden;
    }

    .box-list-pair .scroll-wrapper-s2 {
        height: calc(100% - 90px);
        width: 100%;
        overflow-x: hidden;
    }

    .box-list-pair .content-body {
        float: left;
        width: 100%;
        height: 100%;
        padding: 20px;
        min-height: calc(100% - 210px);
    }

    .box-list-pair .box-list-items {
        float: left;
        /*width: calc(50% - 33px);*/
        width: 500px;
        border: 1px solid #bfbfc5;
        border-radius: 2px;
        height: 100%;
        position: relative;
    }

        .box-list-pair .box-list-items .list-header {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            height: 40px;
            align-items: center;
            background: #dedede;
        }

            .box-list-pair .box-list-items .list-header span {
                color: #666;
                display: block;
                font-size: 16px;
                margin-left: 10px;
            }

        .box-list-pair .box-list-items .list-search {
            border-bottom: 1px solid #e0e0e0;
            padding: 10px;
            position: relative;
            height: 50px;
            background: none;
        }

            .box-list-pair .box-list-items .list-search .form-control {
                font-size: 13px;
                border-radius: 1px;
                color: #000;
                height: 28px;
                padding: 0 10px;
            }

                .box-list-pair .box-list-items .list-search .form-control.allow-search {
                    padding: 0;
                }

                    .box-list-pair .box-list-items .list-search .form-control.allow-search .dropdown-menu.show {
                        right: 10px !important;
                        border-radius: 1px;
                        left: auto;
                        max-height: 400px;
                        padding: 3px 0;
                    }

                    .box-list-pair .box-list-items .list-search .form-control.allow-search .dropdown-menu .bootstrap-select {
                        font-size: 13px;
                    }

                        .box-list-pair .box-list-items .list-search .form-control.allow-search .dropdown-menu .bootstrap-select .no-results {
                            font-size: 13px;
                            padding: 3px;
                            background: #f7f7f7;
                            margin: 0 5px;
                            white-space: nowrap;
                        }

                    .box-list-pair .box-list-items .list-search .form-control.allow-search .dropdown-menu li a {
                        font-size: 13px;
                        padding: 5px 10px;
                    }

                        .box-list-pair .box-list-items .list-search .form-control.allow-search .dropdown-menu li a:hover {
                            background: #e7e7e7;
                        }

                    .box-list-pair .box-list-items .list-search .form-control.allow-search .dropdown-toggle {
                        font-size: 13px;
                        border-radius: 1px;
                        color: #000;
                        height: 28px;
                        padding: 3px 10px;
                        border: 1px solid #ccc;
                        background: #fff;
                        outline: none !important;
                        box-shadow: none !important;
                    }

            .box-list-pair .box-list-items .list-search .search-box {
                float: left;
                /*overflow: hidden;*/
                position: relative;
                width: 45%;
            }

                .box-list-pair .box-list-items .list-search .search-box .input-group {
                    height: 28px;
                    flex-wrap: nowrap;
                }

                .box-list-pair .box-list-items .list-search .search-box input {
                    border-radius: 1px;
                    height: 28px;
                    box-shadow: none;
                    font-size: 13px;
                }

                    .box-list-pair .box-list-items .list-search .search-box input:focus, .box-list-pair .box-list-items .list-search .search-box input:active {
                        box-shadow: none;
                    }

                .box-list-pair .box-list-items .list-search .search-box button {
                    box-shadow: none;
                    border-radius: 1px;
                    color: #666;
                    border: 1px solid #dedede;
                    text-align: center;
                    padding: 5px 10px;
                    height: 28px;
                    margin: 0;
                }

                    .box-list-pair .box-list-items .list-search .search-box button:hover {
                        color: #000;
                        background: #dedede;
                    }

                    .box-list-pair .box-list-items .list-search .search-box button:focus, .box-list-pair .box-list-items .list-search .search-box button:active {
                        box-shadow: none;
                    }

            .box-list-pair .box-list-items .list-search .list-zones {
                float: right;
                width: 45%;
            }

        .box-list-pair .box-list-items .pager {
            border-bottom: 0px solid #e0e0e0;
            border-top: 1px solid #e0e0e0;
            float: left;
            width: 100%;
            height: 47px;
            background: #f8f8f8;
            padding-top: 12px;
            padding-right: 10px;
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
            position: relative;
        }

        .box-list-pair .box-list-items .notification {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            background: #f8f8f8;
            height: 50px;
            align-items: center;
            white-space: normal;
            padding: 0 10px;
            color: #087ecd;
            font-weight: bold;
            border: none;
            border-top: 1px solid #e0e0e0;
        }

        .box-list-pair .box-list-items .button-save {
            position: absolute;
            right: 5px;
        }

        .box-list-pair .box-list-items .btn-default {
            margin: 0;
            box-shadow: none;
            font-size: 13px;
            padding: 0 10px;
        }

    .box-list-pair .box-list-arrow {
        width: 66px;
        float: left;
        margin-top: 170px;
        padding: 0 5px;
        text-align: center;
    }

        .box-list-pair .box-list-arrow button {
            outline: none;
            width: 90%;
            height: 50px;
            border: 0;
            background: none;
            font-size: 34px;
            margin: 0 0 15px;
            border-bottom: 1px solid #e0e0e0;
            background: -webkit-linear-gradient(#E7E7E7, #efefef);
            background: -o-linear-gradient(#E7E7E7, #efefef);
            background: -moz-linear-gradient(#E7E7E7, #efefef);
            background: linear-gradient(#E7E7E7, #efefef);
            box-shadow: 0px 1px 1px #a79090;
        }

            .box-list-pair .box-list-arrow button:last-child {
                border: 0;
            }

            .box-list-pair .box-list-arrow button.disabled {
                opacity: .4;
                cursor: default;
            }

            .box-list-pair .box-list-arrow button:active {
                font-size: 30px;
                background: #e2e2e2;
            }

    .box-list-pair .list-container {
        height: calc(100% - 140px);
    }

    .box-list-pair .box-pager {
        height: 50px;
        background: #f8f8f8;
        margin: 0;
        padding: 0 15px 0 0;
        border-top: 1px solid #e0e0e0;
    }

    .box-list-pair .news-list-body {
        width: 100%;
        overflow-x: hidden;
    }

    .box-list-pair .news-list-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        background: #f8f8f8;
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
        color: #666;
        position: relative;
        min-width: 270px;
    }

        .box-list-pair .news-list-item .postitem-icon {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            margin: 0 0px 0 10px;
            align-items: center;
            flex: none;
        }

        .box-list-pair .news-list-item .sprite-list {
            margin-right: 5px;
            opacity: .7;
            display: inline-block;
            width: 13px;
            height: 16px;
            background: transparent url(../images/sprite-list.png) 0 0 no-repeat;
        }

            .box-list-pair .news-list-item .sprite-list.ico-processingpost {
                background: none;
                font-size: 15px;
                color: #777;
                display: inline-block;
            }

                .box-list-pair .news-list-item .sprite-list.ico-processingpost::before {
                    content: "\f07b";
                }

            .box-list-pair .news-list-item .sprite-list.ico-releasedpost {
                background-position: 0 -77px;
            }

            .box-list-pair .news-list-item .sprite-list.ico-receivedreleasepost {
                background-position: 0 -58px;
            }

            .box-list-pair .news-list-item .sprite-list.ico-waitingreleasepost {
                background-position: 0 -26px;
            }

            .box-list-pair .news-list-item .sprite-list.ico-receivededitpost, .box-list-pair .news-list-item .sprite-list.ico-receivededitingpost {
                background-position: 0 -41px;
            }

            .box-list-pair .news-list-item .sprite-list.ico-waitingeditpost, .box-list-pair .news-list-item .sprite-list.ico-waitingeditingpost {
                background-position: 0 -12px;
            }

            .box-list-pair .news-list-item .sprite-list.ico-temppost {
                background-position: 0 3px;
            }

            .box-list-pair .news-list-item .sprite-list.ico-returnpost, .box-list-pair .news-list-item .sprite-list.ico-myreturnpost {
                background-position: 0 -93px;
            }

            .box-list-pair .news-list-item .sprite-list.ico-takendownpost {
                background-position: -1px -123px;
            }

            .box-list-pair .news-list-item .sprite-list.ico-removedpost {
                background-position: 0 -137px;
            }

        .box-list-pair .news-list-item:active, .box-list-pair .news-list-item.grabbing {
            cursor: -webkit-grabbing;
            cursor: grabbing;
        }

        .box-list-pair .news-list-item.selectedItem::before {
            position: absolute;
            transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            width: 15px;
            height: 9px;
            border-width: medium medium 3px 3px;
            border-style: none none solid solid;
            border-color: #2ECC71;
            border-image: none;
            background: none repeat scroll 0% 0% rgba(194, 35, 35, 0);
            content: "";
            right: 10px;
            top: 30%;
        }

        .box-list-pair .news-list-item.red-color {
            background: rgba(235, 87, 87, 0.05);
        }

            .box-list-pair .news-list-item.red-color:nth-child(2n+1) {
                background: rgba(235, 87, 87, 0.05);
            }

            .box-list-pair .news-list-item.red-color .info {
                color: #EB5757;
            }

        .box-list-pair .news-list-item.new::before {
            position: absolute;
            width: 5px;
            height: 5px;
            background: #2ECC71;
            content: "";
            right: 10px;
            top: 30%;
            border-radius: 100%;
        }

        .box-list-pair .news-list-item:nth-child(2n+1) {
            background: #fff;
        }

        .box-list-pair .news-list-item .img-viewer {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            width: 60px;
            align-items: center;
        }

            .box-list-pair .news-list-item .img-viewer img {
                display: inline-block;
                height: 30px;
                margin: 0 0px 0px 10px;
                width: 40px;
                border-radius: 3px;
            }

        .box-list-pair .news-list-item .info {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
            width: 100%;
        }

            .box-list-pair .news-list-item .info .title {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                display: block;
                padding-left: 10px;
                padding-right: 30px;
                width: unset;
                line-height: 1.7;
                font-weight: bold;
            }

            .box-list-pair .news-list-item .info .content-item {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                display: block;
                width: 100%;
                padding-left: 10px;
                width: unset;
                height: 45px;
                line-height: 45px;
                font-weight: bold;
                padding-right: 30px;
            }

        .box-list-pair .news-list-item .publish-info {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            clear: both;
            line-height: 20px;
            padding: 0 10px;
            font-size: 12px;
            color: #a9a9a9;
        }

            .box-list-pair .news-list-item .publish-info span {
                width: unset;
            }

            .box-list-pair .news-list-item .publish-info i {
                margin-right: 5px;
                padding: 3px;
            }

            .box-list-pair .news-list-item .publish-info .publish-viewcount {
                display: inline-block;
                margin-right: 15px;
            }

        .box-list-pair .news-list-item input[type="checkbox"] {
            display: none;
        }

        .box-list-pair .news-list-item .label-item {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            cursor: pointer;
            padding: 5px 0;
            width: 100%;
        }

        .box-list-pair .news-list-item input:checked ~ label {
            background-color: #e0efef;
        }
/** Begin - Other CSS */
.zone-page .edit-item .form-group .dropdown-zone-search label {
    text-align: left;
    margin-top: 0;
}
/** End - Other CSS*/
/* Begin - newslog page */
.logs-page .item .html-content {
    line-height: 20px;
    flex-grow: 1;
}

    .logs-page .item .html-content span.cms_bm_account_name {
        font-weight: bold;
    }

    .logs-page .item .html-content a {
        font-weight: bold;
    }

.logs-page .item .log-time {
    width: 180px;
    flex-shrink: 0;
    text-align: center;
}

    .logs-page .item .log-time > .string {
        color: #087ecd;
        margin-bottom: 5px;
    }

    .logs-page .item .log-time > .time {
        font-size: 12px;
    }
/* end - newslog page */
/** Begin - News History */
.news-history-modal .timeline {
    background: #fff;
    padding: 20px 0;
    position: relative;
    box-shadow: 0.5rem 0.5rem 2rem 0 rgb(0 0 0 / 20%);
    width: 900px;
    margin: auto;
    margin-top: 0;
    /* min-height: 400px; */
    height: 100%;
    display: flex;
    flex-direction: row;
}

    .news-history-modal .timeline .left {
        flex: none;
        width: 25%;
        padding: 0 15px;
        overflow: auto;
    }

    .news-history-modal .timeline .right {
        flex-grow: 1;
        padding: 0 15px;
        overflow: auto;
    }

        .news-history-modal .timeline .left .left-title, .news-history-modal .timeline .right .right-title {
            font-weight: bold;
            font-size: 16px;
            padding: 10px 0;
        }

    .news-history-modal .timeline .left .entry {
        padding: 10px;
        border: 1px solid #ccc;
        position: relative;
        margin-right: 10px;
        background-color: #f7f7f7;
    }

        .news-history-modal .timeline .left .entry .icon-arrow {
            position: absolute;
            top: -24px;
            left: 48%;
            font-size: 16px;
            color: #8f8f8f;
        }

        .news-history-modal .timeline .left .entry:not(:last-child) {
            margin-bottom: 30px;
        }

        .news-history-modal .timeline .left .entry p {
            line-height: 18px;
            word-wrap: break-word;
        }

    .news-history-modal .timeline .right .right-head {
        width: 100%;
        display: flex;
        align-items: center;
        line-height: 16px;
    }

    .news-history-modal .timeline .right .head {
        font-weight: bold;
        text-align: center;
        font-size: 15px;
        line-height: 20px;
    }

        .news-history-modal .timeline .right .head:nth-child(2n), .news-history-modal .timeline .right .right-head:nth-child(2n) {
            background-color: #f7f7f7;
        }

    .news-history-modal .timeline .right .right-head .cl1, .news-history-modal .timeline .right .right-head .cl2, .news-history-modal .timeline .right .right-head .cl3 {
        padding: 5px;
        float: left;
        word-break: break-word;
        line-height: 18px;
    }

    .news-history-modal .timeline .right .right-head .cl1 {
        width: 25%;
        text-align: center;
    }

    .news-history-modal .timeline .right .right-head .cl2 {
        width: 25%;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .news-history-modal .timeline .right .right-head .cl3 {
        width: 50%;
    }

        .news-history-modal .timeline .right .right-head .cl3 span.cms_bm_account_name {
            font-weight: bold;
        }
/**End - News History*/
/**Begin - Tab style*/
.topic-page .rz-tabview-nav, .tag-page .rz-tabview-nav {
    position: absolute;
    top: 13px;
    left: 40%;
}
/**End - Tab style*/
.topic-page .tox .tox-toolbar, .tag-page .tox .tox-toolbar {
    justify-content: flex-start;
}

.topic-page .editor-wrap .editor-content, .tag-page .editor-wrap .editor-content {
    padding: 20px;
    overflow-y: scroll;
    height: 70px;
}

.topic-page .cms-form-wrap, .tag-page .cms-form-wrap {
    width: 940px;
}
/**Begin - Dashboard*/
/*widget-box-dashboard*/
.dashboard-page .widget-box-dashboard .hot-tags {
    display: inline-block;
    width: 100%;
    height: 350px;
    overflow-x: auto;
}

    .dashboard-page .widget-box-dashboard .hot-tags .tag-item {
        color: #666;
        line-height: 21px;
        margin: 15px 0;
        display: flex;
        float: left;
        width: 49%;
        max-width: 50%;
        align-items: center;
    }

        .dashboard-page .widget-box-dashboard .hot-tags .tag-item .counter {
            justify-content: flex-end;
            background: #f4f9fd;
            padding: 2px 6px;
            font-weight: bold;
            color: #87a4bc;
            border: 1px solid #d0dae3;
            border-radius: 17px;
            min-width: 75px;
            margin-right: 5px;
            text-align: center;
        }

        .dashboard-page .widget-box-dashboard .hot-tags .tag-item .name {
            flex-grow: 1;
            color: #666666;
        }
/**hot-news*/
.dashboard-page .widget-box-dashboard .hot-news {
    height: 350px;
    overflow-x: auto;
    color: #666666;
    font-family: Arial, sans-serif;
    line-height: 21px;
    align-items: center;
}

    .dashboard-page .widget-box-dashboard .hot-news .news-item {
        color: #666666;
        font-size: 12px;
        font-family: Arial, sans-serif;
        line-height: 21px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

        .dashboard-page .widget-box-dashboard .hot-news .news-item .info-wrapper {
            display: flex;
            flex-grow: 1;
        }

        .dashboard-page .widget-box-dashboard .hot-news .news-item .avatar {
            width: 63px;
            flex: none;
            display: block;
            background: #ececec;
        }

        .dashboard-page .widget-box-dashboard .hot-news .news-item .info {
            flex-direction: column;
            margin-left: 15px;
            display: flex;
            justify-content: space-between;
        }

        .dashboard-page .widget-box-dashboard .hot-news .news-item .title {
            color: #666666;
            font-size: 14px;
            font-weight: 700;
            line-height: 18px;
            margin-bottom: 5px;
            text-align: justify;
            cursor: pointer;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .dashboard-page .widget-box-dashboard .hot-news .news-item .date {
            color: #909090;
            white-space: nowrap;
            margin-left: 15px;
            text-align: center;
        }

        .dashboard-page .widget-box-dashboard .hot-news .news-item .statistic {
            color: #727272;
            white-space: nowrap;
            margin-left: 15px;
        }

.dashboard-page .widget-box-dashboard .list-news {
    max-height: 300px;
    overflow-x: auto;
}

    .dashboard-page .widget-box-dashboard .list-news .news-item {
        color: #666666;
        font-size: 12px;
        line-height: 21px;
        font-family: Arial, sans-serif;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

        .dashboard-page .widget-box-dashboard .list-news .news-item .info-wrapper {
            display: flex;
            width: 45%;
            flex-grow: 1;
        }

        .dashboard-page .widget-box-dashboard .list-news .news-item .avatar {
            width: 63px;
            flex: none;
            display: block;
            background: #ececec;
        }

        .dashboard-page .widget-box-dashboard .list-news .news-item .info {
            flex-grow: 1;
            flex-direction: column;
            margin-left: 15px;
            display: flex;
            justify-content: space-between;
        }

        .dashboard-page .widget-box-dashboard .list-news .news-item .title {
            color: #666666;
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            line-height: 21px;
            margin-bottom: 5px;
        }

        .dashboard-page .widget-box-dashboard .list-news .news-item .author-info {
            color: #9a9a9a;
            font-size: 12px;
        }

        .dashboard-page .widget-box-dashboard .list-news .news-item .date {
            color: #909090;
            white-space: nowrap;
            margin-left: 29px;
            text-align: center;
        }

        .dashboard-page .widget-box-dashboard .list-news .news-item .zone {
            font-size: 13px;
            color: #2ea2c7;
            white-space: nowrap;
            margin-left: 29px;
            text-align: center;
            width: 170px;
        }
/*statistic-box*/
.dashboard-page .statistic-yield-box {
    font-size: 15px;
    color: #666666;
    width: 49%;
    float: left;
}

    .dashboard-page .statistic-yield-box .box-info {
        margin-bottom: 15px;
        border: 1px solid #b7c9d7;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        width: max-content;
        background: #f4f9fd;
        font-family: Arial;
    }

    .dashboard-page .statistic-yield-box ul > li:first-child {
        width: 140px;
    }

    .dashboard-page .statistic-yield-box ul > li {
        display: inline-block;
        vertical-align: top;
        min-width: 95px;
        line-height: 25px;
    }

    .dashboard-page .statistic-yield-box .box-title {
        font-weight: 600;
        line-height: 50px;
        text-transform: uppercase;
    }

    .dashboard-page .statistic-yield-box ul > li > div {
        border-right: 1px solid #b7c9d7;
        height: 50px;
    }

    .dashboard-page .statistic-yield-box ul > li:last-child > div {
        border-right: none;
    }

    .dashboard-page .statistic-yield-box .row-info {
        display: block;
        margin: 7px 0;
        padding: 0px 6px;
    }

        .dashboard-page .statistic-yield-box .row-info > label, .statistic-yield-box .row-info > div {
            display: block;
            text-align: center;
        }
/**End - Dashboard*/
/** Begin Form UpdateNewsExpert - 20211204 */
.box-list-embed-page .btn-add-related {
    width: 33px;
    height: 32px;
    border: solid 1px #dfdfdf;
    background: #f9f9f9;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    position: relative;
    cursor: pointer;
}

.expert-modal-box {
    z-index: 998 !important;
}

.expert-modal-box-child {
    z-index: 999 !important;
}

.expert-modal-box .box-expert-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0px;
    box-sizing: border-box;
    height: calc(100% - 60px);
    position: relative;
    flex-grow: 1;
    overflow-y: auto;
    width: 100%;
    flex-direction: column;
}

.expert-modal-box .list-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 40px;
    align-items: center;
    background: #dedede;
    margin: 0;
    justify-content: center;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.expert-modal-box .cms-modal-wrapper {
    height: 92%;
    background: #ffffff;
}

.expert-modal-box .custom {
    width: 700px !important;
    height: 350px !important;
}

.expert-modal-box .news-list-body-custom {
    padding: 10px 20px;
}

    .expert-modal-box .news-list-body-custom .item-news {
        cursor: pointer;
        color: #064bbb;
    }

.expert-modal-box .news-list-body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.expert-modal-box .news-list-item input[type="checkbox"] {
    display: none;
}

.expert-modal-box .news-list-item:nth-child(2n + 1) {
    background: #ffffff;
}

.expert-modal-box .news-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #f8f8f8;
    flex-direction: column;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

    .expert-modal-box .news-list-item input:checked ~ label::before {
        position: absolute;
        transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        width: 15px;
        height: 9px;
        border-width: medium medium 3px 3px;
        border-style: none none solid solid;
        border-color: #2ecc71;
        border-image: none;
        background: none repeat scroll 0% 0% rgba(194, 35, 35, 0);
        content: "";
        right: 10px;
        top: 30%;
    }

    .expert-modal-box .news-list-item .label-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        cursor: pointer;
        padding: 10px;
        align-items: center;
        width: 100%;
    }

    .expert-modal-box .news-list-item .img-viewer {
        width: 90px;
        display: inline-block;
        margin: 0 10px;
    }

    .expert-modal-box .news-list-item .info {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        width: 100%;
    }

        .expert-modal-box .news-list-item .info .title {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
            padding-left: 10px;
            padding-right: 30px;
            width: unset;
            line-height: 1.7;
            font-weight: bold;
        }

.expert-modal-box .footer-btn-news-relation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.expert-modal-box .box-expert-form .list-search {
    height: auto !important;
}

.expert-modal-box .list-search {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px;
    position: relative;
    background: #f2f2f2;
}

    .expert-modal-box .list-search .search-form {
        display: block;
        border: 0;
        padding: 0;
        background: transparent;
    }

.expert-modal-box .cms-modal-wrapper .btn-close {
    position: absolute;
    right: 5px;
    top: 4px;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/close-icon.png) no-repeat center center transparent;
    cursor: pointer;
    opacity: 0.8;
    text-indent: -9999px;
    transition: all 0.2s ease;
}

.expert-modal-box .box-pager {
    margin: 0;
    line-height: 50px;
    padding: 0 10px;
    background: #f2f2f2;
    border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 1279px) {
    .expert-modal-box .cms-modal-wrapper {
        width: 80%;
    }
}
/** End Form UpdateNewsExpert - 20211204 */
