.btn-class{
    padding: 10px 20px;
    border-color: transparent;
    border-radius: 0px;
    background: #003399;
    background: -moz-linear-gradient(top, #003399 10%, #003399 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #003399), color-stop(90%, #003399));
    background: -webkit-linear-gradient(top, #003399 10%, #003399 90%);
    background: -o-linear-gradient(top, #003399 10%, #003399 90%);
    background: -ms-linear-gradient(top, #003399 10%, #003399 90%);
    background: linear-gradient(to bottom, #003399 10%, #003399 90%);
    color:white;
}
.ra-shortcode-tbl th{
   /* background-color:blue; */
}
.raform-listing{
    margin-top:40px;
}
.mt-tp{
    margin-top:40px;
}
.raForm{
    display:none;
}
.raForm.active{
    display: block;;
}
/* Validation Error Color CSS*/
.serial-no-validate-error{
    color:red;
}
/* Validation Success Color CSS*/
.serial-no-validate-success{
    color:green;
}
.red-color{
    color:red;
}