﻿.divLoading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, 0.2) url('http://www.kisankhazana.com/Content/images/Content/images/Ajax-Loading.gif') 50% 50% no-repeat;  /* this is stagging  progress bar*/
    /*background: rgba( 255, 255, 255, 0.2) url('/Content/Images/Ajax-Loading.gif') 50% 50% no-repeat;*/  /* this is local progress bar*/
}
strong {
    font-weight: bold;
}

.cssLoginErrorMsg {
    color: red;
}

.cssSignUpErrorMsg {
    color: red;
}

.ProductsList {
    color: red;
    /*background-color: orange;*/
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin:15px;
}
.cssRating
{
    cursor:pointer;
}
/*Added by Uttar for Making FirstLetter Captial for Menu*/
.cssLowerCase
{
    text-transform: lowercase;
}
.cssLowerCase:first-letter 
{
    text-transform: uppercase;
}