#projectLogo img {
    max-height: 20px;
}

.uiTable.materialTable .tableRow.offLimit .inlineEditingPlaceholderValue {
    color: #8d1c13!important;
}
.uiTable.materialTable .tableRow.offLimit *::placeholder,
.uiTable.materialTable .tableRow.offLimit * {
    color: #8d1c13;
}

.isRequired .uiLabel .labelText:after {
    content: "*";
    padding-left: 0.125rem;
    color: #f00;
}

.isRequired.hasNoValue .uiContent:not(.uiSelectBoxMulti):first-of-type:after {
    content: "*";
    padding-left: 0.125rem;
    color: #f00;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
}

.labelHeading .labelText {
    font-size: 150%;
    font-weight: 500;
}

.gridSpacerDown {
    margin-bottom: 50px;
}

.jobAvertImage {
    max-height: 150px;
    max-width: 500px;
    border: 1px solid black;
}

.marginTopMinus8 {
    margin-top: -8px;
}

.uiCheckBoxThumbs .thumbIcon.fa-check-double {
    color: #0a9400;
}

.tablePopup td.editingDisabled {
    overflow: hidden;
    text-overflow: ellipsis;
}

.equalUiHeightGrid {
    background: #fff;

    .equalUiHeightField {
        height: 32px;
    }
}

.fab.fa-rochus-mummert::before {
    background-color: currentColor;
    --icon-svg: url(/images/icons/fab-rochus-mummert.svg);
}

.fad.fa-rochus-mummert::before {
    background-color: currentColor;
    --icon-svg: url(/images/icons/fad-rochus-mummert-a.svg);
    position: unset;
}

.fad.fa-rochus-mummert::after {
    background-color: currentColor;
    --icon-svg: url(/images/icons/fad-rochus-mummert-b.svg);
    margin-inline-start: -1em;
}
