/*
 * @copyright Copyright (c) rexx systems GmbH
 *
 * @link https://www.rexx-systems.com
 *
 * This software is protected by copyright.
 *
 * It is not permitted to copy, present, send, lease and / or lend the website
 * or individual parts thereof without the consent of the copyright holder.
 *
 * Contravention of this law will result in proceedings under criminal
 * or civil law.
 *
 * All rights reserved.
 */

* {
    box-sizing: border-box;
    outline: 0 none;
}

body {
    margin: 0;
    padding: 0;
}

embed[type="application/pdf"],
object[type="application/pdf"] {
    height: 100vh;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ccc;
    z-index: 0 !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ccc;
}

.form-group {
    margin-bottom: 1rem;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col {
    padding-left: 5px;
    padding-right: 5px;
}

label {
    margin-bottom: 0.5rem;
}

body:not(.inherit-text-color),
table:not(.inherit-text-color),
tr:not(.inherit-text-color),
th:not(.inherit-text-color),
td:not(.inherit-text-color),
p:not(.inherit-text-color),
textarea:not(.inherit-text-color),
input:not(.inherit-text-color),
select:not(.inherit-text-color),
.popover:not(.inherit-text-color) {
    font-family: "RexxSystems", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "system-ui", Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    color: var(--rexx-color);
}

.pointer {
    cursor: pointer;
}

body.rexx-wheel,
.rexx-wheel table,
.rexx-wheel tr,
.rexx-wheel th,
.rexx-wheel td,
.rexx-wheel p,
.rexx-wheel textarea,
.rexx-wheel input,
.rexx-wheel select {
    font-size: 14px;
}

body.mobile.rexx-wheel,
.mobile.rexx-wheel table,
.mobile.rexx-wheel tr,
.mobile.rexx-wheel th,
.mobile.rexx-wheel td,
.mobile.rexx-wheel p,
.mobile.rexx-wheel textarea,
.mobile.rexx-wheel input,
.mobile.rexx-wheel select {
    font-size: 16px;
}

.body_main {
    margin: 0;
    color: #000;
    background: var(--rexx-body-bg-color);
}

.text-bold {
    font-weight: bold;
}

.text-blue {
    color: #0015b4 !important;
}

.text-red {
    color: #d00 !important;
}

.text-yellow {
    color: #ff0;
}

.text-green {
    color: #008000;
}

.text-red-dark {
    color: #9b0000 !important;
}

.text-blue-light {
    color: rgb(0, 101, 189) !important;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.photo-upload-group {
    background: #000;
    opacity: .7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.photo {
    overflow: hidden;
}

.photo .photo-upload-group {
    display: block;
    transition: left .2s ease;
    left: -100%;
}

div:not(.photo):hover > .photo-upload-group,
.photo-upload-group.show {
    display: block;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.photo .photo-upload-group.show,
#photo .photo-upload-group.show {
    border: #818181 3px dashed;
    border-radius: 100%;
}

div:not(.photo) .photo-upload-group.show {
    border: #818181 3px dashed;
}

div.photo:hover > .photo-upload-group,
.photo .photo-upload-group.show {
    left: 0;
}

.photo-upload-group .uploadPhotoCircleBtn i.focus {
    color: #b0b0b0;
}

.photo-upload-group a, .photo-upload-group i {
    color: #fff;
}

.deletePhotoBtn {
    position: absolute;
    right: 4px;
    top: 1px;
}

.editPhotoBtn {
    position: absolute;
    right: 24px;
    top: 1px
}

.uploadPhotoHolder {
    position: relative;
    display: inline-block;

}

.uploadPhotoHolder img {
    max-width: 100%;
}

.photo-upload-group .profileUplBtn {
    left: 0;
    margin: auto;
}

.body1 {
    font-size: 13px;
    margin: 15px;
    color: #000;
background: var(--rexx-body-bg-white);
}

.body3 {
    font-size: 13px;
    margin: 15px;
    color: #000;
    background: var(--rexx-body-bg-white);
}

.rexx-wheel.body3 {
    min-height: 100%;
    margin: 0;
    background-color: var(--rexx-body-bg-color);
}

.rexx-wheel.body3:not(.is-a-smartphone):not(.white).with-sidebar {
    height: auto;
    padding: var(--rexx-body-desktop-padding);
}

.body3.is-inside-layer {
    padding: var(--rexx-space-desktop);
}

.body3.is-a-smartphone {
    font-size: 13px;
    margin: 0;
}

#fixOverflowOuter {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
}

#fixOverflowInner {
    flex: 0 0 auto;
    position: relative;
    bottom: 0;
}

body.is-a-smartphone.rexx-wheel > div.mobileWrapper:not(body.form-letter-mobile .mobileWrapper) {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.is-a-smartphone.rexx-wheel > div.mobileWrapper[location="/documents/formschreiben_druckansicht.php"]:not(body.form-letter-mobile .mobileWrapper) {
    padding: var(--rexx-body-mobile-padding) !important;
    box-sizing: border-box;
}

body.is-a-smartphone.rexx-wheel > div.mobileWrapper[location="/documents/formschreiben_druckansicht.php"]:not(body.form-letter-mobile .mobileWrapper) > div  table {
    width: 100%;
    max-width: 100%;
    margin: 0;
    table-layout: fixed;
    border-collapse: collapse;
    box-sizing: border-box;
}

body.is-a-smartphone.rexx-wheel > div.mobileWrapper[location="/documents/formschreiben_druckansicht.php"]:not(body.form-letter-mobile .mobileWrapper) > div table td {
    word-wrap: break-word;
}

body.is-a-smartphone.rexx-wheel > div.mobileWrapper[location="/documents/formschreiben_druckansicht.php"]:not(body.form-letter-mobile .mobileWrapper) > div table td img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

body.is-a-smartphone.rexx-wheel.form-letter-mobile > div.mobileWrapper {
    width: 90vw !important;
    margin: 20px;
}

body.is-any-mobile-device.rexx-wheel:not(.is-inside-layer) > div.mobileWrapper {
    overflow-x: hidden;
}

.rexx-wheel.body3.white {
    background-color: transparent;
}

.body3_print {
    font-size: 11px;
    color: #000;
    background: var(--rexx-body-bg-white);
}

.body3_gridframe:not(.gridframebody) {
    font-size: 13px;
    color: #000;
    background: var(--rexx-body-bg-color);
}

img {
    outline: 0 none;
    border: 0 none;
    margin: 0;
    padding: 0;
}

.signatureForApprovedReport {
    width: 100%;
    max-width: 300px;
}

.cfContextMenu .cfTitleIcon .fa-ellipses {
    color: white;
}

#global_navbar_collapse > i {
    color: white;
}

.fa, .far, .fas, .fal, .fad, .fab, .fa-solid, .fa-regular, .fa-sharp, .fa-light, .fa-duotone, .fa-thin, .fa-brands {
    color: var(--rexx-blue);
}

.link-disabled .fas {
    color: #aaa;
}

.rexx-wheel.is-a-smartphone .workflow_row i.fa-angle-double-up, .rexx-wheel.is-a-smartphone .portlet .cat_headline .fa-angle-double-up {
    display: none;
}

.rexx-wheel.is-a-smartphone .workflow_row i.fa-angle-double-down, .rexx-wheel.is-a-smartphone .portlet .cat_headline .fa-angle-double-down {
    display: none;
}

br {
    height: 0;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

input {
    padding-left: 2px;
}

/* Standard Schriftgroessen */
.fs {
    font-size: 11px;
}

.rexx-wheel .fs {
    font-size: 12px;
}

.fl {
    font-size: inherit;
}

.fs_duty:after, .fm_duty:after, .fl_duty:after, .duty:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: .425rem;
    content: "\00a0\f069";
    color: #d00;
    vertical-align: bottom;
    line-height: 21px;
}

.duty.duty-two:after {
    content: "\00a0\f069\f069" !important;
}

.duty.duty-blue:after {
    color: #0015b4 !important;
}

@media only screen and (min-width: 480px) {
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > th.fl.headline.duty:after,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > th.fl.headline .duty:after,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > td.fl.headline.duty:after,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > td.fl.headline .duty:after,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > th.fl.headline.duty.duty-two:after,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > th.fl.headline .duty.duty-two:after,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > td.fl.headline.duty.duty-two:after,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > td.fl.headline .duty.duty-two:after {
        content: "" !important;
        /*content: '\00a0';*/
    }

    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > th.fl.headline.duty:before,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > th.fl.headline .duty:before,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > td.fl.headline.duty:before,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > td.fl.headline .duty:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        font-size: .425rem;
        content: "\00a0\f069";
        color: #d00;
        float: right;
        margin-right: -8px;
        line-height: 21px;
    }

    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > th.fl.headline.duty.duty-two:before,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > th.fl.headline .duty.duty-two:before,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > td.fl.headline.duty.duty-two:before,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > td.fl.headline .duty.duty-two:before {
        content: "\00a0\f069\f069" !important;
    }

    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > th.fl.headline.duty.duty-blue:before,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > th.fl.headline .duty.duty-blue:before,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > td.fl.headline.duty.duty-blue:before,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > td.fl.headline .duty.duty-blue:before {
        color: #0015b4 !important;
    }

    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > th.fl.headline.duty.extendedLanguage:before,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > th.fl.headline .duty.extendedLanguage:before,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > td.fl.headline.duty.extendedLanguage:before,
    body:not(.is-a-smartphone) tr.contentFrameRow:not(.common-duty) > td.fl.headline .duty.extendedLanguage:before {
        margin-right: -23px;
    }
}

.italic {
    font-style: italic;
}

.sort {
    color: #f2f2f2;
}

/* Standard-Links */
a, a:link {
    text-decoration: none;
    color: var(--rexx-blue);
}

a:visited {
    text-decoration: none;
    color: var(--rexx-blue);
}

.link_preview .link,
.link_preview .link:hover {
    text-decoration: none;
    color: #000;
}

.link {
    text-decoration: none;
    color: #4c5bba;
}

.link:hover {
    text-decoration: underline;
    color: #0056b3;
}

.editable {
    color: #000;
}

.editable:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

a.editable {
    color: #000;
}

a:link.editable {
    color: #000;
}

a.btn {
    color: var(--rexx-blue);
}

/*TODO: Find better ways of handling translation buttons*/
.btn-translate {
    padding: 0 !important;
    margin: 0px 0px 1px 2px;
    height: 35px !important;
    width: 35px !important;
}

.btn-translate .fab, .btn-translate .fas {
    margin: 10px 0 10px 0;
    font-size: var(--rexx-small-button-label-size);
}

