﻿/*==================== Variables ====================*/
:root {
    --horizontal-control-padding-y: 8px;
    --input-height: 26px;
}


.toolbar-layout {
    background: #fff;
    padding: var(--horizontal-control-padding-y) 12px;
    position: relative;
}

.flex {
    display: flex;
}

.flex-grow {
    flex-grow: 1;
    gap: 1rem;
}

.inline {
    display: flex;
}

.arrow-all {
    display: inline-block;
    padding: 4px 12px 0px 0px;
}

.filter-item {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    color: #0075c0;
    padding-right: 20px;
    white-space: normal;
    line-height: 20px;
}

.ultility-buttons {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
/*
.list-button {
    padding: 0 6px;
}*/

.refresh-button .e-btn {
    border: none;
}

    .refresh-button .e-btn:hover {
        color: #7A7A73;
        border: none;
    }

    .refresh-button .e-btn:active {
        color: black;
        background-color: transparent;
    }

.setting-button .e-btn {
    border: none;
}

    .setting-button .e-btn:hover {
        color: #7A7A73;
        border: none;
    }

    .setting-button .e-btn:active {
        color: black;
        background-color: transparent;
    }
