﻿@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: .0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: .0
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: .0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: .0
    }
}

body.relations a[data-toggle="collapse"] {
    cursor: pointer
}

    body.relations a[data-toggle="collapse"]::before {
        float: left;
        color: #818a91;
        font-weight: 300;
        line-height: inherit
    }

body.relations a[aria-expanded="false"][data-toggle="collapse"]::before {
    content: "+";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms
}

body.relations a[aria-expanded="true"][data-toggle="collapse"]::before {
    content: "−";
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms
}

.pane ul.minitoc, .pane ul.tree {
    margin: 0
}

    .pane ul.minitoc li, .pane ul.tree li {
        margin-bottom: .2rem;
        margin-left: .5rem
    }

.pane ul {
    margin: 0;
    padding: 0
}

    .pane ul li {
        margin-bottom: 1rem;
        list-style: none
    }

        .pane ul li::before {
            content: "·";
            margin-left: -.5rem;
            float: left;
            line-height: inherit;
            vertical-align: middle
        }

    .pane ul a {
        color: inherit;
        font-weight: normal;
        text-decoration: underline
    }

    .pane ul ul {
        padding-left: 1.5rem
    }

.pulsar {
    border: 3px solid #767676;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    display: block;
    width: 40px;
    margin: 30px auto
}

.chain-of-appeal {
    margin: .5rem 0
}

    .chain-of-appeal li {
        margin: 0 0 0 .5rem
    }

@media screen {
    .about-the-document .pane h2 {
        border-color: #222;
        background-color: #222;
        color: #f9f9f9;
        font-weight: normal
    }

    .about-the-document a {
        color: inherit
    }

    .about-the-document .relations a {
        text-decoration: underline
    }

    .about-the-document .nav-link.active {
        border-color: #fff;
        color: #fff
    }

    .about-the-document .text-muted {
        color: #aaa
    }

    .about-the-document hr {
        border-top-color: #767676
    }
}

@media screen {
    .author-presentation img {
        width: 150px;
        margin-right: 1rem;
        padding: .5rem;
        float: left;
        border: 1px solid #e2e2e2
    }
}

@media screen and (max-width: 869px) {
    .author-presentation img {
        float: none
    }
}

.btn-tool {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 0.8667rem;
    color: inherit
}

    .btn-tool:focus, .btn-tool.focus, .btn-tool:active, .btn-tool.active, .open > .btn-tool.dropdown-toggle {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc
    }

    .btn-tool:hover {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc
    }

    .btn-tool.disabled:focus, .btn-tool.disabled.focus, .btn-tool:disabled:focus, .btn-tool:disabled.focus {
        border-color: white
    }

    .btn-tool.disabled:hover, .btn-tool:disabled:hover {
        border-color: white
    }

    .btn-tool.dropdown-toggle::after {
        margin-left: -2px
    }

.compare .document .maincontent.diffed del {
    background-color: #fdd;
    -webkit-box-shadow: 0 0 0 4px #fdd;
    box-shadow: 0 0 0 4px #fdd;
    text-decoration: none
}

.compare .document .maincontent.diffed ins {
    background-color: #dfd;
    -webkit-box-shadow: 0 0 0 4px #dfd;
    box-shadow: 0 0 0 4px #dfd;
    text-decoration: none
}

.compare .document .maincontent.diffed h4.inforce {
    display: none
}

.compare .document .maincontent.diffed .noteRef[data-notetype], .compare .document .maincontent.diffed .noreRef[data-notetype]::before {
    display: none
}

