.smoke-base {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}

.smoke-base.smoke-visible {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.smokebg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.dialog-prompt {
  margin-top: 15px;
  text-align: center;
}

.dialog-buttons {
  margin: 20px 0 5px 0;
}

.smoke {
  text-align: center;
  font-size: 22px;
  line-height: 150%;
}

.dialog-buttons button {
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  /* font-style: normal; */
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0 5px;
  -webkit-background-clip: padding-box;
  /* font-size: 13px; */
  /* line-height: 13px; */
  /* font-weight: normal; */
  /* padding: 9px 12px; */
}

.dialog-prompt input {
  margin: 0;
  border: 0;
  font-family: sans-serif;
  outline: none;
  border: 1px solid #aaa;
  width: 75%;
  display: inline-block;
  background-color: transparent;
  font-size: 16px;
  padding: 8px;
}

.smoke-base {
  background: rgba(0, 0, 0, .3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000);
}


.smoke-base .dialog-inner {
  padding: 15px;
  color: #202020;
}

.smoke {
  background-color: rgb(255, 255, 255);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
  box-shadow: 0 2px 8px #666;
}


.dialog-buttons button {
  background-color: rgba(0, 0, 0, .85);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222, endColorstr=#222222);
  border-radius: 0;
  color: #fff;

}

button.cancel {
  background-color: rgba(0, 0, 0, .40);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#444444);
}

.queue {
  display: none;
}




/* ---- DW ----- */

.smoke {
  /* border-radius: 2px; */
  border-radius: 0.25rem;
  text-transform: none;
  width: 60%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 40%;
  transform: translateY(-40%);
  /* padding: 25px 0; */
  padding: 1rem 0;
}

.smoke .dialog-inner {
  font-weight: normal !important;
  color: rgba(0, 0, 0, 0.7);
  line-height: 130%;
  /* font-family: 'Roboto', sans-serif; */
}

.smoke .dialog-prompt input[type="text"] {
  display: inline-block !important;
  margin-bottom: 0;
}

.smoke button {
  /* background-color: rgba(19, 19, 17, 1); */
  /* padding: 0.8rem 1rem; */
  /* color: rgba(255,255,255,0.9); */
  /* font-family: 'Roboto', sans-serif; */
  font-weight: 700;
  /* border-radius: .25rem; */

  background-color: #4292CF;
  color: #fff;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;

  margin: .75rem .75rem 0 .75rem;

}

.smoke button.cancel {
  /* opacity: 0.3; */
  background-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .6);
}