.indexdiv {
  background: #000000;
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
  filter: alpha(opacity=60);
  opacity: 0.5 !important;
}
