﻿/* Custom css here */
/* loader "please wait" */
#loader{position:absolute;display:block}
.please-wait{text-align:center;border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px;background:rgba(250,250,250,0.8);font-size: 16px;font-weight: 600;color:#B43939;padding:0px; position:fixed;z-index:99999;width:200px;height:200px;top:50%;margin-top:-100px;left:50%;margin-left:-100px}
.please-wait img{width:40px;height:40px;margin-top:60px}
.obscured{z-index:9999;background:#000;opacity:0.6;filter:alpha(opacity=60);top:0px;left:0px;width:100%;height:100%;position:fixed;}
.hide{opacity:0;z-index:-9999;filter:alpha(opacity=0); transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
   
