* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

#logo-wrapper {
  position: fixed;
  z-index: 900;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 44px; }
  #logo-wrapper #logo {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    top: 8px;
    left: 8px; }
    #logo-wrapper #logo .logo {
      display: none; }
    #logo-wrapper #logo .logo-small {
      display: block; }

#logo-wrapper.hidden {
  background-color: transparent; }

.view-toggle {
  display: inline-block;
  position: absolute;
  z-index: 1000;
  top: 8px;
  right: 8px;
  bottom: auto;
  left: auto;
  width: 130px;
  padding: 8px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 0 #300;
  text-decoration: none;
  text-align: center;
  background: #eb1a2e;
  background: -ms-linear-gradient(top, #eb1a23, #aa0202);
  border: none;
  -webkit-box-shadow: 0 1px 2px #666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  box-shadow: 0 1px 2px #666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  border-radius: 4px;
  cursor: hand;
  cursor: pointer; }
  .view-toggle.active {
    bottom: auto;
    left: auto;
    margin: 0; }
  .view-toggle:hover {
    color: #fff;
    text-shadow: none; }

#top-item-wrapper {
  position: fixed;
  width: 100%;
  border-radius: 0;
  left: 0;
  top: 44px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a80906), to(#911b15));
  background-image: linear-gradient(top, #a80906, #911b15);
  -webkit-box-shadow: 0 2px 0 white, inset 0 1px 0 #e20f0a;
  box-shadow: 0 2px 0 white, inset 0 1px 0 #e20f0a;
  border: none;
  border-bottom: 1px solid #410404;
  padding: 0; }
  #top-item-wrapper #form {
    position: relative;
    width: auto; }
    #top-item-wrapper #form form > span#current-location {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 6px;
      background: #eb1a2e;
      background: -ms-linear-gradient(top, #eb1a23, #aa0202);
      -webkit-box-shadow: 0 1px 0 #f66, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
      box-shadow: 0 1px 0 #f66, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
      border: solid 1px #000;
      border-radius: 3px;
      margin: 6px 0;
      padding: 5px 8px 3px 8px;
      cursor: pointer;
      cursor: hand; }
      #top-item-wrapper #form form > span#current-location span {
        display: block;
        width: 20px;
        height: 22px;
        background-image: url("/images/current-location-icon.png");
        background-repeat: no-repeat; }
    #top-item-wrapper #form form > span#address-wrapper {
      background-color: #0f0;
      display: block;
      position: relative;
      width: auto;
      margin: 0 97px 0 50px; }
    #top-item-wrapper #form form > span#address-wrapper.expanded {
      margin: 0 60px 0 50px; }
    #top-item-wrapper #form #address {
      display: block;
      width: 100%;
      height: 14px;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-bottom-left: 3px;
      -moz-border-radius-topleft: 3px;
      -moz-border-radius-bottomleft: 3px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border: 1px solid #000;
      margin: 6px 0;
      padding: 8px;
      background: #fff;
      font-size: 14px;
      -webkit-box-shadow: 0 1px 0 #f66;
      box-shadow: 0 1px 0 #f66; }
    #top-item-wrapper #form #update_address_button {
      float: none;
      height: 25px;
      position: absolute;
      right: 45px;
      width: auto;
      background: #eb1a2e;
      background: -ms-linear-gradient(top, #eb1a23, #aa0202);
      -webkit-box-shadow: 0 1px 0 #f66, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
      box-shadow: 0 1px 0 #f66, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
      border: solid 1px #000;
      border-left: none;
      border-radius: 0;
      -webkit-border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius-topright: 3px;
      -moz-border-radius-bottomright: 3px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      margin: 6px 0;
      padding: 5px 8px 0 8px; }
      #top-item-wrapper #form #update_address_button span {
        display: inline-block;
        width: 17px;
        height: 23px;
        background-image: url("/images/search-icon.png");
        background-repeat: no-repeat; }
      #top-item-wrapper #form #update_address_button p {
        display: none; }
    #top-item-wrapper #form #update_address_button.expanded {
      right: 8px; }

#top-item-wrapper.hidden {
  width: 36px;
  border: none;
  background: transparent; }
  #top-item-wrapper.hidden #form {
    display: none; }
  #top-item-wrapper.hidden #tab-toggle {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

#tab-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 14px;
  padding: 11px 5px 8px 7px;
  background: #eb1a2e;
  background: -ms-linear-gradient(top, #eb1a23, #aa0202);
  -webkit-box-shadow: -1px 0 0 #f66, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  box-shadow: -1px 0 0 #f66, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  border-left: solid 1px #000; }
  #tab-toggle span {
    display: block;
    width: 24px;
    height: 26px;
    background-image: url("/images/title-bar-arrows.png"); }
  #tab-toggle.hidden span {
    background-position: -24px 0; }

#form {
  width: 100%; }
  #form input {
    font-size: 12px; }

