﻿/*For Full screen */
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: "Segoe WP", "Segoe UI", "Verdana", "Arial";
}

#BabylonCanvas, #BabylonDiv {
    width: 100%;
    height: 100%;
    touch-action: none;
    -ms-touch-action: none;
}

#3DGallery{
    display:none;
}

#Babylon_loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  /*opacity: 0.7;*/
  background-color: rgba(50, 50, 50, 0.5);
  z-index: 98;
  text-align: center;
}

#BabylonWaitingLoader{
    background-color:white;
    width:50%;
    min-width:600px;
    height:55%;
    min-height:400px;
    margin:20px auto;
    z-index: 99;
    padding:10px;
}

#Babylon_loading-image {
  width:30px;
  margin:35px 0 0 0;
}

#BabylonLoaderTxt{
    color:gray;
    margin-top:10px;
}


#BabylonWaitingLoader a{
    text-decoration:none;
    color:black;
    border: 1px solid gray;
    padding:5px;
    margin:10px;
}

#BabylonPopupFull{
  margin:15px auto;
  max-width:90%;
  max-height:90%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 99; 
}

#BabylonPopupPics{
    max-width:100%;
    max-height:100%;
}

#BabylonPopupDesc{
    margin:15px;
    padding:5px;
    background-color: white;
    min-height:50px;
}

#BabylonPopupDesc p{
    color:black;
}

.BabylonImgFull{
  z-index: 100;
      max-width:100%;
  max-height:95%;
  box-shadow: 1px 1px 20px #000;
    border:5px solid white;

}

#BabylonPopupClose{
    position:relative;

}
