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

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

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

.smoke-base .dialog {
  position: absolute;
}

.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%;
}

.smoke-signal .dialog .dialog-inner {
	padding: 30px 15px;
}

.dialog-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.dialog-buttons button {
	cursor: pointer;
	height: 32px !important;
	min-width: 12px;
    border: solid 1px rgba(0,0,0,.15);
    border-radius: 5px;
    box-sizing: content-box;
    display: inline-flex;
    white-space: nowrap;
    letter-spacing: 0 !important;
    font-size: 13px !important;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 32px;
    text-align: center;
    color: rgba(0,0,0,1);
    background-color: rgba(0,0,0,.05);
    padding: 0 10px;
    margin: 0 5px 0 0;
    transition: 0.2s;	
    position: relative;
    text-transform: none;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently */
}
.dialog-buttons button.cancel {
	background-color: rgba(0,0,0,.05);
	border: solid 1px rgba(0,0,0,.15);
	color: rgba(0,0,0,1);
}
.dialog-buttons button.dark {
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,1);
}
.dialog-buttons button:hover {
    color: rgba(0,0,0,1);
    border-color: rgba(0,0,0,1);
}
.dialog-buttons button.dark:hover {
    color: rgba(255,255,255,1);
}

.dialog-prompt input {
  margin: 0;
  border: 0;
  font-family: inherit;
  outline: none;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,.15);
  width: 75%;
  display: inline-block;
  background-color: transparent;
  font-size: 13px;
  padding: 8px;
  color: rgba(0,0,0,1);
}

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

.smoke-base .dialog {
  top: 25%;
  width: 40%;
  left: 50%;
  margin-left: -20%;
}

@media (max-width: 767px) {
  .smoke-base .dialog {
    width: 90%;
    margin-left: -45%;
  }
}

.smoke-base .dialog-inner {
  padding: 30px 15px 15px 15px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: rgba(0,0,0,1);
}

.smoke {
  background-color: rgba(255,255,255,1);
  border-radius: 10px;
}

/*

.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;
}
