/* Minification failed. Returning unminified contents.
(817,23): run-time error CSS1038: Expected hex color, found '#f5f3e'
(817,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
html {
    background-color: #EFEEEF;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "Stockholm-Bold", sans-serif !important;
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h2, h3, h4 {
    font-family: "Stockholm-Regular", sans-serif !important;
    margin-top: 10px;
}

h5, h6 {
    font-size: 1em;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin: 10px 0 0 0 !important;
    padding-bottom: 0;
}

p {
    margin-top: 0;
}

p, span, a {
    /*font-size: 20px;*/
    font-family: "Open Sans", sans-serif !important;
    word-wrap: break-word;
}

img {
    max-width: 90%;
    margin: auto;
    margin-bottom: 5px;
}

/* --------------------- */

a:link, a:visited,
a:active, a:hover {
    color: #cae5ff;
    outline: none;
    /*padding-left: 3px;
    padding-right: 3px;*/
    text-decoration: underline;
}

section.featured a {
    color: #ffc89f;
    font-weight: bold;
}

/* Skip to content */

.skip-to-content-link {
    background: #006ebf;
    color: #fff !important;
    text-align: center;
    width: 100%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.skip-to-content-link:focus-visible {
    transform: translateY(0%);
}

.skip-to-content-link:focus {
    transform: translateY(0%);
}

/* Focus */

*:focus-visible {
    outline-style: solid;
    outline-width: 3px;
    outline-color: black;
    outline-offset: 4px;
}

a:focus-visible {
    outline-style: solid;
    outline-width: 3px;
    outline-color: black;
    outline-offset: 4px;
}

a:focus-visible img{
    outline-style: solid;
    outline-width: 3px;
    outline-color: black;
    outline-offset: 4px;
}

*:focus {
    outline-style: solid;
    outline-width: 3px;
    outline-color: black;
    outline-offset: 4px;
}

a:focus img{
    outline-style: solid;
    outline-width: 3px;
    outline-color: black;
    outline-offset: 4px;
}

img:focus {
    outline-style: solid;
    outline-width: 3px;
    outline-color: black;
    outline-offset: 4px;
}

input.apikeyerror {
    border: red solid;
}

span.apikeyerrortext {
    margin-bottom: 1em;
    padding: .25em 0.25em .25em .25em;
    border: red thin solid;
    background-color: #EEEEFF;
    background-repeat: no-repeat;
    background-position: right;
}

.mapLink {
    width: 15px;
    height: 15px; 
    border-radius: 2px; 
    background-color: transparent; 
    border-color: transparent;
    color: lightblue;
    padding: 0
}

.infoLink {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: transparent;
    border-color: transparent;
    padding: 1px
}


.featured + .main-content a{color: #0664aa;}

header, footer, hgroup,
nav, section {
    display: block;
}
.drift {
    text-align: center;
    background-color: #e4b1c3 !important; 
    width: 100%;
    display: none;
}
#driftminibar {
    width: 100%;
    display: none;
    padding: 8px 16px;
    text-align: center;
    border: none;
    outline: none;
    white-space: normal;
    float: none;
}
#imgModal {
    display: none; 
    position: fixed; 
    z-index: 5; 
    padding-top: 20px; 
    padding-bottom: 20px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
}
#modalImage {
    margin: auto;
    display: block;
    width: 80%;
    height: 100%;
    max-width: 2000px;
    max-height: 1000px;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}
.listingAccordion {
    cursor: pointer
}
.imgListing {
    float: left; 
    clear: right;
    padding-right: 10px;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    cursor: pointer;
    display: block;
}
.divListingTop {
    display: inline-block;
    width: 100%;
    height: 50%;
    min-height: 50px;
    word-wrap: break-word;
}
.divListingBottom {
    display: inline-block;
    width: 100%;
    height: 50%;
}
.divListing {
    display: inline-block;
    width: 100%;
    height: 40%;
    min-height: 200px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.highlight {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.checkGroup {
    width: 40%;
    min-width: 80px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}



.GSUtvecklarguide_h3{color:#fff;}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 16px; /*20px;*/
    padding-right: 10px;
    /*padding-left: 10px;*/
}

#body {
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        background: transparent;
        /*padding-left: 10px;*/
        padding-top: 30px;
        font-family: "Open Sans";
        font-size: 15px; /*17px;*/
    }

    .featured + .main-content {
        background: transparent;
    }
    
    .footer-content{
        background: #EFEEEF;
        padding-left: 10px;
        padding-top: 30px;
    }

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}
.header {
    padding-top: 1.5882352941em;
    padding-bottom: 1.5882352941em;
}
.logotype__site-name {
    width: 203px;
    height: 25px;
    float: left;
    margin-top: 10px;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin-top: 8px;
    margin-bottom: 1px;
    margin-left: 0px;
    margin-right: 8px;
    padding-right: 63px;
    border-right: 1px solid #333;
    width: 230px;
    height: 65px;
    float: left;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 20px 0 12px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

#divVisual {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 1000px;
}
.divMap {
    flex: 1 1 auto;
}

