.toolbar-icon-system-admin-tools:before {
    background-image: url("../images/icons/tools-cross.svg");
}
form[id*='staff-commands'] {
    width: 840px;
    height: 100%;
    white-space: nowrap;
    overflow-x: auto;
}
form[id*='staff-commands'] > hr {
    border: 1px solid green;
}
input[id*='staff-submit'] {
    border-color: #1e5c90;
    background-color: #0071b8;
    background-image: linear-gradient(to bottom, #007bc6, #0071b8);
    text-shadow: 0 1px hsl(0deg 0% 0% / 50%);
    color: #fff;
}
.staff-command-row {
    width: 100%;
    text-align: right;
    height: auto;
    white-space: nowrap !important;
    overflow-x: auto;
}
.staff-configure-command-item {
    display: inline-flex;
    width: auto;
    height: auto;
    margin: 10px;
}
.staff-command-button-item {
    display: inline-flex;
    margin-right: 30px;
    height: auto;
}
.staff-actual-command-item {
    display: inline-flex;
    margin-right: 30px;
    height: auto;
}
.staff-command-position-item > input {
    display: inline-flex;
}
.staff-command-button-item > input {
    display: inline-flex;
}
.staff-actual-command-item > input {
    display: inline-flex;
}
