#background{
    position:absolute;
    z-index:0;
    display:block;
    min-height:70%; 
    min-width:70%;
}
#content{
    min-width: 100%;
    position:absolute;
    z-index:1;
}
.footer {
    width: 100%;
    background: rgba(228, 228, 228, 0.87);
    padding: 13pt;
    text-align: center;
}
.footer2 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(228, 228, 228, 0.87);
    padding: 13pt;
    text-align: center;
}
.hvr_hand:hover {
    cursor: pointer;
    text-decoration: underline;
}
.disabled_s {
    color: #b4b4b4;
}
.selcted{
    font-weight: 600;
}
.lreps{
    background-image: url('../img/ui/report-cover-image-new2.jpg');
    background-size: contain;color:white;border-radius: 8pt;
}
.lreps_hover{
    background-image: url('img/ui/asdas.jpg');
    background-color: #fbf8f8;
}
.panel{
    border: 0px;
    margin-bottom: 8px !important;
}