
@font-face {
    font-family: "VWAGTheSans";
    font-display: fallback;
    font-weight: normal;
    font-style: normal;
    src: url("/umsweb/public/jakarta.faces.resource/VWAGTheSans-Regular.woff?ln=fonts") format("woff"),
         url("/umsweb/public/jakarta.faces.resource/VWAGTheSans-Regular.woff2?ln=fonts") format("woff2");
}
@font-face {
    font-family: "VWAGTheSans";
    font-display: fallback;
    font-weight: bold;
    font-style: normal;
    src: url("/umsweb/public/jakarta.faces.resource/VWAGTheSans-Bold.woff?ln=fonts") format("woff"),
         url("/umsweb/public/jakarta.faces.resource/VWAGTheSans-Bold.woff2?ln=fonts") format("woff2");
}
@font-face {
    font-family: "VWAGTheSans";
    font-display: fallback;
    font-weight: normal;
    font-style: italic;
    src: url("/umsweb/public/jakarta.faces.resource/VWAGTheSans-Italic.woff?ln=fonts") format("woff"),
         url("/umsweb/public/jakarta.faces.resource/VWAGTheSans-Italic.woff2?ln=fonts") format("woff2");
}


body {
    /* This has to override the fonts set by theme.css / primefaces */
    font-family: VWAGTheSans, Verdana, sans-serif;
    text-rendering: optimizeLegibility;
    margin: 0;
}

ul {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 22px;
}

#vwgslogo {
    background: white url("/umsweb/public/jakarta.faces.resource/vwgs_logo.gif?ln=images") no-repeat center center;
    height: 80px;
}

#scrollToTop {
    display: none;
    width: 24px;
    height: 22px;
    position: fixed;
    bottom: 30px;
    right: 22px;
    cursor: pointer;
    text-align: center;
    color: #004666; /* .petrol-800-primary */
    background-color: #edf0f2; /* .grey-200-tertiary */
    border: 1px solid #D3D6D9;
    padding-top: 3px;
    padding-left: 8px;
}

#scrollToTop:before {
    position: fixed;
    bottom: 32px;
    right: 32px;
}

#scrollToTop:hover {
    background-color: #a8adb3; /* .grey-400-secondary */
}

.ui-state-disabled {
    background-color: inherit !important;
    /* enable tooltips on disabled elements */
    pointer-events: all;
}
.ui-commandlink.ui-state-disabled {
    background-color: inherit !important;
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon,
.ui-dialog-titlebar .ui-icon, .ui-lightbox-close .ui-icon {
    /* make some icons more visible, use default color */
    background-image: url("/umsweb/public/jakarta.faces.resource/images/ui-icons_ffffff_256x240.png?ln=primefaces-vwag");
}

#topArea {
    width: 100%;
}

#mainArea {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 130px);
}

#bottomArea {
    width: 100%;
}

#footer {
    color: white;
    background-color: #4c5356; /* .grey-800-primary */
    font-size: 12px;
    line-height: 40px;
    margin-top: 10px;
    display: flex;
}

#leftFooter {
    text-align: left;
    padding-left: 10px;
    width: 50%;
}

#rightFooter {
    text-align: right;
    padding-right: 10px;
    width: 50%;
}

#footer div a {
    color: white;
    text-decoration: none;
}

#footer div .divider {
    padding: 0 8px;
}

.only-content div {
    padding: 0 !important;
}

.only-content {
    border: none;
}

.tileRowButton {
    height: 30px;
}

.tileRowButton .ui-button-text {
    margin: 0 !important;
    padding: 0 0.6em !important;
}

/* Additional styling of the p:autocomplete - panel showing the completed texts  */
.ui-autocomplete-panel {
    max-width: 33vw;
    max-height: 40vh;
}
.ui-autocomplete-multiple-container {
    width: 100%;
    height: auto;
}

.defaultFormLabel {
    font-weight: bold;
}

.defaultInputText {
    width: 50%;
}

.defaultInputLine {
    padding-top: 2px;
    padding-bottom: 2px;
}

.no-tooltip-arrow .ui-tooltip-arrow {
    display: none;
}

.ui-tooltip {
    background-color: transparent;
    border: none;
    max-width: 600px;
    z-index: 2000 !important; /* If lower than the z-index of a dialog, the tooltip sometimes is rendered behind the dialog */
}

.ui-tooltip .ui-tooltip-text {
    background-color: #e8f2f6 !important;
    color: inherit !important;
}

/* Style of the header-line of a top-level panel */
.panelHeaderWrapper {
    background-color: #20607e; /* .petrol-700 */
    padding: 5px;
    color: white;
    font-weight: bold;
}

/* Style of the header-line of a any other level under top-level panel */
.panelSubHeaderWrapper {
    background-color: #cacdd2; /* .grey-300 */
    padding: 5px;
    color: black;
    font-weight: bold;
}

