page, html {
    padding: 0;
    margin: 0;
}

.label {
    color: black;
}

body[sap] .hide-when-sap {
    display: none !important;
}

.navbar {
    min-height: 44px;
    height: 44px;
    border: none;
    box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.25);
    background-color: #354a5f;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar [class^="icon-"] {
    color: var(--a3-sidebar-icon-color);
    font-size: 18px;
}

.navbar [class^="icon-"]:hover {
    color: var(--a3-sidebar-icon-hover-color);
}

.navbar .nav-area {
    background-color: #354a5f;
}

.nav-light-color {
    color: #d1e3ff;
}

.navbar-form {
    margin-top: -1px;
    margin-bottom: 0;
    margin-right: 24px;
}

#quick-nav {
    margin-top: 8px;
    border-radius: 4px;
    border: solid 1px var(--a3-sidebar-outline-color);
    background-color: rgba(255, 255, 255, 0);
    color: var(--a3-sidebar-outline-color);
}

#quick-nav::placeholder {
    color: var(--a3-sidebar-outline-color);
}

.navbar .dropdown.show [class^="icon-"] {
    color: #d1e3ff;
}

.navbar-default .navbar-nav > .open .dropdown-menu {
    min-width: 17em;
}

.navbar-default .navbar-nav > .open .dropdown-menu > li > a {
    padding: 4px 4px 4px 0.6em;
}

.navbar-header .navbar-toggle {
    margin-bottom: 0;
    bottom: 3px;
}

.navbar-brand {
    height: 44px;
}

.navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
}

@media screen and (min-width: 768px) {
    .visible-xs-inline {
        display: none !important;
    }
}

#chrome-nav {
    z-index: 100;
    height: 44px;
    box-shadow: none;
}

.chrome-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
}

.chrome-area.has-header {
    top: 44px;
}

.full-height {
    height: 100%;
}

.countBox {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    padding: 0 2px;
    background-color: #ee0000;
    text-align: center;
    font-size: 8px;
    color: #ffffff;
    position: absolute;
    right: 7px;
    bottom: 13px;
    line-height: 1.14;
}

.iconBox {
    width: 13px;
    height: 11px;
    border-radius: 2px;
    background-color: #fff;
    border-color: #000;
    text-align: center;
    font-size: 9px;
    position: absolute;
    right: 7px;
    bottom: 13px;
    line-height: 1.2;
    text-align: center;
}

.navbar-brand {
    padding: 0;
    position: relative;
}

#cald_logo {
    width: 250px;
    height: 100%;
    margin-left: 15px;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.user-profile-item-initials {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #354a5f;
    float: left;
    margin: 10px 0 0 15px;
    line-height: 44px;
    font-size: 20px;
    top: -3px;
}

.nav-history-search-result.search-item {
    padding: 4px;
}

.user-profile-logout-button {
    float: right;
    margin: 6px 6px;
}

.user-profile-item {
    position: relative;
    background-color: #f2f2f2;
    height: 60px;
    width: 280px;
}

.user-profile-item-name {
    position: absolute;
    display: inline-block;
    left: 80px;
    top: 10px;
    color: #2f3c48;
    font-size: 16px;
}

.user-profile-item-subname {
    position: absolute;
    display: inline-block;
    left: 80px;
    top: 33px;
    color: #666666;
    font-size: 10px;
}

.dropdown-arrow-right {
    float: right;
    display: none;
    position: absolute;
    top: 14px;
    right: 17px;
    width: 18px;
    height: 16px;
    color: #313336;
    font-size: 14px;
}

/******************************************************************************
SIDE MENU
******************************************************************************/

.d-a-r {
    display: none;
    position: absolute;
    top: 16px;
    right: 17px;
    width: 18px;
    height: 16px;
    color: #313336;
    font-size: 14px;
    line-height: 16px;
}

.d-a-r.force {
    display: block;
}

.d-a-r.right {
    right: 0;
}

.menu-side-bar {
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px 0 rgba(229, 229, 229, 0.5);
    width: 48px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.menu-side-bar .portal-root-item {
    position: relative;
    border-bottom: 1px solid #EEE;
}

.corner-triangle {
    width: 6px;
    aspect-ratio: 1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    background-color: var(--a3-link-color);
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.menu-arrow {
    width: 7px;
    height: 10px;
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    background-color: var(--a3-menu-background-color);
    position: absolute;
    right: -5px;
    z-index: 9500;
    top: 17px;
    display: none;
}

.menu-arrow.shadow {
    z-index: 500;
    right: -5px;
    background-color: #BDBEC0;
    width: 8px;
    height: 16px;
    top: 14px;
    clip-path: polygon(100% 5%, 100% 95%, 0 50%);
}

.mini .menu-arrow {
    top: 10px;
}

.mini .menu-arrow.shadow {
    top: 7px;
}

#portal-chooser.show > span.portal-icon > .menu-arrow,
.active > .menu-arrow {
    display: inline-block;
}

#home-chooser,
span.portal-icon {
    cursor: pointer;
}

#home-chooser > .portal-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 45px;
}

.menu-side-bar .portal-root-item > a.common-drop-item {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 28px;
}

.menu-side-bar .portal-root-item a.go-trigger > span.portal-icon,
.menu-side-bar .portal-root-item a.drp-trigger > span.portal-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 28px;
}

