/** Structure.css **/
/*
 * Site structure
 *
 * 090814	HE		Initial version
 * 090902	HE		Updated the site grid to standard 960-grid measures (www.960.gs)
 *					Removed obsolete col-sizes col70 & col30.
 */

/*
 * Main site containers 
 */
form {
    margin: 0 auto;
    padding-bottom: 0;
    position: relative;
    width: 100%;
}
body {
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #243339;
}

/*
 * Hyperlinks
 */
a {
    color: #243339;
    text-decoration: underline;
    font-weight: 600;
}
    a:hover {
        color: #243339;
    }
a.image {}
a.planning {}
a.bulleted {}
a.icon-areainfo img {}

div.siteHeader-container, div.siteMain-container, div.siteFooter-container {
    width:100%;
}

div.siteHeader-container {
    background: #24333A;
    width: 100%;
}

div.siteMain-container {
    background: #fff;
    padding-bottom:30px;
}

div.siteFooter-container {
    background: url(../Img/bg-footer-new.jpg) no-repeat 0 top;
    background-size: 100%;
    background-color: #24333A;
    color: #fff;
    width: 100%;
}

div.siteFooter-container:after {
    content:"";
    display:block;
    clear:both;
}

div.siteFooter {
    font-size: 16px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20%;
    position: relative;
    width: 940px;
}
div.siteFooter-container .col100 {
    background:transparent;
}
div.siteFooter-container h6 {
    font-size: 28px;
    font-weight: 100;
    line-height: 36px;
    margin: 10px 0 20px;
}

.siteAuthor-container {
    background:#24333A;
    color:#fff;
    padding: 24px 0 20px;
}
div.siteAuthor {
    width: 940px;
    margin: 0 auto;
}

div.siteContentFull, div.siteContainer, div.siteHeader, div.siteMain, div.siteContact {
    margin: 0 auto;
    width: 940px;
}
div.siteMain {
    padding:30px 0;
    min-height: 580px;
}
div.siteFooter {
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
    position:relative;
}
div.siteFooter ul.siteOptions {
    float:none;
}
div.siteFooter ul.siteOptions li {
    line-height:24px;
}
div.siteFooter ul.siteOptions li a {
    color:#434343;
    font-size:15px;
    text-decoration:none;
}
div.siteFooter ul.siteOptions li a:hover {
    text-decoration:underline;
    color:#24333A ;
}
div.siteFooter ul.siteOptions li a:before {
    color: #24333A;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: normal;
    margin-right: 6px;
    display:inline-block;
}
div.block-icon {
    background: #243339;
    border-radius: 60px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    top: -127px;
    position: absolute;
    text-align: center;
    width: 100px;
    z-index: 999;
}

div.block-icon img {
    margin-right: 7px;
    margin-top: 23px;
}
div.footerlogo {
    background: url(../Img/Bjuvsfastigheter-logo.svg) no-repeat 50% bottom;
    max-width: 940px;
    height: 200px;
    background-size: 50%;
    margin: auto;
}

/*
 * Site header
 */
div.siteHeader {
    position: relative;
}
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-authorization {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 10px;
}
    div.global-authorization a {
        color: #B9EFD2;
        text-decoration: none;
    }
    div.global-authorization i {
        display: none;
        color: #B9EFD2;
        text-decoration: none;
    }
    div.global-authorization div {
        margin-left: 20px;
        margin-right: 20px;
    }

/** Sitemenu container **/
div.siteMenu-container {
    background:#24333A;
    width:100%;
    overflow:hidden;
    
}
div.siteMenu {
    width:940px;
    margin:0 auto;
}
div.language {
}
a.translate {
    color: #fff;
    display: block;
    font-size: 13px;
    position: absolute;
    right: 235px;
    text-decoration: none;
    top: 9px;
}
a.translate:before {
    color: #fff;
    content: "\f0ac";
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    padding-right:3px;
}
/*
 * Sidebar container 
 */

div.siteSidebar {
    border-top: 1px solid #ddd;
    position: relative;
    top: 70px;
}
/*
 * Content containers 
 */
div.siteContent {
}

div.siteContentFull {
    padding: 0;
}

div.siteContentPopup {
}

div.siteContentIframe {
}

/*
 * Footer elements 
 */

div.siteBreadcrumbs {
    border-bottom: 1px dotted #ddd;
    color: #24333A ;
    float: none;
    font-family: "Source Sans Pro";
    margin-bottom: 20px;
    margin-left: 240px;
    padding: 15px 0 10px;
    text-decoration: none;
    width: auto;
    display:none;
}

div.siteBreadcrumbs a {
    color: #a9a390;
    text-decoration: none;
    font-size: 14px;
    padding:0 1px;
}

div.siteBreadcrumbs a b {
    color: #24333A ;
    font-weight: normal;
}

body.default div.siteBreadcrumbs {
    display: none;
    float: none !important;
}

ul.siteOptions {
}
ul.siteOptions li {
    display: block;
    text-align: left;
}

div.siteContact {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #B9EFD2;
    background: #24333A;
    padding-top: 20px;
    padding-bottom: 20px;
}
img.siteLogoMobile {
    display:none;
    position:absolute;
    visibility:hidden;
}
div.siteLogos {
}

ul.siteOptions {
visibility:hidden;
display:none;
}

ul.siteOptions a {

}

ul.siteOptions li {
}



@media(max-width: 1399px) {

    div.siteFooter {
        padding-top: 350px;
    }


    div.footerlogo {
        height: 90px;
        background-size: 30%;
    }

    div.siteContact {
        top: 0;
    }
}

