/* Smart911 colors */
/* popup modal stuff */
.popupModal {
  z-index: 110;
  display: none;
  width: 500px;
  height: auto;
  padding: 10px 20px 20px 20px !important;
  position: absolute;
  top: 5%;
  left: 50%;
  text-decoration: none;
  border: none;
  min-width: .7em;
  color: #454545 !important;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff, #fafafa);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff, #fafafa);
  /* Opera 11.10+ */
  background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
  /* Chrome 10+, Saf5.1+ */
  background-image: linear-gradient(top, #ffffff, #fafafa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#fafafa');
  -moz-box-shadow: inset 0 1px 0 white, inset 0 -3px 0 #DDD, inset 0 -2px 0 white, 0 2px 6px black;
  -webkit-box-shadow: inset 0 1px 0 white, inset 0 -3px 0 #DDD, inset 0 -2px 0 white, 0 2px 6px black;
  box-shadow: inset 0 1px 0 white, inset 0 -3px 0 #DDD, inset 0 -2px 0 white, 0 2px 6px black; }
  .popupModal.alignLeft {
    text-align: left; }
  .popupModal .btn {
    width: 275px;
    display: block;
    margin: 20px auto 10px auto; }
  .popupModal H1, .popupModal H2, .popupModal H3 {
    margin: 0;
    padding: 0;
    display: block; }
  .popupModal H1 {
    font-size: 1.25em !important;
    margin: 10px 0 10px 0 !important;
    font-weight: bold; }
  .popupModal H2 {
    font-size: 1.0em !important; }
  .popupModal FORM {
    padding-top: 20px; }
  .popupModal .close, .popupModal .die {
    z-index: 111;
    display: inline-block;
    background: url(/smart911/images/icons/close_modal.png) no-repeat top center;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -15px;
    right: -15px;
    cursor: pointer;
    color: transparent; }
  .popupModal DIV.popupContent {
    border-top: 1px solid #d2d2d2;
    padding-top: 10px; }

.popupModal article {
  margin: 0;
  padding: 0; }

.popupModal section {
  width: 100%; }

.popupModal p {
  margin: 10px 0; }

.popupModalAlertConfirm {
  width: 540px;
  height: auto; }

.popupModalAlertConfirmed {
  width: 540px;
  height: auto; }

.popupModalAlertSchedule {
  width: 350px;
  height: auto; }

.popupModalAlertDelivery {
  width: 630px;
  height: auto; }

.popupModalAlertVoice {
  width: 600px;
  height: auto; }

.popupModalAdminAttribute {
  width: 400px;
  height: auto; }

.popupModalAlertScheduled {
  width: 400px;
  height: auto; }

div.popupModalHeader {
  color: #ee6500;
  font-size: 1.25em !important;
  margin: 10px 0 10px 0;
  text-align: left;
  /*
      font-size: 16px;
      text-align: left;
      width: 250px;
      margin: 10px 0 10px 0;
  */ }

div.popupModalMessage {
  text-align: left;
  margin-bottom: 10px; }

div.disabledBackground {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
  filter: alpha(opacity=40); }

div.direWarning {
  text-shadow: none !important;
  color: #fff !important;
  background: #600 !important;
  background: -moz-linear-gradient(90deg, #600 0%, #900 100%) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #600), color-stop(1, #900)) !important;
  border: 1px solid #300 !important;
  color: white;
  z-index: 12; }

div.direWarning B {
  color: white !important; }

.sharedContent {
  width: 500px;
  text-align: left; }

@media only screen and (max-width: 640px) {
  .sharedContent {
    width: 260px; }

  .popupModal {
    width: 260px;
    left: 0;
    top: 30px; } }
/* END popup modal stuff */
