#mainWrapper .animate-show {
  line-height:20px;
  opacity:1;
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#faf8f8)) !important;
background: -moz-linear-gradient(top, #fbfbfb, #faf8f8) !important;
background: linear-gradient(#fbfbfb, #faf8f8) !important;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fbfbfb', endColorstr='#faf8f8') !important;

}
/*#mainWrapper .animate-show h2, #mainWrapper .animate-show h3, #mainWrapper .animate-show h4{color: white !important;}
#mainWrapper .animate-show .bulTab{
background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#ff7200)) !important;
background: -moz-linear-gradient(top, #fbfbfb, #ff7200) !important;
background: linear-gradient(#fbfbfb, #ff7200) !important;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fbfbfb', endColorstr='#ff7200') !important;	
} */

#mainWrapper .animate-show.ng-hide-add.ng-hide-add-active,
#mainWrapper .animate-show.ng-hide-remove.ng-hide-remove-active {
  -webkit-transition:all linear 0.75s;
  transition:all linear 0.75s;
}

#mainWrapper .animate-show.ng-hide {
  line-height:0;
  opacity:0;
}

#mainWrapper .bulletin-elem {
  background:inherit;
  width:100%;
  height:100%;
  min-height: 300px;
}

#mainWrapper #mainContent .preloader { position: absolute; top: 40%; left: 50%; z-index: 1000; width: 48px; height: 47px;}
#mainWrapper #mainContent .lock-watermark { position: absolute; top: 40%; left: 50%; z-index: 1001; width: 35px; height: 50px; }
#mainWrapper #mainContent .lock-watermark-heading {  background-image: url(../../mssappdata/bg-lock-watermark-light.png); width: 17px; height: 25px; }
#mainWrapper #mainContent .img-lock-watermark {wodth:35px; height: 47px; }