span.portal-icon > span.portal-circle {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 27px;
    border-radius: 16px;
    margin-top: 10px;
    text-align: center;
}

#home-chooser > .portal-icon,
#portal-chooser > .portal-icon,
.menu-side-bar .portal-root-item > a.portal-trigger > span.portal-icon,
.menu-side-bar .portal-root-item > a.tab-trigger > span.portal-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 45px;
}

.mini .common-shrink-icon,
.mini .common-shrink-icon > .portal-icon
{
    height: 32px !important;
}

.mini .common-shrink-icon > .portal-icon {
    line-height: 30px !important;
}

.mini .common-shrink-icon > .portal-icon > .portal-circle {
    margin-top: 0 !important;
}

.portal-root-item > #home-chooser > span.tab-title,
.portal-root-item > .portal-trigger > span.tab-title,
.portal-root-item > .tab-trigger > span.tab-title,
.portal-root-item > span.tab-title {
    display: none;
}

.portal-tab-item > div.tab-items {
    display: none;
}

#chrome-content-holder.menu-full .portal-root-item > span.tab-title {
    display: inline-block;
    height: 48px;
}

/* Wide Menu Items */

#sidebar .full-size-area .tab-items .menu-section h3 {
    font-size: 15px;
    padding: 13px 0 11px 47px;
    margin: 0;
    font-weight: 700;
    border-bottom: 2px solid #edeff0;
    display: block;
    position: relative;
}

#sidebar .full-size-area .tab-items .menu-section h3.live-menu {
    cursor: pointer;
}

#sidebar .full-size-area .tab-items .menu-section .menu-item {
    padding: 6px 8px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--a3-menu-item-text-color);
    cursor: pointer;
}

#sidebar .full-size-area .tab-items .menu-section .menu-item:hover {
    color: var(--a3-menu-item-hover-text-color);
    background: var(--a3-menu-item-hover-back-color);
}

/* Popup Menu Items */

#sidebar .tab-items,
#side-bar-menu-holder > .tab-items {
    background-color: var(--a3-menu-background-color);
    text-overflow: ellipsis;
}

#side-bar-menu-holder > .tab-items {
    top: 4px;
    left: 52px;
    width: 300px;
    bottom: 4px;
    display: none;
    border: 1px solid #BDBEC0;
    border-radius: 6px;
    box-shadow: 2px 1px 2px #333;
    overflow: hidden;
    overflow-y: auto;
    z-index: 900;
    position: absolute;
}

#side-bar-menu-holder .tab-items .menu-section h3 {
    font-size: 15px;
    padding: 13px 0 11px 15px;
    margin: 0;
    font-weight: 700;
    border-bottom: 2px solid #edeff0;
    display: block;
    position: relative;
}

#side-bar-menu-holder .tab-items .menu-section h3.live-menu {
    cursor: pointer;
}

#side-bar-menu-holder .tab-items .menu-section .menu-item {
    padding: 6px 8px 6px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--a3-menu-item-text-color);
    cursor: pointer;
}

#side-bar-menu-holder .tab-items .menu-section .menu-item:hover {
    color: var(--a3-menu-item-hover-text-color);
    background: var(--a3-menu-item-hover-back-color);
}

#side-bar-menu-holder .tab-items.show {
    display: block;
}

#chrome-content-holder.sidebar-full .menu-arrow,
#chrome-content-holder.sidebar-full .corner-triangle {
    display: none;
}

#chrome-content-holder.sidebar-full .tab-title {
    display: inline-block !important;
    border: none;
    font-size: 14px;
    line-height: 47px;
    vertical-align: top;
    text-overflow: ellipsis;
    max-width: 210px;
    text-wrap: nowrap;
    overflow: hidden;
}

#chrome-content-holder.sidebar-full .full-size-area {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 48px;
    overflow: hidden;
    overflow-y: auto;
}

/* Live Menus */

div.menu-section.live-menu.open > h3.live-menu > span.opened {
    display: inline-block;
}

div.menu-section.live-menu.closed > h3.live-menu > span.closed {
    display: inline-block;
}

div.menu-section.live-menu.closed > div.menu-items {
    display: none;
}

div.menu-section.live-menu.open > div.menu-items {
    display: block !important;
    position: relative;
}

.sidebar-full .menu-side-bar #portal-chooser-root.open > div.dropdown-menu {
    display: block;
}

/* Common Drop Target */

#chrome-content-holder.sidebar-full .common-drop-item {
    width: auto;
    display: block;
    cursor: pointer;
    position: relative;
}

#chrome-content-holder.sidebar-full .common-drop-src.open > .common-drop-trg {
    display: block;
    position: relative;
    border: none;
    left: 0;
    top: 0;
    box-shadow: none;
    border-radius: 0;
}

#chrome-content-holder .portal-tab-item > .d-a-r {
    display: none;
}

/* Common Show Opened Arrow */
#chrome-content-holder.sidebar-full .common-drop-src.open > .common-drop-item > .d-a-r.opened {
    display: inline-block;
}

