.toolbar.is-shown + .properties-bar + .actions-bar.is-shown {
    left: 3rem;
}

.toolbar + .properties-bar.is-shown + .actions-bar.is-shown {
    left: 20rem;
}

.toolbar.is-shown + .properties-bar.is-shown + .actions-bar.is-shown {
    left: 23rem;
}

.actions-bar > .content {
    height: calc(100% - 4rem);
    min-height: calc(100% - 4rem);
}

.actions-bar .action > .title > .buttons {
    margin: 0;
}

.actions-bar .action > .title > .buttons > * {
    font-size: 1rem;
    cursor: pointer;
}

.actions-bar .action > .title > .buttons > * + * {
    margin-left: 0.25rem;
}

.actions-bar .action-parameters.title-only {
    border: 0;
}

.actions-bar .action-parameters > .title {
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.6rem;
    letter-spacing: 0.05rem;
}

.actions-bar [name=periodBeginComponentId],
.actions-bar [name=periodEndComponentId],
.actions-bar [name=slaveComponentId] {
    text-align: right;
}

.actions-bar .action .title .id {
    font-size: 0.75rem;
    padding: 0.125rem 0.5em;
    border-radius: 0.25rem;
    display: inline-block;
    opacity: 0.75;
    margin-left: 0.25rem;
}

.actions-bar .action .title .id:before {
    content: '#';
    display: inline;
}

/* .actions-bar label select {
    max-width: 50%;
} */

.actions-bar .slave-component span {
    width: 30%;
}

.actions-bar select.pickScheme {
    max-width: 60%;
}

.actions-bar select.pickConfiguration {
    max-width: 60%;
}

.actions-bar .subdivision > .subdivision.action-parameters {
    margin-top: 0;
}

.actions-bar .action-parameters > .title {
    justify-content: start;
}

.actions-bar .action-parameters > .title:before {
    content: 'Действие:';
    display: inline-block;
    margin-right: 0.5rem;
}

.actions-bar .subdivision > .subdivision.event-parameters {
    margin-bottom: 0;
}

.actions-bar .event-parameters > .title {
    justify-content: start;
}

.actions-bar .event-parameters.title-only {
    border: 0;
}

.actions-bar .event-parameters > .title:before {
    content: 'Событие:';
    display: inline-block;
    margin-right: 0.5rem;
}

.actions-bar .event-parameters select {
    max-width: 50%;
}

.actions-bar select.pickUserGroup {
    max-width: 60%;
}
