﻿:root {
    --sidebar-menu-tab-textcolor: white;
    --sidebar-menu-background: #0078d4;
    --border-color: #eaeaea;
}

.e-add-icon:before {
    content: "\e7d5"
}

.e-changes-accept-icon:before {
    content: "\e19f"
}

.e-check-box-2-icon:before {
    content: "\e90b"
}

.e-delete-icon:before {
    content: "\e965"
}

.e-download-icon:before {
    content: "\ebe4"
}

.e-export-icon:before {
    content: "\e710"
}

.e-filter-icon:before {
    content: "\e21c"
}

.e-group-icon:before {
    content: "\e740"
}

.e-lock-icon:before {
    content: "\eb7d"
}

.e-new-icon:before {
    content: "\e7d5";
    font-family: e-icons;
}

.e-menu-icon:before {
    content: "\e94c";
    font-family: e-icons;
}

.e-more-horizontal-1-icon:before {
    content: "\eb04"
}

.e-more-horizontal-2-icon:before {
    content: "\e615"
}

.e-print-icon:before {
    /* content: "\e7df"*/
    content: "\ebf9"
}

.e-refresh-icon:before {
    content: "\e218"
}

.e-repeat-icon:before {
    content: "\e309"
}

.e-save-icon:before {
    content: "\e954"
}

.e-settings-icon:before {
    content: "\e679"
}

.e-send-1-icon:before {
    content: "\e816"
}

.e-timeline-month-icon:before {
    content: "\ea90"
}

.e-toolbar {
    margin-bottom: 10px !important;
    border: none !important;
    border-bottom: 1px solid var(--border-color, #f4f4f4) !important;
}

.tb-icons {
    margin-left: 0px !important;
}