input[type="text"], textarea {
    outline: none;
    box-shadow: none !important;
    border: var(--rexx-border);
    padding: var(--rexx-input-padding) !important;
    font-size: 14px;
    background-color: var(--rexx-body-bg-white);
}


a.passive_link,
a.passive_link span,
a.passive_link:hover {
    color: #b8b8b8 !important;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

fieldset {
    border: 1px solid rgb(170, 170, 170);
}

/* fuer die Zellen von Tabellen, die Aktion-Symbole enthalten */
td.table-action-cell {
    background-color: #fff;
    border: 1px dashed #999;
    padding: 1px;
    vertical-align: middle;
}

/* fuer Buttons in Druckansichten */
@media print {
    .printhidden {
        visibility: hidden;
        display: none;
    }
}

div.quote {
    border: 0;
    border-left: 2px solid;
    padding-left: 1ex;
}

/* Link im PopUp-Kalender */
.callink:link {
    color: #1b3664;
    text-decoration: none;
    padding: 3px;
    display: block;
}

.callink:hover {
    color: #1b3664;
    background-color: #ffb300;
    text-decoration: none;
}

.callink:visited {
    color: #1b3664;
}

.callink:active {
    color: #1b3664;
}

.calllink:focus {
    color: #1b3664;
}

/* Popup-div */
div.epx-popup {
    position: absolute;
    z-index: 200;
    visibility: hidden;
}

#pop-table {
    border: 1px solid #a0a0a0;
background: var(--rexx-body-bg-white);
    left: 50px;
    top: 50px;
    width: 200px;
}

#pop-caption {
    cursor: move;
}

#pop-close {
    cursor: auto;
}

.pop-resizer {
    cursor: se-resize;
}

.pop-title {
    float: left;
    color: #fff;
    font-family: "RexxSystems", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 4px;
}

.sortable {
    cursor: pointer;
}

.waiterOverlay, .waiterOverlayInline {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
    z-index: 190;
}

.waiterOverlay {
    display: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.waiterOverlayInline {
    background-color: #fff;
}

.waiterOverlayInline > img {
    width: 100%;
    height: 12px;
}

/*Tabs */
.tab_folder {
    margin: 0 -15px 15px -15px;
}

.rexx-wheel .tab_folder:not(.mobile) {
    margin-bottom: 20px;
}

.rexx-wheel .tab_folder .rexx-nav-tabs {
    border: none;
}

.rexx-wheel .tab_folder li.active > a,
.rexx-wheel .tab_folder li.active > a:focus,
.rexx-wheel .tab_folder > a.active,
.rexx-wheel .tab_folder > a.active:focus {
    border: none;
    color: #222;
}

.rexx-wheel:not(.is-any-mobile-device) .tab_folder li.active > a,
.rexx-wheel:not(.is-any-mobile-device) .tab_folder li.active > a:focus,
.rexx-wheel:not(.is-any-mobile-device) .tab_folder > a.active,
.rexx-wheel:not(.is-any-mobile-device) .tab_folder > a.active:focus {
    border-bottom: 2px solid #c8191b;
}

.rexx-wheel div.tab_folder.mobile > a.active.tabLink {
    font-weight: bold;
    font-size: 20px;
}

.rexx-wheel div.tab_folder.mobile > a.tabLink:not(.active) {
    top: 4px;
}

.rexx-wheel .tab_folder li > a,
.rexx-wheel .tab_folder li > a:focus,
.rexx-wheel .tab_folder a,
.rexx-wheel .tab_folder a:focus {
    padding: 1px;
    margin: .6em 1.5em 0 0;
    border: none;
    /* border-bottom or the floating will break due to different heights */
    border-bottom: 2px solid transparent;
    background-color: inherit;
    color: var(--rexx-font-color);
    font-size: 16px;
}

body.rexx-wheel > div.tab_folder.mobile > a {
    margin-top: 10px;
}

/* Make buttons in mobile tabfolder look like regular tabs */
.rexx-wheel .tab_folder.mobile > button {
    top: 2px;
    border-bottom: 2px solid transparent;
    background-color: inherit;
    color: var(--rexx-font-color);
    font-size: 16px;
    position: relative;
    bottom: 0;
    margin: 10px 25px 10px 0;
    border-left: none;
    border-right: none;
    border-top: none;
    cursor: pointer;
    font-family: inherit;
    padding: 1px;
}

#aside_navbar .rexx-navbar-nav > li > a.passive_link {
    background-color: #fff;
    border: solid 1px var(--rexx-disabled);
}

.is-a-smartphone .navbar {
    display: block;
}

#page_actions_navbar .rexx-navbar-nav > li > a,
#aside_navbar .rexx-navbar-nav > li > a {
    color: var(--rexx-blue);
    border: 1px solid var(--rexx-blue);
    border-radius: var(--rexx-button-border-radius) !important;
    padding: 7px;
}

.rexx-wheel .tab_folder li > a:first-child,
.rexx-wheel .tab_folder a:first-child {
    margin-left: 0;
}

.rexx-wheel .tab_folder li > a:hover {
    background-color: inherit;
    color: #222;
}

.rexx-wheel .tab_folder li > button {
    margin: .3em 1.5em 0 0;
}

/* FilterFrames */
.round_frame {
    background-color: #fff;
    /*padding: 8px;*/
    display: table;
}

.filter_frame {
    border: var(--rexx-border);
    border-radius: var(--rexx-portlet-border-radius);
}

.rexx-wheel .round_frame.filter_frame {
    background-color: #fff;
    border: none;
    border-radius: var(--rexx-portlet-border-radius);
    box-shadow: var(--rexx-portlet-box-shadow);
}

#file_container {
    width: 1000px;
    margin: 0;
    padding: 8px;
    background-color: #fff;
    /*    height: 100%; */
    border-top: 1px solid #7c7c7c;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

/* Grids */
.grid_container, .panel_container {
    overflow: hidden;
    border: var(--rexx-border); /* zarte graue Linie */
    z-Index: 2;
    background-color: transparent;
    border-radius: var(--rexx-portlet-border-radius);
}

.rexx-wheel .grid_container:not(#gridframe_containerGrid),
.rexx-wheel .panel_container {
    border: none !important;
    background-color: #fff;
    border-radius: var(--rexx-portlet-border-radius);
    box-shadow: var(--rexx-portlet-box-shadow);
}

.light-body.rexx-wheel #salGrid_edit_evaluation,
.light-body.rexx-wheel #salGrid_evaluation {
    box-shadow: none;
    background-color: #eee;
}

.dark-body.rexx-wheel #salGrid_edit_evaluation,
.dark-body.rexx-wheel #salGrid_evaluation {
    background-color: #000;
}

.rexx-wheel .grid_container {
    border: none !important;
}

.grid_container.card_grid:not(#gridframe_containerGrid) {
    box-shadow: none;
    margin: 0 -1px;
    width: auto !important;
}

.grid_container.ui-resizable,
.panel_container.ui-resizable {
    background-color: #fff;
}

.grid_container.ui-resizable .ui-resizable-e,
.panel_container.ui-resizable .ui-resizable-e {
    right: 0;
}

.grid_container.ui-resizable .ui-resizable-s {
    bottom: 0;
}

.grid_container.ui-resizable .ui-resizable-se,
.panel_container.ui-resizable .ui-resizable-se {
    right: -3px;
    bottom: -3px;
}

.panel_path_box {
    position: relative;
    top: 4px;
}

.panel_container {
    position: relative;
}

.panel_divider {
    background: no-repeat 50% 50%;
    z-Index: 2;
    cursor: e-resize;
}

.panel_right {
    width: 100%;
    overflow: auto;
}

.panel_right, .panel_left {
    background: var(--rexx-body-bg-white);

}

.panel_left {
    padding: 5px 0 0 5px;
}

.panel_right, .panel_left, .panel_divider {
    position: absolute;
    top: 0;
    bottom: 0;
    border: 0 none;
}

.panel_divider {
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
}

.panel_divider::after {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;

    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -15px;

    font-family: "Font Awesome 5 Pro";
    content: "\f053  \f054"; /*fa-chevron-left fa-chevron-right */
    line-height: 30px;
    text-align: center;
    background: inherit;
    color: #eee;
}

.panel_divider:hover::after {
    color: #fff;
}

.panel_left {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 0 solid transparent;
}

.panel_right, .panel_right iframe {
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/*Toolicon*/
.tool_icon {
    display: none;
    position: relative;
    top: -1px;
    border: 0;
    padding-left: 2px;
    -webkit-border-radius: var(--rexx-button-border-radius);
    -moz-border-radius: var(--rexx-button-border-radius);
    border-radius: var(--rexx-button-border-radius);
    /*background-color: #FFFFFF;*/
}

.contentFrameContent div.form-control .autocomplete-wrapper input.form-autocomplete {
    border: 0!important;
}

/*Navigation/Paging */
#list_navigation {
    display: none;
}

#list_navigation .nav_label {
    font-weight: bold;
    white-space: nowrap;
}

#list_navigation .nav_label, .noUserSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

#list_navigation .nav_label span {
    padding-bottom: 1px;
}

#list_navigation .nav_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#list_navigation .nav_list li {
    float: left;
    margin-right: 8px;
}

#list_navigation .nav_list li img, #list_navigation .nav_list li input[type="image"] {
    vertical-align: middle;
}

.pager_icon.disabled, .pager_icon.disabled > a, .pager_icon.disabled > a > i {
    cursor: not-allowed;
    color: #ccc;
}

/*Formularelemente*/
select + button.ui-multiselect, input, select, textarea {
    border: var(--rexx-border);
    -webkit-border-radius: var(--rexx-portlet-border-radius);
    -moz-border-radius: var(--rexx-portlet-border-radius);
    border-radius: var(--rexx-portlet-border-radius);
    font-size: 1em;
    line-height: 1.5rem;
    margin: 0;
    outline: 0 none;
    padding: var(--rexx-input-padding) !important;
    background-color: var(--rexx-body-bg-white);
}

select + button.ui-multiselect {
    background-color: #fff !important;
}

.input-group > select + button.ui-multiselect {
    border-top-left-radius: var(--rexx-border-radius) !important;
    border-bottom-left-radius: var(--rexx-border-radius) !important;
}

.default-input {
    padding: var(--rexx-input-padding) !important;
    line-height: 1.5 !important;
}

select + button.ui-multiselect:not(.fc-button), input:not([type="file"]), select {
    line-height: 1.5 !important;
}

.Receiver_row > .input-group > .input-group-prepend button.ui-multiselect,
.receiver_block > .input-group > .input-group-prepend button.ui-multiselect {
    align-self: baseline;
    max-width: 70px;
}

.Receiver_row > .input-group > .input-group-prepend button.ui-multiselect > .button_label,
.receiver_block > .input-group > .input-group-prepend button.ui-multiselect > .button_label {
    padding-left: 0px;
}

