@import url(var.css);

@font-face{
  font-family:'SF-Regular';
  src: url('/fonts/SFProDisplay-Regular.woff2') format('woff2'),
      url('/fonts/SFProDisplay-Regular.woff') format('woff');
  font-weight:normal;
  font-style:normal;
}
body,
.fd-button{
	font-family:'SF-Regular';
}
.fd-shellbar__logo{
	pointer-events: none;
	touch-action: none;
}
.logo-button{
	cursor: pointer;
}
.fd-shellbar{
  background-color: white;
}
.fd-shellbar__logo{
	display: flex;
}

.fd-shellbar__group--product{
	flex-grow:inherit
}
.fd-tabs[class*='svelte']{
	top: 0;
	right: 150px;
	box-shadow: none;
	background: none;
}
.fd-shellbar .fd-button.fd-button{
	height: 2.75rem;
	max-height: 2.75rem;
	vertical-align: text-bottom;
} 

.fd-button .active{
	color: var(--sapButton_TextColor);
}

.fd-shellbar__action.row-button{
	padding-left: 0;
	color: black;
	margin-right: 10px;
	
}
.fd-shellbar__action.row-button .fd-button{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	color: black;
	text-align: left;
	min-width: 120px;
	justify-content: flex-start;
	padding-right: 15px !important;
}
.fd-shellbar__action.row-button .fd-button:hover{
	color: black;
}
.fd-shellbar__action:first-child  .sap-icon--megamenu{
	display: none;
}
.fd-popover__body .lui-ctx-switch-nav{
	min-width: 100px;
}
.fd-shellbar__action.row-button .fd-button small,
.fd-shellbar__actionrow-button .fd-button:focus small{	
	position: absolute;
	top: 4px;
	left: 10px;
	font-size: 10px;
	color: var(--sapShell_TextColor);
	margin-left: 0 !important;
}

.fd-shellbar__action.row-button .fd-button::after,
.fd-shellbar__action.row-button .fd-button:focus::after{
	font-family: SAP-icons;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	content: "";
	font-size: 10px;
	color: black;	
	transform: rotate(90deg);
	position: relative;
	left: auto;
	right: -10px;
	top: auto;
	bottom: auto;
	border:none;
	margin-left: auto;
}
.fd-shellbar__action.row-button .fd-button:focus{
	color: black;
	background: transparent;
}
.fd-shellbar__action.row-button .fd-button[aria-expanded='true']::after,
.fd-shellbar__action.row-button .fd-button[aria-expanded='true']:focus::after{
	transform: rotate(-90deg);
}
.fd-shellbar__action.row-button .fd-button[aria-expanded='true'] small{
	display: block;
}
.fd-shellbar__action.row-button .fd-button[aria-expanded='true'] small::before{
	content: '';
	position: fixed;
	left: 0;
	right: 0;
	top: 45px;
	bottom: 0;
	opacity: .1;
	background: #383333;
}
.row-button:after{
	content: '';
	visibility: hidden;	
}
.row-button~.row-button:after{	
	visibility: visible;
    border-right: solid 1px #ddd;
    margin-left: 15px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}

.no-side-nav .iframeContainer[class*='svelte'], 
.no-side-nav .spinnerContainer[class*='svelte']{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.no-side-nav .lui-semiCollapsible .fd-app__sidebar[class*='svelte']{
	display: none;
}
.fd-popover__body{
	box-shadow: 0 8px 26px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 8px 26px 0 rgba(0, 0, 0, 0.1);
	border-top: 0;
}
.fd-menu__title{
	font-size: .8rem;
	font-weight: bold;
}
.fd-shellbar__action .fd-menu__link{
	height: 2.25rem;
}
.fd-shellbar__action .fd-menu .fd-top-nav__icon{
	min-width: inherit;
	margin-right: 5px;
}
.fd-shellbar__action .fd-popover__body{
	top: 100%;
	margin-top: -2px;
}
.fd-shellbar__action .fd-popover__body:before,
.fd-shellbar__action .fd-popover__body:after{
	display: none;
}

.fd-shellbar__action .fd-menu__link .fd-list__title {
	font-size: .8rem;
	font-weight: bold;
}
.fd-shellbar__action .fd-menu__link:active .fd-list__title,
.fd-shellbar__action .fd-menu__link:active .fd-top-nav__icon {
	color: white
}
.fd-product-switch__body--mobile .fd-product-switch__item{
	max-height: 3.5rem;
}

.fd-dialog__content .fd-button,
.fd-dialog__content .fd-button:focus {  
  border:solid 2px var(--sapButton_TextColor);
  color:var(--sapButton_TextColor);
  font-weight: bold;
  border-radius: 2rem;
  padding: 0 1.5rem;
  height: 30px !important;
  outline: none;
  text-decoration: none;
}
.fd-dialog__content .fd-button:hover,
.fd-dialog__content .fd-button:focus:hover { 
	background: var(--sapButton_TextColor);
	border:solid 2px var(--sapButton_TextColor);
	color: white;
	outline: none;
}
.fd-dialog__content .fd-button.fd-button--compact,
.fd-dialog__content .fd-button:focus.fd-button--compact{
	padding: 0 .75rem;
	font-size: .8rem;
}
.fd-dialog__content .fd-button.fd-button--emphasized,
.fd-dialog__content .fd-button:focus.fd-button--emphasized{
	background: var(--sapButton_TextColor);
	border:solid 2px var(--sapButton_TextColor);
	color: white;
}
.fd-dialog__content .fd-button.fd-button--emphasized:hover,
.fd-dialog__content .fd-button:focus.fd-button--emphasized:hover{
	background: white;
	border-color:var(--sapButton_TextColor);
	color: var(--sapButton_TextColor);
	outline: none;
}

.fd-menu__item.hide{
	display: none;
}
.fd-product-switch__title,
.fd-bar__left, .fd-bar__middle, .fd-bar__right{
	font-family:'SF-Regular' !important;
	font-weight: bold!important;
}
.luigi-alert--overlay{
	display: none;
}