/*
 * Main stylesheet for the new cleaned structure.
 *
 * 190223 VIPHI
 */
/* 
 * General
 */
@keyframes knock-right {
    0%, 100% {
        transform: translate(0,0)
    }

    25% {
        transform: translate(20%,0)
    }

    50% {
        transform: translate(20%,0)
    }
}

@keyframes knock-left {
    0%, 100% {
        transform: translate(0,0)
    }

    25% {
        transform: translate(-20%,0)
    }

    50% {
        transform: translate(-20%,0)
    }
}

html {
}

div.cookie-header {
    background: #fff;
    font-size: 1em;
    text-align: left;
    line-height: 2.75em;
    padding: 1.5em 2em 1.5em;
    box-sizing: border-box;
    float: unset;
    width: 100%;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
    z-index: 10;
    text-align: center;
}

    div.cookie-header a {
        color: #D62B32;
        text-decoration: underline;
    }

div#cookie-header.cookie-header input.btn {
    margin: 0 auto;
    margin-left: auto;
    background: #D62B32;
    color: #fff;
    border-radius: 2em;
    text-transform: unset;
    margin-left: 1em;
    color: #fff;
    font-family: "Century Gothic",Arial;
}

    div#cookie-header.cookie-header input.btn:hover {
        background: #902429;
    }

body {
    font-family: Verdana, Arial;
    font-size: 1em;
    line-height: 150%;
    color: #1c1917;
    background: rgb(250,250,250);
    background: linear-gradient(180deg, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
}

form {
    padding-bottom: 0;
    width: 100%;
    overflow: hidden;
}

input, textarea, select {
}

pre, code, kbd {
}

strong, b {
}
caption {
    display:none;
}
em {
    font-size: 15px;
    font-weight: 600;
}

.ingress {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.05px;
    line-height: 30px;
}

.pre-amble {
}

.alert {
}

strong em {
    font-weight: bold;
}

a {
    color: #D62B32;
}

/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Century Gothic",Arial;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    color: #051033;
    font-family: "Century Gothic",Arial;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
}

    h1.pagetitle, h2.pagetitle {
        color: #051033;
        font-family: "Century Gothic",Arial;
        font-size: 32px;
        font-weight: 600;
        line-height: 42px;
        padding-bottom: 10px;
    }

div.siteContent h1 {
    border-bottom: 1px dotted #bbb;
}

div.siteContent h1 {
    margin-bottom: 20px;
}

h2 {
    color: #051033;
    font-family: "Century Gothic",Arial;
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
}

h3 {
    color: #051033;
    font-family: "Century Gothic",Arial;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.38px;
    line-height: 32px;
}

h4 {
    color: #051033;
    font-family: "Century Gothic",Arial;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.29px;
    line-height: 28px;
}

h5 {
    color: #051033;
    font-family: "Century Gothic",Arial;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.29px;
    line-height: 24px;
}

h6 {
    color: #051033;
    font-family: "Century Gothic",Arial;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.29px;
    line-height: 21px;
}

h2.header, h3.header {
}

.siteHeader h1 {
}
/*
 * Main site containers 
 */
div.siteTopLinks-container,
div.siteHeader-container,
div.siteMain-container,
div.siteFooter-container,
div.siteInfo-container {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

div.siteHeader-container-wrapper {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 7000;
}

    div.siteHeader-container-wrapper.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }

        div.siteHeader-container-wrapper.sticky + .ImageText {
            display: none;
        }

div.siteMain-container {
    padding-top: 0;
    padding-bottom: 30px;
    position: relative;
    margin-top: 112px;
    float: left;
}

body.default div.siteMain-container {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 112px;
}


div.siteFooter-container {
    background: #292524;
    position: relative;
    padding: 6em 0;
    float: left;
    margin-top: 5em;
}

div.siteHeader,
div.siteFooter,
div.siteInfo {
    width: 1280px;
    margin: 0 auto;
}

.siteTopLinks-container {
    z-index: 999;
}

.siteTopLinks-inner {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    height: 37px;
    box-sizing: border-box;
}

div.siteMain {
    padding-bottom: 0;
    position: relative;
    width: 1170px;
    margin: 0 auto;
}

div.siteInfo-container {
    background: #fff;
    border-top: 1px solid #E6E6E6;
    color: #7A838E;
    padding: 10px 0;
    font-size: 13px;
}

div.siteInfo ul,
div.siteInfo ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}
/*
 * Site header
 */
div.siteHeader {
    position: relative;
    height: 7em;
}

/*div.siteLogo {
    width: auto;
    position: relative;
    top: 2.25em;
    left: 0;
}*/
div.siteLogo {
    width: auto;
    position: relative;
    top: 1.275em;
    left: 0;
}

    div.siteLogo img {
        width: 157px;
        float: left;
        background: #fff;
    }

    div.siteLogo a {
        float: left;
    }


div.global-authorization {
    background: transparent;
    position: absolute;
    right: 0;
    top: 2.5em;
    width: 30.5em;
}

    div.global-authorization i {
        display: none;
        visibility: hidden;
    }

div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
    padding: 0;
}

    div.global-unauthorized-login a, div.global-unauthorized-register a, div.global-authorized-mypages a, div.global-authorized-logout a, div.global-language a, div.global-rss a {
        font-family: "Century Gothic",Arial;
        color: #fff;
        font-size: 0.9375em;
        font-weight: 600;
        padding: 14px 32px;
        margin-left: 0.75em;
        position: relative;
        background: #D62B32;
        border: 1px solid #D62B32;
        line-height: unset;
        border-radius: 10px;
        text-decoration: none;
    }

        div.global-unauthorized-login a:hover, div.global-unauthorized-register a:hover, div.global-authorized-mypages a:hover, div.global-authorized-logout a:hover, div.global-language a:hover, div.global-rss a:hover {
            background: #902429;
            border-color: #902429;
        }

    div.global-unauthorized-register a {
        background: #fff;
        border: 1px solid #D62B32;
        color: #D62B32;
    }

        div.global-unauthorized-register a:hover {
            background: #902429;
            border: 1px solid #902429;
            color: #fff;
        }

div.global-language {
    position: absolute;
    padding: 0;
    left: 0;
}

    div.global-language a {
        background: unset;
        border: none;
        color: #1c1917;
        padding-right: 0;
        margin-right: 5em;
    }

        div.global-language a:hover {
            background: unset;
            border-color: #fff;
            color: #D62B32;
        }

        div.global-language a:before {
            content: url(../Img/globe.svg);
            display: inline;
            position: absolute;
            left: 0;
            top: 10px;
        }

        div.global-language a:hover:before {
            content: url(../Img/globe-red.svg);
            left: 0;
        }

div.global-rss {
    display: none;
    visibility: hidden;
}

/*
 * Sidebar container 
 */
div.siteSidebar {
    margin-top: 0;
    margin-bottom: 3em;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    width: 23.40425531914894%;
}

/*
 * Content containers 
 */
div.siteContentHeader {
    margin-top: 0;
    margin-bottom: 20px;
    background: #fff;
    width: 100%;
    position: relative;
    padding: 70px 0 60px;
    box-sizing: border-box;
    text-align: center;
}

    div.siteContentHeader h1.pagetitle {
        max-width: 60%;
        text-align: center;
        margin: 0 auto;
    }


    div.siteContentHeader p {
        color: #000000;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0.05px;
        line-height: 30px;
        text-align: center;
        width: 50%;
        margin: 30px auto;
        display: block;
    }

div.siteContent {
    padding-top: 10px;
    width: 74.46808510638298%;
}

    div.siteContent .col75 {
        width: 100%;
    }

div.siteContentFull {
    position: relative;
    width: 100%;
}

div.siteContentPopup {
    position:relative;
}

div.siteContentIframe {
}

/*
 * Footer elements 
 */
div.siteBreadcrumbs {
    float: none;
    color: #000;
    font-size: 0.875em;
    letter-spacing: 0.03px;
    line-height: 1.5em;
    text-decoration: none;
    width: 1170px;
    margin: 2.25em auto;
}

    div.siteBreadcrumbs a {
        font-family: 'Open Sans', Arial, sans-serif;
        color: #000;
        text-decoration: none;
    }

    div.siteBreadcrumbs b {
        font-weight: 600;
    }

    div.siteBreadcrumbs a:hover {
        color: #D62B32;
    }

div.siteOptions {
}

div.siteContact {
}

div.siteLogos {
}

ul.siteOptions {
}

    ul.siteOptions li {
    }

/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {
}

.col100 {
    width: 100%;
}

.col75 {
    width: 74.46808510638298%;
}

.col50 {
    width: 48.93617021276596%;
}

.col37 {
}

.col33 {
    width: 31.33333333333333%;
}

.col25 {
    width: 23.40425531914894%;
}

.page-popup {
}

/*
 * Errormessage control
 */
div.errormsg {
}

div.erroricon {
}

div.errortext {
    font-size: 14px;
    line-height: 24px;
}

ul.mypage_profile_interest_header h4 {
    font-size: 21px;
    margin-top: 3px;
}

div.interest-header {
    padding: 6px 10px;
    background-color: #D62B32;
    border-color: #D62B32;
    color: #fff;
    font-weight: 600;
}

    div.interest-header .alert {
        color: #fff;
        font-weight: bold;
    }

    div.interest-header p.content-left span {
        color: #fff;
    }

    div.interest-header table tbody tr td.small a {
        color: #fff;
    }

div.interest-objectinfo div.subst-table ul.subst-row {
    padding: 0;
}

div.interest-image {
    border: 1px solid #d0d0d0;
    float: left;
    width: 130px;
    height: 72px;
    padding: 10px;
    overflow: hidden;
    text-align: center;
}

div.interest-footer p {
    background-color: transparent;
    font-size: 13px;
}

div.interest-objectinfo {
    width: 78%;
    float: right;
}

    div.interest-objectinfo div.subst-table ul.subst-row li:first-of-type {
        width: 25%;
    }

    div.interest-objectinfo div.subst-table ul.subst-row li:last-of-type {
        width: 73%;
    }

div.interest-interestinfo {
    height: auto;
    width: 790px;
    padding: 10px 10px 10px 0;
}

    div.interest-interestinfo table tbody tr td a {
        background-color: #D62B32;
        color: #fff;
        padding: 3px 14px;
        display: inline-block;
        border-radius: 4px;
        margin-bottom: 4px;
        text-decoration: none;
    }

        div.interest-interestinfo table tbody tr td a:first-of-type {
            background-color: red;
            display: none;
        }

    div.interest-interestinfo table tbody tr td {
        width: auto;
        float: right;
        display: inline;
    }

    div.interest-interestinfo table tbody tr:first-child td:first-child {
        float: left;
    }

    div.interest-interestinfo table tbody tr:last-child td {
        float: left;
    }

    div.interest-interestinfo table tbody tr td a.image,
    div.interest-interestinfo table tbody tr td a.planning {
        background: none;
        display: inline-block;
        float: left;
        color: #000;
        padding: 0;
        font-weight: normal;
        margin-right: 15px;
        text-decoration: none;
    }

        div.interest-interestinfo table tbody tr td a.image:before,
        div.interest-interestinfo table tbody tr td a.planning:before,
        div.interest-interestinfo table tbody tr td div.right a:last-of-type:before {
            content: "\f054";
            color: #D62B32;
            font-family: FontAwesome;
            font-size: 16px;
            padding-right: 4px;
            text-decoration: none;
            top: 1px;
            position: relative;
        }

        div.interest-interestinfo table tbody tr td a.image:before {
            content: "\f03e"
        }

        div.interest-interestinfo table tbody tr td a.planning:before {
            content: "\f15b"
        }

    div.interest-interestinfo table tbody tr td div.right {
        float: left;
    }

        div.interest-interestinfo table tbody tr td div.right a {
            background: none;
            display: inline-block;
            float: left;
            color: #000;
            padding: 0;
            font-weight: normal;
            text-decoration: none;
        }

table tbody tr td div.interest-footer {
    background: #fff;
}

    table tbody tr td div.interest-footer p {
        background-image: none;
        padding: 0 0 0 10px;
        margin: 2px 0 4px 0px;
        color: #000;
    }

        table tbody tr td div.interest-footer p:before {
            content: "\f05a";
            color: #D62B32;
            font-family: FontAwesome;
            font-size: 26px;
            padding-right: 12px;
            text-decoration: none;
            top: 4px;
            position: relative;
        }

/*
 * Search area
 */
div.search_area {
    overflow: hidden;
    right: 0;
    position: absolute;
    float: right;
    top: 14px;
    right: 0;
    background: #fff;
    margin-left: 0;
    padding: 0;
    border: unset;
}

    div.search_area .search_field {
        z-index: 9999;
        position: fixed;
        top: 116px;
        left: 0;
        width: 1280px;
        margin: 0 auto;
        height: 44px;
        line-height: 44px;
        padding: 1em 1em;
        font-size: 22px;
        border: 0;
        background-color: #fff;
        outline: none;
        color: #000;
        border-radius: 0;
        right: inherit;
        display: none;
        box-shadow: none;
        outline: none;
        border: 1px solid #DEE1E5;
        box-sizing: border-box;
    }

    div.search_area .btn_search {
        display: none;
        border: none;
        color: #8C8C8B;
        background: transparent url(../Img/ico-search.png) no-repeat 0 0;
        background-size: 36px 36px;
        height: 37px;
        padding: 0;
        text-indent: -9999px;
        text-transform: uppercase;
        width: 35px;
        cursor: pointer;
        margin-top: 0;
        margin-right: 0;
        box-shadow: none;
        outline: none;
    }

.ui-autocomplete {
    z-index: 9999999;
}

div.page-col75.col75.search_results p span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblSearch {
    color: #051033;
    font-family: "Century Gothic",Arial;
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
}
/*
 * Menus
 */
ul.submenu li.meny-space {
}

    ul.submenu li.meny-space a {
        font-size: 13px;
    }

    ul.submenu li.meny-space a {
    }

ul.submenu a {
    font-family: "Century Gothic",Arial;
    color: #1C1917;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: none;
    width: auto;
    padding: 6px 0;
    border: unset;
}

    ul.submenu a:hover {
        color: #0C4A6E
    }

ul.submenu ul {
}

    ul.submenu ul a {
        color: #000;
        font-size: 1em;
        line-height: 26px;
    }

ul.submenu li {
    font-size: 100%;
}

    ul.submenu li.selected a {
        color: #0C4A6E;
        background: #E0F2FE;
    }

        ul.submenu li.selected a:hover {
            color: #0C4A6E;
            background: #F0F9FF;
        }

    ul.submenu li.selected > a {
        font-weight: 600;
        color: #0C4A6E;
    }

ul.submenu a,
ul.submenu ul a,
ul.submenu ul ul a {
    line-height: 2em;
    padding: 0.5em 1em;
    border-radius: 0.65em;
}

ul.submenu ul a,
ul.submenu ul ul a {
}

ul.submenu ul a {
    padding-left: 2em;
}

ul.submenu ul ul a {
    padding-left: 3em;
}



/*** Special styles ***/
ul.submenu li.expanded {
}

ul.submenu li.collapsed {
}

ul.submenu li.selected, ul.submenu li.childselected {
}

    ul.submenu li.selected ul, ul.submenu li.childselected ul {
        font-weight: normal;
        padding-bottom: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }

    ul.submenu li.selected > ul,
    ul.submenu li.expanded.childselected > ul {
        margin-top: 0;
        background: transparent;
    }

ul.submenu li.expanded.childselected ul li.expanded.selected.first ul,
ul.submenu li.expanded.childselected ul li.expanded.childselected.first ul {
    margin-top: 0;
}


