/* Minification failed. Returning unminified contents.
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(492,28): run-time error CSS1039: Token not allowed after unary operator: '-main-yellow'
(1486,28): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(2129,30): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(3488,28): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(3507,33): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(7371,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*************************/
/*#region  Editor styles */
/*************************/
.Bildtext {
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    font-size: 14px;
    /*padding-top: -10px;*/
    padding-bottom: 10px;
}

/*#endregion*/
/*************************/
/*#region  färg defibnitioner */
/*************************/
:root {
    --blue: #6688C0;
    --main-yellow: #F7DB38; 
}

/*#endregion*/

/********************************/
/*#region    Fontdefinitioner   */
/********************************/

/*
    eot: IE9 Compat Modes
    eot?#iefix: IE6-IE8
    ttf: Safari, Android, iOS
    svg: Legacy iOS

url('/Static/fonts/UpperEastSide-webfont.eot'),
url('/Static/fonts/UpperEastSide-webfont.eot?#iefix') format('embedded-opentype'),
    */

@font-face {
    font-family: HelveticaNeueHeavy;
    src: url('/Static/fonts/Helvetica Neue Heavy/Helvetica Neue W01 85 Heavy.eot');
    src: url('/Static/fonts/Helvetica Neue Heavy/Helvetica Neue W01 85 Heavy.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/Helvetica Neue Heavy/Helvetica Neue W01 85 Heavy.woff') format('woff'), url('/Static/fonts/Helvetica Neue Heavy/Helvetica Neue W01 85 Heavy.ttf') format('truetype'), url('/Static/fonts/Helvetica Neue Heavy/Helvetica Neue W01 85 Heavy.svg#HelveticaNeueHeavy') format('svg');
}

@font-face {
    font-family: HelveticaNeueItalic;
    src: url('/Static/fonts/Helvetica Neue Italic/Helvetica Neue W01 56 It.eot');
    src: url('/Static/fonts/Helvetica Neue Italic/Helvetica Neue W01 56 It.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/Helvetica Neue Italic/Helvetica Neue W01 56 It.woff') format('woff'), url('/Static/fonts/Helvetica Neue Italic/Helvetica Neue W01 56 It.ttf') format('truetype'), url('/Static/fonts/Helvetica Neue Italic/Helvetica Neue W01 56 It.svg#HelveticaNeueItalic') format('svg');
}

@font-face {
    font-family: HelveticaNeueLight;
    src: url('/Static/fonts/Helvetica Neue Light/Helvetica Neue W01 45 Light.eot');
    src: url('/Static/fonts/Helvetica Neue Light/Helvetica Neue W01 45 Light.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/Helvetica Neue Light/Helvetica Neue W01 45 Light.woff') format('woff'), url('/Static/fonts/Helvetica Neue Light/Helvetica Neue W01 45 Light.ttf') format('truetype'), url('/Static/fonts/Helvetica Neue Light/Helvetica Neue W01 45 Light.svg#HelveticaNeueLight') format('svg');
}

@font-face {
    font-family: HelveticaNeueRoman;
    src: url('/Static/fonts/Helvetica Neue Roman/Helvetica Neue W01 55 Roman.eot');
    src: url('/Static/fonts/Helvetica Neue Roman/Helvetica Neue W01 55 Roman.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/Helvetica Neue Roman/Helvetica Neue W01 55 Roman.woff') format('woff'), url('/Static/fonts/Helvetica Neue Roman/Helvetica Neue W01 55 Roman.ttf') format('truetype'), url('/Static/fonts/Helvetica Neue Roman/Helvetica Neue W01 55 Roman.svg#HelveticaNeueRoman') format('svg');
}
/*#endregion*/

/********************************/
/*#region         Ramverk       */
/********************************/
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

html, body {
    -webkit-text-size-adjust: 100%;
}

h1 {
    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
    font-size: 40px;
    /*max-width: 670px;*/ /*För att inte begränsa bredden*/
}

h2 {
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
    font-size: 30px;
    max-width: 670px;
}

h3 {
    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
    font-size: 16px;
    max-width: 670px;
}

h4 {
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
    font-size: 14px;
    max-width: 670px;
}

body {
    overflow: visible;
    margin: 0;
    padding: 0;
    background: white;
    color: #212121;
    font-size: 16px;
    line-height: 25px;
    font-family: "Times New Roman", Times, serif;
    min-height: 100%;
}

.container-fluid {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.table-responsive {
    overflow: auto;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    height: 0;
}

.no-gutter {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

a img {
    border: none;
}

.nowrap {
    white-space: nowrap;
}

dl {
    margin-bottom: 0;
}

dt, dd {
    display: inline;
    line-height: 1.375em;
}

dt {
    font-family: HelveticaNeueBold, Helvetica, sans-serif;
}

dd {
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
}

p {
    max-width: 670px;
}

.fullsize p {
    max-width: 100% !important;
}

.display-none {
    display: none;
}

/* #endregion         Ramverk       */

/********************************/
/* #region        General rules */
/********************************/
.no-padding {
    padding: 0px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* #endregion     General rules */

/********************************/
/* #region         Tabeller     */
/********************************/

table tr th,
table tr td {
    padding: 15px 7px;
}

table thead {
    background-color: #adadad; /*#d9d9d9;*/
    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
}

table.TableWithBorders tbody {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

    table.TableWithBorders tbody tr td {
        border: 1px solid #d9d9d9;
    }

table tbody {
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
}

    table tbody tr td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    table tbody tr:nth-child(odd) {
        background-color: #fff;
    }

    table tbody tr:nth-child(even) {
        /*background-color: #f5f5f5;*/
        background-color: #fff;
    }

/*#endregion*/


#content {
    background: white;
}

    #content .TopArea {
        position: relative;
        margin: 15px 0 30px 0;
    }

        #content .TopArea .printSiteLogo {
            display: none;
        }

        #content .TopArea .header {
            margin-top: 0;
            width: 100%;
        }

        #content .TopArea.hasTopImageOrSlideShow .header {
            left: 0;
            width: 100%;
            z-index: 140;
        }

    #content .row.TopArea.noTopImageOrSlideShow::before {
        display: none;
    }

    /********************************/
    /*#region        MainMenu       */
    /********************************/
    #content .TopArea .header .MainMenu {
        font-family: HelveticaNeueLight, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 34px;
        min-height: 67px;
        padding: 0 10px 0 10px;
        background: #ffffff;
        clear: both;
    }

        #content .TopArea .header .MainMenu .SiteLogo {
            float: left;
            padding: 10px 0;
        }

            #content .TopArea .header .MainMenu .SiteLogo img {
            }

        #content .TopArea .header .MainMenu ul li.returnHeading {
            display: none;
        }

        #content .TopArea .header .MainMenu ul {
            list-style: none;
            margin: 0;
            padding: 0;
            float: right;
        }

            #content .TopArea .header .MainMenu ul > li {
                margin: 0;
                padding: 15px 5px 15px 0;
                display: inline;
            }

                #content .TopArea .header .MainMenu ul > li > a {
                    text-decoration: none;
                    color: #1b1b1b;
                    border-radius: 0;
                    padding: 0 10px;
                }

                    #content .TopArea .header .MainMenu ul > li > a:hover,
                    #content .TopArea .header .MainMenu ul > li > a.activeChain {
                        color: #ffffff;
                    }

                    #content .TopArea .header .MainMenu ul > li > a.Green:hover,
                    #content .TopArea .header .MainMenu ul > li > a.Green.activeChain {
                        background-color: #7DBA00;
                    }

                    #content .TopArea .header .MainMenu ul > li > a.Orange:hover,
                    #content .TopArea .header .MainMenu ul > li > a.Orange.activeChain {
                        background-color: #FF6600;
                    }

                    #content .TopArea .header .MainMenu ul > li > a.Blue:hover,
                    #content .TopArea .header .MainMenu ul > li > a.Blue.activeChain {
                        background-color: #6688C0;
                    }

                    #content .TopArea .header .MainMenu ul > li > a.LightBlue:hover,
                    #content .TopArea .header .MainMenu ul > li > a.LightBlue.activeChain {
                        background-color: #008CCC;
                    }

                    #content .TopArea .header .MainMenu ul > li > a.Pink:hover,
                    #content .TopArea .header .MainMenu ul > li > a.Pink.activeChain {
                        background-color: #C7007D;
                    }

                    #content .TopArea .header .MainMenu ul > li > a.MossGreen:hover,
                    #content .TopArea .header .MainMenu ul > li > a.MossGreen.activeChain {
                        background-color: #666600;
                    }

                    #content .TopArea .header .MainMenu ul > li > a.Red:hover,
                    #content .TopArea .header .MainMenu ul > li > a.Red.activeChain {
                        background-color: #C40008;
                    }

    /*#endregion*/

    /********************************/
    /*#region     MainSlideshow     */
    /********************************/
    #content .TopArea .MainSlideshow {
        margin: 0;
        float: none;
        max-height: 420px;
        overflow: hidden;
        position: relative;
    }

        #content .TopArea .MainSlideshow #mobileSlideshow {
            display: none;
        }

        #content .TopArea .MainSlideshow ul,
        #content .TopArea .MainSlideshow ul li {
            list-style: none;
            margin: 0;
            padding: 0;
            height: 100%;
            width: 100%;
        }

            #content .TopArea .MainSlideshow ul li.slideHidden {
                display: none;
            }

        #content .TopArea .MainSlideshow .ImageBlock {
            margin: 0;
            position: relative;
            color: white;
            height: 100%;
        }

            #content .TopArea .MainSlideshow .ImageBlock img {
                width: 100%;
                display: block;
            }

            #content .TopArea .MainSlideshow .ImageBlock a,
            #content .TopArea .MainSlideshow .ImageBlock a:hover {
                text-decoration: none;
            }

            #content .TopArea .MainSlideshow .ImageBlock .body {
                display: block;
                position: absolute;
                bottom: 38px;
                max-width: 50%;
                float: left;
                text-align: left;
                background-color: #1b1b1b;
                background-color: rgba(27, 27, 27, 0.6);
                padding: 20px 100px 20px 20px;
                background-image: url("/Static/img/symbolright-white.png");
                background-position: right 60%;
                background-repeat: no-repeat;
            }

                #content .TopArea .MainSlideshow .ImageBlock .body span.category {
                    font-size: 16px;
                    line-height: 40px;
                    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
                    color: white;
                }

                #content .TopArea .MainSlideshow .ImageBlock .body .heading {
                    display: block;
                    margin: 0;
                    padding: 0;
                    font-size: 24px;
                    line-height: 30px;
                    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
                    color: white;
                }

                #content .TopArea .MainSlideshow .ImageBlock .body .date {
                    display: block;
                    margin: 8px 0 0 0;
                    padding: 0;
                    font-size: 16px;
                    line-height: 24px;
                    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
                    color: white;
                }


        #content .TopArea .MainSlideshow .cycle-pager {
            z-index: 130;
            bottom: 0;
            right: 15px;
            position: absolute;
            background-color: #1b1b1b;
            background-color: rgba(27, 27, 27, 0.6);
            padding: 0 10px;
        }

            #content .TopArea .MainSlideshow .cycle-pager span {
                color: #767676;
                font-size: 30px;
                line-height: 30px;
                padding: 0 3px;
                cursor: pointer;
            }

                #content .TopArea .MainSlideshow .cycle-pager span.cycle-pager-active {
                    color: white;
                }
/*#endregion*/

/*******************************/
/*#region Call to action button*/
/*******************************/

.MainBlockArea .call-to-action .Block {
    background-color: transparent;
    padding: 20px 0px 20px 0px;
    text-align: center;
    color: #F7DB38;
}

.bodytext .Block.call-to-action {
    margin-bottom: 6px;
}

.Block.call-to-action {
    display: inline-flex;
    justify-content: center;
    font-size: 18px;
    font-family: HelveticaNeueMedium,Helvetica,sans-serif;
    color: #000000;
    border: none;
    padding: 5px 20px;
    background-color: var(--main-yellow);
}
.Block.call-to-action a{
    font-size: 18px;
    font-family: HelveticaNeueMedium,Helvetica,sans-serif;
    color: #000000;
}

    .call-to-action:hover {
        text-decoration: underline;
    }

/*#endregion */


/********************************/
/*#region   Sajthuvud  Mobil    */
/********************************/


.row-offcanvas-left #content .TopArea .LogoBar {
    background-color: #ffffff;
    height: 60px;
    border-bottom: 5px solid #d9d9d9;
}

.row-offcanvas-left.inactive #content .TopArea .LogoBar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.row-offcanvas-left.active #content .TopArea .Logobar {
    position: absolute;
    left: 400px;
}

.row-offcanvas-left.inactive #content .TopArea .LogoBar .MobileMainMenuHolder {
    position: relative;
    width: 100%;
    height: 100%;
    clear: both;
}

    .row-offcanvas-left.inactive #content .TopArea .LogoBar .MobileMainMenuHolder .MenuButtonHolder {
        position: absolute;
        top: 0;
        left: 5px;
        height: 100%;
    }

.row-offcanvas-left.active #content .TopArea .LogoBar .MobileMainMenuHolder .MenuButtonHolder {
    display: none;
}

#content .TopArea .LogoBar .MobileMainMenuHolder .LogoHolder {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    height: 100%;
}

    #content .TopArea .LogoBar .MobileMainMenuHolder .LogoHolder .SiteLogo img {
        display: block;
        margin: -2px auto 2px auto;
        height: 35px;
    }

#content .TopArea .LogoBar .MobileMainMenuHolder .SearchButtonHolder {
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
}

#content .TopArea #MobileSearchHolder {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 5px;
}

    #content .TopArea #MobileSearchHolder .search-searchForm {
        padding: 0;
        background: 0;
        background: #ffffff;
        background: rgba(255, 255, 255, 0.95);
        padding: 10px 15px;
        border-bottom: 2px solid #d9d9d9;
    }

    #content .TopArea #MobileSearchHolder .search-searchbox {
        width: 100%;
        border: none;
        background: none;
        margin: 0;
        line-height: 46px;
    }

    #content .TopArea #MobileSearchHolder .search-searchbutton {
        display: none;
    }
/*#endregion*/

/*******************************/
/*#region Sajthuvud  grå meny  */
/*******************************/
.cookie-consent-wrapper {
    background: #e3e3e3;
    color: #1b1b1b;
    font-size: 14px;
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
    position: relative;
    clear: both;
    display: none;
}

    .cookie-consent-wrapper.show-cookie-consent {
        display: block;
    }

    .cookie-consent-wrapper .cookie-consent-container {
        padding: 20px;
    }

    .cookie-consent-wrapper .button {
        display: inline-block;
        padding: 10px 15px;
        font-family: HelveticaNeueHeavy,Helvetica,sans-serif;
        color: #fff;
        background-color: #c40008;
        text-align: center;
    }

    .cookie-consent-wrapper .consent-info-link-container a.link {
        padding-left: 10px;
    }

        .cookie-consent-wrapper .consent-info-link-container a.link:before {
            position: absolute;
            padding-left: 2px;
            content: "\00bb";
            margin-left: -10px;
        }



#content .TopArea .header .TopBar {
    background: #f5f5f5;
    padding: 8px 10px 8px 15px;
    border-bottom: 2px solid #e3e3e3;
    line-height: 26px;
    height: 43px;
    font-size: 14px;
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
    color: #1b1b1b;
    clear: both;
    position: relative;
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.07);
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.07);
    box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.07);
}

    #content .TopArea .header .TopBar .SearchHolder {
        position: absolute;
        left: 15px;
        top: 7px;
    }

        #content .TopArea .header .TopBar .SearchHolder .search-searchForm {
            padding: 0;
            background: none;
        }

    #content .TopArea .header .TopBar .LinkHolder {
        position: absolute;
        right: 10px;
    }

    #content .TopArea .header .TopBar .search-searchbutton {
        background-position: 4px 2px;
        height: 30px;
        line-height: inherit;
        font-weight: normal;
    }

    #content .TopArea .header .TopBar .search-searchbox {
        border: 1px solid #d9d9d9;
        background-color: #ffffff;
        float: left;
        width: 200px;
        height: 30px;
        margin-right: 10px;
        line-height: 26px;
    }

    #content .TopArea .header .TopBar ul {
        float: right;
        margin: 0;
        padding: 0;
    }

        #content .TopArea .header .TopBar ul li {
            display: inline;
            margin: 0;
            padding: 0 5px;
            top: 0;
        }

    #content .TopArea .header .TopBar a {
        color: #1b1b1b;
        vertical-align: top;
    }

.quicklinkicon {
    display: inline-block;
    background-repeat: no-repeat;
    width: 0;
    height: 16px;
    margin: 4px 0 0 0;
    background-image: url('/static/img/topbar/topbar_icons.png');
    background-repeat: no-repeat;
}

    .quicklinkicon.otherwebsites {
        background-position: 0 50%;
        width: 14px;
    }

    .quicklinkicon.otherlanguages {
        background-position: -17px 50%;
        width: 14px;
    }

    .quicklinkicon.signlanguage {
        background-position: -34px 50%;
        width: 15px;
    }

    .quicklinkicon.readable {
        background-position: -55px 50%;
        width: 12px;
    }

    .quicklinkicon.english {
        background-position: -72px 50%;
        width: 16px;
    }

    .quicklinkicon.aboutus {
        background-position: -94px 50%;
        width: 11px;
    }

    .quicklinkicon.talandewebb {
        background-position: -109px 50%;
        width: 15px;
    }

    .quicklinkicon.mypagesunlocked {
        background-image: url('/static/img/topbar/padlock_unlocked.png');
        background-position: 0 50%;
        width: 14px;
    }

    .quicklinkicon.mypageslocked {
        background-image: url('/static/img/topbar/padlock_locked.png');
        background-position: 0 50%;
        width: 11px;
    }

.SocialHeader .socialIcons {
    display: inline
}

    .SocialHeader .socialIcons a:focus {
        text-decoration: none;
    }

.SocialHeader img {
    margin-left: 10px
}

.SocialHeader .printing-button {
    float: left;
    margin-right: 8px;
    padding-left: 0;
}

    .SocialHeader .printing-button img {
        margin-left: 0;
    }



/*#endregion*/

/*********************************************/
/*#region  Page layout    */
/*********************************************/

#content .middlecontent > div > div.row {
}

.bodytext {
    font-size: 18px;
    line-height: 27px;
}

/*#endregion*/

/*********************************************/
/*#region Job Page layout    */
/*********************************************/