/* Common Show Closed Arrow */
#chrome-content-holder.sidebar-full .common-drop-src:not(.open) > .common-drop-item > .d-a-r.closed {
    display: inline-block;
}

/* Portal - Tabs */

#portal-chooser-root > div.dropdown-menu > span.popup-title,
#portal-chooser-root > div.dropdown-menu > div.portal-item,
#portal-chooser-root > div.dropdown-menu > div.portal-item .tab-item{
    background: var(--a3-menu-background-color);
}

#chrome-content-holder.sidebar-full .portal-tabs .tab-item {
    padding-left: 0;
}

#chrome-content-holder.sidebar-full .portal-tabs .tab-item > a {
    padding-left: 48px;
}

.menu-side-bar .portal-root-item div div.portal-item > a {
    font-size: 14px;
    line-height: 48px;
    padding-left: 4px;
    padding-right: 8px;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

#chrome-content-holder.sidebar-full .menu-side-bar .portal-root-item div div.portal-item > a {
    padding-left: 0;
    padding-right: 0;
}

.menu-side-bar .portal-root-item div div.portal-item div div.tab-item a {
    font-size: 14px;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    display: block;
    height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.portal-root-item > a.active {
    background-color: var(--a3-sidebar-selected-back-color);
    color: var(--a3-sidebar-selected-text-color);
}

#chrome-content-holder.sidebar-full .menu-side-bar #portal-chooser-root.portal-root-item.open > div.dropdown-menu {
    display: block;
    position: relative;
    border: 0;
}

#chrome-content-holder.sidebar-full .menu-side-bar #portal-chooser-root.portal-root-item.open > div.dropdown-menu div.tab-item {
    display: block;
    position: relative;
}

#sidebar .portal-item .drp-trigger.open > .d-a-r {
    right: 0;
    display: inline-block;
}

#sidebar .portal-item .drp-trigger > .portal_name {
    padding-right: 24px;
}

/* Menu Items */

#chrome-content-holder.sidebar-full .tab-items div.menu-items div.menu-item,
#chrome-content-holder.sidebar-full .tab-items h3 {
    position: relative;
    padding-left: 47px;
}

#sidebar .popup-title,
#side-bar-menu-holder .popup-title {
    color: grey;
    border-bottom: 2px solid #edeff0;
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    font-size: 14px;
}

/* Size Controls */

#chrome-content-holder.sidebar-full #sidebar .when-narrow {
    display: none;
}

#chrome-content-holder:not(.sidebar-full) #sidebar .when-wide {
    display: none;
}

#sidebar-state-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    border-top: 2px solid #D9D9D9;
    background-color: var(--a3-sidebar-back-color);
}

#sidebar-state-controls .action {
    color: var(--a3-link-color);
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-top: 7px;
    margin-left: 14px;
    vertical-align: middle;
}

#sidebar-state-controls .size-label {
    display: inline-block;
    padding-top: 8px;
    vertical-align: middle;
    padding-left: 8px;
}

/* Colors */

.sym-admin {
    background-color: #C0399F;
    color: white;
}

.sym-sysapi {

}

.sym-manager {
    background-color: #7DA10D;
    color: white;
}

.sym-integration {
    background-color: #D18015;
    color: white;
}

.sym-test {
    background-color: black;
    color: white;
}

.sym-broker {
    background-color: darkorange;
    color: white;
}

.sym-cred {
    background-color: darkblue;
    color: white;
}

.sym-unknown {

}

.portal-root-item a.common-drop-item:hover,
.portal-root-item > a.portal-trigger:hover,
.portal-root-item > .tab-trigger:hover,
.portal-root-item > #home-chooser:hover,
#portal-chooser-root.portal-root-item div.dropdown-menu div.portal-item:hover
{
    background-color: var(--a3-sidebar-hover-back-color);
}

.portal-tabs > .tab-item.current-tab,
.portal-root-item.current-tab > .portal-trigger,
.portal-root-item.current-tab > .tab-trigger,
.portal-root-item.current-portal > #home-chooser {
    background-color: var(--a3-sidebar-selected-back-color);
    border-bottom: 1px solid var(--a3-link-color);
}

.menu-side-bar .portal-root-item div div.portal-item > a,
.portal-root-item .sub-trigger > .portal_name,
.portal-root-item > a.portal-trigger > .tab-title,
.portal-root-item.portal-tab-item > .tab-trigger > .tab-title,
.portal-root-item > #home-chooser .tab-title {
    color: var(--a3-sidebar-text-color);
}

.menu-section > .menu-items > .menu-item.current-menu {
    color: var(--a3-menu-selected-text-color);
    background-color: var(--a3-menu-selected-background-color);
    border-bottom: 1px solid var(--a3-link-color);
}

.portal-tabs > .tab-item > a,
.portal-root-item.current-tab > .portal-trigger > .tab-title,
.portal-root-item.current-tab > .tab-trigger > .tab-title,
.portal-root-item.current-portal > #home-chooser > .tab-title {
    color: var(--a3-sidebar-selected-text-color);
    text-decoration: none;
}

.portal-root-item.current-portal > #home-chooser > .tab-title {
    color: var(--a3-sidebar-text-color);
}


/* Cut off after */

.menu-side-bar span.portal-item {
    text-decoration: none;
}

