﻿body,html
{
	margin:0;
	padding:0;
    background:none;
    background-color:white;
    -webkit-print-color-adjust: exact;
}

.page-break {
    display: block;
    page-break-before: always;
}
.NoPrint, .tab-content > .tab-pane.NoPrint {
    display: none!important;
}
.OnlyPrint {
    display: block!important;
}

.tab-content > .tab-pane{
    display: block!important;
}
.tab-content > .tab-pane.fade{
    opacity: 1!important;
}

.main-header,.header-top,.header-top .container{
    background-color:#263368!important;
    background:#263368!important;
}