.vacancies-listing-information {
    padding-top: 20px;
    font-size: 18px;
}

    .vacancies-listing-information .button {
        background-color: #d9d9d9;
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
        padding: 11px;
        color: #212121;
        font-size: 18px;
        line-height: 25px;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .vacancies-listing-information .information-prefix-text, .vacancies-listing-information .information-description {
        margin-bottom: 20px;
    }

    .vacancies-listing-information .information-list .information-item span {
        width: 50%;
        display: inline-block;
        float: left;
    }

        .vacancies-listing-information .information-list .information-item span:first-child {
            text-transform: uppercase;
        }

    .vacancies-listing-information .information-list {
        padding: 15px;
        margin-bottom: 35px;
        background-color: #e6e6e6;
        font-family: HelveticaNeueLight, Helvetica, sans-serif;
    }

    .vacancies-listing-information .no-jobs-available {
        padding: 15px;
        margin-top: 80px;
        margin-bottom: 35px;
        background-color: #e6e6e6;
        text-align: center;
    }

    .vacancies-listing-information .information-area > span.title {
        font-weight: bold;
        display: inline-block;
        width: 100%;
    }

    .vacancies-listing-information .information-area {
        font-family: 'HelveticaNeueLight', Helvetica, sans-serif;
        font-size: 18px;
        padding-top: 10px;
    }

    .vacancies-listing-information .job-listing-main-image {
        width: 100%;
    }

    .vacancies-listing-information h2 span {
        display: block;
        font-weight: normal;
        font-family: 'HelveticaNeueRoman', Helvetica, sans-serif;
    }

    .vacancies-listing-information .information-area {
        margin-bottom: 35px;
    }
/*#endregion*/
/*********************************************/
/*#region  Sidhuvud / Sidfot, socialIcons    */
/*********************************************/
.socialIcons a:hover {
    text-decoration: none;
}

.pageHeader {
    height: auto;
}

    .pageHeader .PrinterIcon {
        float: right;
        margin-top: 1px;
    }

    .pageHeader .printText {
        float: right;
        margin-left: 10px;
        font-size: 20px;
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
        line-height: 1em;
    }

    .pageHeader .socialIcons {
        float: right;
    }

        .pageHeader .socialIcons img {
            margin-left: 20px;
        }

.printing-button {
    cursor: pointer;
}

.pageFooterIcons img {
    margin-left: 20px;
}

.pageFooterIcons .socialIcons {
    float: right;
}

.pageFooterIcons .printerIconContainer {
    float: right;
}

.pageFooterText {
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    font-size: 14px;
}

    .pageFooterText .contact {
        margin-top: 5px;
    }

img.PrinterIcon {
    width: 21px;
    height: 17px;
    background: url('/Static/img/fileicons/socialIcons.png') 0 2px;
    background-repeat: no-repeat;
}

img.FacebookIcon {
    height: 22px;
    width: 17px;
    background: url('/Static/img/fileicons/socialIcons.png') -50px 0;
    background-repeat: no-repeat;
}

img.TwitterIcon {
    width: 20px;
    height: 22px;
    background: url('/Static/img/fileicons/socialIcons.png') -100px 2px;
    background-repeat: no-repeat;
}

img.LinkedInIcon {
    height: 22px;
    width: 17px;
    background: url('/Static/img/linkedin.png') 0;
    background-repeat: no-repeat;
}

/*#endregion*/

/***************************************/
/*#region  Generell style för formulär
 
/*(Gäller bl.a. Nova söksida, Xforms,  */
/* prenumerationssidor och             */
/* inloggningsformulär till E-tjänster)*/
/***************************************/

.generalForm {
    background-color: #f6f6f6;
    padding: 25px 40px;
    margin-bottom: 20px;
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
}

    .generalForm .field {
        display: block;
        width: 100%;
        border: 1px solid #d9d9d9;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 0;
        box-shadow: none;
        min-height: 40px;
        background-color: #ffffff;
    }

    .generalForm label {
        font-weight: normal;
    }

    .generalForm .editor-label label {
        margin-bottom: 0;
        line-height: 20px;
    }

    .generalForm .radiobtnImage,
    .generalForm .checkboxImage {
        background-repeat: no-repeat;
        background-position: 0 6px;
    }

        .generalForm .radiobtnImage input[type="radio"],
        .generalForm .checkboxImage input[type="checkbox"] {
            visibility: hidden;
        }

    .generalForm .radiobtnImage {
        background-image: url('/static/img/radiobbtn-unselected.png');
    }

        .generalForm .radiobtnImage.selected {
            background-image: url('/static/img/radiobbtn-selected.png');
        }


    .generalForm .checkboxImage {
        background-image: url('/static/img/checkbox.png');
    }

        .generalForm .checkboxImage.selected {
            background-image: url('/static/img/aktivcheckbox.png');
        }



.generalFormButton {
    float: right;
    border: none;
    border-radius: 0;
    background: #d9d9d9;
    font-size: 16px;
    padding: 10px 10px;
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    color: #1b1b1b;
}

    .generalFormButton.bold {
        font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
    }

a.generalFormButton {
    color: #1b1b1b;
}

.generalFormButton:hover, .generalFormButton:focus {
    background: #4c4c4c;
    color: #ffffff;
}

.job-subscription-container {
    text-align: right;
}

    .job-subscription-container .generalFormButton {
        float: none;
    }

.sectionLabel {
    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
    margin-bottom: 20px;
}

.generalForm .sectionLabel {
    font-size: 19px;
}

.generalForm .formRow {
    margin-bottom: 10px;
    min-height: 65px;
}

    .generalForm .formRow .formColumnLeft,
    .generalForm .formRow .formColumnRight {
        float: left;
        width: 50%;
    }

        .generalForm .formRow .formColumnLeft .field,
        .generalForm .formRow .formColumnRight .field {
            width: 98%;
        }

    .generalForm .formRow .formSubColumnLeft {
        padding-right: 2%;
        float: left;
        width: 50%;
    }

.generalForm .formSubRow {
    width: 98%;
}

    .generalForm .formSubRow .editor-field .field {
        width: 100%;
    }

/*#endregion*/

/********************************/
/*#region        Startsida      */
/********************************/

.fixPadding {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.fixPaddingRight {
    padding-right: 15px !important;
}

.fixPaddingLeft {
    padding-left: 15px !important;
}
/*#endregion*/

/*******************************************/
/*#region Infosida, Newspage, Substartpage */
/*******************************************/

.TopImageArea {
    height: 420px;
    overflow: hidden;
}

    .TopImageArea img {
        width: 100%;
    }


.ArticleBody h1 {
    margin: 39px 0 0 0;
    line-height: 1.125em;
}

    .ArticleBody h1.noPrintBtn {
        margin: 0 0 10px 0;
    }

    .ArticleBody h1.noTopMargin {
        margin: 0;
    }

.ArticleBody .dateLine, .StatisticsPageBody .dateLine {
    font-size: 16px;
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
}

.ArticleBody img {
    max-width: 100%;
    height: auto;
}

.ArticleBody .intro {
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
    margin: 20px 0 40px 0;
    font-size: 18px;
}

.ArticleBody .MainBody {
    margin-bottom: 20px;
}

    #TestInformation .bodytext h2,
    #GoodToKnow .bodytext h2,
    .ArticleBody .MainBody h2 {
        font-size: 19px;
        font-family: HelveticaNeueHeavy, helvetica, sans-serif;
    }

    .ArticleBody .MainBody h3 {
        font-size: 16px;
        font-family: HelveticaNeueHeavy, helvetica, sans-serif;
    }

    #TestInformation .bodytext ol > li,
    #TestInformation .bodytext ul > li,
    #GoodToKnow .bodytext ol > li,
    #GoodToKnow .bodytext ul > li,
    .ArticleBody .MainBody ol > li,
    .ArticleBody .MainBody ul > li {
        font-family: HelveticaNeueLight, helvetica, sans-serif;
        font-size: 14px;
    }

.WidePage .ArticleBody h1,
.WidePage .ArticleBody .MainBody p {
    max-width: 100%;
}

/*#endregion*/

/*************************/
/*#region  Subscribe     */
/*************************/
.SubscriptionForm {
}

    .SubscriptionForm .section {
        padding: 25px 40px;
    }

        .SubscriptionForm .section label {
            font-weight: normal;
        }

        .SubscriptionForm .section .email {
            color: #767676;
        }

        .SubscriptionForm .section .inputCheckBox {
            width: 50%;
            float: left;
            line-height: 25px;
        }


            .SubscriptionForm .section .inputCheckBox label {
                display: inline;
            }

    .SubscriptionForm .field-validation-error {
        color: #c40008;
        margin-top: 5px;
    }

.subscribeBtn {
    margin-bottom: 20px;
}

.SubscriptionRequestForm #Email {
    margin: 10px 0 20px;
    width: 100%;
}

.SubscriptionRequestForm div label {
    font-weight: normal;
    line-height: 20px;
}

.ArticleBody .subscription {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0;
}

.ArticleBody .small_text {
    margin: 20px 0 15px 0;
    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
}

.ArticleBody .subscription:first-of-type {
    border-top: 1px solid #d9d9d9;
}

.ArticleBody .subscription .subscriptionName,
.ArticleBody .subscription .subscriptionEditLinks {
    display: table-cell;
    line-height: 22px;
}

.ArticleBody .subscription .subscriptionEditLinks {
    padding: 0 10px 0 20px;
}

    .ArticleBody .subscription .subscriptionEditLinks a {
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
        font-size: 14px;
        color: #1b1b1b;
        display: block;
    }

.ArticleBody .subscription .subscriptionName {
    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
    font-size: 18px;
    padding: 0 20px 0 10px;
}

.SubscriptionList {
    border-top: 1px solid #d9d9d9;
}

    .SubscriptionList a {
        display: block;
        border-bottom: 1px solid #d9d9d9;
        color: #1b1b1b;
        font-family: HelveticaNeueLight, Helvetica, sans-serif;
        padding: 25px 0 15px 0;
    }

        .SubscriptionList a .header {
            font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
            font-size: 22px;
            display: block;
        }

        .SubscriptionList a .text {
            font-size: 16px;
            display: block;
        }
/*#endregion*/

/*************************/
/*#region  Footer        */
/*************************/
#footer {
    margin: 50px 0 0 0;
    padding: 50px 0 0 0;
    background-color: #f6f6f6;
}

    #footer .footerContent {
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
        line-height: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }

        #footer .footerContent h2 {
            font-size: 16px;
            font-family: HelveticaNeueHeavy, helvetica, sans-serif;
        }

    #footer .footerHeading {
        font-size: 25px;
        line-height: 30px;
        font-family: HelveticaNeueLight, Helvetica, sans-serif;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    #footer #footerContactContent > table {
        width: 100%;
    }

    #footer #footerContactContent .left {
        float: left;
        width: 55%;
        min-width: 176px;
        padding-right: 10px;
    }

    #footer #footerContactContent .right {
        float: left;
        width: 45%;
        min-width: 144px;
    }

        #footer #footerContactContent .left > h2:first-child,
        #footer #footerContactContent .right > h2:first-child,
        #footer #footerContactContent .left > h3:first-child,
        #footer #footerContactContent .right > h3:first-child {
            margin-top: 0;
        }

        #footer #footerContactContent .left > h3,
        #footer #footerContactContent .right > h3 {
            line-height: 25px;
            margin-bottom: 0;
        }

    #footer .footerContactInfo,
    #footer .footerLinks,
    #footer .footerSocial {
        padding-bottom: 20px;
        overflow: hidden;
    }

        #footer .footerLinks .col-sm-5 {
            min-width: 128px;
        }

        #footer .footerLinks .col-sm-7 {
            min-width: 180px;
        }

        #footer .footerLinks ul {
            list-style: none;
            padding: 0;
            font-family: HelveticaNeueRoman, Helvetica, sans-serif;
            line-height: 25px;
            margin-top: 0;
            margin-bottom: 0;
        }

            #footer .footerLinks ul a {
                color: #1b1b1b;
                display: block;
            }

    #footer .SocialIconBlock {
        float: left;
        margin: 5px 15px 10px 0;
    }
/*#endregion*/

/*************************/
/*#region  EMs färger    */
/*************************/

/* Referens */
/*
.Green {
    background-color: #7DBA00;
}

.Orange {
    background-color: #FF6600;
}


.Blue {
    background-color: #6688C0;
}

.LightBlue {
    background-color: #008CCC;
}

.Pink {
    background-color: #C7007D;
}

.MossGreen {
    background-color: #666600;
}
*/

/* Text */
.Green_text {
    color: #7DBA00 !important;
}

.Red_text {
    color: #C40008 !important;
}

.Orange_text {
    color: #FF6600 !important;
}

.Blue_text {
    color: #6688C0 !important;
}

.LightBlue_text {
    color: #008CCC !important;
}

.Pink_text {
    color: #C7007D !important;
}

.MossGreen_text {
    color: #666600 !important;
}

.LightGrey_text {
    color: #767676 !important;
}

.DarkGrey_text {
    color: #4c4c4c !important;
}

/* Background */
.Green_background {
    background-color: #7DBA00;
}

.Orange_background {
    background-color: #FF6600;
}

.Blue_background {
    background-color: var(--blue);
}

.LightBlue_background {
    background-color: #008CCC;
}

.Pink_background {
    background-color: #C7007D;
}

.MossGreen_background {
    background-color: #666600;
}

.Gray_background {
    background-color: #767676;
}

.DarkGray_background {
    background-color: #4c4c4c;
}

.Red_background {
    background-color: #C40008;
}

/*#endregion*/

/********************************/
/*#region  Generell blockstyle  */
/********************************/
.Block {
    margin-bottom: 30px;
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    font-size: 16px;
    overflow: hidden;
    background-color: #F6F6F6
}

    .Block.Gray .header {
        background: #999999;
    }

    .Block.Green .header {
        background: #7DBA00;
    }

    .Block.Orange .header {
        background: #FF6600;
    }

    .Block.Blue .header {
        background: #6688C0;
    }

    .Block.LightBlue .header {
        background: #008CCC;
    }

    .Block.Pink .header {
        background: #C7007D;
    }

    .Block.MossGreen .header {
        background: #666600;
    }

    .Block .header {
        color: white;
    }

        .Block .header a,
        .Block .header a:hover,
        .Block .header a:visited {
            color: white;
            text-decoration: none;
        }

        .Block .header h2 {
            line-height: 30px;
            font-size: 25px;
            margin: 0;
            padding: 12px 15px 12px 15px;
        }

    .Block .body {
        padding: 20px 10px 0 10px;
    }

    .Block.RssBlock .body,
    .Block.LinkBlock .body,
    .Block.TeaserBlock .body {
        font-size: 14px;
        padding-left: 15px;
    }

        .Block.RssBlock .body h2,
        .Block.LinkBlock .body h2,
        .Block.TeaserBlock .body h2 {
            line-height: 1.2em;
            font-size: 20px;
            font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
        }

        .Block.LinkBlock .body h3,
        .Block.TeaserBlock .body h3 {
            font-size: 18px;
            font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
        }

    .Block .body .fail {
        color: #c40008;
    }

    .Block .body .success {
        color: #666000;
    }

    /*#endregion*/

    /*************************/
    /*#region ExpandableBlock*/
    /*************************/

    .Block.ExpandableBlock {
        background-color: #E9E9E9;
        border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        padding-bottom: 10px;
    }

        .Block.ExpandableBlock.red {
            border-bottom: solid 1px #D34046;
            background-color: #ffffff;
            border-radius: 0;
            -webkit-border-radius: 0;
            margin-bottom: 10px;
            padding-bottom: 0px;
        }

        .Block.ExpandableBlock .header {
            color: #1b1b1b;
            cursor: pointer;
            position: relative;
            padding: 7px 40px 7px 40px;
        }

            .Block.ExpandableBlock .header h2,
            .Block.ExpandableBlock .header .plus,
            .Block.ExpandableBlock .header .minus {
                font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
                line-height: 21px;
            }

        .Block.ExpandableBlock.red .header .plus,
        .Block.ExpandableBlock.red .header .minus {
            color: #D34046;
        }




        .Block.ExpandableBlock .header h2 {
            padding: 17px 0 7px 15px;
            font-size: 18px;
        }

        .Block.ExpandableBlock.red .header h2 {
            padding: 0 0 7px 15px;
        }


        .Block.ExpandableBlock .header .arrowup,
        .Block.ExpandableBlock .header .arrowdown {
            position: absolute;
            right: 0;
            top: 0;
            background-repeat: no-repeat;
            background-position: 0 50%;
            padding: 0;
        }

        .Block.ExpandableBlock .header .plus,
        .Block.ExpandableBlock .header .minus {
            position: absolute;
            left: 0;
            top: 0;
            padding: 23px 0 13px 0;
            text-align: center;
            font-size: 25px;
            width: 40px;
        }


        .Block.ExpandableBlock.red .header .plus,
        .Block.ExpandableBlock.red .header .minus {
            padding: 5px 0 13px 0;
        }


        .Block.ExpandableBlock .header .arrowup,
        .Block.ExpandableBlock .header .arrowdown,
        .Block.ExpandableBlock .header .plus,
        .Block.ExpandableBlock .header .minus {
            height: 100%;
            width: 50px;
        }

        .Block.ExpandableBlock.expanded .header .arrowup,
        .Block.ExpandableBlock.contracted .header .arrowdown {
            display: inline;
        }

        .Block.ExpandableBlock.expanded .header .arrowdown,
        .Block.ExpandableBlock.contracted .header .arrowup {
            display: none;
        }

        .Block.ExpandableBlock.expanded .header .minus,
        .Block.ExpandableBlock.contracted .header .plus {
            display: inline;
        }

        .Block.ExpandableBlock.expanded .header .plus,
        .Block.ExpandableBlock.contracted .header .minus {
            display: none;
        }

        .Block.ExpandableBlock .header .arrowup {
            background-image: url("/Static/img/symbolup-small.png");
        }

        .Block.ExpandableBlock .header .arrowdown {
            background-image: url("/Static/img/symboldown-small.png");
        }

        .Block.ExpandableBlock .body {
            color: #1b1b1b;
            padding: 15px 40px 0 55px;
        }

        .Block.ExpandableBlock.red .body {
            padding: 0 40px 20px 55px;
        }

        .Block.ExpandableBlock.expanded .body {
            display: block;
        }

        .Block.ExpandableBlock.contracted .body {
            display: none;
        }

        .Block.ExpandableBlock .body hr {
            color: #d9d9d9;
            height: 2px;
        }


/*#endregion*/

/*************************/
/*#region   SubMenu      */
/*************************/
.SubMenu {
    color: #1b1b1b;
    font-size: 14px;
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
}

    .SubMenu .header {
        background-color: #ffffff;
        margin-bottom: 20px;
    }

        .SubMenu .header a, .SubMenu .header a:hover, .SubMenu .header a:visited {
            font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
        }

    .SubMenu .body {
        background-color: #e6e6e6;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .SubMenu a, .SubMenu a:hover, .SubMenu a:visited {
        color: #1b1b1b;
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
        font-size: 16px;
    }

    .SubMenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .SubMenu ul li {
            margin: 1px 0 0 0;
            padding: 0;
            display: block;
            line-height: 18px;
        }

            .SubMenu ul li .active {
                color: white;
            }

            .SubMenu ul li a:hover {
                text-decoration: none;
            }

        .SubMenu ul > li li {
            background-color: #ffffff;
        }

.SubMenuItem .SubMenuItem ul.SubMenu li {
    background-color: #f6f6f6;
}

.SubMenu .wrapper._2 {
    padding-left: 10px;
}

.SubMenu .wrapper._3 {
    padding-left: 20px;
}

.SubMenu .wrapper._4 {
    padding-left: 30px;
}

.SubMenu .wrapper._5 {
    padding-left: 40px;
}

.SubMenuItem {
}

    .SubMenuItem.open ul {
        display: block;
    }

    .SubMenuItem.closed ul {
        display: none;
    }

    .SubMenuItem .wrapper {
        display: block;
    }

.SubMenu .wrapper._5 {
    padding-left: 20px;
}

.SubMenu .wrapper._6 {
    padding-left: 40px;
}

.SubMenu .wrapper._7 {
    padding-left: 60px;
}

.SubMenu .wrapper._8 {
    padding-left: 80px;
}

.SubMenu .wrapper._9 {
    padding-left: 100px;
}