/* Style of the header-line of a nested panel */
.panelHeaderWrapperNested {
    background-color: #5f95af; /* .petrol-500 */
    padding: 5px;
    color: white;
    font-weight: bold;
}

/* More compact menus */
.ui-menu .ui-menuitem-link {
    line-height: 0.6;
}

.ui-menu .ui-menu-list .ui-widget-header {
    line-height: 0.9;
}

.labelDefault {
    font-weight: bold;
}

.inputTextDefault {
    width: 99%;
}
input[type="text"]:disabled {
    background-color: #f5f6f7; /* .grey-100 */
}

.labelValueGridDefault {
    min-width: 330px;
}

.ui-autocomplete-panel {
    max-width: 50vw;
}

.ui-autocomplete-panel .ui-autocomplete-table th, .ui-autocomplete-panel .ui-autocomplete-table td {
    border-style: hidden;
    padding: 4px;
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ui-blockui {
    opacity: 0.2;
}

.inputGridCell {
    padding: 0 !important;
}

.inputGridTextOutput {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-tree {
    line-height: 1.4em;
    width: 100%;
}
.ui-tree .ui-tree-container {
    overflow: hidden;
}
.ui-tree .ui-treenode-content {
    color: #004666; /* petrol-800-primary */
    width: 100%;
    cursor: pointer;
}
.ui-tree .ui-treenode-parent > .ui-treenode-content.ui-state-hover,
.roleSelectionTree.ui-tree .ui-treenode-parent > .ui-treenode-content.ui-state-hover,
.ui-tree .ui-treenode-content.ui-state-hover,
.roleSelectionTree.ui-tree .ui-treenode-content.ui-state-hover {
    color: #004666; /* petrol-800-primary */
    background-color: #c6dfe7; /* petrol-400-secondary */
}
.roleSelectionTree.ui-tree .ui-treenode-parent > .ui-treenode-content {
    background-color: #edf0f2; /* grey-200-tertiary */
}
.roleSelectionTree.ui-tree {
    width: revert;
}

.ui-tree .ui-treenode-parent > .ui-treenode-content.ui-state-highlight,
.ui-tree .ui-treenode-content.ui-state-highlight {
    font-family: inherit; /* Changing the font when selecting a tree-node doesnt look good. So we use the default from the parent element. */
    font-weight: bold;
    background-color: #80b0c8; /* petrol-400-secondary */
}

.ui-treetable table thead tr th {
    border-style: none;
}

.treeBoundaryViewer .ui-treenode-content.ui-state-highlight {
    background: inherit !important;
}
div.treeBoundaryViewer {
    max-height: 200px;
    overflow: auto;
}
div.treeBoundaryEditor {
    max-height: 400px;
    overflow: auto;
}

.ui-datatable-data .ui-datatable-selectable.ui-state-hover {
    color: #004666; /* petrol-800-primary */
    background-color: #c6dfe7; /* petrol-400-secondary */
}
.ui-datatable-data .ui-datatable-selectable.ui-state-highlight {
    font-family: inherit; /* Changing the font when selecting a tree-node doesnt look good. So we use the default from the parent element. */
    background-color: #80b0c8; /* petrol-400-secondary */
}
.ui-state-highlight-unset {
    background-color: inherit;
    cursor: inherit !important;
}

.notAssignableRoleTreeNode {
    color: #cacdd2; /* .grey-300 */
}

.ui-autocomplete-input.ui-inputfield {
    width: 100%;
    padding: 1px;
}

.ui-autocomplete .ui-autocomplete-dropdown {
    width: 1.8em;
    right: -10px;
    height: 25px;
    top: 0;
}

.ui-autocomplete .ui-button-icon-only .ui-icon {
    margin-left: 5px;
    left: 0;
}

.userActiveIcon {
    color: #417b97; /* .petrol-600 */
    font-size: 19px;
}

.userActiveLightIcon {
    color: #a4c8d8; /* .petrol-300 */
    font-size: 19px;
}

.userInactiveIcon {
    color: #b2466b; /* .red-600 */
    font-size: 19px;
}

.userInactiveLightIcon {
    color: #c26d88; /* .red-400-secondary */
    font-size: 19px;
}

.stackedCogIcon {
    color:#00354d; /* .petrol-900 */
    text-align: end;
    font-size: 12px;
}

.passwordActiveIcon {
    color: #417b97; /* .petrol-600 */
    font-size: 19px;
}

.passwordActiveLightIcon {
    color: #a4c8d8; /* .petrol-300 */
    font-size: 19px;
}

.passwordExpiredOrFirstLoginIcon{
    color: #417b97; /* .petrol-600 */
    font-size: 19px;
}

.passwordExpiredOrFirstLoginLightIcon{
    color: #a4c8d8; /* .petrol-300 */
    font-size: 19px;
}

.todoIcon {
    color: darkorange;
    font-size: 19px;
}

.profileTypeRemoteAdminIcon {
    color: #64a844; /* .signal-green-800-primary */
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    line-height: 0.1;
}

.profileTypeRemoteAdminIcon:after {
    content: 'R';
}

.profileTypeCompanyAdminIcon {
    color: #95a844; /* .green-800-primary */
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    line-height: 0.1;
}

.profileTypeCompanyAdminIcon:after {
    content: 'A';
}

.originTypeIcon {
    color: #20607e !important; /* .petrol-700 */
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: 0.1;
}
.originTypeProfileIcon:after {
    content: 'P';
}
.originTypeGroupIcon:after {
    content: 'G';
}

.originTypeAgencyIcon:after {
    content: 'A';
}
.originTypeRemoteAdminIcon:after {
    content: 'RA';
}

.originTypeRoleIcon:after {
    content: 'R';
}

.profileTypeIdentityAdminIcon {
    color: #95a844; /* .green-800-primary */
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    line-height: 0.1;
}

.profileTypeIdentityAdminIcon:after {
    content: 'P';
}

.profileTypeIdentityAndRemoteAdminIcon {
    color: #95a844; /* .green-800-primary */
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    line-height: 0.1;
}

.profileTypeIdentityAndRemoteAdminIcon:after {
    content: 'PR';
}

.tabNotActive {
    background: #edf0f2 !important; /* .grey-200-tertiary  */
    color: #20607e !important; /* .petrol-700 */
    background-image: none;
    border: 1px solid #edf0f2 !important; /* .grey-200-tertiary  */
}

.tabNotActive:hover {
    background: #cacdd2 !important; /* .grey-300 */
    border: 1px solid #cacdd2 !important; /* .grey-300 */
}

.tabActive, .tabActive:hover {
    background: #20607e !important; /* .petrol-700 */
    color: #ffffff;
    border-color:  #20607e !important; /* .petrol-700 */
}

.userWithExternalEmployeeIcon {
    color: #64a844; /* .signal-green-800-primary */
    font-size: 19px;
}

.strikeThroughOverUserIcon::after {
    content: "/";
    color: #aa325c; /* .red-700 */
    font-size: 28px;
    opacity: 0.9;
    font-family: Arial, sans-serif;
    font-weight: 1000;
    position: absolute;
    top: -9px;
    left: 10px;
    transform: rotate(20deg);
}

.userWithExternalEmployeeInvalidIcon {
    color: #bdc88a; /* green-500 */
    font-size: 19px;
}

.expiredDate {
    color: #b2466b; /* .red-600 */
    font-weight: bold;
}

.ui-menuitem-text{
    margin-top: 3px;
    display: inline-block;
    float: none !important;
}

.ui-datatable .ui-sortable-column-badge {
    display: none;
}
.ui-datatable-data {
    vertical-align: top;
}
.ui-datalist {
    border: none;
}
.ui-datalist-content {
    background: none;
}
.ui-datalist-data {
    padding-left: 18px;
}

.totpStateActivationStartedIcon {
    color: #e2bf40; /* .orange-600 */
    font-weight: bold;
    line-height: 0;
}

.totpStateActiveIcon {
    color: #64a844; /* .signal-green-800-primary */
    font-weight: bold;
    line-height: 0;
}

.totpStateActiveLinkedIcon {
    color: #004666; /* .petrol-800-primary */
    font-weight: bold;
    line-height: 0;
}

.totpStateInvitationSentIcon {
    color: #e6c95f; /* .orange-500 */
    font-weight: bold;
    line-height: 0;
}

.totpStateResetIcon {
    color: #e6c95f; /* .orange-500 */
    font-weight: bold;
    line-height: 0;
}

.profileStatusIconPanel {
    width: 23px;
    text-align: center;
    display: inline-block;
    word-break: normal;
}

.profileCorrelatedIcon {
    color: #5f95af; /* .petrol-500  */
    font-weight: bold;
}

.selectOneDefault {
    width: 90%;
}

.ui-selectonemenu.ui-state-focus {
    border-color: #C6DFE7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(198, 223, 231, 0.6);
}
.ui-selectonemenu-panel .ui-selectonemenu-filter-container {
    width: 90%;
}
.ui-selectonemenu-panel .ui-selectonemenu-filter {
    width: 100%;
}
.ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon {
    display: none;
}

.invalidRedIcon {
    color: #da0c1f; /* .signal-red-800-primary */
}

.validGreenIcon {
    color: #64a844; /* .signal-green-800-primary */
}

.extendedProfileSearchFieldBox {
    display: inline-block;
    width: 200px;
    margin-right: 15px;
}

/* remove wizard arrow on last step */
.ui-wizard-step-last:after, .ui-wizard-step-last:before {
    display: none !important;
}

.companyChangeDoneIcon, .migrationDoneIcon {
    color: #95a844; /* .green-800-primary */
}

.companyChangeNotCompletedIcon, .migrationNotCompletedIcon {
    color: #e2bf40; /* .orange-600 */
}

.companyChangeRejectedIcon, .migrationRejectedIcon {
    color: #a21e4d; /* .red-800-primary */
}

.profileSearchSolutionListItem {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: #edf0f2; /* .grey-200-tertiary */
    border: 1px solid #cacdd2; /* .grey-300 */
}

.profileSearchRoleListItem {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: inherit;
    border: 1px solid #cacdd2; /* .grey-300 */
}

.pfmaDeactivationAction {
    border: 2px solid #7a8084; /* .grey-600 */
    border-right: none;
    height: 230px;
}

.pfmaRemoveAction {
    border: 2px solid #7a8084; /* .grey-600 */
    height: 230px;
}

.extendedProfileSearchRoleListPanel {
    max-height: 300px;
    overflow: auto;
    padding: 0 5px 5px 5px;
    margin-left: 1px;
}

.smallerButton {
    font-size: small;
}

.ui-picklist .ui-picklist-list {
    width: 35vw;
}

.selectListsPickList > .ui-picklist-list-wrapper {
    width: 46%;
}
.selectListsPickList > .ui-picklist-list-wrapper > .ui-picklist-list{
    width: 100%;
}

.ui-outputlabel-rfi {
    color: #aa325c; /* .red-700 */
    margin-left: .2em !important;
}

.explanationText {
    font-style: italic;
    color: #20607e; /* .petrol-700 */
    opacity: 0.7;
}

.tooltipHeader {
    font-weight: bold;
}

.tooltipHr {
    border-color: #a4c8d8; /* .petrol-300 */
}

.tooltip-decoration {
    /*border-bottom: 1px dashed #000;*/
}

.treeFolderIcon {
    margin-left: 5px;
    color: #d8aa00 !important; /* .orange-800-primary */
}

.treeFileIcon {
    margin-left: 5px;
    margin-bottom: 2px;
    color: #002333 !important; /* .petrol-1000 */
    font-size: 1em !important;
}

.noBorderGrid tr, .noBorderGrid td {
    border: none !important;
}

.ui-g-0 {
    float: left;
    box-sizing: border-box;
    padding: .5em;
}

.ui-datepicker-trigger {
    height: 25px;
}
.ui-datepicker th {
    background-color: #E5E6E9;
    color: #004666; /* .petrol-800-primary */
}
.ui-datepicker td a {
    font-weight: bold;
    background-color: #80b0c8; /* .petrol-400-secondary */
}
.ui-datepicker td span.ui-state-active,
.ui-datepicker td a.ui-state-active {
    font-weight: bold;
    background-color: #5f95af !important; /* .petrol-500 */
}

.confirmDialogIcon {
    color: #fccd22; /* .signal-orange-800-primary */
    font-size: larger;
    margin-top: 2px;
}

input.input-number-3 {
    width: 25px;
}
input.input-number-6 {
    width: 50px;
}
input.input-number-12 {
    width: 95px;
}

.navMenu{
    width: auto;
    padding: 5px;
    min-width: 166px;
}

.navMenuHeader {
    background-color: #20607e; /* .petrol-700 */
    padding: 5px;
    color: white;
    font-weight: bold;
    min-width: 166px;
}

.navMenuHeaderNested {
    background-color: #5f95af; /* .petrol-500 */
    padding: 5px;
    color: white;
    font-weight: bold;
    min-width: 166px;
}

.contentWrapper {
    min-width: 900px;
}

.timebasedLimitationIconBlue {
    color: #5f95af; /* .petrol-500 */
}
.timebasedLimitationIconBlack {
    color: #002333; /* .petrol-1000 */
}
.timebasedLimitationIconRed {
    color: #a21e4d; /* .red-800-primary */
}
.roleDisabledIcon {
    color: #a21e4d; /* .red-800-primary */
}
.roleDisabled {
    font-style: italic;
    opacity: .6;
}
.requiredRole {
    background-color: #fccd22; !important;
}

.displayAdminsMenuIcon::after {
    content: "A";
    margin-left: -4px;
    color: #64a844; /* .signal-green-800-primary */
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.displayRemoteAdminsMenuIcon::after {
    content: "R";
    color: #64a844; /* .signal-green-800-primary */
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    position: relative;
    bottom: 3px;
}
.displayRemoteAdminRolesMenuIcon::after {
    content: "R";
    color: #64a844; /* .signal-green-800-primary */
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    position: relative;
    bottom: 3px;
    right: 3px;
}

.editGrantRolesAdminMenuIcon::after {
    content: "A";
    color: #64a844; /* .signal-green-800-primary */
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    position: relative;
    bottom: 3px;
    right: 3px;
}

.editRoleUsageManagement::before {
    content: "\f0e0"; /* pi-envelope */
    color: #64a844; /* .signal-green-800-primary */
    font-size: 16px;
}

.editRoleUsageManagement::after {
    content: "\f084"; /* pi-envelope */
    font-size: 13px;
    margin-left: -12px;
    font-weight: bold;
}

.red-bold {
    color: #a21e4d;
    font-weight: bold;
}
.red-bold-block {
    color: #a21e4d;
    font-weight: bold;
    display: block;
}


.customer-toggle .ui-toggleswitch-handler {
    position: absolute;
}

.customer-switchtoggle {
    border-radius: 20px;
    background-color: #ccc;
    font: icon;
}


.ui-menuitem-icon {
    width: 17px !important;
    text-align: center;
}

.deactivationReasonList {
    padding-left: 15px;
    margin: 0;
}

.defaultBoldText{
    font-weight: bold;
}

.successText{
    font-weight: bold;
    color: #64a844; /* .signal-green-800-primary */
}

.failureText{
    font-weight: bold;
    color: #da0c1f; /* .signal-red-800-primary */
}

.redWarningText{
    font-weight: bold;
    color: #da0c1f; /* .signal-red-800-primary */
}

.setPasswordMenuIcon::before {
    content: "\f023"; /*fa-lock*/
    font-size: 16px;
}

.setPasswordMenuIcon::after {
    content: "\f061"; /*fa-arrow-right*/
    margin-left: -15px;
    color: #64a844; /* .signal-green-800-primary */
    font-size: 12px;
}

.setOwnPasswordMenuIcon::before {
    content: "\f023"; /*fa-lock*/
    font-size: 16px;
}

.setOwnPasswordMenuIcon::after {
    content: "\f061"; /*fa-arrow-right*/
    margin-left: -15px;
    color: #64a844; /* .signal-green-800-primary */
    font-size: 12px;
}

.createGroupMenuIcon::before {
    content: "\f0C0"; /*fa-users*/
    font-size: 16px;
}

.createGroupMenuIcon::after {
    content: "\f067"; /*fa-plus*/
    margin-left: -25px;
    color: #64a844; /* .signal-green-800-primary */
    font-size: 13px;
}

.createUserMenuIcon::before {
    content: "\f007"; /*fa-user*/
    font-size: 16px;
}

.createUserMenuIcon::after {
    content: "\f067"; /*fa-plus*/
    margin-left: -20px;
    color: #64a844; /* .signal-green-800-primary */
    font-size: 13px;
}

.certificatesMenuIcon::before {
    content: "\f132"; /*fa-shield*/
    font-size: 16px;
}


.cloneProfileMenuIcon::before {
    content: "\f007\f007"; /*fa-user*/
    margin-left: -6px;
    font-size: 16px;
}

.cloneProfileMenuIcon::after {
    content: "\f061"; /*fa-arrow-right*/
    margin-left: -17px;
    color: #64a844; /* .signal-green-800-primary */
    font-size: 13px;
}

.disabledTextInput {
    background-color: #e7e7e7;
}

.ui-messages-hint {
    background-color: #ebd47f; /* .orange-400-secondary  */
    color: #a68200; /* .orange-1000 */
    border: none;
    margin: 10px 0;
    padding: 10px;
}
.ui-messages-hint .infoIcon {
    color: #d8aa00; /* .orange-800-primary */
}
.ui-messages-hint2 {
    background-color: #c6dfe7; /* .petrol-200-tertiary  */
    color: #004666; /* .petrol-800-primary */
    border: none;
    margin: 10px 0;
    padding: 10px;
}
.ui-messages-info {
    background-color: #64a844 !important; /* .signal-green-800-primary  */
    border: none;
    color: white !important;
}
.ui-messages-info .infoIcon {
    color: #c6dfe7; /* .petrol-200-tertiary */
}
.ui-messages-warn {
    background-color: #fccd22 !important; /* .signal-orange-800-primary */
    border: none;
    color: #4c5356 !important; /* .grey-800-primary */
}
.ui-messages-error,
.ui-messages-fatal,
.ui-state-error,
.ui-state-error .ui-outputlabel-rfi,
.ui-state-error .ui-selectonemenu-label {
    background-color: #da0c1f !important; /* .signal-red-800-primary */
    border: none;
    color: white !important;
}

/* The messages have a left margin, but with no display set
wrapped lines are shown with zero margin.*/
.ui-messages-info-summary,
.ui-messages-warn-summary,
.ui-messages-error-summary,
.ui-messages-fatal-summary {
    display: inline-block;
}

.ui-row-toggler {
    background: none repeat scroll 0 0 transparent !important;
    text-indent: 0 !important;
    display: block;
    font-family: FontAwesome !important;
    height: 18px !important;
}
.ui-row-toggler[aria-expanded='false']::before {
    content: "\f0fe"; /* .fa-plus-square */
}
.ui-row-toggler[aria-expanded='true']::before {
    content: "\f146"; /* .fa-minus-square */
}

.infoIcon {
    color: #80b0c8; /* .petrol-400-secondary */
    text-decoration: none;
    vertical-align: super;
    font-size: 14px !important;
}

.tabContent {
    padding: 5px;
    background-color: white;
}

.brighterBackgroundSection {
    padding: 5px;
    background-color: white;
}

.appHeaderTitle {
    padding: 0;
    text-align: end;
    display:flex;
    height: 100%;
    align-items: center;
    justify-content: start;
    white-space: nowrap;
    color: #20607e; /* .petrol-700 */
    font-weight: bold;
    font-size: large;
}

.appHeaderAuthUser {
    margin-right: 10px;
    color: #20607e; /* .petrol-700 */
    white-space: nowrap
}

.envelopeIcon, .telephoneIcon, .downloadIcon {
    color: #5f95af ; /* .petrol-500 */
    text-decoration: none;
}

.reactivateIcon {
    color: #64a844; /* .signal-green-800-primary */
    text-decoration: none;
}

.removeIcon {
    color: #da0c1f; /* .signal-red-800-primary */
    text-decoration: none;
}

.roleSelectionTree {
    overflow: hidden;
}

.roleSelectionTreeOuterPanel {
    border-style: solid;
    border-width: 1px;
    border-color: #D3D6D9;  /* color as used by PF-inputs */
    height: 200px;
    overflow: auto;
    font-size: 15px;
    width: 100%;
    margin-left: 1px;
}

.profileSearchResultExportAttributeWrapper {
    background-color: inherit;
    border: none;
    line-height: 1.2;
    padding: 0 !important;
}

.profileSearchResultExportActionWrapper {
    background-color: inherit;
    border: none;
}

.reAuthPanel {
    text-align: right;
    padding: 3px 1px 0 2px;
    background-color: #cacdd2; /* .grey-300 */
}

.concernClearingsExpired {
    color: #da0c1f; /* .signal-red-800-primary */
}

.concernClearingsExpireSoon {
    color: #fccd22; /* .signal-orange-800-primary */
}

.ui-button {
    font-size: 1.1em;
}

.deactivateUserMenuIcon {
    color: #b2466b; /* .red-600 */
}

.activateUserMenuIcon {
    color: #417b97; /* .petrol-600 */
}

.ui-fileupload {
    display: flex;
}

.profileStateChangeTopTable th {
    background-color: #eaeeda !important; /* .green-200-tertiary */
    border-left: 1px solid white !important;
    border-bottom: 0 !important;
}

.profileStateChangeTopTable th:first-child {
    border-left: 0 !important;
}

.profileStateChangeBottomTable th {
    background-color: #edf0f2 !important; /* ..grey-200-tertiary */
    border-left: 1px solid white !important;
    border-bottom: 0 !important;
}

.profileStateChangeBottomTable th:first-child {
    border-left: 0 !important;
}

.buttonSpacer {
    margin: 5px 10px 0 0;
}

.ui-chkbox-label {
    margin-right: 0;
}
.ui-chkbox-box.ui-state-disabled + .ui-chkbox-label {
    opacity: 0.5;
}

.slider{
    position: relative;
    height: 3px;
    overflow-x: hidden;
    background: #c6dfe7; /* .petrol-200-tertiary */
}

.line{
    position: absolute;
    opacity: 0.4;
    background: #417b97; /* .petrol-600 */
    height: 3px;
}

.subline{
    position: absolute;
    background: #417b97;  /* .petrol-600 */
    height: 3px;
}
.inc{
    animation: increase 3s infinite;
}
.dec{
    animation: decrease 2s 0.5s infinite;
}

@keyframes increase {
    from { left: -5%; width: 5%; }
    to { left: 130%; width: 100%;}
}
@keyframes decrease {
    from { left: -80%; width: 80%; }
    to { left: 110%; width: 10%;}
}

.roleTicketAdded {
    color: #64a844; /* .signal-green-800-primary  */
    font-weight: bold;
}

.roleTicketChanged {
    color: #5f95af; /* .petrol-500 */
    font-weight: bold;
}

.roleTicketReactivated {
    color: #64a844; /* .signal-green-800-primary */
    font-weight: bold;
}

.roleTicketRemoved {
    color: #da0c1f; /* .signal-red-800-primary */
    font-weight: bold;
}

.compareProfileMenuIcon::before {
    content: "\f007\f007"; /*fa-user*/
    margin-left: -3px;
    font-size: 16px;
}

.compareProfileMenuIcon::after {
    content: "\f07e"; /*fa-arrows-h*/
    margin-left: -19px;
    color: #64a844; /* .signal-green-800-primary */
    font-size: 16px;
}

.dunsChangeHint {
    color: #da0c1f; /* .signal-red-800-primary */
    font-weight: bold;
}

.startTotpMenuItem::before {
    content: "\f084";
    color: #e2bf40; /* .orange-600 */
}

.totpSelfSetupMenuItem::before {
    content: "\f084";
    color: #33667c;
}

.ui-menu .totpSelfSetupMenuItem.ui-menuitem-icon-left {
    margin-left: .2rem;
    margin-right: .3rem;
}

.maintainCorrelationMenuItem::before {
    content: "\f0c1";
    color: #5f95af; /* .petrol-500 */
}

i.fa {
    font-size: 16px;
}

.editRoleIcon, .editRoleWithBoundariesIcon {
    text-decoration: none;
    min-width: 23px;
}
.editRoleWithBoundariesIcon::after {
    content: "B";
    color: #d8aa00; /* .orange-800-primary */
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    position: relative;
    bottom: 5px;
    right: 3px;
}

.ui-dialog-titlebar {
    color: white;
    background-color: #20607e; /* .petrol-700 */
}

.deleteUserIcon::after {
    content: "X";
    color: #da0c1f; /* .signal-red-800-primary */
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    position: absolute;
    left: 4px;
    top: 1px;
}


.pfmaActivationMenuIcon::before {
    content: "\f007"; /*fa-user*/
    font-size: 14px;
}

.pfmaActivationMenuIcon::after {
    content: "\f0fe"; /*fa-plus-square*/
    margin-left: -2px;
    color: #64a844; /* .signal-green-800-primary */
    font-size: 11px;
}

.pfmaDeactivationMenuIcon::before {
    content: "\f007"; /*fa-user*/
    font-size: 14px;
}

.pfmaDeactivationMenuIcon::after {
    content: "\f146"; /*fa-minus-square*/
    margin-left: -2px;
    color: #da0c1f; /* .signal-red-800-primary */
    font-size: 11px;
}

.recertificationStopSubTree::after {
    content: "\f063"; /*fa-minus-square*/
    margin-left: -2px;
    font-size: 12px;
    color: #33667c;
}

.recertificationGlobe::after {
    content: "\f0ac"; /*fa-globe*/
    margin-left: -2px;
    font-size: 12px;
    color: #33667c;
}

.fixedHeight > .ui-selectlistbox-listcontainer {
    height: auto !important;
    overflow: hidden;

}

.fixedHeight .ui-selectlistbox-listcontainer .ui-selectlistbox-list .ui-selectlistbox-item div {
    margin-right: 2px;
    padding-bottom: 0.2em;
}

.ui-selectlistbox-listcontainer {
    height: 200px !important;
}

.singleRoleTicketContent {
    margin: 0 0 5px 0;
    border: 1px solid #5f95af; /* .petrol-500 same as nested panel header*/;
    padding: 5px;
    word-wrap: anywhere;
}

.ui-chips-container {
    width: 100%;
    height: auto;
}
.ui-chips-token {
    background-color: #c6dfe7; /* .petrol-200-tertiary */
    border-radius: 5px;
}
.ui-chips-input-token, .ui-chips-input-token input {
    width: 99%;
}

.remoteAdminAdminRoleNotAssignedIcon {
    width: 24px;
}

.selectionColumn {
    text-align: center !important;
}

.ui-fileupload-buttonbar {
    padding: 0;
}

.roleSelectionFilterInput{
    width: 100%;
}

/* Removing the automatically added cross-button from the input in IE11 */
input::-ms-clear {
    display: none;
}

.selectOneMenuInTableHeader {
    display: block;
    min-width: 10% !important;
    max-width: 90%;
}

.noLabel {
    display: none;
}

.extendedValuesOutputCell {
    display: contents;
}

.extendedProfileSearchDialogParent{
}

.validUserSetPasswordPanel {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    min-width: 400px;
    border: 1px solid #20607e; /* .petrol-700 */
    margin-top: 10px;
}

.ui-selectmanycheckbox.ui-widget td, .ui-selectoneradio.ui-widget td {
    border-bottom: inherit !important;
    padding: 0;
}

.roleSelectionManyMenu {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.roleSelectionManyMenuSolutionRow {
    font-weight: bold;
    pointer-events: none;
    background-color: #edf0f2; /* .grey-200-tertiary */
    display: flex;
    align-items: center;
    height: 25px;
    color: #4C5356; /* The default color of p:selectManyMenu */
}

.roleSelectionManyMenuRoleRow {
    padding-left: 15px !important;
    display: flex;
    align-items: center;
    height: 22px;
    color: #4C5356; /* The default color of p:selectManyMenu */
    border: 1px solid white;
}

.roleSelectionManyMenuRoleRow:hover {
    background-color: #f5f6f7; /* .grey-100 */
}

.roleSelectionListBox{
    height:220px;
    min-width: 335px;
    width: 100%;
    outline: none;
    margin-top: 2px;
}

.roleSelectionListBoxMainPanel{
    width: 100%;
    display: inline-block;
}

.roleSelectionListBoxInnerPanel {
    width: 100%;
    overflow-y: auto;
}

.roleSelectionListBoxFilter{
    display: inline;
    min-width:300px;
    width: 93%;
    margin-bottom: 2px;
    outline: none;
}

.highlightRecertificationDate{
    color: #d8aa00; /* .orange-800-primary { color: #d8aa00; } */
    font-weight: bold;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-shadow.ui-input-overlay.p-datepicker-panel{
    z-index: 1100 !important; /* Z-Index to get the datepicker-dialog above a sticky table-header*/
}

.datePickerInLabelValuePairLabel{
    width: 100px;
    word-wrap: normal;
}

.datePickerInLabelValuePairValue{
    width: 200px;
}

.highlightButton{
    border: 5px solid #fccd22; /* signal-orange-800-primary */
    font-weight: bold;
}

.userValidatorNotAssignable {
    color: #da0c1f !important; /* .signal-red-800-primary */
}

.userValidatorAssignable {
    color: #64a844 !important; /* .signal-green-800-primary  */
}

.userCertificateEntryWrapper {
    border-top: 1px solid #cacdd2; /* .grey-300 */
    padding: 10px 0 10px 0;
}
.validState {
    color: #64a844; /* .signal-green-800-primary  */
    font-weight: bold;
}
.invalidState {
    color: #a21e4d; /* .red-800-primary */
    font-weight: bold;
}

/*This stylecheet is required for the TextEditor in the mail editor. It must be checked whether it can perhaps be omitted
after switching to the green layout.*/
:root { /*for the texteditor, because the icons was broken https://github.com/primefaces/primefaces/issues/8295 */
    --text-color: #444;
}
.ui-datatable-data td[role="gridcell"]:focus, .ui-datatable-data td[role="grid"] [tabindex="0"]:focus {
    outline: none;
}

.passwordControlInputClassDefault{
    margin-left: 12px !important;
}

.passwordControlInputClassLineBreaking{
    margin-top: 5px !important;
}

#passwordResetMainArea{
    @media (max-width: 992px) {
        width: 100vw;
        font-size: x-large;
    }
    @media (min-width: 993px) {
        width: 90vw;
    }
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 130px);
}

#publicPageMainArea{
    @media (max-width: 992px) {
        width: 100vw;
        font-size: x-large;
    }
    @media (min-width: 993px) {
        width: 90vw;
    }
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 145px);
}

.passwordResetInputs{
    margin-top:15px;
}

/* Make primefaces-vw-themes-vwag paginator compatible with PF15 */
.ui-paginator-page.ui-button, .ui-paginator-first, .ui-paginator-prev, .ui-paginator-next, .ui-paginator-last {
    background-image: none;
    background-color: inherit;
}
.ui-paginator-first, .ui-paginator-prev, .ui-paginator-next, .ui-paginator-last {
    font-family: 'FontAwesome' !important;
    font-size: .9em;
}
.ui-paginator-first:before {
    content: "\f048";
}
.ui-paginator-next:before {
    content: "\f04e";
}
.ui-paginator-prev:before {
    content: "\f04a";
}
.ui-paginator-last:before {
    content: "\f051";
}

.totpInitSetupSecretContentPanel {
    @media (max-width: 992px) {
        width: 100%;
    }
    @media (min-width: 993px) {
        width: 600px;
    }
}

.totpInitSetupSecretSectionPanel {
    display: flex;
    flex-flow: column;
    flex: 1 1 auto;
}

.totpInitSetupSecretSectionPanelLeft {
    @media (max-width: 992px) {
        width: 100%;
    }
    @media (min-width: 993px) {
        width: 39.9999%;;
    }
}

.totpInitSetupSecretSectionPanelRight {
    @media (max-width: 992px) {
        width: 100%;
    }
    @media (min-width: 993px) {
        width: 59.9999%;;
    }
}

.totpInitSetupSecretSectionOuterButtonPanel {
    width: 100%;
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    height: 100%;
    align-items: center;
    justify-content: end;
    padding: 10px;
}

.placeholderProfileIcon::before {
    color: #d8aa00; /*.orange-800-primary*/
    content: "\f007"; /*fa-user*/
    font-size: 14px;
}

.placeholderProfileIcon::after {
    color: #d8aa00; /*.orange-800-primary*/
    content: "\f12a"; /*fa-exclamation*/
    font-size: 14px;
}

.iconButton {
    border-radius: 25%;
    height: 30px;
    width: 30px;
}

.iconButton .ui-icon {
    /* To center the icon */
    margin-left: -5px !important;
    margin-top: -8px !important;
}

.verticalCenterRow {
    vertical-align: middle;
}

.supervisorSelectSearchCompanyHintPanel{
    background-color: #ebd47f; /* .orange-400-secondary  */
    color: #a68200; /* .orange-1000 */
    font-weight: bold;
    padding: 5px;
    margin: 5px;
}

.totpSetupRenewSecretButton{
    background: #a21e4d; color: white;
}

.totpSetupProceedWithLoginButton{
    background: #417b97; color: white;
}

.recertUserStatusContent{
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Role Usage Management: Solution panel toggle icon on the left */
.solution-panel .ui-panel-titlebar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.solution-panel .ui-panel-titlebar .ui-panel-titlebar-icon {
    position: static;
    order: -1;
    margin-right: 8px;
    margin-left: 0;
}

.solution-panel .ui-panel-titlebar .ui-panel-title {
    flex: 1;
}

.recertificationUserStatusDataPanel {
    margin-top: 15px;
    width: 99%;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    padding: 5px;
}