ul.submenu li.selected ul ul, ul.submenu li.childselected ul ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

ul.submenu li.collapsed.selected a {
    background: #E0F2FE;
}

ul.submenu li.expanded.selected ul li a {
    font-weight: normal;
}

ul.submenu li.expanded.selected ul li a {
    background: transparent;
}

    ul.submenu li.expanded.selected ul li a:hover {
        background: #F0F9FF;
    }

ul.submenu li.expanded.childselected ul li a {
    font-weight: normal;
}

    ul.submenu li.expanded.childselected ul li a:hover {
        background: #F0F9FF;
    }

ul.submenu li.expanded.childselected ul li.selected a {
    background: #E0F2FE;
    font-weight: 600;
}

ul.submenu li.expanded.childselected ul li.expanded.selected ul li a {
    background: transparent;
}

    ul.submenu li.expanded.childselected ul li.expanded.selected ul li a:hover {
        background: #F0F9FF;
    }

ul.submenu li.expanded.childselected a {
    color: #0C4A6E;
}

ul.submenu li.expanded.childselected ul li.expanded.childselected a {
    font-weight: 600;
    color: #0C4A6E;
}

ul.submenu li.expanded.childselected ul li.expanded.selected ul li a {
    font-weight: normal;
}

ul.submenu li.collapsed a:before {
    content: url(../Img/arrow-menu-right.svg);
    color: #000;
    font-family: FontAwesome;
    font-size: 0.9em;
    line-height: 2.5em;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded a:before {
    content: url(../Img/arrow-menu-down.svg);
    color: #000;
    font-family: FontAwesome;
    font-size: 0.90em;
    line-height: 2.5em;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded.childselected ul li.expanded.selected a:before {
    content: url(../Img/arrow-menu-down.svg);
    color: #000;
    font-family: FontAwesome;
    font-size: 0.95em;
    line-height: 2.5em;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded.childselected ul li.collapsed.selected a:before {
    content: url(../Img/arrow-menu-right.svg);
    color: #000;
    font-family: FontAwesome;
    font-size: 0.95em;
    line-height: 2.5em;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded.childselected ul li.expanded.childselected a:before {
    content: url(../Img/arrow-menu-down.svg);
    color: #000;
    font-family: FontAwesome;
    font-size: 0.9em;
    line-height: 2.5em;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded.selected ul li.collapsed a:before {
    content: url(../Img/arrow-menu-right.svg);
    color: #000;
    font-family: FontAwesome;
    font-size: 0.95em;
    line-height: 2.5em;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded.childselected ul li.collapsed a:before {
    content: url(../Img/arrow-menu-right.svg);
    color: #000;
    font-family: FontAwesome;
    font-size: 0.95em;
    line-height: 2.5em;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded.childselected ul li.expanded.childselected ul li a:before,
ul.submenu li.expanded.childselected ul li.expanded.childselected ul li.selected a:before {
    content: "";
}

ul.submenu li.collapsed:before {
    content: "";
}

ul.submenu li.expanded:before {
    content: "";
}

ul.submenu li.expanded.selected ul li a:before {
    content: "";
}

ul.submenu li.expanded.childselected ul li a:before {
    content: "";
}

ul.submenu li.expanded.childselected ul li.expanded.selected ul li a:before {
    content: "";
}

/** SUBMENUE 2 **/
ul.submenu2 {
    width: 100%;
    display: inline-block;
    margin: 0 auto 4em;
    text-align: center;
    list-style-type: none;
}

    ul.submenu2 li {
        display: inline-block;
        text-align: center;
        margin: 0.5em 2em 1em;
    }

        ul.submenu2 li a {
            font-family: "Century Gothic", Arial;
            padding: 0 0 0.326316em;
            color: #292524;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9375em;
        }

            ul.submenu2 li a:hover {
                font-weight: 600;
                color: #D62B32;
                background: transparent url(../Img/menu-border-red-hover.gif) repeat-x 50% 100%;
            }

div.sublinkContainer ul {
    width: 100%;
    display: inline-block;
    margin: 0 auto 4em;
    text-align: center;
    list-style-type: none;
}

    div.sublinkContainer ul li {
        display: inline-block;
        text-align: center;
        margin: 0.5em 2em 1em;
    }

        div.sublinkContainer ul li a {
            font-family: "Century Gothic", Arial;
            padding: 0 0 0.326316em;
            color: #292524;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9375em;
        }

            div.sublinkContainer ul li a:hover {
                font-weight: 600;
                color: #D62B32;
                background: transparent url(../Img/menu-border-red-hover.gif) repeat-x 50% 100%;
            }

/*
 * Search area
 */
div.search_area .btn_search {
}

/*
 * Boxes
 */
.box {
}

.primary h3, .secondary h3 {
}

.primary h3 {
}

.secondary h3 {
}

.box-rental h2, .box-resident h2 {
}

h2.localnews {
}

span.button-list input {
}

a.link-large {
}

.siteBreadcrumbs, .siteOptions {
}

.siteBreadcrumbs {
}

.siteContact {
}

div.siteHeader table {
}

ul.form {
}

.box ul.form {
}

.pageFooter input {
}

div.navbar div.text {
}

    div.navbar div.text a {
        color: #fff;
    }

.tbl_list {
}

.tbl_cell_list_header {
}

.tbl_grid {
}

.agreetext, .infotext {
    line-height: 15px;
    font-size: 12px;
}

/*@import url("CM.css");*/

/* 
 * Snippets 
 */
.tbl_snippets_main {
}

.tbl_snippets_main_70 {
}

.tbl_snippets_main_hss {
}

.tbl_cell_snippet_spacer {
}

.tbl_cell_snippet_33 {
}

.tbl_cell_snippet_50 {
}

.tbl_cell_snippet_70 {
}

.tbl_cell_snippet_100 {
}

.link {
}

/*
 * Paragraphs
 */
p {
    margin-bottom: 1em;
    color: #1c1917;
    letter-spacing: 0.04px;
    line-height: 1.5em;
}

    p.mul-img img {
    }

    p.mul-plan img {
    }

    p.pNoEntries {
    }

/*
 * Hyperlinks
 */
a.image {
}

a.planning {
}

a.bulleted {
    color: #D62B32;
    text-decoration: none;
}

    a.bulleted:before,
    span.bulleted:before {
        content: "\f054";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #D62B32;
        text-decoration: none;
        font-size: 14px;
        display: inline-block;
    }

    a.bulleted:hover {
        text-decoration: underline;
    }

a.icon-areainfo img {
}

/*
 * Form elements
 */
input, select, textarea {
    font-size: 1em;
    box-shadow: unset;
    line-height: 2em;
}

input {
    height: unset;
    text-indent: 0.3em;
}

input, textarea {
    padding: unset;
}

select {
    height: auto;
}

/*** Checkbox ***/
input.check, table.check input, span.check input {
}

/*** Radiobutton ***/
input.radio, table.radio input, span.radio input, span.radio label {
}

/*** Submit button ***/
.btn, .btn-disabled {
}

.btn {
    background: #D62B32;
}

.btn, .btn-disabled, .btn_search {
    color: #fff;
    height: unset;
    padding: 0.45em 1em;
    font-size: 0.9em;
    line-height: 1.5em;
    text-shadow: none;
    border: 1px solid #D62B32;
    border-radius: 0.25em;
    background: #D62B32;
    font-weight: 600;
}

.btn-disabled {
    border: 1px solid #DEE1E5;
    background: #DEE1E5;
    color: #7A838E;
}

.btn:hover {
    background: #902429;
    border-color: #902429;
    color: #fff;
}

.btn_interest:hover {
    background: #D62B32;
    color: #000;
    transition: background .25s ease-in-out;
}

div.loginarea input.btn {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.bankidarea input.btn {
    width: 100%;
}

div.loginarea p span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_LoginControl_lblUserID,
div.loginarea p span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_LoginControl_lblPassword,
div.loginarea p span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_LoginControl1_lblUserID,
div.loginarea p span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_LoginControl1_lblPassword {
    display: none;
}

div.loginarea p {
    margin-bottom: 3px;
}

div.col25.logincontrol h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

div.loginarea hr {
    display: none;
}

div.loginarea a.bulleted {
    font-size: 13px;
    color: #000;
}

div.col25.logincontrol.alignright div.box-inner {
    background: #ebebeb;
}

.register-interest input[type="submit"] {
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    color: #D62B32;
    background: #fff;
    cursor: pointer;
    color: #D62B32;
    padding: 10px;
    font-weight: 700;
    border: 1px solid #D62B32;
}

    .register-interest input[type="submit"]:hover {
        background: #D62B32;
        cursor: pointer;
        color: #fff;
    }

/*** Input element default sizes ***/
.col50 .box-inner .textbox,
.col75 .box-inner .textbox {
}

.col50 .box-inner .textarea,
.col75 .box-inner .textarea {
}

/*
 * Horizontal rule 
 */
hr {
    width: 100%;
}

/*
 * Button list
 */
span.button-list input, span.button-list a {
}

span.button-list a {
}

    span.button-list a.selected {
    }

.rentalinfo input, .rentalinfo a {
}

/* 
 * Navigation bar
 */
div.navbar {
    float: right;
    margin: 0 0 20px
}

    div.navbar:after {
        content: '';
        clear: both;
        display: block
    }

    div.navbar .buttons {
        float: left
    }

        div.navbar .buttons .btn {
            background-color: #D62B32;
            background-image: none;
            border-color: #D62B32;
            border-image: none;
            border-radius: 3px;
            border-style: unset;
            border-width: 1px;
            box-shadow: none;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-size: 14px;
            line-height: 28px;
            height: 28px;
            margin-bottom: 0;
            padding: 4px 11px;
            text-align: center;
            text-shadow: none;
            vertical-align: middle;
            text-decoration: none;
            width: 15px;
        }

        div.navbar .buttons .nojsbuttons .btn {
            height: 30px
        }

        div.navbar .buttons .btn.first:before {
            content: "\f100";
            font-family: FontAwesome;
            font-size: 22px;
        }

        div.navbar .buttons .btn.prev:before {
            content: "\f104";
            font-family: FontAwesome;
            font-size: 22px;
        }

        div.navbar .buttons .btn.next:before {
            content: "\f105";
            font-family: FontAwesome;
            font-size: 22px;
        }

        div.navbar .buttons .btn.last:before {
            content: "\f101";
            font-family: FontAwesome;
            font-size: 22px;
        }

        div.navbar .buttons .btn.first:hover, div.navbar .buttons .btn.prev:hover, div.navbar .buttons .btn.next:hover, div.navbar .buttons .btn.last:hover {
            background-color: #D62B32;
            background-image: none;
            background-repeat: repeat-x
        }

        div.navbar .buttons .btn.first.dimmed, div.navbar .buttons .btn.prev.dimmed, div.navbar .buttons .btn.next.dimmed, div.navbar .buttons .btn.last.dimmed {
            background-color: #EAEAEA;
            background-image: none;
            border-color: #d3d3d3;
            color: #aaa;
            cursor: default
        }

    div.navbar .text {
        background: #D62B32;
        border-color: #D62B32;
        border-image: none;
        border-radius: 3px;
        border-style: unset;
        border-width: 1px;
        box-shadow: none;
        display: block;
        margin: 0 5px;
        padding: 4px 12px;
        text-shadow: none;
        vertical-align: middle;
        text-decoration: none;
        float: left;
        width: 220px;
        color: #fff;
        font-size: 13px;
        line-height: 28px;
        text-align: center;
        font-weight: 600;
    }

        div.navbar .text a {
            text-decoration: underline
        }

        div.navbar .text .left {
            float: left
        }

        div.navbar .text .right {
            float: right
        }
/*
 * Page form header & footer
 */
div.pageHeader, div.pageSubHeader {
    background: #D62B32;
    border: none;
    line-height: 2.5em;
    color: #fff;
    height: auto;
    padding: 0.125em 1em;
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-radius: 0.25em;
    font-weight: 600;
}

div.pageFooter {
    background: #fff;
    border-color: #dbdbdb;
    padding: 5px 10px;
    border-radius: 0.25em;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    div.pageFooter input {
        margin-top: 2px;
    }


/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}

div.validator-valid {
}

div.validator-unvalid {
}

span.validation-summary {
    font-size: 15px;
    color: #c00;
    font-weight: 600;
}

span.forminfo-icon {
}

span.forminfo-text {
}

/*
 * Landlord presentation
 */
div.landlord-area {
}

div.landlord-img {
}

    div.landlord-img img {
    }

ul.landlord-list {
}

    ul.landlord-list li {
    }

        ul.landlord-list li div.label {
        }

/* 
 * Image text 
 */
div.image-text-basic {
}

    div.image-text-basic img {
    }

div.article {
}

/* 
 * Parking-direct & Object-direct & Storage-direct
 */
span.ico_p-direct, span.ico_object_direct, span.ico_storage-direct {
}

span.ico_p-direct {
}

span.ico_object_direct {
}

span.ico_storage-direct {
}

/* NEWS DATE */
span.newsdate {
    color: #D62B32;
    font-size: 15px;
    margin-bottom: 9px;
    display: inline-block;
    font-weight: 600;
    color: #7A838E;
    font-style: normal;
    margin-right: 10px;
}

div.news-area div.col33.alignright.press.column span.newsdate {
    margin-bottom: 4px;
}

/* COMMENT*/
span.comment {
}

/* 
 * Table list
 */
table.tbl_list {
}

    table.tbl_list tr td {
    }

    table.tbl_list tr.tbl_cell_list_header td {
    }

/* 
 * Table grid
 */
table.tbl_grid {
}

    table.tbl_grid tr td {
    }

.headerstyle {
}

.alternate {
}

/*
 * Control specific styles
 */
div.ImageTextStyles.Image {
    margin-top: 102px;
    margin-bottom: 0;
    background: #fff;
}

    div.ImageTextStyles.Image img {
        width: 100%;
        position: relative;
        margin: 0;
        background: transparent;
    }

div.ImageTextStyles {
}


/*
 * Search Area Results
 */
div.search_results {
}

    div.search_results .search_textfield_area {
    }

    div.search_results .navbar {
    }

div.siteMenu-container {
    background: #fff;
    color: #D62B32;
    padding: 0 0 12px;
    margin-bottom: 0;
    border-bottom: 1px solid #b7cada;
}

    div.siteMenu-container:after {
        content: "";
        clear: both;
        display: block;
    }

/*** Setup basic menu look ***/
ul.topmenu {
    width: auto;
    margin: 0 auto;
    text-align: left;
    float: right;
    display: inline-block;
    top: 42px;
    position: absolute;
    left: 250px;
}

    ul.topmenu li {
        float: left;
        margin-right: 3em;
    }

        ul.topmenu li a {
            font-family: "Century Gothic",Arial;
            padding: 0 0 0.326316em;
            color: #292524;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9375em;
        }

            ul.topmenu li a:hover {
                color: #44403C;
                padding: 0 0 0.326316em;
                background: transparent url(../Img/menu-border-hover.gif) no-repeat 50% 100%;
            }

        /*** Selected item or selected child-item ***/
        ul.topmenu li.selected, ul.topmenu li.childselected {
        }

            ul.topmenu li.selected a, ul.topmenu li.childselected a {
                font-weight: 600;
                color: #D62B32;
                background: transparent url(../Img/menu-border-red-hover.gif) repeat-x 50% 100%;
            }

                ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
                    /*color: #902429;*/
                    color: #D62B32;
                }

        ul.topmenu li.last {
            display: none;
        }

            ul.topmenu li.last a {
                display: none;
            }

                ul.topmenu li.last:hover,
                ul.topmenu li.last a:hover {
                }
/*
 * Ordered/Unordered lists 
 */
ul, ol {
    margin-bottom: 25px;
}

    ul li {
        list-style-type: disc;
    }

    ol li {
    }

    /* 
 * Horizontal list 
 */
    ul.horizontal {
    }

        ul.horizontal li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
        }

        ul.horizontal li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
            font-size: 15px;
            font-weight: 300;
        }

    ul.horizontal-bulleted {
        width: 100%;
        margin-bottom: 30px;
    }

        ul.horizontal-bulleted li {
            background: none;
            padding: 0;
            margin: 0;
            border-bottom: 1px solid #eeeae4;
            list-style-type: none;
            width: 100%;
            display: block;
            line-height: 28px;
            font-size: 15px;
        }

            ul.horizontal-bulleted li:before {
                content: "\f00c";
                color: #66cc00;
                display: inline-block;
                font-family: FontAwesome;
                font-size: 14px;
                line-height: 11px;
                margin-right: 5px;
                padding: 5px;
                text-decoration: none;
                width: 10px;
            }

table.list tr td ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_blProperties li {
    background: none;
    padding: 0;
    margin: 0;
    width: auto;
    border-bottom: none;
    list-style-type: none;
    display: block;
    line-height: 28px;
    font-size: 15px;
}

div.related-content div.box-inner li.doc_document {
}

div.related-content div.box-inner li.inf_link {
}

div.related-content div.box-inner li.cm_page {
    margin-bottom: 0;
}

/*
 * Boxlist
 */
ul.boxlist {
}

    ul.boxlist li {
    }
/* 
 * FAQ List 
 */
ul.faq-list {
    border: 1px solid #dbdbdb;
    float: left;
    width: 100%;
    position: relative;
    background: #eee;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #fff;
    overflow: hidden;
}

    ul.faq-list:hover {
        background: #f1f1f1;
    }

    ul.faq-list li {
        padding-left: 14px;
        margin-top: 14px;
        margin-bottom: 6px;
    }

        ul.faq-list li p {
            margin-bottom: 12px;
        }

        ul.faq-list li.icon-questionmark {
            display: none;
        }

    ul.faq-list .question:before {
        content: "\f059";
        color: #D62B32;
        font-family: FontAwesome;
        font-size: 21px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        width: 20px;
    }

    ul.faq-list .answer:before {
        content: "\f05a";
        color: #D62B32;
        font-family: FontAwesome;
        font-size: 21px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        width: 20px;
    }

    ul.faq-list .question {
    }

    ul.faq-list .question, ul.faq-list .answer {
        display: block;
    }

    ul.faq-list ul {
        margin-left: 0;
        list-style-type: disc;
        list-style-position: inside;
    }

        ul.faq-list ul li {
            float: none;
            margin: 2px;
            list-style-type: disc;
        }

    ul.faq-list ol {
        margin-left: 0;
        list-style-type: disc;
        list-style-position: inside;
    }

        ul.faq-list ol li {
            float: none;
            margin: 2px;
            list-style-type: decimal;
        }
/* 
* Sitemap
*/
.sitemap_paragraph {
}

/* 
 * Sitemap List 
 */
ul.link {
}

ul li.maplink {
    line-height: 32px;
}

    ul li.maplink:before {
        content: "\f054";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #D62B32;
        text-decoration: none;
        font-size: 14px;
        display: inline-block;
    }

/* 
 * ListAvailable
 */
ul.listavailable {
}

.col50 ul.listavailable li a {
    float: left;
}

.col25 ul.listavailable li a.align-left {
}

ul.listavailable a img {
}

.login-container {
    width: 24.35897435897436%;
    float: right;
}

.login-mypages {
    background: #D62B32;
    color: #fff;
    text-align: center;
    padding: 20px 0px 30px 20px;
    box-sizing: border-box;
}

    .login-mypages h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 300;
        line-height: 46px;
    }

    .login-mypages p {
        font-size: 21px;
        color: #fff;
        font-weight: 300;
        margin-bottom: 4px;
    }

    .login-mypages .fa.fa-user-circle-o {
        font-size: 60px;
        margin-bottom: 10px;
    }

.register-mypages {
    background: #0e2e46;
    color: #fff;
    text-align: center;
    padding: 20px 0px 30px 20px;
    box-sizing: border-box;
}

    .register-mypages h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 300;
        line-height: 46px;
    }

    .register-mypages p {
        font-size: 26px;
        color: #fff;
        font-weight: 300;
    }

    .register-mypages .fa.fa-user-circle-o {
        font-size: 60px;
        margin-bottom: 10px;
    }

    .register-mypages a, .login-mypages a {
        color: #fff;
        text-decoration: none;
    }

/*
 * Thumbnail list
 */
div.thumbnail-container {
}

ul.thumbnail-list {
    width: 100%;
}

    ul.thumbnail-list img {
        border-width: 3px;
        margin: 6px;
    }

.thumbnail-container ul.thumbnail-list li {
}

    .thumbnail-container ul.thumbnail-list li.alignleft {
    }

.col25 .thumbnail-container ul.thumbnail-list li {
}

    .col25 .thumbnail-container ul.thumbnail-list li.alignleft {
    }

li.objectproperty-OBJECTPROPERTY_48736 span, li.objectproperty-OBJECTPROPERTY_42794 span, li.objectproperty-OBJECTPROPERTY_48501 span, li.objectproperty-OBJECTPROPERTY_48496 span {
    background-repeat: no-repeat;
    padding-left: 17px;
}

li.objectproperty-OBJECTPROPERTY_48736 span {
    background-image: url('../Img/icons/ico-seniorboende.png');
    font-size: 14px;
}

li.objectproperty-OBJECTPROPERTY_42794 span {
    background-image: url('../Img/icons/ico-studentboende.png');
    font-size: 14px;
}

li.objectproperty-OBJECTPROPERTY_48501 span {
    background-image: url('../Img/icons/ico-ungdomslagenhet.png');
    font-size: 14px;
}

li.objectproperty-OBJECTPROPERTY_48496 span {
    background-image: url('../Img/icons/ico-korttidskontrakt.png');
    font-size: 14px;
}

/*@import url("Elements/Boxes.css");*/

/*** General rules ***/
.box {
}

.box-outer {
}

.box .noheight {
}

.box-inner {
}

.box a.rss {
}

.box a img {
}

.box a.rss img {
}

td.box-inner {
}

/*** Primary ***/
.primary {
    border-radius: 4px;
    background-color: #f4f4f4;
}

    .primary .box-inner {
        color: #333333;
        font-size: 14px;
        letter-spacing: 0.04px;
        line-height: 24px;
    }

    .primary a:hover {
        color: #D62B32;
    }

    .primary.col75 .box-inner, .col75 .primary .box-outer, td.col75 .primary td.box-inner, .primary.col50 .box-inner, .col50 .box.primary .box-inner, td.col50 .primary td.box-inner, .primary.col25 .box-inner, .col25 .primary .box-inner, .primary td.box-inner {
    }

.box.primary.listavailable.col75 {
    margin-bottom: 20px;
}

.primary hr {
    margin-top: 20px;
    float: left;
    display: block;
    background: #fff;
}

.primary a.bulleted {
    color: #D62B32;
    text-decoration: none;
}

    .primary a.bulleted:hover {
        color: #D62B32;
    }

    .primary a.bulleted:hover {
        color: #D62B32;
        text-decoration: underline;
    }

    .primary a.bulleted:before {
        content: "\f054";
        font-family: FontAwesome;
        color: #D62B32;
    }
/*** Secondary ***/
.secondary {
    border-radius: 4px;
    background-color: #f4f4f4;
}

    .secondary .box-inner {
        color: #333333;
        font-size: 14px;
        letter-spacing: 0.04px;
        line-height: 24px;
    }

    .secondary hr {
    }

    .secondary a {
        color: #000;
        text-decoration: underline;
    }

        .secondary a.bulleted {
            color: #000000;
            text-decoration: none;
        }

            .secondary a.bulleted:before {
                content: "\f054";
                font-family: FontAwesome;
                color: #D62B32;
            }

            .secondary a.bulleted:after {
            }

            .secondary a.bulleted:hover {
                color: #D62B32;
                text-decoration: underline;
            }


.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size: 100%;
}

    .box-primary h3, .primary h3, .box-primary h4, .primary h4 {
        background: transparent;
        color: #051033;
        font-family: "Century Gothic",Arial;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: -0.29px;
        padding: 0;
    }

    .box-primary h5, .primary h5,
    table.box.primary.tr td.box-outer.box-inner h5 {
        background: transparent;
        color: #051033;
        font-family: "Century Gothic",Arial;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: -0.29px;
        line-height: 29px;
    }

    .box-primary h6 .primary h6,
    table.box.primary.tr td.box-outer.box-inner h6 {
        background: transparent;
        color: #051033;
        font-family: "Century Gothic",Arial;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -0.29px;
        line-height: 24px;
    }

div.rental h3, div.rental h2, div.resident h2, div.rental h2.rental, div.trade h2.trade {
    color: #051033;
    background: transparent;
    font-size: 25px;
}

    div.rental h2.rental, div.trade h2.trade {
        font-size: 28px;
        margin-bottom: 24px;
    }

.box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
    background: transparent;
    color: #051033;
    font-family: "Century Gothic",Arial;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.29px;
    line-height: 28px;
}

div.resident h2.resident, div.rental h2, div.trade h2 {
    background: transparent;
    color: #051033;
    font-family: "Century Gothic",Arial;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.29px;
    line-height: 36px;
}

div.rental div.title-icon {
    width: 40px;
}

div.residentInfo.residentLinks {
    background: #F8F8F8;
    padding: 7px 15px;
    border: 1px solid #DEE1E5;
    box-sizing: border-box;
}

    div.residentInfo.residentLinks h4 {
        font-size: 21px;
    }

ul.form li.type h2 {
    font-size: 21px;
    line-height: 29px;
}

table.col75 tbody tr td.col25 h2,
table.box.primary.col25 tbody tr td.box-outer.box-inner h3 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 5px;
}