.default-input {
    padding: var(--rexx-input-padding) !important;
    font-size: 1rem !important;
}

/*
.default-input:not(.form-control),
.historyValNone:not(.form-control),
.editing form input:not(.form-control) {
    box-sizing: border-box;
    color: #000;
    border: var(--rexx-border);
    overflow-y: hidden;
    border-radius: 0.25rem!important;
} */

.default-input.emptyField,
.historyValNone.emptyField,
.contentFrameRow span.edit:not(.editing) {
    /* border: 1px solid transparent; */
}

.default-input.emptyField:hover,
.historyValNone.emptyField:hover {
    background: var(--rexx-body-bg-hover) !important;
}

select.revertible option:first-child,
select.clearable option:first-child,
select.revertible.clearable option:nth-child(2),
button.ui-multiselect.revertible.unchanged,
button.ui-multiselect.clearable.cleared,
.ui-multiselect-menu.revertible ul li:first-child,
.ui-multiselect-menu.clearable ul li:first-child,
.ui-multiselect-menu.revertible.clearable ul li:nth-child(2) {
    font-style: italic;
    color: #666;
}

.ui-multiselect-menu.revertible ul li:first-child input[type="checkbox"],
.ui-multiselect-menu.clearable ul li:first-child input[type="checkbox"],
.ui-multiselect-menu.revertible.clearable ul li:nth-child(2) input[type="checkbox"] {
    display: none;
}

.ui-multiselect-menu.revertible ul li:first-child span,
.ui-multiselect-menu.revertible ul li:first-child span,
.ui-multiselect-menu.revertible.clearable ul li:nth-child(2) span {
    margin-left: 5px !important;
}

.historyValNone.emptyField:hover {
    background: transparent !important;
}

.field_group_trigger:hover {
    background: transparent;
}

input[type="checkbox"] {
    position: relative;
    left: 0;
}

input[type="file"] {
    height: 26px !important;
}

input[type="file"]::-webkit-file-upload-button {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    width: 0;
}

/* "x::-webkit-file-upload-button" forces the rules to only apply to browsers that support this pseudo-element */
x::-webkit-file-upload-button, input[type="file"]:after {
    content: "Browse...";
    display: inline-block;
    left: 100%;
    margin-left: 3px;
    padding: 3px 8px 2px;
    position: relative;
    -webkit-appearance: button;
}

.grid_table td select {
    height: auto !important;
}

select + button.ui-multiselect:focus, input:focus, select:focus, textarea:focus {
    border: var(--rexx-border);
    background-color: #fff;
}

select.no-max-width {
    max-width: none;
}

/*Revert for image Buttons*/
input[type="image"], input[type="image"]:focus {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    height: auto;
}

button::-moz-focus-inner {
    border: 0;
}

/* JQuery Selectboxen */
select + button.ui-multiselect {
    text-align: left;
    padding: 0;
    clear: both;
    vertical-align: bottom;
    font-size: inherit;
    overflow: hidden;
    max-width: 100%;
}

.ui-multiselect span.ui-icon {
    float: right;
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
    /* shamelessly copied from <http://cssmojo.com/hide-content-from-sighted-users/> */
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.ui-multiselect-single .ui-multiselect-checkboxes li span {
    margin-left: 5px !important;
}

.ui-multiselect-header span.ui-icon {
    float: left;
}

.ui-multiselect-header ul li {
    float: left;
    padding: 0 10px 0 0;
}

.ui-multiselect-header .ui-icon-closethick {
    background: url("layout/epharmexx/jquery_ui/images/ui-icons_222222_256x240.png") -96px -128px;
    height: 16px;
    width: 16px;
}

.ui-multiselect-header li.ui-multiselect-close {
    float: right;
    text-align: right;
    padding-right: 0;
}

.ui-multiselect-menu {
    display: none;
    padding: 0;
    position: absolute;
    text-align: left;
    z-index: 99999;
    background: #fff !important;
}

.ui-multiselect-checkboxes {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    width: auto;
    max-height: 250px;
    border-radius: var(--rexx-border-radius);
}

.ui-multiselect-checkboxes label {
    border: 1px solid transparent;
    cursor: default;
    display: flex;
    align-items: center;
    line-height: 1.5;
    padding: var(--rexx-space-around-desktop) var(--rexx-space-around-desktop) 0 var(--rexx-space-around-desktop);
    position: relative;
    white-space: nowrap;
    margin: 0;
}

.ui-multiselect-checkboxes li:last-child label {
    padding: var(--rexx-space-around-desktop);
}

.ui-multiselect-btn-append {
    padding-left: 5px;
}

.ui-multiselect-checkboxes label input {
    position: absolute;
    margin-left: 5px;
}

.ui-multiselect-checkboxes li {
    clear: both;
    font-size: inherit;
}

.ui-multiselect-checkboxes li span {
    white-space: nowrap;
    padding-bottom: 6px;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    border-bottom: 1px solid;
    font-weight: bold;
    text-align: center;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a,
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label span {
    display: block;
    margin: 1px 0;
    padding: 7px 3px 3px;
    text-decoration: none;
}

.ui-multiselect-checkboxes .ui-state-hover span, .ui-multiselect-checkboxes .ui-state-active span {
    padding-bottom: 4px;
    border-bottom: 2px solid var(--rexx-blue);
}

.ui-multiselect-checkboxes .ui-state-hover span {
    padding-bottom: 4px;
    border-bottom: 2px solid var(--rexx-blue);
}

.dark-body #sal_found_count {
    color: #fff;
}

.dark-body .ui-multiselect-checkboxes .ui-state-hover {
    background-color: #fff;
    color: #292929;
    cursor: pointer;
}

.dark-body .ui-multiselect-checkboxes .ui-state-active {
    background-color: #999;
}

.dark-body td.contentFrameContent > div > span.edit.hover {
    color: #000;
}

.dark-body select + button.ui-multiselect {
    background-color: #6e6e6e !important;
    border: 1px solid #6e6e6e;
}

.dark-body .ui-multiselect-menu {
    border: 1px solid #6e6e6e;
}

.dark-body .ui-multiselect-checkboxes {
    background-color: #6e6e6e;
    color: #fff;
}

.dark-body div:not(#confirmButtons) > .btn-default,
.dark-body span > .btn-default {
    background-color: #6e6e6e;
    color: #fff;
}

.light-body .btn-default.save,
.dark-body .btn-default.save {
    border: var(--rexx-border);
}

.dark-body .btn-default i {
    color: #fff;
}

select + button.ui-multiselect .button_label {
    display: block;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 3px;
    vertical-align: middle;
    line-height: 1.5;
    height: calc(1em + 0.375rem);
}

/*
 * Layer Menu
*/
div.sticky-menu-outer {
    background: #222;
    height: 36px;
    left: 0;
    margin: 0;
    min-height: 36px;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

div.creation-menu-outer {
    margin-bottom: 15px;
}

div.creation-menu-outer > .rexx-nav {
    padding: 0;
}

ul.sticky-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.sticky-menu:after {
    clear: both;
}

ul.sticky-menu > li.sticky-menu-item {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    float: left;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    color: var(--rexx-font-color);
}

ul.sticky-menu > li.sticky-menu-item:first-child {
    border-left: none;
}

ul.sticky-menu > li.creation-menu-item:first-child {
    border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
}

ul.sticky-menu > li.creation-menu-item:last-child {
    border-right: none;
    border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

ul.sticky-menu > li.sticky-menu-item .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

ul.sticky-menu > li.sticky-menu-item:hover,
ul.sticky-menu > li.sticky-menu-item > a.active,
ul.sticky-menu > li.sticky-menu-item:hover > a {
    background: #080808;
    color: #fff;
}

ul.sticky-menu > li.sticky-menu-item:hover ul.sticky-submenu {
    display: block;
}

ul.sticky-menu > li.sticky-menu-item > a.passive_link {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

ul.sticky-menu > li.sticky-menu-item > a {
    color: var(--rexx-font-color);
    text-decoration: none;
    padding: 0 25px !important;
}

@media screen and (max-width: 330px) {
    ul.sticky-menu > li.sticky-menu-item > a {
        padding: 0 10px !important;
    }
}

li.sticky-menu-divider {
    *width: 100%;
    height: 1px;
    margin: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
}

ul.sticky-submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 164px;
    display: none;
background: var(--rexx-body-bg-white);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom-right-radius: var(--rexx-border-radius);
    border-bottom-left-radius: var(--rexx-border-radius);
    z-index: 1030;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

ul.sticky-submenu > li.sticky-submenu-item {
background: var(--rexx-body-bg-white);
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
}

ul.sticky-submenu > li.sticky-submenu-item:last-child {
    -webkit-border-bottom-right-radius: var(--rexx-border-radius);
    -webkit-border-bottom-left-radius: var(--rexx-border-radius);
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: var(--rexx-border-radius);
    border-bottom-left-radius: var(--rexx-border-radius);
}

ul.sticky-submenu > li.sticky-submenu-item:hover {
    background: #f5f5f5;
}

ul.sticky-submenu > li.sticky-submenu-item a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0 14px !important;
    text-shadow: none;
}

ul.sticky-submenu > li.sticky-submenu-item a.passive_link,
ul.sticky-submenu > li.sticky-submenu-item a.passive_link:hover {
background: var(--rexx-body-bg-white);
    color: #b8b8b8;
    cursor: not-allowed;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    /*noinspection CssOverwrittenProperties*/
    text-align: left; /* backup for "start" */
    /*noinspection CssOverwrittenProperties*/
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: none;
    white-space: nowrap;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #222;
    border-radius: var(--rexx-portlet-border-radius);
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
}

.tooltip .tooltip-arrow::before {
    top: -3px !important;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #222;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #222;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #222;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #222;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #222;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #222;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #222;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #222;
}

.historyValPast {
    color: #7e7e7e;
    font-style: italic;
}

.historyValFutureSingle, .historyValFuture {
    color: #b55f7f;
    font-style: normal;
}

.historyValPastSingle {
    color: #a60000;
    font-style: italic;
}

.historyValCurrent {
    color: #000;
}

.historyValNone {
    font-style: italic;
    color: #000; /*#4c5bba*/
}

.historyValNone.emptyField,
.upload .facade .historyValNone.emptyField,
.historyValNone.empty {
    color: transparent !important;
}

/* Actions Menu */
div.act-layer-icon {
    visibility: hidden;
    cursor: pointer;
    height: 18px;
}

body.is-any-mobile-device div.act-layer-icon {
    visibility: visible;
}

div.act-layer-icon:before {
    content: "\f013";
    font-family: "Font Awesome 5 Pro";
    font-size: inherit;
}

body.is-any-mobile-device div.act-layer-icon:before {
    content: "\2022\2022\2022"; /* U+2022 BULLET */
    font-family: RexxSystems, Arial, Helvetica, Verdana, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
}

body:not(.is-any-mobile-device) div.act-layer-icon:hover ul.act-layer-menu {
    display: inline-block;
}

.act-layer-icon ul.act-layer-menu, ul.act-layer-menu {
    list-style-type: none;
    margin: 6px 0 0 4px;
    padding: 0;
    display: none;
background: var(--rexx-body-bg-white);
    position: absolute;
    border: var(--rexx-sidebar-border);
    -webkit-border-radius: var(--rexx-portlet-border-radius);
    -moz-border-radius: var(--rexx-portlet-border-radius);
    border-radius: var(--rexx-portlet-border-radius);
    z-index: 99;
}

ul.act-layer-menu > li.act-layer-menu-item {
background: var(--rexx-body-bg-white);
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
}

ul.act-layer-menu > li.act-layer-menu-item:first-child {
    -webkit-border-top-left-radius: var(--rexx-border-radius);
    -webkit-border-top-right-radius: var(--rexx-border-radius);
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: var(--rexx-border-radius);
    border-top-right-radius: var(--rexx-border-radius);
}

ul.act-layer-menu > li.act-layer-menu-item:last-child {
    -webkit-border-bottom-right-radius: var(--rexx-border-radius);
    -webkit-border-bottom-left-radius: var(--rexx-border-radius);
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: var(--rexx-border-radius);
    border-bottom-left-radius: var(--rexx-border-radius);
}

.act-layer-icon ul.act-layer-menu > li.act-layer-menu-item:hover {
    background: #f5f5f5;
}

.act-layer-icon ul.act-layer-menu > li.act-layer-menu-item a {
    color: #333 !important;
    text-decoration: none;
    display: block;
    padding: 0 14px !important;
    text-shadow: none;
    font-weight: normal;
}

ul.act-layer-menu > li.act-layer-menu-item a.passive_link,
ul.act-layer-menu > li.act-layer-menu-item a.passive_link:hover {
    background: #fff !important;
    color: #b8b8b8 !important;
    cursor: not-allowed !important;
}

/* region act-layer-icon overlay for mobile */

.mobile-act-layer-menu-outer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.4);
}

.mobile-act-layer-menu-inner {
    position: relative;
    top: 50%;
    background: var(--rexx-body-bg-hover);
    width: 90%;
    max-width: 500px;
    margin: 0 auto 0;
    transform: translate(0, -50%);
    border-radius: var(--rexx-portlet-border-radius);
    font-size: 18px;
}

.mobile-act-layer-menu-titlebar {
    display: table;
    width: 100%;
}

.mobile-act-layer-menu-title {
    display: table-cell;
    text-align: center;
    font-size: 1em;
    width: 100%;
    padding: 5px 7px 5px 41px;
}

.mobile-act-layer-menu-close {
    display: table-cell;
    padding: 5px 14px;
}

.mobile-act-layer-menu-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-act-layer-menu-inner .act-layer-menu-item {
    text-align: center;
}

.mobile-act-layer-menu-inner .act-layer-menu-item a {
    display: block;
    padding: 7px 10px;
    color: #222;
}

/* endregion */

#confirmOverlay {
    z-index: 2500;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0.5;
}

#confirmBoxOuter {
    position: fixed;
    z-index: 9999;
background: var(--rexx-body-bg-white);
    width: calc(100% - 2px);
    max-width: 600px;
    height: auto;
    left: 50%;
    top: 0;
    margin-left: -300px;
    border: var(--rexx-border);
    border-radius: var(--rexx-portlet-border-radius);
    -moz-border-radius: var(--rexx-portlet-border-radius);
    -webkit-border-radius: var(--rexx-portlet-border-radius);
}

