@charset "UTF-8";

#header
{
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.32);
}

.headerContainer
{
    /* dient lediglich dem Zusammenfassen der beiden Header Komponenten */
    /* ohne den Container funktioniert "stickyHeader" für die Datatable unter Gesellschaften nicht */
}

.hintContainer
{
    background-color: var(--cerulean);
}

.hint
{
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    
    display: flex;
    justify-content: flex-end;
    
    min-height: 36px;
    background-color: var(--cerulean);
    
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
}

.hint a,
.hint a:hover
{
    color: white !important;
}

.thinNavigation
{
    /* use min-height: otherwise the topbar doesn't shrink well */
    min-height: 58px;
    background-color: #666666;
    color: #ffffff;
    text-align: center;
    font-weight: normal !important;
    padding-left: 15px;
    padding-right: 15px;
}

.thinNavigation a,
.thinNavigation a:hover
{
    color: white !important;
    text-decoration: none !important;
}

.thinNavigation .ui-state-disabled
{
    opacity: 0.45;
}

.thinNavigation form
{
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    
    display: flex;
    justify-content: flex-end;
}

.thinNavigationGrid
{
    margin-left: auto !important;
    margin-top: 8px !important;
    border: 0px solid lime !important;
}

.menubar
{
    height: auto;
    min-height: 130px;
    background-color: #ffffff;
    display: flex;
    justify-content: center; 
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.menubarPanelGrid div
{
    background-color: #ffffff !important;
    border: none !important;
    width: auto !important;
    align-items: center; 
}

.menubarPanelGrid .ui-panelgrid-cell
{
    padding: 0px !important;
}

.menuLink
{
    color: #393939;
    background-color: white;
    
    font-family: 'Roboto' !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    white-space: nowrap !important;
    line-height: 2 !important;
    letter-spacing: 0.6px !important;
}

.menuLink:hover
{
    color: #393939;
}

.menuLinkSelectedProd
{
    color: white !important;
    background-color: #393939 !important;
    border-radius: 6px;  
    text-align: right !important;
    margin-right: 48px !important;
    padding: 5px 9px 5px 10px !important;
}

.menuLinkSelectedDevTest
{
    color: white !important;
    background-color: #393939 !important;
    border-radius: 6px;  
    text-align: right !important;
    margin-right: 24px !important;
    padding: 5px 9px 5px 10px !important;
}

.lastMenuLinkSelected
{
    color: white !important;
    background-color: #393939 !important; 
    border-radius: 6px;   
    text-align: right !important;   
    padding: 5px 9px 5px 10px !important;
}

.menuLinkDisabled
{
    color: silver !important;
}

.overlayMenu ul li::before
{
    content: none !important;
    
    font-weight: normal;
}

@media (max-width: 1280px) 
{
	.header-display-none-sm
	{
		display: none;
	}
	
	.header-display-inline-block-sm
	{
		display: flex;
	}
}

@media (min-width: 1281px) 
{
	.header-display-none-lg
	{
		display: none;
	}
	
	.header-display-inline-block-lg
	{
		display: flex;
	}
}
