/* body:not(.has-administrator-role) .body-sidebar {
    display: none !important;
} */

/* body:not(.has-administrator-role) .layout-main-section {
    width: 100% !important;
    padding: 0 !important;
}

body:not(.has-administrator-role) .layout-main {
    margin-left: 0 !important;
}  */

/* .list-row-col.ellipsis.list-subject.level {
    display: none;
} */
/*
.standard-actions.flex .menu-btn-group button {
    display: none !important;
}

.standard-actions.flex button.btn.btn-primary.btn-sm.primary-action {
    display: none !important;
}

.editable-form .standard-actions.flex button.btn.btn-primary.btn-sm.primary-action {
    display: unset !important;
}

header li.nav-item.dropdown.dropdown-help.dropdown-mobile.d-none.d-lg-block {
    display: none !important;
}
*/

button.btn.btn-xs.btn-secondary.grid-add-row {
    background: green;
    color: white;
    padding: 5px 30px;
    font-weight: bold;
    text-transform: uppercase;
}

button.btn.btn-default.btn-sm.btn-attach.input-sm,
button.btn.btn-default.btn-sm.btn-attach {
    background: green;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

span.comment-count.d-flex.align-items-center svg.es-icon.es-line.icon-sm {
    fill: red;
}
span.comment-count.d-flex.align-items-center svg.es-icon.es-line.icon-sm {
    fill: red;
}
.standard-filter-section.flex .form-group {
    display: none;
}
