.loading_anime{
  background: url('../images/loading.gif') no-repeat center center;
  position: fixed;
  display:block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999 !important;
  text-align: center;
  vertical-align: middle;
  color:black;
  font-weight: bold;
  font-size:13px !important;
  font-family:  Tahoma, sans-serif;
  line-height: 20px;
}
.loading_page{
  background-color: white;
  opacity: 0.96;
  top: 0;
  left: 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99999999 !important;
}