/* Minification failed. Returning unminified contents.
(1381,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
 */
/*
    ========================================
    Basics
    ========================================
*/
html {
    overflow-y: scroll;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-display: swap;
    font-family: "objektiv-mk3", 'Nunito', "Baloo", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    font-family: "objektiv-mk3", 'Nunito', "Baloo", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
    font-weight: 700;
}

.btn-primary:visited {
    color: white;
}
/*
    ========================================
    Main
    ========================================
*/
/*
    !!UGLY ASS IMAGE HACK!!
    Will force images within a Bootstrap 4 .container to fit/scale property inside its surrounding element
*/
#main .container img {
    max-width: 100%;
}

/*Mobile (smaller than tablet and mobiles)*/
#main {
    min-height: 600px;
}

/*Screens (tablet or wider)*/
@media (min-width: 768px) {
    #main {
        min-height: 1000px;
    }
}

/*Fonts */
/*Nunito */
@font-face {
    font-family: "Nunito";
    src: url("/Static/Fonts/Nunito-Regular.ttf") format('truetype');
}
@font-face {
    font-family: "Nunito";
    src: url("/Static/Fonts/Nunito-SemiBold.ttf") format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: "Nunito";
    src: url("/Static/Fonts/Nunito-Bold.ttf") format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: "Nunito";
    src: url("/Static/Fonts/Nunito-ExtraBold.ttf") format('truetype');
    font-weight: 800;
}
@font-face {
    font-family: "Nunito";
    src: url("/Static/Fonts/Nunito-Black.ttf") format('truetype');
    font-weight: 900;
}
    /*Baloo */
@font-face {
    font-family: "Baloo";
    src: url("/Static/Fonts/Baloo2-Regular.ttf") format('truetype');
}
    /*Roboto */
@font-face {
    font-family: "Roboto";
    src: url("/Static/Fonts/Roboto-Regular.ttf") format('truetype');
}
    /*Amaranth */
@font-face {
    font-family: "Amaranth";
    src: url("/Static/Fonts/Amaranth-Regular.ttf") format('truetype');
}
@font-face {
    font-family: "Amaranth";
    src: url("/Static/Fonts/Amaranth-Bold.ttf") format('truetype');
    font-weight: 700;
}
/*Dosis */
@font-face {
    font-family: "Dosis";
    src: url("/Static/Fonts/Dosis-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Dosis";
    src: url("/Static/Fonts/Dosis-Bold.ttf") format('truetype');
    font-weight: 700;
}


/*
    ========================================
    Content and Aside
    ========================================
*/
#main section.content,
#main aside#aside {
    margin-top: 48px;
}

a,
section a,
aside a,
section a:visited,
aside a:visited {
    color: #007bff;
    text-decoration: none;
}

section a:hover,
aside a:hover {
    text-decoration: underline;
}

aside ul {
    padding-left: 20px;
}

/*
    ========================================
    Important message
    ========================================
*/
#important-message .row {
    margin-top: 15px;
}

/*
    ========================================
    Animated stuff
    ========================================
*/
.bounce {
    top: 0;
    cursor: pointer;
    -webkit-transition: 0.05s ease-in; /* Safari */
    transition: 0.05s ease-in;
}

.bounce:hover {
    transform: scale(1.03);
}

@media screen and (max-width: 991px) {
    .bounce:hover {
        transform: none;
    }
}

/*
    ========================================
    Badge-colours for search
    ========================================
*/
.badge.badge-privat {
    background-color: #BFDEFF;
    /*font-weight: 500 !important;*/
}

.badge.badge-driftinformation {
    background-color: #FAB1BC;
}

.badge.badge-företag {
    background-color: #BADDAB;
}

.badge.badge-kundservice {
    background-color: #CFB3D3;
}

.badge.badge-fil {
    background-color: #16355B;
    color: #e0e0e0;
}

/*About cookies*/
.panel-group {
    background: transparent none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #ffd100 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    font-size: 18px;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
    color: #000000;
    text-decoration: none;
    font-weight: 600 !important;
    border: 1px solid #16355B;
}
#accordion .panel-title a.collapsed {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #16355B;
}
#accordion .panel-title a::after{
    background: #ffd100 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #16355B;
    content: "\f13a"; /*chevron-circle-down*/
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}

#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: 1.8em;
}

