/* COLOR KEYS */

/*	#2E4d7B;  /*DARK BLUE*/
/*	#c9ddea;  /*BABY BLUE*/
/*  #99BED4;  /*MP7 Header BLUE: #colorheader# */
/*  #efefef;  /*Silver*/
/*  #464646   /*Gray*/
/*  #808080  /* Border Gray */

@page {
    margin-top: 10mm;
    margin-bottom: 10mm;
    margin-left: 0mm;
    margin-right: 0mm;
}

/* General Page Classes */

.Body {
    margin: 0px;
    background-color:#EFEFEF;
    color:#000000;
    font-family:Tahoma, Arial, Helvetica, sans-serif;

}

.PageBgColor {
    background-color:#EFEFEF;
}


/* Mast End Caps & Banner */

div.BannerFill {
    background-color:#004200;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
    box-shadow: 0px 0px 6px #2a2a2b;
    min-width: 890px;
    background-image: url(../images/Banner_Line.png);
    background-position:left top;
    background-repeat: no-repeat;
}

/* AUDIT: BannerFill_Table has no CSS properties — empty rule */
.BannerFill_Table
{
	
}

.BannerFill_Left
{
    vertical-align:bottom;
	text-align:left; 
	padding-left:8px; 
	padding-right:2px; 
	padding-bottom:2px; 
	white-space:nowrap;
}
td.BannerFill_Logo
{
	padding-left:0px;
	padding-right:6px;	
	vertical-align:top;
}

.BannerFill_LogoSpace {
    display: inline-block;
    padding: 0px;
    padding-left: 4px;
    padding-right: 6px;
    height:48px;
    width:265px;
    background-image: url(../images/svg/MP8banner2.svg);
    background-repeat: no-repeat;
    background-position:40px 2px;
    background-size:auto 49px;
    background-color:transparent; 
}

.BannerMenuIco {
    color:#dedee0;
    font-size: 1.4em;
    margin-top: 8px;
    cursor:pointer;
}

.BannerMenuIco:hover {
    color:White;
}

.BannerFill_FischerLogoSpace {
    display: inline-block;
    padding: 0px;
    margin-right:8px;
    width: 195px;
    height: 45px;
    background-image:url(../images/svg/Cresa_Logo.svg);;
    background-repeat: no-repeat;
    background-position: 85% center;
    background-size:auto 34px;;
}

div.BannerFill_UserName
{
    display:inline-block;
    padding-right:15px;
    margin-bottom: -3px;
}


.BannerFill_UserName table.HorizontalRootMenu {
    height: 50px;
}


.BannerFill_Right
{
	text-align:left; 
	vertical-align:bottom;
	padding-left:2px; 
	white-space:nowrap;
    display: inline-block;
}

.BannerFill_Inbox {
    text-align: left;
    vertical-align: bottom;
    padding-bottom:1px;
    padding-right:10px;
    display: inline-block;
}

.notificationBarInboxContainer a {
    display: inline-block;
    white-space: nowrap;
    font-size: 11px;
    color:#ffffff;
    font-weight: bold;
    cursor: pointer;
    padding: 3px;
    padding-left: 0;
    margin-left: 3px;
    text-decoration: none;
}

.notificationBarInboxContainer a:hover {
    color:#E29900;
    text-decoration: none;
}

.notificationBarInboxCnt {
    padding-left:3px;
    font-size:smaller;
}

.PageWrapper {
    /*height: calc(100vh- 48px);*/
    margin-top: 49px;
}