.SubMenuItem .plus,
.SubMenuItem .minus {
    cursor: pointer;
    font-size: 18px;
}

.SubMenuItem .plus,
.SubMenuItem .minus,
.SubMenuItem .empty {
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 100%;
    padding: 9px 0 15px 13px;
    display: block;
    z-index: 1000;
    line-height: 1.30em;
}

.SubMenuItem .minus {
    line-height: 1.50em;
}

.SubMenuItem .menuitem {
    width: 100%;
    height: 100%;
    position: relative;
}

    .SubMenuItem .menuitem > a {
        padding: 11px 10px 12px 35px;
        display: block;
        height: 100%;
        line-height: 1.350em;
    }

        .SubMenuItem .menuitem > a:hover {
            text-decoration: underline;
        }

.SubMenuItem .wrapper._3 .menuitem > a:hover, .SubMenuItem .wrapper._3:hover {
    background-color: #d9d9d9;
}

.SubMenuItem.activeChain.open > .wrapper .menuitem a {
    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
}

.SubMenuItem.activeChain.open > ._3 .menuitem a {
    color: white;
}

.solelUlList .SubMenuItem.activeChain.open > ._3 .menuitem a.active {
    color: black;
}


.SubMenuItem.closed > .wrapper > .menuitem > .minus,
.SubMenuItem.open > .wrapper > .menuitem > .plus {
    display: none;
}
/*#endregion*/

/***************************/
/*#region  IFrameBlock   */
/***************************/

.IFrameBlock .body {
    padding: 0;
}

.IFrameBlock .footer {
    margin: 0;
    padding: 15px 0 15px 0;
    background: #d9d9d9;
    text-align: center;
}

.IFrameBlock a.footer {
    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
    font-size: 16px;
    color: #1b1b1b;
    display: block;
}

.IFrameBlock .regularIframe {
    border: none;
    width: 100%;
}

/*#endregion*/




/***************************/
/*#region  TabNewsAndInitiatives   */
/***************************/
.ListBlockTab .btn-group .btn {
    border-radius: 0;
    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
    box-shadow: none;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #d9d9d9;
}

    .ListBlockTab .btn-group .btn:active, .ListBlockTab .btn-group .btn:focus, .ListBlockTab .btn.active.focus, .ListBlockTab .btn.active:focus, .ListBlockTab .btn.focus, .ListBlockTab .btn:active.focus, .ListBlockTab .btn:active:focus, .ListBlockTab .btn:focus {
        border: none !important;
        outline: none !important;
    }

    .ListBlockTab .btn-group .btn:hover {
        background: #F6F6F6 !important;
    }

.ListBlockTab .active {
    background: #F6F6F6 !important;
}

.btn-group-justified {
    display: block;
}

.tabContainer {
}

/*#endregion*/

/***************************/
/*#region  ListBlock   */
/***************************/
.ListBlock .body {
    padding: 33px 25px 0 25px;
}

.ListBlock .btn-group .btn {
    border-radius: 0;
    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
    box-shadow: none;
    border: none;
    background: #d9d9d9;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .ListBlock .btn-group .btn .ListButton {
        overflow: hidden;
        display: block;
        max-width: 100%;
    }

    .ListBlock .btn-group .btn.active, .ListBlock .btn-grou, .ListBlock .btn-group .btn.active:hover {
        background: #f6f6f6;
        border: none !important;
        outline: none !important;
    }

    .ListBlock .btn-group .btn:hover {
        background: #F6F6F6;
        border: none !important;
        outline: none !important;
    }

.ListBlock .body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #4d4d4d;
}

    .ListBlock .body ul li {
        list-style: none;
        margin: 0;
        padding: 0 0 15px 0;
    }

        .ListBlock .body ul li:last-child {
            padding-bottom: 0;
        }

        .ListBlock .body ul li a {
            display: block;
            color: #1b1b1b;
            border-bottom: 2px solid #d9d9d9;
        }

        .ListBlock .body ul li:last-child a {
            border-bottom: 0;
        }

        .ListBlock .body ul li div {
            font-size: 16px;
            line-height: 20px;
        }

            .ListBlock .body ul li div.listitemdate {
                font-family: HelveticaNeueLight, Helvetica, sans-serif;
            }

            .ListBlock .body ul li div.listitemtitle {
                font-size: 22px;
                font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
                line-height: 1.1em;
            }

            .ListBlock .body ul li div.listitemcategory {
                font-size: 16px;
                font-family: HelveticaNeueLight, Helvetica, sans-serif;
            }

            .ListBlock .body ul li div.listitemtext {
                padding: 10px 0 25px 0;
            }

.ListBlock .footer,
.ListBlock .loginLogoutButton {
    margin: 0;
    padding: 15px 0 15px 0;
    background: #d9d9d9;
    text-align: center;
}

.ListBlock .loginLogoutButton {
    margin: 10px 0 0 0;
}

.ListBlock a.footer,
.ListBlock a.loginLogoutButton {
    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
    font-size: 16px;
    color: #1b1b1b;
    display: block;
}

.ListBlock .linefooter {
    border-bottom: 2px solid #d9d9d9;
    padding: 0;
}

.ListBlock .rssNoContent {
    padding-bottom: 30px;
}

.NewsPageLeftList .ListBlock .body {
    padding: 0;
}

/*#endregion*/

/**********************************************/
/*#region  NewsArchive/ProclamationArchive    */
/**********************************************/
.CategoryTabs {
    padding: 15px 0;
}

    .CategoryTabs a {
        padding: 7px 5px;
        color: #1b1b1b;
        float: left;
        text-align: center;
        font-size: 16px;
        margin: 5px 20px 5px 0;
        background-color: #f6f6f6;
    }

        .CategoryTabs ul li a.selected,
        .CategoryTabs ul li a:hover {
            background: var(--blue); /* Fallback */
            color: white;
            text-decoration: none;
        }

        .CategoryTabs a.selected {
            font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
        }

    .CategoryTabs.Green a.selected,
    .CategoryTabs.Green a:hover {
        background-color: #7DBA00;
    }

    .CategoryTabs.Orange a.selected,
    .CategoryTabs.Orange a:hover {
        background-color: #FF6600;
    }

    .CategoryTabs.Blue a.selected,
    .CategoryTabs.Blue a:hover {
        background-color: #6688C0;
    }

    .CategoryTabs.LightBlue a.selected,
    .CategoryTabs.LightBlue a:hover {
        background-color: #008CCC;
    }

    .CategoryTabs.Pink a.selected,
    .CategoryTabs.Pink a:hover {
        background-color: #C7007D;
    }

    .CategoryTabs.MossGreen a.selected,
    .CategoryTabs.MossGreen a:hover {
        background-color: #666600;
    }

.ListBlock.Archive .body ul li:last-child a {
    border-bottom: 2px solid #d9d9d9;
}

.ListBlock.Archive .row.proclamationSorting {
    margin-left: 0;
    margin-right: 0;
}

    .ListBlock.Archive .row.proclamationSorting .proclamationSorting {
        padding-left: 0;
        padding-right: 0;
    }


.ArchiveFilters .body .filterLabel {
    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
}

.ArchiveFilters.SuccessfulInitiativesLink a {
    line-height: 30px;
    font-size: 20px;
    margin: 0;
    padding: 12px 15px 12px 15px;
    display: block;
    background-image: url('/static/img/symbolright-smaller-white.png');
    background-position: right center;
    background-repeat: no-repeat;
}

    .ArchiveFilters.SuccessfulInitiativesLink a:hover {
        background: #F5F5F5;
        background-image: url('/static/img/symbolright-smaller-correct.png');
        background-position: right center;
        background-repeat: no-repeat;
        color: #1b1b1b;
        padding: 12px 15px 12px 15px;
        margin: 0;
    }

.successful-initiatives-facts {
    padding: 20px;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
}

    .successful-initiatives-facts .successful-initiatives-facts-title {
        font-weight: bold;
        display: inline-block;
        width: 100%;
    }

    .successful-initiatives-facts .successful-initiatives-facts-item {
        padding: 0;
        margin-bottom: 5px;
    }

.successful-initiatives-search-form-container {
    padding: 15px;
}

    .successful-initiatives-search-form-container .successful-initiative-form-spacing {
        height: 10px;
    }

    .successful-initiatives-search-form-container .successful-initiative-search-query {
        padding: 0 5px;
    }

.successful-initiatives-search-form .successful-initiative-search-button {
    background: url('/static/img/search.png') no-repeat;
    border: none;
    padding-left: 32px;
    color: #1b1b1b;
    font-size: 14px;
    background-position: 13px 2px;
    height: 30px;
    line-height: 26px;
}

    .successful-initiatives-search-form .successful-initiative-search-button:hover {
        background: url('/static/img/search-large-white.png') no-repeat;
        background-color: #4c4c4c;
        color: #fff;
        background-position: 13px 2px;
        height: 30px;
        line-height: 26px;
    }


.ArchiveFilters ul {
    list-style: none;
    padding-left: 0;
}

    .ArchiveFilters ul li {
        padding: 5px 0px 5px 0px;
    }

        .ArchiveFilters ul li a {
            color: #1b1b1b;
            padding: 0px 0px 0px 30px;
            background-image: url('/static/img/radiobbtn-unselected.png');
            background-position: left 50%;
            background-repeat: no-repeat;
            display: block;
        }

            .ArchiveFilters ul li a.selected {
                font-weight: bold;
                background-image: url('/static/img/radiobbtn-selected.png');
            }

.NewsArchiveTop .header,
.ArchiveFilters .header {
    position: relative;
}

    .NewsArchiveTop .header #categories,
    .ArchiveFilters .header #filter {
        position: absolute;
        top: 0;
    }

    .NewsArchiveTop .header h2 {
        width: calc(100% - 55px);
        max-width: none;
        display: inline-block;
    }

.NewsArchiveTop .header {
    cursor: pointer;
}

    .NewsArchiveTop .header .categoryShowHide {
        width: 50px;
        display: inline-block;
    }

        .NewsArchiveTop .header .categoryShowHide .showCategories, .NewsArchiveTop .header .categoryShowHide .hideCategories {
            display: none;
            font-weight: bold;
        }

.NewsArchiveTop .CategoryTabs:after {
    clear: both;
}
/*#endregion*/
/*************************/
/*#region   TeaserBlock  */
/*************************/
.TeaserBlock {
    padding-bottom: 10px;
}

    .TeaserBlock .body img {
        width: 100%;
        height: auto;
    }

    .TeaserBlock .body a {
        font-size: 16px;
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    }
/*#endregion*/

/*************************/
/*#region   LinkBlock    */
/*************************/
.LinkBlock {
    padding-bottom: 10px;
}

    .LinkBlock .LinkBlockItem {
        margin-bottom: 0.5em;
    }

        .LinkBlock .LinkBlockItem a {
            display: block;
            background-position: 0px 4px;
            background-repeat: no-repeat;
            padding-left: 24px;
            font-family: HelveticaNeueRoman, Helvetica, sans-serif;
            font-size: 16px;
            color: #008ccc;
            line-height: 20px;
            padding-bottom: 10px;
        }

            .LinkBlock .LinkBlockItem a > span {
                font-style: italic;
                font-size: 0.75em;
                font-weight: normal;
            }
/*#endregion*/

/*************************/
/*#region TwitterBlock   */
/*************************/
.TwitterBlock {
    padding-bottom: 10px;
}

/*#endregion*/

/**************************/
/*#region   Breadcrumbs   */
/**************************/
.Breadcrumbs {
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1em;
    position: relative;
    word-wrap: normal;
    margin-top: 15px;
}

    .Breadcrumbs a {
        color: #4c4c4c;
    }

    .Breadcrumbs span {
        font-size: 11px;
        top: 1px;
    }

    .Breadcrumbs .breadcrumbItem {
        float: left;
    }

/*#endregion*/

/*******************************/
/*#region  Du är inloggad-text */
/*******************************/

.loggedInDiv {
    float: right;
    margin: 0 0 0 35px;
    text-align: right;
}

/*#endregion*/


/**************************/
/*#region   Blockquote    */
/**************************/
blockquote {
    background-color: #d9d9d9;
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
    font-size: 22px;
    border: none;
    margin: 46px 0;
    padding: 35px 40px 25px 160px;
    color: #1b1b1b;
    background-image: url('/static/img/quote.png');
    background-repeat: no-repeat;
    background-position: 35px 40px;
    min-height: 120px;
    overflow: hidden;
}
/*#endregion*/

/**************************/
/*#region   404 page       */
/**************************/

.container .jumbotron.error {
    background-color: #ffffff;
}

    .container .jumbotron.error .nouns {
        width: 320px;
    }

        .container .jumbotron.error .nouns h1 {
            font-size: 98px;
            margin: auto auto;
        }

    .container .jumbotron.error .errormessage {
        font-family: HelveticaNeueLight, helvetica, sans-serif;
        width: 480px;
    }

    .container .jumbotron.error .errormessage,
    .container .jumbotron.error .nouns {
        float: left;
        padding: 40px 20px;
    }

        .container .jumbotron.error .errormessage .btn-default {
            background-color: #d9d9d9;
            border-radius: 0;
            font-family: HelveticaNeueHeavy, helvetica, sans-serif;
            margin: 10px 5px;
        }

        .container .jumbotron.error .errormessage img {
            margin-bottom: 15px;
        }

/*#endregion*/

/**************************/
/*#region NovaSearchPage  */
/**************************/
.novaSearchTabsWrapper {
    margin-bottom: 20px;
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
}

    .novaSearchTabsWrapper .novaSearchTabSimple,
    .novaSearchTabsWrapper .novaSearchTabAdvanced {
        background-color: #d9d9d9;
        color: #1b1b1b;
        padding: 5px 10px;
        display: inline-block;
    }

    .novaSearchTabsWrapper > a.active {
        font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
        background-color: #4c4c4c;
        color: #f6f6f6;
    }

.novaSearchForm {
}

    .novaSearchForm .novaErrorArea {
        margin-bottom: 20px;
        padding-top: 10px;
    }

        .novaSearchForm .novaErrorArea .novaErrorMessage {
            color: #c40008;
        }

    .novaSearchForm .advancedQueryWrapper,
    .novaSearchForm .simpleQueryWrapper {
        padding: 20px;
        position: relative;
    }

    .novaSearchForm .queryButtonInfoText {
        font-size: 14px;
        line-height: 16px;
        width: 90%;
        margin: 6px 0;
    }

    .novaSearchForm .simpleQueryWrapper .editor-label.title,
    .novaSearchForm .advancedQueryWrapper .editor-label.title {
        font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
    }

    .novaSearchForm .advancedQueryWrapper .editor-label.title {
        margin-bottom: 20px;
    }

    .novaSearchForm .advancedQueryWrapper .editor-label,
    .novaSearchForm .advancedQueryWrapper .editor-field {
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    }

        .novaSearchForm .advancedQueryWrapper .editor-field select {
            font-family: Helvetica, sans-serif;
        }

    .novaSearchForm .novaRow {
        margin-bottom: 10px;
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    }

        .novaSearchForm .novaRow .novaColumnLeft {
            float: left;
            width: 50%;
        }

        .novaSearchForm .novaRow .novaColumnRight {
            float: left;
            width: 50%;
        }

        .novaSearchForm .novaRow .novaColumnLeftIn {
            display: inline-block;
            vertical-align: bottom;
            width: 50%;
        }

        .novaSearchForm .novaRow .novaColumnRightIn {
            display: inline-block;
            vertical-align: bottom;
            width: 49%;
        }

        .novaSearchForm .novaRow .novaColumnLeftRight {
            float: right;
            width: 50%;
        }

        .novaSearchForm .novaRow .novaColumnRightRight {
            float: right;
            width: 50%;
        }

    .novaSearchForm .novaSubRow {
        width: 90%;
    }

        .novaSearchForm .novaSubRow .novaColumnLeft {
            padding-right: 10px;
            float: left;
        }

        .novaSearchForm .novaSubRow .novaColumnRight {
            padding-left: 10px;
            float: left;
        }

        .novaSearchForm .novaSubRow .novaColumn {
            float: left;
            margin-right: 50px;
            margin-top: 22px;
        }

        .novaSearchForm .novaSubRow .novaColumnLast {
            margin-right: 0;
        }

.novaColumn.radiobtnImage {
    text-align: center;
    background-position: 50% 80%;
}

    .novaColumn.radiobtnImage label {
        display: block;
        width: 100%;
    }

.novaSearchForm .advancedQueryWrapper .editor-label label {
    margin-bottom: 0;
    line-height: 20px;
    font-weight: normal;
}

.novaSearchForm .advancedQueryWrapper .editor-field .field {
    width: 90%;
    height: 40px;
}

.novaSearchForm .advancedQueryWrapper .novaSubRow .editor-field .field {
    width: 100%;
}

.novaSearchForm .queryButtonWrapper {
    margin-bottom: 30px;
    color: #1b1b1b;
    line-height: 24px;
    font-size: 14px;
}

    .novaSearchForm .queryButtonWrapper .queryButtonInfoText {
        float: left;
        width: 70%;
    }

    .novaSearchForm .queryButtonWrapper .btn {
        margin-left: 10px;
    }

.novaSearchResultsHeader {
    background-color: #d9d9d9;
    padding: 10px;
    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
}

.novaItemWrapper:nth-child(even) {
    background-color: #f6f6f6;
}

.novaItemWrapper > a {
    display: block;
    padding: 10px;
}

    .novaItemWrapper > a > div {
        padding: 0 10px 0 0;
    }

.novaSearchForm .col-titel {
    width: 45%;
}

.novaSearchForm .col-projektledare {
    width: 25%;
}

.novaSearchForm .col-start {
    width: 15%;
}

.novaSearchForm .col-budget {
    width: 15%;
}

.novaSearchForm .novaSearchResults {
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
}

/*#endregion*/

/*********************************************/
/*#region  CDMProjektKarta    */
/*********************************************/
.ArticleBody .MainBody #map_canvas {
    height: 400px;
}

    .ArticleBody .MainBody #map_canvas img {
        max-width: none; /* To remove renderingbug casued by bootstrap and google maps, https://github.com/twbs/bootstrap/issues/1552 */
    }

    .ArticleBody .MainBody #map_canvas label {
        width: auto; /* To remove renderingbug between bootstrap and google maps, https://github.com/twbs/bootstrap/issues/1552 */
    }

    .ArticleBody .MainBody #map_canvas .map-box {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        background: #ffffff;
        border: 1px solid #dfdfdf;
        opacity: 1;
        /*Skugga*/
        -moz-box-shadow: 3px 3px 10px 0 #444444;
        -webkit-box-shadow: 3px 3px 10px 0 #444444;
        box-shadow: 3px 3px 10px 0 #444444;
        -khtml-shadow: 3px 3px 10px 0 #444444;
        padding: 5px;
    }

    .ArticleBody .MainBody #map_canvas .infoPointOverlay .popupWrapper {
        position: relative;
        margin: 10px;
    }

    .ArticleBody .MainBody #map_canvas .infoPointOverlay img {
        float: left;
        margin-right: 10px;
        width: 60px;
    }

    .ArticleBody .MainBody #map_canvas .infoPointOverlay ul {
        float: none;
        list-style: none;
        margin: 0 0 10px 10px;
        padding: 0;
        text-indent: 0;
        margin-left: 80px;
    }

        .ArticleBody .MainBody #map_canvas .infoPointOverlay ul li {
            border: none;
            content: none;
            font-family: HelveticaNeueRoman, Helvetica, sans-serif;
            font-size: 12px;
        }

            .ArticleBody .MainBody #map_canvas .infoPointOverlay ul li h3 {
                margin: 10px 0 5px 0;
                font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
                font-size: 12px;
            }

        .ArticleBody .MainBody #map_canvas .infoPointOverlay ul > li:before {
            border: none;
            content: none;
            font-family: HelveticaNeueLight, Helvetica, sans-serif;
        }