#confirmBoxOuter.tooltip_outer {
    word-break: break-word;
}

#confirmBoxInner {
    padding: 15px;
}

#confirmBoxInner p {
    padding: 15px 0;
    max-height: 500px;
    overflow-y: auto;
}

#confirmBoxInner > div.confirmBoxEditor {
    margin-left: -15px;
    margin-top: -1px;
    width: 598px;
    height: 400px;
    visibility: hidden;
}

#confirmBoxInner > div.confirmBoxEditor > .cke_chrome {
    border: 0;
    box-shadow: none;
}

#confirmBoxInner > div.confirmBoxEditor .cke_top {
    box-shadow: none;
    background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf);
}

#confirmBoxInner h1 {
    padding: 0.2em 1em;
    margin: -15px -15px 0 -15px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    background: #f5f5f5;
    line-height: 22px;
    border-top-left-radius: var(--rexx-border-radius);
    border-top-right-radius: var(--rexx-border-radius);
    -webkit-border-top-left-radius: var(--rexx-border-radius);
    -webkit-border-top-right-radius: var(--rexx-border-radius);
    cursor: move;
    border-bottom: var(--rexx-border);
}

#confirmButtons {
    padding: calc(0.6em - 5px) 1em 0.6em;
    margin: 0 -15px -15px;
    text-align: center;
    border-top: var(--rexx-border);
    border-bottom-left-radius: var(--rexx-border-radius);
    border-bottom-right-radius: var(--rexx-border-radius);
    -webkit-border-bottom-left-radius: var(--rexx-border-radius);
    -webkit-border-bottom-right-radius: var(--rexx-border-radius);
}

#confirmButtons.confirmWithoutTitle {
    border-top: none;
    padding: 0;
    margin: 0;
}

#confirmButtons.vertical {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

#confirmButtons.horizontal .btn:last-child {
    margin-right: 0;
}

#confirmButtons.vertical .btn {
    margin-top: 5px;
}

#confirmBoxCloseButton {
    border: none;
    background: none;
    position: absolute;
    right: 3px;
    padding: 3px 5px;
    top: 0;
}

#confirmBoxCloseButton i {
    color: #626262;
}

#confirmBoxCloseButton i:hover {
    color: #111;
}

.app_btn {
    margin-right: 8px;
    margin-bottom: 10px;
}

.app_btn.disabled {
    color: gray;
    text-decoration: none;
    background: #e6e6e6 0 -15px;
    border: 1px solid #e6e6e6;
}

.app_btn.disabled:hover {
    color: gray !important;
    text-decoration: none;
    background: #e6e6e6 0 -15px;
    border: 1px solid #e6e6e6;
}

body .app_btn {
    padding: 0;
}

.app_btn span, .app_btn a {
    padding: 3px 12px;
    display: block;
}

.rexx-wheel .app_btn .appl_action,
.rexx-wheel .app_btn .appl_return {
    color: inherit;
}

@media print {
    /* print styles */
    .sticky-menu-outer {
        display: none;
    }

    a {
        color: #000 !important;
    }
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

/*************************************
 * fieldgroup classes, ids
 *************************************/

.cf_FieldGroup .cf_FieldGroup_h {
    font-weight: bold;
}

.cf_FieldGroup_sub {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 195px;
}

.field-group-responsive {
    display: none;
}

.cf_FieldGroup_sub.field-group-responsive {
    font-size: 14px;
    color: rgb(124, 124, 124);
}

.is-any-mobile-device.cf_FieldGroup_sub.field-group-responsive,
.is-a-smartphone.cf_FieldGroup_sub.field-group-responsive {
    font-weight: bold;
    font-size: 16px;
}

@media (max-width: 500px) {
    .field-group-responsive-none {
        display: none !important;
    }

    .field-group-responsive {
        display: block;
    }
}

/*************************************
 * Rating Box
 *************************************/
div.rating_box:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Pro";
}

div.rating_box {
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    width: 100px;
    position: relative;
    border: none;
    padding: 0;
    overflow: hidden;
    color: #cecece;
    text-align: left;
    word-break: break-all;
    word-wrap: normal;
}

.cell-line .subcell > div.rating_box {
    display: inline-block;
    vertical-align: bottom;
}

.rating_box_inline {
    display: inline-block;
    vertical-align: middle;
}

div.rating:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

div.rating {
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    color: #ffa937;
    text-align: left;
}

.fp_portlet_content div.rating_box {
    display: inline-block;
}

/*************************************
 * Rating input element
 *************************************/
.rating-input {
    white-space: nowrap; /* force all stars staying on one line */
}

.rating-input i {
    font-size: 22px;
    padding-right: 12px;
    cursor: pointer;
}

.rating-input .fas {
    color: #cecece;
}

.rating-input .fa.fa-star {
    color: #ffa937;
}

input::-webkit-input-placeholder {
    color: #bbb;
}

input:-moz-placeholder {
    /* FF 4-18 */
    color: #bbb;
}

input::-moz-placeholder {
    /* FF 19+ */
    color: #bbb;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #bbb;
}

.attachment-preview-tooltip {
    text-align: center;
}

.attachment-preview-tooltip img {
    max-width: 100%;
    max-height: 100%;
}

.attachment a, .attachmentsList a {
    color: black !important;
}

.file-entry + .file-entry {
    padding-top: 5px
}

div.file-entry a {
    margin-left: 3px;
}

.attachmentEntry img {
    padding-left: 5px
}

.hide {
    display: none;
}

.hide-important {
    display: none !important;
}

.email-word-break {
    word-break: break-all;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

a.disabled,
input.disabled {
    cursor: not-allowed !important;
}

a.link-disabled {
    color: #555;
    cursor: not-allowed;
}

a.link-disabled:hover {
    color: #555;
}

.sal_empl_photo {
    margin: -0.5rem 0;
    padding: 0;
    vertical-align: top;
}

.sal_empl_circle_photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-clip: content-box;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
}

.sal_empl_circle_photo_opens_photo_layer {
    cursor: pointer;
}

.tree-empl-state-icon {
    margin-left: -0.7rem !important;
    font-size: 16px !important;
}

.empl-state-box {
    white-space: nowrap;
    float: left;
    width: 7px;
    height: 10px;
    padding: 0;
    margin: 4px 3px 0 0;
}

#aside_navbar {
    font-size: 14px;
    min-height: 40px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: var(--rexx-portlet-border-radius);
}

.alert.alert-plaintext {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent !important;
}

.alert.deleted-contact-type {
    width: 95%;
    left: 25px;
    top: 15px;
}

