.wsko-pdf-static-page:not(main:last-child)
{
    page-break-before: always;
    /*width: 100%;
    height: 100%;*/
}
.wsko-pdf-page-break
{
    page-break-after: always;
}
.wsko-pdf-frontpage
{
    page-break-after: always;
    position: absolute;
    top: -2cm;
    left: -2cm;
    right: -2cm;
    height: 100%;
    background: #337ab7;
    color:white;
    text-align: center;

    padding-top: 400px;
}
.wsko-pdf-frontpage-logo
{
    margin-top: 50px;
    width:100px!important;
    height:100px!important;
}
.wsko-pdf-frontpage *
{
    display: block;
}

.wsko-pdf-static-container *,
.wsko-pdf-static-container
{
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid;
}
.wsko-pdf-static-container-breakable
{
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
}

body div
body small,
body p,
body b,
body a,
body span,
body h1,
body h2,
body h3,
body h4
{
   font-family: Helvetica;
}

@page
{
    margin-top: 2cm;
    margin-left: 2cm;
    margin-right: 2cm;
    margin-bottom: 1cm;
}

header
{
    background: #337ab7;
    background-image: -webkit-radial-gradient(top, circle cover, #337ab7 0%, #1a6099 80%);
    position: fixed;
    top: -2cm;
    left: -2cm;
    right: -2cm;
    height: 2cm;
    color:white;
}

footer
{
    background: #337ab7;
    background-image: -webkit-radial-gradient(top, circle cover, #337ab7 0%, #1a6099 80%);
    position: fixed; 
    bottom: -1cm; 
    left: -2cm;
    right: -2cm;
    height: 1cm;
    color:white;
}

.wsko-pdf-header-logo,
.wsko-pdf-header-text
{
    margin-top:9px;
}
.wsko-pdf-header-logo
{
    display:inline-block;
    width:50px!important;
    height:50px!important;
    margin-left:10px;
    padding: 0px 10px;
}
.wsko-pdf-header-text
{
    display:inline-block;
    padding: 5px 10px;
    color: white;
}
.wsko-pdf-footer-text
{
    display:inline-block;
    margin-top:5px;
    padding: 5px 10px;
    color: white;
}

/* BST Custom */
.wsko-pdf-static-page h2 {
    border-bottom: solid 1px #eee;
    padding: 10px 15px;
}
.wsko-pdf-static-page h3 {
    padding: 15px;
    font-size: 16px;
    border-bottom: solid 1px #eee;
    margin-top: 0px;
}
.wsko-reporting-item-wrapper {
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid;
    box-shadow: 0 0px 20px 5px rgba(0,0,0,.05);
    border: solid 1px #eee;
    margin: 10px 0px;
}
.wsko-reporting-item-inner {
    padding:15px;
}

