﻿html, body {
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #333333
}

.v-text-color {
    color: #333333 !important
}

body {
    background-color: gainsboro;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.v-content {
    max-width: 1200px;
    margin: auto
}

header {
    z-index: 3
}

h1, h2, h3 {
    font-family: Arial, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

h1 {
    font-size: 1.75rem;
    line-height: 1.95rem;
    margin: 0 0 0 0
}

h2 {
    font-size: 1.45rem;
    line-height: 1.6rem;
    margin: 0 0 0.3rem 0
}

h3 {
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin: 0 0 0.3rem 0;
    color: #000
}

h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

h4 {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0rem;
    color: #000
}

h5 {
    font-size: 1.2rem;
    line-height: 1.55rem;
    color: #000
}

h6 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0.05rem;
    color: #000
}

thead h4 {
    font-family: Arial, Roboto, Helvetica, sans-serif;
    margin-bottom: 0.1rem
}

thead h5 {
    font-family: Arial, Roboto, Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1.55rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.1rem
}

.v-thead {
    font-family: Arial, Roboto, Helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.55rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.1rem;
    display: block;
    border-bottom: 1px solid #ccc
}

p {
    /*font-size: 1rem;*/
    margin: 0 0 1rem 0
}

figcaption {
    font-size: 0.95rem;
    font-style: italic;
    line-height: 1.3rem;
    margin-bottom: 1.0rem
}

.v-caption, .v-caption-margin-top {
    font-size: 0.95rem;
    font-style: italic;
    line-height: 1.3rem
}

.v-caption-margin-top {
    margin-top: 0.3rem
}

a {
    color: #0000ee;
    text-decoration: none
}

    a:hover {
        text-decoration: underline
    }

    a:visited {
        color: #551a8b
    }

    a:active {
        color: #ee0000
    }

    a.v-extern16 {
        background-color: transparent;
        background-image: url("../images/extern16.svg");
        background-repeat: no-repeat;
        background-position: right;
        padding-right: 26px;
    }

a.v-extern32 {
    background-color: transparent;
    background-image: url("../images/extern32.svg");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 36px;
}

ul, ol {
    margin-top: 0;
    padding-left: 20px
}

dl {
    margin-top: 0
}

dd {
    margin-left: 0;
    margin-bottom: 8px
}

.v-no-hyphens {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.v-semi-bold {
    font-weight: 600
}

strong {
    font-weight: 600
}

.v-bold {
    font-weight: 700
}

figure {
    margin: 0 0
}

blockquote {
  margin-left:2rem;
  margin-right:0
}

.v-photo {
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-bottom: 0;
}

    .v-photo > a {
        color: lightgrey
    }

div.v-scroll-container {
    background-color: inherit;
    overflow: auto;
    white-space: nowrap;
    /*border: 2px solid lightgrey;*/
}
/*div.v-scroll-container img {
  border: 2px solid black;
}*/
.v-main-container { /* reglerar innehållets plats på sidan och utrymme för sidfoten */
  min-height: 100vh; /* kommer att täcka 100% av fönstrets höjd */
  overflow: hidden;
  display: block;
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 14.6rem; /* Höjden på sidfoten. Varierar med skärmbredden. Detta är för max 600px */
  /*padding-top: 0.7rem*/
  background-color: white;
  margin-left: auto;
  margin-right: auto
}

.v-desktop-margin-lr16 { /*16px på skärmar över 600px*/
    margin-left: 0px;
    margin-right: 0px
}

/* visa inte på mobiler <600px */
.v-phone-hide {
    display: block
}
/* visa på mobiler <600px */
.v-phone-display {
    display: none
}

.v-phone-padding600-lr16 { /*16px på skärmar under 601px*/
    padding-left: 0px;
    padding-right: 0px
}

.v-explanations-button {
    position: fixed;
    bottom: 1rem;
    right: 0.2rem;
    width: 3rem;
    height: 3rem;
    z-index: 1
}

hr {
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 20px 10%;
}

.v-text-medium-grey {
    color: #a0a0a0 !important
}

.v-table {
    border-collapse: collapse;
    font-family: Arial, Roboto, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.2rem;
}

.v-center {
  margin-left: auto;
  margin-right: auto;
}

.v-list {
    padding-left: 20px;
}

    .v-list li {
        padding-left: 4px;
    }

.v-phone-landscape {
    display: none
}

/* .cc-message: Modifiering av cookieconsent.css */
.cc-message {
    font-size: 0.75rem;
    line-height: normal
}

.v-no-decoration {
    text-decoration: none
}

.v-path {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7rem;
    text-align: right;
    background: white
}

/* .v-menu-font .v-small-screen-header-font: Typsnitt i menyer*/
.v-menu-font {
    font-family: Arial, Helvetica, sans-serif
}

.v-small-screen-header-font {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.938rem
}

nav {
    padding: 0 10px;
}

.v-search-padding {
    padding: 0 6px 6px 6px;
}

.v-phone-grey { /*Blir ljust grå på skärmar mindre än 600px*/
    background-color: transparent
}

.v-phone-no-border-right {
    border-right: 1px solid #ccc
}

.v-phone-border-left {
    border-left: 1px solid #ccc
}

.v-desktop-border-right {
    border-right: 1px solid #ccc
}

.v-desktop-border-left {
    border-left: 1px solid #ccc
}

.v-grey-lighter {
    background-color: #f3f3f3
}

.v-card {
    border: 1px solid lightgray;
    background: #fafafa
}
/* ------------------ grid container ------------------- */
.v-grid-container {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 16px
}

    .v-grid-container > div {
        /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
        border: 1px solid lightgray;
        background: #fafafa
    }

.v-grid-no-border-container {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 16px
}

    .v-grid-no-border-container > div {
        /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
        /*border: 1px solid lightgray;
  background: #fafafa;*/
    }

.v-grid-column-container {
    margin-left: 16px;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 16px;
}

    .v-grid-column-container > div {
        /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
        border: 1px solid lightgray;
        background: #fafafa;
    }

@media screen and (max-width:550px) {
    .v-modal-550 {
        display: none
    }
}

@media screen and (max-width: 992px) {
    .v-search-padding {
        margin-top: 57px
    }

    .v-main-marg {
        /* margin-left: 274px;  Beroende på .v-sidebar width */
        margin-top: 40px;
    }

    .v-phone-right {
        float: right
    }
}

@media screen and (min-width: 993px) {
    .v-main-marg {
        margin-left: 274px; /* Beroende på .v-sidebar width */
        max-width: 1200px;
    }
}

/*--------------------- v-grid-footer-container START -----------*/
.v-grid-footer-container {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 16px;
    font-family: Arial, Roboto, Helvetica, sans-serif;
    font-size:0.89rem;
    background-color: #607d8b
}
.v-main-container {
    padding-bottom: 24.9rem; /*Höjden på sidfoten. Varierar med skärmbredden.*/
}

@media screen and (min-width: 550px) {
    .v-grid-footer-container {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .v-main-container {
        padding-bottom: 13rem; /*Höjden på sidfoten. Varierar med skärmbredden.*/
    }
}

@media screen and (min-width: 731px) {
    .v-grid-footer-container {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 16px;
    }
    .v-main-container {
        padding-bottom: 11rem; /*Höjden på sidfoten. Varierar med skärmbredden.*/
    }
}
/*--------------------- v-grid-footer-container END -----------*/

/* ------------------ mobiler < 600 px -----------------------*/
@media screen and (max-width: 600px) {
    .v-puff1, .v-puff2, .v-puff3 {
        width: 100%;
        clear: left;
        padding-top: 16px;
        padding-bottom: 0px
    }

    .v-grid-column-container {
        margin-left: 16px;
        margin-right: 16px;
    }

    .v-phone-landscape {
        display: inline-block
    }

    .v-phone-grey { /*Blir ljust grå på skärmar mindre än 600px*/
        background-color: #f3f3f3
    }

    .v-phone-no-padding-bottom {
        padding-bottom: 0
    }

    .v-phone-padding-top {
        padding-top: 16px; /* Extra padding på skärmar mindre än 600px */
    }

    .v-phone-padding-top8 {
        padding-top: 8px; /* Extra padding på skärmar mindre än 600px */
    }

    .v-phone-padding-bottom {
        padding-bottom: 16px; /* Extra padding på skärmar mindre än 600px */
    }

    .v-phone-padding-bottom8 {
        padding-bottom: 8px; /* Extra padding på skärmar mindre än 600px */
    }

    .v-phone-no-border-right {
        border-right: 0px
    }

    .v-phone-border-left {
        border-left: 0px
    }

    .v-desktop-border-right {
        border-right: 0px
    }

    .v-desktop-border-left {
        border-left: 0px
    }

    .v-phone-hide {
        display: none
    }

    .v-phone-display {
        display: block
    }

    .v-phone-center {
        text-align: center
    }
}
/* --------------- >= 601 px ------------------------*/
@media screen and (min-width: 601px) {
    .v-puff1, .v-puff2, .v-puff3 {
        width: 49.999%;
        float: left;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .v-puff3 {
        clear: left
    }

    .v-grid-container {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        /*grid-template-columns: 49% 49%;*/
        grid-gap: 32px;
    }

    .v-grid-no-border-container {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        /*grid-template-columns: 49% 49%;*/
        grid-gap: 32px;
    }

    .v-desktop-margin-lr16 { /*16px på skärmar över 600px*/
        margin-left: 16px;
        margin-right: 16px
    }
}

/* --------------- >= 1080 px ------------------------*/
@media screen and (min-width: 1080px) {
    .v-puff1, .v-puff2, .v-puff3 {
        width: 33.333%
    }

    .v-puff2, .v-puff3 {
        clear: none
    }

    .v-puff1 {
        clear: left
    }

    .v-grid-container {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .v-grid-no-border-container {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/*
    v-blue, Vågbrytarblått Pantone 288-U #3D5588 eller klarare djupt blå 288-C #002D72 beroende på papper. Okulär inställning efter Vågbrytarhäfte #205088
*/
.v-blue {
    color: #fff;
    /*background-color: #3D6598 !important*/
    /*background-color: #206598 !important; Bengt*/
    background-color: #002D72 /*~V~standard*/
}

.v-blue-lighter {
    color: #fff;
    /*background-color: #3D6598 !important*/
    /*background-color: #105588 !important Bengt*/
    background-color: #3d5588 !important /*~V~standard*/
}

.v-blue-hover {
    background-color: inherit
}

    .v-blue-hover:hover {
        color: white !important;
        background-color: #3d5588 !important
    }

.v-button {
    padding: 0.3rem 1.0rem;
    min-width: 4.3rem;
    border: 2px solid #1d42a0;
    border-radius: 4px;
    font-family: Arial, Roboto, Helvetica, sans-serif;
    font-size: 1.2rem;
    background: #1d42a0;
    color: white !important;
    display: inline-block;
    cursor: pointer;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

    .v-button:visited {
        color: #f6e0ff !important
    }

.v-button-mini {
    padding: 0.1rem 0.5rem 0.12rem 0.5rem;
    font-size: inherit;
    min-width: 2.3rem;
    border: 2px solid #1d42A0;
    border-radius: 4px;
    display: inline-block;
    background: #1d42a0 !important;
    color: white !important;
    cursor: pointer
}

    .v-button-mini:visited, .v-button-inline:visited {
        color: #f6e0ff !important
    }

.v-sign-mini-red {
    padding: 0.1rem 0.5rem;
    min-width: 2.3rem;
    border: 2px solid #f44336;
    border-radius: 4px;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block
}

.v-button-inline {
    padding: 0rem 0.5rem;
    font-size: inherit;
    min-width: 2.3rem;
    border: 2px solid #1d42A0;
    border-radius: 4px;
    display: inline-block;
    background: #1d42a0 !important;
    color: white !important;
    cursor: pointer
}

.v-accordion-button {
    background-color: #f0f0f0;
    cursor: pointer;
    padding: 6px 16px 4px;
    width: 100%;
    border: none;
    /*border-bottom: 6px solid #ccc;*/
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.6rem;
    outline: none;
}

    .v-accordion-button:after {
        content: '\002B';
        font-size: 1.5rem;
        line-height: 1.8rem;
        font-weight: bold;
        float: right;
    }

.v-accordion-active:after {
    content: "\2212";
}

.v-accordion-panel {
    background-color: inherit;
    border: #ccc solid 1px;
    padding: 0px 4px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.v-star-height16 {
    height: 16px;
}

/* Menyhantering start ----------------------------------------------------------------------------------------------*/
.v-sidebar {
    z-index: 3;
    width: 274px; /* påverkar v-main-marg */
    border-right: solid;
    border-right-width: 1px;
    border-right-color: black;
}

.v-menu-0 {
    list-style-type: none;
    text-decoration: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.v-menu-1 {
    display: none;
    list-style-type: inherit;
    text-decoration: inherit;
    font-size: 15px;
    padding: inherit;
    margin: inherit;
}

.v-menu-2 {
    display: none;
    list-style-type: inherit;
    text-decoration: inherit;
    font-size: inherit;
    padding: inherit;
    margin: inherit;
}

.v-menu-item, .v-menu-item1, .v-menu-item2 {
    display: inline-block;
    color: #eeeeee;
    background-color: inherit;
    padding: 8px 4px 0 8px;
    text-decoration: inherit;
    width: 82%;
    height: 42px;
}

.v-menu-item1 {
    padding: 11px 4px 0 22px
}

.v-menu-item2 {
    padding: 11px 4px 0 40px
}

    .v-menu-item:hover, .v-menu-item1:hover, .v-menu-item2:hover {
        background-color: #3d5588 !important;
        text-decoration: underline;
        color: #eeeeee;
    }

    .v-menu-item:visited, .v-menu-item1:visited, .v-menu-item2:visited {
        color: #e6d0ff
    }

.v-menu-item-nolink {
    display: inline-block;
    background-color: inherit;
    padding: 10px 4px 0 8px;
    vertical-align: bottom;
    text-decoration: inherit;
    height: 42px;
    width: 82%;
}

.v-menu-btn {
    background-color: #002d72;
    border: none;
    outline: none;
    color: inherit;
    cursor: pointer;
    padding: 0;
    width: 18%;
    height: 42px;
}

    .v-menu-btn:hover {
        background-color: #3d5588
    }

.v-arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    vertical-align: text-top;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.v-active {
    border-bottom: none !important
}

.v-active-item {
    background-color: #001c54;
    /*background-color: #3D5588;*/
}

#topbar {
    /*background-color: #333;  Black background color */
    position: fixed; /* Make it stick/fixed */
    top: 0; /* Hide the navbar 50 px outside of the top view */
    width: 100%; /* Full width */
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
}

/* .v-panel tillfällig under utvecklingsfas */
/*.v-panel {
    background-color: inherit;
    font-size: 14px;
    display: none;
    overflow: hidden;
}*/

/* Menyhantering slut ----------------------------------------------------------------------------------------------*/

/*.v-no-decoration {
    text-decoration: none
}*/

/*.v-top-margin-small {
    margin-top: 4px
}*/

/*.v-bottom-margin-large {
    margin-bottom: 26px
}*/

.v-read-icon {
    padding: 6px 12px 8px 12px;
    background-color: #eee;
    border: none;
}

.v-topline {
    border-top: 1px solid #3d5588
}

.v-bottomline {
    border-bottom: 1px solid #3d5588
}

.v-padding-lr4 {
    padding-left: 4px;
    padding-right: 4px
}

.v-padding-lr8 {
    padding-left: 8px;
    padding-right: 8px
}

.v-padding-r8 {
    padding-right: 8px
}

.v-padding-r16 {
    padding-right: 16px
}

.v-padding-r24 {
    padding-right: 24px
}

.v-padding-8888 {
    padding: 8px 8px 8px;
}

.v-padding-top8 {
    padding-top: 8px
}

.v-padding-top {
    padding-top: 16px
}

.v-padding-top32 {
    padding-top: 32px
}

.v-padding-bottom8 {
    padding-bottom: 8px
}

.v-padding-bottom {
    padding-bottom: 16px
}

.v-margin-bottom4 {
    margin-bottom: 4px
}

.v-margin-bottom8 {
    margin-bottom: 8px
}

.v-flag-margins {
    margin-right: 6px;
    margin-bottom: 3px
}

.v-flag-styles {
    margin-right: 0.3rem;
    margin-bottom: 0.15rem;
    height: 1.2rem
}

.v-pdf {
    height: 1.333em;
    margin-left: 0.1em;
    margin-bottom: 0.15rem
}

.v-date {
    margin: 0px;
    font-family: Arial, Roboto, Helvetica, sans-serif;
    font-size: 0.75rem
}

.v-notes {
    font-family: Arial, Roboto, Helvetica, sans-serif;
    font-size: 0.75rem;
    line-height: 1.1rem
}

.v-footnotes {
    font-family: Arial, Roboto, Helvetica, sans-serif;
    font-size: 0.75rem;
    padding-left: 16px
}

.v-footer {
    font-family: Arial, Roboto, Helvetica, sans-serif;
    font-size: 0.89rem;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* Container för bild och texter i loggan*/
.v-logo-container {
    position: relative;
    font-family: 'Questrial'
}
/* Name text */
.v-logotext1 {
    position: absolute;
    color: #002d72;
    font-family: 'Questrial'
}