.alert.alert-plaintext,
.alert.alert-plaintext > ul,
.alert.alert-plaintext > ul > li {
    display: inline;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p {
    margin-bottom: 0;
}

.alert > ul {
    margin: 0;
    padding: 0;
    list-style: outside none;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.grid_empty_msg, .no_data_msg {
    color: var(--rexx-color);
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.widget-box .grid_empty_msg {
    margin-top: 19px;
    height: 14px;
    position: relative;
}

.grid_empty_msg {
    height: 20px;
    line-height: 1em;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
}

.ui-sortable-placeholder {
    box-sizing: border-box;
    border: 1px dotted #e1e1e1;
    visibility: visible !important;
    height: 100px;
    border-radius: var(--rexx-portlet-border-radius);
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
    background: #fcfcfc;
}

.ui-sortable-placeholder * {
    visibility: hidden;
}

/* rexxtree folder icons (dynatree) */
span.rexxtree-icon {
    background: transparent none no-repeat 0 0 !important;
}

.rexxtree-icon.rexxtree-ico-cf,
.rexxtree-icon.rexxtree-ico-ef {
    background-position: 0 0;
}

.rexxtree-icon.rexxtree-custom-default-group-folder-ico-cf::before,
.rexxtree-icon.rexxtree-custom-default-group-folder-ico-ef::before,
.rexxtree-icon.rexxtree-ico-cf::before,
.rexxtree-icon.rexxtree-ico-ef::before {
    background-position: 0 -16px;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    line-height: 16px;
}

body.rexx-wheel.is-any-mobile-device .rexxtree-icon.rexxtree-custom-default-group-folder-ico-cf::before,
body.rexx-wheel.is-any-mobile-device .rexxtree-icon.rexxtree-custom-default-group-folder-ico-ef::before,
body.rexx-wheel.is-any-mobile-device .rexxtree-icon.rexxtree-ico-cf::before,
body.rexx-wheel.is-any-mobile-device .rexxtree-icon.rexxtree-ico-ef::before {
    position: relative;
    top: -7px;
    left: -7px;
}

.rexxtree-icon.rexxtree-custom-default-group-folder-ico-cf::before {
    color: #76dd68;
    content: "\f07b";
}

.rexxtree-icon.rexxtree-custom-default-group-folder-ico-ef::before {
    color: #76dd68;
    font-weight: 900;
    content: "\f07c";
}

.rexxtree-icon.rexxtree-ico-cf::before {
    color: var(--rexx-blue-light);
    content: "\f07b";
}

.rexxtree-icon.rexxtree-ico-ef::before {
    color: var(--rexx-blue-light);
    font-weight: 900;
    content: "\f07c";
}

/* font awesome icons */
.fa-stack {
    line-height: 0.75em;
    height: 0.75em;
}

.fa-check-square {
    color: #76ba4a;
}

.fa-circle-green {
    color: #008000;
}

.fa-circle-red {
    color: #c8191b;
}

.fa-circle-yellow {
    color: #ffca1b;
}

.contact-medium-icon {
    left: 14px;
    top: 1px;
}

.contact-medium-single,
.contact-type-icon {
    width: 2em;
}

iframe.org-chart-fullscreen {
    height: 100% !important;
    top: 0 !important;
background: var(--rexx-body-bg-white);
    z-index: 1020 !important;
}

/* datawarehouse */
.switch_date {
    text-align: center;
    display: block;
    line-height: 20px;
    width: 100%;
    font-size: 2em;
    cursor: pointer;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

div.table {
    display: table;
    table-layout: fixed;
}

div.table div.table-row {
    display: table-row;
}

div.table div.table-row div.table-cell {
    display: table-cell;
    padding: 2px;
    vertical-align: top;
}

.fadeInAnimate {
    opacity: 0;
}

.fadeInAnimateVisible {
    transition: opacity 0.2s;
    opacity: 1;
}

.no-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    /*noinspection CssOverwrittenProperties*/
    word-break: break-all;
    /*noinspection CssOverwrittenProperties,CssInvalidPropertyValue*/
    word-break: break-word; /* non-standard tag, used only by some browsers */
}

.no-focus-border:focus {
    outline: none;
}

.inherited-caret:before {
    padding-left: 2px;
    content: "\f106"; /* fa-angle-up */
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    vertical-align: top;
    line-height: 16px;
}

.no-pointer-event {
    pointer-events: none;
}

.rexx-wheel .box-default {
    padding: 15px;
    background-color: #fff;
    border: none;
    border-radius: var(--rexx-portlet-border-radius);
    box-shadow: var(--rexx-portlet-box-shadow);
}

.rexx-wheel.is-a-smartphone .box-default {
    border-radius: 0;
    box-shadow: none;
}

.dashboard-table .column_header_text {
    font-size: 14px;
}

.dashboard-table div {
    line-height: 0.9 !important;
}

.dashboard-table div,
.dashboard-table b {
    font-size: 12px;
}

.dashboard-frame,
.dashboard-frame iframe {
    min-height: 100px;
}

.dashboard-frame iframe {
    min-height: 320px;
}

.dashboard-frame.threshold {
    height: 320px;
}

.dashboard-frame iframe.recruiting-widget-iframe {
    height: 320px;
}

#appraisals_dashboard_chart {
    height: 320px;
}

/* my calendar widget*/

.my_calendar_entry_types_wrapper,
.emp_workday_calendar_entry_types_wrapper {
    padding: 0 7px 8px 7px;
}

.my_calendar_entry_types_wrapper > .ui-multiselect,
.emp_workday_calendar_entry_types_wrapper > .ui-multiselect {
    max-width: none !important;
}

.ui-multiselect-menu.my_calendar_filter .ui-multiselect-optgroup-label {
    text-align: left;
    margin-left: 4px;
    border-bottom: var(--rexx-border);
}

.ui-multiselect-menu.my_calendar_filter .ui-multiselect-optgroup-label a {
    color: #000;
}

.ui-multiselect-menu.my_calendar_filter .has_group_parent {
    margin-left: 15px;
}

/* Disgusting hack to draw a shadow of the layer titlebar inside the layer iframe - CSS part */
body.rexx-wheel.is-inside-layer:not(.body_main)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: var(--rexx-portlet-box-shadow);
}

.hEllipsis {
    padding: 3px;
    letter-spacing: 1px;
}

.rexx-wheel.is-a-smartphone .portlet .hEllipsis {
    display: none;
    color: white;
}

.toolbar_button_bar.top_button_bar {
    padding: 0;
    text-align: left;
    margin: 0 0 10px;
}

.toolbar_button_bar.top_button_bar > .btn:first-child {
    margin-left: 0;
}

body.is-a-smartphone .portlet .toolbar_button_bar.top_button_bar {
    margin-top: 10px;
}

.toolbar_button_bar.file_creation_button_bar {
    padding: 0;
    text-align: left;
    margin: 10px 0 30px;
}

.house_image {
    max-width: 100px;
    max-height: 100px;
}

body:not(.rexx-wheel) .bookmark {
    position: relative;
    display: inline-block;
    width: 22px;
}

.bookmark > .fas {
    color: #ccc;
}

.bookmark.active > .fas {
    color: #76ba4a;
}

.flexigrid div.bDiv > table > tbody > tr > td .bookmark:not(.bookmark-wide) {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 98%;
    height: 98%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-items-dropdown-link {
    /* Dummy class, just used to quickly find all "more item" links in the future */
}

.file_control_hairline {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin: 2px 0;
}

.file_control_hairline_sm {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin: -0.5rem 0;
}

.rexx-wheel.is-a-smartphone #free_rating_form {
    padding-top: 55px;
}

.rexx-wheel.is-any-mobile-device #free_rating_form > * {
    padding-left: 10px;
}

.rexx-wheel.is-a-smartphone #free_rating_form textarea {
    width: calc(100% - 10px) !important;
}

.scrollableDiv {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    max-height: calc(65vh - 89px);
}

.detail-switch-multiple {
    position: relative;
    top: 3px;
    left: 0;
    max-height: 120px;
    max-width: 320px;
    margin: 0;
}

.detail-switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-top: 3px;
    flex-shrink: 0;
}

.detail-switch-size-small > .detail-switch {
    height: 14px;
    width: 27px;
    margin: 0;
}

.detail-switch input {
    opacity: 0;
    width: 0;
    height: 0 !important;
}

.detail-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bbb;
    -webkit-transition: .4s;
    transition: .4s;
}

.detail-slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

div.detail-switch-size-small > .detail-switch > .detail-slider:before {
    height: 10px;
    width: 10px;
}

.detail-switch-label {
    margin: 0;
    user-select: none;
    display: block;
}

.d-flex.flex-row-reverse > .detail-switch-label {
    padding-right: 10px;
}

.d-flex.flex-row > .detail-switch-label {
    padding-left: 10px;
}

.detail-switch-multiple > div > .detail-switch-label {
    white-space: nowrap;
    width: calc(100% - 30px);
    opacity: 0.5;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.detail-switch-size-small > .detail-switch-label {
    font-size: 13px;
    line-height: 18px;
}
div.detail-switch-size-small > .detail-switch-label > .btn.small-btn,
div.detail-switch-size-small > .detail-switch-label > .btn.small-btn-disabled {
    font-size: .65rem;
    margin: 1px 0;
}

.detail-switch-multiple > div > .detail-switch-label.checked,
.detail-switch-multiple > div > .detail-switch-label.disabled {
    opacity: 1;
}

.detail-switch-multiple > div > .detail-switch-label:not(.checked):hover {
    opacity: 0.8;
}

input:checked + .detail-slider {
    background-color: #00cd00;
}

input:focus + .detail-slider {
    box-shadow: 0 0 1px #00cd00;
}

input:checked + .detail-slider.detail-slider-warning {
    background-color: #ffa200;
}

input:focus + .detail-slider.detail-slider-warning {
    box-shadow: 0 0 1px #ffa200;
}

input:checked + .detail-slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.detail-slider.round {
    border-radius: 17px;
}

.detail-slider.round:before {
    border-radius: 50%;
}

.detail-slider.disabled {
    background-color: #ddd;
    cursor: default;
}

input:checked + .detail-slider.disabled {
    background-color: #96e196;
}

/*region Mobile layers*/
.mobile_layer_outer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2000; /* above menu bar */

    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;

    background: #ececec;

    display: none;
}

.mobile_layer_outer_ios_sux {
    /* see Layer.prototype.fixScrollingOnIOS in mobile_layer.js for why this class exists. */
    overflow: unset;
}

.mobile_layer_outer.mobile_layer_is_menu_frame {
    top: 50px;
}

body.is-ios.mobile_layer_has_active_layer > :not(.mobile_layer_outer.mobile_layer_visible,.mobile_layer_bar,#confirmOverlay,#confirmBoxOuter) {
    /*
     * Necessary since iOS safari doesn't properly implement position: fixed in layers != top.
     * The layer will get stretched to max content dimensions in JS, but this might lead to elements from the
     * originating frame being visible beneath the layer if you scroll down far enough. This rule then simply hides all
     * non-layer elements (excluding confirm boxes).
     */
    display: none !important;
}

