#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;
}

.rmEqualColumnGrid .uiGroupGrid {
    table-layout: fixed;
}

.rmCandidateCompensationGrid > .uiGridTable > tbody > tr > td .uiGroupGrid {
    width: 100%;
}

.rmCandidateCompensationGrid > .uiGridTable > tbody > tr > td .uiGroupGrid > tbody {
    display: block;
    width: 100%;
}

.rmCandidateCompensationGrid > .uiGridTable > tbody > tr > td .uiGroupGrid > tbody > tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content max-content;
    width: 100%;
}

.rmCandidateCompensationGrid > .uiGridTable > tbody > tr > td .uiGroupGrid > tbody > tr > .uiGroupGridTd {
    display: block;
    min-width: 0;
    width: auto !important;
    max-width: none !important;
}

.rmCandidateCompensationGrid > .uiGridTable > tbody > tr > td .uiGroupGrid > tbody > tr > .uiGroupGridTd.cellNum_0,
.rmCandidateCompensationGrid > .uiGridTable > tbody > tr > td .uiGroupGrid > tbody > tr > .uiGroupGridTd.cellNum_0 .uiLabel {
    overflow: hidden;
}

.rmCandidateCompensationGrid > .uiGridTable > tbody > tr > td .uiGroupGrid > tbody > tr > .uiGroupGridTd.cellNum_0 .labelText {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rmCandidateCompensationGrid > .uiGridTable > tbody > tr > td .uiGroupGrid > tbody > tr > .uiGroupGridTd.cellNum_1,
.rmCandidateCompensationGrid > .uiGridTable > tbody > tr > td .uiGroupGrid > tbody > tr > .uiGroupGridTd.cellNum_2 {
    justify-self: start;
    white-space: nowrap;
    width: max-content !important;
}

.rmCandidateCompensationGrid > .uiGridTable > tbody > tr > td .uiGroupGrid > tbody > tr > .uiGroupGridTd.cellNum_1 > .uiContainer,
.rmCandidateCompensationGrid > .uiGridTable > tbody > tr > td .uiGroupGrid > tbody > tr > .uiGroupGridTd.cellNum_2 > .uiContainer {
    width: max-content;
}

.rmCandidateCompensationGrid > .uiGridTable > tbody > tr > td .uiGroupGrid > tbody > tr > .uiGroupGridTd.cellNum_1 .uiContent .placeholderText,
.rmCandidateCompensationGrid > .uiGridTable > tbody > tr > td .uiGroupGrid > tbody > tr > .uiGroupGridTd.cellNum_2 .uiContent .placeholderText {
    display: none;
}

.rmCandidateCompensationGrid > .uiGridTable > tbody > tr > td .uiGroupGrid > tbody > tr > .uiGroupGridTd.cellNum_1 .uiContent input::placeholder,
.rmCandidateCompensationGrid > .uiGridTable > tbody > tr > td .uiGroupGrid > tbody > tr > .uiGroupGridTd.cellNum_2 .uiContent input::placeholder {
    color: transparent;
}

.rmEqualColumnGrid .uiGroupGrid > tbody > tr > .uiGroupGridTd {
    width: 50% !important;
    max-width: none !important;
}

.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;
}
