/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 14, 2014, 2:51:34 PM
    Author     : emailtomuzammil
*/

.loading {
    background: none repeat scroll 0 0 white;
    display: none;
    height: 1000px;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.loadingimage {
    background-color: transparent;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
    position: fixed;
    top: 300px;
}
.error-msg-class{
    color:#e31e25;
    font-family: "Muli",Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 27px;
}