﻿
/*
File Name       : General Style Sheet
Implemented By  : Ripan Paul
Start Date      : 09-03-2015
End Date        : 
*/
.Grid-Link {
    text-decoration: underline;
}

.Error{
    background: #FBE3E4;
    border-top: 1px solid #e1b2b3;
    border-left: 1px solid #e1b2b3;
    border-right: 1px solid #FBC2C4;
    border-bottom: 1px solid #FBC2C4;
    border-color: red !important;
}

.color-Red {
    color: red;
}

.wt_labal {
    display: inline-block;
    font-weight: 700;
}

.btn-width-md {
    width: 150px;
}



.Bold{
    font-weight: bold;
}

.Italic{
    font-style:italic;
}

.AlignmentRight{
    text-align:right;
}
.AlignmentLeft{
    text-align:left !important;
}

.AlignmentCenter{
    text-align:center;
}

.AlignmentJustify{
    text-align:justify;
}

.NoUnderlineLink{
    text-decoration:none;
}

.UnderlineLink{
    text-decoration:underline;
}

.UpperCase{
    text-transform:uppercase;
}

.LowerCase{
    text-transform:lowercase;
}

.watermark{
    color: #BDBDBD;
}










