﻿.appriseOverlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 99999998; }

.appriseOuter {
  background: white;
  border: 1px solid whitesmoke;
  -moz-box-shadow: 0 0 7px #333;
  -webkit-box-shadow: 0 0 7px #333;
  box-shadow: 0 0 7px #333;
  z-index: 99999999;
  min-width: 200px;
  min-height: 50px;
  max-width: 75%;
  position: fixed;
  display: none; }

.appriseInner {
  color: black;
  font-size: 13px;
  padding: 20px; }

.appriseInner button {
  border: 1px solid #bbb;
  background: #4796CE;
  color: white;
  cursor: pointer;
  margin: 0 3px;
  padding: 4px 15px;
  /*text-transform: uppercase;*/
  /*letter-spacing: 0.01em;*/
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  /*font-weight: 700;*/
  font-size: 13px; }

.appriseInner button:hover {
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2); }

.aButtons, .aInput {
  text-align: center;
  margin: 20px 10px 0;
  /*font-weight: 700;*/
  font-size: 13px; }

.aTextbox {
  border: 1px solid #aaa;
  width: 180px;
  font-size: 13px;
  /*font-weight: 700;*/
  padding: 5px 10px; }
