﻿.loaderinner {
    background: rgba(230, 230, 230, 0.5) none repeat scroll 0 0;
    display: none;
    height: 1800px;
    position: absolute;
    width: 100%;
    z-index: 500;
}
.loaderinner img {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 15%;
    width: 100px;
}
.loaderinner2 {
    background: rgba(230, 230, 230, 0.5) none repeat scroll 0 0;
    display: none;
    height: 800px;
    position: absolute;
    width: 100%;
    z-index: 500;
}
.loaderinner2 img {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 12%;
    width: 100px;
}
.load-container {

  width: 100%;

    top: 300px;

  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.load-container a:link,
.load-container a:visited {
  position: absolute;
  bottom: 3px;
  font-size: 1.15em;
  text-align: center;
  left: 0;
  right: 0;
  text-decoration: none;
  color: #FFF;
}
.load-container a:link:hover,
.load-container a:visited:hover {
  text-decoration: underline;
}
 .load7 .loader:before,
.load7 .loader:after,
.load7 .loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.load7 .loader {
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.load7 .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.load7 .loader:after {
  left: 3.5em;
}
.load7 .loader:before,
.load7 .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #74ddba;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #74ddba;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #74ddba;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #74ddba;
  }
}


   .web_dialog_overlay
        {

    bottom: 0;
    display: none;
    margin: 0;
    min-height: 500px;

    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    top:-200px;
               
 
        }
        
         #overlay img{  z-index:100;margin:0 auto;font-size:26px;color:#7d8292;height:86px; position: absolute;
    right: 420px;
    top: 300px;width:200px;}