.ArticleBody .MainBody #MapCategoryArea {
    float: left;
    background-color: #f5f5f5;
    border-bottom: #e0e0e0 1px solid;
    padding: 10px 0px 5px 0px;
    margin-bottom: 20px;
    width: 100%;
    line-height: 1;
}

    .ArticleBody .MainBody #MapCategoryArea #MapCategoryButtons .MapCategoryButton {
        border: #999999 solid 1px;
        border-radius: 5px;
        cursor: pointer;
        float: left;
        width: 240px;
        padding: 5px;
        margin: 0px 10px 5px 10px;
        min-height: 32px;
    }

        .ArticleBody .MainBody #MapCategoryArea #MapCategoryButtons .MapCategoryButton.selected {
            background-color: #c40008;
            color: #fff;
        }

        .ArticleBody .MainBody #MapCategoryArea #MapCategoryButtons .MapCategoryButton img {
            padding: 0 5px;
            float: left;
        }

        .ArticleBody .MainBody #MapCategoryArea #MapCategoryButtons .MapCategoryButton .categorytext {
            margin-top: 4px;
            margin: 4px 0 0 30px;
        }
/*#endregion*/

/*********************************************/
/*#region  CDMProjektsida    */
/*********************************************/
.projectInfo {
    overflow: hidden;
    border-top: 5px solid #989898;
    background-color: #F5F5F5;
    list-style-type: none;
    margin: 0;
    padding: 0 9px 16px;
}

    .projectInfo h2#projectName {
        font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
        font-size: 16px;
    }

    .projectInfo div {
        line-height: 1em;
        margin-bottom: 4px;
    }

    .projectInfo .link {
        margin-top: 10px;
    }

    .projectInfo a {
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    }

#rightMiniMap {
    height: 160px;
    width: 100%;
}
/*#endregion*/

/**************************/
/*#region  NovaInfoPage   */
/**************************/
.novaBackLink {
    float: right;
    padding: 20px 20px 0 0;
}

.novaDetailsWrapper {
    /*margin-top: 20px;*/
}

    .novaDetailsWrapper .novaRow {
        padding: 20px;
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    }

        .novaDetailsWrapper .novaRow:nth-child(odd) {
            background-color: #f6f6f6;
        }

        .novaDetailsWrapper .novaRow .novaColumnLeft {
            float: left;
            width: 35%;
            overflow: hidden;
        }

        .novaDetailsWrapper .novaRow .novaColumnRight {
            float: left;
            width: 65%;
        }

#tblBudget tr td {
    padding-right: 10px;
}

/*#endregion*/

/**************************/
/*#region proclamationPage*/
/**************************/

.ArticleBody .MainBody .proclamationInfoTable {
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    margin-bottom: 50px;
    border-bottom: 2px solid #d9d9d9;
}

    .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo {
        display: table-row;
    }

        .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo:nth-child(odd) {
            background-color: #f6f6f6;
        }

        .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo:nth-child(even) {
            background-color: #ffffff;
        }

        .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo span {
            display: table-cell;
            width: 50%;
        }

        .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo .left {
            font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
            padding: 30px 15px 30px 35px;
        }

        .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo .right {
            padding: 30px 35px 30px 15px;
        }

status {
    float: right;
}

.circle {
    width: 12px !important;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block !important;
    border: 1px solid black;
}

.green {
    background-color: #7dba00
}

.red {
    background-color: #c40008
}

.yellow {
    background-color: #ffff00
}




status {
    float: right;
}

.circle {
    width: 12px !important;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block !important;
    border: 1px solid black;
}

.green {
    background-color: #7dba00
}

.red {
    background-color: #c40008
}

.yellow {
    background-color: #ffff00
}
/*#endregion*/

/*******************************/
/*#region E-diarium SearchPage */
/*******************************/
.sevenLatestDaysWrapper {
    margin-top: 50px;
    margin-bottom: 20px;
    font-family: HelveticaNeueItalic, Helvetica, sans-serif;
}

.diarieSearchArea {
    padding: 25px;
}

    .diarieSearchArea .formLabel {
        margin-bottom: 20px;
        font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
    }

.diarieSearchAreaWrapper .queryButtonWrapper {
    margin-bottom: 30px;
    color: #1b1b1b;
    line-height: 24px;
    font-size: 14px;
}

.diarieSearchResultsAreaWrapper {
    overflow-x: auto;
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
}

.diarieSearchResultsHeader {
    background-color: #d9d9d9;
    padding: 20px 0 20px 10px;
    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
}

.diarieSearchResultsHeader,
.diarieSearchResults {
    min-width: 717px;
    font-size: 14px;
}

.diarieItemWrapper {
    padding: 20px 0 20px 10px;
}

    .diarieItemWrapper:nth-child(even) {
        background-color: #f6f6f6;
    }

    .diarieSearchResultsHeader > div,
    .diarieItemWrapper > a > div {
        padding: 0 10px 0 0;
    }

    .diarieItemWrapper > a {
        display: block;
        /*padding: 10px;*/
    }

    .diarieSearchResultsHeader .col-diarie,
    .diarieItemWrapper .col-diarie {
        width: 8%;
    }

    .diarieSearchResultsHeader .col-arendemening,
    .diarieItemWrapper .col-arendemening {
        width: 26%;
    }

    .diarieSearchResultsHeader .col-avsandare,
    .diarieItemWrapper .col-avsandare {
        width: 24%;
    }

    .diarieSearchResultsHeader .col-status,
    .diarieItemWrapper .col-status {
        width: 12%;
    }

    .diarieSearchResultsHeader .col-inkom,
    .diarieItemWrapper .col-inkom {
        width: 12%;
    }

    .diarieSearchResultsHeader .col-avdelning,
    .diarieItemWrapper .col-avdelning {
        width: 18%;
    }


.editor-field-right {
    text-align: right;
}

.alignright {
    text-align: right;
}

/*#endregion*/

/**************************/
/*#region IframePage      */
/**************************/

.ArticleBody .regularIframe {
    margin-top: 15px;
    border: none;
    width: 100%;
}

/*#endregion*/

/*********************/
/* #region EventPage */
/*********************/
.event-page .location {
    font-size: 16px;
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
}
/* #endregion EventPage */

/**************************/
/* #region StatisticsPage */
/**************************/

.StatisticsPageBody {
}

    .StatisticsPageBody .publication-metadata .publication-metadata__item {
        border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
        background: #f3f3f3;
        border-radius: 4px;
        padding: 4px;
    }

        .StatisticsPageBody .publication-metadata .publication-metadata__item a {
            color: #1b1b1b;
        }

.publication-metadata .Block.ExpandableBlock {
    padding-bottom: 0;
    margin-top: 12px;
}

    .publication-metadata .Block.ExpandableBlock .body {
        padding: 15px 40px 10px 40px;
    }

        .publication-metadata .Block.ExpandableBlock .body .bodytext {
            font-size: 14px;
            line-height: 1.1;
        }

    .publication-metadata .Block.ExpandableBlock .header .plus, .publication-metadata .Block.ExpandableBlock .header .minus {
        padding: 7px 0 13px 0;
    }
/* modal */
.pxweb-modal.modal {
    overflow-y: unset;
}

/*.pxweb-modal .modal-content {
  height: 500px;
}*/
.pxweb-modal .modal-body {
    height: 72%;
    margin-bottom: 0;
}

    .pxweb-modal .modal-body .pxtable {
        height: 100%;
        overflow: auto;
        max-height: 320px;
    }

.pxweb-modal .modal-header {
    background-color: #008CCC;
}

.pxweb-modal .modal-title {
    font-size: 20px;
    color: #ffffff
}

.pxweb-modal .modal-footer {
    padding-bottom: 10px;
}

.pxweb-modal .link-container {
    float: left;
}
/* width */
.pxweb-modal ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
.pxweb-modal ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.pxweb-modal ::-webkit-scrollbar-thumb {
    background: #008CCC;
}

    /* Handle on hover */
    .pxweb-modal ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.StatisticsPageBody .CategoryTabs {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

    .StatisticsPageBody .CategoryTabs a {
        padding: 7px 5px;
        margin: 5px 12px 5px 0;
    }

@media (min-width: 1180px) {
    .StatisticsPageBody .CategoryTabs a {
        margin: 5px 20px 5px 0;
    }
}

.StatisticsPageBody .CategoryTabs .body {
    padding: 0;
}

.StatisticsPageBody .CategoryTabs li > a {
    border-radius: 0;
}

.StatisticsPageBody .pageHeader {
    position: relative;
    margin: 0;
}

    .StatisticsPageBody .pageHeader .printHolder {
        position: absolute;
        right: 0;
        bottom: 10px;
    }

    .StatisticsPageBody .pageHeader #mainheading {
        position: absolute;
        bottom: 0;
        min-height: 54px;
    }

.ExpandableBlock.chart .body {
    background: #ffffff;
    margin: 10px 20px 10px 20px;
    padding: 15px 20px 15px 35px;
}
/* #endregion StatisticsPage */
/*********************/
/* #region Pager */
/*********************/
.paginator,
.paginator .mask,
.paginator .mask .slider,
.paginator a {
    height: 30px;
}


.paginator {
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 50%;
    position: relative;
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
}


    .paginator .mask {
        position: absolute;
        overflow: hidden;
    }

        .paginator .mask .slider {
            position: absolute;
            -webkit-transition: all .25s ease-out;
            -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
        }

    .paginator a {
        display: block;
        position: absolute;
        top: 0;
        line-height: 1.8em;
        color: #4d4d4d;
        text-align: center;
    }

        .paginator a.pagingselected {
            color: #ffffff;
        }

/* #endregion Pager */

/*************************/
/*#region XForm          */
/*************************/
.xformwrapper {
    margin-top: 30px;
}

    .xformwrapper.generalForm {
        margin-bottom: 77px;
    }

        .xformwrapper.generalForm .generalFormButton {
            margin-top: 45px;
            margin-right: -40px;
        }

.xform {
}

    .xform .form-control {
        border-radius: 0;
        box-shadow: none;
    }

    .xform .itemwrapper,
    .xform .form-group {
        margin-bottom: 40px;
    }

    .xform fieldset legend {
        font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
        font-size: 16px;
        margin-bottom: 10px;
        border: 0;
    }

    .xform label {
        padding-right: 20px;
        margin-bottom: 0px;
        font-weight: normal;
    }

    .xform select.form-control {
        font-family: Helvetica, sans-serif;
    }

    .xform .radio {
        margin-top: 5px;
        padding-left: 20px;
    }

    .xform .checkbox {
        margin-top: 0;
    }

    .xform .Horizontal .radio,
    .xform .Horizontal .checkbox {
        float: left;
    }

    .xform .radio input[type="radio"],
    .xform .checkbox input[type="checkbox"] {
        margin-top: 6px;
    }

    .xform .ledtext {
        font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
        margin-bottom: 10px;
    }

    .xform .field-validation-error {
        color: #c40008;
    }

/*#endregion XForm */

/*************************/
/*#region Login-sidan    */
/*************************/
.myPages.loginForm .generalForm {
    margin-top: 20px;
}
/*#endregion Login-sidan */

/*************************/
/*#region Kontaktsök (EKR)*/
/*************************/
#ContactSearchForm .row {
    margin-bottom: 15px;
}

#ContactSearchForm .generalForm {
    border-radius: .5em;
}

#ContactSearchForm .formRow {
    clear: both;
}

#ContactSearchForm .generalForm .formRow .field.contact-search {
    padding-right: 0;
}

#ContactSearchForm .formRow.contact-search,
#ContactSearchForm .generalForm .formRow .field.contact-search {
    min-height: inherit;
}

#EkrResults {
    margin-top: 40px;
}

    #EkrResults h2 {
        font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
        font-size: 16px;
    }

    #EkrResults .name {
        font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
        font-size: 20px;
        margin-bottom: 10px;
    }

    #EkrResults .personal-info div {
        margin-right: 20px;
        display: inline-block;
        float: left;
        font-size: 16px;
        font-family: HelveticaNeueLight, Helvetica, sans-serif;
    }

    #EkrResults .personal-info .email a,
    #EkrResults .personal-info .website a {
        font-style: italic;
    }

    #EkrResults .personal-info .email a {
        padding-left: 20px;
        background-position: 0 4px;
        background-image: url("/Static/img/mail-icon-blue_15x11.png");
        background-repeat: no-repeat;
    }

    #EkrResults .personal-info .website a {
        padding-left: 20px;
        background-position: 0 3px;
        background-image: url("/Static/img/external-url-icon-blue_17x14.png");
        background-repeat: no-repeat;
    }

    #EkrResults .personal-info .phone,
    #EkrResults .personal-info .cellphone {
        padding-left: 20px;
        background-position: 0 5px;
        background-image: url("/Static/img/phone-icon-black_13x13.png");
        background-repeat: no-repeat;
    }

    #EkrResults .municipality-list {
        font-family: HelveticaNeueLight, Helvetica, sans-serif;
    }

/*#endregion Kontaktsök (EKR) */

img.trash-link {
    width: 25px;
}

.MainBody .body-wrapper iframe {
    width: 100%;
}

.printHolderFiller {
    height: 20px;
}


/*************************/
/*#region Ezesystem*******/
/*************************/

.chartDiv {
    min-width: 100px;
    height: 400px;
    margin: 0 auto
}

.currentKw {
    margin-bottom: 20px;
    display: table;
}

/*#endregion Ezesystem ***/


/*************************/
/*#region PXweb
/*************************/

.pxtable table {
    font-size: 10px;
}

    .pxtable table tr:first-child, .pxtable table td:nth-child(1) {
        font-weight: bold;
        font-size: 12px;
    }

.pxEnhet {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.showTable {
    cursor: pointer;
}

#treeview .topDiv.active {
    background-color: var(--blue) !important;
}


#treeview div.topDiv {
    background-color: #d9d9d9;
    width: 100%;
    padding: 10px 0 10px 10px;
    position: relative;
    cursor: pointer;
}


#treeview .bodyArrow {
    margin-left: 30px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid var(--blue);
    display: block;
}


#treeview h3.heading:after {
    content: '+';
    position: absolute;
    top: 5px;
    right: 15px;
    color: #000000;
    font-size: 20px;
}

#treeview h3.headingMinus:after {
    content: '-';
    position: absolute;
    top: 5px;
    right: 15px;
    color: #ffffff;
    font-size: 20px;
}

#treeview div h3 {
    color: #000000;
    margin: 0;
    padding: 0;
}

#treeview .topDiv.active h3 {
    color: #ffffff !important;
}


#treeview p {
    max-width: 100%;
}

#treeview ul ul {
    padding: 0 0 0 5px;
}

#treeview ul {
    padding: 0;
}


#treeview li {
    list-style: none;
    margin-bottom: 3px;
    padding: 1px 3px 3px 0;
}

    #treeview li div {
        background: #ffffff;
        color: #000000;
    }

#treeview .body ul {
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0 0 0 20px
}


#treeview .body li {
    display: list-item;
    list-style: inside;
    list-style-position: outside;
    padding: 0;
}

.pxNyckeltalValueContainer {
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
}

.pxNyckeltal {
    display: inline;
}

[id^="pxChartContainer"] .link-container {
    text-align: right;
}

    [id^="pxChartContainer"] .link-container .download-excel, .pxweb-modal .link-container .download-excel {
        background: url('/Static/img/fileicons/xls.png') no-repeat;
        background-position: 0px 2px;
        padding: 2px 0px 2px 24px;
        font-size: 16px;
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    }
/*************************/
/*#endregion PXweb
/*************************/
.energy-surveyor-list thead tr td h2 {
    margin-top: 10px;
}


/*************************/
/*#region Solportalen*******/
/*************************/
.bodytextSupstart {
    margin-bottom: 50px;
}

.MainBlockArea div {
    padding: 0px;
}

.MainBlockArea .GridStyle {
    padding-right: 36px;
    padding-bottom: 20px;
}

.MainBlockArea img {
    min-width: 100%;
}

.MainBlockArea .bodyBildpuff {
    background-color: #F2F2F2;
    font-family: HelveticaNeueLight;
}

.altColor {
    background-color: #E0EBF5 !important;
    border-radius: 0.3em;
}

.MainBlockArea .bodyBildpuff a {
    color: #000000;
}

.pufftext h2, .pufftext h3 {
    padding: 0 0 0 20px;
}

.pufftext p {
    padding: 0 20px 20px 20px;
}

.pufftext ul, .pufftext ol {
    padding: 0 20px 20px 20px;
    margin-left: 20px;
}

.headingBildpuff {
    padding: 20px 0 20px 20px;
    margin: 0px;
    max-width: 100%;
}


.bubbleBlock {
    position: relative;
    border-radius: 1em;
    background-color: #D34046;
    padding: 20px 20px 10px 20px !important;
    color: #ffffff;
    font-family: HelveticaNeueLight;
}

    .bubbleBlock a {
        color: #ffffff;
        text-decoration: underline;
    }

    .bubbleBlock:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 30%;
        width: 0;
        height: 0;
        border: 21px solid transparent;
        border-top-color: #D34046;
        border-bottom: 0;
        border-left: 0;
        margin-left: -20.5px;
        margin-bottom: -21px;
    }

    .bubbleBlock h2 {
        color: #ffffff;
        font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
        font-size: 40px !important;
        display: inline-block;
        margin: 0;
    }

    .bubbleBlock .LinkArea {
        text-align: right;
        margin-right: 30px;
        display: inline-block;
        width: 100%;
    }

i.arrow {
    border: solid #ffffff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 5px;
}

.bubbleBlock .ArrowLink {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


.bubbleShadow {
    background: url('/static/img/skugga_bubbla.png') no-repeat;
    background-size: 90% 90%;
    background-position: center;
    display: inline-block;
    width: 100%;
    height: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}





/*-----Steg för steg*/
.stepStepPanel {
    color: #D34046;
    font-size: 22px;
    font-family: HelveticaNeueLight;
    margin-top: 50px;
    margin-bottom: 70px;
}

    .stepStepPanel .linkAreaRight {
        margin-right: 70px;
        position: relative;
    }

    .stepStepPanel .linkAreaLeft {
        position: relative;
        padding-left: 60px;
    }


    .stepStepPanel a {
        color: #D34046;
    }


.arrowRight {
    position: absolute;
    vertical-align: middle;
}

.stepStepPanel .arrow {
    position: initial;
    margin: 22px 24px 0 0;
}

.arrowLeft {
    border: solid #ffffff;
    border-width: 5px 0px 0px 5px;
    display: inline-block;
    padding: 5px;
    margin: 22px 0 0 14px;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    /*IE9+ CSS hack*/
    .arrowLeft {
        margin: 18px 0 0 18px;
    }

    .stepStepPanel .arrow {
        margin: 18px 18px 0 0;
    }
}


.ArrowLinkRight {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg) translate(50%,0);
}

.stepStepPanel .ArrowLinkLeft {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg) translate(50%,0);
}