.menu-side-bar span.icon {
    font-size: 18px;
}

.sidebar-full .menu-side-bar {
    width: 300px;
}

.menu-side-bar li > span.portal-item {
    width: 100%;
    min-height: 48px;
    display: inline-block;
}

.menu-side-bar .icon {
    width: 100%;
    height: 48px;
    display: inline-block;
    position: relative;
}

div.menu-side-bar ul.dropdown-menu li.active,
.menu-side-bar li.active:not(.open) > span.portal-item,
#process-detail .side-tabs-menu .tab-button.selected {
    background-color: #E6F0FA;
}

.sidebar-full .menu-side-bar .active.open {
    background-color: #f8f9fa;
}

.sidebar-full .menu-side-bar .active.open span.portal-item > .icon > .stripe {
    display: none;
}

.sidebar-full .menu-side-bar .open ul li.active span.portal-item {
    background-color: rgba(10, 110, 209, 0.1);
}

.sidebar-full .menu-side-bar .open ul li:hover span.portal-item {
    background-color: #f8f9fa;
}

.menu-side-bar .icon .holder {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-top: 0;
    margin-left: 0;
}

.menu-side-bar .icon .holder > span {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    padding-top: 12px;
    display: inline-block;
    padding-left: 14px;
}

div.menu-side-bar ul.dropdown-menu > li > a:focus,
div.menu-side-bar ul.dropdown-menu > li > a:hover,
.menu-side-bar li.dropfree > span.portal-item:hover,
.menu-side-bar li.dropdown > span.portal-item:hover {
    background-color: #F3F8FC;
}

.menu-side-bar li.dropfree,
.menu-side-bar li.dropdown {
    padding-bottom: 8px;
}

.menu-side-bar .icon_name {
    display: none;
    margin-left: 8px;
}

ul.dropdown-menu.shift-up {
    margin-top: -48px;
}

div.sidebar-full ul.dropdown-menu.shift-up {
    margin-top: 0;
}

div.sidebar-full .menu-side-bar li.dropdown ul.dropdown-menu.show {
    display: block !important;
    position: relative !important;
    margin-left: -10px !important;
}

.sidebar-full .menu-side-bar .icon_name {
    display: inline-block;
    height: 16px;
    vertical-align: text-top;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #2f3c48;
}

/*
.sidebar-full .menu-side-bar.sidebar {
    overflow: hidden;
    overflow-y: auto;
}
*/

.sidebar-full .menu-side-bar.sidebar > ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 32px;
    overflow: hidden;
    overflow-y: auto;
}

.menu-side-bar ul.dropdown-menu li {
    height: 48px;
    min-height: 48px;
    position: relative;
    padding: 0;
}

.menu-side-bar ul.dropdown-menu li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.menu-side-bar ul.dropdown-menu li a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.menu-side-bar ul.dropdown-menu li:first-child a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.menu-side-bar ul.dropdown-menu li:last-child a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

div.menu-side-bar ul.dropdown-menu li {
    background-color: white;
}

div.menu-side-bar ul.dropdown-menu li:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

div.menu-side-bar ul.dropdown-menu li:first-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.menu-area {
    background-color: rgba(18, 120, 221, 0.1);
}

div.menu-side-bar ul.dropdown-menu li.active > a {
    background-color: transparent;
    color: #32363a;
}

.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu .sub_name {
    padding-left: 10px;
    padding-top: 10px;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    max-width: 300px;
    max-height: 48px;
    text-overflow: ellipsis;
}

.sidebar-full .menu-side-bar ul.dropdown-menu li,
.sidebar-full .menu-side-bar ul.dropdown-menu li > a {
    height: 48px;
    min-height: 48px;
}

.sidebar-full .menu-side-bar ul.dropdown-menu li > a .sub_name {
    padding-top: 12px;
}

.menu-side-bar .active .icon .stripe {
    background-color: #1278dd;
    position: absolute;
    width: 2px;
    left: 0;
    top: 0;
    bottom: 0;
}

#sidebar-expander {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 100;
    font-size: 18px;
}

.menu-side-bar li.dropdown ul.dropdown-menu {
    margin-left: 48px !important;
    border: 0;
    inset: 0 0 0 0 !important;
    transform: none !important;
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.25);
}

.sidebar-full .menu-side-bar li.dropdown ul.dropdown-menu {
    margin-left: 0;
    box-shadow: none;
}

.sidebar-full .menu-side-bar li.dropdown ul.dropdown-menu li a {
    padding-left: 24px;
}

.menu-side-bar ul.dropdown-menu li a.last-link,
.sidebar-full .menu-side-bar li.dropdown ul.dropdown-menu li a.last-link {
    padding-bottom: 8px;
}

.sidebar-full .menu-side-bar .show .dropdown-arrow-right.closed {
    display: none;
}

.menu-side-bar .when-max {
    display: none !important;
}

.menu-side-bar .when-min {
    display: inline-block !important;
}

.sidebar-full .menu-side-bar .when-max {
    display: inline-block !important;
}

.sidebar-full .menu-side-bar .when-min {
    display: none !important;
}

.sidebar-full .menu-side-bar .when-max {
    display: inline-block;
}

/******************************************************************************
EXTRA MENU
******************************************************************************/