table.box.col25 tbody tr td.box-outer.box-inner p,
table.col75 tbody tr td.col25.alignright p {
}
/*** Login Control ***/
.col25 div.loginarea span {
    margin-bottom: 7px;
}

.col37 div.loginarea span {
}

.col37 div.loginarea input {
}

    .col37 div.loginarea input.btn {
    }


/** Grids.css **/
/*
 * Table grid list
 */
div.grid {
}

table.gridlist {
    font-size: 14px;
    margin-bottom: 30px;
}

    table.gridlist tr.headerrow {
        border: 1px solid #ccc;
        background-color: #f4f4f4;
    }

        table.gridlist tr.headerrow.report {
            border: 1px solid #ccc;
            background-color: #f4f4f4;
            font-weight: bold;
            height: 50px;
        }

    table.gridlist tr.marked {
    }

    table.gridlist tr.dimmed {
    }

    table.gridlist td {
    }

        table.gridlist td.header, tr.header td {
            background: unset;
            color: #000000;
            padding: 6px 2px;
        }

            table.gridlist td.header:first-of-type {
                padding-left: 10px;
            }

            table.gridlist td.header:last-of-type {
                padding-left: 2px;
            }

            table.gridlist td.header a, tr.header td a,
            table.gridlist td.header, tr.header td {
                background-color: #f4f4f4;
                color: #000;
                font-size: 13px;
            }

                table.gridlist td.header a:hover, tr.header td a:hover {
                }

                table.gridlist td.header a.sel-asc, table.gridlist tr.header td a.sel-asc {
                    background-color: #f4f4f4;
                    color: #000;
                }

                table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                    background-color: #f4f4f4;
                }

.box-primary table.gridlist td.listitem-even, .box-primary tr.listitem-even td,
.box-secondary table.gridlist td.listitem-even, .box-secondary tr.listitem-even td,
.box table.gridlist td.listitem-even, .box tr.listitem-even td,
.box-primary table.gridlist td.listitem-odd, .box-primary tr.listitem-odd td,
.box-secondary table.gridlist td.listitem-odd, .box-secondary tr.listitem-odd td,
.box table.gridlist td.listitem-odd, .box tr.listitem-odd td {
}

table.gridlist td.listitem-odd, tr.listitem-odd td {
    border-bottom: 1px solid #DEE1E5;
    padding: 10px 3px;
    font-size: 13px;
    font-weight: bold;
}

table.gridlist td.listitem-even, tr.listitem-even td {
    padding: 10px 3px;
    font-size: 13px;
    background: #fff;
    font-weight: bold;
}

table.gridlist.report td.listitem-odd, tr.listitem-odd td {
    border-bottom: 1px solid #DEE1E5;
    padding: 10px 3px;
    font-size: 13px;
    font-weight: normal;
}

table.gridlist.report td.listitem-even, tr.listitem-even td {
    padding: 10px 3px;
    font-size: 13px;
    background: #fff;
    font-weight: normal;
}


table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}

table.gridlist tr td a {
    color: #D62B32;
    text-decoration: none;
}

table.gridlist img.objectlist_icon {
}

div.search_results table.gridlist tbody tr.header td {
    background: #D62B32;
    font-size: 1.25em;
    padding: 0.85em 1em;
    color:#fff;
}

ul.mypage_profile {
    border-bottom: 1px solid #DEE1E5;
    padding-top: 13px;
    margin-top: 20px;
}

/*
 * UL form list
 */
ul.form {
    margin: 0 0 0.6em;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.95em;
    box-sizing: border-box;
    float: left;
}

    ul.form li {
    }

        ul.form li.validator {
            width: 1.125em;
        }

        ul.form li.label {
            width: 18em;
        }

        ul.form li.value, .box ul.form li.value {
            margin-bottom: 8px;
            padding-left: unset;
        }

.box-primary ul.form li.label, .box-secondary ul.form li.label, .box ul.form li.label {
}

ul.form li.textvalue {
    padding-top: 0;
    margin-bottom: 2px;
    min-height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
}

ul.form li.value {
    font-size: 1em;
    padding-left: 280px;
}

    ul.form li.value input {
        width: auto !important;
        padding: 0 5px;
    }

ul.form li.text {
}

ul.form li.textrow, .box ul.form li.textrow {
    font-weight: normal;
    font-size: 1em;
    font-style: italic;
}

div.siteContentIframe ul.form li.label {
}

div.siteContentIframe ul.form li.text {
}

ul.form li.textrow {
}

ul.form li.value label {
}

ul.form li.value input {
}

ul.form li.label-large {
    width: auto;
    line-height: 120%;
    margin: 4px 0 0 0;
    float: left;
}

ul.form li.value select {
    width: unset
}

    ul.form li.value select#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_drpUser1Century.controlRequired {
        width: unset !important;
    }

ul.form li.value table.checkboxlist.no-border tbody tr td {
    width: 12em;
}

.formstyle {
}

    .formstyle .label {
    }

/*
 * Statistics grid
 */
div.statistics table {
}

/*
 * News-archive grid
 */
div.news-archive .date-column {
}

/*
 * News-archive grid
 */
