﻿th {
    text-align: center;
    border:solid 1px;
    padding:2px;
}
td{
    border:solid 1px;
    padding:2px;
}
.margin-rt-35 {
    margin-right: 35px !important;
}
.col-md-5 {
    width: 48.9% !important;
}
.mandatory {
    color: red;
    padding:0;
    padding-top:5px;
    width:5px;
}
.field-validation-error {
 float:right;
}
.padding-tb-5{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.padding-bt-10{
    padding-bottom: 10px;
}
.no-padding
{
    padding:0px;
}
.no-paddinglft
{
    padding-left:0px;
}

input[type="Radio"] {
        width: auto;
    }
.wordwrap{word-break: break-all;}
.stage0 {
    background: #d6e9c6;
}
.stage1 {
    background: #468847;
}
.stage2 {
    background: #87c700;
}
.stage3 {
    background: #efc700;
}
.summary {
    background: #9b6bcc;
}
.viewdetail {
    background-color: #d2cfcf;
    font-weight: bold;
        margin-bottom: 5px;
}
.actionbtn{
    padding: 5px;
    background-color: #585454;
    text-align: right;
}
textarea {
    font-family: inherit;
    width: 100%;
}
.text-required{
    color:#b32424 !important   ;
}