.menu-extra-bar {
    right: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.menu-area {
    background-color: #f8f9fa;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    position: absolute;
    left: 20px;
    width: 30px;
    top: 20px;
    bottom: 20px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
}

#menu-expander {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #0a6ed1;
    font-size: 14px;
    width: 14px;
    height: 15px;
    z-index: 100;
}

#menu-expander .holder .icon-navigation-right-arrow {
    padding-left: 6px;
}

#sidebar-expander .holder .icon-navigation-right-arrow {
    padding-left: 5px;
}

.menu-full .menu-area .nav-pills {
    display: block !important;
}

.menu-area .nav-pills li a {
    display: block;
    font-size: 14px;
    color: #32363a;
    object-fit: contain;
    margin: 0 8px;
    padding: 6px 8px;
    box-sizing: border-box;
    margin-top: 0;
    text-decoration: none !important;
}

.menu-area .nav-pills li.live-menu {
    cursor: pointer;
    position: relative;
}

.menu-area .nav-pills li a.selected {
    background-color: #F3F8FC;
    color: #ffffff !important;
}

.menu-area .nav-pills li span.topper {
    width: 100%;
    display: block;
    font-size: 15px;
    color: #32363a;
    object-fit: contain;
    min-height: 40px;
    border-bottom: 1px solid #EDEFF0;
    line-height: 18px;
    padding: 13px 0 11px 15px;
    font-weight: bold;
}

.menu-area .nav-pills li a:hover {
    color: #313336 !important;
    background-color: rgba(10, 110, 209, 0.1);
}

/******************************************************************************
CONTENT
******************************************************************************/

.content-bar {
    right: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.has-menu .content-bar {
    left: 52px;
}

.content-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.has-solid-content .content-area {
    bottom: 20px;
    top: 20px;
    left: 20px;
    right: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.content-area-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.content-area .content-area-top .title-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 32px;
    border-left: none;
}

.content-area.hasCrumbs .content-area-top .title-bar {
    height: 64px;
}

.content-area.noCrumbs.noSubmenu .content-area-top .title-bar {
    height: 48px;
}

.content-area.hasCrumbs .content-area-top .title-bar .crumb-area {
    position: absolute;
    top: 12px;
    left: 20px;
    display: inline-block;
}

.content-area.hasCrumbs .content-area-top .title-bar .crumb-area .last-crumb {
    color: #6f7275;
}

.content-area.hasCrumbs .content-area-top .title-bar .crumb-area .crumb-collapse-show {
    display: none;
}

.content-area.hasCrumbs .content-area-top .title-bar .crumb-area.crumb-collapse .crumb-collapse-show {
    display: inline-block;
}

.content-area.hasCrumbs .content-area-top .title-bar .crumb-area.crumb-collapse .crumb-collapse-hide {
    display: none;
}

.content-area .content-area-top .title-bar .title-area {
    position: absolute;
    left: 20px;
    top: 34px;
}

.content-area .content-area-top .title-bar .title-area.no-crumbs {
    top: 20px;
}

.content-area.noCrumbs.noSubmenu .content-area-top .title-bar .title-area.no-crumbs {
    top: 8px;
}

.chrome-area.has-clear-content .content-area .content-area-top .title-bar .title-area {
    top: 12px;
}

.content-area .content-area-top .title-bar .tool-bar {
    margin-bottom: 0;
    margin-top: 16px;
}

.content-area.noCrumbs.noSubmenu .content-area-top .title-bar .tool-bar {
    margin-top: 4px;
}

.content-area.hasCrumbs .content-area-top .title-bar .tool-bar {
    margin-top: 35px;
}

.content-area-submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    bottom: 0;
}

.content-area.noCrumbs.noSubmenu .content-area-submenu {
    top: 48px;
}

.content-area-main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.chrome-area.has-clear-content .content-area-top .title-bar {
    background-color: white !important;
    position: relative;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 48px;
}

.chrome-area.has-clear-content div.title-bar > a.navbar-brand {
    font-size: 20px;
    padding: 16px 0 0 16px;
    line-height: 16px;
}

.chrome-area.has-clear-content .content-area-top .tool-bar {
    margin-bottom: 0;
    margin-top: 8px;
}

.is-homepage .content-area-submenu, .content-area-submenu.no-top {
    top: 48px;
}

.content-area.hasCrumbs .content-area-top .content-area-submenu {
    top: 64px;
}

.content-area.hasSubmenu .content-area-top .content-area-submenu .content-area-main {
    top: 32px;
}

