

/*=========================================== Flat Buttons ===================================================*/
.x-btn-wrap-default-small.x-btn-arrow-right:after
{
    background-image: unset;
    padding-right: unset;
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    content: "\f107";
    color: #eee;
}

.x-btn-wrap-default-small.x-btn-split-right:after {
    background-image: unset;
    padding-right: unset;
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    content: "\f107";
    color: #eee;
    border-left: 1px solid #eee;
}

.flat {
    border-color: #d8d8d8;
    background-color: #f5f5f5;
    color: #000000;
}

    .flat .x-btn-inner-default-small {
        color: #666;
    }

    .flat .x-btn-icon-el-default-small {
        color: #157fcc;
    }

    .flat > .x-btn-wrap-default-small.x-btn-split-right:after {
        color: #aaa;
        border-left: 1px solid #bbb;
    }

    .flat.x-btn-focus.x-btn-default-small {
        background-color: #d8d8d8 !important;
        -webkit-box-shadow: #f5f5f5 0 1px 0px 0 inset, #f5f5f5 0 -1px 0px 0 inset, #f5f5f5 -1px 0 0px 0 inset, #f5f5f5 1px 0 0px 0 inset;
        -moz-box-shadow: #f5f5f5 0 1px 0px 0 inset, #f5f5f5 0 -1px 0px 0 inset, #f5f5f5 -1px 0 0px 0 inset, #f5f5f5 1px 0 0px 0 inset;
        box-shadow: #f5f5f5 0 1px 0px 0 inset, #f5f5f5 0 -1px 0px 0 inset, #f5f5f5 -1px 0 0px 0 inset, #f5f5f5 1px 0 0px 0 inset;
    }

    .flat.x-btn-focus.x-btn-over.x-btn-default-small,
    flat.x-btn-focus.x-btn-pressed.x-btn-default-small {
        background-color: #d8d8d8 !important;
        -webkit-box-shadow: #f5f5f5 0 1px 0px 0 inset, #f5f5f5 0 -1px 0px 0 inset, #f5f5f5 -1px 0 0px 0 inset, #f5f5f5 1px 0 0px 0 inset;
        -moz-box-shadow: #f5f5f5 0 1px 0px 0 inset, #f5f5f5 0 -1px 0px 0 inset, #f5f5f5 -1px 0 0px 0 inset, #f5f5f5 1px 0 0px 0 inset;
        box-shadow: #f5f5f5 0 1px 0px 0 inset, #f5f5f5 0 -1px 0px 0 inset, #f5f5f5 -1px 0 0px 0 inset, #f5f5f5 1px 0 0px 0 inset;
        border-color: #bbb;
    }

    .flat.x-btn.x-btn-menu-active.x-btn-default-small, .flat.x-btn.x-btn-pressed.x-btn-default-small {
        border-color: #bbb;
        background-color: #d8d8d8;
    }

    .flat:hover {
        border-color: #cfcfcf;
        background-color: #ebebeb;
    }

    .flat > .x-btn-wrap-default-small.x-btn-arrow-right:after {
        color: #999;
    }

    .flat.x-btn.x-btn-disabled.x-btn-default-small {
        background-image: none;
        background-color: #ffffff;
    }

.x-menu-item-icon-default {
    color: #157fcc;
}

.x-menu-item-text-default {
    color: #666;
}

/*=========================================== Tab Panel ===================================================*/
.x-tab-default .x-tab-close-btn {
    background: none !important;
}

.x-tab-close-btn::before {
    content: "\f00d";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    font-size: 12px;
    color: #999;
    line-height: 12px;
    text-align: center;
}

.x-tab-close-btn-over::before {
    color: #666;
    font-size: 14px;
}

.x-tab-active > .x-tab-close-btn::before {
    content: "\f00d";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    font-size: 12px;
    color: #eee;
    line-height: 12px;
    text-align: center;
}

.x-tab-active > .x-tab-close-btn-over::before {
    color: #ddd;
    font-size: 14px;
}

.x-tab-default {
    border-color: #ddd;
}

/*=========================================== Grid Panel ===================================================*/

.x-grid-group-title {
    background: none !important;
    padding: 0 !important;
}

.x-grid-group-hd-collapsed > .x-group-hd-container > .x-grid-group-hd-collapsible > .x-grid-group-title::before {
    content: "\f0fe";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400; /* or 900 for solid */
    font-size: 14px;
    color: #999;
    line-height: 12px;
    text-align: center;
    padding-right: 5px;
}

.x-grid-group-title::before {
    content: "\f146";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400; /* or 900 for solid */
    font-size: 14px;
    color: #999;
    line-height: 12px;
    text-align: center;
    padding-right: 5px;
}

.x-action-col-icon {
    color: #666;
}

.x-grid-checkcolumn:after {
    background-image: none !important;
    content: "\f0c8";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    font-size: 16px;
    color: #999;
    line-height: 12px;
}

.x-grid-checkcolumn-checked:after {
    content: "\f14a";
}


/*=========================================== Panel ===================================================*/

    .x-tool-img {
        background-image: none !important;
    }

        .x-tool-img::before {
            font-family: "Font Awesome 7 Pro";
            font-weight: 400;
            font-size: 14px;
            color: #cccccc;
            line-height: 12px;
            text-align: center;
            padding-right: 5px;
        }

    .x-tool-over > .x-tool-img::before {
        color: #999;
    }

    .x-tool-maximize::before {
        content: "\f31e";
    }

    .x-tool-close::before {
        content: "\f00d";
    }

    .x-tool-restore::before {
        content: "\f2d2";
    }

    .x-tool-minimize::before {
        content: "\f78c";
    }

    .x-tool-gear::before {
        content: "\f013";
    }

    .x-tool-prev::before {
        content: "\f104";
    }

    .x-tool-next::before {
        content: "\f105";
    }

    .x-tool-pin::before {
        content: "\f08d";
    }

    .x-tool-unpin::before {
        content: "\e68f";
    }

    .x-tool-right::before {
        content: "\f105";
    }

    .x-tool-left::before {
        content: "\f104";
    }

    .x-tool-down::before {
        content: "\f107";
    }

    .x-tool-up::before {
        content: "\f106";
    }

    .x-tool-plus::before {
        content: "\f2f1";
    }

    .x-tool-minus::before {
        content: "\f068";
    }

    .x-tool-search::before {
        content: "\f002";
    }

    .x-tool-save::before {
        content: "\f00c";
    }

    .x-tool-help::before {
        content: "\f059";
    }

    .x-tool-print::before {
        content: "\f02f";
    }
    /*============================================= Custom Colors================================================*/
    .c-red {
        color: #ff4060 !important;
    }

    .c-green {
        color: #408060 !important;
    }

    .c-blue {
        color: #157fcc !important;
    }