﻿/* line 256, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend {
  z-index: 998;
  border: none;
  bottom: 120px;
}
/* line 260, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend #show_legend_link {
  position: absolute;
  top: 50%;
  left: -29px;
  width: 28px;
  height: 30px !important;
  margin-top: -30px;
  padding: 5px 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("//s3.amazonaws.com/s3.mylocalcrime.com/images/legend-arrows.png");
  background-repeat: no-repeat;
  background-position: -20px 0;
  overflow: hidden;
}
/* line 293, ../../../app/stylesheets/spotcrime_info_fullscreen_small.sass */
#legend #show_legend_link.hidden-element 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("//s3.amazonaws.com/s3.mylocalcrime.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;
}