.circleStepStep {
    border-radius: 50%;
    display: inline-block;
    background-color: #D34046;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}

.borderRight:after {
    border-right: solid 1px #D34046;
    position: absolute;
    height: 100px;
    top: -20px;
    right: 0;
    content: " ";
}

.circleStepStepLeft {
    left: 0;
}

.circleStepStepRight {
    right: -70px;
}

.MobilTitle {
    margin-top: 40px;
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
}

.nextPanel {
    background-color: #D34046;
    position: fixed;
    z-index: 1;
    -webkit-box-shadow: -14px 18px 5px 0px rgba(219,219,219,0.56);
    -moz-box-shadow: -14px 18px 5px 0px rgba(219,219,219,0.56);
    box-shadow: -14px 18px 5px 0px rgba(219,219,219,0.56);
    padding-top: 10px;
    text-align: center;
    font-family: HelveticaNeueLight;
    color: #ffffff;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    display: none;
}

.nextPanelStatic {
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 20px 25px 20px 35px !important;
}

.nextPanelStaticBig {
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 80% 25px 0px 35px !important;
    width: 80%;
}

    .nextPanelStaticBig .textcontainer {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 25%;
        padding-right: 40px;
        width: 100%;
        height: 100%;
        display: table;
    }

    .nextPanelStaticBig .innerText h3 {
        font-size: 20px;
    }

    .nextPanelStaticBig .innerText .redCircleTextStyle {
        font-size: 22px;
    }

.nextPanel .innerText {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 80%;
}

.nextPanel a {
    color: #ffffff;
}

    .nextPanel a:hover {
        text-decoration: none
    }

.nextPanelStatic h3 {
    font-size: 14px !important;
}

a .redCircleTextStyle {
    text-decoration: underline !important;
}



#nextStep div {
    height: 100%;
    position: relative;
}

#nextStep span.heading {
    position: absolute;
    top: 35px;
    left: 45px;
    font-weight: 600;
    letter-spacing: 1px;
}

#nextStep div a {
    color: #ffffff;
    height: 163px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 15px;
    padding-right: 25px;
    font-size: 16px;
    text-decoration: underline;
}

#nextStep .arrowRight, .nextPanelStatic .arrowRight, .nextPanelStaticBig .arrowRight {
    top: 48%;
    right: 20px;
}

#nextStep .close {
    color: #D34046;
    font-size: 16px;
    font-weight: bold;
    opacity: 1;
    margin-top: -20px;
}

#NextDisabled {
    font-family: HelveticaNeueLight;
    display: inline-block;
    width: 100%;
    margin-top: 100px;
    text-align: center;
    display: none;
}

    #NextDisabled #activate {
        background-color: #D34046;
        border-radius: 20px;
        padding: 6px 20px 6px 20px;
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
        text-decoration: underline;
        clear: both;
        margin-top: 10px;
        cursor: pointer;
    }

#nextStepMobile {
    position: fixed;
    bottom: 20px;
    left: 0;
    background-color: #D34046;
    border-radius: 40px;
    height: 80px;
    width: 80%;
    z-index: 1;
    margin-left: 20px;
    color: #ffffff;
    font-family: HelveticaNeueLight;
    font-size: 20px;
    padding: 0 25px 0 35px;
    display: none;
}

    #nextStepMobile .heading {
        vertical-align: middle;
        display: table-cell;
        height: 80px;
        width: 80%;
    }

    #nextStepMobile a {
        color: #ffffff;
        text-decoration: none;
    }

    #nextStepMobile .arrow {
        position: absolute;
        right: 20px;
        top: 30px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    #nextStepMobile .close {
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        opacity: 1;
        margin-top: -50px;
        margin-right: -50px;
        background-color: #D34046;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        padding: 16px 0 0 21px;
    }




/*-----Rosa pratbubbla*/
ul.PinkSpeechbubble {
    background-color: rgba(196,0,8,0.12);
    list-style: none;
    padding: 25px 25px;
    position: relative;
    border-radius: .5em;
    margin: 30px 0 30px 0;
}


    /*-----Rosa pratbubbla*/
    ul.PinkSpeechbubble ul {
        list-style: initial;
    }

        ul.PinkSpeechbubble ul.Checkbox {
            list-style: none;
            margin-left: 0;
            padding-left: 0px;
        }

            ul.PinkSpeechbubble ul.Checkbox li {
                background: url('/static/img/red_checkbox.png') left 3px;
                background-repeat: no-repeat;
                padding-left: 50px;
                padding-bottom: 10px;
                margin-bottom: 30px;
                font-weight: 700;
            }


    ul.PinkSpeechbubble li {
        font-size: 18px !important;
    }

    ul.PinkSpeechbubble h2 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    ul.PinkSpeechbubble:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 80%;
        width: 0;
        height: 0;
        border: 21px solid transparent;
        border-top-color: rgba(196,0,8,0.12);
        border-bottom: 0;
        border-left: 0;
        margin-left: -20.5px;
        margin-bottom: -21px;
    }



.MinskaBredden {
    width: 70%;
}



/*-----Faktaruta------- */

.FactsBox {
    border: 3px solid #D34046;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    position: relative;
    font-family: HelveticaNeueLight, Helvetica, sans-serif !important;
    margin: 80px 0 50px 0;
}

    .FactsBox img {
        min-width: auto;
    }

h2.headingFacstBox {
    color: #D34046;
    font-size: 30px !important;
    margin-left: 200px;
    font-family: HelveticaNeueLight, Helvetica, sans-serif !important;
    line-height: 40px;
}

    h2.headingFacstBox.noImage {
        margin-left: 20px;
    }

.outsideImage {
    position: absolute;
    top: -40px;
    left: 30px;
    width: auto;
    max-width: initial !important;
}

.FactsBox .pufftext {
    margin-top: 50px;
}

/*-----EKR------- */


.ekrSolelGeneralForm {
    background: rgba(196, 0, 8, 0.12);
    border-radius: .5em;
    padding: 30px 10px 10px 30px;
}

    .ekrSolelGeneralForm h2 {
        font-size: 30px !important;
        margin: 30px 0 20px 0;
        font-family: HelveticaNeueLight, helvetica, sans-serif;
        font-weight: bold;
    }

    .ekrSolelGeneralForm h3 {
        font-size: 20px;
        font-family: HelveticaNeueLight, helvetica, sans-serif;
        font-weight: bold;
        margin-top: 0;
    }

#EkrSolelResults {
    font-family: HelveticaNeueLight;
}

    #EkrSolelResults .nameHeading {
        font-size: 18px;
        font-family: HelveticaNeueLight, helvetica, sans-serif;
        font-weight: bold;
    }

    #EkrSolelResults a {
        color: #23527c;
        font-weight: bold;
        text-decoration: underline;
    }

.solkartawebsite a {
    padding-right: 20px;
    background: url('../img/solelNewwindow.png') no-repeat right;
}

.searchHeading {
    font-size: 14px;
    font-family: HelveticaNeueLight, helvetica, sans-serif;
    font-weight: bold;
}

#autocompleteResult li.selected {
    background: #fbeff0;
}

#autocompleteResult li {
    border-bottom: 1px solid black;
    list-style: none;
    margin-left: 0;
    cursor: pointer;
    padding: 10px 10px 10px 10px;
}

#autocompleteResult {
    padding: 0 15px 0 15px;
    margin-top: 1px;
    -webkit-box-shadow: -12px 14px 56px -25px rgba(0,0,0,1);
    -moz-box-shadow: -12px 14px 56px -25px rgba(0,0,0,1);
    box-shadow: -12px 14px 56px -25px rgba(0,0,0,1);
    font-family: HelveticaNeueLight;
    font-size: 20px;
    background: #ffffff;
    position: absolute;
    z-index: 1;
    width: 400px;
}

#txtSearchMunicipality {
    font-family: HelveticaNeueLight;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    width: 50%;
    height: 44px;
    border: none;
    display: block
}

@media (max-width: 767px) {
    #txtSearchMunicipality {
        width: 75%;
    }
}

#txtSearchMunicipality:focus {
    outline: -webkit-focus-ring-color auto 0;
}



li.solel.open {
    padding-bottom: 30px;
    background: #ffffff;
    margin-top: -10px !important;
    padding-bottom: 20px !important;
}

.solel .SubMenu li {
    background-color: #f8e0e1;
    margin: 0;
}



/*Rubriken*/
.solel.open > div:first-child div a {
    color: #000000;
    padding-left: 15px;
}

.solel > div:first-child div .minus {
    display: none;
}

.solel .wrapper._1 .menuitem .plus.OLD {
    display: none;
}




/*Rundade hörn längst ner*/
.solel .SubMenu li:last-child {
    background-color: #f8e0e1;
}

    /*Linje längst ner*/
    .solel .SubMenu li:last-child div._2 {
        margin-bottom: 20px;
    }

.solelUlList {
    border-bottom: solid 3px #d34046;
}

.solel .SubMenu .SubMenu {
    background-color: #fbeff0;
}

/*Hover på nivå 3*/
.solel .SubMenuItem .wrapper._3 .menuitem > a:hover, .solel .SubMenuItem .wrapper._3:hover {
    background-color: #f8e0e1;
    color: black;
}

li.solel .SubMenuItem ul.SubMenu li {
    background-color: #fbeff0;
}

/*Ljusrosa bg istället för grön*/
li.solel .Green_background {
    background-color: #fbeff0;
}

.solel .SubMenu li .active {
    color: #000000;
}

/*Runda hörn i toppen*/
.solel.open div.wrapper._1 {
    background-color: #f8e0e1;
}

.solel div.wrapper._1 .menuitem {
    padding-top: 0px;
}

/*Fast rödpuff*/
.solel-red-sticky {
    margin-top: -90px;
    right: 0px;
    position: absolute;
}

.redCircleTextStyle p {
    padding-right: 10px;
}

.solel-red-sticky--no-title p {
    height: 135px;
    vertical-align: middle;
    display: table-cell;
}

@media (max-width: 1179px) {
    .solel-red-sticky--row {
        margin-left: -25px;
    }
}

@media (min-width: 1180px) {
    .solel-red-sticky--row {
        margin-left: -45px;
    }
}

@media (max-width: 767px) {
    .solel-red-sticky--row {
        margin-left: -15px;
    }
}

/*Next Step*/
.solel-next-step .nextStepMobile {
    width: 100%;
}

#solel-next-step {
    position: sticky;
    margin-top: 20px;
    background-color: #D34046;
    border-radius: 40px;
    height: 100px;
    width: 100%;
    color: #ffffff;
    font-family: HelveticaNeueLight;
    font-size: 20px;
    padding: 0 25px 0 35px;
    display: none;
}

    #solel-next-step h3 {
        padding-top: 25px;
        vertical-align: middle;
        display: table-cell;
        height: 30px;
        width: 100%;
    }

    #solel-next-step a {
        color: #ffffff;
        text-decoration: none;
    }

    #solel-next-step .arrow {
        position: absolute;
        right: 20px;
        top: 42px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

/*#endregion Solportalen ***/
/*#region tinyMCE*/
.PopupImage {
    cursor: pointer;
}

.popUppedImage {
    max-width: 100%;
    max-height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imagePopup .modal-dialog {
    width: 90% !important;
    height: 90% !important;
    max-height: 90% !important;
}

    .imagePopup .modal-dialog .modal-body {
        height: calc(100% - 50px);
    }

.modal-content {
    height: 100%;
}

.modal-body {
    height: 100%;
    margin-bottom: -120px;
    text-align: center;
}



/*
    ---------------------------------
    Regeringsuppdrag och remisser
    ---------------------------------
*/

.regeringsuppdrag-result-container {
    margin-top: 30px;
}

.regeringsuppdrag-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

    .regeringsuppdrag-item .regeringsuppdrag-date {
        font-family: HelveticaNeueLight, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 20px;
        /*display: inline-block;*/
        /*width: 100%;*/
        /*font-weight: normal;*/
    }

    .regeringsuppdrag-item .regeringsuppdrag-title {
        font-size: 22px;
        font-family: HelveticaNeue, Helvetica, sans-serif;
        /*font-family: HelveticaNeueHeavy, Helvetica, sans-serif;*/
        line-height: 1.1em;
        color: #1b1b1b;
    }

    .regeringsuppdrag-item .regeringsuppdrag-file-container {
    }

        .regeringsuppdrag-item .regeringsuppdrag-file-container .regeringsuppdrag-link-container {
            margin-top: 0.3em;
            margin-bottom: 0.3em;
            font-family: HelveticaNeue, Helvetica, sans-serif;
        }

            .regeringsuppdrag-item .regeringsuppdrag-file-container .regeringsuppdrag-link-container a {
                text-decoration: none;
                color: Black;
                font-weight: normal;
                background-repeat: no-repeat;
                display: block;
                background-position: 0px 4px;
                background-repeat: no-repeat;
                padding-left: 24px;
            }

                .regeringsuppdrag-item .regeringsuppdrag-file-container .regeringsuppdrag-link-container a:hover {
                    text-decoration: underline;
                }

    .regeringsuppdrag-item .regeringsuppdrag-recipient, .regeringsuppdrag-item .regeringsuppdrag-document-type {
        font-family: HelveticaNeueLight, Helvetica, sans-serif;
        font-size: 13px;
        color: Gray;
        line-height: normal;
    }

    .regeringsuppdrag-item .regeringsuppdrag-file-container .regeringsuppdrag-link-container a.regeringsuppdrag-file-doc {
        background-image: url(/Static/img/fileicons/doc.png);
    }

    .regeringsuppdrag-item .regeringsuppdrag-file-container .regeringsuppdrag-link-container a.regeringsuppdrag-file-xls {
        background-image: url(/Static/img/fileicons/xls.png);
    }

    .regeringsuppdrag-item .regeringsuppdrag-file-container .regeringsuppdrag-link-container a.regeringsuppdrag-file-ppt {
        background-image: url(/Static/img/fileicons/);
    }

    .regeringsuppdrag-item .regeringsuppdrag-file-container .regeringsuppdrag-link-container a.regeringsuppdrag-file-pdf {
        background-image: url(/Static/img/fileicons/pdf.png);
    }

    .regeringsuppdrag-item .regeringsuppdrag-file-container .regeringsuppdrag-link-container a.regeringsuppdrag-file-document {
        background-image: url(/Static/img/fileicons/dokument.png);
    }


.regeringsuppdrag-filter-container {
    background-color: #f6f6f6;
    color: #1b1b1b;
    /*font-size: 30px;*/
    font-weight: normal;
    margin-top: 0;
    line-height: 33px;
    font-family: HelveticaNeueLight, Helvetica;
    padding: 5px 10px 20px 10px;
}

    .regeringsuppdrag-filter-container h2 {
        line-height: 30px;
        font-size: 25px;
        margin: 0;
        padding: 12px 15px 12px 15px;
    }

    .regeringsuppdrag-filter-container .regeringsuppdrag-filter-searchbox-container {
        font-family: HelveticaNeue, Helvetica, sans-serif;
        font-size: 16px;
    }

        .regeringsuppdrag-filter-container .regeringsuppdrag-filter-searchbox-container label {
            font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
            margin-top: 20px;
            margin-bottom: 10px;
        }

    .regeringsuppdrag-filter-container .regeringsuppdrag-filter-item-container {
        margin-bottom: 10px;
    }

        .regeringsuppdrag-filter-container .regeringsuppdrag-filter-item-container:last-of-type {
            margin-top: 25px;
        }

        .regeringsuppdrag-filter-container .regeringsuppdrag-filter-item-container select, .regeringsuppdrag-filter-container .regeringsuppdrag-filter-item-container input {
            border: 1px solid #d9d9d9;
            background-color: #ffffff;
            /*margin-right: 20px;*/
            width: 100%;
            height: 38px;
            line-height: 38px;
            padding: 0px 10px;
        }

.regeringsuppdrag-pagination {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
}

    .regeringsuppdrag-pagination ol {
        list-style: none;
        display: inline;
        padding: 0;
        margin: 0;
    }

        .regeringsuppdrag-pagination ol li {
            display: inline;
            margin: 5px;
        }

            .regeringsuppdrag-pagination ol li.search-active span {
                background-color: #ddd;
                color: #1b1b1b;
                display: inline-block;
                padding: 3px 8px;
                /*color: #fff;*/
            }

            .regeringsuppdrag-pagination ol li:hover {
                color: white;
            }

            .regeringsuppdrag-pagination ol li a {
                color: #1b1b1b;
                display: inline-block;
                padding: 3px 8px;
                text-decoration: none;
            }

            .regeringsuppdrag-pagination ol li:not(.search-active) a:hover {
                background: #767676;
                color: white;
                text-decoration: none;
                /*display: inline-block;
                    padding: 8px;*/
            }

.search-page-buttons a {
    width: 100%;
    margin-bottom: 10px;
    background-position: 0px 4px;
    background-repeat: no-repeat;
    line-height: 20px;
    display: inline-block;
    padding: 10px 15px 10px 24px;
    font-size: 18px;
    font-family: HelveticaNeueLight,Helvetica,sans-serif;
    color: #000000;
    background-color: #F7DB38;
    text-align: center;
}

    .search-page-buttons a:hover {
        text-decoration: underline;
        font-family: HelveticaNeueMedium, Helvetica, sans-serif;
        color: #000000;
    }

    .search-page-buttons a img {
        padding-bottom: 4px;
    }



/*---------Lampguiden-------------*/

.Underline {
  border-bottom: 1px solid #808080;
  padding-bottom:5px;
}

/********************************/
/*#region    Bootstrap Override */
/* med bredare marginaler       */
/********************************/

@media (min-width: 1180px) {
    .container-fluid {
        padding-right: 45px;
        padding-left: 45px;
        margin-right: auto;
        margin-left: auto;
    }

    .row {
        margin-right: -45px;
        margin-left: -45px;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 45px;
        padding-left: 45px;
    }

    #content .TopArea .MainSlideshow .cycle-pager {
        right: 45px;
    }
}

/*Special för huvudmenyn i smalare desktops*/
@media (max-width: 1179px) {


    #content .TopArea .header .TopBar {
        font-size: 12px;
    }

        #content .TopArea .header .TopBar ul li {
            padding: 0 1px;
        }


    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 25px;
        padding-left: 25px;
    }

    #content .TopArea .MainSlideshow .cycle-pager {
        right: 25px;
    }

    #content .TopArea .header .MainMenu .SiteLogo {
        top: 0px;
        left: 0px;
        padding: 10px 15px 10px 15px;
        background: #ffffff;
        width: auto;
    }

    #content .TopArea .header .TopBar .search-searchbutton {
        padding-left: 30px;
    }

    #content .TopArea .header .TopBar .search-searchbox {
        width: 160px;
        margin-right: 10px;
    }
    /*************************/
    /*#region  FOOTER        */
    /*************************/

    #footer.container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footerLinks .row {
        margin-right: -25px;
        margin-left: -25px;
    }

    /*#endregion FOOTER*/
    #content .TopArea {
        margin-left: 10px;
        margin-right: 10px;
    }

    /*******************************/
    /*#region  Du är inloggad-text */
    /*******************************/

    .loggedInDiv {
        padding-right: 25px;
    }

    /*#endregion*/






}

