﻿/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  overflow: hidden;
}
.noscript {
  font-size: 30px;
  color: #FFF;
  background: #f00;
  border: 5px #000 solid;
  margin: 30px;
  padding: 10px;
}
.ol-zoom-in,
.ol-zoom-out,
.ol-rotate-reset {
  display: none;
}
#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: #d9d9d9;
}
.mapButton i,
.mapButton img {
  padding-left: 8px;
  padding-top: 8px;
  user-select: none;
}
#ZoomIn {
  top: 10px;
  right: 10px;
}
#ZoomOut {
  top: 60px;
  right: 10px;
}
#window {
  background: #FFF;
  max-width: 700px;
  /*margin-left: auto;
        margin-right: auto;*/
  /*margin-top: 300px;*/
  border-radius: 5px;
  box-shadow: 2px 2px 10px #888;
  position: absolute;
  z-index: 2000;
}
@media (max-width: 644px) {
  #window {
    overflow: scroll;
  }
}
#window.hide {
  display: none;
}
#window .title {
  background: #248432;
  color: #FFF;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
  font-size: 20px;
}
#window .body {
  padding: 10px;
}
#SearchWin {
  position: absolute;
  background: #FFF;
  /*max-width: 700px;*/
  border-radius: 5px;
  box-shadow: 2px 2px 10px #888;
  /*height: 30px;*/
  padding: 3px;
  z-index: 3000;
}
@media (max-height: 573px) {
  #SearchWin .NotMoved {
    right: 0;
  }
}
@media (max-width: 644px) {
  #SearchWin {
    right: 62px;
  }
  #SearchWin #Skolor {
    display: block;
    width: 100% !important;
  }
  #SearchWin #adress {
    width: 89% !important;
  }
  #SearchWin #ShowOnMapButton {
    position: absolute;
    right: 3px;
    padding-bottom: 5px !important;
    border-top-right-radius: 0 !important;
  }
}
#SearchWin #Skolor {
  /*height: 29px;*/
  height: 31px;
  width: 260px;
  border: 1px #248432 solid;
}
#SearchWin #adress {
  width: 250px;
  height: 27px;
  border: 1px #248432 solid;
  padding-left: 10px;
}
#SearchWin #adress:disabled {
  background: #ccc;
  border: 1px #ccc solid;
}
#SearchWin #ShowOnMapButton {
  background: #248432;
  border: 1px #248432 solid;
  color: #fff;
  padding: 6px;
  padding-bottom: 6px;
  padding-right: 10px;
  cursor: pointer;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#SearchWin #ShowOnMapButton.disabled {
  background: #ccc;
  border: 1px #ccc solid;
}
#SearchWin #result {
  position: absolute;
  background: #FFF;
  /*border: 1px #248432 solid;*/
  box-shadow: 4px 4px 4px #888;
  padding: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#SearchWin #result li {
  margin: 0;
  list-style: none;
  padding: 10px;
  cursor: pointer;
  color: #2C2C2C;
  font-size: 14px;
  border-bottom: 1px #E6E6E6 solid;
}
#SearchWin #result li span {
  color: #9E9E9E;
}
#SearchWin #result li:hover,
#SearchWin #result li:focus {
  background-color: rgba(128, 128, 128, 0.17);
}
#ResultWindow {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
#ResultWindow.show {
  display: block;
}
#ResultWindow .win {
  background: #FFF;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
  border-radius: 5px;
  box-shadow: 2px 2px 10px #888;
  padding: 15px;
}
#ResultWindow .win #ResultWindowOK,
#ResultWindow .win #ResultWindowFail,
#ResultWindow .win #ResultWindowOther {
  display: none;
}
#ResultWindow .win #ResultWindowOK.show,
#ResultWindow .win #ResultWindowFail.show,
#ResultWindow .win #ResultWindowOther.show {
  display: block;
}
#ResultWindow .win #Ansok.hide,
#ResultWindow .win #AnsokDinSkola.hide {
  display: none;
}
#ResultWindow .win #AnsokF.hide,
#ResultWindow .win #AnsokDinSkolaF.hide {
  display: none;
}
#ResultWindow .win button {
  background: #248432;
  border: 0;
  border-radius: 5px;
  color: #FFF;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
}