.mobile_layer_outer > .ui-dialog-titlebar-close {
    display: none;
}

.mobile_layer_outer.mobile_layer_visible {
    display: block;
}

.portlet[data-custom-id="app_additional_fields_workflow_details"] .tc-loading-cover.invisible {
    display: none !important;
}

.mobile_layer_bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;

    background: #222;
    color: #fff;

    z-index: 2001; /* above layers */

    display: none;
}

.mobile_layer_bar.mobile_layer_bar_visible {
    display: flex;
    flex-direction: row;
}

.mobile_layer_close_container {
    flex: none;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
}

.mobile_layer_title {
    flex: 1;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 50px;
    font-size: 13pt;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mobile_layer_close {
    vertical-align: middle;
    cursor: pointer;
    padding: 10px 10px 10px 20px;
}

.mobile_layer_close:hover {
    color: #fff;
}

/*endregion*/

a.item_link,
span.item_link {
    color: inherit;
    cursor: pointer;
}

a.item_link::after,
span.item_link::after {
    content: "\f054"; /* fa-chevron-right */
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    margin-left: 4px;
    vertical-align: middle;
}

#aside_navbar_collapse > ul > li > .facade {
    line-height: 20px;
    padding: 10px 15px;
    position: relative;
    text-align: left;
    text-decoration-color: #333;
    text-decoration-line: none;
    text-decoration-style: solid;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: block;
    font-family: RexxSystems, Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
}

body.rexx-wheel #aside_navbar_collapse > ul > li > .facade:hover {
    background-color: var(--rexx-blue);
    color: #fff;
}

form[name="newMessageForm"] #aside_navbar_collapse .rexx-nav.rexx-navbar-nav.rexx-navbar-left.navbar {
    justify-content: left;
    padding-right: 0px;
}

form[name="newMessageForm"] .rexx-nav.rexx-navbar-nav.rexx-navbar-left.navbar:last-child #facade_std-cc.facade {
    margin-right: 0px !important;
}

/* prevent iOS safari from zooming when tapping an input */
body.rexx-wheel.is-any-mobile-device select,
body.rexx-wheel.is-any-mobile-device textarea,
body.rexx-wheel.is-any-mobile-device input[type="text"],
body.rexx-wheel.is-any-mobile-device input[type="password"],
body.rexx-wheel.is-any-mobile-device input[type="datetime"],
body.rexx-wheel.is-any-mobile-device input[type="datetime-local"],
body.rexx-wheel.is-any-mobile-device input[type="date"],
body.rexx-wheel.is-any-mobile-device input[type="month"],
body.rexx-wheel.is-any-mobile-device input[type="time"],
body.rexx-wheel.is-any-mobile-device input[type="week"],
body.rexx-wheel.is-any-mobile-device input[type="number"],
body.rexx-wheel.is-any-mobile-device input[type="email"],
body.rexx-wheel.is-any-mobile-device input[type="url"],
body.rexx-wheel.is-any-mobile-device input[type="search"],
body.rexx-wheel.is-any-mobile-device input[type="tel"],
body.rexx-wheel.is-any-mobile-device input[type="color"] {
    font-size: 16px !important;
}

.selectize-input > div.active {
    color: #333 !important;
    background: #e6e6e6 !important;
    background-color: #e6e6e6 !important;
    background-image: -moz-linear-gradient(top, #e6e6e6, #ccc) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ccc)) !important;
    background-image: -webkit-linear-gradient(top, #e6e6e6, #ccc) !important;
    background-image: -o-linear-gradient(top, #e6e6e6, #ccc) !important;
    background-image: linear-gradient(to bottom, #e6e6e6, #ccc) !important;
    border: var(--rexx-border);
    filter: none !important;
}

.selectize-input .remove {
    border-left: var(--rexx-border);
}

.selectize-control.plugin-remove_button .with-remove-btn{
    padding-right: 5px !important;
}

.selectize-control.plugin-remove_button .with-remove-btn .remove{
    display: none !important;
}

.selectize-dropdown {
    padding: 0!important;
    width: fit-content !important;
    border-radius: var(--rexx-border-radius) !important;
    box-shadow: var(--rexx-portlet-box-shadow) !important;
    overflow: hidden;
}

.selectize-dropdown-content {
    padding: 0!important;
}

.selectize-dropdown [data-selectable] {
    padding: 5px 10px !important;
}

.selectize-dropdown-content > div.active {
    color: #333 !important;
    background: var(--rexx-hover-color) !important;
    filter: none !important;
}

.selectize-dropdown .selectize-dropdown-content div[data-value="null"] {
    display: none;
}

.selectize-dropdown .selectize-dropdown-content i {
    margin-right: 7px;
    color: var(--rexx-blue) !important;
}

.scrollbar-outer > .scrollbar-load-more,
.dashboard-frame > .scrollbar-load-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 60px;
    padding-bottom: 10px;
    text-align: center;
    color: #888;
    cursor: pointer;
    background: linear-gradient(transparent 0%, white 70%);
    z-index: 1;
    border-bottom-left-radius: var(--rexx-portlet-border-radius) !important;
    border-bottom-right-radius: var(--rexx-portlet-border-radius) !important;
}

/**
 * W3C Aria relevants
 */

.aria-heading-inline {
    font-size: inherit;
    display: inline;
    padding: 0;
    margin: 0;
}

/*
 * hide element for sighted people only
 * @see https://a11yproject.com/posts/how-to-hide-content/
 */
.hide-visually {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}

#greetingMessage {
    text-align: center;
    padding-bottom: 10px;
}

#greetingImage {
    display: flex;
    justify-content: center;
}

.photoThumb {
    position: absolute;
    max-width: 145px;
    background-color: #eee;
}

.circlePhotoThumb, .rectanglePhotoThumb {
    border-radius: 50%;
    background-color: #eee;
    justify-content: center;
    align-items: center;
    height: 145px;
    width: 145px;
    position: absolute;
}

.circlePhotoThumb img, .rectanglePhotoThumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rectanglePhotoThumb {
    border-radius: 0;
}

.rectanglePhotoThumb + #portal-online-state {
    bottom: 10px;
    right: -18px;
}

.horizontal-img {
    height: 100%;
    width: auto;
}

.vertical-img {
    width: 100%;
    height: auto;
}

.expand-vertical-img {
    height: 100%;
    object-fit: contain;
}

.expand-horizontal-img {
    width: 100%;
    object-fit: contain;
}

.detail-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.newEmployeeCircleThumb {
    border-radius: 50%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 145px;
    width: 145px;
    overflow: hidden;
    position: relative;
}

.newEmployeeCircleThumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.deletePhotoCircleBtn {
    position: absolute;
    left: 92px;
    top: 65%;
}

.chat-widget .contactListTrashBin .trashBinIcon {
    padding-top: 13px;
    padding-left: 27%;
    color: white;
    font-size: 1em;
}

.chat-widget #chat-wrapper #edit-group #formGroupImg #bucket {
    position: relative;
    top: -37px;
    left: 10px;
}

.chat-widget #chat-wrapper #edit-group #formGroupImg #groupImage #chat_group_image_upload {
    left: 35%;
    top: 36%;
}

#edit-group #formGroupImg #bucket {
    position: relative;
    left: -25%;
    top: 26%;
}

.user-chat-window .chat-window-content .formChatGroupImage .uploadPhotoCircleBtn {
    left: 55%;
    top: 60%;
}

#chat-wrapper #edit-group #formGroupImg #bucket {
    position: relative;
    left: 20%;
    top: -30px;
}

#chat-wrapper #edit-group #formGroupImg #groupImage #chat_group_image_upload {
    left: 40%;
    top: 40%;
}

#chat-wrapper #edit-group #formGroupImg .contactListTrashBin {
    position: absolute;
    background-color: #565758;
    border-radius: 50%;
    width: 32px;
    border-color: #ffffff !important;
    height: 31px;
    border: 2px;
    border-style: solid;
    left: 58%;
    transition: 0.3s;
}

#chat-wrapper #edit-group #formGroupImg .contactListTrashBin:hover {
    background-color: #c8191b;
}

.contactListTrashBin {
    position: absolute;
    background-color: #565758;
    border-radius: 50%;
    width: 29px;
    border-color: #ffffff !important;
    height: 30px;
    border: 2px;
    border-style: solid;
    left: 60%;
    top: 32%;
    transition: 0.3s;
}

.contactListTrashBin:hover {
    background-color: #c8191b;
}

#chat-wrapper #edit-group #formGroupImg .contactListTrashBin .trashBinIcon {
    padding-top: 13px;
    padding-left: 7px;
    color: white;
    font-size: 1.2em;
}

.contactListTrashBin .trashBinIcon {
    padding-top: 13px;
    padding-left: 26%;
    color: white;
    font-size: 1.2em;
}

.chatWindowTrashBin {
    position: absolute;
    background-color: #565758;
    border-radius: 50%;
    width: 21px;
    border-color: #ffffff !important;
    height: 21px;
    border: 2px;
    border-style: solid;
    left: 40px;
    top: 65%;
    transition: 0.3s;
}

.chatWindowTrashBin:hover {
    background-color: #c8191b;
}

.chatWindowTrashBin  .trashBinIcon {
    padding-left: 20%;
    color: white;
    font-size: 1em;
}

.editPhotoCircleBtn {
    position: absolute;
    left: 62px;
    top: 65%;
}

.expandPhotoCircleBtn {
    position: absolute;
    left: 35px;
    top: 65%;
    width: 5px;
    height: 5px;
}

.uploadPhotoCircleBtn {
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    position: absolute;
    top: 50%;
}

.uploadGroupImg {
    top: 45%;
    left: 40%;
}

.uploadGroupImg {
    top: 45%;
    left: 40%;
}

.portal_attachment .expandPhotoCircleBtn {
    top: auto;
    bottom: 40px;
    right: 40px;
    left: auto;
    width: auto;
    height: auto;
}

.portal_attachment .editPhotoCircleBtn {
    top: auto;
    bottom: 40px;
    right: 80px;
    left: auto;
}

.portal_attachment .deletePhotoCircleBtn {
    top: auto;
    bottom: 40px;
    right: 120px;
    left: auto;
}

.newEmployeeThumb {
    width: 145px;
    position: relative;
}

.newEmployeeThumb img {
    max-height: 145px !important;
    max-width: 145px !important;
}

#dropDownPhoto {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
}

#dropDownPhoto img {
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}

.btn.small-btn {
    text-decoration: none;
    font-size: var(--rexx-small-button-label-size);
    padding: 2px 12px;
    min-width: 60px;
}