.content-area .content-area-top > .navbar {
    min-height: 32px;
    height: 32px;
    border: none;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.content-area .content-area-top > .title-bar > .container-fluid {
    padding-left: 0;
    padding-top: 4px;
}

.content-area .content-area-top > .title-bar .title-area {
    line-height: 1.13;
    color: #32363a;
    height: 24px;
    margin-left: 0;
    padding-top: 5px;
}

.content-area .content-area-top > .title-bar .title-area > a {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    height: auto;
    font-size: 16px;
}

.chrome-area.has-clear-content .content-area .content-area-top > .title-bar .title-area {
    padding-top: 0;
    height: 16px;
    top: 16px;
    line-height: 16px;
    left: 56px;
}

.chrome-area.has-clear-content .content-area .content-area-top > .title-bar .title-area a {
    font-size: 20px;
    line-height: 16px;
}

.content-area-submenu {
    border-top: 1px solid #e5e5e5;
}

.is-homepage .content-area-submenu, .content-area-submenu.no-top {
    border-top: none;
}

.content-area-submenu-holder {
    position: relative;
    height: 32px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
}

.content-area-submenu-inside {
    height: 16px;
    overflow: visible;
    white-space: nowrap;
}

.content-area-submenu-holder .content-area-submenu-inside a {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6f7275;
    margin-right: 32px;
    padding: 0px 6px;
    text-decoration: none;
}

.content-area-submenu-holder .content-area-submenu-inside a[selected] {
    color: #0a6ed1;
    padding-bottom: 5px;
    border-bottom: 2px solid #0a6ed1;
}

.content-area-submenu-holder .submenu-controls {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 1px;
    padding-top: 8px;
    width: 100px;
    background-color: white;
    white-space: nowrap;
}

.content-area-submenu-holder .submenu-controls > a > span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 8px;
    font-size: 14px;
}

.content-area-submenu-holder .submenu-controls > a.disabled > span {
    opacity: 50%;
}

.content-area-submenu-holder .submenu-controls .submenu-control {
    text-align: center;
}

a.dropdown-toggle:hover {
    text-decoration: none;
}

.dropdown-toggle::after {
    content: none !important;
}

.dropdown-menu {
    --bs-dropdown-zindex: unset;
    z-index: 1000;
}

.content-area-submenu-inside li {
    display: inline-block;
}

.no-underline * {
    text-decoration: none !important;
}

#peerNavigation ul li a {
    margin: 4px;
    padding: 4px;
    border-radius: 4px;
    white-space: nowrap;
    display: block;
}

#peerNavigation ul li a[selected] {
    color: #0a6ed1;
    padding-bottom: 3px;
    border-bottom: 2px solid #0a6ed1;
}

#peerNavigation {
    width: 22px;
    height: 20px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    margin-left: 6px;
}

#peerNavigation > a {
    font-size: 14px;
    text-align: center;
}

#peerNavigation:hover {
    background-color: #fafafa;
}

#peerNavigation.open {
    background-color: #eeeeef;
}

#peerNavigation ul {
    max-height: 400px;
    overflow-y: auto;
    z-index: 5000;
}

/******************************************************************************
NAV (Full Screen)
******************************************************************************/

@media (max-width: 768px) {
    .hide-when-small {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .top-nav.navbar-nav > li > .dropdown-menu {
        margin-top: 5px;
        box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
    }

    .top-nav.navbar-nav > li > .dropdown-menu {
        margin-top: 2px;
    }

    .toolbar-item .dropdown-toggle .icon-customer ~ .triangle-top,
    .top-nav .dropdown .icon-customer ~ .triangle-top {
        border-color: transparent transparent #f2f2f2 transparent;
        z-index: 2000;
    }

    .toolbar-item .dropdown-toggle .triangle-top,
    .top-nav .dropdown .triangle-top {
        position: absolute;
        left: 7px;
        bottom: -8PX;
        /*border-color: transparent transparent #fafafa transparent;*/
        border-color: transparent transparent #ffffff transparent;
        border-style: solid;
        border-width: 0 13px 13px 13px;
        height: 0;
        width: 0;
        display: none;
        z-index: 1001;
    }

    .toolbar-item .dropdown-toggle .triangle-top {
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #eaeaea transparent;
    }

    .dropdown-toggle.show .triangle-top {
        display: block;
    }

    .top-nav .dropdown .dropdown-menu {
        border: none;
    }

    .top-nav > li.wfno,
    .top-nav > li.dropdown {
        width: 40px;
        height: 40px;
        text-align: center;
        margin-top: 2px;
        margin-right: 16px;
    }

    .top-nav > li.dropdown:last-child {
        margin-right: 0;
    }

    .top-nav > li.wfno > a,
    .top-nav > li.dropdown > a {
        padding: 0;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        text-decoration: none;
        display: inline-block;
        margin-top: 0;
        position: relative;
    }

    .top-nav > li.wfno > a > span:first-child,
    .top-nav > li.dropdown > a > span:first-child {
        line-height: 37px;
    }

    .top-nav .dropdown-header {
        background-color: #f2f2f2;
        text-align: center;
        font-size: 10px;
        min-height: 31px;
    }

    #help-nav-dropdown .dropdown-header {
        background-color: transparent;
        border-bottom: 1px solid rgb(229, 229, 229);
    }

    .top-nav .dropdown-header > span {
        margin-top: 7px;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .top-nav .dropdown-header {
        display: none;
    }
}


/******************************************************************************
RECENTs
******************************************************************************/

.h4Top {
    font-size: 14px;
    display: block;
}

.h4Sub {
    font-size: 12px;
}

.h4limit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

.recentIcon {
    float: left;
    width: 16px;
    height: 16px;
}

.search-item-top-border {
    border-top: 1px solid #e5e5e5;
}

/******************************************************************************
INTEGRATION
******************************************************************************/

.has-sidebar .menu-extra-bar {
    left: 48px;
}

.sidebar-full .menu-extra-bar {
    left: 300px;
}

.has-sidebar.has-clear-content.sidebar-full .content-bar {
    left: 0;
}

.menu-area .when-min {
    display: inline-block;
}

.menu-area .when-max {
    display: none;
}

/******************************************************************************
WIDGETS
******************************************************************************/

#widget-wrap,
.widget-container {
    background-color: transparent !important;
}

/******************************************************************************
DETAILS
******************************************************************************/
#details .dropdown-menu li {
    border-bottom: 1px solid #F5F5F5;
}

