.wm_reportfilter span{
    color: #00305b;
    font-size: 14px;
    margin-right: 10px;   
}

.wm_reportfilter select{
    color: #00305b;
    font-size: 14px;
    margin-right: 10px;
    outline: none;
    border: none;
    background: #bcbec0;
    max-height: 30px;
    max-width: 130px;
    width: 100%;
}

.wm_reportfilter #wm_filter{
    color: #fff;
    background: #00305b;
    padding: 7px 50px;
    margin-top: -5px;
    cursor: pointer;
    border: 2px solid #00305b;
}

.wm_reportfilter #wm_filter:hover{
    background: #fff;
    border: 2px solid #00305b;
    color: #00305b;

}

.wm_danger{
    font-size: 18px;
    color: #c10808;
    text-align: center;
}

.c_no_data{
    font-size: 25px;
    color: #0d234b;
    text-align: left;
    padding-top: 20px;
}
.acc_title{
    font-size: 25px !important;
    color: #0d234b;
}