/* header bar with links */

.header-bar {
    clear: left;
    width: 100%;
    background-color: #f5f3ee;
    min-height: 43px;
    padding-right: 10px;
    font-size: 16px;
}

.header-bar-container {
    float: right;
    padding: 5px 5px 5px;
}

a.header-bar-link {
    color: #000;
}


/*
#return-to-site-container{ float: right; border-top: none; padding: 0px 5px 5px 5px;}
#to-site-map-container {float: right; padding: 0px 5px 5px 5px;}
#return-to-site-link { color: #000;}
#to-site-map-link { color: #000; }
*/

/* menu
----------------------------------------------------------*/

.menu {
    clear: left;
    width: 100%;
    background-color: #f5f3ee;
    line-height: 1.5em;
    min-height: 43px;
    -webkit-transition: height 1s;
}

.menu ul
{
    margin: 0 auto; 
    padding: 0;
    max-width: 1200px;
}

.menu ul li
{
    display: inline;
} 

.menu ul li a
{
    float: left; 
    text-decoration: none;
    color: #333;
    padding: 10.5px 11px;
}
.menu ul li a:hover, .menu ul li .current
{
    color: #fff;
    background-color:#0b75b2;
    /*border-bottom: 5px solid #074e77;*/
}

.menu .menu_selectedItem, .menu .menu_selectedItem:hover 
{
    color: #fff !important; 
    background-color:#006ebf;
    /*border-bottom: 5px solid #ffc89f;*/
}

@media screen and (max-width: 1200px) { 
    .menu ul li
    {
        display: block;
        margin-top: 2px;
        margin-left: 10px;
    } 
    /*.menu ul li a
    {
        float: none;
        text-decoration: none;
        color: #333;
        padding: 0;
        background-color: #efeeef; 
    }*/
    .menu ul li a:hover, .menu ul li .current
    {
        color: #fff;
        background-color:#0b75b2;
        /*border-bottom: 3px solid #074e77;*/
    }
 
    .menu ul li a:hover, .menu ul li .current
    {
        color: #efeeef;
        background-color:#0b75b2;
    }

    .menu .menu_selectedItem, .menu .menu_selectedItem:hover 
    {
        color: #fff !important; 
        background-color:#0b75b2;
        /*border-bottom: 3px solid #fcbf0a;*/
    }
}
 
/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #006ebf;
}

    .featured .content-wrapper {
        background-color: #006ebf;
        color: #fff;
        padding: 20px 0 30px 0;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        /*.featured p {
            font-size: 1.1em;
        }*/

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, 
    hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }


/* obtain_forgot_apikey_container */
.obtain_forgot_apikey_container{}
section.obtain_apikey_form {
    width: 40%;
    float: left;
    padding: 10px;
    border: 1px solid grey;
    background: #fff;
    -moz-box-shadow: 5px 5px 15px #969696;
    -webkit-box-shadow: 5px 5px 15px #969696;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);
}

section.forgot_apikey_form {
    width: 40%;
    float: right;
    padding: 10px;
    border: 1px solid grey;
    background: #fff;
    -moz-box-shadow: 5px 5px 15px #969696;
    -webkit-box-shadow: 5px 5px 15px #969696;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);
}

section.forgot_apikey_form #forgot_apikey_header{}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.one {
            background: url("../Images/orderedListOne.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedListTwo.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedListThree.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 45%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 50%;
}