#signup-alert {
  position: absolute;
  z-index: 997;
  top: 46px;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.85); }
  #signup-alert strong {
    font-size: 12px; }
  #signup-alert form {
    padding: 6px 0; }
    #signup-alert form input {
      font-size: 10px;
      margin-bottom: 6px; }
      #signup-alert form input.email {
        width: inherit;
        min-width: 100px; }
      #signup-alert form input[type="submit"] {
        padding: 2px 4px;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        background: #eb1a2e;
        background: -ms-linear-gradient(top, #eb1a23, #aa0202);
        -webkit-box-shadow: 0 1px 2px #666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
        box-shadow: 0 1px 2px #666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
        border-radius: 4px;
        border: none;
        cursor: hand;
        cursor: pointer; }
    #signup-alert form label {
      font-size: 12px; }

#ad {
  z-index: 998;
  position: absolute;
  bottom: 30px;
  left: 40px;
  width: 300px;
  height: 100px;
  overflow: hidden; }

#legend {
  z-index: 1500;
  border: none;
  bottom: 40px; }
  #legend #show_legend_link {
    position: absolute;
    top: 50%;
    left: -29px;
    width: 28px;
    height: 20px;
    margin-top: -26px;
    padding: 16px 0;
    background: #eb1a2e;
    background: -ms-linear-gradient(top, #eb1a23, #aa0202);
    -webkit-box-shadow: inset -1px 0 1px 0 #f66, inset 0 1px 0 #ff7f7f, inset 0 0 1px 0 #cd0000;
    box-shadow: inset -1px 0 1px 0 #f66, inset 0 1px 0 #ff7f7f, inset 0 0 1px 0 #cd0000;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: solid 1px #900;
    border-right: none; }
    #legend #show_legend_link span {
      display: inline-block;
      width: 20px;
      height: 20px;
      text-indent: -999px;
      background-image: url("/images/legend-arrows.png");
      background-repeat: no-repeat;
      background-position: -20px 0; }
  #legend #show_legend_link.hidden span {
    background-position: 0 0; }
  #legend a#show_legend_link:hover {
    background: #eb1a2e;
    background: -ms-linear-gradient(top, #eb1a23, #aa0202); }
  #legend ul {
    background: #eb1a2e;
    background: -ms-linear-gradient(top, #eb1a23, #aa0202);
    -webkit-box-shadow: inset 0 1px 0 #ff7f7f, inset 0 0 1px 0 #cd0000;
    box-shadow: inset 0 1px 0 #ff7f7f, inset 0 0 1px 0 #cd0000;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: solid 1px #900;
    padding: 6px 0 6px 6px; }
    #legend ul li {
      display: block;
      width: auto;
      height: 20px;
      float: none;
      background-color: #fff;
      color: #363636;
      font-size: 11px;
      padding: 1px 8px 1px 34px;
      border-bottom: solid 1px #ccc; }
      #legend ul li span {
        display: inline-block;
        width: 22px;
        height: 25px;
        background-image: url("/images/spotcrime-icons-sprite.png");
        background-size: 195px 18px;
        background-repeat: no-repeat; }
      #legend ul li .Arrest {
        background-position: 0 0; }
      #legend ul li .Arson {
        background-position: -22px 0; }
      #legend ul li .Assault {
        background-position: -44px 0; }
      #legend ul li .Burglary {
        background-position: -66px 0; }
      #legend ul li .Other {
        background-position: -87px 0; }
      #legend ul li .Robbery {
        background-position: -110px 0; }
      #legend ul li .Shooting {
        background-position: -130px 0; }
      #legend ul li .Theft {
        background-position: -154px 0; }
      #legend ul li .Vandalism {
        background-position: -176px 0; }
    #legend ul li:first-of-type {
      border-top-left-radius: 4px;
      border-top: solid 1px #000; }
    #legend ul li:last-of-type {
      border-bottom-left-radius: 4px;
      border-bottom: solid 1px #000; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #legend ul li span {
    background-image: url("/images/spotcrime-icons-sprite-2x.png"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx) {
  #legend ul li span {
    background-image: url("/images/spotcrime-icons-sprite-3x.png"); } }

#menu {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  text-align: center;
  padding: 2px;
  border-top: solid 1px #aaa;
  border-right: solid 1px #aaa;
  background-color: rgba(255, 255, 255, 0.85);
  border-top-right-radius: 8px; }
  #menu a {
    display: inline-block;
    padding: 6px 12px;
    margin: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 0 #300;
    text-decoration: none;
    text-align: center;
    background: #eb1a2e;
    background: -ms-linear-gradient(top, #eb1a23, #aa0202);
    -webkit-box-shadow: 0 1px 2px #666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
    box-shadow: 0 1px 2px #666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
    border-radius: 4px;
    border: none; }
  #menu a:hover {
    color: #fff;
    text-shadow: none; }
  #menu #disclaimer {
    position: absolute;
    z-index: 9999;
    left: 0;
    bottom: 50px;
    display: none;
    width: 90%;
    max-height: 260px;
    overflow: auto;
    background-color: #fff;
    border: solid 1px #aaa;
    border-radius: 8px;
    padding: 12px;
    font-size: 13px;
    text-align: left;
    line-height: 135%; }

#table_container {
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border: none;
  overflow-y: auto; }
  #table_container table tr td.description {
    width: 50%; }
