.fa-base {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900;
}

.rich-text-control .mce-fullscreen {
    position: relative;
}

.core_module {
    height: calc(100vh - 91px);
}

.action-panel .action-popup {
    margin-right: 16px;
}

.loading-image {
    align-items: center;
    justify-content: center;
    margin: auto;
}

.view-form .attribute-groups .list-item .section-content .control-group.empty:not(.object-link) {
    display: none;
}

.view-form .edit-table .empty {
    display: flex !important;
}

.control-group.multiline-text.comment.empty.ng-scope {
    display: flex !important;
}

.view-form .control-group.empty.label-control {
    /*display: flex;*/
}

@media screen and (max-width: 767px) {
    /*.panel-header {
        padding: 0 20px 0 0;
    }*/
    b,
    strong {
        font-weight: bold;
    }
    .core_headline {
        border-bottom: 1px solid #EBEBEB;
        background-color: ;
    }
    .device-phone .personApplications-control .object-image-edit {
        font-size: 10px;
    }
    /*.device-phone .personApplications-control .object-header-wrapper .completion-progress {
        width: 60% !important;
        display: inline-block;
        margin-left: 30%;
        margin: 1em 0;
    }*/
    .device-phone .personApplications-control .object-header-wrapper [data-ng-if="!panel.isBanner"] {
        background-color: white;
        border-top: 1px solid #EBEBEB;
    }
    .panels-container-mobile-header .mobile-panels-header .icon {
        padding-bottom: 3px;
        margin-top: -35px;
        position: absolute;
        margin-bottom: 0;
        top: 182px;
    }
}

.dashboard-object-list-item .list-item-body {
    position: unset !important;
}