body.default div.news-archive,
body.res_themes_bostadenumea_pages_cm_tenantstartpage div.news-archive {
    width: 100%;
    float: left;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    border-radius: 0;
    border: none;
    margin-bottom: 3em;
    margin-top: 3em;
}



    body.default div.news-archive a,
    body.res_themes_bostadenumea_pages_cm_tenantstartpage div.news-archive a {
        background: #D62B32;
        color: #fff;
        padding: 0.75em 3em 0.75em 2em;
        border-radius: 0.5em;
        font-weight: 600;
        font-size: 0.875em;
        display: inline-block;
        line-height: 2em;
    }

        body.default div.news-archive a.bulleted:before,
        body.res_themes_bostadenumea_pages_cm_tenantstartpage div.news-archive a.bulleted:before {
            content: "";
        }

        body.default div.news-archive a.bulleted:after,
        body.res_themes_bostadenumea_pages_cm_tenantstartpage div.news-archive a.bulleted:after {
            content: "";
            background: url(../Img/Arrow.svg);
            background-size: auto;
            background-size: cover;
            display: inline-block;
            width: 19px;
            height: 19px;
            position: relative;
            left: 1em;
            vertical-align: -0.35em;
        }

        body.default div.news-archive a.bulleted:hover,
        body body.res_themes_bostadenumea_pages_cm_tenantstartpage div.news-archive a.bulleted:hover {
            background-color: #902429;
            text-decoration: none;
        }

            body.default div.news-archive a.bulleted:hover:after,
            body body.res_themes_bostadenumea_pages_cm_tenantstartpage div.news-archive a.bulleted:hover:after {
                animation: knock-right 1500ms ease-in-out infinite
            }

div.news-archive .date-column {
}

div.news-archive .content-column .title {
    font-weight: 300;
    font-size: 20px;
}

div.news-archive a {
    color: #000000;
}

    div.news-archive a.bulleted:before {
        color: #D62B32;
    }
/*@import url("Elements/DynamicMap.css");*/
.dynamic-map {
    border: 0;
}

    .dynamic-map a {
        color: #D62B32;
        text-decoration: none;
        font-size: 13px;
    }

    .dynamic-map #infobox {
    }

        .dynamic-map #infobox > div {
            border-top: solid 1px #DEE1E5;
        }

    .dynamic-map #fade_bg {
    }

    .dynamic-map #fade_color {
    }

    .dynamic-map #fade_bg img {
    }

    .dynamic-map .more {
    }

        .dynamic-map .more .nr {
            background: #D62B32;
            color: #fff;
            border-radius: 50%;
        }

        .dynamic-map .more .area-label {
            line-height: 17px;
            font-weight: bold;
            color: #000;
        }

            .dynamic-map .more .area-label a {
                color: #000;
            }

    .dynamic-map div.area-img img {
        width: 100%;
    }

span.close img {
    width: initial;
}

.area-info {
    font-size: 14px;
    line-height: 23px;
}

.area-img {
    margin-top: 10px;
}

.area-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 14px;
}

    .area-links ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .area-links ul li a:before {
            content: "\f054";
            font-family: FontAwesome;
            padding-right: 6px;
            color: #D62B32;
            text-decoration: none;
            font-size: 17px;
            display: inline-block;
            top: 1px;
            position: relative;
        }
/*@import url("Elements/Slider.css");*/

/*
  * Slider width and position
  */
.col100 .slider, .col100 .slider-container {
    width: 1170px;
    position: relative;
}

.col75 .slider, .col75 .slider-container {
    width: 100%;
}

.col75 .slider, .col75 .slider-container {
}

.col50 .slider, .col50 .slider-container {
}

.col25 .slider, .col25 .slider-container {
}

.col25 .slider, .col25 .slider-container, .col25-default .slider, .col25-default .slider-container {
    width: 220px;
}

.col100 .slider img, .col100 .slider-container img {
    max-width: 1170px;
}

.slider-container {
    margin: 0 0 20px;
    position: relative;
}

    .slider-container.col25 {
        margin: 0 0 0;
    }

.slider-inner {
    height: 460px;
}

.slider {
    height: 460px;
}

    .slider img {
        max-width: 1170px;
    }
/*
 * Pager
 */
.pager-container {
    top: 3px;
    position: absolute;
    right: 16px;
    text-align: center;
}

body.hso_area_area_info_cm .pager-container {
}

.pager {
}

.pager-container ul.pager {
    display: inline-block;
    float: right;
}

    .pager-container ul.pager li.selected {
        border: 0;
        background: transparent url(../Img/Slider/slider-bullet-sel.png) no-repeat 0 0;
    }

    .pager-container ul.pager li {
        border: 0;
        background: transparent url(../Img/Slider/slider-bullet.png) no-repeat 0 0;
        width: 25px;
        height: 25px;
        margin: 0;
    }
/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {
    display: block;
    height: 3em;
    margin-top: -1.25em;
    outline: 0 none;
    position: absolute;
    top: 50%;
    width: 3em;
    z-index: 100;
    opacity: 0;
}

#slider_next {
    background: transparent url(../Img/Slider/slider-next.png) no-repeat 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

#slider_prev {
    background: transparent url(../Img/Slider/slider-prev.png) no-repeat 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.slider-inner:hover #slider_prev,
.slider-inner:hover #slider_next {
    opacity: 0.6;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

/** Slider Content **/
div.ImageTextStyles.Text {
    background-color: transparent;
    bottom: 18%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 0;
    position: absolute;
    top: 30%;
    width: 29%;
    left: 230px;
}

div.ImageText h1 {
    color: #051033;
    font-family: "Century Gothic",Arial;
    font-size: 64px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 20px;
}

div.ImageTextStyles.Text p.link:hover {
    text-decoration: underline;
}

div.ImageTextStyles.Text span.ingress {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.05px;
    line-height: 30px;
    margin-bottom: 40px;
}

div.ImageTextStyles.Text a {
    background: transparent;
    text-decoration: none;
}

    div.ImageTextStyles.Text a.ImageTextLink {
        border-radius: 3px;
        background-color: #D62B32;
        display: inline-block;
        padding: 10px 30px;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        border: 2px solid #D62B32;
    }

        div.ImageTextStyles.Text a.ImageTextLink:hover {
            background-color: #fff;
            color: #D62B32;
        }

div.ImageTextStyles.Image {
    position: relative;
}

div.ImageTextStyles.Text:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

div.ImageTextStyles.Image:hover > #slider_next, div.ImageTextStyles.Image:hover > #slider_prev {
    opacity: 1;
}

div.ImageTextStyles.Image img.mobile {
    display: none;
}


div.siteInfo ul.linkMenu {
    float: right;
}

    div.siteInfo ul.linkMenu li {
        display: inline;
        margin-left: 5px;
    }

        div.siteInfo ul.linkMenu li a {
            text-decoration: none;
            color: #fff;
        }

            div.siteInfo ul.linkMenu li a:hover {
                color: #fff;
                text-decoration: underline;
            }

ul.linkMenu {
    margin-bottom: 10px;
}

/* QuickFilter */
.objectlistFilters {
    margin-bottom: 20px;
    padding: 17px 30px 3px;
    border: 1px solid #DEE1E5;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 70px 30px -60px rgba(0,0,0,0.2), 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
}

div.objectlistFilters ul.quickfilter li.full table.check {
    width: 100%;
    margin-bottom: 30px;
}

    div.objectlistFilters ul.quickfilter li.full table.check tr {
        border-bottom: 1px dotted #DEE1E5
    }

ul.quickfilter li {
    float: left;
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    margin-right: 44px;
    width: 47%;
}

ul.form li.value table.check {
    width: 100%;
}

    ul.form li.value table.check tr {
        border-bottom: 1px dotted #DEE1E5
    }

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.4em;
}

.ui-slider .ui-slider-handle {
    border-radius: 100%;
    border: 1px solid #b9b8b6;
    cursor: default;
    height: 1.3em;
    position: absolute;
    width: 1.3em;
    z-index: 2;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 30%, #d5d5d5 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 30%,#d5d5d5 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%,#ffffff 30%,#d5d5d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=1 );
}

ul.quickfilter span.minValue, ul.quickfilter span.maxValue {
    float: left;
    font-size: 0.95em;
    width: auto;
    margin-top: 8px;
}

ul.quickfilter span.maxValue {
    float: right;
    width: auto;
}

ul.quickfilter li span.title, ul.quickfilter li span {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
}

ul.quickfilter label {
    font-size: 14px;
}

.ui-widget-header {
    background: #D62B32;
}

.ui-widget-content {
    background: #fff;
    border: 2px solid #ddd;
}

.ui-slider-horizontal .ui-slider-range {
    height: 6px;
    top: 2px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    margin-bottom: 0.85em;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 10px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 10px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 10px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 10px;
}

label.title {
    background: #D62B32;
    border: 1px solid #D62B32;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 8px 16px 10px;
}

    label.title:hover {
        background: #D62B32;
        border: 1px solid #D62B32;
        color: #fff;
    }

table.check tr td {
    padding: 8px;
}

.templatelist.block.objectlist,
ul.templatelist.block,
.templatelist.block:nth-child(1n+3) {
    background: #fff;
    border: 1px solid #dbdbdb;
    margin-right: 2%;
    width: 31.5% !important;
    font-size: 12px;
}

.templatelist.block:nth-child(3n+3) {
    margin-right: 0 !important;
}

.templatelist.block {
    background: #efefef;
    border: none;
}

    .templatelist.block li {
        padding-top: 8px;
        font-size: 14px;
    }

        .templatelist.block li a {
            padding: 0;
        }

ul.templatelist.block li h4 {
    font-size: 21px;
    font-weight: 300;
    margin-top: 0;
    text-align: center;
}

    ul.templatelist.block li h4 a {
        color: #D62B32;
        text-decoration: none;
        font-weight: 300;
    }

ul.templatelist.block li img.image {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
    overflow: hidden;
}

.templatelist.block.objectlist .image {
    width: 100%;
    height: unset;
}

.templatelist.block li:nth-of-type(9n+2) {
    padding: 0;
}

.templatelist.block.objectlist li label {
    font-weight: 600;
    width: 85px;
}

.templatelist.block.header li label, .templatelist.block li label {
    width: 70px;
}

ul.listviews {
    float: right;
    width: 100%;
    padding: 0;
    border-top: solid 1px #c4c4c4;
    padding: 10px 0;
}

    ul.listviews li {
        display: block;
        padding: 0 10px 0 0;
        list-style-type: none;
        margin-bottom: 15px;
        margin-top: 4px;
    }

        ul.listviews li a {
            font-size: 14px;
            font-weight: normal;
            text-decoration: none;
            color: #051033
        }

        ul.listviews li i {
            color: #DEE1E5;
            font-size: 14px;
            padding-right: 4px;
        }

        ul.listviews li.selected i {
            color: #D62B32;
        }

div.page-col25 ul.grid li.left {
    float: left;
    width: 90px;
    line-height: 28px;
}

div.page-col25 ul.grid li.right {
    width: auto;
    line-height: 28px;
    font-weight: 700;
    padding-left: 90px;
}

div.page-col50 ul.grid li.right {
    padding: 0;
}

div.page-col50 ul.grid li.left {
    float: left;
    line-height: 29px;
    width: auto;
    font-size: 17px;
    line-height: 38px;
    font-weight: normal;
}

div.jquerypanel .header a.hidden,
div.jquerypanel .header a {
    background-color: transparent;
    background-position: 0 50%;
}

ul.exchangeobject, div.jquerypanel {
    background-color: #f9f9f9;
    padding: 7px 16px 16px;
}

div.jquerypanel {
    padding: 12px 10px 9px;
}

ul.form.exchangeobject li.label.type h2 span {
    font-size: 19px;
}

div.jquerypanel div.header h3 {
    font-size: 18px;
    margin-bottom: 3px;
}

div.jquerypanel .header a.hidden {
    background-position: -2px 0px;
}

div.jquerypanel div.pageFooter {
    background: #e5debb;
}

span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblNoEntries {
    background: #fff;
    color: #051033;
    display: inline-block;
    font-weight: 600;
    margin-top: 30px;
    padding: 10px 20px 12px;
    border: 1px solid #D62B32;
    border-radius: 3px;
}

div.invoice, div.debt {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 12px 9px;
}

div.debt {
    background: #fff;
}

    div.debt p {
        font-size: 16px;
        margin: 0;
        padding: 0;
        line-height: 21px;
    }

    div.debt.tfcorrespondence label {
        font-size: 14px;
        margin-left: 5px;
    }

.page-col75 div.invoice, .page-col75 div.debt, .page-col75 div.invoice p.address, .page-col75 div.invoice-spec ul li.desc {
    background: #fff;
}

.tfcorrespondence .dividerTFCorrespondence {
    margin-top: 16px;
    padding-top: 4px;
    border-top: 1px #DEE1E5 solid;
}

.tfcorrespondence .btn-save-correspondence {
    float: right;
    margin-top: 0px;
}

.col75 img {
    max-width: 872px;
}

.col25 .box-inner img {
    max-width: 100%;
}

li.stageobject span {
    padding-left: 19px;
    color: #0e2e46;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
}

div.image-big img {
    width: 420px;
    border-color: #fff;
}

div.image-thumbs {
    padding-left: 440px;
}

/** Start Page **/
body.default div.col100.ListAvailable ul.listavailable.parking,
body.default div.col100.ListAvailable ul.listavailable.storage {
    display: none;
    visibility: hidden;
}

