.reportingTemplate001{
    width: 595.28px;
    height: 841.89px;
    /*border: 1px solid black;*/
    padding: 5px 20px 5px 20px;
    font-size: 12px;
    color: #525A63;
    margin-top: 10px;
    margin-bottom: 2.5px;
    background-color: #FFFFFF;
    position: relative;
}
#reportingtemlateheadertitle{
    display: inline-block;
}
#reportingtemlateheaderlogo{
    width: 5em;
    height: 5em;
}
#header{
    text-align: center;
    height: 140px;
    clear: both;
}
#header #headertitle{
    display: block;
    width: 400px;
    float: left;
}
#header #headerlogo{
    display: block;
    width: 150px;
    float: right;
}
.reportingtemplatetable{
    width: 440px;
    margin: 30px auto 30px auto;
    /*text-align: right;*/
}
.rttline{
    width: 400px;
    display: inline-block;
    text-align: right;
}
.rttheader{
    font-weight: bold;
}
.rttdata{
    color: #73879C;
    border-bottom: 1px solid #73879C;
}
.rttdataresult{
    font-weight: bold;
}
.rttleftcolumn{
    width: 140px !important;
}
.rttcentercolumn{
    width: 125px;
}
.rttrightcolumn{
    width: 125px;
}

.rttelement{
    display: inline-block;
    margin: 0px;
}
.rttcurrency{
    width: 35px;
}
.inlineb{
    display: inline-block;
    margin: 2px 3px 2px 3px;
    vertical-align: middle;
    line-height: 16px;
}
.sinfo{
    padding: 6px 10px 6px 10px;
    border-radius: 8px;
    color: #FFFFFF;
}
.sinfosmall{
    padding: 3px 5px 3px 5px;
    border-radius: 6px;
    color: #FFFFFF;
}
.sinfo-primary{
    background-color: #337ab7; 
}
.sinfo-success{
    background-color: #4cae4c; 
}
.sinfo-success-light{
    background-color: #84D884;
}
.font16{
    font-size: 16px;
}
h2{
    font-weight: bold !important;
}
.pageNumber{
    position: absolute;
    top: 780px;
    right: 50px;
}