.btn.small-btn-disabled {
    color: #b8b8b8;
    font-size: var(--rexx-small-button-label-size);
    padding: 2px 12px;
}

.btn.small-btn-disabled:hover {
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.circlePhotoApplicationThumb {
    border-radius: 50%;
    background-color: #eee;
    justify-content: center;
    align-items: center;
    height: 145px;
    width: 145px;
    position: relative;
}

.circlePhotoApplicationThumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.menu_segment_headline {
    width: 100%;
    margin-left: 20px;
    font-weight: 700;
    color: var(--rexx-font-color);
}

.rexx-row ~ .rexx-row .menu_segment_headline {
    margin-top: 10px;
}

.d-flex {
    display: flex !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.rx-slider {
    -webkit-appearance: none;
    appearance: none;
    border: 0 !important;
    opacity: .7;
    background: #ccc;
    height: 4px !important;
    max-height: 4px !important;
    top: 6px;
    position: relative;
}

.rx-slider:hover {
    opacity: 1;
}

.rx-slider::-webkit-slider-thumb,
.rx-slider::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    border: 0 !important;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #76ba4a;
    cursor: pointer;
}

.text-highlight {
    color: #76ba4a !important;
}

.tree-node-highlight {
    background: #99e908 !important;
    box-shadow: 5px 0 0 0 #99e908, -5px 0 0 0 #99e908;
}

.skill-tree-node-highlight {
    background: #99e908
}

.widgetContentDisabled .contentFrameTable {
    cursor: not-allowed;
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.widgetContentDisabled .contentFrameTable tbody {
    pointer-events: none;
    opacity: 0.2;
}

body legend {
    font-size: inherit;
}

/* simple switch */
.simple-switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 18px;
    margin: 0;
}

.simple-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.simple-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--rexx-body-bg-color);
    -webkit-transition: .4s;
    transition: .4s;
}

.simple-switch-slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .simple-switch-slider {
    background-color: #76ba4a;
}

input:focus + .simple-switch-slider {
    box-shadow: 0 0 1px #76ba4a;
}

input:checked + .simple-switch-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.simple-switch-slider.round {
    border-radius: 18px;
}

.simple-switch-slider.round:before {
    border-radius: 50%;
}

.max-width-100 {
    max-width: 100% !important;
}

.smart_matching_bar {
    position: relative;
    height: 26px;
    box-sizing: border-box;
    font-weight: bold;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: var(--rexx-portlet-border-radius);
    width: 100%;
}

.smart_matching_bar_matched, .smart_matching_bar_unmatched {
    display: inline-block;
    padding: 2px 0;
    border-color: #ddd;
    border-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    text-align: center;
    margin: 0;
    height: 100%;
    box-sizing: border-box;
}

.smart_matching_bar_unmatched {
    border-right-style: solid;
    border-top-right-radius: var(--rexx-border-radius);
    border-bottom-right-radius: var(--rexx-border-radius);
    background: #879ca7;
}

.smart_matching_bar_matched {
    background: #239952;
    border-left-style: solid;
    border-top-left-radius: var(--rexx-border-radius);
    border-bottom-left-radius: var(--rexx-border-radius);
}

.smart_matching_bar_matched.single, .smart_matching_bar_unmatched.single {
    /*
    Element is without its complementary element, which would draw the other half of the border,
    so we have to do this here instead
    */
    border-right-style: solid;
    border-top-right-radius: var(--rexx-border-radius);
    border-bottom-right-radius: var(--rexx-border-radius);
    border-left-style: solid;
    border-top-left-radius: var(--rexx-border-radius);
    border-bottom-left-radius: var(--rexx-border-radius);
}

.smart_matching_bar_label {
    padding: 2px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
}

.evaluation-chart-wrapper {
    overflow: hidden;
}

.evaluation-chart-wrapper .smart_matching_bar {
    height: 30px;
}

.evaluation-chart-wrapper .smart_matching_bar_label {
    padding: 6px 0;
}

.sl_person_image_nav {
    width: 84px;
    height: 84px;
    display: inline-block;
    background-clip: content-box;
    background: #eee no-repeat center;
    background-size: cover;
    vertical-align: middle;
    border-style: none;
}

.person_navigation_box {
    width: 100px;
    height: 100px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.person_navigation_box.active {
    background-color: var(--rexx-body-bg-color);
}

.card-loader {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    background: #00000061;
}

.card-loader i {
    margin-top: 200px;
    font-size: 75px;
    color: #fff;
}

.border-radius-0 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.border-radius-1 {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.border-radius-2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.border-radius-3 {
    -webkit-border-radius: var(--rexx-button-border-radius);
    -moz-border-radius: var(--rexx-button-border-radius);
    border-radius: var(--rexx-button-border-radius);
}

.border-radius-4 {
    -webkit-border-radius: var(--rexx-portlet-border-radius);
    -moz-border-radius: var(--rexx-portlet-border-radius);
    border-radius: var(--rexx-portlet-border-radius);
}

.border-radius-5 {
    -webkit-border-radius: var(--rexx-portlet-border-radius);
    -moz-border-radius: var(--rexx-portlet-border-radius);
    border-radius: var(--rexx-portlet-border-radius);
}

.grid_row_highlight_new td {
    color: rgb(0, 185, 0);
}

.flexigrid.novstripe div.bDiv > table > tbody > tr.grid_row_highlight_new > td,
.flexigrid.novstripe div.bDiv > table > tbody > tr.grid_row_highlight_terminate > td {
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}

.grid_row_highlight_terminate td {
    color: #c8191b !important;
}

.flexigrid.novstripe div.bDiv > table > tbody > tr.erow > td.grid-cell-changed,
.flexigrid.novstripe div.bDiv > table > tbody > tr > td.grid-cell-changed {
    color: rgb(0, 101, 189) !important;
}

/**
    STANDARD INTERFACE HROVER COLOR
*/

.flexigrid.novstripe div.bDiv > table > tbody > tr.trOver > td.grid-cell-changed,
.flexigrid.novstripe div.bDiv > table > tbody > tr:hover > td.grid-cell-changed {
    color: rgb(0, 101, 189) !important;
}

.cursor-pointer {
    cursor: pointer;
}

.first-child-padding-none td:first-child .flexiCell {
    padding-left: 0;
}

.grid-cell-changed {
    color: rgb(0, 101, 189) !important;
}

tr.datev-field-error td {
    padding-top: 0 !important;
}

.sal_query.deleted {
    background-color: #c8191b !important;
}

.sal_query.deleted a:hover {
    background-color: #c8191b !important;
    color: #fff;
}

.sal_query.deleted a {
    color: #fff;
}

#comment-box {
    width: 100%;
}

.dark-body a {
    color: #fff;
}

.light-body a {
    color: #282828;
}

.light-body #sal_found_count a::after,
.dark-body #sal_found_count a::after {
    content: "\f08e";
    font: normal normal 14px/1 "Font Awesome 5 Pro";
    margin-left: 4px;
}

.rexx-card-name a {
    font-size: 1.4rem;
}

.dark-body .grid_container.ui-resizable,
.dark-body .panel_container.ui-resizable {
    background-color: #000;
}

.dark-body #salGrid_edit_evaluation,
.dark-body,
#dark-body,
body.dark-body.body3_gridframe,
.dark-body .cards.rexx-container-fluid {
    background-color: #000;
}

#dark-body #sal_filterbar {
    border-top: none;
}

#dark-body .sal_filter_fields_sticky,
#light-body .sal_filter_fields_sticky {
    margin-top: 0px;
}

#dark-body #sal_filterbar:before,
#dark-body #sal_filterbar:after,
#light-body #sal_filterbar:before,
#light-body #sal_filterbar:after {
    display: unset;
}

#light-body #list_actions,
#dark-body #list_actions {
    display: none;
}

#dark-body .sal_nav_filter_container {
    background-color: #282828;
}

body.is-inside-layer .sal_nav_filter_container {
    position: sticky;
    z-index: 3;
}

.mobile_layer_uishim_content, .mobile_layer_uishim_content #cc-detail-popup {
    height: 100%;
}

#cc-message-popup {
    height: 100%;
}

#dark-body #sal_navbar {
    background-color: #282828;
}

.sal_filter_field_single.evaluation_placeholder {
    min-height: 0px !important;
    padding: 0px !important;
}

.switch-toggle {
    float: left;
    cursor: pointer;
    background-color: #6e6e6e;
    border-radius: var(--rexx-portlet-border-radius);
    height: 30px;
    overflow: hidden;
    width: 100%;
}

.switch-toggle input {
    cursor: pointer;
    position: absolute;
    opacity: 0;
}

.switch-toggle.label-100 label {
    width: 100%;
}

.switch-toggle.label-50 label {
    width: 50%;
}

.switch-toggle.label-45 label {
    width: 45%;
}

.switch-toggle.label-45 label:nth-child(6) {
    width: 10%;
}

.switch-toggle.label-70 label {
    width: 70%;
}

.switch-toggle.label-70 label:nth-child(4) {
    width: 30%;
}

.switch-toggle input + label i {
    color: #fff;
}

.switch-toggle input + label {
    padding: 7px 10px;
    float: left;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.switch-toggle input:checked + label {
    background: #999;
    border-radius: var(--rexx-portlet-border-radius);
    padding: 7px 10px;
    text-align: center;
}

.evaluation_teaser_image {
    width: 95px;
    height: 95px;
    display: inline-block;
    background-clip: content-box;
    background: #eee no-repeat center;
    background-size: cover;
    vertical-align: middle;
    border: 5px solid #ced4da;
    border-radius: 50%;
    float: left;
}

.evaluation_vacancy_name {
    margin-left: 15px;
    font-size: 15px;
    font-weight: bolder;
    float: left;
    padding-top: 25px;
}

.evaluation-list-status-icon {
    border-radius: 10px;
    border: 2px solid transparent;
    text-align: center;
    width: 10px;
    height: 10px;
    margin-right: 2px;
}

.evaluation-list-status-icon i {
    color: white;
    padding: 2px;
}

.evaluation-list-status-icon.open {
    border: 2px solid white;
    background-color: grey;
}

.evaluation-list-status-icon.in-process {
    border: 2px solid white;
    background-color: #ffca1b;
}

.evaluation-list-status-icon.completed {
    border: 2px solid white;
    background-color: rgb(0, 185, 0);
}

.switch-toggle-select .sts-name {
    position: relative;
    height: 30px;
    background: #878787;
    border-radius: var(--rexx-portlet-border-radius);
    padding: 7px;
    color: #fff;
    cursor: pointer;
}

.switch-toggle-select .sts-icon {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #fff;
}

.switch-toggle-select .sts-icon i {
    color: #fff;
}

.switch-toggle-select .sts-list {
    position: absolute;
    margin-top: 1px;
    z-index: 9999;
    width: 90%;
    background: #878787;
    border-radius: var(--rexx-portlet-border-radius);
    display: none;
}

.switch-toggle-select .sts-list ul {
    cursor: pointer;
    list-style: none;
    margin: 0;
    padding: 0;
}

.switch-toggle-select .sts-list li {
    padding: 7px;
    color: #fff;
}

.switch-toggle-select .sort.desc {
    border-width: 8px 5px 0 5px;
    border-color: #999 transparent transparent transparent;
}

.switch-toggle-select .sort.asc {
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #999 transparent;
}

.switch-toggle-select .sort {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    margin-left: 3px;
}

.evaluation-round-single-chart {
    text-align: center;
    width: 50%;
    min-width: 190px;
    margin-bottom: 10px;
}

#evaluation_status_chart {
    width: 200px;
}