div.col100.ListAvailable {
    width: 75%;
    background-image: url(../Img/bos_stad.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

    div.col100.ListAvailable a.bulleted.matching {
        display: none;
    }

    div.col100.ListAvailable.column ul.listavailable li a:hover {
        color: #000;
        text-decoration: none;
    }

    div.col100.ListAvailable ul.listavailable li a.bulleted:before {
        content: "";
        display: none;
    }

    div.col100.ListAvailable ul.listavailable {
        width: 25%;
        float: left;
        clear: none;
        text-align: center;
        top: 40px;
        position: relative;
    }

        div.col100.ListAvailable ul.listavailable li {
            list-style-type: none;
        }

    div.col100.ListAvailable span.numero {
        color: #D62B32 !important;
        font-family: "Century Gothic",Arial;
        font-size: 90px;
        letter-spacing: 0.31px;
        line-height: 70px;
        display: block;
        font-weight: 400;
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
    }

        div.col100.ListAvailable span.numero:hover {
            color: #000 !important;
        }

    div.col100.ListAvailable span.headerobjectgroup {
        color: #000;
    }

    div.col100.ListAvailable span.link {
        float: right;
        position: absolute;
        bottom: 44px;
        right: 5px;
        border: 1px solid #D62B32;
        padding: 4px 10px;
        text-decoration: none;
    }

        div.col100.ListAvailable span.link a {
            text-decoration: none;
        }

            div.col100.ListAvailable span.link a:hover {
                text-decoration: none;
                color: #000;
            }

    div.col100.ListAvailable a {
        font-family: Century Gothic,Arial;
        font-size: 20px;
        display: block;
    }

/** LEDIGT JUST NU **/
div.box-inner.available.column ul.listavailable li a.bulleted span.headerobjectgroup br,
div.col50 div.box.secondary div.box-outer.rental div.box-inner ul.listavailable li a.bulleted span.headerobjectgroup br,
ul.listavailable li a.bulleted span.headerobjectgroup br {
    display: none;
}

div.box-inner.available.column ul.listavailable li a.bulleted span.headerobjectgroup,
div.col50 div.box.secondary div.box-outer.rental div.box-inner ul.listavailable li a.bulleted span.headerobjectgroup,
ul.listavailable li a.bulleted span.headerobjectgroup {
    margin-left: 6px;
    color: #000000;
}

div.box-inner.available.column ul.listavailable li a.bulleted span.numero,
div.col50 div.box.secondary div.box-outer.rental div.box-inner ul.listavailable li a.bulleted span.numero,
ul.listavailable li a.bulleted span.numero {
    color: #D62B32;
    font-weight: bold;
}

div.box-inner.available.column ul.listavailable li a.bulleted span.headerobjectgroup:hover,
div.col50 div.box.secondary div.box-outer.rental div.box-inner ul.listavailable li a.bulleted span.headerobjectgroup:hover,
ul.listavailable li a.bulleted span.headerobjectgroup:hover {
    color: #D62B32;
    text-decoration: underline;
}
/* YOUTUBE startsidan */

.embed-video {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 0;
}

    .embed-video iframe {
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

/* ENTRY TOP */

a.entry-container-link {
    float: left;
}

div.entry-container {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 6em;
    margin-top: 6em;
}

    div.entry-container img {
        float: left;
        margin-right: 2em;
        border-radius: 0.65em;
    }

    div.entry-container a {
        font-size: 0.95em;
    }

    div.entry-container span.keyword {
        font-family: Verdana;
        font-style: normal;
        font-weight: bold;
        text-transform: uppercase;
        color: #902429;
        font-size: 0.8125em;
        margin-top: 0.5em;
        display: block;
    }

    div.entry-container h2.title {
        margin-bottom: 0.75em;
        font-size: 1.75em;
    }

    div.entry-container p {
        margin-bottom: 1.75em;
        line-height: 1.75em;
    }

        div.entry-container p.entry-link span {
            background: #D62B32;
            color: #fff;
            padding: 0.75em 3em 0.75em 2em;
            border-radius: 0.5em;
            font-weight: 600;
            font-size: 0.875em;
            display: inline-block;
            line-height: 2em;
        }

            div.entry-container p.entry-link span:after {
                content: "";
                background: url(../Img/Arrow.svg);
                background-size: cover;
                display: inline-block;
                width: 19px;
                height: 19px;
                position: relative;
                /*top: 0.25em;*/
                left: 1em;
                vertical-align: -0.35em;
            }


            div.entry-container p.entry-link span:hover {
                background-color: #902429
            }


                div.entry-container p.entry-link span:hover:after {
                    animation: knock-right 1500ms ease-in-out infinite
                }

/** INGÅNGAR STARTSIDAN **/
div.col100.entrance {
    background: transparent;
}

div.col33.ingangar {
    box-sizing: border-box;
    margin-bottom: 2.25em;
    background: #fff;
    border-radius: 8px;
    filter: drop-shadow(0em 0em 0.4em rgba(0, 0, 0, 0.125));
}

    div.col33.ingangar h3 {
        font-size: 1.5em;
        font-weight: 600;
        /*background-image: url("../Img/Arrow-Black.svg");
        background-position: 100% 50%;*/
        padding: 1.5em;
        box-sizing: border-box;
        background-repeat: no-repeat;
        font-family: "Century Gothic",Arial;
        float: left;
        line-height: 1.5;
        width: 100%;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        margin: 0;
    }

        div.col33.ingangar h3:after {
            content: "";
            background: url(../Img/Arrow-Black.svg);
            background-size: cover;
            display: inline-block;
            width: 24px;
            height: 24px;
            position: relative;
            vertical-align: -0.15em;
            left: 1.5em;
        }

        div.col33.ingangar h3:hover:after {
            animation: knock-right 1500ms ease-in-out infinite
        }

div.ingangar p {
    float: left;
    margin: 0;
    line-height: 1.5em;
    padding: 2em;
    box-sizing: border-box;
}

div.col33.ingangar {
    position: relative
}

div.col33ingangar h3 {
    margin: 0;
    position: absolute; /* 2 */
    top: 50%; /* 3 */
    transform: translate(0, -50%)
}
/** Red box **/
div.col33.ingangar h3.red {
    background-color: #FEF2F2;
}

    div.col33.ingangar h3.red:hover {
        background-color: #FEE2E2;
    }

/** Blue box **/
div.col33.ingangar h3.blue {
    background-color: #F0F9FF;
}

    div.col33.ingangar h3.blue:hover {
        background-color: #E0F2FE;
    }
/** Green box **/
div.col33.ingangar h3.green {
    background-color: #F7FEE7;
}

    div.col33.ingangar h3.green:hover {
        background-color: #ECFCCB;
    }
/** Yellow box **/
div.col33.ingangar h3.yellow {
    background-color: #FEFCE8;
}

    div.col33.ingangar h3.yellow:hover {
        background-color: #FEF9C3;
    }
/** Grey box **/
div.col33.ingangar h3.grey {
    background-color: #FAFAF9;
}

    div.col33.ingangar h3.grey:hover {
        background-color: #F5F5F4;
    }

/** Artikel Ingång **/
div.col100.articleleed {
    width: 500%;
    margin-left: -200%;
    background-color: #F0F9FF;
    padding: 5em 0;
    margin-bottom: 5em;
    margin-top: 2em;
}

    div.col100.articleleed .col100 {
        background-color: #F0F9FF;
        width: 100%;
        text-align: center;
    }

        div.col100.articleleed .col100 .content {
            width: 800px;
            text-align: center;
            margin: 0 auto;
        }

div.col100.articleleed-content a {
    text-decoration: none;
}

div.col100.articleleed h4 {
    font-family: Century Gothic, Arial;
    font-style: normal;
    font-weight: 600;
    font-size: 1.75em;
    line-height: 1.5em;
    margin-bottom: 1.25em;
}

div.col100.articleleed-content div.content p {
    margin-bottom: 4.25em;
}

    div.col100.articleleed-content div.content p:last-of-type {
        margin-bottom: 0;
    }

div.col100.articleleed-content.contact div.content p:last-of-type {
    margin-bottom: 0;
    margin-top: 3em;
}

div.col100.articleleed p.articleleed-link span {
    background: #D62B32;
    color: #fff;
    padding: 0.75em 3em 0.75em 2em;
    border-radius: 0.5em;
    font-weight: 600;
    font-size: 0.875em;
    display: inline-block;
    line-height: 2em;
}

    div.col100.articleleed p.articleleed-link span:after {
        content: "";
        background: url(../Img/Arrow.svg);
        background-size: cover;
        display: inline-block;
        width: 19px;
        height: 19px;
        position: relative;
        /*top: 0.25em;*/
        left: 1em;
        vertical-align: -0.35em;
    }

    div.col100.articleleed p.articleleed-link span:hover {
        background-color: #902429
    }

        div.col100.articleleed p.articleleed-link span:hover:after {
            animation: knock-right 1500ms ease-in-out infinite
        }


/** Nyheter **/
h2.newsheader,
h2.contactheader {
    text-align: center;
    clear: both;
    margin-bottom: 2.5em;
    width: 100%;
    font-size: 1.75em;
}

div.news-area div.col33 span.newsdate {
    font-family: Century Gothic;
    font-style: normal;
    font-weight: 600;
    font-size: 0.95em;
    line-height: 1.5em;
    color: #0369A1;
    margin: 0 0 0.45em;
}

div.newsHeader {
    background-color: #f3b603;
    color: #fff;
    clear: both;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 20px;
    padding: 10px 20px 6px;
    box-sizing: border-box;
}

div.news-area div.col100 {
    float: left;
    width: 100%;
    margin-right: 0;
    background: transparent;
}

div.news-area div.col33.news {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    background: #fff;
    margin-bottom: 2em;
}

    div.news-area div.col33.news:nth-of-type(3n+3) {
        margin: 0;
    }

div.col33.news a {
    text-decoration: none;
    float: left;
}

div.news-area div.col33.news a img {
    max-width: 100%;
    border-radius: 0.65em;
    margin-bottom: 1em;
}

div.newsBox {
    box-sizing: border-box;
    text-align: left;
}

    div.newsBox.column h3 {
        font-size: 1.375em;
        line-height: 1.5em;
    }

div.col33.news div.newsBox.column h3 a {
    text-decoration: none;
}

div.newsBox.column h3 :after {
    content: "";
    background: url(../Img/Arrow-Black.svg);
    background-size: cover;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    vertical-align: -0.225em;
    left: 1.125em;
}

div.newsBox.column h3 :hover:after {
    animation: knock-right 1500ms ease-in-out infinite
}


div.col33.news.column div.newsBox a {
    text-decoration: none;
    color: #000;
}

div.col33.news a div.newsBox.column p {
    color: #000;
}


/** Tenant **/
div.col100.tenantstartpage {
    background: transparent;
}

div.col100.articleleed.tenant div.col100.articleleed-content a div.content {
    width: 1170px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}

    div.col100.articleleed.tenant div.col100.articleleed-content a div.content img {
        float: left;
        margin-right: 2em;
        border-radius: 0.65em;
    }

div.col100.articleleed.tenant div.col100.articleleed-content div.content p {
    margin-bottom: 2.25em;
}

div.col100.articleleed.tenant div.col100.articleleed-content a div.content h4.title {
    font-family: Century Gothic, Arial;
    font-style: normal;
    font-weight: 600;
    font-size: 1.75em;
    line-height: 1.5em;
    padding-top: 1.65em;
    margin-bottom: 0.75em;
}

/** Om oss **/
div.col100.aboutstartpage {
    background: transparent;
}

div.col100.aboutstartpage div.entry-container {
    margin-top:0;
}
    /** Kontakta oss **/
    /** Om oss **/
    div.col100.contactstartpage {
        background: transparent;
    }

    div.col100.contactstartpage div.TopArticleBostaden {
        margin-bottom: 4em;
    }

    div.col100.contactstartpage div.col100.faq-content {
        margin-bottom: 2em;
        background: transparent;
    }

    div.col100.contactstartpage ul.faq-list {
        border: none;
        float: left;
        width: 60%;
        position: relative;
        background: #F0F9FF;
        border-radius: 5px;
        margin-bottom: 5px;
        overflow: hidden;
        margin: 1em auto 1em;
        float: unset;
    }

        div.col100.contactstartpage ul.faq-list .question:before,
        div.col100.contactstartpage ul.faq-list .answer:before {
            display: none;
        }

        div.col100.contactstartpage ul.faq-list .question .area-container-collapsed:first-child:after,
        div.col100.contactstartpage ul.faq-list .question .area-container-expanded:first-child:after {
            float: right;
            top: 1em;
            position: absolute;
            left: auto;
            right: 1em;
        }

        div.col100.contactstartpage ul.faq-list li.question,
        div.col100.contactstartpage ul.faq-list li.answer {
            width: 95%;
        }

ul.faq-list .question .area-container-collapsed:first-child:after {
    content: url(../Img/plus.svg);
}

ul.faq-list .question .area-container-expanded:first-child:after {
    content: url(../Img/minus.svg);
    top: 0.75em !important;
    right: 1.25em !important;
}

div.faqmorelink {
    margin-top: 3em;
}

    div.faqmorelink p {
        text-align: center;
    }

    div.faqmorelink a {
        background: #D62B32;
        color: #fff;
        padding: 0.75em 3em 0.75em 2em;
        border-radius: 0.5em;
        font-weight: 600;
        font-size: 0.875em;
        display: inline-block;
        line-height: 2em;
        text-decoration: none;
    }

        div.faqmorelink a:after {
            content: "";
            background: url(../Img/Arrow.svg);
            background-size: cover;
            display: inline-block;
            width: 19px;
            height: 19px;
            position: relative;
            /*top: 0.25em;*/
            left: 1em;
            vertical-align: -0.35em;
        }

        div.faqmorelink a:hover {
            background-color: #902429
        }

            div.faqmorelink a:hover:after {
                animation: knock-right 1500ms ease-in-out infinite
            }


div.col100.contactstartpage div.entry-container h2.title {
    margin-bottom: 0.75em;
    font-size: 1.75em;
    margin-top: 1em;
}

div.col100.contactstartpage div.bostaden-map {
    position: relative;
    width: 440px;
    height: 300px;
    float: left;
    margin-right: 2em;
    border-radius: 0.65em;
}

    div.col100.contactstartpage div.bostaden-map iframe {
        border-radius: 0.65em;
    }

/** KONTAKT YTA **/
div.col100.contactareaimg a img.img {
    max-width: 1440px;
    position: relative;
    /*left: -180px;*/
    margin-bottom: 60px;
    width: 100%;
}

h2.contactheader {
    margin-bottom: 30px;
}

div.col100.contactus {
    margin-bottom: 40px;
}

    div.col100.contactus a {
        text-decoration: none;
    }

        div.col100.contactus a:hover {
            text-decoration: underline;
        }

    div.col100.contactus div.col33.contactbox {
        margin-bottom: 20px;
    }

        div.col100.contactus div.col33.contactbox img.image {
            float: left;
            width: 80px;
            margin-right: 20px;
        }

        div.col100.contactus div.col33.contactbox div.contactbox-container {
            overflow: hidden;
            padding-bottom: 10px;
        }

            div.col100.contactus div.col33.contactbox div.contactbox-container h4.title {
                font-family: "Century Gothic, Arial";
                margin-bottom: 5px;
                font-size: 21px;
            }

/** PROMOBOXAR **/
span.push-text {
    display: inline-block;
    font-family: "Century Gothic",Arial;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 40px;
    background-image: url("../Img/Icons/arrow-right.svg");
    font-size: 23px;
    font-weight: bold;
    transition: padding .23s ease-in,transform .23s ease-in;
    white-space: nowrap;
}

div.col100.promo div.promobox.red {
    background-color: #D62B32;
    color: #fff;
}

    div.col100.promo div.promobox.red span.push-text {
        display: inline-block;
        font-family: "Century Gothic",Arial;
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        padding-right: 40px;
        background-image: url("../Img/Icons/arrow-right-white.svg");
        font-size: 23px;
        font-weight: bold;
        transition: padding .23s ease-in,transform .23s ease-in;
        white-space: nowrap;
    }

div.col100.promo div.promobox.blue {
    background-color: #ACD6F2;
}

div.col100.promo div.promobox.green {
    background-color: #B9D88A;
}

div.col100.promo div.promobox.yellow {
    background-color: #FFE075;
}

div.col100.promo div.promobox.orange {
    background-color: #FFB25A;
}

div.col100.promo a div.col33.promobox {
    margin-bottom: 20px;
}

    div.col100.promo a div.col33.promobox div.promobox-container {
        padding: 40px;
        text-align: center;
    }

div.col100.promo.alignleft a {
    color: #000;
}

div.col100.promo a div.col33.promobox {
    text-align: center;
}

    div.col100.promo a div.col33.promobox div.promobox-container img.image {
        margin-bottom: 20px;
    }

.box-primary div.title-icon, .box-secondary div.title-icon {
    width: 47px;
}

    .box-primary div.title-icon i.fa, .box-secondary div.title-icon i.fa {
        font-size: 38px !important;
    }

    .box-primary div.title-icon i.fa {
        color: #D62B32;
    }

    .box-secondary div.title-icon i.fa {
        color: #D62B32;
    }

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 55%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
    font-size: 0.6em;
    left: -10px;
}

.fa-stack {
    line-height: 1.2em;
    height: auto;
}

.fa-building:before {
    color: #D62B32
}

.fa-stack-1x {
    line-height: inherit;
    font-size: 0.6em;
    left: -10px;
}

.fa-stack {
    line-height: 1.2em;
    height: auto;
}

.box.box-secondary div.title-icon span.fa-stack {
    line-height: 1em;
    height: 1em;
}

.box-primary div.title-icon, .box-secondary div.title-icon {
    display: inline-block;
    width: 38px;
    color: #000;
}

.fa-search:before {
    content: "\f002";
    font-size: 27px;
    left: 10px;
    position: relative;
    color: #051033
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
    color: #D62B32;
}

.alignleft {
    margin-right: 2.85%;
}

.col50.alignleft {
    margin-right: 2.12765957446809%;
}

ul.templatelist.block.objectlist li h2 {
    font-size: 19px;
    line-height: normal;
}

    ul.templatelist.block.objectlist li h2 a {
        color: #D62B32;
    }

        ul.templatelist.block.objectlist li h2 a:before {
            content: "\f054";
            font-family: FontAwesome;
            font-size: 14px;
        }


span#object_detail_buttonlist.button-list .btn_details_container {
    margin-right: 4px;
}

span#object_detail_buttonlist.button-list .btn_details_button {
    font-size: 11px;
}