@media(max-width: 1199px) {

    div.siteFooter {
        padding-top: 250px;
    }
    div.footerlogo {
        height: 70px;
        background-size: 25%;
    }
}

    /*
 * Page containers 
 */
    .col100, .col75, .col50, .col37, .col25 {
    }

    .col100 {
    }

    .col75 {
    }

    .col50 {
    }

    .col37 {
    }

    .col33 {
    }

    .col25 {
    }

    .page-popup {
    }

    /*
 * Errormessage control
 */
    div.errormsg {
    }

    div.erroricon {
    }

    div.errortext {
    }

    /*
 * Search area
 */
    div.search_area {
        display: none;
        visibility: hidden;
    }

        div.search_area .search_field {
            background: transparent;
            border: none;
            border-radius: 0;
            box-shadow: none;
            color: #434343;
            float: left;
            font-size: 12px;
            padding-left: 7px;
            width: 160px;
        }

        div.search_area .btn_search {
            background: transparent;
            border: 0 none;
            color: #666;
            cursor: pointer;
            font-size: 12px;
            padding-right: 5px;
            box-shadow: none;
            border: none;
        }

    /** Font.css **/
    /* 
 * General
 */
    html {
    }

    body {
    }

    input, textarea, select {
    }

    pre, code, kbd {
    }

    strong, b {
    }

    em {
    }


    .ingress {
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
    }

    .pre-amble {
    }

    .alert {
    }

    /*
 * Headers
 */
    h1, h2, h3, h4, h5, h6 {
        font-family: "Source Sans Pro";
        color: #243339;
        font-weight: 300;
        font-style: normal;
    }

        h1, h1.pagetitle {
            font-size: 42px;
            line-height: 50px;
            margin: 20px 0;
            letter-spacing: -1px;
        }

    h2 {
        margin-bottom: 10px;
        font-size: 42px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 30px;
    }

    h3 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    h5 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    h6 {
        font-size: 18px;
        line-height: 24px;
    }

    h2.header, h3.header {
    }

    .box-primary h3.user {
        margin-bottom: 0;
    }

    .siteHeader h1 {
        height: 115px;
        padding-top: 20px;
        text-align: center;
        width: 100%;
    }

    div.rental h2, div.trade h2, div.interest h2, div.resident h2 {
        font-size: 23px !important;
    }

    div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divInterest .interest span {
        display: block;
    }
    /*
 * Search area
 */
    div.search_area .btn_search {
    }
    /*
 * Boxes
 */
    .box {
    }

    .primary h3, .secondary h3 {
        font-size: 23px;
        background: none;
        line-height: 34px;
        padding-bottom: 0;
        color: #243339;
        font-weight: 400;
    }

    .primary h3 {
    }

    .secondary h3 {
    }

    .box-rental h2, .box-resident h2 {
    }

    h2.localnews {
    }

    .box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
        font-size: 20px;
        background: none;
        line-height: 34px;
        padding-bottom: 0;
        color: #243339;
        font-weight: 600;
        text-transform: uppercase;
    }

    .related-content .box-inner {
        padding-bottom: 2px;
    }

    ul.mypage_profile_interest_header h4 {
        font-size: 18px;
        background: none;
        color: #434343;
    }

    span.button-list input {
    }

    a.link-large {
    }

    .siteBreadcrumbs, .siteOptions {
    }

    .siteContact {
    }

    div.siteHeader table {
    }

    ul.form {
    }

    .box ul.form {
    }

    .pageFooter input {
    }

    div.navbar div.text {
    }

    .tbl_list {
        font-size: 100%;
    }

    .tbl_cell_list_header {
    }

    .tbl_grid {
    }

    .agreetext, .infotext {
        background: #f2f2f2;
        border-radius: 6px;
        display: block;
        font-size: 11px;
        line-height: 21px;
        padding: 15px 20px;
    }

    /** CM.css **/
    /*
 * Styles used by content from the CM-editor in PortalAdmin
 *
 * 090824	HE		Initial version
 */

    /* 
 * 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 {
    }

    /** General.css **/
    /*
 * Paragraphs
 */
    p {
        margin: 0 0 14px;
    }

        p.mul-img img {
        }

        p.mul-plan img {
        }

        p.pNoEntries {
        }




    /*
 * Form elements
 */
    input, select, textarea {
        border-radius: 20px;
    }

    input, textarea {
    }

        input.no-border, table.no-border input, span.no-border input {
        }

        /*** 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_interest, .btn_search {
    line-height: 12px;
    background: #24333A;
    color: #B9EFD2;
    border-radius: 20px;
    padding: 0 16px;
    border: none;
}

    input.btn_interest {
        background: #24333A;
        border: none;
        color: #fff;
        height: 30px;
        line-height: 24px;
        cursor: pointer;
    }

    .btn {
    }

    .btn-disabled {
    }

    /*** Input element default sizes ***/
    .col50 .box-inner .textbox,
    .col75 .box-inner .textbox {
    }

    .col50 .box-inner .textarea,
    .col75 .box-inner .textarea {
    }

    /*
 * Horizontal rule 
 */
    hr {
        background-color: #434343;
        color: #434343;
    }

    /*
 * Button list
 */
    span.button-list input, span.button-list a {
    }

    span.button-list a {
    }

        span.button-list a.selected {
        }

span#object_detail_buttonlist.button-list .btn_details_button {
    border-radius:0;
}

