/* line 1, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* line 3, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#logo-wrapper {
  position: fixed;
  z-index: 900;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 44px;
}
/* line 10, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#logo-wrapper #logo {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  top: 8px;
  left: 8px;
}
/* line 17, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#logo-wrapper #logo .logo {
  display: none;
}
/* line 19, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#logo-wrapper #logo .logo-small {
  display: block;
}

/* line 21, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#logo-wrapper.hidden {
  background-color: transparent;
}

/* line 23, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
.view-toggle {
  display: inline-block;
  position: absolute;
  z-index: 1000;
  top: 8px;
  right: 8px;
  bottom: auto;
  left: auto;
  width: 130px;
  padding: 8px 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 0 #330000;
  text-decoration: none;
  text-align: center;
  background: #eb1a2e;
  background: -webkit-linear-gradient(top, #eb1a23, #aa0202);
  background: -moz-linear-gradient(top, #eb1a23, #aa0202);
  background: -ms-linear-gradient(top, #eb1a23, #aa0202);
  border: none;
  -webkit-box-shadow: 0 1px 2px #666666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  -moz-box-shadow: 0 1px 2px #666666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  box-shadow: 0 1px 2px #666666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: hand;
  cursor: pointer;
}
/* line 52, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
.view-toggle.active {
  bottom: auto;
  left: auto;
  margin: 0;
}
/* line 56, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
.view-toggle:hover {
  color: white;
  text-shadow: none;
}

/* line 60, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#top-item-wrapper {
  position: fixed;
  width: 100%;
  border-radius: 0;
  left: 0;
  top: 44px;
  background-image: -moz-linear-gradient(top, #a80906, #911b15);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a80906), color-stop(1, #911b15));
  background-image: -webkit-linear-gradient(#a80906, #911b15);
  background-image: -ms-linear-gradient(top, #a80906, #911b15);
  background-image: linear-gradient(top, #a80906, #911b15);
  -webkit-box-shadow: 0 2px 0 white, inset 0 1px 0 #e20f0a;
  -moz-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;
}
/* line 77, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#top-item-wrapper #form {
  position: relative;
  width: auto;
}
/* line 81, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#top-item-wrapper #form form > span#current-location {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 6px;
  background: #eb1a2e;
  background: -webkit-linear-gradient(top, #eb1a23, #aa0202);
  background: -moz-linear-gradient(top, #eb1a23, #aa0202);
  background: -ms-linear-gradient(top, #eb1a23, #aa0202);
  -webkit-box-shadow: 0 1px 0 #ff6666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  -moz-box-shadow: 0 1px 0 #ff6666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  box-shadow: 0 1px 0 #ff6666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  border: solid 1px black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0;
  padding: 5px 8px 3px 8px;
  cursor: pointer;
  cursor: hand;
}
/* line 101, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#top-item-wrapper #form form > span#current-location span {
  display: block;
  width: 20px;
  height: 22px;
  background-image: url("http://s3.mylocalcrime.com.s3.amazonaws.com/images/current-location-icon.png");
  background-repeat: no-repeat;
}
/* line 108, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#top-item-wrapper #form form > span#address-wrapper {
  background-color: lime;
  display: block;
  position: relative;
  width: auto;
  margin: 0 97px 0 50px;
}
/* line 114, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#top-item-wrapper #form form > span#address-wrapper.expanded {
  margin: 0 60px 0 50px;
}
/* line 116, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#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 black;
  margin: 6px 0;
  padding: 8px;
  background: white;
  font-size: 14px;
  -webkit-box-shadow: 0 1px 0 #ff6666;
  -moz-box-shadow: 0 1px 0 #ff6666;
  box-shadow: 0 1px 0 #ff6666;
}
/* line 134, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#top-item-wrapper #form #update_address_button {
  float: none;
  height: 25px;
  position: absolute;
  right: 45px;
  width: auto;
  background: #eb1a2e;
  background: -webkit-linear-gradient(top, #eb1a23, #aa0202);
  background: -moz-linear-gradient(top, #eb1a23, #aa0202);
  background: -ms-linear-gradient(top, #eb1a23, #aa0202);
  -webkit-box-shadow: 0 1px 0 #ff6666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  -moz-box-shadow: 0 1px 0 #ff6666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  box-shadow: 0 1px 0 #ff6666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  border: solid 1px black;
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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;
}
/* line 160, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#top-item-wrapper #form #update_address_button span {
  display: inline-block;
  width: 17px;
  height: 23px;
  background-image: url("http://s3.mylocalcrime.com.s3.amazonaws.com/images/search-icon.png");
  background-repeat: no-repeat;
}
/* line 167, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#top-item-wrapper #form #update_address_button p {
  display: none;
}
/* line 169, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#top-item-wrapper #form #update_address_button.expanded {
  right: 8px;
}

/* line 171, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#top-item-wrapper.hidden {
  width: 36px;
  border: none;
  background: transparent;
}
/* line 175, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#top-item-wrapper.hidden #form {
  display: none;
}
/* line 177, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#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;
}

/* line 184, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#tab-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 14px;
  padding: 11px 5px 8px 7px;
  background: #eb1a2e;
  background: -webkit-linear-gradient(top, #eb1a23, #aa0202);
  background: -moz-linear-gradient(top, #eb1a23, #aa0202);
  background: -ms-linear-gradient(top, #eb1a23, #aa0202);
  -webkit-box-shadow: -1px 0 0 #ff6666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  -moz-box-shadow: -1px 0 0 #ff6666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  box-shadow: -1px 0 0 #ff6666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  border-left: solid 1px black;
}
/* line 199, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#tab-toggle span {
  display: block;
  width: 24px;
  height: 26px;
  background-image: url("http://s3.mylocalcrime.com.s3.amazonaws.com/images/title-bar-arrows.png");
}
/* line 206, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#tab-toggle.hidden span {
  background-position: -24px 0;
}

/* line 208, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#form {
  width: 100%;
}
/* line 210, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#form input {
  font-size: 12px;
}

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

/* line 256, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend {
  z-index: 500;
  border: none;
  bottom: 40px;
}
/* line 260, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend #show_legend_link {
  position: absolute;
  top: 50%;
  left: -29px;
  width: 28px;
  height: 20px;
  margin-top: -26px;
  padding: 16px 0;
  background: #eb1a2e;
  background: -webkit-linear-gradient(top, #eb1a23, #aa0202);
  background: -moz-linear-gradient(top, #eb1a23, #aa0202);
  background: -ms-linear-gradient(top, #eb1a23, #aa0202);
  -webkit-box-shadow: inset -1px 0 1px 0 #ff6666, inset 0 1px 0 #ff7f7f, inset 0 0 1px 0 #cd0000;
  -moz-box-shadow: inset -1px 0 1px 0 #ff6666, inset 0 1px 0 #ff7f7f, inset 0 0 1px 0 #cd0000;
  box-shadow: inset -1px 0 1px 0 #ff6666, 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 #990000;
  border-right: none;
}
/* line 283, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend #show_legend_link span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -999px;
  background-image: url("http://s3.mylocalcrime.com.s3.amazonaws.com/images/legend-arrows.png");
  background-repeat: no-repeat;
  background-position: -20px 0;
}
/* line 293, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend #show_legend_link.hidden span {
  background-position: 0 0;
}
/* line 295, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend a#show_legend_link:hover {
  background: #eb1a2e;
  background: -webkit-linear-gradient(top, #eb1a23, #aa0202);
  background: -moz-linear-gradient(top, #eb1a23, #aa0202);
  background: -ms-linear-gradient(top, #eb1a23, #aa0202);
}
/* line 300, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend ul {
  background: #eb1a2e;
  background: -webkit-linear-gradient(top, #eb1a23, #aa0202);
  background: -moz-linear-gradient(top, #eb1a23, #aa0202);
  background: -ms-linear-gradient(top, #eb1a23, #aa0202);
  -webkit-box-shadow: inset 0 1px 0 #ff7f7f, inset 0 0 1px 0 #cd0000;
  -moz-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 #990000;
  padding: 6px 0 6px 6px;
}
/* line 316, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend ul li {
  display: block;
  width: auto;
  height: 20px;
  float: none;
  background-color: white;
  color: #363636;
  font-size: 11px;
  padding: 1px 8px 1px 34px;
  border-bottom: solid 1px #cccccc;
}
/* line 326, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend ul li span {
  display: inline-block;
  width: 22px;
  height: 25px;
  background-image: url("http://s3.mylocalcrime.com.s3.amazonaws.com/images/icons/spotcrime_info/spotcrime-icons-sprite.png");
  background-size: 195px 18px;
  background-repeat: no-repeat;
}
/* line 334, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend ul li .Arrest {
  background-position: 0 0;
}
/* line 336, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend ul li .Arson {
  background-position: -22px 0;
}
/* line 338, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend ul li .Assault {
  background-position: -44px 0;
}
/* line 340, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend ul li .Burglary {
  background-position: -66px 0;
}
/* line 342, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend ul li .Other {
  background-position: -87px 0;
}
/* line 344, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend ul li .Robbery {
  background-position: -110px 0;
}
/* line 346, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend ul li .Shooting {
  background-position: -130px 0;
}
/* line 348, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend ul li .Theft {
  background-position: -154px 0;
}
/* line 350, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend ul li .Vandalism {
  background-position: -176px 0;
}
/* line 352, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend ul li:first-of-type {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  border-top: solid 1px black;
}
/* line 357, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend ul li:last-of-type {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: solid 1px black;
}

/* line 362, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#menu {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  text-align: center;
  padding: 2px;
  border-top: solid 1px #aaaaaa;
  border-right: solid 1px #aaaaaa;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}
/* line 376, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#menu a {
  display: inline-block;
  padding: 6px 12px;
  margin: 2px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 1px 0 #330000;
  text-decoration: none;
  text-align: center;
  background: #eb1a2e;
  background: -webkit-linear-gradient(top, #eb1a23, #aa0202);
  background: -moz-linear-gradient(top, #eb1a23, #aa0202);
  background: -ms-linear-gradient(top, #eb1a23, #aa0202);
  -webkit-box-shadow: 0 1px 2px #666666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  -moz-box-shadow: 0 1px 2px #666666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  box-shadow: 0 1px 2px #666666, inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
/* line 397, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#menu a:hover {
  color: white;
  text-shadow: none;
}
/* line 400, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#menu #disclaimer {
  position: absolute;
  z-index: 9999;
  left: 0;
  bottom: 50px;
  display: none;
  width: 90%;
  max-height: 260px;
  overflow: auto;
  background-color: white;
  border: solid 1px #aaaaaa;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 12px;
  font-size: 13px;
  text-align: left;
  line-height: 135%;
}

/* line 418, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#table_container {
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border: none;
  overflow-y: auto;
}
/* line 429, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#table_container table tr td.description {
  width: 50%;
}