span#object_detail_buttonlist.button-list .btn_details {
    background: #D62B32;
    color: #fff;
    font-size: 20px;
    display: block;
    width: 52px;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: 0;
}

span#object_detail_buttonlist.button-list .btn_details_button {
    display: block;
    height: 55px;
    position: relative;
    bottom: 30px;
    line-height: 94px;
    z-index: 2;
    width: 100%;
}

.fa-pdf:before {
    content: "\f1c1";
}

div.object-buttons {
    padding-top: 2px;
}

div.areainfo div.areatext p {
    font-size: 14px;
    line-height: 25px;
}

div.areatext {
    width: 60%;
    float: left;
}

div.areaimg {
    width: 38%;
    float: right;
}

    div.areaimg img {
        border: 1px solid #b7cada;
        float: left;
    }

.col50 img {
    max-width: 530px;
}

div.areanews h2.localnews {
    color: #000;
}

ul.form li, .box ul.form li {
    font-size: 14px;
}

div.area_info_facts {
    border-radius: 4px;
    background-color: #f4f4f4;
    padding: 15px;
}

    div.area_info_facts table.gridlist tbody tr.header {
        border-color: #D62B32;
        color: #fff;
    }

        div.area_info_facts table.gridlist tbody tr.header td {
            background: #D62B32;
            font-size: 13px;
            padding: 0;
            padding: 4px 8px;
            color: #fff;
        }

    div.area_info_facts table.gridlist tbody tr td {
        background: unset;
        padding: 10px 2px;
    }

.object-facts ul li {
    line-height: 32px;
}

div.box-secondary.box.secondary.object-facts {
    font-size: 14px;
}



/*#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulRealestate {
    display: none;
}*/

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulBuilding {
    display: none;
}
/*#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_trRebuiltYear {
    display:none;
}*/

ul.mypage_profile_interest li span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_lblIAEndApartment,
ul.mypage_profile_interest li span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_lblIAEndParking {
    color: #c00;
}

/*ul.mypage_profile_interest li span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_lblIAEndStorage {
    color: #ff7000;
}*/

ul.mypage_list a {
    color: #D62B32;
}

#ctl00_Col1_trFlatNo td:first-child {
    width: 250px;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulInvoiceHeader li:first-child {
    display: none;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulInvoiceHeader li:nth-child(1n+1) {
    display: none;
}

li.showonmap span {
    background-position: left;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDetails ul.form {
    padding: 0 12px 12px;
    box-sizing: border-box;
}

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDetails ul.form li.label {
        clear: left;
        width: 35%;
    }

ul.form li.textvalue {
    margin: 0;
    padding-top: 0;
    min-height: 30px;
    text-align: right;
}

div.invoice p.ocr {
    margin: 10px 0 0 0;
    float: left;
    padding: 3px 0;
}

ul.serviceorder-header li.textvalue {
    text-align: unset;
}

ul.serviceorder-row li.textvalue {
    text-align: unset;
}

div.box.primary.areanews div.title-icon {
    width: 49px;
}

div.box.primary.areanews div.box-outer div.box-inner table tbody tr td a.bulleted {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    display: block;
    font-weight: 700;
}

div.box.primary.areanews div.box-outer div.box-inner table {
    width: 100%;
}

div.box.primary.areanews span.newsdate {
    font-size: 15px;
}

div.printlist {
}

body.org_employeelist h3.header {
    font-size: 24px;
}

body.org_employeelist ul.templatelist.block li img:not(.image):first-child {
    margin: 0 6px 0 0;
}

body.org_employeelist table.gridlist td img {
    display: none;
}

body.org_employeelist table.gridlist tbody tr td a.iframe:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-weight: normal;
    padding-right: 6px;
    color: #D62B32;
    text-decoration: none;
    font-size: 16px;
    display: block;
    top: -1px;
    position: relative;
    float: left;
}

body.org_employeelist table.gridlist tbody tr td a.iframe:hover {
    color: #051033;
}

    body.org_employeelist table.gridlist tbody tr td a.iframe:hover:before {
        content: "\f0e0";
        font-family: FontAwesome;
        color: #051033;
    }

body.org_employeelist table.gridlist td.header:nth-child(4n+1),
body.org_employeelist table.gridlist td.listitem-odd:nth-child(4n+1),
body.org_employeelist tr.listitem-odd td:nth-child(4n+1),
body.org_employeelist table.gridlist td.listitem-even:nth-child(4n+1),
body.org_employeelist tr.listitem-even td:nth-child(4n+1) {
    width: 30%;
    padding-left: 15px;
    box-sizing: border-box;
}

body.org_employeelist table.gridlist td.header:nth-child(4n+2),
body.org_employeelist table.gridlist td.listitem-odd:nth-child(4n+2),
body.org_employeelist tr.listitem-odd td:nth-child(4n+2),
body.org_employeelist table.gridlist td.listitem-even:nth-child(4n+2),
body.org_employeelist tr.listitem-even td:nth-child(4n+2) {
    width: 30%;
    padding-left: 15px;
    box-sizing: border-box;
}

body.org_employeelist table.gridlist td.header:nth-child(4n+3),
body.org_employeelist table.gridlist td.listitem-odd:nth-child(4n+3),
body.org_employeelist tr.listitem-odd td:nth-child(4n+3),
body.org_employeelist table.gridlist td.listitem-even:nth-child(4n+3),
body.org_employeelist tr.listitem-even td:nth-child(4n+3) {
    width: 20%;
    padding-left: 15px;
    box-sizing: border-box;
}

body.org_employeelist table.gridlist td.header:last-of-type,
body.org_employeelist table.gridlist td.listitem-odd:last-of-type,
body.org_employeelist tr.listitem-odd td:last-of-type,
body.org_employeelist table.gridlist td.listitem-even:last-of-type,
body.org_employeelist tr.listitem-even td:last-of-type {
    width: 20%;
}

div.siteContentPopup div.page-popup h1 {
    font-size: 38px;
}

.col25 img {
    width: 100%;
    max-width: none;
}


.articleImg {
    margin-bottom: 20px;
}

.devwatermark {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 144px;
    position: fixed;
    bottom: 49px;
    right: 8px;
    opacity: 0.05;
    z-index: 99;
    color: black;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

table.col75 tr td.col37 {
    vertical-align: text-top;
    border: 1px solid #D62B32;
    padding: 10px;
    box-sizing: border-box;
}

p#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblDescription {
    font-weight: 600;
    margin-top: 15px;
}

div.goog-te-gadget-simple img.goog-te-gadget-icon {
}

div.siteContentIframe div.article-area-info div.article-area-info p img {
    max-width: 100%;
}

div.slider-container.col75 div.slider-inner,
div.slider-container.col75 div.slider-inner div.slides div.slider {
    height: 400px !important;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL {
    width: 100%;
    border: 1px solid #ddd;
    padding: 1em 1.5em;
    box-sizing: border-box;
    background: #fff;
    float: left;
    border-radius: 0.25em;
}

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form {
        width: 100%;
        line-height: 1.5em;
    }

        #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.label {
            width: auto;
            margin-right: 1em;
            font-weight: bold;
        }

        #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.value {
            padding: 5px 0 0 0;
        }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL br {
        display: none;
    }

div.tbl_block_content.subst-table {
    padding: 20px 20px 10px;
    box-sizing: border-box;
    border: 1px solid #DEE1E5;
    background: #fff;
}

div.subst-table ul, div.subst-table li {
    font-size: 15px;
}

.box-primary h3.user {
    margin-bottom: 0;
}

div.box.secondary.alertinfo div.box-inner {
    box-shadow: 0 70px 30px -60px rgba(0,0,0,0.2), 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
}

div.box.secondary.alertinfo div.box-inner {
    background: #D62B32;
    box-shadow: none;
    border-radius: 3px;
}

.box-secondary h3.information {
    color: #fff;
}

div.box.secondary.alertinfo p,
div.box.secondary.alertinfo div.box-inner p {
    color: #fff !important;
    font-weight: 600;
}

.article-display-date {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
    background: #f2f2f2;
    padding: 2px 10px;
    font-weight: 700;
}

.txt_warning_title {
    font-size: 25px;
    color: #333;
    line-height: 42px;
    font-weight: 700;
}



.button {
    border-radius: 3px;
    border-color: #D62B32;
    background-color: #D62B32;
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-weight: 600;
}

    .button:hover {
        background-color: #c83434;
    }




div.siteMain-container div.siteMain div.siteContentFull div.page-col75.col75 {
    width: 100%;
}


ul.horizontal li.showonmap {
    margin-bottom: 5px;
}

.navigation-tabs {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

    .navigation-tabs .tab {
        display: inline-block;
        cursor: pointer;
        padding: 3px 6px;
        box-sizing: border-box;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        background: #f3f3f3;
        color: #000;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

        .navigation-tabs .tab:hover {
            background: #fff;
            color: #323232;
        }

        .navigation-tabs .tab.active {
            background-color: white;
            color: #222;
            border-bottom: 1px solid #fff;
            margin-bottom: -1px;
            font-weight: 600;
        }


/**** Stage interest ****/
div.stage-header {
    height: 52px;
    background-color: #ffffff;
    border-color: #D62B32;
}

div.stage-footer {
    background-color: #ffffff;
    border-color: #D62B32;
}

div.stage-objectinterest div.interest-interestinfo table tbody tr td a:nth-child(2n) {
    padding: 0;
}

body.hso_stage_register div.box-inner ul li h2 {
    font-size: 30px;
}
/** Site Footer Content **/
div.siteFooter {
    font-size: 0.8125em;
    color: #fff;
}

    div.siteFooter div.col25:nth-of-type(4n+1) {
        width: 34%;
    }

    div.siteFooter div.col25:nth-of-type(4n+2) {
        width: 22%;
    }

    div.siteFooter div.col25:nth-of-type(4n+3) {
        width: 17%;
    }

    div.siteFooter div.col25:nth-of-type(4n+4) {
        width: 17%;
    }

    div.siteFooter div.col25.alignleft {
        margin-right: 3%;
    }

    div.siteFooter div.col25 a {
        color: #fff;
        text-decoration: underline;
        line-height: 2em;
    }

        div.siteFooter div.col25 a:hover {
            text-decoration: none;
        }

    div.siteFooter p {
        color: #fff;
        line-height: 1.65em;
    }


    div.siteFooter h5 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.03px;
        line-height: 1.5em;
    }

    div.siteFooter a:hover {
        color: #fff;
        text-decoration: underline;
    }

    div.siteFooter div.col25 ul li.phone a:before {
        content: url(../Img/phone.svg);
        display: inline-block;
        position: relative;
        left: 0;
        margin-right: 0.5em;
        vertical-align: -0.25em;
    }

    div.siteFooter div.col25 ul li.mail a:before {
        content: url(../Img/mail.svg);
        display: inline-block;
        position: relative;
        left: 0;
        margin-right: 0.5em;
        vertical-align: -0.25em;
    }

    div.siteFooter div.col25 ul li.map a:before {
        content: url(../Img/map-pin.svg);
        display: inline-block;
        position: relative;
        left: 0;
        margin-right: 0.5em;
        vertical-align: -0.25em;
    }

    div.siteFooter div.col25 ul li.map a:after {
        content: url(../Img/external-link.svg);
        display: inline-block;
        position: relative;
        left: 0;
        margin-left: 0.75em;
        vertical-align: -0.25em;
    }

    div.siteFooter div.col25 ul li.contact a {
        font-weight: 600;
    }

        div.siteFooter div.col25 ul li.contact a:after {
            content: url(../Img/arrow-right.svg);
            display: inline-block;
            position: relative;
            left: 0;
            margin-left: 0.75em;
            vertical-align: -0.25em;
        }

        div.siteFooter div.col25 ul li.contact a:hover:after {
            animation: knock-right 1500ms ease-in-out infinite
        }
/** Social Media **/
div.col25.socialLinks {
    text-align: center;
}

ul.social-links {
    padding: 0;
    list-style-type: none;
    font-size: 18px;
    width: 100%;
    color: #fff;
    margin-bottom: 0;
}

div.siteFooter ul.social-links li {
    float: left;
    text-align: center;
    font-size: 0.7777777em;
    margin-right: 1em;
}

ul.social-links li a {
    color: #fff;
}

div.siteFooter ul.social-links li i:hover {
    color: #fff;
    transition: color .25s ease-in-out;
}

ul.social-links li.facebook a span:before {
    content: url(../Img/icoFacebook.svg);
    display: block;
    position: relative;
    left: 0;
    top: 10px;
}

ul.social-links li.instagram a span:before {
    content: url(../Img/icoInstagram.svg);
    display: block;
    position: relative;
    left: 0;
    top: 10px;
}
/*
 * Sponsoring form.
 */
body.res_themes_bostadenumea_pages_cm_sponsoringform h5 {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2.5em;
    clear: left;
}

body.res_themes_bostadenumea_pages_cm_sponsoringform ul.form li.validator {
    clear: left;
}

/*
 * Watchlist form.
 */
body[class^="mina-sidor_bevakning"] div.article {
    min-height: 200px;
}

body[class^="mina-sidor_bevakning"] table.table td {
    vertical-align: top;
}

body[class^="mina-sidor_bevakning"] table.table > tbody > tr > td:nth-child(odd) {
    background-color: whitesmoke;
}

body[class^="mina-sidor_bevakning"] table.formlist {
    margin-right: 15px;
}

    body[class^="mina-sidor_bevakning"] table.formlist tr {
        border-bottom: solid 1px #ccc;
    }

body[class^="mina-sidor_bevakning"] div.pageFooter .lbl-nb-match {
    display: block;
    margin-left: 8px;
    text-align: left;
    padding-bottom: 6px;
}

/*
 * Color for placement icon in object list (not implemented)
 */
/*i.object-queue-place {
    cursor: pointer;
    content: url(../Img/Icons/i_grey.png);
}

i.object-queue-place.not-enough-days {
    content: url(../Img/Icons/i_red.png);
}

i.object-queue-place.enough-days {
    content: url(../Img/Icons/i_green.png);
}*/

/*
    använd istället 
    fa fa-info-circle
    color:red/green/grey

*/

body.res_themes_bostadenumea_pages_cm_sponsoringform h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    float: left;
    width: 100%;
}

span.no-objects {
    font-size: 21px;
    background: #D62B32;
    display: block;
    padding: 6px 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 4px;
    display: none;
}

div.object-interest div.box-outer div.box-inner {
    background: #D62B32;
    color: #fff;
    border-radius: 4px;
}

div.image-big {
    width: 100%;
}

    div.image-big img {
        width: 574px;
        border: none;
    }

div.image-thumbs img {
    margin: 0;
    margin-right: 6px;
}

div.image-thumbs {
    padding-left: 0;
}

div.image-slideshow {
    margin-bottom: 10px;
}




/*
 * Pager styles
 */

