/* Stylesheet for defining the printing area of the page. */
.noprint {display: none !important;}

/* Reset the background */
body { background: #ffffff none; }

/* Make a smaller and more simple header on print */
#header {
	min-height: 90px;
	display: block;
	margin: 0;
}

    #header div.scanlogobox
    {
        width: 100% !important;
        min-height: 60px;
        margin: 0;
        padding: 0;
        flex: 0;
        max-width: none;
        margin-bottom: 0.4rem;
    }

    #header img.scanlogo
    {
        display: none;
    }

    #header img.scanlogo_print
    {
        display: block;
        margin: 0;
        width: 294px;
        min-width: 294px;
    }

    #header img.customlogo_print {
        display: block;
    }

/* Reset all nested css-levels, so they are technically ignored */
#container, #main
{
    position: static;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    border: 0px;
}

#contentbox_v, #contentbox_h
{
	/* display: none !important; */
}

#content
{
    border-top: solid 1px rgb(0,69,123); /* pantone 295 C */
    width: 100%;
    padding-top: 5px;
}

/* Style for priority image at the cms viewers - don't print them */
.colpriority
{
	display: none;
}

/* ------------------------------------------------------------------------ */
/* --------------------------- User Management ---------------------------- */
/* ------------------------------------------------------------------------ */

#content_um
{
    border-top-width: 1px !important;
	width: 100% !important;
	padding-top: 5px !important;
}


/* ------------------------------------------------------------------------ */
/* ----------------------------- Wiki Content ----------------------------- */
/* ------------------------------------------------------------------------ */
#wikicontainer div.wikitable
{
	margin-left: 1px;
	margin-right: 1px;
}

#wikicontainer div.wikitable tfoot
{
	display: none !important;
}

#wikicontainer img.printchart
{
    display: inherit;
    width: 100%;
}

#wikicontainer pre {
    max-height: unset !important;
}
