*{
  margin: 0;
  padding: 0;
}

/* make body full page */
html, body {
  margin: 0;
  height: 100%;
  text-align:center;
  overflow: hidden;
  cursor: pointer;
}

@font-face {
  font-family: 'Pricedown';
  src: url(fonts/Pdown.woff);
}

.console{
  background-color: white;
  color: white;
  font-weight: bold;
  display: 

}

/* EDIT TO WORK WITH DUNKO VRP EDIT*/

@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300');



.menu {   
  
  height:400px;
  width:200px;
  box-shadow:0px 0px 0xp 5px #777;
  border-radius:15px;
  margin-top:25px;
  box-shadow: -108px -42px 0px -99px rgb(196, 196, 196);
  animation:bg 20s linear infinite;
  transition:* 0.2s linear;
  background-color: blue;
  margin-left: 65%;
  margin-top: 18%;
  position: absolute;
}

.menu:before {
  margin-top:-25px;
  position:absolute;
  width:208px;
  margin-left:-8px;
  height:435px;
  display:block;
  content:'';
  z-index:-1;
  background:#000;
  border-top-left-radius:35px 30px;
  border-top-right-radius:35px 30px;
  border-bottom-left-radius:35px 30px;
  border-bottom-right-radius:35px 30px;
  border:4px solid #555;
}

.menu:after  {
  margin-top:-25px;
  position:absolute;
  width:207px;
  margin-left:-8px;
  height:430px;
  display:block;
  content:'';
  z-index:1;
  background:linear-gradient(to right,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 5%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 90%, rgba(255,255,255,0.3) 94%, rgba(255,255,255,0.5) 100%);
  border-top-left-radius:30px 25px;
  border-top-right-radius:30px 25px;
  border-bottom-left-radius:30px 25px;
  border-bottom-right-radius:30px 25px;
  border:4px solid transparent;

}

.menu > * {
  
  color:rgba(255,255,255,0.95);
  opacity:0.8;
  position: absolute;
}


@keyframes bg {
   0% {
    background:#944bbb;
}
  10% {
    background: linear-gradient(to top right, rgb(49, 105, 230), rgb(249, 145, 170));
  }
  30% {
    background: #FF5722;
  }
  40% {
    background: #E91E63;
  }
  50%{
    background: #9C27B0;
  }
  60%{
    background: #00BCD4;
  }
  70%{
    background: #009688;
  }
  80%{
    background: #8BC34A;
  }
  90%{
    background: #FF9800;
  }
  100%{
    background: #42124c;
  }}



.menu_description {
  text-align:center;  
  border-radius: 0px 0px 4px 4px;
  box-shadow: inset -1px -1px 60px 0px rgba(0,0,0,1);
  box-shadow: -1px -1px 60px 0px rgba(0,0,0,1);
  background-color: rgba(0,0,0,0.5);
  font-family: 'Roboto', sans-serif;
  color: white;
  float: left; 
  position:absolute;
  font-weight: bold;
  padding: 6px; 
  font-size: 1.2em;
  max-width: 500px;
  max-height: 200px;
}

.menu h1{
  opacity:0;
}

.choices{
  width:200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 100%;
}

.choices::-webkit-scrollbar{ 
  display: none; 
}

.choices div{
  padding: 8px;

  font-size: 15px;
  font-weight: bold;
}

.choices .selected{
  background-color: rgba(58, 160, 53,0.90);
  color: black;
  box-shadow: inset -1px 2px 19px 0px rgba(0,0,0,1);
}

/* progress bar */
.progressbar{
  position: absolute;
}

.progressbar .inner{
}

.progressbar .label{
  position: absolute;
  color: white;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px black;
}

/* wprompt */
.wprompt{
  background-color: #3A3A3A;
  border: 1px solid white;
  font-family: 'Roboto', sans-serif;
  box-shadow: 1px 1px 18px 1px #000000;
  color: white;  
  width: 300px;
  height: 200px;
  border-radius: 0px 25px 25px 0px;
  display: flex;
  padding: 5px;
  flex-direction: column;
  cursor: pointer;
}

.wprompt h1{
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}

.wprompt textarea{
  outline: none !important;
  background-image: url(https://s14.postimg.org/vuv4gh1jl/grey.jpg);
  font-family: 'Roboto', sans-serif; 
  color: black;
  width: 400px;
  height: 200px;
  border: 1px solid rgba(96, 92, 92,0.90);
  box-shadow: inset 1px 1px 18px 1px #000000;
  border-radius: 0px 25px 25px 0px;
  flex: 1;
  color: black;
  width: 100%;
  padding: 12px;
  resize: none;
  box-sizing: border-box;
}


.wprompt textarea:focus{
  outline: none !important;
}

.wprompt .help{
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  padding: 3px;
  text-transform: uppercase;
}

/* request manager */
.request_manager{
  position: absolute;
  bottom: -1px;
  right: 25px;
  text-align: right;
}

.request_manager div{
  margin-bottom: 0px;
}

.request_manager div > span{
  background-color: #3A3A3A;
  border: 1px solid black;
  font-family: 'Roboto', sans-serif;
  box-shadow: inset 1px 1px 18px 1px #000000;
  border-radius: 5px 5px 0px 0px;
  font-size: 25px;
  color: white;
  margin-bottom: -1px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.request_manager .yes{
  font-family: 'Roboto', sans-serif;
  padding-left: 15px;
  color: rgb(0,255,0);
  font-size: 1em;
  text-transform: uppercase;
}

.request_manager .no{
  font-family: 'Roboto', sans-serif;
  color: rgb(255,0,0);
  font-size: 1em;
  text-transform: uppercase;
}

/* announce */

.announce{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 780px;
  height: 130px;
  padding: 10px;
  margin-left: -400px;
  font-weight: bold;
  font-size: 1.1em;
  text-shadow: 2px 2px black;
  color: white;
  display: none;
  opacity: 0.90;
}