#details .dropdown-menu li:last-child {
    border-bottom: none;
}

.tool-bar.mini-size #details .dropdown-menu li > a:hover {
    background-color: transparent;
}

#details.disabled a {
    color: #8c8c8c;
    text-decoration: none;
    cursor: not-allowed;
}

/** DETAILS (FULL SIZED) **/
.tool-bar.full-size .tool-bar-rows #details li.toolbar-item {
    display: list-item;
    padding: 0;
    vertical-align: baseline;
}

/** DETAILS (MINIMIZED) **/
.tool-bar.mini-size .dropdown-menu #details > a {
    display: none;
}

.tool-bar.mini-size > ul.dropdown-menu #details > div {
    display: block;
    margin: 4px 0;
    text-align: left;
}

.tool-bar.mini-size .dropdown-menu #details > ul.tool-list {
    position: initial;
    z-index: initial;
    display: block;
    float: none;
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

/******************************************************************************
TOOLS
******************************************************************************/

.content-area-top .tool-bar.full-size ul.tool-bar-rows > li > a,
.content-area-top .tool-bar.full-size ul.tool-bar-rows > li > span {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
}

.content-area-top .tool-bar.full-size ul.tool-bar-rows > li > a {
    display: initial;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 0;
    font-weight: initial;
    white-space: initial;
}

.content-area-top .tool-bar.full-size ul.tool-bar-rows > li > a:hover {
    background-color: transparent;
}

.content-area-top .tool-bar.mini-size ul.tool-bar-rows > li > a {
    color: #0a6ed1;
}

.content-area-top ul.tool-bar-rows > li.tool-icon > a {
    padding-bottom: 0;
}

.content-area-top .tool-bar-rows > li .shortcut {
    position: relative;
    display: inline-block;
    height: 8px;
    line-height: 8px;
    font-size: 8px;
    vertical-align: middle;
}

.content-area-top .tool-bar-rows > li .shortcut > span.bold {
    font-size: 0.75em;
    vertical-align: middle;
}

.title-bar {
    display: block;
}

.tool-bar {
    display: inline-block;
    float: right;
}

.tool-bar {
    display: inline-block;
}

.tool-bar-rows > li {
    display: inline-block;
    padding: 0 4px;
    vertical-align: middle;
}

.tool-bar.full-size > ul.tool-bar-rows > li.tool-icon {
    font-size: 18px;
    width: 32px;
    height: 26px;
    margin-right: 8px;
    padding-right: 0;
    padding-left: 0;
    border-radius: 4px;
    outline: none;
}

ul.tool-bar-rows > li#details > a {
    border-radius: 4px;
}

ul.tool-bar-rows > li.tool-icon a,
ul.tool-bar-rows > li.tool-icon span {
    text-decoration: none !important;
}

ul.tool-bar-rows > li.tool-icon:hover,
ul.tool-bar-rows > li#details > ul.form-detail-area > li.toolbar-item:hover,
ul.tool-bar-rows > li#details:hover > a,
ul.tool-bar-rows > li.toolbar-tools > ul.tool-list > li.tool-icon:hover {
    background-color: #fafafa;
}

.tool-bar.mini-size ul.tool-bar-rows > li.tool-icon.toolbar-tools:hover {
    background-color: transparent;
}

.tool-bar.full-size ul.tool-bar-rows > li.tool-icon.toolbar-tools > a {
    background-color: transparent;
}

ul.tool-bar-rows > li.tool-icon:focus,
ul.tool-bar-rows > li.tool-icon.open,
ul.tool-bar-rows > li#details.open > a {
    background-color: #eeeeef;
}

.tool-bar.full-size #details ul.form-detail-area > li > a {
    margin: 0;
    padding: 11px 19px;
    border-radius: 0;
    display: block;
}

#details a.no-hover {
    background-color: transparent;
}

.tool-bar .tool-bar-rows > li a:hover {
    text-decoration: none;
}

.cursor-pointer {
    cursor: default !important;
}

.title-area ul.dropdown-menu > li > a {
    font-size: 14px !important;
}

.title-area ul.dropdown-menu > li > a {
    font-size: 14px !important;
}

#child-menu-dropdown-icon {
    transform: rotate(90deg);
    display: inline-block;
}

/******************************************************************************
Favorites
******************************************************************************/

#favorites-nav-dropdown {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

#favorites-nav-dropdown {
    border-radius: 5px;
}

#favorites-nav-dropdown li {
    font-size: 14px;
    white-space: nowrap;
    max-width: 400px;
    text-overflow: ellipsis;
}