.pager {
    display: none;
}

div.col75 .pager {
    margin: 0;
}

.pager ul {
    margin: 8px 12px;
    float: right;
}

    .pager ul li {
        list-style-type: none;
        display: block;
        float: left;
        width: 8px;
        height: 8px;
        overflow: hidden;
        background: #000;
        margin-left: 6px;
        cursor: pointer;
    }

.imgslider .pager ul li {
    width: 50px;
    height: 50px;
}

.pager ul li a, .pager ul li a:hover {
    background: #000;
    color: #000;
}

.pager ul li.active {
    background: #fff;
}

    .pager ul li.active a, .pager ul li.active a:hover {
        background: #fff;
        color: #fff;
    }



.slides {
    position: absolute;
    top: 0;
    left: 0;
}

    .slides img {
        width: 100%;
    }

    .slides > div {
        position: absolute;
        top: 0;
    }

.col100 .slides > div {
    width: 1280px;
}

.col75 .slides > div {
    width: 872px;
}

.col66 .slides > div {
    width: 620px;
}

.col50 .slides > div {
    width: 580px;
}

.col33 .slides > div {
    width: 300px;
}

.col25 .slides > div {
    width: 220px;
}

.col100 .slides .col25 img {
    max-width: 940px;
}

.col75 .slides .col25 img {
    max-width: 700px;
}

.col66 .slides .col25 img {
    max-width: 620px;
}

.col50 .slides .col25 img {
    max-width: 460px;
}

.col33 .slides .col25 img {
    max-width: 300px;
}

.col25 .slides .col25 img {
    max-width: 220px;
}
/*
 * Navigation styles
 */
.nav-buttons {
    position: absolute;
    width: auto;
    left: 15px;
    margin: 0;
    top: 38%;
    right: 15px;
}


    .nav-buttons li {
        list-style-type: none;
        float: left;
        width: 50%;
    }

        .nav-buttons li a {
            display: block;
            width: 32px;
            height: 32px;
        }

            .nav-buttons li a.previous {
                background: url('../Img/Slider/slider-prev.png') no-repeat 0 0;
                float: left;
                background-size: 32px 32px;
            }

            .nav-buttons li a.next {
                background: url('../Img/Slider/slider-next.png') no-repeat 0 0;
                float: right;
                background-size: 32px 32px
            }

            .nav-buttons li a, .nav-buttons li a:hover {
                background-color: transparent;
                outline: none;
            }

div.article-area-info div.col50 div.areaimages div.pager ul.pagination {
    float: left;
}
/*** Områdessidor ***/

div.article-area-info {
    float: left;
}

    div.article-area-info .areaimages {
        position: relative;
    }

    div.article-area-info div.col50 {
        width: 530px;
    }

.col50 .container {
    width: 530px;
    height: 270px;
}

div.article-area-info .container {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #DEE1E5;
}

body[class^='omrade_'] .pager {
    display: block;
    margin: 10px 0 20px 0;
}

body[class^='omrade_'] div.thumbnail-container {
    display: none;
}

body[class^='omrade_'] .nav-buttons {
    padding: 0;
}

    body[class^='omrade_'] .nav-buttons li a.next {
        background: url(../Img/Slider/slider-next.png) no-repeat;
        background-size: 32px 32px
    }

        body[class^='omrade_'] .nav-buttons li a.next:hover {
            background: url(../Img/Slider/slider-next.png) no-repeat;
            background-size: 32px 32px
        }

    body[class^='omrade_'] .nav-buttons li a.previous {
        background: url(../Img/Slider/slider-prev.png) no-repeat;
        background-size: 32px 32px
    }

        body[class^='omrade_'] .nav-buttons li a.previous:hover {
            background: url(../Img/Slider/slider-prev.png) no-repeat;
            background-size: 32px 32px
        }

body[class^='omrade_'] .pager ul {
    margin: 0 0 0 0;
}

    body[class^='omrade_'] .pager ul li {
        width: 36px;
        height: 36px;
        margin: 0 10px 0 0;
        padding: 4px;
        border: none;
        background: #d3d3d3;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

        body[class^='omrade_'] .pager ul li:hover {
            border: solid 1px #000;
            padding: 3px;
        }

        body[class^='omrade_'] .pager ul li.active {
            background: #D62B32
        }

            body[class^='omrade_'] .pager ul li.active:hover {
                border: solid 1px #1a4f8a;
                padding: 3px;
            }

        body[class^='omrade_'] .pager ul li a, body[class^='omrade_'] .pager ul li a:hover {
            text-decoration: none;
            background: transparent;
            color: #adc5e0
        }

        body[class^='omrade_'] .pager ul li.active a, body[class^='omrade_'] .pager ul li.active a:hover {
            text-decoration: none;
            background: transparent;
            color: #e3f192
        }

/** Snippets Editor **/

/** Blue box **/
.primary.blue .box-inner {
    background: #acd6f2;
}

    .primary.blue .box-inner p:last-of-type {
        margin-bottom: 0;
    }

    .primary.blue .box-inner ul, .primary.blue .box-inner ol {
        margin-left: 20px;
        margin-bottom: 10px;
    }

table.box.primary.blue {
    width: 100%;
}

    table.box.primary.blue tr td.box-inner p img {
        width: 100%;
        max-width: unset;
    }

.primary.blue .box-inner p,
.primary.blue .box-inner h1,
.primary.blue .box-inner h2,
.primary.blue .box-inner h3,
.primary.blue .box-inner h4,
.primary.blue .box-inner h5,
.primary.blue .box-inner h6,
.primary.blue .box-inner a {
    margin-bottom: 10px;
    border: none;
}

.primary.blue .box-inner h1 {
    font-size: 30px;
}

/** Orange box **/
.primary.orange .box-inner {
    background: #FFB25A;
}

    .primary.orange .box-inner p:last-of-type {
        margin-bottom: 0;
    }

    .primary.orange .box-inner ul, .primary.orange .box-inner ol {
        margin-left: 20px;
        margin-bottom: 10px;
    }

table.box.primary.orange {
    width: 100%;
}

    table.box.primary.orange tr td.box-inner p img {
        width: 100%;
        max-width: unset;
    }

.primary.orange .box-inner p,
.primary.orange .box-inner h1,
.primary.orange .box-inner h2,
.primary.orange .box-inner h3,
.primary.orange .box-inner h4,
.primary.orange .box-inner h5,
.primary.orange .box-inner h6,
.primary.orange .box-inner a {
    margin-bottom: 10px;
    border: none;
}

.primary.orange .box-inner h1 {
    font-size: 30px;
}
/** Red box **/
.primary.red .box-inner {
    background: #D62B32;
}

    .primary.red .box-inner p,
    .primary.red .box-inner h1,
    .primary.red .box-inner h2,
    .primary.red .box-inner h3,
    .primary.red .box-inner h4,
    .primary.red .box-inner h5,
    .primary.red .box-inner h6,
    .primary.red .box-inner a {
        color: #fff;
        margin-bottom: 10px;
        border: none;
    }

    .primary.red .box-inner h1 {
        font-size: 30px;
    }

    .primary.red .box-inner p:last-of-type {
        margin-bottom: 0;
    }

    .primary.red .box-inner ul, .primary.blue .box-inner ol {
        margin-left: 20px;
        margin-bottom: 10px;
    }

/** Red Link Box **/
table.box.primary.red.redlinkbox {
    width: 100%;
    text-align: center
}

    table.box.primary.red.redlinkbox .box-inner:hover {
        background: #c00;
    }

    table.box.primary.red.redlinkbox .box-inner p {
        padding: 25px 20px;
    }

    table.box.primary.red.redlinkbox .box-inner p {
        font-size: 20px;
        font-weight: bold;
        line-height: 40px;
    }

        table.box.primary.red.redlinkbox .box-inner p a {
            text-decoration: none;
        }

    table.box.primary.red.redlinkbox .box-inner a:after {
        text-decoration: none;
        background-image: url("../Img/Icons/arrow-right-white.svg");
        background-repeat: no-repeat;
        background-size: 30px 30px;
        display: inline-block;
        width: 30px;
        height: 30px;
        content: "";
        margin-left: 30px;
        position: relative;
        top: 7px;
    }

    table.box.primary.red.redlinkbox .box-inner p:last-of-type {
        margin: 0;
    }

    /** Red Link Box Thin **/
    table.box.primary.red.redlinkbox.thin {
        width: 100%;
        text-align: left
    }

        table.box.primary.red.redlinkbox.thin .box-inner:hover {
            background: #c00;
        }

        table.box.primary.red.redlinkbox.thin .box-inner p {
            padding: 0 0;
        }

        table.box.primary.red.redlinkbox.thin .box-inner p {
            font-size: 16px;
            font-weight: bold;
            line-height: 24px;
        }

            table.box.primary.red.redlinkbox.thin .box-inner p a {
                text-decoration: none;
            }

        table.box.primary.red.redlinkbox.thin .box-inner a:after {
            text-decoration: none;
            background-image: url("../Img/Icons/arrow-right-white.svg");
            background-repeat: no-repeat;
            background-size: 20px 20px;
            display: inline-block;
            width: 20px;
            height: 20px;
            content: "";
            margin-left: 20px;
            position: relative;
            top: 3px;
            right: 0;
            float: right;
        }

    table.box.primary.red.redlinkbox .box-inner p:last-of-type {
        margin: 0;
    }

/** Linkbox red border left **/
table.box.primary.linkboxredborderleft {
    width: 100%;
    border: 1px solid #c3c3c3;
    background: #f4f4f4;
    margin-bottom: 5px;
    border-left: 11px solid #D62B32;
    padding-left: 9px;
}

    table.box.primary.linkboxredborderleft .box-inner {
        padding: 10px;
    }

        table.box.primary.linkboxredborderleft .box-inner a {
            text-decoration: none;
            color: #000;
        }

            table.box.primary.linkboxredborderleft .box-inner a:hover {
                text-decoration: underline;
            }

        table.box.primary.linkboxredborderleft .box-inner p:last-of-type {
            margin: 0;
        }
/** Green box **/
.primary.green .box-inner {
    background: #b9d989;
}

    .primary.green .box-inner p:last-of-type {
        margin-bottom: 0;
    }

    .primary.green .box-inner ul, .primary.green .box-inner ol {
        margin-left: 20px;
        margin-bottom: 10px;
    }

table.box.primary.green {
    width: 100%;
}

    table.box.primary.green tr td.box-inner p img {
        width: 100%;
        max-width: unset;
    }

    table.box.primary.green tr td.box-inner a {
        color: #D62B32;
        text-decoration: none;
    }

        table.box.primary.green tr td.box-inner a:hover {
            text-decoration: underline;
        }

.primary.green .box-inner p,
.primary.green .box-inner h1,
.primary.green .box-inner h2,
.primary.green .box-inner h3,
.primary.green .box-inner h4,
.primary.green .box-inner h5,
.primary.green .box-inner h6,
.primary.green .box-inner a {
    margin-bottom: 10px;
    border: none;
}

.primary.green .box-inner h1 {
    font-size: 30px;
}

table.box.primary.green.image tbody tr td.box-outer.box-inner.image-container {
    padding: 0;
}

    table.box.primary.green.image tbody tr td.box-outer.box-inner.image-container img {
        width: 100% !important;
        margin-bottom: 0;
        float: left;
    }

table.box.primary.green.image {
    width: 31.67%;
    float: left;
    margin-right: 20px;
}

    table.box.primary.green.image:nth-of-type(3n+3) {
        margin: 0 !important;
        float: right;
    }

div.siteContent table.col75 td.col25 {
    width: 34.16%;
}

    div.siteContent table.col75 td.col25 p {
        font-size: 13px;
    }

table.box.primary.fullwidth tbody tr td.box-outer.box-inner p:last-of-type {
    margin-bottom: 0;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divRegisterIntrest #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ctl04_ulObjectPropertyText.grid li.left {
    font-size: 12px;
    line-height: 24px;
    font-style: italic;
    margin-top: 15px;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divRegisterIntrest *[id*='_ulBookingInfo'].grid li.left {
    font-size: 12px;
    line-height: 24px;
    font-style: italic;
    margin-top: 15px;
}

body.lagenhetslista div.article {
    min-height: 200px
}

body.lagenhetslista ul.horizontal {
    width: 100%;
    border: solid 1px #ccc;
}

    body.lagenhetslista ul.horizontal li.col33 {
        margin-bottom: 0;
    }

body.lagenhetslista ul.vertical {
    margin-left: 10px;
    display: block;
}

    body.lagenhetslista ul.vertical li {
        display: inline-block;
    }

        body.lagenhetslista ul.vertical li.label {
            clear: left;
            height: 30px;
            max-width: 75px;
            line-height: 18px;
            padding-right: 7px;
        }

        body.lagenhetslista ul.vertical li.value {
            float: right;
        }

            body.lagenhetslista ul.vertical li.value select {
                height: 30px;
                max-width: 148px;
            }

            body.lagenhetslista ul.vertical li.value input[type=text] {
                height: 18px;
            }

div#ctl00_Col1_pnlAltId ul.form li.label {
    width: 200px;
}

/*
body.user_mypages .fancybox-overlay .fancybox-type-iframe.fancybox-opened .fancybox-skin .fancybox-outer .fancybox-inner, body.mina-sidor .fancybox-overlay .fancybox-type-iframe.fancybox-opened .fancybox-skin .fancybox-outer .fancybox-inner {
    height: auto !important;
    min-height: 265px;
}

    body.user_mypages .fancybox-overlay .fancybox-type-iframe.fancybox-opened .fancybox-skin .fancybox-outer .fancybox-inner iframe[src*="UpdateInformationDlg"],
    body.mina-sidor .fancybox-overlay .fancybox-type-iframe.fancybox-opened .fancybox-skin .fancybox-outer .fancybox-inner iframe[src*="UpdateInformationDlg"] {
        height: 440px;
    }

    body.user_mypages .fancybox-overlay .fancybox-type-iframe.fancybox-opened .fancybox-skin .fancybox-outer .fancybox-inner iframe[src*="ChangeUsernameDlg"],
    body.mina-sidor .fancybox-overlay .fancybox-type-iframe.fancybox-opened .fancybox-skin .fancybox-outer .fancybox-inner iframe[src*="ChangeUsernameDlg"] {
        height: 340px;
    }
*/

div.register-objectGroups ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulAriaInterest li.label,
div.register-objectGroups ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulAriaInterest li.value table#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_cblObjectGroup,
div.register-objectGroups ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulAriaInterest ul.error-list li:nth-of-type(n+2) {
    visibility: hidden;
    display: none;
}

div.object-facts li img#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_imgEmail {
    width: 19px;
    display: none;
}

div.object-facts li a.iframe:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-weight: normal;
    padding-right: 0px;
    color: #D62B32;
    text-decoration: none;
    font-size: 18px;
    display: block;
    top: 0px;
    position: relative;
    float: left;
}