.all-cookies-table {
    width: 100%;
    border-top: 1px solid #16355B;
    border-bottom: 1px solid #16355B;
}

.all-cookies-table>tbody>tr:nth-child(even) {
    background: lightgray;
}

/*Preview view when editing Blocks*/
.preview-edit-block {
    margin: 10px;
}
/*
    ========================================
    Cookie-container
    ========================================
*/
#cookie-container {
    min-height: 40px;
    background-color: #16355B;
}

#cookie-container p {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
}

#cookie-container p a {
    color: #ffd100;
    text-decoration: underline;
}

.electricity-trading #cookie-container .container p {
    padding: 11px 15px 0 15px;
}
/*
    ========================================
    Header
    ========================================
*/
.navbar-brand img {
    height: 50px; 
}

/*
    ========================================
    Menu top / "Yellow" menu
    ========================================
*/
.navbar-nav .nav-item,
.navbar .nav-item {
    font-family: "Objektiv-mk3", "Nunito", sans-serif;
}

.nav flex-column .active {
    font-weight: bold;
}

#navbar-top {
    background-color: #FFE595;
    min-height: 50px;
}

#navbar-top .navbar {
    padding: 0 0 3px 0;
}

#navbar-top .navbar-nav {
    display: inline-block;
}

#navbar-top .navbar-nav li {
    margin: 0;
    margin-right: 25px;
    float: left;
}

#navbar-top .navbar-nav li a {
    margin-bottom: 3px;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    /*text-transform: uppercase;*/
}

#navbar-top .navbar-nav li.top.active a,
#navbar-top .navbar-nav li.top a:hover {
    border-bottom-color: #16355B !important;
    /*border-bottom: dotted 3px !important;*/
    text-decoration: none;
    font-weight: 900 !important;
}

#navbar-top .navbar-nav li.pill {
    margin: 0;
    margin-left: 20px;
}

.active-subMenuItem {
    font-weight: 900 !important;
}

nav.navbar ul.navbar-nav a.nav-link, nav.navbar ul.navbar-nav a.nav-link:visited {
    color: #000;
}

/*
    If you need different borders for active class, you need to do it like this
    #navbar-top .navbar-nav li.top.active a {
    border-bottom: dotted 3px;
}
*/

/*
    ========================================
    Menu bottom
    ========================================
*/
#navbarBottom {
    margin-left: 10px;
}

/*
    ========================================
        Menu bottom for the start page
    ========================================
*/
#navbarBottom.nav-startPage a.nav-link {
    font-size: 19px;
    font-weight: 400;
}

/*
    ========================================
    Menu bottom for all default pages
    ========================================
*/
#navbarBottom.nav-defaultPage ul.navbar-nav a.nav-link {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

/*
    ========================================
    Menu bottom on screen resolution (medium devices and up)
    ========================================
*/
#navbarBottom.nav-defaultPage ul.navbar-nav.screen a.nav-link {
    font-weight: 400;
}

#navbarBottom.nav-defaultPage ul.navbar-nav.screen > li.nav-item {
    padding: 0;
    position: relative;
    margin-right: 3px;
}

#navbarBottom.nav-defaultPage ul.navbar-nav.screen li.nav-item.active > a.nav-link {
    _text-decoration: underline !important;
    font-weight: 800 !important;
}

#navbarBottom.nav-defaultPage ul.navbar-nav.screen > li.nav-item.active > a.nav-link {
    font-weight: 600;
} 

#navbarBottom.nav-defaultPage ul.navbar-nav.screen > li.nav-item:hover {
    background-color: #FFE595;
    border-radius: 4px;
}

#navbarBottom.nav-defaultPage ul.navbar-nav.screen > li.nav-item > ul.nav {
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 100;
    display: none;
    visibility: hidden;
    white-space: nowrap;
}

    #navbarBottom.nav-defaultPage ul.navbar-nav.screen > li.nav-item:hover > ul.nav {
        padding: 3px 5px 7px 0;
        background-color: #FFE595;
        border-radius: 0 4px 4px 4px;
        border-top: 0;
        display: inline-block;
        visibility: visible;
    }

/* Sub navigation ( fly-out ) */
#navbarBottom.nav-defaultPage ul.navbar-nav.screen > li.nav-item > ul.nav > li.nav-item > a.nav-link {
    padding: 5px 10px;
    font-size: 15px;
}