.compare .document .maincontent.diffed .change-sources {
    border-bottom: 1px solid #e2e2e2;
    font-style: italic
}

    .compare .document .maincontent.diffed .change-sources del {
        display: none
    }

    .compare .document .maincontent.diffed .change-sources ins {
        background-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.compare .compare-notes {
    padding: 1rem;
    background-color: #fcfbeb
}

[lang="da"] .document[data-historical="true"] .maincontent {
    background-image: url(/assets/historical-watermark-dk-9afb1534d1c7b3550a360f31a268b640006440667f45bbde393dbf1c917bb416.png)
}

[lang="sv"] .document[data-historical="true"] .maincontent {
    background-image: url(/assets/historical-watermark-se-e7a185ca6884975d9e927d0bf1f0d93dd42e6bdb6a6d22cc4593f413505720e5.png)
}

@media screen {
    .the-document header a, .the-document header [itemprop="breadcrumb"] {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

a.footnote, .footnote-link {
    position: relative;
    top: -.5em;
    padding: 3px;
    border-radius: 2px;
    background-color: #ffffff;
    font-family: kg-icons, Roboto, sans-serif;
    font-size: 0.7333rem;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle
}

    a.footnote:hover, .footnote-link:hover {
        background-color: #e2e2e2
    }

    a.footnote > sup, .footnote-link > sup {
        position: static;
        font-size: 100%
    }

.footnote .footnote-content, .footnote .note {
    font-family: kg-icons, Roboto, sans-serif;
    font-weight: normal;
    font-size: 0.8667rem;
    margin: 1rem;
    padding: 1rem;
    background-color: #f9f9f9;
    line-height: 1.5
}

.karnov-section .print-files {
    display: none
}

@media screen {
    .karnov-section {
        position: relative;
        height: 100%;
        overflow: hidden
    }

        .karnov-section > .navbar {
            padding: 0;
            font-size: 0.8667rem;
            white-space: nowrap
        }

            .karnov-section > .navbar a {
                color: inherit
            }

                .karnov-section > .navbar a.disabled {
                    color: #818a91
                }

            .karnov-section > .navbar .nav {
                border-bottom: 1px solid #e2e2e2
            }

            .karnov-section > .navbar .nav-item > * {
                padding-bottom: 10px
            }

            .karnov-section > .navbar .nav-link {
                border-bottom: solid 2px transparent
            }

            .karnov-section > .navbar .more > .dropdown-toggle {
                display: inline-block;
                min-width: 20px;
                text-align: center
            }

                .karnov-section > .navbar .more > .dropdown-toggle::after {
                    display: none
                }

            .karnov-section > .navbar + .content {
                top: 28px;
                padding-top: 1rem
            }

        .karnov-section > .content {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100%;
            overflow-y: auto
        }

            .karnov-section > .content::after {
                content: "– – –";
                display: block;
                height: 90%;
                padding-top: 1rem;
                color: #818a91;
                font-size: 100%;
                font-weight: lighter;
                text-align: center
            }

    .about-the-document .karnov-section > .content {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #353535), to(rgba(53,53,53,0))),-webkit-gradient(linear, left top, left bottom, from(rgba(53,53,53,0)), color-stop(70%, #353535)),radial-gradient(50% 0, farthest-side, rgba(0,0,0,0.2), transparent),radial-gradient(50% 100%, farthest-side, rgba(0,0,0,0.2), transparent);
        background-image: linear-gradient(#353535 30%, rgba(53,53,53,0)),linear-gradient(rgba(53,53,53,0), #353535 70%),radial-gradient(50% 0, farthest-side, rgba(0,0,0,0.2), transparent),radial-gradient(50% 100%, farthest-side, rgba(0,0,0,0.2), transparent);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #353535), to(rgba(53,53,53,0))),-webkit-gradient(linear, left top, left bottom, from(rgba(53,53,53,0)), color-stop(70%, #353535)),radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.2), transparent),radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.2), transparent);
        background-image: linear-gradient(#353535 30%, rgba(53,53,53,0)),linear-gradient(rgba(53,53,53,0), #353535 70%),radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.2), transparent),radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.2), transparent);
        background-position: 0 0, 0 100%, 0 0, 0 100%;
        background-repeat: no-repeat;
        background-size: 100% 50px, 100% 50px, 100% 6px, 100% 6px;
        background-attachment: local, local, scroll, scroll;
        background-color: #353535
    }

    .section-details .karnov-section > .content {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fcfbeb), to(rgba(252,251,235,0))),-webkit-gradient(linear, left top, left bottom, from(rgba(252,251,235,0)), color-stop(70%, #fcfbeb)),radial-gradient(50% 0, farthest-side, rgba(0,0,0,0.2), transparent),radial-gradient(50% 100%, farthest-side, rgba(0,0,0,0.2), transparent);
        background-image: linear-gradient(#fcfbeb 30%, rgba(252,251,235,0)),linear-gradient(rgba(252,251,235,0), #fcfbeb 70%),radial-gradient(50% 0, farthest-side, rgba(0,0,0,0.2), transparent),radial-gradient(50% 100%, farthest-side, rgba(0,0,0,0.2), transparent);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fcfbeb), to(rgba(252,251,235,0))),-webkit-gradient(linear, left top, left bottom, from(rgba(252,251,235,0)), color-stop(70%, #fcfbeb)),radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.2), transparent),radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.2), transparent);
        background-image: linear-gradient(#fcfbeb 30%, rgba(252,251,235,0)),linear-gradient(rgba(252,251,235,0), #fcfbeb 70%),radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.2), transparent),radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.2), transparent);
        background-position: 0 0, 0 100%, 0 0, 0 100%;
        background-repeat: no-repeat;
        background-size: 100% 50px, 100% 50px, 100% 6px, 100% 6px;
        background-attachment: local, local, scroll, scroll;
        background-color: #fcfbeb
    }

    .karnov-section > .content .pane {
        margin-bottom: 2rem
    }

        .karnov-section > .content .pane > h2 {
            font-family: kg-icons, Roboto, sans-serif;
            font-weight: 500;
            font-size: 1.1rem;
            letter-spacing: .02em;
            text-rendering: optimizeLegibility;
            margin-bottom: 1.5rem;
            padding: 5px 0;
            border-top: 1px solid #e2e2e2;
            border-bottom: 1px solid #e2e2e2;
            text-align: center
        }

        .karnov-section > .content .pane h3 {
            font-family: kg-icons, Roboto, sans-serif;
            font-weight: 500;
            font-size: 1rem;
            letter-spacing: .02em;
            text-rendering: optimizeLegibility;
            margin-top: .75rem
        }

        .karnov-section > .content .pane .lexino-inline h3 {
            margin-top: 1rem;
            font-size: 1.3rem;
            letter-spacing: normal
        }

        .karnov-section > .content .pane > .group {
            margin-bottom: .75rem;
            padding-bottom: .75rem;
            border-bottom: 1px solid #e2e2e2
        }

            .karnov-section > .content .pane > .group:last-child {
                margin: 0;
                padding: 0;
                border: 0
            }

            .karnov-section > .content .pane > .group > h2 {
                font-family: kg-icons, Roboto, sans-serif;
                /*font-weight: 500;*/
                font-size: 1.1rem;
                letter-spacing: .02em;
                text-rendering: optimizeLegibility;
                font-size: 1rem
            }

    .karnov-section .lexino-inline .document {
        padding: 0
    }
}

.TXTO {
    font-weight: bold
}

.magnus-blanket .headline {
    font-family: kg-icons, Roboto, sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: .02em;
    text-rendering: optimizeLegibility;
    margin-bottom: 1rem
}

.magnus-blanket .left {
    width: 30%;
    margin-bottom: 1rem;
    float: left
}

.magnus-blanket .right {
    margin-bottom: 1rem;
    clear: right
}

.magnus-blanket .docdocument a[shape="rect"], .magnus-blanket .pdfdocument a[shape="rect"], .magnus-blanket .xlsdocument a[shape="rect"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline;
    padding: .5rem;
    border: 1px solid #e2e2e2;
    line-height: 2rem;
    text-align: center
}

    .magnus-blanket .docdocument a[shape="rect"]::before, .magnus-blanket .pdfdocument a[shape="rect"]::before, .magnus-blanket .xlsdocument a[shape="rect"]::before {
        content: "";
        padding-right: .5rem
    }

    .magnus-blanket .docdocument a[shape="rect"][href$=".doc"]::before, .magnus-blanket .pdfdocument a[shape="rect"][href$=".doc"]::before, .magnus-blanket .xlsdocument a[shape="rect"][href$=".doc"]::before {
        content: ""
    }

    .magnus-blanket .docdocument a[shape="rect"][href$=".pdf"]::before, .magnus-blanket .pdfdocument a[shape="rect"][href$=".pdf"]::before, .magnus-blanket .xlsdocument a[shape="rect"][href$=".pdf"]::before {
        content: ""
    }

    .magnus-blanket .docdocument a[shape="rect"][href$=".xls"]::before, .magnus-blanket .pdfdocument a[shape="rect"][href$=".xls"]::before, .magnus-blanket .xlsdocument a[shape="rect"][href$=".xls"]::before {
        content: ""
    }

@media (max-width: 869px) {
    header .search-area, .mobile-menu {
        display: none
    }

    .document {
        margin-top: 55px
    }

    .dlg-document {
        margin-top: unset;
    }
}

header .container {
    max-width: none
}

div.document {
    max-width: 40em;
    margin-right: auto;
    margin-left: auto
}

    div.document table {
        display: block;
        font-size: 90%
    }

        div.document table tr {
            vertical-align: top
        }

        div.document table a {
            white-space: nowrap
        }

    div.document [id]:not(span).active {
        margin-left: -10px;
        padding-left: 8px;
        border-left: 2px solid #fed551
    }

        div.document [id]:not(span).active::before {
            visibility: visible;
            margin-left: -12px;
            background-color: #fff
        }

    div.document .zoomable::before {
        content: "";
        display: block;
        visibility: hidden;
        /*height: 120px;
        margin: -120px 0 0*/
    }

    div.document h1.clickable, div.document h2.clickable, div.document h3.clickable, div.document h4.clickable, div.document h5.clickable, div.document h6.clickable {
        cursor: pointer
    }

.document-chunk::after {
    content: "– – –";
    display: block;
    height: 90%;
    padding-top: 1rem;
    color: #818a91;
    font-size: 100%;
    font-weight: lighter;
    text-align: center
}

.pager {
    margin-bottom: calc(1rem + 45px)
}

@media (max-width: 869px) {
    body.document.open-menu .mobile-menu {
        display: block
    }

    body.document.open-menu .mobile-indicators {
        display: none
    }

    body.document.open-menu > main > .area {
        top: 100%
    }
}

.ufr-logo-box {
    float: right;
    font-size: 0.7333rem;
    text-align: center
}

    .ufr-logo-box a {
        color: inherit;
        text-decoration: none
    }

    .ufr-logo-box img {
        width: 100%;
        max-width: 4rem;
        height: auto;
        margin-bottom: .4rem
    }

.pdfviewer {
    margin-top: 1rem;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 0 25px 0 #e2e2e2;
    box-shadow: 0 0 25px 0 #e2e2e2
}

.contextframed {
    background-color: #f8f5cd;
    -webkit-box-shadow: 0 0 0 6px #f8f5cd;
    box-shadow: 0 0 0 6px #f8f5cd
}

    .contextframed[data-notetype="DEF"] {
        background-color: #e2e2e2;
        -webkit-box-shadow: 0 0 0 6px #e2e2e2;
        box-shadow: 0 0 0 6px #e2e2e2
    }

.h {
    cursor: pointer
}

    .h.yellow {
        background-color: #f8ea39;
        color: #153f96
    }

        .h.yellow.contextframed {
            -webkit-box-shadow: 0 0 0 6px #f8ea39;
            box-shadow: 0 0 0 6px #f8ea39
        }

    .h.purple {
        background-color: #f5b3ed;
        color: #164a72
    }

        .h.purple.contextframed {
            -webkit-box-shadow: 0 0 0 6px #f5b3ed;
            box-shadow: 0 0 0 6px #f5b3ed
        }

    .h.green {
        background-color: #d5e68c;
        color: #1c4085
    }

        .h.green.contextframed {
            -webkit-box-shadow: 0 0 0 6px #d5e68c;
            box-shadow: 0 0 0 6px #d5e68c
        }

    .h.pink {
        background-color: #ffa59c;
        color: #144d82
    }

        .h.pink.contextframed {
            -webkit-box-shadow: 0 0 0 6px #ffa59c;
            box-shadow: 0 0 0 6px #ffa59c
        }

    .h.blue {
        background-color: #c1ddf5;
        color: #204270
    }

        .h.blue.contextframed {
            -webkit-box-shadow: 0 0 0 6px #c1ddf5;
            box-shadow: 0 0 0 6px #c1ddf5
        }

    .h.orange {
        background-color: #fcd48d;
        color: #154485
    }

        .h.orange.contextframed {
            -webkit-box-shadow: 0 0 0 6px #fcd48d;
            box-shadow: 0 0 0 6px #fcd48d
        }

@media screen {
    .the-document > header > .favourite {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        cursor: pointer;
        margin-left: -2rem;
        float: left
    }

        .the-document > header > .favourite::before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: ""
        }

        .the-document > header > .favourite.active::before {
            content: "";
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            color: #fed551
        }
}

@media screen and (max-width: 869px) {
    .the-document > header > .favourite {
        display: none
    }
}

@media screen {
    .the-document li.list-group-item > * {
        text-decoration: none
    }

    .the-document li.list-group-item .favourite {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        cursor: pointer
    }

        .the-document li.list-group-item .favourite::before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: ""
        }

        .the-document li.list-group-item .favourite.active::before {
            content: "";
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            color: #fed551
        }

    .the-document li.list-group-item .print-item {
        display: block
    }

        .the-document li.list-group-item .print-item::before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: ""
        }

    .karnov-section .tags {
        display: inline-block;
        margin-bottom: 1rem;
        border: solid 1px #e2e2e2;
        border-radius: 3px
    }

        .karnov-section .tags .tag {
            display: inline-block;
            padding: 3px 7px 2px
        }

            .karnov-section .tags .tag + .tag {
                border-left: solid 1px #e2e2e2
            }

    .karnov-section > .tags {
        margin-bottom: .5rem
    }

    .my-annotations [data-kind="section"] {
        margin-bottom: 10px
    }

    .my-annotations .my-note {
        border: 1px solid #e2e2e2;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
        cursor: pointer
    }

        .my-annotations .my-note.active[data-style="yellow"] {
            background-color: #f8ea39
        }

        .my-annotations .my-note.active[data-style="purple"] {
            background-color: #f5b3ed
        }

        .my-annotations .my-note.active[data-style="green"] {
            background-color: #d5e68c
        }

        .my-annotations .my-note.active[data-style="pink"] {
            background-color: #ffa59c
        }

        .my-annotations .my-note.active[data-style="blue"] {
            background-color: #c1ddf5
        }

        .my-annotations .my-note.active[data-style="orange"] {
            background-color: #fcd48d
        }

        .my-annotations .my-note::before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            margin-left: -2rem;
            float: left;
            line-height: 2
        }

        .my-annotations .my-note[data-style="yellow"]::before {
            content: "";
            color: #f8ea39
        }

        .my-annotations .my-note[data-style="purple"]::before {
            content: "";
            color: #f5b3ed
        }

        .my-annotations .my-note[data-style="green"]::before {
            content: "";
            color: #d5e68c
        }

        .my-annotations .my-note[data-style="pink"]::before {
            content: "";
            color: #ffa59c
        }

        .my-annotations .my-note[data-style="blue"]::before {
            content: "";
            color: #c1ddf5
        }

        .my-annotations .my-note[data-style="orange"]::before {
            content: "";
            color: #fcd48d
        }

        .my-annotations .my-note > .assembly {
            font-family: DIN, sans-serif;
            font-size: .8rem;
            letter-spacing: .04em;
            text-rendering: optimizeLegibility;
            font-weight: normal;
            text-transform: uppercase;
            margin: .5rem;
            color: #818a91
        }

            .my-annotations .my-note > .assembly::before {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "";
                margin-right: 5px
            }

        .my-annotations .my-note > .authors {
            font-family: DIN, sans-serif;
            font-size: .8rem;
            letter-spacing: .04em;
            text-rendering: optimizeLegibility;
            font-weight: normal;
            text-transform: uppercase;
            margin: .5rem;
            float: right;
            color: #818a91
        }

        .my-annotations .my-note > .content {
            margin: .5rem;
            padding: .5rem
        }

        .my-annotations .my-note > .tools {
            display: none;
            margin: .5rem;
            text-align: right
        }

        .my-annotations .my-note.editing > time {
            display: none
        }

        .my-annotations .my-note.editing > .tools {
            display: block
        }

    .colors-box {
        display: block;
        z-index: 1;
        width: 330px;
        height: 30px;
        padding: 0 10px;
        border-radius: 3px;
        background-color: #222
    }

        .colors-box .box-item {
            display: inline-block;
            width: 17px;
            margin: 8px 2px;
            padding: 8px 0;
            float: right;
            border-radius: 100%;
            cursor: pointer
        }

            .colors-box .box-item.yellow {
                background-color: #f8ea39;
                color: #153f96
            }

            .colors-box .box-item.purple {
                background-color: #f5b3ed;
                color: #164a72
            }

            .colors-box .box-item.green {
                background-color: #d5e68c;
                color: #1c4085
            }

            .colors-box .box-item.pink {
                background-color: #ffa59c;
                color: #144d82
            }

            .colors-box .box-item.blue {
                background-color: #c1ddf5;
                color: #204270
            }

            .colors-box .box-item.orange {
                background-color: #fcd48d;
                color: #154485
            }

            .colors-box .box-item.icon {
                margin-left: 5px;
                padding: 0
            }

            .colors-box .box-item.cancel {
                margin: 0;
                padding: 4px 2px 0 6px;
                color: #f9f9f9;
                font-size: 1.2rem;
                font-weight: 300
            }

        .colors-box .txt {
            display: inline-block;
            margin-top: 7px;
            color: #f9f9f9
        }
}

.document .mobile-indicators {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(rgba(255,255,255,0.75)), color-stop(70%, #fff));
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.75), #fff 70%);
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 15;
    bottom: 0;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

    .document .mobile-indicators .search-area {
        display: none;
        width: 100%;
        margin-bottom: 1rem
    }

        .document .mobile-indicators .search-area .search-bar {
            display: inline-block;
            width: 75%
        }

        .document .mobile-indicators .search-area .show-indicators {
            height: 36px
        }

    .document .mobile-indicators .indicator {
        width: 25px;
        height: 25px;
        margin: 1rem;
        border: 1px solid #aaa;
        border-radius: 50%;
        background-color: #fff
    }

        .document .mobile-indicators .indicator.active {
            border: 3px solid #aaa
        }

        .document .mobile-indicators .indicator.indicator-about {
            background-color: #353535
        }

            .document .mobile-indicators .indicator.indicator-about.active {
                border: 3px solid #f9f9f9
            }

        .document .mobile-indicators .indicator.indicator-details {
            background-color: #fcfbeb
        }

        .document .mobile-indicators .indicator.indicator-search i {
            line-height: 1.5
        }

    .document .mobile-indicators.show-search .search-area {
        display: block
    }

    .document .mobile-indicators.show-search .indicator {
        display: none
    }

.document main.open-details .mobile-indicators, .document main.no-about.open-details .mobile-indicators {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(252,251,235,0)), color-stop(rgba(252,251,235,0.75)), color-stop(70%, #fcfbeb));
    background-image: linear-gradient(rgba(252,251,235,0), rgba(252,251,235,0.75), #fcfbeb 70%)
}

.document main.open-about:not(.open-details) .mobile-indicators, .document main.open-about.no-details .mobile-indicators {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53,53,53,0)), color-stop(rgba(53,53,53,0.75)), color-stop(70%, #353535));
    background-image: linear-gradient(rgba(53,53,53,0), rgba(53,53,53,0.75), #353535 70%)
}

body.pacta a[data-notetype="DEF"]::before {
    content: attr(data-label)
}

body.pacta .document[data-pp] .precedent-element {
    position: relative;
    margin-bottom: 1rem
}

    body.pacta .document[data-pp] .precedent-element.active {
        margin-left: 0;
        padding-left: 0;
        border-left: 0
    }

        body.pacta .document[data-pp] .precedent-element.active::before {
            visibility: hidden;
            margin-left: 0;
            background-color: transparent
        }

body.pacta .document[data-pp] .pp-clause.active {
    margin-left: 0;
    padding-left: 0;
    border-left: 0
}

    body.pacta .document[data-pp] .pp-clause.active::before {
        visibility: hidden;
        margin-left: 0;
        background-color: transparent
    }

.document[data-pp] .precedent-element.selected > .precedent-checkbox-container {
    border-right: 2px solid #fed551
}

    .document[data-pp] .precedent-element.selected > .precedent-checkbox-container > button::before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""
    }

.document[data-pp] .precedent-element > h3 {
    cursor: pointer
}

.document[data-pp] .precedent-element > .precedent-checkbox-container {
    position: absolute;
    top: 120px;
    bottom: 0;
    left: -4rem;
    padding-right: 1rem;
    border-right: 2px solid #e2e2e2
}

    .document[data-pp] .precedent-element > .precedent-checkbox-container > button {
        width: 2rem;
        height: 2rem;
        margin-top: .75rem
    }

.section-details > header .section-title {
    font-size: .9rem;
    font-weight: bold
}

.karnov-sections .content {
    line-height: 1.5
}

.karnov-sections .my-note, .karnov-sections .note {
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    margin-left: 2rem
}

    .karnov-sections .my-note[data-label]:not([data-notetype="CHANGE"])::before, .karnov-sections .note[data-label]:not([data-notetype="CHANGE"])::before {
        display: inline-block;
        padding: 1px 3px;
        border: solid 1px #e2e2e2;
        border-radius: 2px;
        color: #818a91;
        font-size: 0.7333rem;
        line-height: 1;
        background-color: #f8f5cd;
        color: inherit;
        text-decoration: none;
        content: attr(data-label);
        margin-top: 2.5px;
        margin-left: -2rem;
        float: left
    }

    .karnov-sections .my-note[data-notetype="DEF"]::before, .karnov-sections .note[data-notetype="DEF"]::before {
        background-color: #e2e2e2
    }

.karnov-section.active.loading .navbar::after {
    border: 3px solid #767676;
    border-radius: 30px;
    height: 15px;
    width: 15px;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    position: absolute;
    top: 3px;
    right: .5rem;
    background-color: inherit
}

@media screen {
    header.navbar {
        position: fixed;
        z-index: 2;
        width: 100%
    }

    footer {
        /*display: none*/
    }

   main {
        position: relative;
        bottom: 0;
        width: 100%;
        /*padding-top: 61px;*/
        background-color: #fff;      
    }

         .area {
            position: relative;
            top: 0;
            bottom: 0;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-duration: 250ms;
            transition-duration: 250ms
        }

            .handle header {
                font-family: kg-icons, Roboto, sans-serif;
                font-weight: normal;
                font-size: 0.8667rem;
                height: 55px;
                padding-right: 1.5rem;
                padding-left: 1.5rem;
                border-width: 1px 0;
                border-style: solid;
                line-height: 53px
            }

               .handle  header a {
                    color: inherit
                }

            > main > .area > div {
                width: 100%;
                height: 100%
            }

            header {
                position: fixed;
                z-index: 1;
                width: 100%;
                border-color: #e2e2e2;
                background-color: #fff;
                line-height: normal
            }

               header .btn-toolbar {
                    padding-right: 55px;
                    background: #fff
                }

                    header .btn-toolbar::before {
                        content: "";
                        display: block;
                        position: absolute;
                        left: -20px;
                        width: 20px;
                        height: 100%;
                        background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(#fff, rgba(255,255,255,0)));
                        background: linear-gradient(to left, #fff 0%, rgba(255,255,255,0) #fff 100%)
                    }

            .area.the-document > div {
                padding-top: 2rem;
                padding-bottom: 4rem
            }
}

@media screen and (max-width: 869px) {
    > main > .area.the-document > div {
        padding: 1rem
    }
}

@media screen {
    > main > .area.about-the-document {
        position: fixed;
        z-index: 2;
        top: 61px;
        bottom: 0;
        background-color: #353535;
        color: #c7c7c7
    }

        > main > .area.about-the-document > header {
            position: relative;
            z-index: 4
        }

        > main > .area.about-the-document > header, > main > .area.about-the-document .handle > header {
            border-color: #222;
            background-color: #222
        }

        > main > .area.about-the-document > .handle {
            float: right;
            background-color: #353535
        }

            > main > .area.about-the-document > .handle::after {
                position: absolute;
                top: 0;
                border-top: 27.5px solid transparent;
                border-bottom: 27.5px solid transparent;
                border-left: 8px solid #222;
                content: "";
                right: 0;
                -webkit-transform: translateX(100%);
                -ms-transform: translateX(100%);
                transform: translateX(100%)
            }

            > main > .area.about-the-document > .handle .title {
                position: absolute;
                left: 50%;
                -webkit-transform: rotate(90deg) translateY(-50%) translateX(25px);
                -ms-transform: rotate(90deg) translateY(-50%) translateX(25px);
                transform: rotate(90deg) translateY(-50%) translateX(25px);
                -webkit-transform-origin: top left;
                -ms-transform-origin: top left;
                transform-origin: top left
            }

            > main > .area.about-the-document > .handle > .title, > main > .area.about-the-document > header > .title {
                font-family: DIN, sans-serif;
                font-weight: 500;
                font-size: 1rem;
                letter-spacing: .02em;
                text-transform: uppercase;
                text-rendering: optimizeLegibility;
                cursor: pointer
            }

        > main > .area.about-the-document > .content {
            position: absolute;
            padding: 2rem 2rem 0
        }
}

@media screen and (max-width: 869px) {
    > main > .area.about-the-document > .content {
        padding: 1rem 1rem 0
    }
}

@media screen {
    > main > .area.section-details {
        position: fixed;
        z-index: 1;
        top: 61px;
        right: 0;
        background-color: #fcfbeb
    }

        > main > .area.section-details > header, > main > .area.section-details > .handle > header {
            border-color: #e2e2e2;
            background-color: #f8f5cd
        }

            > main > .area.section-details > header .section-title, > main > .area.section-details > .handle .section-title {
                position: absolute;
                z-index: 1;
                overflow: hidden;
                font-weight: bold;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            > main > .area.section-details > header [data-dismiss], > main > .area.section-details > header .btn-toolbar, > main > .area.section-details > .handle [data-dismiss], > main > .area.section-details > .handle .btn-toolbar {
                float: right
            }

        > main > .area.section-details > .handle {
            float: left;
            background-color: #fcfbeb
        }

            > main > .area.section-details > .handle::before {
                position: absolute;
                top: 0;
                border-top: 27.5px solid transparent;
                border-bottom: 27.5px solid transparent;
                border-left: 8px solid #e2e2e2;
                content: "";
                left: 1px
            }

            > main > .area.section-details > .handle::after {
                position: absolute;
                top: 0;
                border-top: 27.5px solid transparent;
                border-bottom: 27.5px solid transparent;
                border-left: 8px solid #fff;
                content: ""
            }

            > main > .area.section-details > .handle .section-title {
                right: 50%;
                -webkit-transform: rotate(-90deg) translateY(-50%) translateX(-25px);
                -ms-transform: rotate(-90deg) translateY(-50%) translateX(-25px);
                transform: rotate(-90deg) translateY(-50%) translateX(-25px);
                -webkit-transform-origin: top right;
                -ms-transform-origin: top right;
                transform-origin: top right;
                font-size: .9em
            }

        > main > .area.section-details > div:not(.handle) {
            position: absolute;
            padding: 2rem 2rem 0
        }
}

@media screen and (max-width: 869px) {
    > main > .area.section-details > div:not(.handle) {
        padding: 1rem 1rem 0
    }
}

@media screen {
    > main > .area.section-details header > .section-title {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    > main > .area > .handle {
        position: relative;
        top: -55px;
        width: 55px;
        height: 100%;
        -webkit-transition: -webkit-transform 250ms;
        transition: -webkit-transform 250ms;
        transition: transform 250ms;
        transition: transform 250ms, -webkit-transform 250ms;
        pointer-events: none
    }

        > main > .area > .handle header {
            width: 55px;
            height: 55px;
            text-align: center
        }

            > main > .area > .handle header i.fa {
                line-height: 53px
            }

            > main > .area > .handle span, > main > .area > .handle header > * {
                -webkit-transition: opacity 250ms;
                transition: opacity 250ms;
                opacity: 0
            }

        > main > .area > .handle span {
            white-space: nowrap
        }

    > main .slider {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0
    }

        > main .slider.about-slider {
            background-color: #353535
        }

        > main .slider.details-slider {
            background-color: #fcfbeb
        }
}

@media screen and (max-width: 869px) {
    main {
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (min-width: 870px) and (max-width: 1899px) {
    main {
        -webkit-overflow-scrolling: touch
    }

        main:not(.open-about) .about-the-document, main.open-about.open-details .about-the-document {
            cursor: pointer
        }

            main:not(.open-about) .about-the-document::after, main.open-about.open-details .about-the-document::after {
                visibility: visible
            }

            main:not(.open-about) .about-the-document .handle, main.open-about.open-details .about-the-document .handle {
                -webkit-transform: translateX(100%);
                -ms-transform: translateX(100%);
                transform: translateX(100%);
                pointer-events: auto
            }

                main:not(.open-about) .about-the-document .handle .title, main:not(.open-about) .about-the-document .handle header > *, main.open-about.open-details .about-the-document .handle .title, main.open-about.open-details .about-the-document .handle header > * {
                    opacity: 1
                }

        main.open-about:not(.open-details) .section-details, main.no-details .section-details {
            cursor: pointer
        }

            main.open-about:not(.open-details) .section-details > header, main.no-details .section-details > header {
                display: block
            }

            main.open-about:not(.open-details) .section-details .handle, main.no-details .section-details .handle {
                -webkit-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                transform: translateX(-100%);
                pointer-events: auto
            }

                main.open-about:not(.open-details) .section-details .handle span, main.open-about:not(.open-details) .section-details .handle header > *, main.no-details .section-details .handle span, main.no-details .section-details .handle header > * {
                    opacity: 1
                }
}

@media screen and (min-width: 1900px) {
    main:not(.open-about) .about-the-document {
        cursor: pointer
    }

        main:not(.open-about) .about-the-document::after {
            visibility: visible
        }

        main:not(.open-about) .about-the-document .handle {
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
            pointer-events: auto
        }

            main:not(.open-about) .about-the-document .handle .title, main:not(.open-about) .about-the-document .handle header > * {
                opacity: 1
            }

    main.no-details .section-details {
        cursor: pointer
    }

        main.no-details .section-details > header {
            display: block
        }

        main.no-details .section-details .handle {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            pointer-events: auto
        }

            main.no-details .section-details .handle span, main.no-details .section-details .handle header > * {
                opacity: 1
            }
}

@media screen {
    [data-dismiss="panel"] {
        margin-right: -1rem;
        margin-left: .5rem;
        padding: 0 1rem;
        float: right;
        border: 0;
        outline: none;
        background-color: transparent;
        font-size: 1.5rem;
        font-weight: 300;
        cursor: pointer
    }
}

@media screen and (max-width: 869px) {
    .the-document, .about-the-document, .section-details, .slider {
        width: 100%
    }

    .area.the-document {
        margin-right: 0;
        margin-left: 0
    }

        .area.the-document header .btn-toolbar {
            padding-right: 0
        }

            .area.the-document header .btn-toolbar::before {
                content: none
            }

    main .area.about-the-document .handle::before, main .area.about-the-document .handle::after, main .area.section-details .handle::before, main .area.section-details .handle::after {
        content: none
    }

    .about-the-document {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .section-details {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    main.open-details .about-the-document, main.open-details .the-document, main.no-about.open-details .about-the-document, main.no-about.open-details .the-document {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    main.open-details .section-details, main.no-about.open-details .section-details {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    main.open-about:not(.open-details) .section-details, main.open-about:not(.open-details) .the-document, main.open-about.no-details .section-details, main.open-about.no-details .the-document {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    main.open-about:not(.open-details) .about-the-document, main.open-about.no-details .about-the-document {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@media screen and (min-width: 870px) and (max-width: 1899px) {
    main .the-document:not(.has-no-about) {
        margin-right: 55px;
        margin-left: 55px
    }

    main .the-document .document-chunk, main .the-document .container-fluid {
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms
    }

    main .the-document > header {
        margin-left: -55px;
        padding-right: 1.5rem;
        padding-left: 4rem;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms
    }

        main .the-document > header .btn-toolbar {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-duration: 250ms;
            transition-duration: 250ms
        }

    main .about-the-document, main .section-details {
        width: 45vw;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms
    }

    /*main .about-the-document, main.open-details .about-the-document, main.no-about .about-the-document, main.no-about.open-details .about-the-document, main.open-about.open-details .about-the-document {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    main .the-document:not(.has-no-details) .document-chunk, main.open-details .the-document:not(.has-no-details) .document-chunk, main.no-about .the-document:not(.has-no-details) .document-chunk, main.no-about.open-details .the-document:not(.has-no-details) .document-chunk, main.open-about.open-details .the-document:not(.has-no-details) .document-chunk {
        -webkit-transform: translateX(-22.5%);
        -ms-transform: translateX(-22.5%);
        transform: translateX(-22.5%)
    }

    main .the-document:not(.has-no-details) > header .btn-toolbar, main.open-details .the-document:not(.has-no-details) > header .btn-toolbar, main.no-about .the-document:not(.has-no-details) > header .btn-toolbar, main.no-about.open-details .the-document:not(.has-no-details) > header .btn-toolbar, main.open-about.open-details .the-document:not(.has-no-details) > header .btn-toolbar {
        -webkit-transform: translateX(-45vw);
        -ms-transform: translateX(-45vw);
        transform: translateX(-45vw)
    }*/

    main .the-document > header, main.open-details .the-document > header, main.no-about .the-document > header, main.no-about.open-details .the-document > header, main.open-about.open-details .the-document > header {
        -webkit-transform: translateX(55px);
        -ms-transform: translateX(55px);
        transform: translateX(55px)
    }

    main .section-details, main.open-details .section-details, main.no-about .section-details, main.no-about.open-details .section-details, main.open-about.open-details .section-details {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    main.no-details .about-the-document, main.no-about.no-details .about-the-document {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    main.no-details .the-document .document-chunk, main.no-about.no-details .the-document .document-chunk {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    main.no-details .the-document > header, main.no-about.no-details .the-document > header {
        -webkit-transform: translateX(55px);
        -ms-transform: translateX(55px);
        transform: translateX(55px)
    }

        main.no-details .the-document > header .btn-toolbar, main.no-about.no-details .the-document > header .btn-toolbar {
            -webkit-transform: translateX(-55px);
            -ms-transform: translateX(-55px);
            transform: translateX(-55px)
        }

    main.no-details .section-details, main.no-about.no-details .section-details {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    main.open-about:not(.open-details) .about-the-document, main.open-about.no-details .about-the-document {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    main.open-about:not(.open-details) .the-document:not(.has-no-details) .document-chunk, main.open-about.no-details .the-document:not(.has-no-details) .document-chunk {
        -webkit-transform: translateX(22.5vw);
        -ms-transform: translateX(22.5vw);
        transform: translateX(22.5vw)
    }

    main.open-about:not(.open-details) .the-document:not(.has-no-details) > header .btn-toolbar, main.open-about.no-details .the-document:not(.has-no-details) > header .btn-toolbar {
        -webkit-transform: translateX(-45vw);
        -ms-transform: translateX(-45vw);
        transform: translateX(-45vw)
    }

    main.open-about:not(.open-details) .the-document.has-no-details .container-fluid, main.open-about.no-details .the-document.has-no-details .container-fluid {
        -webkit-transform: translateX(45vw);
        -ms-transform: translateX(45vw);
        transform: translateX(45vw)
    }

    main.open-about:not(.open-details) .the-document > header, main.open-about.no-details .the-document > header {
        -webkit-transform: translateX(45vw);
        -ms-transform: translateX(45vw);
        transform: translateX(45vw)
    }

    main.open-about:not(.open-details) .section-details, main.open-about.no-details .section-details {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media screen and (min-width: 1900px) {
    main .the-document:not(.has-no-about) {
        margin-right: 55px;
        margin-left: 55px
    }

    main .the-document .document-chunk, main .the-document .container-fluid {
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms
    }

    main .the-document > header {
        margin-left: -55px;
        padding-right: 1.5rem;
        padding-left: 4rem;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms
    }

        main .the-document > header .btn-toolbar {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-duration: 250ms;
            transition-duration: 250ms
        }

            main .the-document > header .btn-toolbar > * {
                -webkit-transition-property: -webkit-transform;
                transition-property: -webkit-transform;
                transition-property: transform;
                transition-property: transform, -webkit-transform;
                -webkit-transition-duration: 250ms;
                transition-duration: 250ms
            }

    main .about-the-document, main .section-details {
        width: 30vw;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms
    }

    main .about-the-document, main.open-details .about-the-document, main.no-about .about-the-document, main.no-about.open-details .about-the-document {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    main .the-document:not(.has-no-details) .document-chunk, main.open-details .the-document:not(.has-no-details) .document-chunk, main.no-about .the-document:not(.has-no-details) .document-chunk, main.no-about.open-details .the-document:not(.has-no-details) .document-chunk {
        -webkit-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
        transform: translateX(-15%)
    }

    main .the-document:not(.has-no-details) > header .btn-toolbar, main.open-details .the-document:not(.has-no-details) > header .btn-toolbar, main.no-about .the-document:not(.has-no-details) > header .btn-toolbar, main.no-about.open-details .the-document:not(.has-no-details) > header .btn-toolbar {
        -webkit-transform: translateX(-30vw);
        -ms-transform: translateX(-30vw);
        transform: translateX(-30vw)
    }

    main .the-document > header, main.open-details .the-document > header, main.no-about .the-document > header, main.no-about.open-details .the-document > header {
        -webkit-transform: translateX(55px);
        -ms-transform: translateX(55px);
        transform: translateX(55px)
    }

    main .section-details, main.open-details .section-details, main.no-about .section-details, main.no-about.open-details .section-details {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    main.no-details .about-the-document, main.no-about.no-details .about-the-document {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    main.no-details .the-document .document-chunk, main.no-about.no-details .the-document .document-chunk {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    main.no-details .the-document > header, main.no-about.no-details .the-document > header {
        -webkit-transform: translateX(55px);
        -ms-transform: translateX(55px);
        transform: translateX(55px)
    }

        main.no-details .the-document > header .btn-toolbar, main.no-about.no-details .the-document > header .btn-toolbar {
            -webkit-transform: translateX(-55px);
            -ms-transform: translateX(-55px);
            transform: translateX(-55px)
        }

    main.no-details .section-details, main.no-about.no-details .section-details {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    main.open-about.no-details .about-the-document {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    main.open-about.no-details .the-document:not(.has-no-details) > header .btn-toolbar {
        -webkit-transform: translateX(-30vw);
        -ms-transform: translateX(-30vw);
        transform: translateX(-30vw)
    }

        main.open-about.no-details .the-document:not(.has-no-details) > header .btn-toolbar > * {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

    main.open-about.no-details .the-document > header {
        -webkit-transform: translateX(30vw);
        -ms-transform: translateX(30vw);
        transform: translateX(30vw)
    }

    main.open-about.no-details .section-details {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    main.open-about .about-the-document, main.open-about.open-details .about-the-document {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    main.open-about .the-document:not(.has-no-details) .document-chunk, main.open-about.open-details .the-document:not(.has-no-details) .document-chunk {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    main.open-about .the-document:not(.has-no-details) > header .btn-toolbar, main.open-about.open-details .the-document:not(.has-no-details) > header .btn-toolbar {
        -webkit-transform: translateX(-60vw);
        -ms-transform: translateX(-60vw);
        transform: translateX(-60vw)
    }

        main.open-about .the-document:not(.has-no-details) > header .btn-toolbar > *, main.open-about.open-details .the-document:not(.has-no-details) > header .btn-toolbar > * {
            -webkit-transform: translateX(55px);
            -ms-transform: translateX(55px);
            transform: translateX(55px)
        }

    main.open-about .the-document.has-no-details .container-fluid, main.open-about.open-details .the-document.has-no-details .container-fluid {
        -webkit-transform: translateX(30vw);
        -ms-transform: translateX(30vw);
        transform: translateX(30vw)
    }

    main.open-about .the-document > header, main.open-about.open-details .the-document > header {
        -webkit-transform: translateX(30vw);
        -ms-transform: translateX(30vw);
        transform: translateX(30vw)
    }

    main.open-about .section-details, main.open-about.open-details .section-details {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@media screen and (max-width: 1280px) and (min-width: 1000px) {
    body main .the-document .document {
        width: 30em
    }
}

@media screen and (max-width: 999px) and (min-width: 870px) {
    body main .the-document .document {
        width: 25em
    }
}

@media screen {
    .print-modal .modal-title {
        padding: 30px 0 0 30px
    }

    .print-modal .wrapper-heading {
        display: table-row
    }

        .print-modal .wrapper-heading .print-ico {
            display: table-cell;
            vertical-align: middle
        }

        .print-modal .wrapper-heading .doc-details {
            display: table-cell;
            padding: 0 0 0 20px
        }

        .print-modal .wrapper-heading .main-heading {
            font-family: kg-icons, Roboto, sans-serif;
            font-weight: normal;
            font-size: 1rem;
            padding: 0 0 5px
        }

        .print-modal .wrapper-heading .sub-heading {
            font-family: kg-icons, Roboto, sans-serif;
            font-weight: normal;
            font-size: 0.8667rem
        }

    .print-modal .modal-body .checkbox {
        padding: 0 0 10px
    }

        .print-modal .modal-body .checkbox.disabled {
            color: #818a91
        }

    .print-modal .download-files {
        padding-top: 10px
    }

        .print-modal .download-files ul {
            list-style-type: none
        }

    .print-modal .law-document .download-files {
        border-top: #e2e2e2 solid 1px
    }
}

.light-relations > div:not(:empty) {
    margin-bottom: 6px;
    border: 1px solid #aaa;
    background-color: #fff
}

.light-relations .pane {
    padding: 1.5rem
}

    .light-relations .pane + .pane {
        border-top: 1px solid #aaa
    }

.light-relations h2, .about-the-document .karnov-section .content h2 {
    font-family: kg-icons, Roboto, sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    letter-spacing: .02em;
    text-rendering: optimizeLegibility;
    margin-bottom: 1.5rem;
    text-align: center
}

.light-relations h3, .about-the-document .karnov-section .content h3 {
    font-family: kg-icons, Roboto, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: .02em;
    text-rendering: optimizeLegibility;
    text-align: center
}

.pane ul.minitoc li, .pane ul.tree li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pane ul.minitoc {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e2e2
}

.pane ul.version-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 4rem;
    color: #818a91
}

    .pane ul.version-list a {
        color: #c7c7c7
    }

    .pane ul.version-list span.current {
        background-color: #fed551;
        -webkit-box-shadow: 0 0 0 4px #fed551;
        box-shadow: 0 0 0 4px #fed551;
        color: #222
    }

    .pane ul.version-list li::before {
        display: none
    }

.pane ul [rel="element"]::before {
    display: none
}

.pane ul [rel="element"] a {
    color: #818a91;
    font-weight: 300
}

.pane#relation-annotates .element-body > div {
    margin-bottom: 1rem
}

.pane#relation-annotates .noteRef {
    display: none
}

.pane .preparatory-work .subrels {
    margin: 0
}

    .pane .preparatory-work .subrels li {
        margin: 0 0 0 .5rem
    }

.pane .preparatory-work .sublinks li {
    margin-bottom: 0
}

.pane .preparatory-work .sublinks a {
    color: inherit;
    font-weight: normal
}

.pane .preparatory-work li::before {
    content: ""
}

.pane .preparatory-work details {
    margin-top: .5rem;
    padding: .5rem 1.5rem
}

    .pane .preparatory-work details ul {
        padding-left: 1rem
    }

    .pane .preparatory-work details > strong {
        margin-top: .5rem;
        padding-left: 1rem
    }

b.hit {
    background-color: #e2e2e2;
    -webkit-box-shadow: 0 0 0 4px #e2e2e2;
    box-shadow: 0 0 0 4px #e2e2e2
}

    b.hit.selected {
        background-color: #fed551;
        -webkit-box-shadow: 0 0 0 4px #fed551;
        box-shadow: 0 0 0 4px #fed551
    }

.searched .footnote {
    display: block
}

#secret-spy {
    display: none
}

@media screen {
    .section-details .pane > h2 {
        border-color: #e2e2e2;
        background-color: #f8f5cd
    }

    .section-details .nav-link.active {
        border-color: #353535;
        color: #353535
    }

    .section-details .empty-section {
        position: absolute;
        top: 4rem;
        right: 3rem;
        left: 3rem;
        padding: 1rem;
        border: 1px solid #e2e2e2;
        background-color: rgba(0,0,0,0.05);
        color: #818a91;
        font-style: italic;
        text-align: center
    }
}

@media screen {
    .noteRef:not([data-notetype="CHANGE"]) {
        /*display: inline-block;
        padding: 1px 3px;
        /*border: solid 1px #e2e2e2;
        border-radius: 2px;*/
        /*color: #818a91;
        font-size: 0.7333rem;
        line-height: 1;
        vertical-align: middle*/
        display:none;
    }

        .noteRef:not([data-notetype="CHANGE"]):hover {
            background-color: #f8f5cd;
            color: inherit;
            text-decoration: none
        }

        .noteRef:not([data-notetype="CHANGE"])[data-notetype="DEF"]:hover {
            background-color: #e2e2e2
        }

        .noteRef:not([data-notetype="CHANGE"])::before {
            /*content: attr(data-label)*/
        }

    h1 .noteRef, h2 .noteRef, h3 .noteRef, h4 .noteRef {
        position: relative;
        top: -.5em
    }
}

div.document .maincontent {
    line-height: 1.5
}

    div.document .maincontent > h1 {
        font-family: "Good Wood", Georgia, serif;
        font-weight: 600;
        font-size: 2rem;
        letter-spacing: .02em;
        text-rendering: optimizeLegibility
    }

    div.document .maincontent h2, div.document .maincontent h3, div.document .maincontent h4, div.document .maincontent h5, div.document .maincontent h6 {
        margin-top: 1rem;
        line-height: normal
    }

        div.document .maincontent h2 .subtitle, div.document .maincontent h3 .subtitle, div.document .maincontent h4 .subtitle, div.document .maincontent h5 .subtitle, div.document .maincontent h6 .subtitle {
            display: block
        }

    div.document .maincontent .kilder {
        display: inline-block
    }

    div.document .maincontent .running-header {
        display: none
    }

    div.document .maincontent .sfsmeta {
        margin-top: -2rem;
        float: right
    }

    div.document .maincontent .lovhead h1 {
        margin: 1rem 0;
        font-size: 2.4rem;             
    }

        div.document .maincontent .lovhead h1 p.text {
            margin: 1rem 0;
            font-size: 2.4rem;
            line-height: 2.4rem;
        }

@media (max-width: 869px) {
    div.document .maincontent .lovhead h1 {
        font-size: 1.75rem
    }
}

div.document .maincontent .lovhead.long-title h1 {
    margin: 1rem 0;
    font-size: 1.5rem
}

@media (max-width: 869px) {
    div.document .maincontent .lovhead.long-title h1 {
        font-size: 1rem
    }
}

div.document .maincontent .lovhead .sv {
    display: none
}

div.document .maincontent .N1 {
    margin-top: 2.5rem
}

@media (max-width: 869px) {
    div.document .maincontent .N1 {
        margin-top: 1.5rem
    }
}

div.document .maincontent .N1 > div > h3, div.document .maincontent .N1 > h3 {
    font-family: kg-icons, Roboto, sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: .02em;
    text-rendering: optimizeLegibility
}

div.document .maincontent .N1 .N2 > h3 {
    font-family: DIN, sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-rendering: optimizeLegibility
}

div.document .maincontent article {
    margin: 2rem 0
}

    div.document .maincontent article h3 {
        margin: 0;
        margin-bottom: 4px;
        font-size: 1rem;
        text-transform: none;
        white-space: nowrap
    }

        div.document .maincontent article h3 .kapitel {
            color: #818a91;
            font-weight: normal
        }

div.document .maincontent section {
    margin-bottom: 1.2rem
}

div.document .maincontent li {
    margin-bottom: .8rem
}

    div.document .maincontent li[data-pkt] {
        list-style-type: none
    }

        div.document .maincontent li[data-pkt]::before {
            content: attr(data-pkt);
            margin-left: -2rem;
            float: left
        }

div.document .maincontent ul.manuell {
    list-style: none;
    overflow: initial;
    margin-left: 3rem;
}

div.document .maincontent ul.manuell li {
    overflow: initial;
}

div.document .maincontent ol.pkt {
    list-style: none
}

div.document .maincontent ol.num {
    list-style-type: decimal
}

div.document .maincontent ol.alfaupper {
    list-style-type: upper-alpha
}

div.document .maincontent ol.alfalower {
    list-style-type: lower-alpha
}

div.document .maincontent ol.romanupper {
    list-style-type: upper-roman
}

div.document .maincontent ol.romanlower {
    list-style-type: lower-roman
}

div.document .maincontent .inledning-rf h3 {
    margin-top: 1em;
    font-size: inherit
}

    div.document .maincontent .inledning-rf h3:first-child {
        margin-top: 0
    }

    div.document .maincontent .inledning-rf h3 + h3 {
        margin-top: -8px;
        font-size: 90%
    }

div.document .maincontent .inledning-rf p {
    margin-bottom: 0
}

div.document .maincontent > .inledning-rf {
    margin: 1rem 0
}

    div.document .maincontent > .inledning-rf h2.subtitle {
        display: none
    }

    div.document .maincontent > .inledning-rf p {
        margin-bottom: 1rem
    }

div.document .maincontent .huvuddel .rattsinstans {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e2e2e2
}

div.document .source {
    font-family: DIN, sans-serif;
    font-size: .8rem;
    letter-spacing: .04em;
    text-rendering: optimizeLegibility;
    font-family: DIN, sans-serif;
    font-size: 0.8667rem;
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
    padding: .25em .4em 0;
    border-radius: 2px;
    background-color: #e2e2e2;
    margin-bottom: 4px
}

.dokresume {
    margin: 1rem 0;
    padding: 1rem 2rem;
    font-style: italic;
    font-style: normal
}

.domslut {
    margin: 1rem 0;
    padding: 1rem 2rem;
    font-style: italic;
    background-color: #e2e2e2
}

    .domslut + .domslut {
        margin-top: -2rem;
        padding-top: 0
    }

.sammanfattning-rf, .summary {
    font-family: kg-icons, Roboto, sans-serif;
    font-weight: 300;
    font-size: 1.267rem;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e2e2e2
}

.lydelse-avdelningsrubrik-titel {
    margin-top: 1rem
}

.hovedresume, .abstract {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e2e2e2;
    font-style: italic
}

.psidestart, .sidnr {
    display: block;
    margin: 1rem 0 .5rem;
    border-top: 1px solid #e2e2e2;
    color: #767676;
    text-align: center
}

.nondisplayed {
    display: none
}

.fulltextlink {
    padding-bottom: 1rem
}

.TXTM {
    margin-bottom: 1rem;
    font-size: 0.8667rem
}

.document[data-doctype="SFS"] .changebar {
    padding-left: 1rem;
    border-left: 0.5rem solid #e2e2e2
}

@media screen {
    header [role="toolbar"] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        float: right
    }

        header [role="toolbar"] .dropdown-menu {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(rgba(255,255,255,0))),-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(70%, #fff)),radial-gradient(50% 0, farthest-side, rgba(0,0,0,0.2), transparent),radial-gradient(50% 100%, farthest-side, rgba(0,0,0,0.2), transparent);
            background-image: linear-gradient(#fff 30%, rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0), #fff 70%),radial-gradient(50% 0, farthest-side, rgba(0,0,0,0.2), transparent),radial-gradient(50% 100%, farthest-side, rgba(0,0,0,0.2), transparent);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(rgba(255,255,255,0))),-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(70%, #fff)),radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.2), transparent),radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.2), transparent);
            background-image: linear-gradient(#fff 30%, rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0), #fff 70%),radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.2), transparent),radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.2), transparent);
            background-position: 0 0, 0 100%, 0 0, 0 100%;
            background-repeat: no-repeat;
            background-size: 100% 50px, 100% 50px, 100% 6px, 100% 6px;
            background-attachment: local, local, scroll, scroll;
            background-color: #fff;
            max-height: 80vh;
            overflow-y: auto
        }

    header .mobile-toolbar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        float: right;
        cursor: pointer
    }

        header .mobile-toolbar a {
            padding: 20px
        }

    header .goto {
        color: inherit
    }

        header .goto[type="text"] {
            padding: 3px 6px;
            border-radius: 3px;
            font-size: 0.8667rem;
            border: 1px solid #e2e2e2
        }

    header .print a {
        width: 4rem
    }

    .mobile-goto input {
        padding: 3px 6px;
        border-radius: 3px;
        font-size: 0.8667rem;
        width: 100%;
        border: 1px solid #e2e2e2;
        background-color: transparent
    }

    .about-the-document header .btn-tool {
        padding: 4px 6px;
        border: 0;
        background-color: rgba(255,255,255,0.5);
        color: #353535
    }

        .about-the-document header .btn-tool:hover {
            background-color: rgba(255,255,255,0.4)
        }

    .section-details header .btn-tool {
        padding: 4px 6px;
        border: 0;
        background-color: rgba(0,0,0,0.1);
        color: #353535
    }

        .section-details header .btn-tool:hover {
            background-color: rgba(0,0,0,0.2)
        }

    .dropdown-item {
        max-width: 300px;
        overflow-x: hidden;
        text-overflow: ellipsis
    }

        .dropdown-item.active {
            background-color: transparent
        }

            .dropdown-item.active::before {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "";
                font-size: .8rem;
                line-height: normal;
                text-indent: -1rem
            }
}

.version-warning {
    max-width: 40em;
    margin-bottom: 1rem;
    padding: .5rem 1rem;
    border: 1px solid #e2e2e2
}

    .version-warning.consolidated, .version-warning.bookversion, .version-warning.commented {
        background-color: #fcfbeb
    }

    .version-warning.official {
        background-color: #f9f9f9
    }

    .version-warning .sv, .version-warning small {
        font-size: .8rem
    }

        .version-warning .sv a, .version-warning small a {
            color: #353535;
            text-decoration: underline
        }

details {
    display:none!important;
}

body.document [itemtype="http://schema.org/BreadcrumbList"] {
    margin-top: 10px;
    margin-bottom: .2rem;
    font-size: 0.7333rem;
}

[itemtype="http://schema.org/BreadcrumbList"] {
    font-family: kg-icons, Roboto, sans-serif;
    font-weight: normal;
    font-size: 0.8667rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-left: 0;
    list-style: none;
}

.document-toolbar {
    padding-top: 1rem;
}

    .document-toolbar a, .document-toc a, .document-consolidations a {
        font-weight: normal;
    }

.document-info-header {
    padding-bottom: 10px;
}

.document-info-reference {
    padding-top: 10px;
}

.document-info-reference-header {
    margin-top: 2rem;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pdf-preview-container {
    margin-top: 1rem;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 25px 0 #e0e0e0;
    width:595px;
}
.dlg-document-container div.pdf-preview-container {
    width: 100% !important;
}
.dlg-document i.fa-arrow-circle-right, .dlg-document i.fa-arrow-circle-left {
    font-size: 32px;
}
.dlg-document-footer {
    text-align: center;
    margin-top: 10px;
}
.download-doc {
    margin-top: 1rem;
    font-style: italic;
}
.document-info-mainlink {
    margin-bottom: 5px;
}

.document-toolbar-container {
    position: fixed;
    top: 0px;
    z-index: 1000;
    padding: 1rem;
    background-color: #ffffff;
    border-bottom: solid 1px #c0c0c0;
    width: 100%;
    box-shadow: 0 10px 20px -5px rgba(0,0,0,.05);
}
.wait-indicator-container img {
    margin:10px;
}

.toc-parent, .tt-parent {
    min-width: 20%;
}

.tt-parent li {
    padding: 3px 3px 3px 3px;
}

    .toc-parent-fixed {
        position: fixed;
        top: 50px;
        left: 16px;
    }

    .tt-parent-fixed {
        position: fixed;
        top: 50px;
        left: 16px;
    }

div.document h1 {
    line-height: 1.1;
}

#toc_parent_container, #tt_parent_container {
    overflow: auto;
    max-height: 600px;
    max-width: 550px;
}

span.celex-document-sub-title strong, span.celex-document-sub-title br {
    display: none;
}

.repealed-sv {
    background-image: url(/resources/document/images/upph_sv.jpg);
}

.repealed-da {
    background-image: url(/resources/document/images/upph_da.jpg);
}

.repealed-en {
    background-image: url(/resources/document/images/upph_en.jpg);
}

.repealed-nb {
    background-image: url(/resources/document/images/upph_en.jpg);
}

.repealed-fi {
    background-image: url(/resources/document/images/upph_en.jpg);
}

.historical-sv {
    background-image: url(/resources/document/images/hist_sv.jpg);
}

.historical-da {
    background-image: url(/resources/document/images/hist_da.jpg);
}

.historical-en {
    background-image: url(/resources/document/images/hist_en.jpg);
}

.historical-nb {
    background-image: url(/resources/document/images/hist_en.jpg);
}

.historical-fi {
    background-image: url(/resources/document/images/hist_en.jpg);
}

div.collapse.footnote {
    display: none;
}
    div.collapse.footnote.in {
        display:block;
    }
        div.collapse.footnote.in p {
            line-height: unset;
        }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.6rem;
    font-weight: 500;
    color: inherit;
}

div.maincontent ol, div.maincontent ul, div.maincontent li {
    overflow: unset;
    padding-left: 20px;
}

section i {
    margin-right: 5px;
    color: #a0a0a0;
}

ul {
    list-style-type: none;
}
div.maincontent ul li::before {
    content: "-";
    position: absolute;
    margin-left: -20px;
}

div.inforce-button-container {
    text-align: right;
    margin-bottom: 10px;
}