﻿.calc-input-group-select {
    width: 100%;
    max-width: max-content !important;
}

.group-select-full {
    width: auto;
    min-width: 100px;
    max-width: 100%;
    box-sizing: border-box;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.combined-action-group {
    margin-left: 0px;
}

.group-label {
    width: 60px;
}