#navbarBottom.nav-defaultPage ul.navbar-nav.screen > li.nav-item a.nav-link:hover {
    text-decoration: underline
}

#navbarBottom.nav-defaultPage ul.navbar-nav.screen > li.nav-item.active > a.nav-link {
    font-weight: 600;
    text-decoration: dotted;
}

/* Hide every nav item below level 3 on screen resolutions*/
#navbarBottom.nav-defaultPage ul.navbar-nav.screen > li.nav-item > ul.nav ul.nav {
    display: none;
    visibility: hidden;
}


/*
    ========================================
    NavBar Pills
    ========================================
*/
.navbar-nav .badge.badge-pill.badge-c4 {
    padding: 9px 15px;
    background-color: #f5f5f5;
    font-size: 13px;
}

#navbar-top .badge.badge-pill.badge-c4 {
    text-transform: none;
}

#navbarBottom .badge.badge-pill.badge-c4 {
    text-transform: none;
}


/*
========================================
Meny bottom on mobile resolution (smaller than medium devices, including mobile landscape mode)
========================================
*/
#navbarBottom.nav-defaultPage ul.navbar-nav.mobile > li.nav-item,
.electricity-trading ul.nav.navbar-nav.mobile > li.nav-item {
    position: initial;
    float: none;
    display: block;
}

#navbarBottom.nav-defaultPage ul.navbar-nav.mobile > li.nav-item ul.nav,
.electricity-trading ul.nav.navbar-nav.mobile > li.nav-item ul.nav {
    margin-left: 15px;
}

/* Hide every nav item below level 3 on mobile resolutions*/
#navbarBottom.nav-defaultPage ul.navbar-nav.mobile > li.nav-item ul.nav ul.nav,
.electricity-trading ul.nav.navbar-nav.mobile > li.nav-item ul.nav ul.nav {
    display: none;
    visibility: hidden;
}

.electricity-trading .electricity-trading ul.nav.navbar-nav.mobile {
    position: initial;
    float: none;
    display: block;
}

/*Remove grey hover from meny on hover*/
.electricity-trading ul.nav.navbar-nav.mobile > li > a:hover,
.electricity-trading ul.nav > li > a:focus {
    background-color: transparent;
}

#searchTypeAhead {
    position: relative;
}

/* SEARCH BUTTON */
#searchButtonHeader {
    padding: 5px 10px;
    background-color: #fff;
    border: solid 1px lightgrey;
    border-radius: 25px;
    outline: none;
}

#searchButtonHeader:focus {
    outline: 5px auto black;
}

#searchButtonHeader span.buttonText {
    padding: 5px 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

#searchButtonHeader span.fa-search {
    color: grey;
}

#searchButtonHeader:hover {
    cursor: pointer;
}

/*Searchbutton top-menu (yellow bar) style*/
#navbar-top #searchButtonHeader {
    margin-top: 7px;
}


/* SEARCH FIELD AREA */
#searchTypeAhead {
    padding-bottom: 10px;
}

#searchTypeAhead #typeAheadSearch {
    padding-left: 50px;
}

#searchTypeAhead #search-icon {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 100;
}

#searchTypeAhead #search-icon.fa-search {
    color: lightgrey;
    font-size: 18px;
}

#searchTypeAhead #search-close-button {
    position: absolute;
    top: 8px;
    right: 20px;
    z-index: 100;
    border: 0;
    background-color: transparent;
}

#searchTypeAhead #search-close-button span.fa-times-circle {
    color: grey;
    font-size: 18px;
}

#searchTypeAhead #search-close-button:hover {
    cursor: pointer;
}

/* SEARCH RESULT BOX */
#searchResultBox {
    position: absolute !important;
    top: 42px;
    z-index: 50;

    background-color: #ffd100;
    border-radius: 5px;
}

#searchResultBox ul {
    padding: 10px;
    margin: 0;
}

#searchResultBox li {
    padding: 5px 10px;
}

#searchResultBox a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: block;
}

#searchResultBox a {
    text-decoration: none;
}

/*#searchResultBox li:first-child {
border-radius: 5px 5px 0 0;
}

#searchResultBox li:last-child {
    border-radius: 0 0 5px 5px;
}*/
    #searchResultBox li:hover,
    #searchResultBox li.activeItem {
        background-color: #fff;
        border-radius: 3px;
    }