.rentalinfo input, .rentalinfo a {
}

    /* 
 * Navigation bar
 */
    div.navbar {
        margin-top: 20px;
    }

        div.navbar .buttons {
        }

            div.navbar .buttons input {
            }

                div.navbar .buttons input dimmed {
                }

            div.navbar .buttons .btn_first {
            }

            div.navbar .buttons .btn_prev {
            }

            div.navbar .buttons .btn_next {
            }

            div.navbar .buttons .btn_last {
            }

        div.navbar .text {
        }

            div.navbar .text a {
            }

            div.navbar .text p {
            }

                div.navbar .text p.left {
                }

                div.navbar .text p.right {
                }

    /*
 * Page form header & footer
 */
div.pageHeader, div.pageSubHeader {
    background: #B9EFD2;
    border-radius: 4px;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    color: #24333A;
    font-weight: 600;
    text-transform: uppercase;
}

div.pageFooter {
    background: #B9EFD2;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    color: #fff;
}

        div.pageFooter input {
        }

    /*
 * Validator 
 */
    td div.validator-valid, td div.validator-unvalid {
    }

    div.validator-valid {
    }

    div.validator-unvalid {
    }

    span.validation-summary {
        padding-left: 2px;
        color: #24333A;
        padding-top: 6px;
    }

    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 {
        min-height: 20px;
        margin-bottom: 20px;
    }

    /* 
 * 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 {
    }

    /* COMMENT*/
    span.comment {
    }

    /* 
 * Table list
 */
    table.tbl_list {
    }

        table.tbl_list tr td {
            /* background: #003366;
        padding: 2px 4px;
        color: #fff;*/
            padding: 0;
        }



    table.gridlist td.listitem-odd, tr.listitem-odd td, table.gridlist td.listitem-even, tr.listitem-even td {
        border-bottom: 1px solid #ddd;
    }

    table.gridlist tr.listitem-even {
        background: #f4f4f4;
    }

    table.gridlist td.header:first-of-type {
        padding-left: 6px;
    }

    table.gridlist td.header:last-of-type {
        padding-right: 6px;
    }
    /* 
 * Table grid
 */
    table .tbl_grid {
    }

        table.tbl_grid tr td {
        }

    .headerstyle {
    }

    .alternate {
    }

    /*
 * Control specific styles
 */
    div.ImageTextStyles {
    }

    /*
 * Search Area Results
 */
    div.search_results {
    }

        div.search_results .search_textfield_area {
        }

        div.search_results .navbar {
        }

    /** Topmenu.css **/

    /*** Reset all list-styles ***/
    ul.topmenu, ul.topmenu li {
    }

    /*** Setup basic menu look ***/
    ul.topmenu {
        background: #24333A;
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        float: inherit;
        height: 50px;
    }

        ul.topmenu li {
            margin: 0;
            display: inline-block;
            float: inherit;
        }

            ul.topmenu li a {
                font-family: "Source Sans Pro";
                color: #B9EFD2;
                display: block;
                font-size: 16px;
                font-weight: 400;
                text-transform: uppercase;
                padding: 15px 20px;
                text-decoration: none;
                line-height: 20px;
            }

                ul.topmenu li a:hover {
                    background: #2e4a55
                }
            /*** Selected item or selected child-item ***/
            ul.topmenu li.selected, ul.topmenu li.childselected {
            }

                ul.topmenu li.selected a, ul.topmenu li.childselected a {
                    background: #2e4a55
                }

                    ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
                    }

    /*** Element padding ***/
    ul.submenu {
        padding: 0;
    }

        /*** Link styles ***/
        ul.submenu a {
            color: #24333A;
            font-size: 18px;
            font-weight: 600;
            font-style: normal;
            letter-spacing: 0;
            text-decoration: none;
            width: auto;
            padding: 4px 0;
        }

            ul.submenu a:hover {
            }

        ul.submenu ul {
        }

            ul.submenu ul a {
                color: #434343;
                font-size: 15px;
                font-weight: normal;
                text-transform: none;
            }

            ul.submenu a,
            ul.submenu ul a,
            ul.submenu ul ul a {
                padding-top: 9px;
                padding-right: 24px;
                padding-bottom: 8px;
            }

            ul.submenu ul a,
            ul.submenu ul ul a {
                padding-top: 6px;
                padding-bottom: 6px;
            }

            ul.submenu ul a {
                padding-left: 16px;
            }

            ul.submenu ul ul a {
                padding-left: 32px;
            }
        /*** 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: 12px;
            }

            ul.submenu li.selected > ul,
            ul.submenu li.expanded.childselected > ul {
                margin-top: 8px;
            }

        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;
        }
        /*** Special styles ***/
        ul.submenu li.expanded:before {
            content: "\f078";
            color: #ddd;
            font-family: FontAwesome;
            font-size: 14px;
            line-height: 28px;
            padding-right: 4px;
            position: absolute;
            right: 4px;
            text-decoration: none;
            vertical-align: middle;
            margin-top: 4px;
        }

        ul.submenu li.collapsed:before {
            content: "\f078";
            color: #ddd;
            font-family: FontAwesome;
            font-size: 14px;
            line-height: 28px;
            padding-right: 4px;
            position: absolute;
            right: 4px;
            text-decoration: none;
            vertical-align: middle;
            margin-top: 4px;
        }

        ul.submenu li.expanded.selected:before,
        ul.submenu li.selected:before {
            content: "\f078";
            color: #24333A;
            font-family: FontAwesome;
            font-size: 14px;
            line-height: 28px;
            padding-right: 4px;
            position: absolute;
            right: 4px;
            text-decoration: none;
            vertical-align: middle;
            margin-top: 4px;
        }

        ul.submenu li.selected:before {
            content: "\f054";
            color: #24333A;
            font-family: FontAwesome;
            font-size: 14px;
            line-height: 28px;
            padding-right: 4px;
            position: absolute;
            right: 4px;
            text-decoration: none;
            vertical-align: middle;
            margin-top: 4px;
        }

        ul.submenu li.expanded.childselected:before {
            content: "\f078";
            color: #ddd;
            font-family: FontAwesome;
            font-size: 14px;
            line-height: 28px;
            padding-right: 4px;
            position: absolute;
            right: 4px;
            text-decoration: none;
            vertical-align: middle;
            margin-top: 4px;
        }

        ul.submenu li.expanded a {
            border: none;
        }

        ul.submenu li.expanded ul li.last {
        }

        ul.submenu li:hover:before {
            content: "\f054";
            color: #ddd;
            font-family: FontAwesome;
            font-size: 14px;
            line-height: 28px;
            padding-right: 4px;
            position: absolute;
            right: 4px;
            text-decoration: none;
            vertical-align: middle;
            margin-top: 4px;
        }

        ul.submenu li.expanded ul li.selected a {
            font-weight: bold;
        }

        ul.submenu li.meny-space {
            margin-bottom: 10px;
        }

        ul.submenu li.expanded ul li.selected ul li a {
            font-weight: normal;
        }

        ul.submenu li.collapsed.selected:before {
            content: "\f078";
            color: #24333A;
            font-family: FontAwesome;
        }

        ul.submenu li ul li ul li.expanded.selected:before, ul.submenu li ul li ul li.selected:before {
            content: "\f054";
            color: #24333A;
            font-family: FontAwesome;
        }

        ul.submenu li ul li.expanded.selected:before {
            content: "\f078";
            color: #24333A;
            font-family: FontAwesome;
        }

        ul.submenu li ul li.expanded.selected:hover:before,
        ul.submenu li ul li.collapsed.selected:hover:before {
            content: "\f078";
            color: #24333A;
            font-family: FontAwesome;
        }

        ul.submenu li ul li.selected:before {
            content: "\f054";
            color: #24333A;
            font-family: FontAwesome;
        }

        ul.submenu li ul li:hover:before {
            content: "\f054";
            color: #ddd;
            font-family: FontAwesome;
        }

        ul.submenu li ul li.selected:hover:before {
            content: "\f054";
            color: #24333A;
            font-family: FontAwesome;
        }

        ul.submenu li ul li.collapsed:hover:before,
        ul.submenu li ul li.expanded:hover:before {
            content: "\f078";
            color: #ddd;
            font-family: FontAwesome;
        }

        ul.submenu li.collapsed:hover:before,
        ul.submenu li.expanded:hover:before {
            content: "\f078";
            color: #24333A;
            font-family: FontAwesome;
        }

        ul.submenu li.collapsed.selected:hover:before,
        ul.submenu li.expanded.selected:hover:before {
            content: "\f078";
            color: #24333A;
            font-family: FontAwesome;
        }

        ul.submenu li.selected:hover:before {
            content: "\f054";
            color: #24333A;
            font-family: FontAwesome;
        }

        ul.submenu li ul li.collapsed:hover:before,
        ul.submenu li ul li.expanded:hover:before {
            content: "\f078";
            color: #24333A;
            font-family: FontAwesome;
        }

        ul.submenu li.expanded.childselected:before,
        ul.submenu li ul li.expanded.childselected:before {
            content: "\f078";
            color: #24333A;
            font-family: FontAwesome;
        }

        ul.submenu > li.expanded > a {
            border-bottom: 2px solid #24333A;
            padding-bottom: 10px;
        }

        ul.submenu li.expanded.childselected ul li.collapsed.selected:before,
        ul.submenu li.expanded.childselected ul li.expanded.selected:before,
        ul.submenu li.expanded.childselected ul li.expanded.childselected:before,
        ul.submenu li.expanded.childselected ul li.expanded.childselected ul li.selected:before {
            margin-top: 1px;
        }

    /** Lists.css */
    /*
 * Ordered/Unordered lists 
 */
    ul, ol {
    }

        ul li {
        }

        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 {
                font-size: 13px;
            }

        ul.horizontal-bulleted {
        }

            ul.horizontal-bulleted li {
                font-size: 13px;
            }

    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 {
    }

    /*
 * Boxlist
 */
    ul.boxlist {
    }

        ul.boxlist li {
        }

    /* 
 * FAQ List 
 */
    ul.faq-list {
        border-top: 1px solid #dbdbdb;
        clear: both;
        float: left;
        width: 100%;
        position: relative;
    }

        ul.faq-list:hover {
            background: #f1f1f1;
        }

        ul.faq-list li {
            padding-left: 14px;
            margin-top: 14px;
        }

            ul.faq-list li p {
                margin-bottom: 12px;
            }

            ul.faq-list li.icon-questionmark {
                display: none;
            }

        ul.faq-list .question:before {
            content: "\f059";
            color: #888;
            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: #24333A;
            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 .answer {
            padding-bottom: 5px;
        }

        ul.faq-list .question {
        }

        ul.faq-list .question, ul.faq-list .answer {
        }


    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;
    }

        ul.horizontal-bulleted li:before {
            content: "\f00c";
            color: #24333A;
            display: inline-block;
            font-family: FontAwesome;
            font-size: 14px;
            line-height: 11px;
            margin-right: 5px;
            padding: 5px;
            text-decoration: none;
            width: 10px;
        }

    /* 
* Sitemap
*/
    .sitemap_paragraph {
    }

    /* 
 * Sitemap List 
 */
    ul.link {
    }

    ul li.maplink {
    }

    /* 
 * ListAvailable
 */
    ul.listavailable {
        list-style-type: none;
        margin: 0;
    }

        ul.listavailable li {
            list-style-type: none;
        }

    .col50 ul.listavailable li a {
    }

    .col25 ul.listavailable li a.align-left {
    }

    ul.listavailable a img {
    }

    .col100.background {
        height: 40px;
        text-align: center;
    }

    body.default ul.listavailable li {
        display: inline;
        list-style-type: none;
        margin-right: 10px;
    }

        body.default ul.listavailable li:last-of-type {
            margin-right: 0;
        }

        body.default ul.listavailable li a {
            font-size: 21px;
            color: #24333A;
            text-decoration: none;
        }

            body.default ul.listavailable li a:hover {
                color: #24333A;
                text-decoration: underline;
            }
    /*
 * Thumbnail list
 */
    div.thumbnail-container {
    }

    ul.thumbnail-list {
    }

        ul.thumbnail-list img {
        }

    .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 {
        }

    ul.mypage_profile_interest li span {
        display: block;
        margin: 4px 0 0;
    }

    ul.mypage_profile {
        padding-bottom: 6px;
    }

    div.jquerypanel .header a {
        color: #0066a4;
    }

    /** Boxes.css **/
    /*** General rules ***/
    .box {
    }

    .box-outer {
        min-height: 40px;
    }

    .box .noheight {
    }

    .box-inner {
        font-family: 'Source Sans Pro';
        font-size: 15px;
        line-height: 24px;
        color: #414141;
    }

    .box a.rss {
    }

    .box a img {
    }

    .box a.rss img {
    }

    td.box-inner {
    }

    /*** Primary ***/
    .primary, .primary .box-inner {
        background: #b9efd2;
        color: #243339;
        border-radius: 6px;
    }

        .primary h2 {
            color: #243339;
            font-size: 42px;
            font-weight: 700;
            letter-spacing: -1px;
            margin-bottom: 20px;
            text-align: center;
        }

        .primary p {
        }

        .primary hr {
        }

        .primary a {
            color: #243339;
            font-family: 'Source Sans Pro';
            font-size: 14px;
            text-decoration: underline;
        }

            .primary a:hover {
                color: #243339;
            }

            .primary a.bulleted {
                background: none;
                padding-left: 0;
                text-decoration: underline;
                font-weight: 600;
            }

        .primary .box-inner {
        }

    /*** Secondary ***/
    .secondary {
        background: #b9efd2;
        color: #243339;
        border-radius: 6px;
    }

        .secondary hr {
        }

        .secondary a {
            color: #243339;
            font-size: 14px;
            text-decoration: underline;
        }

            .secondary a:hover {
                color: #243339;
            }

            .secondary a.bulleted {
                background: none;
                padding-left: 0;
                text-decoration: underline;
                font-weight: 600;
            }

    a.bulleted {
        font-size: 15px;
        text-decoration: underline;
        font-weight: 600;
    }

        .primary a.bulleted:before,
        .secondary a.bulleted:before,
        a.bulleted:before {
            color: #243339;
            content: "\f054";
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 14px;
            margin-right: 3px;
            position: relative;
            text-align: center;
            text-decoration: none;
        }

    .areainfo {
        margin-top: 20px;
    }

    .object-interest, .object-facts {
        line-height: 21px;
    }

    /*** Login Control ***/
    .col25 div.loginarea span {
    }

    .col37 div.loginarea span {
    }

    .col37 div.loginarea input {
    }

        .col37 div.loginarea input.btn {
        }


    /** Grids.css **/
    /*
 * Table grid list
 */
    div.grid {
    }

    table.gridlist {
        font-size: 13px;
    }

        table.gridlist tr.headerrow {
        }

        table.gridlist tr.marked {
        }

        table.gridlist tr.dimmed {
        }

        table.gridlist td {
        }

            table.gridlist td.header, tr.header td {
                background-color: #b9efd2;
            }

                table.gridlist td.header a, tr.header td a {
                    background-color: #b9efd2;
                    color: #24333A;
                }

                    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: #b9efd2;
                    }

                    table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                        background-color: #b9efd2;
                    }

            table.gridlist td.listitem-even, tr.listitem-even td {
                padding: 8px 6px;
            }


    .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 #ccc;
        padding: 8px 6px;
    }

    table.gridlist td.listitem-level2, tr.listitem-level2 td {
    }

    table.gridlist .label {
    }

    table.gridlist tr td td {
    }

    table.gridlist img.objectlist_icon {
    }

    /*
 * UL form list
 */
    ul.form {
        font-size: 13px;
    }

        ul.form li {
        }

            ul.form li.validator {
            }

            ul.form li.label {
            }

    .box-primary ul.form li.label,
    .box-secondary ul.form li.label,
    .box ul.form li.label {
    }

    ul.form li.textvalue {
    }

    ul.form li.value {
    }

    ul.form li.text {
    }

    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 {
    }

    .formstyle {
    }

        .formstyle .label {
        }

    /*
 * Statistics grid
 */
    div.statistics table {
    }

    /*
 * News-archive grid
 */
    div.news-archive .date-column {
        padding: 10px;
        font-style: italic;
        color: #24333A;
    }

    div.news-archive .content-column .title {
        background: transparent;
        color: #243339;
        font-family: "franklin-gothic-urw",sans-serif;
        font-size: 18px;
        font-weight: 700;
        font-style: normal;
        line-height: normal;
        margin-bottom: 4px;
        text-decoration: none;
        text-transform: none;
        letter-spacing: -0.0125em;
    }

    div.news-archive .content-column p {
        font-size: 13px;
    }

    div.news-archive .date-column {
    }

    div.news-archive .content-column .title {
    }

    /** Bostadsfakta **/
    div.area_info_facts {
        background: #fff;
        margin-bottom: 10px;
        position: relative;
        z-index: 90;
        padding: 15px 15px 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

        div.area_info_facts table.gridlist tr {
            border-color: #d2d2d2 !important;
        }

            div.area_info_facts table.gridlist td.header,
            div.area_info_facts table.gridlist tr.header td {
                background: transparent;
                color: #24333A;
                font-size: 13px;
            }

        div.area_info_facts table.tbl_list tr td {
            padding: 8px 14px;
            font-size: 12px;
        }

        div.area_info_facts table.gridlist td.listitem-odd, div.area_info_facts tr.listitem-odd td,
        div.area_info_facts table.gridlist td.listitem-even, div.area_info_facts tr.listitem-even td {
            padding: 6px 8px;
        }

        div.area_info_facts h4 {
            font-size: 21px;
            font-weight: bold;
            line-height: 36px;
        }

    .col25.sideBar .gridlist {
        width: 100%;
    }

    table.gridlist td.header, tr.header td {
        height: 29px;
        vertical-align: middle;
        color: #24333A;
    }

    body.org_employeelist table.gridlist {
        margin-bottom: 30px;
    }

    div.area_info_facts table.gridlist tr:last-of-type td {
        border-color: #fff;
    }

    /* QuickFilter */
    .objectlistFilters {
        background: #B9EFD2;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        margin-bottom: 20px;
        padding: 17px 30px 3px;
    }

    ul.quickfilter li.full {
        border-bottom: 1px dotted #fff;
        margin-bottom: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

    ul.quickfilter li {
        float: left;
        font-size: 13px;
        list-style-type: none;
        margin-left: 0;
        margin-right: 44px;
        width: 44%;
    }

    ul.quickfilter span.minValue, ul.rangeslider span.maxValue {
        float: left;
        font-size: 11px;
        width: 90%;
    }

    ul.quickfilter span.maxValue {
        font-size: 11px;
    }

    ul.quickfilter li span.title {
        font-size: 16px;
        font-weight: 600;
    }

    .ui-widget-header {
        background: #72b293;
    }

    .ui-widget-content {
        background: #72b293;
    }

    label.title {
        background: #9fddbd;
        border-radius: 6px;
        color: #253339;
        display: inline-block;
        margin-bottom: -4px;
        padding: 13px 20px;
        text-decoration: underline;
        font-weight: 600;
        font-size: 15px;
    }

        label.title::after {
            text-decoration: none;
        }

    table.check tr td {
        padding: 8px;
    }

    .templatelist.block.objectlist,
    ul.templatelist.block,
    .templatelist.block:nth-child(1n+3) {
        background: transparent;
        border: 1px solid #dbdbdb;
        margin-right: 2%;
        width: 31.5% !important;
    }

    .templatelist.block:nth-child(3n+3) {
        margin-right: 0 !important;
    }

    .templatelist.block {
        background: #efefef;
        border: none;
        border-radius: 6px;
    }

        .templatelist.block li {
            padding-top: 8px;
        }

    ul.templatelist.block li h2 {
        font-size: 16px;
        font-weight: normal;
        margin-top: 0;
    }

    ul.templatelist.block li img.image {
        display: block;
        margin: 0 auto;
        max-height: 110px;
        padding-left: 0;
        width: 80%;
        overflow: hidden;
    }

    ul.listviews li a {
        display: block;
        font-size: 13px;
        height: 14px;
    }


    div.page-col25 ul.grid li.left {
        float: left;
        width: 55px;
    }

    div.page-col25 ul.grid li.right {
        padding-left: 60px;
        width: auto;
    }

    div.page-col50 ul.grid li.left {
        float: left;
        font-size: 17px;
        line-height: 36px;
        width: 300px;
    }

    div.jquerypanel .header a.hidden,
    div.jquerypanel .header a {
        background-color: transparent;
        background-position: 0 50%;
    }

    ul.exchangeobject, div.jquerypanel {
        background-color: #e6f9ff;
    }
    /** DynamicMap.css **/
    .dynamic-map {
    }

        .dynamic-map a {
        }

        .dynamic-map #infobox {
        }

            .dynamic-map #infobox > div {
            }

        .dynamic-map #fade_bg {
        }

        .dynamic-map #fade_color {
        }

        .dynamic-map #fade_bg img {
        }

        .dynamic-map .more {
        }

            .dynamic-map .more .nr {
            }

            .dynamic-map .more .area-label {
            }

    /** Slider.css **/
    div#divSliderOverlayTop {
    }

    div#divSliderOverlayBottom {
    }

    /*
  * Slider width and position
  */
    .col100 .slider,
    .col100 .slider-container {
    }

    .col75 .slider,
    .col75 .slider-container {
    }

    .col50 .slider,
    .col50 .slider-container {
    }

    .col25 .slider,
    .col25 .slider-container {
    }

    .col25 .slider,
    .col25 .slider-container {
    }

    .col66 .slider,
    .col66 .slider-container {
    }

    .slider-container {
        margin: -20px 0 0;
        position: absolute;
        right: 0;
        width: 100% !important;
    }

        .slider-container img {
            width: 100% !important;
        }

    .slider-inner {
    }

    .slider {
        height: 400px;
        width: 100%;
    }

        .slider img {
            max-width: 100%;
        }

    /*
 * Pager
 */
    .pager-container {
        margin: -49px 0 0 0;
        position: absolute;
        width: 620px;
        height: 44px;
        background: none;
    }

    .pager {
    }

        .pager li {
            border: 0;
            background: transparent url(../Img/pagination_unsel.png) no-repeat 50% 50%;
            height: 22px;
            margin: 12px 0 10px 10px;
            width: 22px;
        }

            .pager li.selected {
                border: 0;
                background: transparent url(../Img/pagination_sel.png) no-repeat 50% 50%;
            }
    /*
 * Prev/Next buttons
 */
    #slider_next, #slider_prev {
    }

    #slider_next {
        background: transparent url("../Img/next_pagination.png") no-repeat 50% 50%;
    }

    #slider_prev {
        background: transparent url("../Img/prev_pagination.png") no-repeat 50% 50%;
    }

    #slider_next, #slider_prev {
        top: auto;
        bottom: 10px;
    }

    #slider_prev {
        left: auto;
        right: 50px;
    }

    /*
 * Slider Text
 */


    div.ImageTextStyles {
        margin: 0;
    }

        div.ImageTextStyles.Image {
            overflow: hidden;
        }

    .ImageTextStyles-Container {
        width: 500px;
        margin: 0 auto;
        text-align: center;
        background: gold;
        clear: both;
        display: block,
    }

    div.ImageTextStyles.Text {
        background: transparent url(../Img/white-blank.png) repeat 0 0;
        border-radius: 10px;
        float: left;
        height: auto;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 3%;
        position: absolute;
        right: 0;
        text-align: center;
        top: 5%;
        width: 50%;
    }

        div.ImageTextStyles.Text div.sliderTitle,
        div.ImageTextStyles.Text {
            color: #fff;
        }

            div.ImageTextStyles.Text div.sliderTitle {
                font-size: 21px;
                line-height: 21px;
                margin-bottom: 5px;
                letter-spacing: -0.0125em;
            }

            div.ImageTextStyles.Text h1 {
                color: #fff;
                font-size: 70px;
                font-weight: 700;
                font-style: normal;
                letter-spacing: -2px;
                line-height: 68px;
            }

            div.ImageTextStyles.Text h2 {
                font-size: 32px;
                font-weight: bold;
                letter-spacing: -1px;
                line-height: 40px;
            }

            div.ImageTextStyles.Text p {
                font-family: "Source Sans Pro",sans-serif;
                color: #fff;
                font-size: 27px;
                font-weight: 700;
                font-style: normal;
                letter-spacing: -0.0125em;
                line-height: 34px;
            }

                div.ImageTextStyles.Text p a {
                    text-decoration: none;
                    font-family: 'Source Sans Pro';
                    color: #24333A;
                }

                    div.ImageTextStyles.Text p a span.abstract {
                        display: inline;
                        font-size: 14px;
                        line-height: 21px;
                    }

            div.ImageTextStyles.Text hr {
                display: none;
            }

    .ImageTextStyles.Image img {
        width: 100%;
    }


    p.readmore {
        text-align: right;
    }

        p.readmore a {
            font-size: 16px;
        }

    /*
FocusObject Slider
*/

    div.divfocus .pager-container {
        background: none;
        bottom: 107px;
        display: block;
        height: 44px;
        position: relative;
        top: auto;
        width: 270px;
    }

    div.divfocus .pager li {
        border: 0;
        background: transparent url(../Img/pagination_unsel.png) no-repeat 50% 50%;
        width: 22px;
        height: 22px;
        margin: 11px;
    }

        div.divfocus .pager li.selected {
            border: 0;
            background: transparent url(../Img/pagination_sel.png) no-repeat 50% 50%;
        }

    div.divfocus #slider_next, div.divfocus #slider_prev {
        bottom: 120px;
        top: auto;
    }

    div.divfocus #slider_prev {
        left: auto;
        right: 50px;
    }

    div.divfocus .slider-container {
        width: 270px;
        margin: 0;
    }

    div.divfocus .col100 .slider, .col100 .slider-container {
        width: 270px;
    }

    div.divfocus div#divSliderOverlayTop {
        display: none;
    }

    div.divfocus div#divSliderOverlayBottom {
        display: none;
    }

    div.divfocus .slider {
        width: 270px;
        height: auto;
    }

        div.divfocus .slider .imgContainer {
            height: 183px;
            overflow: hidden;
        }

        div.divfocus .slider img {
            width: 270px;
            height: 170px;
        }

    div.divfocus .slider-inner {
        padding-bottom: 0;
    }

    div.divfocus ul {
    }

        div.divfocus ul.focusobject {
            overflow: hidden;
        }

    ul.focusobject li.left {
        float: left;
        width: 60px;
    }

    ul.focusobject li.right {
        width: 200px;
    }


    /** Cycle Slider **/
    div.cycle-slideshow {
        overflow: hidden;
        margin-bottom: 26px;
    }

    .box-outer {
        min-height: initial;
    }

    .cycle-pager {
        position: absolute;
        text-align: center;
        top: 10px;
        width: 100%;
        z-index: 100;
        position: absolute;
    }

        .cycle-pager span {
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-family: arial;
            font-size: 50px;
            height: 16px;
            width: 16px;
            position: relative;
            z-index: 1000;
        }

            .cycle-pager span.cycle-pager-active {
                color: #24333A;
            }

        .cycle-pager > * {
            cursor: pointer;
        }

    .cycle-prev, .cycle-next {
        cursor: pointer;
        height: 100%;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 5%;
        z-index: 800;
    }

    .cycle-prev {
        left: 0;
    }

    .cycle-next {
        right: 0;
    }

    .cycle-prev:after {
        content: "\f137";
        font-family: FontAwesome;
        color: #fff;
        display: inline-block;
        font-size: 42px;
        left: 40px;
        position: absolute;
        text-decoration: none;
        top: 40%;
        z-index: 1000;
    }

    .cycle-next:after {
        z-index: 1000;
        content: "\f138";
        font-family: FontAwesome;
        color: #fff;
        display: inline-block;
        font-size: 42px;
        right: 40px;
        position: absolute;
        text-decoration: none;
        top: 40%;
        z-index: 1000;
    }

    .alignleft {
        margin-right: 20px;
    }

    .box-primary.box.primary.areainfo {
        border-radius: 6px;
    }

        .box-primary.box.primary.areainfo .box-inner {
            border-radius: 6px;
        }

    .areatext h3 {
        font-size: 21px;
    }

    .object-facts ul li {
        line-height: 24px;
    }

    .object-facts .box-inner {
        font-size: 14px;
        line-height: 21px;
    }

    .mypage_list.contract_list,
    .mypage_list.rent a {
    }

        .mypage_list.contract_list a.bulleted:before,
        .mypage_list.rent a:before {
            content: "\f054";
            color: #24333A;
            font-family: FontAwesome;
            font-size: 14px;
            font-style: normal;
            padding-right: 4px;
            text-decoration: none;
            display: inline-block;
        }

    ul.mypage_list .ico_landlord,
    ul.mypage_list .ico_rentalinfo {
        background: none;
        padding: 0;
    }

        ul.mypage_list .ico_landlord:before {
            content: "\f101";
            color: #24333A;
            font-family: FontAwesome;
            font-size: 15px;
            padding-right: 6px;
            text-decoration: none;
        }

        ul.mypage_list .ico_rentalinfo:before {
            content: "\f101";
            color: #24333A;
            font-family: FontAwesome;
            font-size: 15px;
            padding-right: 6px;
            text-decoration: none;
        }

    .box-secondary div.resident {
        position: relative;
    }

    div.residentInfo {
        display: inline-block;
        float: left;
        width: 100%;
    }

        div.residentInfo.residentLinks {
            bottom: 0;
            border-top: 1px dotted #707173;
            float: right;
            font-size: 14px;
            left: 0;
            padding: 3px 0 0 0;
            position: relative;
            right: 0;
            text-decoration: none;
            width: 100%;
        }

            div.residentInfo.residentLinks h4 {
                font-size: 18px;
                font-style: normal;
                line-height: 18px;
                margin-top: 10px;
            }

            div.residentInfo.residentLinks a {
                text-decoration: none;
                color: #595959;
            }

            div.residentInfo.residentLinks .alignright {
                float: right;
                width: 100%;
            }

            div.residentInfo.residentLinks ul.mypage_list.link_list {
                float: left;
                width: 100%;
                margin-bottom: 0;
                padding-bottom: 0;
            }

                div.residentInfo.residentLinks ul.mypage_list.link_list li {
                    display: inline-block;
                    margin-right: 3px;
                    font-style: italic;
                }

    body.org_employeelist table.tbl_grid {
        border: medium none #c7c5c5;
        table-layout: auto;
        width: 700px;
    }

    body.org_employeelist table.gridlist tr.headerrow td:nth-of-type(4n+1) {
        width: 250px;
        padding-left: 6px;
    }

    body.org_employeelist table.gridlist tr.headerrow td:nth-of-type(4n+2) {
        width: 170px;
        padding-left: 6px;
    }

    body.org_employeelist table.gridlist tr.headerrow td:nth-of-type(4n+3) {
        width: 100px;
        padding-left: 6px;
    }

    body.org_employeelist table.gridlist tr.headerrow td:nth-of-type(4n+4) {
        width: 100px;
        padding-left: 6px;
    }

    body.org_employeelist table.gridlist td a.iframe {
        margin-left: 3px;
        text-decoration: none;
    }

    .hss-img {
        margin-bottom: 20px;
    }

    div.cookie-header {
        background-color: #B9EFD2;
        color: #24333A;
        padding: 14px;
        font-size: 13px;
    }

    #cookiecheck span {
        display: block;
        font-size: 13px;
        line-height: 21px;
    }

    #cookiecheck ul.form, #cookiecheck .box ul.form {
        list-style-type: none;
        margin: 6px 0 0;
        font-size: 13px;
    }

ul.TableSummaryMainTR {
    background: #f2f2f2;
    font-size: 13px;
    padding: 10px 15px;
    border-radius:6px;
}

.vfa_resident_objectmaintenance_insert li.label.lblDescription {
    display: none;
}