/* contact */

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    fieldset label {
        display: block;
        font-weight: 600;
    }

    fieldset label.checkbox {
        display: inline;
    }

    fieldset input[type="text"],
    fieldset input[type="password"],
    fieldset input[type="email"],
    fieldset input[type="tel"],
    fieldset input[type="url"]{
        border: 1px solid #e2e2e2;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
    }

    fieldset input[type="submit"] {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
    }
    .editorparagraph {
        width: 60%;
        min-width: 200px
    }
    .projecteditor {
        width: 60%;
        resize: none;
    }
    .projectdropdown {
        height: 20%;
        min-height: 180px; 
    }
/* ajax login/registration dialog */
.modal-popup {
    font-size: 0.7em;
}

    .modal-popup input[type="text"],
    .modal-popup input[type="password"] {
        width: 90%;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

ul#social li {
    display: inline;
    list-style: none;
}

ul#social li a {
    color: #999;
    text-decoration: none;
}

a.facebook, a.twitter {
    display: block;
    float: left;
    height: 24px;
    padding-left: 17px;
    text-indent: -9999px;
    width: 16px;
}

a.facebook {
    background: url("../Images/facebook.png") no-repeat;
}

a.twitter {
    background: url("../Images/twitter.png") no-repeat;
}

.minibar {
    display: none;
    background-color: #f5f3e !important;
    width: 100%;
}
.minibar a {
    text-decoration: none;
    color: black !important;
    width: 100%;
}
.minibar ul {
    display: none;
    padding: 0;
    list-style-type: none;
}
.minibar ul li{
    /*display: block;*/
    margin-top: 2px;
    margin-left: 10px;
    width: 80%;
}

#burgerbutton {
    color: white;
    background-color: #006ebf;
    display: none;
}