/* TOP ARROW ON SEARCHBOX http://www.cssarrowplease.com/ */
#searchResultBox.arrow-box {
    position: relative;
    background: #ffd100;
    border: 1px solid #fff;
}

#searchResultBox.arrow-box:after, .arrow-box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#searchResultBox.arrow-box:after {
    border-color: rgba(255, 209, 0, 0);
    border-bottom-color: #ffd100;
    border-width: 10px;
    margin-left: -10px;
}
#searchResultBox.arrow-box:before {
    border-color: rgba(245, 245, 245, 0);
    border-bottom-color: #f5f5f5;
    border-width: 12px;
    margin-left: -12px;
}

#moreResultsBox {
    padding-top: 10px;
    margin-bottom: -6px;
    border-top: solid 1px #ffffff;
}

/* SHOW ALL RESULTS BUTTON */
#moreResultsBox button {
    padding: 5px 10px;
    background-color: #fff;
    border: solid 1px lightgrey;
    border-radius: 25px;
    outline: none;
}

#moreResultsBox button span.buttonText {
    padding: 5px 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: grey;
}

#moreResultsBox button span.fa-search {
    color: grey;
}

/* BADGE-COLOURS FOR SEARCH */
#searchResultBox .badge {
    padding-top: 2px;
    padding-bottom: 2px;
}
/*
    ========================================
    Footer
    ========================================
*/
#footer {
    margin-top: 25px;
    padding: 10px 0;
    background-color: #16355B;
    color: #EBEFF3;
}

#footer h6 {
    margin-top: 15px;
    text-transform: uppercase;
}

#footer a {
    color: #EBEFF3
}

#footer a:hover {
    text-decoration: underline;
}

/*
    ========================================
    Menu bottom
    ========================================
*/
#footer .navbar-nav a.nav-link {
    font-family: 'objektiv-mk3', 'Abel', sans-serif;
    font-size: 15px;
}

/*
    ========================================
    Social media
    ========================================
*/
#footer #socialMedia{
    margin-left: 1.5rem;
}

#footer #socialMedia li {
    padding-right: 5px;
    display: inline-block;
}

#footer #socialMedia li span {
    font-size: 30px;
}

/*
    ========================================
    Hero block
    ========================================
*/
.hero-block {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
    max-height: 500px !important;
}

.hero-block a.btn {
    font-weight: 700;
    font-size: 1em;
}

.hero-block .video,
.hero-block .video .video-overlay .container {
    position: relative;
}

.hero-block .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
}

.hero-block .video-overlay video {
    width: 100%;
}

.hero-block .text-box {
    margin: 100px 0 100px 0;
    padding: 25px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
}

.hero-block .text-box .headingClass {
  font-family: "objektiv-mk3", 'Nunito', "Baloo", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
}

.hero-block .ingressStyle {
    font-size: 1.3em;
    font-family: "objektiv-mk3", 'Nunito', "Baloo", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .hero-block .text-box {
        margin: auto;
        padding: 15px;
    }

    .hero-block .text-box .headingClass {
    font-family: "objektiv-mk3", 'Nunito', "Baloo", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 2em;
    }

    .hero-block .ingressStyle {
    font-size: 1em;
    font-family: "objektiv-mk3", 'Nunito', "Baloo", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    }

    .hero-block a.btn {
        font-weight: 700;
        font-size: 0.8em;
    }

    .infoBoxContainer {
        align-self: center;
    }
}
/*
    ========================================
    TeaserBlock
    ========================================
*/
.teaserItemCard {
    position: relative;
    z-index: 5;
    min-height: 300px;
}