.tacho-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

.dark-body .tacho-circle {
    position: absolute;
    top: 5px;
    left: 5px;
    border: 0px solid white;
}

.dark-body .tacho-circle-empty-1 {
    background-color: #999;
    border: 0px;
}

.dark-body .tacho-circle-empty-2 {
    background-color: #999;
    border: 0px;
}

.dark-body .tacho-circle-free-1 {
    background-color: #282828;
    border: 1px solid #282828;
    position: relative;
}

.dark-body .tacho-circle-free-2 {
    position: absolute;
    border-top: 0px;
    border-bottom: 0px solid;
    background-color: #282828;
}

.dark-body .tacho-circle-text {
    text-align: center;
    width: 100%;
    position: absolute;
    color: #fff;
}

.dark-body .tacho-circle-text a {
    color: #fff;
}

.light-body .tacho-circle {
    position: absolute;
    top: 5px;
    left: 5px;
    border: 0px solid black;
}

.light-body .tacho-circle-empty-1 {
    background-color: #999;
    border: 0px;
}

.light-body .tacho-circle-empty-2 {
    background-color: #999;
    border: 0px;
}

.light-body .tacho-circle-free-1 {
    background-color: #fff;
    border: 1px solid #fff;
    position: relative;
}

#light-body .tacho-circle-free-2 {
    background-color: #fff;
}

.light-body .tacho-circle-free-2 {
    position: absolute;
    border-top: 0px;
    border-bottom: 0px solid;
    background-color: #fff;
}

.light-body .tacho-circle-text {
    text-align: center;
    width: 100%;
    position: absolute;
    color: #000;
}

.light-body .tacho-circle-text a {
    color: #000;
}

.size1.tacho-wrapper {
    width: 250px;
    height: 150px;
}

.size1 .tacho-circle {
    height: 120px;
    width: 120px;
    border-radius: 120px 0px 0px 0px;
    transform-origin: 120px 120px;
}

.size1 .tacho-circle-value-1 {
    border-radius: 120px 120px 0px 0px;
    transform: rotate(0deg);
    width: 240px;
}

.size1 .tacho-circle-value-1.green {
    background-color: rgb(0, 185, 0);
}

.size1 .tacho-circle-value-1.yellow {
    background-color: #ffca1b;
}

.size1 .tacho-circle-value-1.red {
    background-color: red;
}

.size1 .tacho-circle-free-1 {
    top: 125px;
    left: 50px;
    height: 100px;
    width: 200px;
}

.size1 .tacho-circle-free-2 {
    top: 65px;
    left: 65px;
    height: 60px;
    width: 120px;
    border-radius: 60px 60px 0px 0px;
}

.size1 .tacho-circle-text {
    top: 110px;
}

.size2.tacho-wrapper {
    width: 125px;
    height: 61px;
}

.size2 .tacho-circle {
    height: 60px;
    width: 60px;
    border-radius: 60px 0px 0px 0px;
    transform-origin: 60px 60px;
}

.size2 .tacho-circle-value-1 {
    border-radius: 60px 60px 0px 0px;
    transform: rotate(0deg);
    width: 120px;
}

.size2 .tacho-circle-value-1.green {
    background-color: rgb(0, 185, 0);
}

.size2 .tacho-circle-value-1.yellow {
    background-color: #ffca1b;
}

.size2 .tacho-circle-value-1.red {
    background-color: red;
}

.size2 .tacho-circle-free-1 {
    top: 60px;
    left: 0px;
    height: 100px;
    width: 200px;
}

.size2 .tacho-circle-free-2 {
    top: 30px;
    left: 35px;
    height: 31px;
    width: 60px;
    border-radius: 30px 30px 0px 0px;
}

.size2 .tacho-circle-text {
    top: 45px;
    font-size: 12px;
}

#hide_information {
    padding: 10px 0px 0px 5px;
}

#hide_information a {
    font-size: 20px;
    font-weight: bolder;
}

.flexigrid div.bDiv > table > tbody > tr.grid-hover:hover > td,
.flexigrid div.bDiv > table > tbody > tr.grid-hover.trOver > td {
    background: #d9edf7 !important;
    border-left: 1px solid #f8f8f8 !important;
    border-bottom-color: #eee;
}

.legend-table {
    border-collapse: unset;
    border-spacing: 4px;
}

#sal_evaluation_text {
    font-size: 14px;
    margin-left: 0px;
    line-height: 33px;
}

.popover .popover-content .tc-loading {
    background-color: transparent;
    min-width: 200px;
}

.popover .popover-content .tc-loading-cover,
.popover .popover-content .tc-loading-normal {
    position: static;
}

.popover .popover-content .tc-loading-transparent {
    display: none;
}

.chat-like-popover {
    min-width: 250px;
    border: var(--rexx-sidebar-border) !important;
}

.chat-like-popover.loading-data .popover-content,
.chat-like-popover .popover-content:not(.data-loaded),
.chat-like-popover.loading-data .popover-content .tc-loading-cover,
.chat-like-popover .popover-content:not(.data-loaded) .tc-loading,
.chat-like-popover.loading-data .popover-content .tc-loading,
.chat-like-popover .popover-content:not(.data-loaded) .tc-loading-cover {
    min-height: 77px;
}

.chat-like-popover .link, .chat-like-popover .link:visited, .chat-like-popover .link:link,
.chat-like-popover .link:hover, .chat-like-popover .link:active,
.chat-like-popover a, .chat-like-popover a:visited, .chat-like-popover a:link,
.chat-like-popover a:hover, .chat-like-popover a:active {
    cursor: pointer;
    text-decoration: none;
}

.chat-like-popover p {
    margin-bottom: 0;
}

/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/
/* reset */

.fc-button-primary,
.fc-button-primary:disabled {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.fc-button-primary:hover,
.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
    color: #333;
    background-color: #fff;
    border-color: #adadad;
}

.fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.fc-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.fc-button {
    -webkit-appearance: button;
}

.fc-button:not(:disabled) {
    cursor: pointer;
}

.fc-button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/* theme */
.fc-button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #adadad;
    padding: 0.375rem 0.75rem;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25em;
}

.fc-button:hover {
    color: #212529;
    text-decoration: none;
}

.fc-button:focus {
    outline: 0;
    /*
    -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
    */
}

.fc-button:disabled {
    opacity: 0.65;
}

.fc-button-primary:disabled {
    color: #fff;
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    background-color: #1a252f;
    border-color: #151e27;
}

/*
.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
*/
/* icons within buttons */
.fc-button .fc-icon {
    vertical-align: middle;
    font-size: 1.0rem;
    line-height: 0.8rem;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.fc-button-group > .fc-button {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.fc-button-group > .fc-button:hover {
    z-index: 1;
}

.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
    z-index: 1;
}

.fc-button-group > .fc-button:not(:first-child) {
    margin-left: -1px;
}

.fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-button-group > .fc-button:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}


.rexx-bg-warning {
    background-color: rgb(255, 162, 0) !important;
}

.rexx-bg-secondary {
    background-color: #dcdcdc !important;
}

.rexx-bg-warning {
    background-color: rgb(255, 162, 0) !important;
}

.rexx-bg-secondary {
    background-color: #a6a6a6 !important;
}

/** Jquery-UI Datepicker **/
.ui-datepicker-days-cell-over {
    background: #ddd;
    font-weight: bold;
}

/** Hairline **/
div.hairline_heading {
    position: relative;
    font-size: 14px;
    z-index: 1;
    overflow: hidden;
    color: var(--rexx-font-color);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

div.hairline_heading:before, div.hairline_heading:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: "\a0";
    background-color: #e1e1e1;
}

div.hairline_heading.full:before, div.hairline_heading.full:after {
    width: 100%;
}
div.hairline_heading:before {
    margin-left: -52%;
    text-align: right;
}

div.hairline_heading:after {
    margin-left: 2%;
    text-align: right;
}

.font-roboto {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

div.cat_mobile {
    padding-left: 10px;
    padding-right: 10px;
}

div.cf_mobile > select,
div.cf_mobile > select option {
    max-width: 100%;
}

.opacity-50 {
    opacity: 0.5;
}

span.eau_border {
    padding: 3px 5px;
    border-radius: var(--rexx-button-border-radius);
    position: relative;
    bottom: -1px;
}

span.eau_flag {
    background-color: var(--rexx-yellow);
    color: var(--rexx-dark);
}

span.eau_no_feedback {
    background-color: var(--rexx-red);
    color: #fff;
}

span.eau_error {
    border: 1px solid var(--rexx-red);
    color: var(--rexx-red);
}

span.eau_others {
    background-color: #fff;
    border: 1px solid var(--rexx-blue);
}

span.eau_waiting {
    background-color: #fff;
    border: 1px solid var(--rexx-disabled);
    color: #b8b8b8;
}

span.eau_ok, span.eau_mismatch {
    background-color: var(--rexx-green);
    color: #fff;
}

.text-normal {
    text-transform: initial;
}

.historyValNone.emptyField.text-black {
    color: #000 !important;
}

.allows-new-features .photo-upload-group a {
    top: 35px;
}

.allows-new-features .photo-upload-group a:nth-child(1) {
    left: 35px;
}

.allows-new-features .photo-upload-group a:nth-child(2) {
    left: 62px;
}

.allows-new-features .photo-upload-group a:nth-child(3) {
    left: 92px;
}

.allows-new-features .photo-upload-group a:nth-child(4) {
    left: 122px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

div.table > :not(caption) > * > * {
    padding: 0;
}

.data_empty_msg, .grid_empty_msg {
    color: var(--rexx-color);
}

.tox-tinymce,
.tox-edit-area {
    border: unset!important;
    box-shadow: unset!important;
}

.tox .tox-edit-area__iframe {
    border-radius: var(--rexx-border-radius);
}

.form_content {
    padding: 0 var(--rexx-space-desktop);
}
