@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
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,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  outline: 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;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
* {
  box-sizing: border-box;
}
@media (min-resolution: 125dpi) {
  * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
img {
  max-width: 100%;
  height: auto;
}
/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
.listreset ol,
.listreset ul {
  list-style: none;
}
.listreset ul {
  margin: 0;
}
.listreset ol,
.listreset ul,
.listreset li {
  padding: 0;
  border: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial;
}
/* Remove the stupid outer glow in Webkit */
input:focus,
textarea:focus {
  outline: 0;
}
/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  box-sizing: border-box;
}
/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}
/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}
/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}
/* Buttons
-----------------------------------------------*/
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}
/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}
/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}
@font-face {
  font-family: "Avenir";
  src: url(/fonts/AvenirLTStd-Heavy.eot?f29f10e70e6f5292956f528e2773f0cd); /* IE9 Compat Modes */
  src: url(/fonts/AvenirLTStd-Heavy.eot?f29f10e70e6f5292956f528e2773f0cd?#iefix) format("embedded-opentype"), url(/fonts/AvenirLTStd-Heavy.woff?116ede6e363ebf945779033bacf2d43a) format("woff"), url(/fonts/AvenirLTStd-Heavy.ttf?911d06fc48034ef4dd909b8994851bf9) format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Avenir";
  src: url(/fonts/AvenirLTStd-Light.eot?3681365605355aadbfd8cd7d7454339e); /* IE9 Compat Modes */
  src: url(/fonts/AvenirLTStd-Light.eot?3681365605355aadbfd8cd7d7454339e?#iefix) format("embedded-opentype"), url(/fonts/AvenirLTStd-Light.woff?a748a466b15d7bbdfb9ae6b08c5cf3c3) format("woff"), url(/fonts/AvenirLTStd-Light.ttf?f455c2e4cd9081ecaf05efdc067bc3cd) format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Maax Mono";
  src: url(/fonts/maax-mono.eot?e4d188253572bd2af899070d2a4db607); /* IE9 Compat Modes */
  src: url(/fonts/maax-mono.eot?e4d188253572bd2af899070d2a4db607?#iefix) format("embedded-opentype"), url(/fonts/maax-mono.woff?efe9af310285306d34207f3e6ec03644) format("woff"), url(/fonts/maax-mono.ttf?feab758c763c7afe72ceefd5d41bfb84) format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 300;
}
.avenir-heavy {
  font-family: "Avenir";
  font-weight: 700;
}
.maax {
  font-family: "Maax Mono" monospace;
}
body {
  font-family: "Maax Mono", monospace;
  color: #00345b;
  font-size: 12px;
  line-height: 18px;
}
/* Rubbar */
h1, h2, h3, h4, h5 {
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial Black", Sans-Serif;
  font-weight: 700;
}
p {
  margin-bottom: 12px;
}
h1, h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 6px;
}
h3 {
  font-size: 24px;
  line-height: 24px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
}
i, em {
  font-style: italic;
}
/* Länkar */
a {
  text-decoration: none;
  position: relative;
  color: #69af5a;
  display: inline-block;
  transition: all 0.1s ease-out;
}
a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.1s ease-out;
  background-color: #69af5a;
  display: inline-block;
}
a:hover {
  color: #cc2c47;
}
a:hover:before {
  background-color: #cc2c47;
}
a.arrow:before {
  width: calc(100% + 5px);
}
a.arrow:after {
  content: " >";
  display: inline-block;
  position: relative;
  left: 6px;
  top: 1px;
  transition: all 0.1s ease-out;
}
a.arrow:hover:before {
  width: calc(100% + 7px);
}
a.arrow:hover:after {
  transform: translateX(2px);
}
span.button, a.button {
  cursor: pointer;
  border: 2px solid #e1efd3;
  padding: 8px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 30px;
}
span.button:before, a.button:before {
  display: none;
}
span.button:active, a.button:active {
  transform: scale(0.98);
}
@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.pagewidth {
  max-width: 960px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.pagewidth.grid {
  padding: 0 10px;
}
.align-center {
  text-align: center;
}
.block {
  display: block;
}
.sans {
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial Black", Sans-Serif;
}
.fixed {
  font-family: "Maax Mono", monospace;
}
.vspace-top-xs {
  margin-top: 6px;
}
.vspace-top-s {
  margin-top: 12px;
}
.vspace-top-m {
  margin-top: 36px;
}
.vspace-top-l {
  margin-top: 72px;
}
.vspace-top-xl {
  margin-top: 108px;
}
.vspace-top-xxl {
  margin-top: 144px;
}
.vspacepad-top-xs {
  padding-top: 6px;
}
.vspacepad-top-s {
  padding-top: 12px;
}
.vspacepad-top-m {
  padding-top: 36px;
}
.vspacepad-top-l {
  padding-top: 72px;
}
.vspacepad-top-xl {
  padding-top: 108px;
}
.vspacepad-top-xxl {
  padding-top: 144px;
}
.vspace-bottom-xs {
  margin-bottom: 6px;
}
.vspace-bottom-s {
  margin-bottom: 12px;
}
.vspace-bottom-m {
  margin-bottom: 36px;
}
.vspace-bottom-l {
  margin-bottom: 72px;
}
.vspace-bottom-xl {
  margin-bottom: 108px;
}
.vspace-bottom-xxl {
  margin-bottom: 144px;
}
.vspacepad-bottom-xs {
  padding-bottom: 6px;
}
.vspacepad-bottom-s {
  padding-bottom: 12px;
}
.vspacepad-bottom-m {
  padding-bottom: 36px;
}
.vspacepad-bottom-l {
  padding-bottom: 72px;
}
.vspacepad-bottom-xl {
  padding-bottom: 108px;
}
.vspacepad-bottom-xxl {
  padding-bottom: 144px;
}
.green-bg {
  background: #78a05a;
  color: white;
}
.white-bg {
  background: white;
}
.loading {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.loaded {
  opacity: 1;
}
a.imglink:before {
  display: none;
}
.absolute {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
* {
  box-sizing: border-box;
}
main {
  min-height: calc(100vh - 660px);
}
ul {
  margin-top: 0;
}
input[type=submit] {
  margin-top: 12px;
  border-radius: 20px;
  padding: 6px 12px;
  transition: all 0.05s ease-out;
}
input[type=submit]:active {
  transform: scale(0.98);
}
input[type=submit]:hover {
  background: #487495;
  color: white;
}
#ladde {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100px;
  height: auto;
  opacity: 0;
  display: none;
  transition: opacity 0.5s ease-out;
  transform: translate(-50%, -50%);
}
#ladde path {
  stroke-width: 1;
  stroke: #00345b;
  fill: none;
  stroke-dasharray: 151;
  stroke-dashoffset: 151;
  animation: ladden 3s ease-in-out infinite;
}
#ladde path:nth-child(2) {
  animation-delay: 0.2s;
}
#ladde path:nth-child(3) {
  animation-delay: 0.3s;
}
#ladde.show {
  opacity: 0.15;
  display: block;
}
@keyframes ladden {
  0% {
    stroke-dashoffset: 151;
  }
  50% {
    stroke-dashoffset: 0;
  }
  75% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -151;
  }
}
@media (min-width: 768px) {
  .md\:w-1\/5 {
    width: 20%;
  }
}
.logga-wrapper {
  position: relative;
}
.logga {
  position: absolute;
  top: 10px;
  width: 100%;
  padding: 10% 15%;
}
.tagline {
  position: absolute;
  width: 100%;
  bottom: 30%;
  left: 30%;
}
.tagline p {
  display: inline-block;
  margin: 0 0.25em;
  text-transform: uppercase;
}
#logga {
  max-width: 100%;
  height: auto;
  width: 540px;
}
@media screen and (max-width: 410px) {
  section.intro {
    padding: 0;
    margin-top: 84px;
    overflow: hidden;
  }
  #logga {
    position: relative;
    max-width: 120%;
    left: -10%;
  }
}
header {
  background-color: #487495;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
header .imglink {
  position: absolute;
  bottom: 18px;
  opacity: 1;
  transition: all 0.2s ease-out;
}
header.home .imglink {
  opacity: 0;
}
.hamburger {
  display: none;
}
.menuwraps a {
  color: white;
  padding: 24px 0;
  display: inline-block;
  transition: all 0.15s ease-out;
  position: relative;
}
.menuwraps a:last-child:after {
  display: none;
}
.menuwraps a:before {
  content: "";
  background: white;
  height: 1px;
  width: calc(100% - 52px);
  position: absolute;
  bottom: 18px;
  transform: translateY(1px) scaleX(0);
  opacity: 0;
  transition: all 0.08s ease-out;
  z-index: -1;
}
.menuwraps a:last-child:before {
  width: 100%;
}
.menuwraps a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url(/images/streckpunkt.svg?141c09e2a8b93a8092bdea93e7ba445e);
  margin: 0 20px;
}
.menuwraps a:hover {
  color: white;
}
.menuwraps a:hover:before {
  transform: translateY(0) scaleX(1);
  opacity: 1;
  background: white;
}
.menuwraps a:active {
  transform: translateY(1px);
  color: rgba(255, 255, 255, 0.8);
}
.menuwraps a:active:before {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  header {
    transform: translateY(calc(-100% + 60px));
    transition: all 0.15s ease-out;
    padding-bottom: 60px;
  }
  header a:before {
    display: none;
  }
  header a:after {
    margin: 0 4px;
    width: 6px;
    background-position: center;
  }
  header a:first-child {
    margin-left: 0;
  }
  header a:last-child {
    margin-right: 0;
  }
  header.show {
    transform: translateY(0);
  }
  header.home .imglink {
    opacity: 1;
  }
  header .imglink {
    left: 50%;
    transform: translateX(-50%);
  }
  header .menuwraps a {
    display: block;
  }
  header .menuwraps a:after {
    display: none;
  }
  .hamburger {
    display: block;
    width: 30px;
    height: 21px;
    position: absolute;
    bottom: 16px;
    left: 20px;
  }
  .hamburger .line {
    width: 8px;
    background: white;
    height: 1px;
    position: absolute;
    transition: transform 0.4s ease-out;
  }
  .hamburger .line:nth-child(2) {
    top: 6px;
  }
  .hamburger .line:nth-child(3) {
    top: 12px;
  }
  header.show .line:nth-child(1) {
    transform: translateY(12px);
  }
  header.show .line:nth-child(2) {
    transform: translateY(6px);
  }
}
footer {
  background: #487495;
  color: white;
}
textarea, input, label {
  font-family: "Maax Mono", monospace;
  font-size: 12px;
  line-height: 18px;
  color: white;
}
textarea, input {
  width: 100%;
  border: 1px solid white;
  padding: 6px;
}
input {
  margin-bottom: 6px;
}
button.knapp {
  -webkit-apperance: none;
  font-family: "Maax Mono", monospace;
  font-size: 12px;
  color: #00345b;
  border: 1px solid #487495;
  padding: 6px 12px;
  margin-top: 12px;
  border-radius: 20px;
  transition: all 0.05s ease-out;
}
button.knapp:active {
  transform: scale(0.98);
}
button.knapp:focus {
  outline: 0;
}
button.knapp:hover {
  background: #487495;
  color: white;
}
.kontaktformular-wrapper {
  position: relative;
}
.kontaktformular-wrapper .dialog {
  display: none;
  left: 15px;
  background: white;
  border-radius: 5px;
  padding: 24px 10px;
  position: absolute;
  width: calc(100% - 30px);
  text-align: center;
  top: 50%;
  color: #00345b;
  transform: translateY(-50%);
  z-index: 1;
}
.kontaktformular-wrapper .dialog h4 {
  display: none;
}
.kontaktformular-wrapper .dialog.succe .succe {
  display: inline-block;
}
.kontaktformular-wrapper .dialog.fel .fel {
  display: inline-block;
}
.kontaktformular-wrapper.visa-dialog .dialog {
  display: block;
}
.kontaktformular-wrapper.visa-dialog .kontaktformular {
  opacity: 0.25;
  pointer-events: none;
}
#tjufyrasju {
  max-width: 100%;
  height: auto;
  margin: auto;
}
#tjufyrasju path {
  fill: none;
  stroke: #487495;
  stroke-meterlimit: 10;
}
#hemkontor {
  max-width: 100%;
  height: auto;
  margin: auto;
  opacity: 0;
}
#hemkontor path {
  fill: none;
  stroke: #487495;
  stroke-meterlimit: 10;
}
.erbjudande {
  cursor: pointer;
  border-radius: 5px;
  padding: 12px 10px;
}
.erbjudande p {
  margin-bottom: 0;
}
.erbjudande:hover {
  background: #e1efd3;
}
.erbjudande:hover .knapp {
  border-color: white;
}
.villkorsdokument {
  /* nivå 2-lista */
  /* nivå 2-listelement */
}
.villkorsdokument ol {
  counter-reset: item;
}
.villkorsdokument ol li {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial Black", Sans-Serif;
  font-weight: bold;
}
.villkorsdokument ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.villkorsdokument ol li ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 0;
}
.villkorsdokument ol li ol li {
  font-size: 12px;
  line-height: 18px;
  font-family: "Maax Mono", monospace;
  font-weight: normal;
}
.anledningar {
  font-size: 24px;
  line-height: 30px;
}
.anledningar svg {
  margin: 0 auto;
}
.anledningar p {
  margin-top: 12px;
  text-align: center;
}
.anledningar .button {
  font-size: 12px;
  line-height: 18px;
}
.undersida .anledningar p {
  text-align: center;
  margin-left: 10px;
  font-size: 12px;
  line-height: 18px;
}
.undersida .anledningar svg {
  max-width: 23px;
  max-height: 35px;
}
@media screen and (max-width: 767px) {
  .anledningar {
    font-size: 18px;
    line-height: 24px;
  }
}
body.formular-open {
  overflow: hidden;
  width: 100%;
  position: fixed;
}
body.formular-open .js-ajax-wrapper {
  pointer-events: none;
}
.overflow-scroll,
.formular-wrapper,
.formular-wrapper .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.formular-wrapper {
  z-index: 200;
}
.overlay {
  z-index: -1;
  position: fixed;
}
.close {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  border: 1px solid #487495;
  margin-left: auto;
  position: relative;
  left: 10px;
  top: -5px;
  cursor: pointer;
  transition: background 0.05s ease-out;
}
.close:before, .close:after {
  content: "";
  background-color: #487495;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close:hover {
  background: #487495;
}
.close:hover:before, .close:hover:after {
  background: white;
}
/* honeypot spam-fångare */
#honung {
  display: none;
}
.overflow-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.form-container {
  pointer-events: none;
  position: relative;
  z-index: 20;
}
.formular-wrapper {
  position: fixed;
  display: none;
  /* visa formuläret med open-klassen */
  /* när man har interagerat med valen */
}
.formular-wrapper.open {
  display: block;
}
.formular-wrapper .overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
}
.formular-wrapper .formular {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 50px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}
.formular-wrapper form label,
.formular-wrapper form input {
  color: #00345b;
}
.formular-wrapper form input,
.formular-wrapper form textarea {
  border: 1px solid #487495;
}
.formular-wrapper input[type=radio] {
  display: none;
}
.formular-wrapper input[type=checkbox] {
  display: inline-block;
  position: relative;
}
.formular-wrapper input[type=checkbox]:checked {
  background: #e1efd3;
}
.formular-wrapper input[type=checkbox]:checked:after {
  content: "✔";
  position: absolute;
  top: -3px;
  left: 1px;
}
.formular-wrapper .service {
  cursor: pointer;
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.formular-wrapper .service.vald {
  background: #e1efd3;
}
.formular-wrapper .service.vald .knapp {
  border-color: white;
}
.formular-wrapper .aktiverad .service {
  opacity: 0.5;
}
.formular-wrapper .aktiverad .service.vald {
  opacity: 1;
}
.formular-wrapper .uppgifter {
  overflow: hidden;
  max-height: 0;
}
.formular-wrapper .uppgifter.visa {
  max-height: 2500px;
}
p.knapp {
  margin-top: 12px;
  margin-bottom: 0;
  border: 2px solid #e1efd3;
  padding: 8px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 30px;
}
p.knapp:active {
  transform: scale(0.98);
}
.det-gick-bra {
  max-height: 0px;
  display: none;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease-out;
}
.rubrik,
.services {
  transition: all 0.3s ease-out;
}
.formular-wrapper.succe .det-gick-bra {
  display: flex;
  opacity: 1;
  max-height: 500px;
}
.formular-wrapper.succe .uppgifter,
.formular-wrapper.succe .rubrik,
.formular-wrapper.succe .services {
  max-height: 0;
  opacity: 0;
}
.formular.haller-pa .uppgifter,
.formular.haller-pa .rubrik,
.formular.haller-pa .services {
  opacity: 0.5;
}
.streckpunkt {
  width: 12px;
  height: 7px;
  background: url(/images/streckpunkt.svg?141c09e2a8b93a8092bdea93e7ba445e);
  margin: 24px auto;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #e1efd3;
  border: 1px solid #d6e9c6;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.parsley-errors-list li {
  line-height: 18px;
}
.parsley-errors-list.filled {
  opacity: 1;
}
.godkannande label {
  transition: background 0.3s ease-out;
}
.godkannande label.parsley-error {
  background: #f2dede;
}
@media screen and (max-width: 767px) {
  .formular-wrapper .formular {
    margin-top: 12px;
    padding: 12px 10px;
  }
}
.dispatch-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}
.dispatch-input:is(label) {
  display: block;
}
.dispatch-input {
  color: #000;
  border-color: #000;
  cursor: pointer;
}
.dispatch-input:checked {
  position: relative;
  background: #78a05a;
}
.dispatch-input:checked:after {
  content: "✔";
  position: absolute;
  top: -3px;
  left: 1px;
  color: #fff;
}
#editor {
  height: 400px;
  width: 100%;
}
.dispatch-table {
  width: 100%;
  text-align: left;
  margin: 16px 0;
}
.dispatch-table th {
  padding: 0 8px 16px 0;
  cursor: default;
}
.dispatch-table td {
  padding: 6px;
  border: 1px solid black;
}
.dispatch-error {
  cursor: pointer;
  display: flex;
  background: #cc2c47;
  color: white;
  padding: 8px;
  margin-bottom: 8px;
}
.dispatch-error p {
  margin: 0;
}
.dispatch-error-header {
  padding-right: 8px;
}
.dispatch-error:hover {
  background: rgb(120.0967741935, 25.9032258065, 41.7983870968);
}
.dispatch-button {
  padding: 8px;
  border-radius: 24px;
  cursor: pointer;
  margin: 8px 0;
  background: black;
  color: #fff;
}
.dispatch-sql-error {
  background: #cc2c47;
  color: #fff;
  overflow-x: auto;
  padding: 4px;
}
#sendingProgress {
  width: 100%;
}
.dispatch-info ul {
  margin-bottom: 16px;
}
.dispatch-info li {
  list-style: disc;
  margin-left: 32px;
  margin-bottom: 8px;
}
.dispatch-info pre {
  background-color: black;
  color: white;
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
#datum-wrapper {
  position: relative;
}
.pika-single {
  z-index: 9999;
  display: block;
  position: relative !important;
  color: #00345B;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Maax Mono", monospace;
  width: 320px;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
}
.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-lendar {
  float: left;
  width: 300px;
  margin: 8px;
}
.pika-title {
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial Black", Sans-Serif;
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #00345B;
  background-color: #fff;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 300px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: normal;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  font-family: "Maax Mono", monospace;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #69AF5A;
}
.is-selected .pika-button {
  color: #fff;
  background: #78A05A;
  box-shadow: inset 0 1px 3px #78A05A;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.pika-button:hover {
  color: #fff;
  background: #00345B;
  box-shadow: none;
  border-radius: 3px;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
#hemkontor .st0 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
}