@media (max-width: 991px) {

    #content .TopArea .header .TopBar {
        font-size: 12px;
    }

        #content .TopArea .header .TopBar ul li {
            padding: 0 1px;
        }

    .cookie-consent-wrapper {
        margin-top: 60px;
    }

    h1 {
        font-size: 24px;
    }

    #content .TopArea .header {
        position: absolute;
        top: 0;
        left: -20px;
        right: 0;
        z-index: 131;
        margin-top: 0;
    }

    #content .TopArea {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 0;
        min-height: 60px;
    }

        #content .TopArea.hasTopImageOrSlideShow .header {
            top: 0;
        }

    #content .row.TopArea.noTopImageOrSlideShow::before {
        display: table;
    }

    /**************************/
    /*#region Mobile Menu     */
    /**************************/
    .row-offcanvas-left.active {
        margin: 0;
        left: 400px;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -400px;
        width: 400px;
    }

    #MobileMenuContainer {
        overflow: hidden;
        font-family: HelveticaNeueLight, Helvetica;
        z-index: 1000;
        background-color: #fff;
    }

        #MobileMenuContainer a {
            color: #1b1b1b;
            padding: 10px 0 10px 0;
        }

        #MobileMenuContainer ul {
            width: 100%;
            position: absolute;
            left: 100%;
            top: 0;
            display: none;
        }

            #MobileMenuContainer ul li.returnHeading {
                padding: 10px 0 10px 50px;
                height: 60px;
                border-bottom: 5px solid #d9dadb;
            }

                #MobileMenuContainer ul li.returnHeading .btn-menu {
                    position: absolute;
                    left: 0;
                    top: 22px;
                    outline: none;
                    background: none;
                    border: none;
                    width: 47px;
                    height: 18px;
                    background-image: url('/Static/img/menu.png');
                    background-position: 50% 50%;
                    background-repeat: no-repeat;
                    display: block;
                }

                #MobileMenuContainer ul li.returnHeading .mainHeading {
                    font-size: 130%;
                    line-height: 116%;
                }

                #MobileMenuContainer ul li.returnHeading .subHeading {
                    display: block;
                    font-size: 60%;
                    padding: 0;
                }

            #MobileMenuContainer ul li.active > a {
                font-family: HelveticaNeueHeavy, helvetica, sans-serif;
            }

            #MobileMenuContainer ul.quicklinks {
                padding: 0;
            }

            #MobileMenuContainer ul > li.quicklink {
                background-color: #f6f6f6;
            }

                #MobileMenuContainer ul > li.quicklink > a {
                    padding-left: 40px;
                }

                    #MobileMenuContainer ul > li.quicklink > a > .arrow {
                        background-color: #f6f6f6;
                    }

                #MobileMenuContainer ul > li.quicklink .quicklinkicon {
                    position: absolute;
                    left: 15px;
                    top: 0;
                    height: 100%;
                    margin-top: 0;
                }

        #MobileMenuContainer #MobileMenu > ul {
            display: block;
            position: static;
        }

        #MobileMenuContainer ul > li {
            display: block;
            position: static;
            margin: 0;
            float: none;
            border-bottom: 1px solid #eff0f0;
            background-color: #ffffff;
            border-right: 1px solid #eff0f0;
        }

        #MobileMenuContainer .nav a {
            position: relative;
            padding: 10px 40px 10px 15px;
            display: block;
            background-color: transparent;
        }

        #MobileMenuContainer li.back,
        #MobileMenuContainer li.doubleback {
            border-bottom: 1px solid #e9eaea;
            font-weight: bold;
        }

            #MobileMenuContainer li.back > a,
            #MobileMenuContainer li.doubleback > a {
                padding-left: 35px;
                background-color: #f6f6f6;
            }

        #MobileMenuContainer li > a .colorbar {
            position: absolute;
            left: 0;
            top: 0;
            width: 3px;
            height: 100%;
            display: none;
        }

        #MobileMenuContainer li.forward._1 > a .colorbar,
        #MobileMenuContainer li.back > a .colorbar,
        #MobileMenuContainer li.doubleback > a .colorbar {
            display: block;
        }

        #MobileMenuContainer li > a .arrow {
            position: absolute;
            top: 0;
            height: 100%;
            background-repeat: no-repeat;
            display: block;
        }

        #MobileMenuContainer li.forward > a .arrow {
            width: 40px;
            right: 0;
            border-left: 1px solid #eff0f0;
            background-size: 6px 15px;
            background-image: url('/static/img/vidare.png');
            background-position: 50% 50%;
            background-color: white;
        }

        #MobileMenuContainer li.back > a .arrow,
        #MobileMenuContainer li.doubleback > a .arrow {
            width: 35px;
            left: 0;
            background-position: 15px 50%;
        }

        #MobileMenuContainer li.back > a .arrow {
            background-image: url('/static/img/tillbaka.png');
            background-size: 7px 15px;
        }


        #MobileMenuContainer li.doubleback > a .arrow {
            background-image: url('/static/img/tillbaka2x.png');
            background-size: 11px 15px;
        }

        #MobileMenuContainer li.mobileVisible > ul {
            display: block;
        }


    #MobileMenu {
        position: absolute;
        width: 100%;
        -webkit-transition: left 0.3s; /* For Safari 3.1 to 6.0 */
        transition: left 0.3s;
    }


        #MobileMenu li.Green .colorbar {
            background-color: #7DBA00;
        }

        #MobileMenu li.Orange .colorbar {
            background-color: #FF6600;
        }

        #MobileMenu li.Blue .colorbar {
            background-color: #6688C0;
        }

        #MobileMenu li.LightBlue .colorbar {
            background-color: #008CCC;
        }

        #MobileMenu li.Pink .colorbar {
            background-color: #C7007D;
        }

        #MobileMenu li.MossGreen .colorbar {
            background-color: #666600;
        }
    /* #endregion */

    /**************************/
    /*#region Mobile TopBar   */
    /**************************/
    #content .TopArea .LogoBar .MobileMainMenuHolder .SearchButtonHolder #btn-search {
        background-image: url('/Static/img/search_mobile.png');
        width: 47px;
        height: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: block;
    }


    #content .TopArea .btn-menu {
        outline: none;
        background: none;
        border: none;
        background-image: url('/Static/img/menu.png');
        width: 47px;
        height: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: block;
    }

    #content .TopArea .MainSlideshow,
    #content .TopArea .TopImageArea {
        height: auto;
        margin-top: 45px;
    }
    /* #endregion */

    .row.middlecontent {
        padding-top: 45px;
        /* margin-right: -25px;
        margin-left: -25px; */
    }

    .pageFooterIcons {
        padding-left: 0;
    }

    /********************/
    /*     söksidan     */
    /********************/

    .search-searchForm .search-searchbox {
        width: 70%;
    }

    .search-searchTabs a {
        background: #f6f6f6;
        margin: 0px 12px 12px 0px;
    }

    .search-searchTabs a span {
        display: inline;
    }

    .search-searchResults .search-searchResult .search-pagination ol li {
        margin: 1px;
    }

    .search-searchResults .search-searchResult .search-pagination .relativeNavigation,
    .search-searchResults .search-searchResult .search-pagination .search-relativeNavigation {
        margin: 1px;
    }


    /***********************************/
    /* NewsArchive/ProclamationArchive */
    /***********************************/

    .ListBlock.NewsArchiveTop {
        margin-bottom: 20px;
    }
    .NewsArchiveTop .header #categories,
    .ArchiveFilters .header #filter {
        top: -60px;
    }

    .CategoryTabs a span {
        display: inline;
    }

    /*************************/
    /*   ExpandableBlock     */
    /*************************/
    .Block.ExpandableBlock .header {
        padding-right: 70px;
    }


    .Block.ExpandableBlock .body hr {
        display: none;
    }

    /*************************/
    /*      Blockquote       */
    /*************************/
    blockquote {
        background-size: 35px 25px;
        background-position: 30px 30px;
        padding: 30px 30px 30px 80px;
        min-height: 85px;
    }

    /*************************/
    /* region  404 page      */
    /*************************/

    .container .jumbotron.error .errormessage,
    .container .jumbotron.error .nouns {
        float: none;
        width: 100%;
        padding: 40px 0;
    }

        .container .jumbotron.error .errormessage .btn-default {
            display: block;
        }
    /*#endregion*/

    /***************************/
    /*#region  NovaSearchPage  */
    /***************************/
    .novaSearchForm .novaSubRow .novaColumn {
        float: left;
        width: 32%;
        text-align: center;
        padding-right: 0;
    }

    /*#endregion*/

    /***************************/
    /*#region  StatisticsPage  */
    /***************************/

    .StatisticsPageBody .CategoryTabs .header h2 {
        padding: 12px 20px 12px 20px;
    }

    /*#endregion StatisticsPage*/

    /*******************************/
    /*#region  Du är inloggad-text */
    /*******************************/
    .loggedInDiv {
        padding-right: 25px;
        margin: 5px 0 10px 0;
    }

    /*#endregion Du är inloggad-text*/

    /*******************************/
    /*#region  Brödsmula            */
    /*******************************/

    .Breadcrumbs {
        padding-bottom:0px;
        margin-top: 55px;
        margin-left: 15px;
    }

    .loggedInDiv {
        padding-bottom: 20px;
        margin-top: 55px;
    }

    .WidePage .Breadcrumbs {
        width: 75%;
    }
    /*#endregion Brödsmula*/

    /*******************************/
    /*#region  Statistiksida            */
    /*******************************/

    .StatisticsPageBody .pageHeader #mainheading {
        bottom: 60px;
    }

    /*#endregion Statistiksida*/



    /*******************************/
    /*#region  Solelportalen            */
    /*******************************/

    .MinskaBredden {
        width: 100%;
    }


    .FactsBox {
        margin: 180px 0 50px 0;
    }
    h2.headingFacstBox {
        margin-left: 0;
        margin-top: 10px;
        padding: 110px 10px 0 20px;
    }


    .outsideImage {
        left: 50%;
        margin-left: -72px;
        top: -130px;
        max-width: 143px !important;
    }

    .FactsBox .pufftext {
        margin-top: 30px;
    }


    /*Detta är för att pratbubblan/ljusblå blocket på understartsidan inte ska vara i fullbredd*/
    .bubbleBlock, .bodyBildpuff.altColor {
        margin: 0 20px 0 20px;
    }


    /*Detta är för att blocken på understartsidan ska bara i fullbredd*/
    .col-xs-12.GridStyle {
        padding-left: 0;
        padding-right: 0;
        margin-left: -20px;
        margin-right: -20px;
        width: -moz-calc(100% + 40px);
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
    }

    .solel-red-sticky {
        right: 25px;
    }
}

@media (max-width: 767px) {

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 15px;
        padding-left: 15px;
    }


    /*********************************************/
    /*#region  Generell mall för formulär        */
    /*********************************************/
    .generalFormButton {
        float: none;
        display: block;
        width: 100%;
        margin: 10px auto;
        padding: 15px 0;
    }

    .generalForm .formRow .formColumnLeft,
    .generalForm .formRow .formColumnRight {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }


        .generalForm .formRow .formColumnLeft .field,
        .generalForm .formRow .formColumnRight .field {
            width: 100%;
        }

    /*#endregion Generell mall för formulär  */


    /*************************/
    /*#region XForm          */
    /*************************/
    .xformwrapper.generalForm .generalFormButton {
        margin: 45px auto 10px;
    }

    /* #endregion XForm */

    /*********************************************/
    /*#region  Login-sidan                       */
    /*********************************************/
    .myPages.loginForm .generalForm .generalFormButton {
        float: none;
        width: 100%;
        margin: 10px auto;
        padding: 15px 0;
    }

    /*#endregion Login-sidan */

    /*********************************************/
    /*#region  Newslist/ProclamationList    */
    /*********************************************/

    .ArticleBody .MainListing {
        margin: 0 -20px;
    }

    .ListBlock .body {
        padding-left: 20px;
    }

    /*#endregion*/

    /*************************/
    /*#region  FOOTER        */
    /*************************/

    footer.container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*#endregion FOOTER*/

    /***************************/
    /*#region  Top Navigation  */
    /***************************/

    /*#endregion*/


    #content .TopArea .MainSlideshow #mobileSlideshow {
        display: block;
    }

    #content .TopArea .MainSlideshow .ImageBlock {
        background-color:#474747;
    }

        #content .TopArea .MainSlideshow .ImageBlock .body {
            width: 100%;
            float: none;
            max-width: 100%;
            padding: 5px 35px 5px 30px;
            background-image: url("/Static/img/symbolright-smaller-white.png");
            background-position: 98% 50%;
            position: static;
            background:none;
            height:100%;
        }

            #content .TopArea .MainSlideshow .ImageBlock .body span.spacer,
            #content .TopArea .MainSlideshow .ImageBlock .body .date,
            #content .TopArea .MainSlideshow .ImageBlock .body span.category {
                font-size: 12px;
                line-height: 22px;
            }

            #content .TopArea .MainSlideshow .ImageBlock .body .date {
                display: inline;
            }

            #content .TopArea .MainSlideshow .ImageBlock .body span.spacer {
                font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
                color: white;
            }

    /*********************************************/
    /*#region  Page layout    */
    /*********************************************/

    .row.middlecontent {
        padding-top: 20px;
    }

    /*#endregion*/

    /************************/
    /*#region  söksidan     */
    /************************/

    #facets_webbshop.Block,
    #facets_vindbruk.Block,
    #facets_vindlov.Block,
    #facets_energikunskap.Block,
    #facets_mainIndex.Block {
        margin-bottom: 0;
    }

    #facets_webbshop.Block,
    #facets_vindbruk.Block,
    #facets_vindlov.Block,
    #facets_energikunskap.Block,
    #facets_mainIndex.Block {
        margin-top: -45px;
    }

    .collapsable .collapsable-heading {
        background-image: url('/static/img/symbolup-small.png');
        background-position: right 50%;
        background-repeat: no-repeat;
    }

        .collapsable .collapsable-heading.closed {
            background-image: url('/static/img/symboldown-small.png');
            background-position: right 50%;
            background-repeat: no-repeat;
        }

    .search-searchResults .search-searchResult > ol li {
        padding-right: 25px;
        background-image: url('/static/img/symbolright-small.png');
        background-position: right 50%;
        background-repeat: no-repeat;
    }

        .search-searchResults .search-searchResult > ol li.bestbet {
            background-position: calc(100% - 10px) 50%;
        }

    .search-searchResults .search-searchResult .search-pagination {
        display: none;
    }

    #content .search-searchTabs {
        padding: 20px;
    }

    #content .search-searchResults .search-searchResult {
        padding: 0px 20px;
    }
    /*#endregion*/

    /******************************************/
    /*#region NewsArchive/ProclamaionArchive  */
    /******************************************/

    .ArchiveFilters.Block {
        margin-top: -45px;
    }

    .ArchiveFilters .collapsable .collapsable-heading {
        background-image: url('/static/img/symbolup-small-white.png');
        background-position: right 50%;
        background-repeat: no-repeat;
    }

        .ArchiveFilters .collapsable .collapsable-heading.closed {
            background-image: url('/static/img/symboldown-small-white.png');
            background-position: right 50%;
            background-repeat: no-repeat;
        }

    .ListBlock.NewsArchiveTop .CategoryTabs {
        padding-left: 25px;
        padding-right: 25px;
    }

    .ListBlock .body ul li {
        padding-right: 0;
    }

        .ListBlock .body ul li a {
            background: url('/static/img/symbolright-small.png') right center no-repeat;
            padding-right: 30px;
        }

    .ListBlock.Archive .body ul li:last-child a {
        border-bottom: 0;
    }

    .ListBlock.Archive .pager {
        margin-top: 10px;
    }

        .ListBlock.Archive .pager .ArchiveMobilePagingContent {
            margin: 0;
            padding: 15px 0 15px 0;
            background: #d9d9d9;
            text-align: center;
            font-weight: bold;
            cursor: pointer;
        }
    /*#endregion*/

    /***************************/
    /*#region   Prenumeration  */
    /***************************/
    .SubscriptionForm {
        margin-left: -25px;
        margin-right: -25px;
    }
        .SubscriptionForm .section {
            padding: 20px 25px;
        }

            .SubscriptionForm .section .inputCheckBox {
                width: 100%;
                float: none;
            }

    .subscribeBtn {
        float: none;
        border: none;
        background: #d9d9d9;
        font-weight: bold;
        padding: 10px;
        width: 100%;
        display: block;
    }

    .SubscriptionList a {
        background-image: url('/static/img/vidare.png');
        background-repeat: no-repeat;
        background-position: right;
        padding-right: 30px;
    }

    .SubscriptionRequestBlock {
        margin-top: 20px;
    }

    .SubscriptionRequestForm {
        margin-left: -27px;
    }

        .SubscriptionRequestForm > div {
            margin-left: 25px;
            margin-right: 25px;
        }
    /*#endregion*/

    /***************************/
    /*#region   Sajtfot        */
    /***************************/
    #footerSocialContent {
        text-align: center;
    }

        #footerSocialContent > div > div {
            display: inline-block;
        }

    /*#endregion*/

    /***************************/
    /*#region   Huvud/Sidfot   */
    /***************************/
    .pageHeader .socialIcons {
        /*margin-top: 45px;*/
    }

    .socialIcons {
        display: inline;
    }

    .pageFooterIcons {
        text-align: center;
        margin-top: 50px;
    }

        .pageFooterIcons .socialIcons {
            float: none;
        }
    /*#endregion*/


    /***************************/
    /*#region  NovaSearchPage  */
    /***************************/
    .novaSearchTabsWrapper {
        margin: 0 auto 20px auto;
        width: 100%;
        text-align: center;
    }

        .novaSearchTabsWrapper .novaSearchTabSimple,
        .novaSearchTabsWrapper .novaSearchTabAdvanced {
            padding: 15px;
        }

    .novaSearchForm .novaRow .novaColumnLeftRight,
    .novaSearchForm .novaRow .novaColumnLeft {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .novaSearchForm .novaRow .novaColumnRightRight,
    .novaSearchForm .novaRow .novaColumnRight {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .novaSearchForm .novaRow .novaColumnLeftIn,
    .novaSearchForm .novaRow .novaColumnRightIn {
        display: block;
        width: 100%;
    }

    .novaSearchForm .novaSubRow {
        width: 100%;
    }

        .novaSearchForm .novaSubRow .novaColumnLeft {
            padding-right: 0;
        }

        .novaSearchForm .novaSubRow .novaColumnRight {
            padding-left: 0;
        }

        .novaSearchForm .novaSubRow .novaColumn {
            float: left;
            width: 32%;
            text-align: center;
        }

    .novaSearchForm .advancedQueryWrapper .editor-field .field {
        width: 100%;
    }



    .novaSearchForm .queryButtonWrapper .btn {
        margin: 10px auto;
    }

    .novaSearchForm .col-projektledare,
    .novaSearchForm .col-start {
        overflow: hidden;
    }
    /*#endregion*/


    /*******************************/
    /*#region E-diarium SearchPage */
    /*******************************/

    .diarieSearchArea .formSubRow {
        width: 100%;
    }

        .diarieSearchArea .formSubRow .formSubColumnLeft,
        .diarieSearchArea .formSubRow .formSubColumnRight,
        .diarieSearchArea .formRow .formColumnLeft,
        .diarieSearchArea .formRow .formColumnRight {
            float: none;
            width: 100%;
            padding-right: 0;
            margin-bottom: 10px;
        }

    .diarieSearchArea .editor-field .field {
        width: 100%;
    }


    .diarieSearchResults .col-avdelning,
    .diarieSearchResults .col-arendemening,
    .diarieSearchResults .col-avsandare {
        overflow: hidden;
    }

    /*#endregion*/


    /******************************/
    /*#region  CDMProjektKarta    */
    /******************************/
    .ArticleBody .MainBody #MapCategoryArea #MapCategoryButtons .MapCategoryButton {
        width: 96%;
    }
    /*#endregion*/

    /*************************/
    /*#region  vanliga sidor */
    /*************************/
    /*.row.middlecontent {
        padding-top: 45px;
    }*/

    .ArticleBody {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*#endregion*/

    /***************************/
    /*#region  StatisticsPage  */
    /***************************/
    .StatisticsPageBody h1 {
        margin-left: 20px;
    }

    .StatisticsPageBody .CategoryTabs {
        border-top: 0;
    }

        .StatisticsPageBody .CategoryTabs .body {
            padding: 0 0 0 20px;
            /*padding: 20px 0 0 20px; borttaget för tillfälligt behov*/
        }


    /*#endregion StatisticsPage*/

    /*******************************/
    /*#region  Du är inloggad-text */
    /*******************************/

    .WidePage .loggedInDiv {
        width: 100%;
    }
    /*#endregion Du är inloggad-text*/

    /*******************************/
    /*#region  Brödsmula            */
    /*******************************/

    .WidePage .Breadcrumbs {
        width: 100%;
    }
    /*#endregion Brödsmula*/

    /*************************/
    /*#region Kontaktsök (EKR)*/
    /*************************/
    #ContactSearchForm,
    #EkrResults {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*#endregion Kontaktsök (EKR) */
    .solel-red-sticky {
        right: 55px;
    }
}

/*För att styra menybredd i  telefoner*/
@media (max-width: 400px) {

    .row-offcanvas-left.active {
        left: 100%;
    }

    #MobileMenuContainer {
        left: -100%;
        width: 100%;
        margin-left: 0;
    }

}