@-webkit-keyframes zoom {
from {-webkit-transform:scale(0)}
to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

@font-face {
    font-family: Stockholm-Bold;
    src: url("http://font.stockholm.se/fonts/stockholm-type/StockholmType-Bold.woff") format("woff");
    src: url("Fonts/StockholmType-Bold.otf") format("opentype");
}
@font-face {
    font-family: Stockholm-Regular;
    src: url("http://font.stockholm.se/fonts/stockholm-type/StockholmType-Regular.woff") format("woff");
    src: url("Fonts/StockholmType-Regular.otf") format("opentype");
}


/*******************************
*  Registration/Forgot api-key form styles *
*******************************/
#registerForApiKey_form_container{}
.registerForm_item{}
    #lbl_userEmail_registration{position: relative; float: left; clear: both; font-size: 12px; font-weight: bold;width: 100%;}
    #userEmail_registration{position: relative; float: left; clear: left; margin-bottom: 10px; width: 100%;}
    #lbl_userEmailVerify_registration{position: relative; float: left; clear: both;}
    #userEmailVerify_registration{position: relative; float: left; clear: left; margin-bottom: 10px;}
    #lbl_descOfProject_registration{position: relative; float: left; clear: both; font-size: 12px; font-weight: bold;}
    #descOfProject_registration{position: relative; float: left; clear: left; max-width: 100%; min-width:10%; min-height:95px; margin-bottom: 10px}
    #lbl_choiceOfSRID_registration{position: relative; float: left; clear: both; font-size: 12px; font-weight: bold;}
    #choiceOfSRID_registration{position: relative; float: left; clear: left; margin-bottom: 10px;width: 100%;}
    #sendInputButton_registration{position: relative; float: right; clear: both; width: 100px; height: 35px;}
    #checkForContact_registration{position: relative; float: left; clear: left;}
    #checkForContact_infoText{font-size:11px; position: relative; float: left; /*clear: both;*/ margin-bottom: 10px; width: 360px;}
.mandatory_input{color:red;}
/* error message */
.error {height:15px; background-color:#FFFE36; font-size:11px; border:2px solid #000; padding:4px 10px;	color:#000;	display:none;}

/* pure CSS arrow */
.error em {display:block; width:0; height:0; border:10px solid; border-color:transparent #000 transparent transparent; position:absolute; bottom: 1px; left: -20px;}

.error p {margin:0;}

#lbl_userEmail_forgotApiKey{position: relative; float: left; clear: both; font-size: 12px; font-weight: bold;width: 100%;}
#userEmail_forgotApiKey{position: relative; float: left; clear: left;width: 100%;}
#sendInputButton_forgotApiKey{position: relative; float: right; clear: both; width: 100px; height: 35px;}
.newsDateSpan{font-size: 0.8em; float: left;}
.disclaimer_gdpr { font-size: 14px; display: inline-block; }

/********************
*   Mobile Styles   *
********************/

    @media only screen and (max-width: 1200px) {
        #ulMenu {
            min-width: 600px;
            max-width: 600px;
        }

        .header-bar {
            display: none;
        }

        .header-bar-container {
            display: none;
        }
    }

    @media only screen and (max-width: 600px) {
        .menu {
            min-height: 0;
        }

        #divDrift {
            display: none !important;
        }

        #ulMenu {
            display: none;
        }

        .header-bar {
            display: none;
        }

        .header-bar-container {
            display: none;
        }

        .site-title {
            display: none;
        }

        .minibar ul {
            display: block;
            padding: 0;
            list-style-type: none;
        }

        #burgerbutton {
            display: block;
            right: 0;
            position: absolute;
        }

        .closebutton {
            float: right;
        }

        .site-title {
            border-right: 0px solid #333;
        }

        .header {
            display: flex !important;
            padding: 0;
            min-height: 50px;
        }

        header .content-wrapper {
            padding: 0;
        }

        .obtain_apikey_form {
            width: 100% !important;
            margin-bottom: 20px;
        }

        .forgot_apikey_form {
            width: 100% !important;
        }

        #to-site-map-container {
            position: absolute;
        }
    }
    
    @media only screen and (max-width: 850px) {

        /* header
    ----------------------------------------------------------*/
        header .float-left,
        header .float-right {
            float: none;
        }

        /* logo */
        header .site-title {
            margin: 10px;
            text-align: center;
        }

        /* login */
        #login {
            font-size: .85em;
            margin: 0 0 12px;
            text-align: center;
        }

            #login ul {
                margin: 5px 0;
                padding: 0;
            }

            #login li {
                display: inline;
                list-style: none;
                margin: 0;
                padding: 0;
            }

            #login a {
                background: none;
                color: #999;
                font-weight: 600;
                margin: 2px;
                padding: 0;
            }

                #login a:hover {
                    color: #333;
                }

        /* menu */
        nav {
            margin-bottom: 5px;
        }

        ul#menu {
            margin: 0;
            padding: 0;
            text-align: center;
        }

            ul#menu li {
                margin: 0;
                padding: 0;
            }


        /* main layout
    ----------------------------------------------------------*/
        .main-content,
        .featured + .main-content {
            background-position: 10px 0;
        }

        .featured .content-wrapper {
            padding: 10px;
        }

        /* page content */
        article, aside {
            float: none;
            width: 100%;
        }

        /* ordered list */
        ol.round {
            list-style-type: none;
            padding-left: 0;
        }

            ol.round li {
                padding-left: 10px;
                margin: 25px 0;
            }

                ol.round li.one,
                ol.round li.two,
                ol.round li.three {
                    background: none;
                }

        /* features */
        section.feature {
            float: none;
            padding: 10px;
            width: auto;
        }

            section.feature img {
                color: #999;
                content: attr(alt);
                font-size: 1.5em;
                font-weight: 600;
            }

            section.feature a {
                color: #ffc89f;
                font-weight: bold;
            }

        /* forms */
        fieldset input[type="text"],
        fieldset input[type="password"] {
            width: 90%;
        }

        /* login page */
        #loginForm {
            border-right: none;
            float: none;
            width: auto;
        }

            #loginForm .validation-error {
                display: block;
                margin-left: 15px;
            }

        #socialLoginForm {
            margin-left: 0;
            float: none;
            width: auto;
        }

        /* footer
    ----------------------------------------------------------*/
        footer .float-left,
        footer .float-right {
            float: none;
        }

        footer {
            text-align: center;
            height: auto;
            padding: 10px 0;
        }

            footer p {
                margin: 0;
            }

        ul#social {
            padding: 0;
            margin: 0;
        }

        a.facebook, a.twitter {
            background: none;
            display: inline;
            float: none;
            height: auto;
            padding-left: 0;
            text-indent: 0;
            width: auto;
        }
    }
    /**** Utvecklarguider styles ****/
    .guideTableHeader {
        text-align: left;
        margin: 0;
        padding: 0;
    }

