#loading-mask{
	display: none !important;
}
#loading-mask-export {
    color: #d04646;
}
#loading-mask-export {
    background: rgba(0,0,0,0.6);
    font-size: 1.1em;
    font-weight: bold;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 500;
}
#loading-mask-export .loader {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
#loading-mask-export .loader {
    background-color: #dadada;
    border-color: #68c39f;
    color: #333;
}
#loading-mask-export .loader-box {
    left: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 100%;
    top: 49%;
    z-index: 1000;
}
#loading-mask-export .loader-box p{border: #48BE85 1px solid; background: #EEEEEE !important; padding: 20px 50px; width: 200px; height: 70px; margin: 0 auto;}
#loading-mask-export .loader img{
	width: 36px;
	height: 36px;
	 display: inline;
}