#favorites-nav-dropdown li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#favorites-nav-dropdown li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#favorites-nav-dropdown li > a {
    /* Shrink the padding a bit so it looks smaller */
    padding: 0 15px;
    display: block;
    text-decoration: none;
}

.for-fav {
    position: relative;
    height: 56px;
    padding: 0 !important;
}

.for-fav .portal-icon {
    position: absolute;
    left: 6px;
    top: 14px;

}

.for-fav .portal-circle {
    margin-top: 0 !important;
}

.fav-offset {
    display: block;
    padding: 8px 0 0 42px !important;
}

.for-fav .bottom-row {
    color: #6A6C6E !important;
    font-size: 12px;
}

/******************************************************************************
Help
******************************************************************************/

#help-nav-dropdown {
    border-radius: 5px;
    right: -104px;
    width: 250px;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

#help-nav-dropdown li {
    font-size: 14px;
    white-space: nowrap;
    max-width: 300px;
    text-overflow: ellipsis;
}

#help-nav-dropdown .dropdown-header + li a {
    padding-top: 8px;
}

#help-nav-dropdown li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#help-nav-dropdown li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#help-nav-dropdown li > a {
    /* Shrink the padding a bit so it looks smaller */
    padding: 4px 15px;
    display: block;
    text-decoration: none;
    color: #565652;
}

#help-nav-dropdown .fake-menu-item:hover {
    background-color: #F5F5F5;
}

/******************************************************************************
Account
******************************************************************************/

#account-nav-dropdown {
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0 0 0 1px inset;
}

#account-nav-dropdown {
    border-radius: 5px;
}

#account-nav-dropdown li {
    position: relative;
    font-size: 14px;
    white-space: nowrap;
    max-width: 300px;
    text-overflow: ellipsis;
}

#account-nav-dropdown li:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-bottom: 8px;
}

#account-nav-dropdown li:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-bottom: 8px;
}

#account-nav-dropdown li > a {
    /* Shrink the padding a bit so it looks smaller */
    padding: 4px 15px;
    display: block;
    text-decoration: none;
    color: #2f3c48;
}

#account-nav-dropdown li:last-child a {
    border-bottom: none;
}

#account-nav-dropdown li.logout-item span {
    position: absolute;
    color: #2f3c48;
    font-size: 14px;
    bottom: 3px;
    left: 15px;
}

#account-nav-dropdown li.logout-item:last-child a {
    margin-left: 20px;
}

/******************************************************************************
Recents
******************************************************************************/

#recents-nav-dropdown {
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

#recents-nav-dropdown {
    border-radius: 5px;
    right: -10px;
}

#recents-nav-dropdown li {
    font-size: 14px;
    white-space: nowrap;
    max-width: 400px;
    text-overflow: ellipsis;
    padding: 8px 4px 8px 4px;
}

#recents-nav-dropdown li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 6px;
}

#recents-nav-dropdown li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#recents-nav-dropdown li > a {
    /* Shrink the padding a bit so it looks smaller */
    padding: 0 15px;
    display: block;
    text-decoration: none;
}

#recents-nav-dropdown li:last-child a {
    border-bottom: none;
}

#recents-nav-dropdown li .h4sub {
    font-size: 12px;
    color: #696A6C;
}

/******************************************************************************
Quick Nav
******************************************************************************/

#quick-nav-dropdown {
    border-radius: 5px;
    box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.25);
    margin-top: 5px;
}

/* Need to shift the quick-nav icon a bit so it makes more sense */
#quick-nav-dropdown span.icon {
    color: #337ab7;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

#quick-nav-dropdown li {
    font-size: 14px;
    white-space: nowrap;
    max-width: 300px;
    text-overflow: ellipsis;
}

#quick-nav-dropdown li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#quick-nav-dropdown li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#quick-nav-dropdown li > a {
    /* Shrink the padding a bit so it looks smaller */
    padding: 4px 15px;
    display: block;
    text-decoration: none;
}

#quick-nav-dropdown li > a.other-results {
    font-size: 10px;
    border-bottom: 1px solid black;
}

#quick-nav-icon {
    position: absolute;
    right: 5px;
    top: 8px;
}

/* dropdown help menu */
.dropdown-header.help-dropdown-header {
    text-align: left;
    margin: 0;
    padding: 16px 0 4px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #565652;
}

/* Tooltips */

.bs-left-aligned .tooltip-inner {
    text-align: left;
}

.bs-right-aligned .tooltip-inner {
    text-align: right;
}

.bs-center-aligned .tooltip-inner {
    text-align: center;
}

.tooltip-arrow {
    display: none !important;
}

/* Toast */

.sap-toast {
    --bs-toast-max-width: 550px;
}

.sap-toast[status-type=info] {
    border-color: #2647A0;
    background-color: #E1F4FF;
    color: #2647A0;
}

.flash-panel.success {
    border-color: #006600;
    background-color: #a7ffa7;
    color: #006600;
}

.sap-toast[status-type=success] {
    border-color: #0E8C62;
    background-color: #e2ffe1;
    color: #0E8C62;
}

.sap-toast[status-type=error] {
    border-color: #AA0808;
    background-color: #FFE1E2;
    color: #660000;
}

.sap-toast[status-type=warning] {
    border-color: #D27700;
    background-color: #F5F6F7;
    color: #D27700;
}