 /* Redial */
.redial-title {
  font-family: Arial;
  color: #000;
  font-size: 26px;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.redial-text {
  color: #000;
  text-align: left;
  line-height: 22px;
  font-family: Arial;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.order_ok {
  display: none;
  background-color: white;
  border:1px solid black;
  padding: 20px;
  border-radius: 25px;
  color: #222;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 300px;
  font-size: 18px;
}
.order_wait {
  display: none;
  color: white;
  z-index: 100;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-size: 18px;
}
.order_error {
  display: none;
  background-color: white;
  border:1px solid black;
  padding: 20px;
  border-radius: 25px;
  color: #222;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 300px;
  font-size: 18px;
}
.order_loading {
  display: none;
  background-color: rgba(0,0,0,0.8);
  z-index: 10000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 18px;
  }
input.phone {
  margin: 0px 0px 18px 0px;
  padding: 6px 6px;
  text-align: center;
  vertical-align: middle;
  border-radius: 6px;
  border-style:
  border-style: solid;
  border-width: 1px;
  font-size: 18px;
}
input.name {
  display: none;
}
button.submit {
  border: 0px solid #000000;
  border-radius: 6px;
  padding: 6px 18px;
  box-shadow: rgba(000,000,000,0.9) 0 2px 4px, inset rgba(255,255,255,0.4) 0 1px 0;
  background: #ff0000;
  text-shadow: #000000 0 1px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  vertical-align: middle;
  text-align: center;
}
input.submit_msg {
  border: 0px solid #000000;
  border-radius: 6px;
  padding: 6px 18px;
  box-shadow: rgba(000,000,000,0.9) 0 2px 4px, inset rgba(255,255,255,0.4) 0 1px 0;
  background: -moz-linear-gradient(top, #f84545, #b50505);
  text-shadow: #000000 0 1px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  vertical-align: middle;
  text-align: center;
}
img.wait {
  width: 24px;
  height: 24px;
}
