#externalReport{
    padding: 40px;
}
.showPointer{
    color: blue;
    cursor: pointer;
}
.fontCenter{
    text-align: center;
}
#reportViewer{
    margin: auto;
    width: 70%;
    line-height:1.2
}
.wholePrintPage{
    margin: auto;
    width: 230mm;
    height: 317mm;
    border:1px dashed ;
    font: normal 12pt/1.5em PmingLiu;
    font-family: Arial, simsun;
    overflow:hidden;
    margin-top: 100px;
    padding: 20mm;
}
#queryReportTitle{
    background-image: url(../images/externaltitlebg.jpg);
    height: 300px;
    width: 100%;
    background-size: 100% 100%;
    padding-top: 60px;
    margin-top: -30px;
    color: #ffffff;
    font-weight: 900;
    font-size: 60px;
}
.reportListCls{
    /*background-color: #8FA5C4;*/
}
.show{
    display: block;
}
.showError{
    color: #495057;
    background-color: #fff;
    border-color: #f70a2a;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(247, 9, 27, 0.35);
}
.showCorrect{
    color: #495057;
    background-color: #fff;
    border-color: #6FFD8B;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(116, 248, 206, 0.35);
}