div.image-big-full img {
    border: 4px solid #e0e0e0;
    width: 522px;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblInfo_nodebt {
    display: none;
}

/** Bobutiken HEMMAFINT Specifik Design **/
.shop_objects tr {
    width: 250px !important;
    margin-right: 1% !important;
    margin-left: 1% !important;
}

.shop_objects .space_option_images_cart, .shop_objects .orderButton {
    border: 1px solid #c00;
    background: #fff !important;
    font-weight: bold !important;
}

    .shop_objects .space_option_images_cart:hover, .shop_objects .orderButton:hover,
    .shop_objects .space_option_images_cart a:hover, .shop_objects .orderButton a:hover,
    .shop_objects .space_option_images_cart:hover > a, .shop_objects .orderButton:hover > a,
    div.orderButton.secondary.incart,
    div.orderButton.secondary.incart a,
    div.orderButton.secondary.incart:hover > a {
        background: #D62B32 !important;
        color: #fff !important;
    }

.article_header .ribbon span {
    color: #fff !important;
    background-color: #D62B32 !important;
}

.article_header {
    height: 140px !important;
    background: #fff;
    border: 1px solid #DEE1E5;
    box-sizing: border-box;
}

.shop_objects td .shop_object_card {
    width: 100% !important;
    box-sizing: border-box !important;
}


body.mina-sidor_butik table.shop_objects tbody tr {
    width: 98% !important;
    box-sizing: border-box !important;
}

body[class^="mina-sidor_butik_"] div.body {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divButtonMenu {
    background: #f4f4f4;
    border: 1px solid #ccc;
    padding: 10px 5px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
}

body[class^="mina-sidor_butik_kontrakt_"] div.filterArea {
    background: #f4f4f4;
    padding: 10px;
    border: 1px solid #DEE1E5;
    box-sizing: border-box;
    border-radius: 4px;
}

    body[class^="mina-sidor_butik_kontrakt_"] div.filterArea input {
        margin-right: 10px;
        float: right;
        width: 94%;
    }

.filterIcon:after {
    margin-right: 3px !important;
    margin-top: 3px !important;
    color: #000000 !important;
}

table.shop_objects {
    border: 1px solid #DEE1E5;
    border-radius: 4px;
}

.shop_object_card {
    background: #f4f4f4 !important;
    border-radius: 5px;
}

.shop_objects tr {
    border-bottom: 1px solid #e9e9e9;
}

.object_spaces_list td, .space_options_list td {
    padding: 6px !important;
}

.shop_objects .object_header {
    height: 75px !important;
}

.shop_object_card .txt_header2 {
    font-size: 16px !important;
}

.shop_object_card span.arrow {
    color: #D62B32 !important;
    background: #fff;
    border: 1px solid #DEE1E5;
    padding: 6px;
}

.shop_object_card span.arrow {
    top: -14px !important;
}

div.contractTitle {
    font-weight: 700;
    font-size: 19px;
}

.shop_object_card .headerArticleSpace, .shop_object_card .headerArticleType, .shop_object_card .headerArticleTypeDefault {
    color: #D62B32 !important;
    font-weight: bold !important;
    font-weight: bold !important;
    border: 1px solid #ccc;
    background: #fff;
    padding: 6px 0;
    border-radius: 3px;
}

.shop_objects td, .shop_objects .listitem-odd > td, .shop_objects .listitem-even > td {
    font-size: 14px !important;
    border-radius: 5px !important;
    background: #f4f4f4;
}

.shop_object_card .articleInfo li span:first-child {
    font-weight: bold;
    color: #000 !important;
}

.article_header .ribbon {
    overflow: visible !important;
}

div.ribbon.ribbon-top-left span.headerArticleType {
    font-size: 12px;
}

div#orderSummary.orderSummary {
    font-weight: 700 !important;
}

    div#orderSummary.orderSummary span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblSummary {
        font-size: 21px;
    }

    div#orderSummary.orderSummary ul {
        margin-bottom: 10px;
    }

.btn_cart, .btn_orders, .btn_back, .btn_emptybasket, .btn_newStakeholder, .btn_UpdateStakeholder, .btn_ShowContracts, .btn_AssociateContracts {
    cursor: pointer;
    font-size: 16px;
}

    .btn_cart:hover, .btn_orders:hover, .btn_back:hover, .btn_emptybasket:hover, .btn_newStakeholder:hover, .btn_UpdateStakeholder:hover, .btn_ShowContracts:hover, .btn_AssociateContracts:hover {
        color: #D62B32;
    }

div.shop_object_card.expanded.measureCard div.space_options {
    /*    display: block !important;
    overflow: visible !important;
    min-height: 250px !important;*/
}

    div.shop_object_card.expanded.measureCard div.space_options ul.articleInfo {
        /*    display: block !important;
    overflow: visible !important;*/
    }

        div.shop_object_card.expanded.measureCard div.space_options ul.articleInfo:hover,
        div.shop_object_card.expanded.measureCard div.space_options ul.articleInfo:focus {
            /*        display: block !important;
        overflow: visible !important;*/
        }

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_packagesArea {
    border: 1px solid #ccc;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #f4f4f4;
    float: left;
    width: 100%;
}

span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblPackagesHeader {
    font-weight: bold;
}

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_packagesArea ul {
    margin-left: 30px;
    margin-bottom: 10px;
}
/** HEMMAFINT END **/
/** HEMMAFINT LANDINGPAGE **/
div.col50.hemmafintlanding {
    width: 48.75%;
}

    div.col50.hemmafintlanding .secondary {
        border-radius: 0;
    }

    div.col50.hemmafintlanding div.box-inner {
        padding: 0;
        border-radius: 0;
    }

        div.col50.hemmafintlanding div.box-inner img {
            max-width: 100%;
            margin: 0;
        }

        div.col50.hemmafintlanding div.box-inner h3 {
            margin: 0;
            padding: 0;
            color: #fff;
        }

    div.col50.hemmafintlanding span.puffwrapper {
        background: #000;
        display: block;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
    }

span.linkicon img.svg-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 9px;
    top: 9px;
}

div.hemmafint-linkcontainer {
    margin-top: 10px;
    background: #D62B32;
    text-align: center;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}

    div.hemmafint-linkcontainer:hover {
        background: #c00;
        text-decoration: underline;
        color: #fff;
    }

        div.hemmafint-linkcontainer:hover h5,
        div.hemmafint-linkcontainer:hover a {
            color: #fff;
        }

        div.hemmafint-linkcontainer:hover h5 {
            background-image: url("../Img/Icons/arrow-right-white.svg");
        }

    div.hemmafint-linkcontainer h5,
    div.hemmafint-linkcontainer a {
        color: #000;
        text-decoration: none;
    }

    div.hemmafint-linkcontainer h5 {
        font-size: 23px;
        font-weight: bold;
        background-image: url("../Img/Icons/arrow-right.svg");
        background-position: 100% 50%;
        padding-right: 40px;
        background-repeat: no-repeat;
        font-family: "Century Gothic",Arial;
        line-height: 38px;
        margin-bottom: 0;
    }

div.HemmaFintHeaderImg {
    margin: 0 auto;
    width: 1280px;
}
/** HEMMAFINT LANDINGPAGE END**/
.var-hallbarhetsresa .col33 {
}

.sustaninability-journey-articles {
    margin: 20px 0;
}

    .sustaninability-journey-articles a {
        text-decoration: none;
        color: #000;
    }

        .sustaninability-journey-articles a:hover {
            text-decoration: underline;
        }

        .sustaninability-journey-articles a h4 {
            margin-bottom: 0;
        }

    .sustaninability-journey-articles .image-container {
        height: 200px;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }

        .sustaninability-journey-articles .image-container img {
            top: 0;
            bottom: 0;
            position: absolute;
            margin: auto;
        }

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_cblSignMethod {
    display: none;
    visibility: hidden;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblSignMethod {
    display: none;
    visibility: hidden;
}

.fancybox-overlay {
    z-index: 8000;
}

.fancybox-iframe {
    z-index: 8000;
}


.bold {
    font-weight: bold;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulPersno li.validator {
    clear: left;
}

/** IMPORTANT CONTAINER START **/

div.important {
    margin: 4em 0 0;
}

    div.important a {
        text-decoration: none;
    }

div.important-container {
    padding: 2em 2em 2em 6em;
    border-radius: 0.65em;
    margin-bottom: 0;
}

    div.important-container h1 {
        font-family: Verdana, Arial;
        color: #fff;
        font-size: 1em;
        margin-bottom: 0;
        margin-right: 0.3em;
        text-decoration: none;
        font-weight: normal;
        display: block;
        float: left;
        line-height: 1.5em;
    }

    div.important-container p.abstract {
        color: #fff;
        line-height: 1.5em;
        margin: 0;
        font-size: 1em;
    }

    /** Red box **/
    div.important-container.red {
        background: #FEF2F2 url(../Img/Error.svg) no-repeat 2em 50%;
        background-size: 1.5em 1.5em;
    }

        div.important-container.red h1 {
            color: #902429;
        }

        div.important-container.red p.abstract {
            color: #902429;
        }
    /** Blue box **/
    div.important-container.blue {
        background: #F0F9FF url(../Img/Gift.svg) no-repeat 2em 50%;
        background-size: 1.5em 1.5em;
    }

        div.important-container.blue h1 {
            color: #0C4A6E;
        }

        div.important-container.blue p.abstract {
            color: #0C4A6E;
        }
/** IMPORTANT CONTAINER END **/

body.ledigt_sok_objekt ul.form li.value {
    padding-left: 130px;
}

/* Hide current and finished errands */
#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_vfaObjectMaintenanceFinished_Container {
    display: none;
    visibility: hidden;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_vfaObjectMaintenanceCurrent_Container {
    display: none;
    visibility: hidden;
}

tr.expired td {
    background: pink;
    color: red;
    font-weight: bold;
}

ul.expired li {
    background: pink;
    color: red;
    font-weight: bold;
}

/** Projekt Landningsida Puffar **/

div.col25.projectlanding div.box.secondary {
    background: #b9d88a;
    border-radius: 0;
}

    div.col25.projectlanding div.box.secondary .box-inner {
        padding: 0;
    }

        div.col25.projectlanding div.box.secondary .box-inner img {
            width: 100% !important;
        }

div.col25.projectlanding a span.puffwrapper {
    padding: 14px;
    box-sizing: border-box;
    display: block;
}

    div.col25.projectlanding a span.puffwrapper p {
        font-size: 14px;
    }

div.col25.projectlanding a {
    text-decoration: none;
}

a span.puffwrapper p.readmore {
    margin-bottom: 0;
    color: #D62B32;
}

div.col25.projectlanding a span.puffwrapper p.readmore:hover {
    color: #D62B32;
    text-decoration: underline;
}

div.col25.projectlanding .infotext {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    display: inline-block;
    background: #D62B32;
    font-style: normal;
    padding: 1px 10px;
    line-height: 25px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}


    div.col25.projectlanding .infotext.Kommande,
    div.col25.projectlanding .infotext.Kommande a {
        background: #fff;
        color: #000 !important;
    }

    div.col25.projectlanding .infotext.Avslutad,
    div.col25.projectlanding .infotext.Avslutad a {
        background: #000;
        color: #fff !important;
    }

/*Döljer meddelanderutan på första sidan*/
.user_mypages .box-secondary.box.secondary.msg, .mina-sidor .box-secondary.box.secondary.msg {
    display: none;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_usr_altid_error {
    color: red;
}

span#object_detail_buttonlist2 span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ctl09_btnAddressMap2 span.btn_details {
    background: #D62B32;
    color: #fff;
    font-size: 20px;
    display: block;
    width: 52px;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: 0;
}

span#object_detail_buttonlist2 span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ctl09_btnAddressMap2 input.btn_details_button.btn_map.iframe.btn_details_button {
    display: block;
    height: 55px;
    position: relative;
    bottom: 30px;
    z-index: 2;
    width: 100%;
}


div.TopArticleBostaden {
    text-align: center;
    margin-bottom: 2em;
}

div.col100.aboutstartpage div.TopArticleBostaden {
    text-align: center;
    margin-bottom: 6em;
}

body.res_themes_bostadenumea_pages_cm_tenantstartpage h1,
body.res_themes_bostadenumea_pages_cm_aboutstartpage h1,
body.res_themes_bostadenumea_pages_cm_contactstartpage h1,
h2.titlefaq {
    text-align: center;
}

a.bostadenBtn {
    background: #D62B32;
    color: #fff;
    padding: 0.75em 3em 0.75em 2em;
    border-radius: 0.5em;
    font-weight: 600;
    font-size: 0.875em;
    display: inline-block;
    line-height: 2em;
    text-decoration: none;
    margin-top: 2em;
}

    a.bostadenBtn:after {
        content: "";
        background: url(../Img/Arrow.svg);
        background-size: cover;
        display: inline-block;
        width: 19px;
        height: 19px;
        position: relative;
        /*top: 0.25em;*/
        left: 1em;
        vertical-align: -0.35em;
    }

    a.bostadenBtn:hover {
        background-color: #902429
    }

        a.bostadenBtn:hover:after {
            animation: knock-right 1500ms ease-in-out infinite
        }


div.col100.contactinfo-content {
    background: transparent;
    width: auto;
    margin: 0 10% 4em;
    box-sizing: border-box;
}

    div.col100.contactinfo-content div.col50.contactinfo {
        box-sizing: border-box;
        margin-bottom: 2.25em;
        background: #fff;
        border-radius: 8px;
        filter: drop-shadow(0em 0em 0.4em rgba(0, 0, 0, 0.125));
        padding: 1.5em;
    }

div.col100.contactstartpage div.col100.contactinfo-content div.col50.contactinfo h3.title {
    font-size: 20px;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #bbb;
}

div.col100.contactstartpage div.col100.contactinfo-content div.col50.contactinfo p:last-of-type {
    margin: 0;
}
/** COOKIEBOT CSS START **/
div.CookieDeclaration div#CookieDeclarationUserStatusPanel {
    padding: 1.5rem 2rem 2rem;
    background: #fff;
    border: 1px solid #f4f4f4;
}

p.CookieDeclarationLastUpdated {
    margin-top: 1em;
    margin-bottom: 2em;
}

div#CookieDeclarationChangeConsent {
    margin-top: 1.5rem;
}

    div#CookieDeclarationChangeConsent a#CookieDeclarationChangeConsentChange {
        background: #D62B32;
        color: #fff;
        padding: 0.75em 2em 0.75em 2em;
        border-radius: 0.5em;
        font-weight: 600;
        font-size: 0.875em;
        display: inline-block;
        line-height: 2em;
        text-decoration: none;
    }

        div#CookieDeclarationChangeConsent a#CookieDeclarationChangeConsentChange:hover {
            background: #902429;
        }

#CookieDeclarationUserStatusLabel {
    display: block;
    margin-bottom: 1em;
    float: left;
}

div.CookieDeclarationType {
    padding: 1.5rem 2rem 2rem;
    background: #fff;
    border: 1px solid #f4f4f4;
}

div#CookieDeclarationUserStatusPanel {
    padding: 1.5rem 2rem 2rem;
}

p#CookieDeclarationConsentIdAndDate {
    font-size: 1em;
}

div#CookieDeclarationUserStatusPanel {
    border: 1px solid #f4f4f4;
}

span#CookieDeclarationUserStatusLabelConsentId {
    word-break: break-all;
}

table.CookieDeclarationTable tbody tr:nth-child(2n+1) {
    background: #F0F9FF;
}

table.CookieDeclarationTable td, table.CookieDeclarationTable th {
    border: 0 !important;
    color: #4a4646;
    font-size: 0.875rem;
    line-height: 1.63;
    padding: .6875rem 1rem;
    text-align: left;
}

@media (max-width: 980px) {
    table.CookieDeclarationTable {
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }
}
/** COOKIEBOT CSS END **/


#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ctl04_divExtraObjectFacts {
    visibility: hidden;
    display: none;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ctl04_divExtraResidentFacts {
    visibility: hidden;
    display: none;
}

@media (max-width: 980px) {
    .cancelInfoText {
        float: left;
        text-align: left;
        display: inline-block;
        width: 50%;
    }
}