
#InfoWindow { position: absolute; height: 100%; width: 100%; top: 0%; left: 0%; background-color: rgba(100, 100, 100, 0.8); visibility: hidden; z-index: 10000; }

#InfoDialog { position: absolute; height: 40%; width: 60%; top: 28%; left: 20%; background-color: rgb(250, 250, 250); border-radius: 0.5em; visibility: hidden; }

#InfoWinTxt { position: absolute; height: 60%; width: 90%; top: 10%; left: 5%; border-radius: 5px; font-size: calc(0.95vw + 0.95vh + 0.95vmin); color: #595959; overflow-y: auto; }

#InfoInputTxt { position: absolute; height: 20%; width: 90%; top: 31%; left: 5%; border-radius: 5px; font-size: calc(0.95vw + 0.95vh + 0.95vmin); color: #595959; overflow-y: auto; display:none; }

#InfoButtonRow { position: absolute; height: 23%; top: 72%; width: 90%; left: 5%; }

#InfoCancelBtn { position: absolute; height: 98%; width: 20%; top: 1%; left: 0%;  text-align: center; font-size: 3vmin; color:white; background-color: #c75c5c; visibility: hidden; }
#InfoOKBtn     { position: absolute; height: 98%; width: 20%; top: 1%; right: 0%; text-align: center; font-size: 3vmin; color:white; background-color: #335a6c; cursor: pointer; border: none; outline: none; border-radius: 0.5em; visibility: hidden; }

#InfoCancelBtn:hover { background-color: #d56868; }
#InfoOKBtn:hover     { background-color: #3a697f; }