@media (min-width: 768px) {
    /**************************/
    /*#region proclamationPage*/
    /**************************/
    .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo .left {
        min-width: 300px;
    }
    /*#endregion*/


    /**************************/
    /*#region SolEl*/
    .headingBildpuff {
        word-wrap: break-word;
    }
}

@media (min-width: 992px) {

    #content .TopArea .header .MainMenu ul > li._3,
    #content .TopArea .header .MainMenu ul > li.back,
    #content .TopArea .header .MainMenu ul > li.doubleback {
        display: none;
    }

    .pageFooterIcons {
        padding-left: 0;
    }

    /**************************************/
    /*  ListBlock in NewsPageLeftList */
    /**************************************/
    .NewsPageLeftList .ListBlock .header {
        background-color: #ffffff;
    }

        .NewsPageLeftList .ListBlock .header h2 {
            margin: 0;
            padding: 0 0 20px 0;
            line-height: 28px;
            font-size: 20px;
            /*font-weight: bold;*/
            font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
            color: #4d4d4d;
        }

    .NewsPageLeftList .ListBlock .body {
        padding: 0;
    }

        .NewsPageLeftList .ListBlock .body ul li {
            padding: 0;
            margin: 0 0 10px 0;
            background-color: #F5F5F5;
        }

            .NewsPageLeftList .ListBlock .body ul li a {
                border: 0;
                background: url('/static/img/symbolright-smaller.png') 10px center no-repeat;
                padding: 10px 5px 10px 30px;
            }

                .NewsPageLeftList .ListBlock .body ul li a:hover,
                .NewsPageLeftList .ListBlock .body ul li a.active {
                    color: #ffffff;
                    background: url('/static/img/symbolright-smaller-white.png') 10px center no-repeat;
                    /*background-color: #008CCC;*/
                    text-decoration: none;
                }

            .NewsPageLeftList .ListBlock .body ul li.Green_hover a:hover,
            .NewsPageLeftList .ListBlock .body ul li.Green_hover a.active {
                background-color: #7DBA00;
            }

            .NewsPageLeftList .ListBlock .body ul li.Orange_hover a:hover,
            .NewsPageLeftList .ListBlock .body ul li.Orange_hover a.active {
                background-color: #FF6600;
            }

            .NewsPageLeftList .ListBlock .body ul li.Blue_hover a:hover,
            .NewsPageLeftList .ListBlock .body ul li.Blue_hover a.active {
                background-color: #6688C0;
            }

            .NewsPageLeftList .ListBlock .body ul li.LightBlue_hover a:hover,
            .NewsPageLeftList .ListBlock .body ul li.LightBlue_hover a.active {
                background-color: #008CCC;
            }

            .NewsPageLeftList .ListBlock .body ul li.Pink_hover a:hover,
            .NewsPageLeftList .ListBlock .body ul li.Pink_hover a.active {
                background-color: #C7007D;
            }

            .NewsPageLeftList .ListBlock .body ul li.MossGreen_hover a:hover,
            .NewsPageLeftList .ListBlock .body ul li.MossGreen_hover a.active {
                background-color: #666600;
            }

            .NewsPageLeftList .ListBlock .body ul li div.listitemdate {
                display: none;
            }

            .NewsPageLeftList .ListBlock .body ul li div.listitemtitle {
                font-size: 16px;
                font-family: HelveticaNeueRoman, Helvetica, sans-serif;
                font-weight: normal;
                line-height: 26px;
            }

            .NewsPageLeftList .ListBlock .body ul li a.active div.listitemtitle {
                font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
            }

            .NewsPageLeftList .ListBlock .body ul li div.listitemcategory {
                display: none;
            }

            .NewsPageLeftList .ListBlock .body ul li div.listitemtext {
                display: none;
            }

    .NewsPageLeftList .ListBlock .footer {
        margin: 0;
        padding: 10px 5px 10px 30px;
        text-align: left;
        background: url('/static/img/symbolleft-smaller.png') 10px center no-repeat;
        background-color: #F5F5F5;
    }

    .NewsPageLeftList .ListBlock a.footer {
        display: block;
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 16px;
    }

        .NewsPageLeftList .ListBlock a.footer:hover {
            color: #ffffff;
            background: url('/static/img/symbolleft-smaller-white.png') 10px center no-repeat;
            /*background-color: #008CCC;*/
            text-decoration: none;
            /*font-weight: bold;*/
        }

        .NewsPageLeftList .ListBlock a.footer.Green_hover:hover {
            background-color: #7DBA00;
        }

        .NewsPageLeftList .ListBlock a.footer.Orange_hover:hover {
            background-color: #FF6600;
        }

        .NewsPageLeftList .ListBlock a.footer.Blue_hover:hover {
            background-color: #6688C0;
        }

        .NewsPageLeftList .ListBlock a.footer.LightBlue_hover:hover {
            background-color: #008CCC;
        }

        .NewsPageLeftList .ListBlock a.footer.Pink_hover:hover {
            background-color: #C7007D;
        }

        .NewsPageLeftList .ListBlock a.footer.MossGreen_hover:hover {
            background-color: #666600;
        }

    .NewsPageLeftList .ListBlock .btn-group {
        display: none;
    }

    /*************************/
    /*#region  Statistiksidor*/
    /*************************/
    .StatisticsPageBody h1 {
        margin-top: -8px;
    }

    /*#endregion*/
}


/**************************/
/*#region SolEl*/
@media (max-width: 1180px) and (min-width: 991px) {
    .nextPanelStatic {
        width: 160px;
        height: 160px;
    }
}

.myPages .nuffin {
    padding: 20px 0;
    /*text-align: center;*/
    font-family: HelveticaNeueLight,Helvetica,sans-serif;
}

.myPages ul.noDecoration {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-indent: 0 !important;
}

.myPages.ArticleBody h1 {
    margin-top: 20px;
}
table.myPagesTable tbody {
    border-bottom: none;
}

.personal-permissions, .employee-permissions {
    margin-bottom: 50px;
}




/*
.myPages ul > li:before {
    display: none !important;
}

.myPages .description ul > li:before {
    display: inline-block !important;
}*/

.myPages table {
    width: 100%;
}

    .myPages table .exclamationMark {
        font-weight: bold;
        text-align: center;
    }

    .myPages table tbody .exclamationMark {
        color: #CC0000;
    }

    .myPages table .lightbulbOn {
        background: url('/static/img/lightbulb-on.png') no-repeat;
    }
    .myPages table th {
        position: relative;
    }

    .myPages table th,
    .myPages table td {
        vertical-align: top;
        padding: 10px 10px;
    }

    .myPages table thead .lightbulbOn {
        background-position: 20px 17px;
    }
        .myPages table thead .lightbulbOn .sort {
            right: initial;
        }
    .myPages table tbody .lightbulbOn,
    .myPages table tbody .lightbulbOff {
        width: 13px;
        height: 20px;
        display: block;
    }

    .myPages table a {
        display: block;
        color: #212121;
    }

    .myPages table a.red {
        color: #CC0000;
    }

    .myPages table tbody tr.clickable td,
    .myPages table tbody tr.clickable th {
        cursor: pointer;
    }

.myPages .pagedAway,
.myPages .filteredAway {
    display: none;
}

.myPages table .header-container {
    min-height: 34px;
    margin-right: 15px;
}

.myPages table .filter {
    font-family: HelveticaNeueItalic, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.myPages table .filter select, .myPages table .filter input {
    width: 100%;
    display: block;
}

.myPages table .filter input {
    line-height: 13px;
    padding: 3px;
}

.myPages table .sort {
    font-size: 12px;
    top: 7px;
    right: 10px;
    position: absolute;
}

.myPages table .sort a {
    line-height: 11px;
    color: #606060;
}

.myPages table .sort a:hover {
    text-decoration: none;
    color: #000;
}

.myPages table .sort a.remove {
        margin-left: 3px;
    margin-bottom: 1px;
}

.myPages table .filter.limitedNumberOfValues {
    overflow-y: auto;
    overflow-x: hidden;
    height: 90px;
    width: 100%;
}

    .myPages table .filter.limitedNumberOfValues a {
        display: block;
        padding-left: 20px;
        background-image: url('/static/img/checkbox.png');
        background-repeat: no-repeat;
        font-size: 12px;
        line-height: 17px;
    }

        .myPages table .filter.limitedNumberOfValues a.selected {
            background-image: url('/static/img/aktivcheckbox.png');
        }

.myPages.errorPage h2 {
    margin-top: 90px;
    margin-bottom: 20px;
}

.myPages.cases {
}

    .myPages.cases {
        margin-top: 30px;
    }

    .myPages.cases thead {
        white-space: nowrap;
    }


.myPages.case {
}

    .myPages.case .fields {
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
        margin-top: 30px;
        margin-bottom: 40px;
    }

        .myPages.case .fields li {
            display: block;
            padding: 10px 20px;
        }

            .myPages.case .fields li:nth-child(odd) {
                background-color: #f6f6f6;
            }

            .myPages.case .fields li .description,
            .myPages.case .fields li .value {
                display: inline-block;
            }

            .myPages.case .fields li .description {
                font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
                width: 50%;
            }

            .myPages.case .fields li .value {
                width: 48%;
            }

    .myPages.case .newEvent {
        margin-bottom: 40px;
    }

        .myPages.case .newEvent a {
            font-family: HelveticaNeueItalic, Helvetica, sans-serif;
            background: url('/static/img/fileicons/newfile.png') no-repeat 2px 1px;
            display: inline-block;
            padding-left: 30px;
        }

    .myPages.case .events.tabs a.tabLabel {
        padding: 10px 15px;
        margin: 20px 15px 20px 0;
        display: inline-block;
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
        color: #212121;
    }

        .myPages.case .events.tabs a.tabLabel.selected {
            display: inline-block;
            background-color: #767676;
            font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
            color: #fff;
        }


    .myPages.case .events.tabs .tabContents .tabContent {
        display: none;
        max-width: 200%;
    }

        .myPages.case .events.tabs .tabContents .tabContent.selected {
            display: block;
        }

        .myPages.case .events li a {
            font-family: HelveticaNeueItalic, Helvetica, sans-serif;
            background: url('/static/img/fileicons/existingfile.png') no-repeat 2px 1px;
            display: inline-block;
            padding-left: 30px;
            color: #428bca;
        }

.myPages.allEServices {
}

    .myPages.allEServices .intro {
        margin-bottom: 40px;
    }

    .myPages.allEServices .description {
        margin-bottom: 20px;
        font-family: HelveticaNeue, Helvetica, sans-serif;
    }

    .myPages.allEServices .link {
        display: inline-block;
        margin: 0 12px 20px 0;
        padding: 10px 15px;
        font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
        background-color: #d9d9d9;
        color: #1b1b1b;
    }

        .myPages.allEServices .link.disabled {
            text-decoration: line-through;
            color: #6c6c6c;
        }


.myPages.activeEServices {
}

.myPages.activeEServices ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-indent: 0 !important;
}


    .myPages.activeEServices .intro {
        margin-bottom: 40px;
    }

    .myPages.activeEServices .service {
        margin-bottom: 40px;
    }

        .myPages.activeEServices .service a {
            font-family: HelveticaNeueItalic, Helvetica, sans-serif;
            background: url('/static/img/fileicons/newfolder.png') no-repeat 0 1px;
            display: inline-block;
            padding-left: 30px;
        }

.myPages.loginForm .errorMessage {
    font-style: italic;
    font-size: 14px;
}

.myPages.loginForm #AlreadyLoggedIn {
    padding: 25px 40px 60px 40px;
}

.myPages .contact-information-container {
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
}
@media (min-width: 768px) {
    .no-padding-left {
        padding-left: 0px;
    }

    .no-padding-right {
        padding-right: 0px;
    }

    .no-margin-right {
        margin-right: 0 !important;
    }
}

@media (min-width: 1180px) {
    .myPages .contact-information-container .input-label {
        padding-right: 0;
        line-height: 39px;
        padding-left: 80px;
    }
}

.myPages .contact-information-container input {
    padding: 5px;
    margin-bottom: 10px;
}

.myPages .contact-information-container input[type=text] {
    width: 100%;
}

.myPages .contact-information-container input[type=submit] {
      display: inline-block;
      margin: 0 12px 20px 0;
      padding: 10px 15px;
      font-family: HelveticaNeueHeavy,Helvetica,sans-serif;
      background-color: #d9d9d9;
      color: #1b1b1b;
      border: none;
}

.myPages .contact-information-container .form-message {
    margin-bottom:40px;
    font-size:18px;
}

.myPages .contact-information-container .form-message .red {
    color:#CC0000;
}

.myPages .contact-information-container .form-message .green {
    color:#009900;
}
@media print {
    body {
    }

    @page {
        size: 210mm 297mm;
        margin: 9mm 16mm 27mm 16mm;
    }

    /**************************/
    /*#region   IE8           */
    /**************************/
    .col-md-push-4 {
        left: 0 !important;
    }

    .col-md-pull-8 {
        right: 0;
    }
    /*#endregion*/

    .table-responsive {
        overflow: visible;
        border: none;
    }

    .Breadcrumbs {
        display: none;
    }

    .paginator,
    .Block,
    .socialIcons,
    .printing-button,
    .printing-button-testlab {
        display: none;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 18px;
        font-weight: bold;
    }

    h3 {
        font-size: 14px;
    }

    .pageFooterText.col-xs-12.col-sm-8,
    p {
        max-width: none;
        font-size: 12px;
    }

    a[href]:after {
        content: none !important;
    }

    #MobileMenuContainer {
        display: none !important;
    }

    .hidden-print {
        display: none !important;
    }

    #content {
        /*padding: 0 20px;*/
    }

        #content .TopArea {
            margin: 0px;
        }

            #content .TopArea .printSiteLogo {
                display: block;
                margin-top: 10mm;
                margin-left: 30px;
            }

            #content .TopArea .TopImageArea,
            #content .TopArea .MainSlideshow,
            #content .TopArea .header {
                display: none;
            }

        #content .row.middlecontent {
            margin-left: 0;
            margin-right: 0;
            margin-top: 0;
            padding-top: 5mm;
        }

        #content .middlecontent nav {
            display: none;
        }

        #content .middlecontent .hidden-xs,
        #content .middlecontent .hidden-sm {
            display: none;
        }

        #content .middlecontent .col-xs-12.col-sm-8.col-md-9,
        #content .middlecontent .col-xs-12.col-sm-9,
        #content .middlecontent .col-xs-12.col-sm-12.col-md-8 {
            width: 100%;
        }

        #content .middlecontent .ArticleBody {
        }

            #content .middlecontent .ArticleBody .intro,
            #content .middlecontent .ArticleBody .introduction {
                font-size: 14px;
            }

                #content .middlecontent .ArticleBody .intro p,
                #content .middlecontent .ArticleBody .introduction p {
                    font-size: 14px;
                }

            #content .middlecontent .ArticleBody h1 {
                margin-top: 0px;
            }

            #content .middlecontent .ArticleBody p {
                line-height: normal;
            }

            #content .middlecontent .ArticleBody .MainBody ol > li,
            #content .middlecontent .ArticleBody .MainBody ul > li {
                font-size: 12px;
            }

            #content .middlecontent .ArticleBody .MainBody .dateLine {
                font-size: 14px;
            }

            #content .middlecontent .ArticleBody .MainBody .proclamationInfoTable {
                border-top: 2px solid #ccc;
                border-bottom: 2px solid #ccc;
            }

                #content .middlecontent .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo {
                }

                    #content .middlecontent .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo span {
                        font-size: 14px;
                        border-bottom: 1px solid #ccc;
                        padding: 20px 10px;
                    }

                    #content .middlecontent .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo p {
                        font-size: 14px;
                    }

            #content .middlecontent .myPages {
                margin-top: 0px;
            }

                #content .middlecontent .myPages table {
                    width: 100%;
                    font-size: 12px;
                }

                    #content .middlecontent .myPages table thead,
                    #content .middlecontent .myPages table tbody {
                        width: 100%;
                        border-left: none;
                        border-right: none;
                        overflow-wrap: break-word;
                        font-size: 12px;
                    }

                    #content .middlecontent .myPages table tr {
                        width: 100%;
                        font-size: 12px;
                    }

                    #content .middlecontent .myPages table th,
                    #content .middlecontent .myPages table td {
                        padding: 4px;
                        overflow-wrap: break-word;
                        font-size: 12px;
                    }

        #content .middlecontent .myPages.case {
            color: green;
        }

            #content .middlecontent .myPages.case .fields li:first-of-type {
                border-top: 1px solid #CCC;
            }

            #content .middlecontent .myPages.case .fields li {
                border-bottom: 1px solid #CCC;
                padding: 1.5mm 0;
            }

            #content .middlecontent .myPages.case .newEvent {
                display: none;
            }

            #content .middlecontent .myPages.case .Block {
                display: block;
            }

            #content .middlecontent .myPages.case .events.tabs .tabLabels {
                display: none;
            }

    .myPages table tr {
        border-bottom: 1px solid #CCC;
    }

    .myPages table th,
    .myPages table td {
        padding: 1mm 3mm 1mm 0;
    }

    .myPages.case .events li a {
        background: none;
        padding-left: 0;
    }

    .myPages.allEServices .link {
        display: none;
    }


    /**************************/
    /*#region   Blockquote    */
    /**************************/

    .Block.CategoryTabs {
        display: block;
        padding: 0px;
        border: none;
    }

        .Block.CategoryTabs h2,
        .Block.CategoryTabs li a {
            display: none;
            padding: 0px;
            font-size: 14px;
        }

            .Block.CategoryTabs li a.selected {
                display: block;
            }

    .Block.ExpandableBlock {
        display: none;
    }

        .Block.ExpandableBlock.expanded {
            display: block;
        }

        .Block.ExpandableBlock .header {
            padding: 0;
        }

        .Block.ExpandableBlock .body {
            padding: 0;
        }

    /*#endregion*/

    .nowrap {
        white-space: normal;
    }

    #footer {
        display: none;
    }

    /**************************/
    /*#region   Calendar    */
    /**************************/

    #Calendar {
    }

        #Calendar .heading {
            font-size: 18px;
        }

        #Calendar table {
        }

            #Calendar table thead {
            }

            #Calendar table tbody {
            }

                #Calendar table tbody tr {
                }

                    #Calendar table tbody tr td {
                    }

                        #Calendar table tbody tr td .event {
                            border: 0px;
                        }

                            #Calendar table tbody tr td .event h3 {
                                font-family: HelveticaNeueRoman, Helvetica, sans-serif;
                                font-size: 12px;
                                line-height: 15px;
                                white-space: nowrap;
                            }

                        #Calendar table tbody tr td.active {
                        }

                            #Calendar table tbody tr td.active .cell-wrapper {
                            }

                                #Calendar table tbody tr td.active .cell-wrapper .mobile-event-list {
                                    display: none;
                                }



    /*#endregion*/

    /**************************/
    /*#region   Blockquote    */
    /**************************/
    blockquote {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        padding: 35px 40px 25px 120px;
        background-color: #d9d9d9 !important;
        color: #1b1b1b !important;
        background-image: url('/static/img/quote.png') !important;
        background-repeat: no-repeat !important;
        background-position: 25px 40px !important;
    }
    /*#endregion*/


    /**************************/
    /*#region   Blockquote    */
    /**************************/
    #ProductGroupPage #MainContent #TestTable {
        max-width: 190mm;
        width: auto;
    }

    #ProductGroupPage #MainContent #TestTable .buttons-wrapper {
        display: none;
    }

    #ProductGroupPage #MainContent #TestTable .table-wrapper {
        font-size: 7pt;
        width: auto;
        overflow-x: hidden;
    }

        #ProductGroupPage #MainContent #TestTable .table-wrapper table tbody tr {
            border-bottom: 1px solid #d9d9d9;
        }    

        #ProductGroupPage #MainContent #TestTable .table-wrapper table thead tr th,
        #ProductGroupPage #MainContent #TestTable .table-wrapper table tbody tr td {
            padding: 2mm 3mm;
        }    

        #ProductGroupPage #MainContent #TestTable .table-wrapper table thead tr th.first-column,
        #ProductGroupPage #MainContent #TestTable .table-wrapper table tbody tr td.first-column {
            display: none;
        }    
    /*#endregion*/

    /*#region Cookie consent message*/
    .cookie-consent-wrapper,
    .cookie-consent-wrapper.show-cookie-consent {
        display:none;
    }

    .col-print-xs-6 {
        width:50%;
    }
    /*#endregion*/
}

