.smoke-base {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all .3s;
  -webkit-transition: opacity .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index:999;
}

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

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

.smoke-base .dialog {
  position: absolute;
  z-index:1009;
}

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

.dialog-buttons {
  margin: 10px 0 5px 0
}

.smoke {
  text-align: center;
  font-size: 13px;
  line-height:20px;
}

.dialog-buttons button {
  position:absolute;
  top:-8px; right:2px;
  display: inline-block;
  cursor: pointer;
  font-style: normal;
  text-decoration: none;
  border: 0;
  outline: 0;
  
  
}

.dialog-prompt input {
  margin: 0;
  border: 0;
  outline: none;
  border: 1px solid #333;
  width: 97%;
  background-color: #fff;
  font-size: 15px;
}

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

.smoke-base .dialog {
  top: 30%;
  left:32%;
  width: 36%;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.smoke-base .dialog-inner {
  padding:22px 10px 15px 10px;
  font-size:13px;
  color:#444;
}

.smoke {
  background-color: rgba(255,255,255,1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
}

.dialog-buttons button {
  margin-top:10px;
  padding:3px 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222,endColorstr=#222222);
  background:none;
  font-family:verdana;
  font-weight:700;
  font-size: 11px;
  line-height: 11px;
  color: #888;
}

.dialog-buttons button:hover {
	color:#555;
}

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

.queue{
  display:none;
}

@media (max-width: 767px) {
.smoke-base .dialog {
  top: 30%;
  left:15%;
  width: 70%;
}
}

@media (max-width: 520px) {
.smoke-base .dialog {
  top: 30%;
  left:5%;
  width: 90%;
}
}