.mark-cell,
.log-cell,
.detail-view td {
    word-break: break-all;
}

.egais-tooltip {
    position: absolute;
    background-color: #fdfdfd;
    border: 1px solid #b8b8b8;
    box-shadow: 0 0 5px #b8b8b8;
    padding: .5em 1em;
    z-index: 1;
}

.egais-tooltip ul {
    margin: 0;
}

.egais-tooltip li {
    list-style-type: square;
}


.switcher {
    cursor: pointer;
}

.switcher::after {
    font-family: "FontAwesome";
    font-weight: 900;
    vertical-align: middle;
    margin-left: .5rem;
}

.switcher.collapsed::after {
    content: "\f105";
}

.switcher.opened::after {
    content: "\f107"
}

.flexed {
    display: flex;
    gap: 5px;
    align-items: center;
}

.flexed .form-group {
    margin: 0;
    padding: 0;
}

.flexed select {
    width: auto;
}

.flexed > label {
    margin: 0;
    white-space: nowrap;
    display: block;
}

.flexed > label::after {
    content: ":";
}

.page-size {
    display: flex;
    gap: .5em;
    margin: .5em 0;
}

.page-size > label::after {
    content: ":";
}

.comment-from-xml {
    font-weight: bolder;
    word-break: break-all;
}

.comment-from-xml-wrapper {
    align-items: flex-start;
    margin-bottom: .5em;
    padding: 0.5em;
    background-color: antiquewhite;
}

.cheque-ingredients:not(:last-child) {
    margin-bottom: 2em;
}

.cheque-ingredients table {
    margin-bottom: 5px;
}

.button-list {
    margin-bottom: 1em;
}

.id a {
    width: 6em;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.above-table-actions,
.view-actions {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
}

.above-table-actions > .buttons-right {
    margin-left: auto;
}

.overflow-scroll {
    overflow-x: auto;
}

legend {
    width: auto;
    margin-bottom: 0;
    padding: 0 .2em !important;
}