/* sun calculation page*/
/*#region GENERAL */
.sun-calculation h1, .sun-calculation h2, .sun-calculation h3, .sun-calculation h4, .sun-calculation label,
.sun-calculation p, .sun-calculation a, .sun-calculation input, .sun-calculation .input-group-addon, .sun-calculation .input-group-addon {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.sun-calculation h1, .sun-calculation h2 {
    font-size: 24px;
    font-weight: bold;
}

.sun-calculation h3 {
    font-size: 16px;
    font-weight: bold;
}

.sun-calculation__section-toggle {
    text-decoration: none;
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
    color: #212121;
    margin-top: 45px;
    font-weight: bold;
    line-height: 28px;
}

    .sun-calculation__section-toggle .glyphicon-plus, .sun-calculation .glyphicon-minus {
        float: left;
        line-height: 24px;
        font-size: 16px;
        padding-right: 6px;
        color: #D34046;
    }

.sun-calculation a[aria-expanded=true] .glyphicon-plus {
    display: none;
}

.sun-calculation a[aria-expanded=false] .glyphicon-minus {
    display: none;
}

.sun-calculation__section-toggle:hover, .sun-calculation__section-toggle:visited, .sun-calculation__section-toggle:link, .sun-calculation__section-toggle:active {
    text-decoration: none;
    color: #212121;
}

@media (max-width: 991px) {
    .sun-calculation__ingress {
        padding-top: 40px;
    }

    .sun-calculation .tab-content {
        padding-top: 40px;
    }
}


.sun-calculation__ingress--image {
    position: absolute;
    top: -40px;
}

    .sun-calculation__ingress--image img {
        max-width: 120%;
        width: 120%;
    }

.sun-calculation__ingress h1 {
    margin-bottom: 18px;
    padding-top: 30px;
}

.sun-calculation__ingress p {
    margin-bottom: 30px;
}

.sun-calculation--section {
    background-color: #F8E0E1;
    height: auto;
    padding-bottom: 100px;
}

.sun-calculation-assumption-item__container {
    display: none;
}

.sun-calculation__print-only {
    display:none;
}

.sun-calculation__range-input-value, .sun-calculation__number-input-value {
    display: none;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.sun-calculation ul {
    padding-left: 0;
    border-bottom: none;
}

.sun-calculation li {
    list-style: none;
}

.sun-calculation .nav li {
    width: 47%;
    padding-bottom: 0;
    max-height: 65px;
    padding-top: 20px;
    overflow: hidden;
}

.sun-calculation .nav .active {
    overflow: visible;
}

.sun-calculation .nav li a {
    background-color: #F4868B;
    -ms-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    color: #3C3C3C;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.sun-calculation .nav li.active a {
    background-color: #F8E0E1;
    border-color: #F8E0E1;
}

.sun-calculation .nav img {
    height: 85px;
    float: right;
    top: -33px;
    position: inherit;
}



.sun-calculation input[type=number]::-webkit-inner-spin-button,
.sun-calculation input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sun-calculation--buisness-link a {
    color: #D34046;
    text-decoration: underline;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
}

.sun-calculation .no-padding-left {
    padding-left: 0px;
}

.sun-calculation .no-padding-right {
    padding-right: 0px;
}

.sun-calculation .no-padding {
    padding: 0;
}

.sun-calculation .no-margin-left {
    margin-left: 0px;
}

.sun-calculation .no-margin-right {
    margin-right: 0px;
}

.sun-calculation .top-border {
    border-top: 1px solid black;
}

.sun-calculation .bottom-border {
    border-bottom: 1px solid black;
    padding-bottom: 24px;
}



/*#endregion GENERAL */
/*#region mobil-navigation*/
.sun-calculation .show-mobile-menu {
    top: 55px;
}

.sun-calculation .show-mobile-menu--conatiner {
    width: 100%;
}

.sun-calculation .hide-mobile-menu {
    display: none;
}

@media (min-width: 991px) {
    .sun-calculation .show-mobile-menu {
        display: none;
    }
}

@media (max-width: 991px) {
    .sun-calculation {
        margin-top: 55px;
    }

    .sun-calculation--section {
        border-radius: 15px 15px 0 0;
    }
}
/*#endregion mobil-navigation*/

/*#region result*/
.sun-calculation .sun-calculation__basic-result .result {
    height: 80px;
    font-size: 100px;
    color: #D34046;
    line-height: 80px;
    font-weight: bold;
}

.sun-calculation .sun-calculation__basic-result .result .glyphicon-plus {
  top: -17px;
  font-size: 40px;
  display: inline-block;
}

.sun-calculation .show-mobile-menu--result .result .glyphicon-plus {
    font-size: 15px;
    top: -4px;
    display: inline-block;
}

.sun-calculation .sun-calculation__basic-result .result.alert-text {
  font-size: 20px;
  line-height: 1.1;
}

@media (max-width: 500px) {
  .sun-calculation .sun-calculation__basic-result .result {
    font-size: 80px;
  }

  .sun-calculation .sun-calculation__basic-result .result .glyphicon-plus {
    /*font-size: 30px;*/
    top: -4px;
  }
}s


.sun-calculation .sun-calculation__basic-result .result__description {
    /* font-size: 12px;
    text-align: center;
    font-family: Helvetica Neue LT Std;
    font-weight: 600;
    height: 24px;*/
    color: #000000;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
}

.sun-calculation .sun-calculation__advance-result .result {
    height: 30px;
    color: #D34046;
    font-size: 40px;
    line-height: 30px;
    font-weight: bold;
}


.sun-calculation .sun-calculation__advance-result .result__description {
    height: 24px;
    color: #000000;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    font-weight: 600;
    margin-top: 15px;
}

.sun-calculation .sun-calculation_basic-result--header .result {
    height: 44px;
    color: #d34046;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 30px;
    line-height: 44px;
    text-align: center;
    margin-top: 0;
}

.sun-calculation .sun-calculation_basic-result--header .sun-calculation__basic-result .result.alert-text {
  font-size: 14px;
  line-height: 1.1;
}

@media (max-width: 500px) {
  .sun-calculation .sun-calculation_basic-result--header .sun-calculation__basic-result .result.alert-text {
    font-size: 11px;
    line-height: 1;
  }
}


.sun-calculation .sun-calculation_basic-result--header .result__description {
    color: #000000;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    font-weight: bold;
    word-break: break-all;
    margin-bottom: 0;
}

.sun-calculation .show-mobile-menu--result:nth-child(1), .sun-calculation .show-mobile-menu--result:nth-child(2) {
    border-right: 1px solid black;
}

.sun-calculation_basic-result--header {
    border-bottom: solid rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

.sun-calculation_basic-result--header .container {
  background: #F8E0E1;
  padding-top: 15px;
  padding-bottom: 10px;
}

.sun-calculation .sun-calculation__basic-result:nth-child(2) {
    /*padding-left: 40px;*/
}


/*#endregion result*/
/*#region range input */
.sun-calculation .form-control {
    color: #8F8F8F;
    font-size: 16px;
}

.sun-calculation .form-inline .form-group {
    width: 100%;
}

.sun-calculation .input-group .form-control {
    z-index: 0;
}

.sun-calcylation__refresh-button, .sun-calcylation__pdf-button, .sun-calcylation__print-button {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background: transparent;
    border: none;
    text-decoration: underline;
    margin-top: 16px;
    text-align: left;
    width: 170px;
    float:right;
}

    .sun-calcylation__refresh-button:focus, .sun-calcylation__pdf-button:focus, .sun-calcylation__print-button:focus {
        outline: 0;
    }

    .sun-calcylation__pdf-button, .sun-calcylation__print-button {
        padding-left: 4px;
    }

@media (max-width: 992px) {
    .sun-calcylation__refresh-button, .sun-calcylation__pdf-button, .sun-calcylation__print-button {
        padding-top: 8px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
}


.sun-calcylation__refresh-button span, .sun-calcylation__pdf-button span, .sun-calcylation__print-button span {
    border-radius: 50%;
    border: #d34046 solid 2px;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    text-align:center;
}

.sun-calcylation__refresh-button .glyphicon, .sun-calcylation__pdf-button .glyphicon, .sun-calcylation__print-button .glyphicon {
    vertical-align: middle;
    font-size: 28px;
    color: #d34046;
    line-height: 48px;
    -webkit-animation: none;
    animation: none;
}



    .sun-calcylation__pdf-button .glyphicon.loading {
        -webkit-animation: spin 1000ms infinite linear;
        animation: spin 1000ms infinite linear;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.sun-calcylation__pdf-button .glyphicon.loading:before {
    content: "\e201";
}

.sun-calculation__range-input--input {
    width: 100%;
    height: 40px;
}

    .sun-calculation__range-input--input input {
        display: inline-block;
        vertical-align: middle;
    }

.sun-calculation__range-input--number {
    float: right;
    width: 85%;
}

@media (max-width: 992px) {
    .sun-calculation__range-input--number {
        width: 75%;
    }
}

.sun-calculation__range-input--number p {
    line-height: 14px;
    font-size: 12px;
    font-weight: 600;
    float: right;
}

.sun-calculation__range-input .input-group-addon {
    background-color: white;
    padding-left: 0px;
    font-weight: 600;
    font-size: 12px;
    border-left: 0;
    -ms-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
    border: none;
}

.sun-calculation__range-input label {
    font-size: 15px;
    font-weight: normal;
    vertical-align: middle;
    line-height: 40px;
}

.sun-calculation__range-input .form-group .input-group input[type="number"], .sun-calculation__range-input .form-group .input-group input[type="text"] {
    float: right;
    height: 40px;
    border-right: 0;
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -moz-appearance: textfield;
    border: none;
    box-shadow: none;
}

    .sun-calculation__range-input .form-group .input-group input[type="number"]:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media (max-width: 768px) {
    .sun-calculation__range-input .form-group .input-group input[type="number"] {
        -ms-border-radius: 4px;
        border-radius: 4px;
        border-right: 1px;
    }
}

@media (max-width: 500px) {
    .sun-calculation__range-input--number {
        width: 100%;
    }
}

.sun-calculation input[type="range"]:focus {
    outline: none;
}

.sun-calculation input[type="range"] {
    padding: 0;
    margin: 10px auto auto auto;
    -webkit-appearance: none;
    position: relative;
    overflow: visible;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    width: 100%; /* Specific width is required for Firefox. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .sun-calculation input[type="range"] {
        margin-top: 0px;
    }
}

.sun-calculation input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #C83E43;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-top: -4px;
}

.sun-calculation input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 10px rgba(203, 62, 67, 0.2);
}

.sun-calculation input[type="range"]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 10px rgba(203, 62, 67, 0.2);
}

.sun-calculation input[type="range"]::-webkit-slider-thumb:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 40%;
    width: 10%;
    height: 200px;
    display: block;
    background: #C83E43;
    z-index: -10;
    box-shadow: 0 0 10px #EA8489;
    opacity: .1;
}

.sun-calculation input[type=range]::-webkit-slider-runnable-track {
    height: 7px;
    background-color: #EA8489;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.sun-calculation input[type="range"]::-moz-range-track {
    background-color: #EA8489;
    height: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.sun-calculation input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #C83E43;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.sun-calculation input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #C83E43;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-top: 0;
}

.sun-calculation input[type="range"]:focus::-ms-thumb {
    box-shadow: 0 0 0 10px rgba(203, 62, 67, 0.2);
}

.sun-calculation input[type="range"]:hover::-ms-thumb {
    box-shadow: 0 0 0 10px rgba(203, 62, 67, 0.2);
}


.sun-calculation input[type="range"]::-ms-fill-lower {
    background: #EA8489;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

.sun-calculation input[type="range"]::-ms-fill-upper {
    background: #EA8489;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}

.sun-calculation input[type="range"]::-ms-ticks-after {
    display: none;
}

.sun-calculation input[type="range"]::-ms-ticks-before {
    display: none;
}

.sun-calculation input[type="range"]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 19px 0;
    color: transparent;
    height: 7px;
}

.sun-calculation input[type="range"]::-ms-tooltip {
    display: none;
}
/*#endregion range input */
/*#region number input field*/
.sun-calculation__input-number label {
    font-size: 15px;
    line-height: 1;
    font-weight: normal;
    vertical-align: middle;
    width: 87%;
}
}

@media (max-width: 500px) {
    .sun-calculation__input-number label {
        width: 80%;
    }

    .sun-calculation__input-number .input-group-addon {
        padding-right: 3px;
    }

    .sun-calculation__input-number .form-group .input-group input[type="number"], .sun-calculation__input-number .form-group .input-group input[type="text"] {
        padding: 0 0 0 12px;
    }
}

.sun-calculation__input-number .form-group .input-group input[type="number"], .sun-calculation__input-number .form-group .input-group input[type="text"] {
    float: right;
    height: 40px;
    /* BORDER */
    border-right: 0;
    border-radius: 4px 0 0 4px;
    -moz-appearance: textfield;
    border: none;
}

    .sun-calculation__input-number .form-group .input-group input[type="number"]:focus, .sun-calculation__input-number .form-group .input-group input[type="text"]:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.sun-calculation__input-number .input-group-addon {
    background-color: white;
    padding-left: 0px;
    font-weight: 600;
    font-size: 12px;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    border: none;
    box-shadow: none;
}
/*#endregion input field*/
/*#region tooltip*/
.sun-calculation__tooltip {
    position: relative;
    display: inline-block;
}

    .sun-calculation__tooltip button {
        border: none;
        background-color: #f2f2f2;
        float: right;
    }

.sun-calculation .tooltip .tooltip-inner {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background-color: #F2F2F2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  color: black;
  padding: 12px;
  font-size: 14px;
  min-width: 240px;
  max-width: 280px;
  font-weight: normal;
  text-align: left;
  white-space: pre-line;
}

.sun-calculation .tooltip.in {
    -ms-opacity: 1;
    opacity: 1;
}

.sun-calculation .tooltip .tooltip-arrow {
    display: none;
}

.sun-calculation .glyphicon-question-sign {
    color: #D34046;
    font-weight: 800;
    margin-right: 10px;
    cursor: pointer;
    line-height: 40px;
}

.sun-calculation .glyphicon-info-sign {
    color: #D34046;
    line-height: 25px;
    margin-right: 0;
}

@media (min-width: 992px) {
    .sun-calculation #calculation-result, .sun-calculation #calculation-result-public {
        padding-right: 5px;
        padding-left: 35px;
    }
}

.sun-calculation #calculation-result #collapseResult {
    overflow:hidden;
}

.sun-calculation #calculation-result .sun-calculation__tooltip, .sun-calculation #calculation-result-public .sun-calculation__tooltip, .sun-calculation .calculation-result--small .sun-calculation__tooltip {
    float: right;
}

@media (max-width: 992px) {
    .sun-calculation #calculation-result .sun-calculation__tooltip, .sun-calculation #calculation-result-public .sun-calculation__tooltip, .sun-calculation .calculation-result--small .sun-calculation__tooltip {
        float: none;
    }

    .sun-calculation .glyphicon-info-sign {
        margin-left: 24px;
    }
}

.sun-calculation #calculation-result .tooltiptext, .sun-calculation #calculation-result-public .tooltiptext, .sun-calculation .calculation-result--small .tooltiptext {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.sun-calculation__tooltip:not(:focus):hover .tooltiptext {
    visibility: visible;
}
/*TODO */
.sun-calculation__tooltip--button:focus .tooltiptext {
    visibility: hidden;
}
/*alert text tooltip*/
.sun-calculation .input-alert {
  display: block;
}

.sun-calculation .input-alert .input-alert-text {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background-color: #F2F2F2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  color: black;
  text-align: left;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
  top: 40px; /*line height of field*/
  -ms-opacity: 0.9;
  opacity: 0.9;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  font-size: 14px;
  /*min-width: 240px;
  max-width: 280px;*/
  font-weight: normal;
}

.sun-calculation .input-alert:hover .input-alert-text {
  visibility: visible;
}

.sun-calculation .input-error {
  border: 2px #F4868B solid;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
/*#endregion tooltip*/
/*#region chart*/
.sun-calculation--bar p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

    .sun-calculation--bar p span {
        float: right;
    }

.sun-calculation--bar .chart {
    width: auto;
    padding: 0;
}

    .sun-calculation--bar .chart li {
        width: auto;
        list-style: none;
        line-height: 16px;
    }

    .sun-calculation--bar .chart span {
        height: 16px;
        background: #D34046;
        display: table;
        -ms-border-radius: 3px;
        border-radius: 3px;
        z-index: 0;
        min-width: 1%;
    }

    .sun-calculation--bar .chart li p {
        color: #903135;
        font-weight: 600;
        float: right
    }

/*#endregion chart */