.teaserItemCard h5 {
    line-height: 2;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cardImageDiv {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    min-height: 60%;
    max-height: 60%;
    position: relative;
    border-radius: 5px;
    border: 1px solid lightgray;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.teaserItemList {
    margin-bottom: 20px;
}

.teaserImage {
    border-bottom: 1px solid gray;
    min-width: 100%; 
    max-width: 100%; 
    position: absolute; 
    object-fit: cover;
}


.teaserImageList {
    /* background-image sätts inline */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    min-height: 113px;
    max-height: 113px;
}

.textDiv {
    height: 140px;
    padding: 10px 15px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid lightgray;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: white;
}

.textDivList {
    margin-top: 20px;
    border-right: 0;
    border-left: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

/*Common css class for the ingress preview.*/
.ingressPreview {
    font-size: 1.05em;
    overflow: hidden;
    position: relative;
    line-height: 1.3em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
}

.ingressPreview:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
}

.ingressPreview:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

.ingressPreviewCard {
    font-size: 1.1em;
    overflow: hidden;
    position: relative;
    line-height: 1.6em;
    max-height: 4.7em;
    margin-right: -1em;
    padding-right: 1em;
}

.ingressPreviewCard:before {
    content: '...';
    position: absolute;
    right: 15px;
    bottom: 0;
}

.ingressPreviewCard:after {
    content: '';
    position: absolute;
    right: 15px;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

.publishingDateDiv {
    height: 1.5em;
    bottom: 5px;
    right: 5px;
    position: absolute;
    font-size: 0.9em;
}

/*
    ========================================
    ArticlesListBlock
    ========================================
*/
.previewItemList {
    margin-left: 10px; 
    padding-right: 10px;
    margin-bottom: 20px;
    padding: 0;
    width: 98%;
}

.normalFontWeight {
    font-weight : normal;
}

.textDivList {
    margin-top: 20px;
    border: 1px solid lightgray;
    border-right: 0;
    border-left: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.previewLink .textDivList {
    margin-top: 0;
    margin-left: 0;
    min-height: 113px;
}

.previewLink .textDivList h5 {
    line-height: 1.7;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    
.teaserItemList .textDivList strong,
.previewItemList .textDivList strong {
    font-weight: normal;
}

.previewImageList {
    /* background-image sätts inline */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.publishingDateDiv p {
    right: 10px;
    position: absolute;
}

#showMoreItems {
    font-size: 1.2em;
    font-weight: 500;
    bottom: 0;
    width: 100%;
    padding-left: 10px;
    display: inline-block;
}

#showMoreItems .badge {
    float: right;
    margin-left: 5px;
    display: inline-block;
}
#showMoreItemsLink {
    display: inline-block;
    cursor: pointer;
    text-decoration: underline !important;
}

@media screen and (max-width: 991px) {
    /* Dölj bild */
    .previewImageList {
        display: none;
    }

    .textDivList {
        border-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    /* Höger marginal */
    .previewItemList .previewLink {
        margin-right: 15px;
    }

    /* Justera Publiceringsdatum */
    .publishingDateDiv {
        bottom: -10px;
    }
}
/*
========================================
Hero And Text Block
========================================
*/
#main .content .header-and-text-block header {
    margin-top: 0px;
    font-family: "objektiv-mk3", 'Nunito', "Baloo", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    
}

.header-and-text-block {
    margin-top: 15px;
    font-family: "objektiv-mk3", 'Nunito', "Baloo", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

.blockWithBackground {
    background: #f5f5f5;
    border-radius: 5px;
    margin-top: -2px;
}

.blockWithBorder {
    border: 1px solid lightgrey;
    margin-top: -3px;
}

#mynewsdesk {
}
#mynewsdesk .headerimage {
        /* background-image sätts inline */
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 500px;
    }

/*
    ========================================
    Episerver forms
    We override the css instead of modifying the files in the nuget-plugin
    so that we can update the nuget package more "easily" without overwriting our changes if we need to.
    https://world.episerver.com/documentation/developer-guides/forms/
    https://world.episerver.com/documentation/developer-guides/forms/css-styling-and-javascript/
    ========================================
*/

/* Form */
form.EPiServerForms {
    margin: 25px 0;
}

/* Label */
form.EPiServerForms div.Form__MainBody .Form__Element .Form__Element__Caption {
    display: block;
    margin-bottom: .5rem;
}

/* Base form elements */
form.EPiServerForms div.Form__MainBody .Form__Element input[type=text],
form.EPiServerForms div.Form__MainBody .Form__Element input[type=number],
form.EPiServerForms div.Form__MainBody .Form__Element input[type=url],
form.EPiServerForms div.Form__MainBody .Form__Element input[type=email],
form.EPiServerForms div.Form__MainBody .Form__Element select,
form.EPiServerForms div.Form__MainBody .Form__Element textarea {
    display: block;
    width: 100%;
    _height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
    
/* Radiobuttons and checkboxes */
form.EPiServerForms div.Form__MainBody .Form__Element.FormChoice label {
    display: block;
}

/* Image list (a radiobutton list with images) */
form.EPiServerForms div.Form__MainBody .Form__Element.FormChoice--Image .FormChoice--Image__Item__Caption {
    display: none;
}

/* Buttons */
form.EPiServerForms div.Form__MainBody button,
form.EPiServerForms div.Form__MainBody .Form__Element .FormResetButton {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Default / Success button */
form.EPiServerForms div.Form__MainBody button.FormSubmitButton {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

/* Warning / Reset button */
form.EPiServerForms div.Form__MainBody .Form__Element .FormResetButton {
    color: #212529;
    background-color: #FFE595;
    border-color: #FFE595;
}

form.EPiServerForms div.Form__MainBody button:hover,
form.EPiServerForms div.Form__MainBody .Form__Element .FormResetButton:hover {
    cursor: pointer;
}

/* Status messages */
form.EPiServerForms .Form__Status .Form__Status__Message {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

/* Success */
form.EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

/* Warning */
form.EPiServerForms .Form__Status .Form__Status__Message.Form__Warning__Message {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

/* Validation error */
form.EPiServerForms div.Form__MainBody .Form__Element__ValidationError {
    font-size: 90%;
    color: #dc3545;
}
.previewLink:link {
    color: black;
    text-decoration: none !important;
}

.previewLink:visited {
    color: black;
    text-decoration: none !important;
}

.previewLink:hover {
    color: black;
    text-decoration: none !important;
}

.previewLink:active {
    color: black;
    text-decoration: none !important;
}

.pagebar-map {
    padding-left: 0;
    padding-right: 0;
    background-color: #f0ede5;
}

.pagebar-map #map-canvas {
    position: relative !important;
    min-height: 290px;
}

input:focus {
    outline-style: none;
}

.ingress {
    font-weight: 500 !important;
    margin-top: 5px;
}

.header-divider {
    padding-top: 105px;
}

.errorPage {
    text-align: center;
    background-color: #f5f5f5;
    padding: 100px;
}

.categoryBadge {
    font-weight: 700;
    font-size: 12px;
    background-color: #16355B;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
}

/* CARD Operating list item */
#operational-messages {
    padding-bottom: 20px;
}

section .operating-list-item {
    margin-top: .8rem;
}

section .operating-list-item a.card {
    text-decoration: none !important;
    color: #212529;
}

section .operating-list-item .card {
    padding: 0;
    width: 100%;
    display: inline-block;
    border-left: solid 4px #ffeeba;
}

section .operating-list-item .card-body {
    padding: .8rem;
}

section .operating-list-item .card-title {
    margin-bottom: 0;
    padding-bottom: 0;
}


section .operating-list-item a.card-acute {
    text-decoration: none !important;
    color: #212529;
}

section .operating-list-item .card-acute {
    border-left: solid 4px #dc3545;
}

.operationInfoBadge-default {
    font-weight: 700;
    background-color: #FEEDA3;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
    color: black;
}

.operationInfoBadge-acute {
    font-weight: 700;
    background-color: #dc3545;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
    color: white;
}

.link-list-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6rem;

    @media (max-width: 992px) {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3rem;
    }
}

.btn-warning {
    color: #212529;
    background-color: #FFE595;
    border-color: #FFE595;
  }

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #FFE595;
    border-color: #FFE595;
}

.btn-outline-warning {
    color: #FFE595;
    background-color: transparent;
    background-image: none;
    border-color: #FFE595;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #FFE595;
    border-color: #FFE595;
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FFE595;
    background-color: transparent;
}
  
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #FFE595;
    border-color: #FFE595;
}

.badge-warning {
    color: #212529;
    background-color: #FFE595;
}

.bg-warning {
    background-color: #FFE595 !important;
}

.border-warning {
    border-color: #FFE595 !important;
}

.text-warning {
    color: #FFE595 !important;
}
/*
    ========================================
    Print
    ========================================
*/
@media print {
    @page {
        size: A4
    }
    .container {
        min-width: auto !important;
    }
    #navbar-top,
    #footer,
    .a2a_default_style {
        display: none;
    }
}

/*
    ========================================
    AddToAny
    https://www.addtoany.com/
    ========================================
*/
.a2a_default_style a {
    padding: 0 4px;
}

.a2a_default_style a i {
    font-size: 26px;
    color: #212529;
}

.a2a_default_style a.jq-print i {
    padding-top: 2px;
    font-size: 23px;
}

