
.leaflet-map-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-pane, .leaflet-tile-container, .leaflet-overlay-pane, .leaflet-shadow-pane, .leaflet-marker-pane, .leaflet-popup-pane, .leaflet-overlay-pane svg, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
    left: 0;
    position: absolute;
    top: 0;
}
.leaflet-container {
    overflow: hidden;
}
.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
    -moz-user-select: none;
}
.leaflet-marker-icon, .leaflet-marker-shadow {
    display: block;
}
.leaflet-container img {
    max-width: none !important;
}
.leaflet-container img.leaflet-image-layer {
    max-width: 15000px !important;
}
.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}
.leaflet-tile-loaded {
    visibility: inherit;
}
.leaflet-zoom-box {
    height: 0;
    width: 0;
}
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}
.leaflet-tile-pane {
    z-index: 2;
}
.leaflet-objects-pane {
    z-index: 3;
}
.leaflet-overlay-pane {
    z-index: 4;
}
.leaflet-shadow-pane {
    z-index: 5;
}
.leaflet-marker-pane {
    z-index: 6;
}
.leaflet-popup-pane {
    z-index: 7;
}
.leaflet-vml-shape {
    height: 1px;
    width: 1px;
}
.lvml {
    display: inline-block;
    position: absolute;
}
.leaflet-control {
    pointer-events: auto;
    position: relative;
    z-index: 7;
}
.leaflet-top, .leaflet-bottom {
    pointer-events: none;
    position: absolute;
    z-index: 1000;
}
.leaflet-top {
    top: 0;
}
.leaflet-right {
    right: 0;
}
.leaflet-bottom {
    bottom: 0;
}
.leaflet-left {
    left: 0;
}
.leaflet-control {
    clear: both;
    float: left;
}
.leaflet-right .leaflet-control {
    float: right;
}
.leaflet-top .leaflet-control {
    margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
    margin-left: 10px;
}
.leaflet-right .leaflet-control {
    margin-right: 10px;
}
.leaflet-fade-anim .leaflet-tile, .leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    transition: opacity 0.2s linear 0s;
}
.leaflet-fade-anim .leaflet-tile-loaded, .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile, .leaflet-touching .leaflet-zoom-animated {
    transition: none 0s ease 0s ;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}
