﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: Arial, sans-serif;
  overflow: hidden;
}
#map {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.mapButton {
  position: fixed;
  z-index: 1000;
  /*left: 0;
    top: 70px;*/
  background: #FFF;
  font-size: 30px;
  /*padding: 10px;*/
  border: 1px #808080 solid;
  /*box-shadow: 0 5px 4px rgba(0,0,0,0.3),0 -1px 0px rgba(0,0,0,0.05);*/
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
}
.mapButton:hover {
  background: #EBEBEB;
}
.mapButton i,
.mapButton img {
  padding-left: 8px;
  padding-top: 8px;
  user-select: none;
}
#ZoomPlus {
  top: 10px;
  right: 10px;
}
#ZoomMinus {
  top: 60px;
  right: 10px;
}
/*@HideFilterAt: 910px; om övigt katigorin ska finnas  */
#FilterButton {
  top: 10px;
  right: 10px;
  display: none;
}
@media (max-width: 830px) {
  #FilterButton {
    display: block;
  }
}
#FullScreen {
  top: 110px;
  right: 10px;
}
#FullScreen.Hide {
  display: none;
}
#CreateLink {
  top: 160px;
  right: 10px;
}
#MarkerInfo {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  bottom: 0;
  /*max-width: 400px;*/
  max-width: 300px;
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transform: translateX(-110%);
  transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  overflow-y: scroll;
  /*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {*/
  margin-right: -15px;
  padding-top: 32px;
  margin-top: -32px;
  margin-bottom: -32px;
  padding-bottom: 32px;
  scrollbar-base-color: #FFF;
  scrollbar-face-color: #888;
  scrollbar-3dlight-color: #FFF;
  scrollbar-highlight-color: #FFF;
  scrollbar-track-color: #FFF;
  scrollbar-arrow-color: #888;
  scrollbar-shadow-color: #888;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /*scrollbar-dark-shadow-color: #FFF;
        scrollbar-width: thin;*/
  /*}*/
}
#MarkerInfo:after {
  content: "";
  height: 32px;
  display: block;
}
@media (max-width: 830px) {
  #MarkerInfo {
    top: 0;
  }
}
#MarkerInfo.show {
  transform: none;
}
#MarkerInfo.show #CloseMarkerInfo {
  display: block;
}
#MarkerInfo img {
  width: 100%;
}
#MarkerInfo .body2 {
  padding: 15px;
  font-size: 13px;
  line-height: 15px;
}
#MarkerInfo h1 {
  font-weight: bold;
  /*font-size: 20px;*/
  font-size: 19px;
  line-height: 22px;
}
#MarkerInfo p {
  padding-top: 15px;
}
#MarkerInfo a {
  display: inline-block;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  /*border: 1px #DADCE0 solid;*/
  border: 1px #20A02D solid;
  border-radius: 7px;
  color: #FFF;
  text-decoration: none;
  background: #20A02D;
}
#MarkerInfo a:hover {
  /*background: #F1F3F4;*/
  background: #187621;
  border: 1px #13601b solid;
}
#MarkerInfo a img {
  width: 20px;
  vertical-align: middle;
  padding-right: 5px;
  padding-top: -3px;
}
#MarkerInfo #CloseMarkerInfo {
  position: fixed;
  left: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px #9a9a9a solid;
  z-index: 3000;
  width: 24px;
  padding: 5px;
  border-radius: 18px;
  display: none;
  cursor: pointer;
}
#MarkerInfo #CloseMarkerInfo:hover {
  background: rgba(0, 0, 0, 0.8);
}
@media (min-width: 830px) {
  #MarkerInfo #CloseMarkerInfo {
    /*top: 60px;*/
  }
}
#MarkerInfo .Kalla {
  /*font-size: 12px;*/
  font-size: 11px;
  /*font-weight: bold;*/
  margin-top: 5px;
  color: #aaabad;
}
#MarkerInfo .uppdaterad {
  /*font-size: 12px;*/
  font-size: 11px;
  padding-top: 5px;
  color: #aaabad;
  margin-bottom: 10px;
}
#Filter {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #FFF;
  z-index: 100000;
  text-align: center;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 830px) {
  #Filter {
    transform: translateY(-110%);
    transition: transform 0.25s cubic-bezier(0, 0, 0.3, 1);
  }
}
#Filter.show {
  transform: none;
}
#Filter .item {
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
@media (max-width: 1192px) {
  #Filter .item {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
  }
}
@media (max-width: 1084px) {
  #Filter .item {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  #Filter .item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#Filter .item:hover {
  background: #e6e6e6;
}
#Filter .item.on {
  background: #e6e6e6;
}
#Filter .item img {
  vertical-align: middle;
}
#FilterCloseArea {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
}
#FilterCloseArea.show {
  display: block;
}
#FilterShowAll {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  transition: transform 0.25s cubic-bezier(0, 0, 0.3, 1);
}
#FilterShowAll.show {
  transform: none;
}
#FilterShowAll div {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  border: 1px #000 solid;
  text-align: center;
  padding: 5px;
  border-radius: 16px;
  background: #FFF;
  margin-top: 10px;
  cursor: pointer;
  text-transform: uppercase;
}
@media (min-width: 830px) {
  #FilterShowAll div {
    margin-top: 60px;
  }
}
#FilterShowAll div:hover {
  background: #e6e6e6;
}
::-webkit-scrollbar {
  width: 2px;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
#Search {
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 1000;
  background: #FFF;
  padding: 2px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
#Search .btn-group {
  display: inline-block;
}
#Search .btn-group button {
  background: #FFF;
  border: 1px #DADCE0 solid;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  cursor: pointer;
}
#Search .btn-group button:hover,
#Search .btn-group button.active {
  background: #e6e6e6;
}
#Search .btn-group button:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: -5px;
}
#Search .btn-group button:last-child {
  margin-right: -5px;
}
#Search input {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px #DADCE0 solid;
  width: 200px;
}
#Search #SearchResult {
  border-top: 1px #DADCE0 solid;
  margin-top: 5px;
  max-width: 340px;
  display: none;
}
#Search #SearchResult.show {
  display: block;
}
#Search #SearchResult button {
  width: 100%;
  text-align: left;
  background: #FFF;
  border: 0;
  border-bottom: 1px #DADCE0 solid;
  padding: 10px;
  cursor: pointer;
}
#Search #SearchResult button:hover {
  background: #F5F5F5;
}
#Search #SearchResult button .title {
  display: block;
}
#Search #SearchResult button .subtitle {
  display: block;
  font-size: 12px;
  color: #999999;
}