.command-header, .command-footer {
    display: flex;
    justify-content: space-between;
}

.command-results {
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.command-results-details {
    display: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d8e2e7;
}

.details-successes {
    text-align: center;
}

.command-footer, .details-failures {
    margin-top: 10px;
}

.details-failures .details-info {
    text-align: center;
    font-size: .8rem;
    margin-bottom: 12px;
}

.details-link .fm-icon {
    font-size: 10px;
    vertical-align: bottom;
}

.command-remove {
    cursor: pointer;
    font-size: 10px;
}

.details-failure-info {
    padding-bottom: 10px;
}

#dd-commands.header-alarm.active:not(.cleared):after {
    background: #47d477;
}

.remote-commands-delete-all {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.remote-commands-delete-all .fm-icon {
    font-size: 10px;
    margin-right: 5px;
}

.remote-commands-wrapper {
    max-height: 400px;
    overflow: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.command-header-right {
    text-align: right;
}

.remote-commands-loading {
    border-top: 1px solid #d8e2e7;
    font-size: 30px;
    text-align: center;
    padding-top: 15px;
}

.manage-command-group-details .command-group-commands,
.manage-command-group-details .command-group-approvals {
    text-align: left;
    font-size: 15px;
}

.manage-command-group-details .command-group-details-header {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
}

.manage-command-group-details .approval-section-header {
    margin-top: 15px;
    text-align: left;
}