.leaflet-clickable {
    cursor: pointer;
}
.leaflet-container {
    cursor: grab;
}
.leaflet-popup-pane, .leaflet-control {
    cursor: auto;
}
.leaflet-dragging .leaflet-container, .leaflet-dragging .leaflet-clickable {
    cursor: grabbing;
}
.leaflet-container {
    background: #ddd none repeat scroll 0 0;
    outline: 0 none;
}
.leaflet-container a {
    color: #0078a8;
}
.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}
.leaflet-zoom-box {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border: 2px dotted #38f;
}
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif;
}
.leaflet-bar {
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}
.leaflet-bar a, .leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    color: black;
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    width: 26px;
}
.leaflet-bar a, .leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.leaflet-bar a:hover {
    background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
    border-bottom: medium none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.leaflet-bar a.leaflet-disabled {
    background-color: #f4f4f4;
    color: #bbb;
    cursor: default;
}
.leaflet-touch .leaflet-bar a {
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.leaflet-control-zoom-in, .leaflet-control-zoom-out {
    font: bold 18px "Lucida Console",Monaco,monospace;
    text-indent: 1px;
}
.leaflet-control-zoom-out {
    font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px;
}
.leaflet-control-layers {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.leaflet-control-layers-toggle {
    background-image: url("images/layers.png");
    height: 36px;
    width: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url("images/layers-2x.png");
    background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
    height: 44px;
    width: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}
.leaflet-control-layers-expanded {
    background: #fff none repeat scroll 0 0;
    color: #333;
    padding: 6px 10px 6px 6px;
}
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}
.leaflet-control-layers label {
    display: block;
}
.leaflet-control-layers-separator {
    border-top: 1px solid #ddd;
    height: 0;
    margin: 5px -10px 5px -6px;
}
.leaflet-container .leaflet-control-attribution {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    margin: 0;
}
.leaflet-control-attribution, .leaflet-control-scale-line {
    color: #333;
    padding: 0 5px;
}
.leaflet-control-attribution a {
    text-decoration: none;
}
.leaflet-control-attribution a:hover {
    text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
    font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}
.leaflet-control-scale-line {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-color: -moz-use-text-color #777 #777;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 2px 2px;
    box-sizing: content-box;
    font-size: 11px;
    line-height: 1.1;
    overflow: hidden;
    padding: 2px 5px 1px;
    white-space: nowrap;
}
.leaflet-control-scale-line:not(:first-child) {
    border-bottom: medium none;
    border-top: 2px solid #777;
    margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    box-shadow: none;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0.2);
}
.leaflet-popup {
    position: absolute;
    text-align: center;
}
.leaflet-popup-content-wrapper {
    border-radius: 12px;
    padding: 1px;
    text-align: left;
}
.leaflet-popup-content {
    line-height: 1.4;
    margin: 13px 19px;
}
.leaflet-popup-content p {
    margin: 18px 0;
}
.leaflet-popup-tip-container {
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 40px;
}
.leaflet-popup-tip {
    height: 17px;
    margin: -10px auto 0;
    padding: 1px;
    transform: rotate(45deg);
    width: 17px;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: white none repeat scroll 0 0;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
    background: transparent none repeat scroll 0 0;
    color: #c3c3c3;
    font: bold 16px/14px Tahoma,Verdana,sans-serif;
    height: 14px;
    padding: 4px 4px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 18px;
}
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}
.leaflet-popup-scrolled {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
}
.leaflet-oldie .leaflet-popup-tip {
    margin: 0 auto;
    width: 24px;
}
.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}
.leaflet-div-icon {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #666;
}
div.leaflet-marker-icon.location-filter.resize-marker {
    background: rgba(0, 0, 0, 0) url("img/resize-handle.png") no-repeat scroll 0 0;
    cursor: move;
}
div.leaflet-marker-icon.location-filter.move-marker {
    background: rgba(0, 0, 0, 0) url("img/move-handle.png") no-repeat scroll 0 0;
    cursor: move;
}
div.location-filter.button-container {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    border-radius: 7px;
    padding: 5px;
}
.leaflet-container div.location-filter.button-container a {
    background: rgba(218, 252, 205, 0.9) none repeat scroll 0 0;
    border: 1px solid #9cc5a4;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) inset;
    color: #0f2416;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    padding: 6px 7px;
    text-shadow: 0 1px #a1bb9c;
}
.leaflet-container div.location-filter.button-container a:hover {
    background: rgba(245, 255, 240, 0.9) none repeat scroll 0 0;
    color: #263f1c;
}
.leaflet-container div.location-filter.button-container a.enable-button {
    background-position: left center;
    background-repeat: no-repeat;
    padding: 6px 7px 6px 25px;
}
.leaflet-container div.location-filter.button-container a.enable-button:hover, .leaflet-container div.location-filter.button-container.enabled a.enable-button {
    background-position: left center;
    background-repeat: no-repeat;
}
.leaflet-container div.location-filter.button-container a.adjust-button {
    margin-left: 2px;
}
div.leaflet-marker-icon.location-filter.resize-marker {
    background-image: url("/assets/img/resize-handle-f295a8a2bb3fbeaccbd269894502a813989152dddfc0a13163edc498e253ad42.png");
}
div.leaflet-marker-icon.location-filter.move-marker {
    background-image: url("/assets/img/move-handle-1afb22e6bdd9b7b270385071a6f8c408c0245ef8317576ae4e6abdaf9996cc1e.png");
}
.leaflet-popup-content img.user_thumbnail {
    max-width: 50px !important;
}
.user_popup p {
    margin: 0 !important;
}
.site .leaflet-popup p {
    margin: 0 0 20px;
}
