
html, body {
    height: 100%;
}




.divEditQueueModalFade {
    
    
  background-color: rgba(128, 128, 128, 0.65);
  left:0px;
  top:0px;
  width:100%;
    height:100%;
    bottom:0px;
    position:fixed;
    z-index:200;
}



.divEditQueueModalInner {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid gray;
    max-width: 600px;
    width: 100%;
    margin: auto;
    background-color: white;
    color: black;
    padding: 5px;
    opacity: 1;
    -moz-border-radius: 8px;
    border-radius: 8px;
}





.divEditQueueModalFade_Mobile {
    
    
  background-color: white;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  bottom:0px;
   position:fixed;
  z-index:200;
    overflow:scroll;
}