.MenuColumnDiv {
    overflow-y: scroll;
    width: 150px;
    height: 100%;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.MenuColumnDiv::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.MenuColumn {
    display: inline-block;
    height: 100%;
    position: fixed;
    background-color: white;
    top: 47px;
    z-index: 99990;
}

.MenuColumnShadow {
    height: 100%
}

.PageWrapper_Full .MenuColumnShadow {
    width: 150px;
    box-shadow: 0px 0px 6px #2a2a2b;
}

.PageWrapper_Icon .MenuColumnShadow {
    width: 50px;
    box-shadow: 0px 0px 6px #2a2a2b;
}

.VerticalMenu {
    padding-bottom: 150px;
}

.PageWrapper_Full .MenuColumn {
    width: 150px;
    background: linear-gradient(90deg, #FFFFFF 150px, #0000 50%);
}

.PageWrapper_Icon .MenuColumnDiv {
    width: 50px;
}


.PageWrapper_Icon .MenuColumn {
    width: 50px;
    background: linear-gradient(90deg, #FFFFFF 50px, #0000 50px);
}


.MenuHolder {
    border-width: 0px;
    padding-top: 15px;
    background-color:#ffffff;
}

.PageWrapper_Full .MenuHolder {
    width: 150px;
    height: 100%;
}

.PageWrapper_Icon .MenuHolder {
    width: 50px;
    height: 100%;
}

.PageWrapper_Icon .Custom_Logo {
    display:none;
}

.PageWrapper_NoMenu .MenuColumn {
    display: none;
}

.PageWrapper_Icon .MenuHolder .RootMenuItemText {
    display: none;
}

div.Custom_Logo {
    margin-top: -150px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

div.Mast_ProductLogoHolder
{
	width:140px;
}

img.ProductLogo
{
    background-color:Transparent; 
}

/* Shadow Box */

/* Rounded Corners: Upper Table */

.OuterContent {
    
    display: inline-block;
    padding-top: 12px;
    padding-left:4px;
    padding-bottom:25px;
    vertical-align: top;
    border-width: 0px;
    border-left-width: 0px;
    border-style: solid;
    border-color:#D1CFCF;
}

.OuterContentCollapsedBorder {
    display: inline-block;
    height: 100%;
    padding-bottom: 0px;
    border: 0;
    padding-left: 4px;
    vertical-align: top;
}

.PageWrapper_Full .OuterContent {
    margin-left: 160px;
    width: calc(100% - 175px);
}

.PageWrapper_Full .OuterContentCollapsedBorder {
    margin-left: 145px;
    width: calc(100% - 150px);
}

.PageWrapper_Icon .OuterContent {
    margin-left: 60px;
    width: calc(100% - 80px);
}

.PageWrapper_Icon .OuterContentCollapsedBorder {
    margin-left: 47px;
    width: calc(100% - 51px);
}

.PageWrapper_NoMenu .OuterContent {
    margin-left: 8px;
    width: calc(100% - 23px);
}

.PageWrapper_NoMenu .OuterContentCollapsedBorder {
    margin-left: -4px;
    width: 100%;
}

table.InnerContent
{
	width:100%; 
	border-width:0px; 
	border-left-width:0px; 
	border-color:#D1CFCF;
	border-style:solid;	
	
}

div.ShadowBox
{
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-size:small;
    border-width:0px;
	border-style:solid;
	border-color:#D1CFCF;
}

table.ShadowBox_PageHeader
{
	background-color:#004200;
	border-width:0px;
    border-style:solid;
    border-color:#D1CFCF;
	margin:0px;
	padding:0px;
    
    width:100%;
    height:100%;
}

td.ShadowBox_PageHeader_PageTitle {
    color:#FFFFFF;
    font-size: medium;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom:4px;
    font-weight: bold;
}

td.ShadowBox_PageMenu {
    background-color: rgba(255,255,255,0.125);
    border-width: 0px;
    padding: 0px;
    border-style: none;
    vertical-align: middle;
    font-size: 7px;
    white-space: nowrap;
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.HPageMenuAdaptedMenuButton {
    background-color:#004200;
}

.HPageMenuAdaptedMenuButton table.HorizontalRootMenu.HPageMenuAdapted:first-child {
    background-color: rgba(255,255,255,0.125);
}

td.ShadowBox_PageMenu div.PageMenu_Spacer {
    padding: 4px 0px 4px 0px
}

td.ShadowBox_PageMenu a
{
	color:White;
}

/* Rounded Corners: Lower Table */

div.ShadowBox_OuterPageBackground {
    background-image: url(../images/Corporate/FischerCo.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color:#FFFFFF;
    border: solid 0px;
    border-color:#D1CFCF;
}

table.ShadowBox_OuterPageBackground {
    width: 100%;
    height: 100%;
    background-color:rgba(255,255,255,0.40);
}


table.ShadowBox_OuterPageBackground_Ghosted {
    background-color:rgba(255,255,255,0.80);
}

td.ShadowBox_BreadCrumb
{ 
    padding:1px;
    min-height:10px;
}

td.ShadowBox_OuterPageBackground
{
	padding:10px;
}

table.ShadowBox_PageBackground {
    width: 100%;
    height: 500px;
    /*min-height: calc(100vh - 160px);*/
}

div.statusbar {
    position: fixed;
    font-size: smaller;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 18px;
    background:#E4E4E4;
    background-position: left top;
    background-repeat: repeat-x;
    color: black;
    border: solid 1px #B5B5B5;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    overflow: hidden;
    overflow-y: auto;
    margin-left: 10px;
    margin-right: 15px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 900099;
}


/* Page based Weblist Width/Height Handling - the 2021 edition! */

.PageWrapper_Full .ListPageHeaderResize,
.PageWrapper_Full .ListPageWidthResize, /* AUDIT: ListPageWidthResize not referenced anywhere */
.PageWrapper_Full .ListPageResize {
    width: calc(100vw - 200px);
}

_:-ms-fullscreen, :root .PageWrapper_Full .ListPageResize {
    width: calc(100vw - 220px);
}

.PageWrapper_Icon .ListPageHeaderResize,
.PageWrapper_Icon .ListPageWidthResize, /* AUDIT: ListPageWidthResize not referenced anywhere */
.PageWrapper_Icon .ListPageResize {
    width: calc(100vw - 115px);
}

_:-ms-fullscreen, :root .PageWrapper_Icon .ListPageResize {
    width: calc(100vw - 135px);
}

.PageWrapper_NoMenu .ListPageHeaderResize,
.PageWrapper_NoMenu .ListPageResize {
    width: calc(100vw - 48px);
}

.PageWrapper .ListPageResize .gridWrapper {
    max-height: calc(100vh - 200px);
}

_:-ms-fullscreen, :root .PageWrapper .ListPageResize .gridWrapper {
    max-height: calc(100vh - 220px);
}

/* Responsive CSS */
.collapsedNav {
    display: none;
}
.burgerMenu{
    display:none;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px) 
and (max-device-width : 480px),
    /* iPads (portrait) ----------- */
    (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : portrait),
    /* Smartphones - high res (landscape) ----------- */
    (min-device-width : 768px) 
and (max-device-width : 992px)
and (orientation : landscape),
    /* Non mobile ----------- */
(max-width:768px)
 {
    .collapsedNav{
        /*display:block;*/
        z-index:1000;
        height:42px;
        padding:8px;
        float:left;
        width:97.5%;
        background-color:#004200;
        position:fixed;
        top:0;
        left:0;
    }
    .MenuColumn, .BannerFill_Left {
        /*display:block;
        width:100%;
        position:fixed;
        left:0;
        top:57px;
        z-index:1000;
        border-top:1px solid;*/
        border-top-color:#D1CFCF;
    }

    .BannerFill_Left .HorizontalRootMenuItemContent {
        /*width:100%;
        height:30px;*/
        background-color:#004200;
        color:#FFFFFF;
        /*line-height:30px;
        vertical-align:middle;*/
    }
   

}

@media print {
    .MenuColumn {
        display: none !important;
    }

    .statusbar {
        display: none !important;
    }

    .BannerMenuIco {
        display: none !important;
    }

    .PageWrapper_Full {
        position: absolute;
        top: 0px !important;
        overflow: visible !important;
    }

    .InnerContent {
        overflow: visible !important;
    }

    .PageWrapper_Full .OuterContent,
    .PageWrapper_Full .OuterContentCollapsedBorder {
        margin: 0px !important;
    }

    .PageWrapper {
        margin-top: 0 !important;
    }

    .BannerFill {
        display: none !important;
    }

    .add-photo-button {
        display: none !important;
    }
}