﻿/*
 * Main stylesheet for the new cleaned structure.
 *
 * 090814	HE		Initial version
 * 111028	NP		Removed some imports
 */
@import url("webFonts.css");

/* 
 * General
 */
html {
}
form {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0;
}

body {
    background: #fff;
    font-family: "HelveticaNeueLTPro-Lt", sans-serif;
    font-size: 1.125em;
    line-height: 1.5em;
    color: #374B6C;
    -webkit-font-smoothing: subpixel-antialiased;
}

@media (max-width: 1024px) {
    body {
        font-size: 15px;
    }
}

input, textarea, select {
}

pre, code, kbd {
}

strong, b {
}

em {
}

.ingress {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}

.pre-amble {
}

.alert {
}

a {
    color: #3a4f73;
}

p {
    margin: 0 0 1em 0;
    letter-spacing: 0.3px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: fertigo_proregular, sans-serif;
    color: #374B6C;
    line-height:1.5em;
    font-weight:normal;
}

h1 {
    font-size: 50px;
    font-weight: 400;
    margin: 0 0 25px 0;
}
body.mina-sidor_logga-in h1.pagetitle,
body.artikel_sok-bostad h1.pagetitle,
body.artikel_cookies h1.pagetitle {
    text-align: center;
    width: 84%;
}
@media (max-width: 1024px) {
    h1 {
        font-size: 30px;
    }
}

    h1.pagetitle {
    }

h2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -1px;
}

h3 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 32px;
}

h5 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 28px;
}


h6 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

h2.header, h3.header {
}

.siteHeader h1 {
}

@media (max-width: 1024px) {
    h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

h3 {
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

@media (max-width: 1024px) {
    h3 {
        font-size: 20px;
    }
}

@media (max-width: 550px) {
    h3 {
        font-size: 17px;
    }
}
b, strong {
}
div.cookie-header {
    background: rgba(55,75,108,0.85);
    font-size: 0.875em;
    padding: 1em 3em 1em;
    box-sizing: border-box;
    color: #fff;
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0;
}

    div.cookie-header a {
        font-family: fertigo_proregular, sans-serif;
        color: #fff;
        text-decoration: underline;
    }

div#cookie-header.cookie-header input.btn {
    margin: 0 auto;
    margin-left: auto;
    font-size: 1em;
    font-family: fertigo_proregular, sans-serif;
    padding: 0.1em 1em 0.1em 0.6em;
    background: #fff;
    color: #374B6C;
    border-radius: 20px;
    text-transform: unset;
    margin-left: 1em;
}

a.skiptocontent {
    position: absolute;
    top: -1000px;
    left: 0px;
    background: transparent;
    z-index: 100;
}
/*
 * Main site containers 
 */
div.siteHeader-container,
div.siteMain-container,
div.siteFooter-container {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    float:left;
}
div.siteTopMenu-container {
    width:100%;
    float:left;
    }
div.siteHeader-container {
/*    position: relative;*/
    background-color: #dcd6c8;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 1s ease-in-out;
}

    div.siteHeader-container div.siteHeader div.siteLogo {
        float: left;
        position: absolute;
        left: 2.75em;
        top: 0.5em;
    }
        div.siteHeader-container div.siteHeader div.siteLogo a {
            display:inline-flex;
            float:left;
            }
            div.siteHeader-container div.siteHeader div.siteLogo a img {
                width: 7.7775em;
                transition: all .2s ease-in-out;
            }

html:not([data-scroll='0']) {
    padding-top: 0;
}

    html:not([data-scroll='0']) div.siteHeader-container {
        position: sticky;
        height: 70px;
    }

        html:not([data-scroll='0']) div.siteHeader-container div.siteHeader div.siteLogo a img {
            width: 5.556em;
        }
        html:not([data-scroll='0']) div.siteHeader-container div.siteHeader ul.topmenu {
            line-height: 70px;
        }
div.siteMain-container {
    box-sizing: border-box;
}

div.siteFooter-container {
    float: left;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}

div.siteHeader,
div.siteMain,
div.siteFooter {
    margin: auto;
    width:1500px;
}
div.siteHeader {
    background:#f4f3ef;
    overflow:auto;
    width:100%;
}
    div.siteMain {
        background: #fff;
        padding: 3em 2em;
        box-sizing: border-box;
    }


div.siteFooter h6 {
    font-size: 17px;
    line-height: 1.5rem;
    text-align: left;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

div.siteFooter .col33 ul,
div.siteFooter .col33 ul li {
    font-size: 1em;
    line-height: 1.5rem;
    text-align: left;
    color: #fff;
}

    div.siteFooter .col33 ul li {
        margin: 0;
        line-height: 23px;
    }

div.siteFooter .col33 i.fa:before {
    color: #fff;
    font-size: 55px;
}

div.siteFooter div.col33 ul li a.light {
    border-bottom: 1px solid #000;
    line-height: 18px;
}

.light {
    color: #cecece;
}

div.siteFooter {
    background: #fff url(../Img/wave_blue200.png) no-repeat 0 100%;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    padding: 45px 60px;
    box-sizing: border-box;
    height: 200px;
    width: 100%;
}


div.companyLogo {
    text-align: center;
}

    div.companyLogo img {
        width: 227px;
    }

/*
 * Site header
 */
div.siteHeader {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 0;
    padding-top: 0;
}

div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {

}
div.global-authorization {
    position: absolute;
    top: 10px;
    right: 20px;
    display:none;
}
div.global-unauthorized-login,
div.global-authorized-logout {
}
div.global-authorization a {
    font-size:1em;
    color:#000;
}

.fa:before {
    color: #000;
}

.fa.fa-asterisk:before {
    color: #cc0000;
}

.global-authorization .fa:before {
    color: #000;
}
/*
 * Sidebar container 
 */
div.siteSidebar {
    background: #fff;
    position: relative;
    width: 21.404%;
}
    div.siteSidebar:after {
        content:"-";
        display:block;
        color:#fff;
        visibility:hidden;
    }
    span.moreinfo {
        background: #000;
        color: #fff;
        padding: 0px 12px;
        font-size: 12px;
        text-transform: uppercase;
        position: absolute;
        z-index: 1000;
    }
/*
 * Content containers 
 */
div.siteContent {
    width: 66.468%;
    float: left;
    margin-left: 4%;
}

div.siteContentFull {
}

div.siteContentPopup {
}

div.siteContentIframe {
}

/*
 * Footer elements 
 */
div.siteBreadcrumbs {
    width: 100%;
    float: right;
    text-align: right;
    display: none;
    visibility: hidden;
}

    div.siteBreadcrumbs span > span a {
        text-decoration: none;
    }

        div.siteBreadcrumbs span > span a b {
            color: #999;
            font-weight: normal;
        }

div.siteContact {
}

div.siteContact {
}

div.siteLogos {
}
/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {
}

.col100 {
}

.col75 {
}

.col50 {
}

.col37 {
}

.col33 {
}

.col25 {
}

.page-popup {
}


/*
 * Errormessage control
 */
div.errormsg {
}

div.erroricon {
    width: 100%;
    float: left;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
    text-align: center;
}

div.errortext {
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

    div.errortext input.btn {
        display: block;
        margin: 0 auto;
        margin-top: 0px;
        margin-top: 1em;
    }
.txt_information_title {
    font-family: fertigo_proregular,sans-serif;
    font-size: 1.6em;
    display: block;
}
caption {
    margin-bottom: 1em;
    visibility:hidden;
    display:none;
}
/*
 * Search area
 */
div.search_area {
}

    div.search_area .search_field {
    }



/*
 * Menus
 */
ul.topmenu li a {
}

ul.submenu li {
}

/*
 * Search area
 */
div.search_area .btn_search {
}

/*
 * Boxes
 */
.box {
}

.primary h3, .secondary h3 {
    background: transparent;
    font-size: 1.5em;
}

.primary h3 {
}

.secondary h3 {
}

.box-rental h2, .box-resident h2 {
}

h2.localnews {
}

.box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
    background: transparent;
    color:#374B6C;
}

ul.mypage_profile_interest_header h4 {
    font-size: 1.11111em;
    margin-top: 3px;
    background: transparent;
}

ul.mypage_profile li, ul.mypage_profile_interest li span {
    margin-bottom: 0.125em;
    margin-top: 0.5em;
}

h3.user {
    margin-bottom: 0;
}
h3.facts {
    margin:0;
}

span.button-list input {
}

a.link-large {
}

.siteBreadcrumbs, .siteOptions {
}

.siteContact {
}

div.siteHeader table {
}

ul.form {
    font-size:100%;
}

.box ul.form {
}

.pageFooter input {
}

div.navbar div.text {
}

.tbl_list {
}

.tbl_cell_list_header {
}

.tbl_grid {
}

.agreetext, .infotext {
    font-size: 13px;
}


/*@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 {
}


/*@import url("Elements/General.css");*/

/*
 * Paragraphs
 */
p {
}

    p.mul-img img {
    }

    p.mul-plan img {
    }

    p.pNoEntries {
    }

/*
 * Hyperlinks
 */
a.image {
}

a.planning {
}

a.bulleted {
}

a.icon-areainfo img {
}

/*
 * Form elements
 */
input, select, textarea {
    font-size: 0.95em;
    box-shadow: unset;
    border-radius: unset;
    line-height: 1.8em;
}
input {
    height: unset;
    text-indent: 0.3em;
}

input, textarea {
    padding: unset;
}

select {
    height: auto;
}


    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 {
    }

ul.boxlist li select.drpMinRooms, ul.boxlist li select.drpMinFloor, ul.boxlist li select.drpMinSize {
    width: 46%;
}

ul.boxlist li input.txtMaxCost {
    width: 66%;
    padding-left: 3px;
}

ul.boxlist li label {
    font-weight: bold;
}
/*** Submit button ***/
.btn, .btn-disabled {
    border:none;
    text-decoration: none;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    padding: 0 15px;
    font-weight: normal;
    -webkit-transition: color .2s;
    transition: color .2s;
    background: #374B6C;
    border-color: #374B6C;
    line-height: 30px;
    height: auto;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow:none;
    text-shadow:none;
}

.btn {
}

.btn-disabled {
    background-color: #999;
    border-color: #999;
}

div.navbar .buttons .btn.first.dimmed, div.navbar .buttons .btn.prev.dimmed, div.navbar .buttons .btn.next.dimmed, div.navbar .buttons .btn.last.dimmed {
    width: auto;
}

/*** Input element default sizes ***/
.col50 .box-inner .textbox,
.col75 .box-inner .textbox {
}

.col50 .box-inner .textarea,
.col75 .box-inner .textarea {
}

/*
 * Horizontal rule 
 */
hr {
}

/*
 * Button list
 */
span.button-list input, span.button-list a {
}

span.button-list a {
}

    span.button-list a.selected {
    }

.rentalinfo input, .rentalinfo a {
}

span#object_detail_buttonlist.button-list .btn_details {
    background: #000;
}

span.button-list span.btn_details.fa:before {
    color: #fff;
}
/* 
 * Navigation bar
 */
div.navbar {
    margin-top: 30px;
}

    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 {
        font-size: 0.9em;
        line-height: 1.6em;
        margin: 0 5px;
        padding: 6px 12px 0;
        color:#374B6C;
    }

        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 {
    font-family: fertigo_proregular, sans-serif;
    background: #f4f3ef;
    border-color: #ccc;
    border: none;
    font-size: 1.11111em;
    font-weight: normal;
    padding: 0.5em 1em;
    height: unset;
    line-height: 1.5em;
    margin: 1em 0;
}

div.pageFooter {
    background: #f4f3ef;
    border-color: #f4f3ef;
    font-size: 1em;
    padding: 0.5em 0.5em;
    border: none;
}

    div.pageFooter input {
        margin-top: 2px;
    }
.removeInterestBox {
    padding: 0.6em 1.5em 1.5em;
}
.removeInterestBox > div.pageSubHeader {
    border: 0;
    background: 0;
    padding-left: 0;
    margin: 0;
    font-size:1.45em;
}
/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}

div.validator-valid {
}

div.validator-unvalid {
}
ul.form li.validator {
    width: 1.125em;
}
span.validation-summary {
    color: #ff0000;
    font-size: 1em;
    line-height: 1.5em;
    margin-left: 3px;
}

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: unset;
    margin-bottom: 2em;
    text-align:center;
    font-size:21px;
}
div.article-general {
    text-align: center;
    width: 80%;
    font-size:21px;
}
/* 
 * 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 {
    }

    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 {
}

/*
 * Search Area Results
 */
div.search_results {
}

    div.search_results .search_textfield_area {
    }

    div.search_results .navbar {
    }


/*@import url("Elements/TopMenu.css");*/
nav.nav-wrapper {
}
/*** Reset all list-styles ***/
ul.topmenu, ul.topmenu li {
}

/*** Setup basic menu look ***/
ul.topmenu {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    background: #f4f3ef;
    line-height: 5em;
    transition: all .2s ease-in-out;
}

    ul.topmenu li {
        margin:0;
    }

        ul.topmenu li a {
            font-family: fertigo_proregular, sans-serif;
            font-size: 20px;
            color: #374B6C;
            font-weight: normal;
            text-decoration: none;
            padding-left: 1em;
            padding-right: 1em;
        }

            ul.topmenu li a:hover {
                outline: none;
                opacity: 0.8 !important;
            }
        ul.topmenu li.first a {
            padding:0;
        } 
        /*** Selected item or selected child-item ***/
        ul.topmenu li.selected, ul.topmenu li.childselected {
            color: #f4f3ef;
        }

        /*** Selected item or selected child-item ***/
            ul.topmenu li.selected a, ul.topmenu li.childselected a {
                text-decoration:underline;
            }

            ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
            }
        ul.topmenu li.last {
            background: #dcd6c8;
            position:absolute;
            right: 0;
        }

/*** Link styles ***/
ul.submenu {
    background:#f4f3ef;
    padding:1em 0;
}
ul.submenu a {
    font-family:fertigo_proregular, sans-serif;
    color: #374B6C;
    font-size: 1.11111em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: none;
    width: auto;
    padding: 0.55em 1.5em 0.55em 1.5em; 
    border-color: #f4f3ef;
}

    ul.submenu a:hover {
        outline: none;
        opacity: 0.8 !important;
    }

ul.submenu ul {
}

    ul.submenu ul a {
        font-weight: 600;
        line-height: 26px;
    }

ul.submenu li {
    font-size: 100%;
}

    ul.submenu li.selected a {
        text-decoration:underline;
    }

ul.submenu a,
ul.submenu ul a,
ul.submenu ul ul a {
    line-height: 1.5em;
    word-break: break-word;
}

ul.submenu ul a,
ul.submenu ul ul a {
    padding-top: 6px;
    padding-bottom: 6px;
}

ul.submenu ul a {
    padding-left: 20px;
}

ul.submenu ul ul a {
    padding-left: 30px;
}



/*** 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: #f5f5f5;
    }

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 a:before {
    content: "\f067";
    color: #000;
    font-family: FontAwesome;
    font-size: 0.95em;
    line-height: 28px;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded a:before {
    content: "\f068";
    color: #000;
    font-family: FontAwesome;
    font-size: 0.95em;
    line-height: 28px;
    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: "\f068";
    color: #000;
    font-family: FontAwesome;
    font-size: 0.95em;
    line-height: 28px;
    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: "\f067";
    color: #000;
    font-family: FontAwesome;
    font-size: 0.95em;
    line-height: 28px;
    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: "\f068";
    color: #000;
    font-family: FontAwesome;
    font-size: 0.9em;
    line-height: 28px;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded.selected ul li.collapsed a:before {
    content: "\f067";
    color: #000;
    font-family: FontAwesome;
    font-size: 0.95em;
    line-height: 28px;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded.childselected ul li.collapsed a:before {
    content: "\f067";
    color: #000;
    font-family: FontAwesome;
    font-size: 0.95em;
    line-height: 28px;
    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: "";
}


/*
 * Ordered/Unordered lists 
 */
ul, ol {
}

    ul li {
        font-size: 1em;
    }

    ol li {
        font-size: 1em;
    }

    /* 
 * 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-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: 1em;
    }

        ul.horizontal-bulleted li:before {
            content: "\f00c";
            color: #374B6C;
            display: inline-block;
            font-family: FontAwesome;
            font-size: 1em;
            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: 1.5em;
    font-size: 1em;
}

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: 1px solid #dbdbdb;
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    background: #f4f3ef;
    border-radius: 5px;
    margin-bottom: 5px;
}

    ul.faq-list:hover {
        background: #f1f1f1;
    }

    ul.faq-list li {
        padding-left: 1em;
        margin-top: 0.9em;
        margin-bottom: 0.9em;
    }

        ul.faq-list li p {
            margin-bottom: 12px;
        }

        ul.faq-list li.icon-questionmark {
            display: none;
        }

    ul.faq-list .question:before {
        content: "\f059";
        color: #000;
        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: #374B6C;
        font-family: FontAwesome;
        font-size: 21px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        width: 20px;
    }

    ul.faq-list .question {
        font-family:fertigo_proregular, sans-serif;
        font-weight:normal;
        font-size: 1.11111em;
    }

    ul.faq-list .question, ul.faq-list .answer {
    }
/* 
* Sitemap
*/
.sitemap_paragraph {
}

/* 
 * Sitemap List 
 */
ul.link {
}

ul li.maplink {
}

    ul li.maplink:before {
        content: "\f105";
        color: #000;
        font-family: FontAwesome;
        font-size: 18px;
        line-height: 22px;
        padding-right: 3px;
        right: 4px;
        text-decoration: none;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }
/* 
 * ListAvailable
 */
ul.listavailable {
}

.col50 ul.listavailable li a {
}

.col25 ul.listavailable li a.align-left {
}

ul.listavailable a img {
}

/*
 * 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 {
    }


/*@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 {
}


.col75 img {
    max-width: 870px;
}

/*** Primary ***/
.primary {
    background: #f4f3ef;
    color: #333;
}

    .primary .box-inner {
    }

    .primary hr {
        border-color: #374B6C;
        background: #374B6C;
        height: 1px;
        overflow: hidden;
    }

    .primary a {
        color: #374B6C;
    }

        .primary a.bulleted {
            color: #374B6C;
            text-decoration: none;
        }

            .primary a.bulleted:before {
                content: "\f054";
                font-family: FontAwesome;
                padding-right: 6px;
                color: #374B6C;
                text-decoration: none;
                font-size: 1em;
                display: inline-block;
                top: 1px;
                position: relative;
            }

/*** Secondary ***/
.secondary {
    background: #f4f3ef;
    color: #374B6C;
}

    .secondary .box-inner {
    }

    .secondary hr {
        border-color: #374B6C;
        background: #374B6C;
        height: 1px;
        overflow: hidden;
    }

    .secondary a {
        color: #374B6C;
    }

        .secondary a.bulleted {
            color: #374B6C;
            text-decoration: none;
        }

            .secondary a.bulleted:before {
                content: "\f054";
                font-family: FontAwesome;
                padding-right: 6px;
                color: #374B6C;
                text-decoration: none;
                font-size: 1em;
                display: inline-block;
                top: 1px;
                position: relative;
            }


/*** Login Control ***/
.col25 div.loginarea span {
    display: block;
    margin-bottom: 7px;
    font-size: 15px;
}

.col25 div.loginarea p {
    margin-bottom: 14px;
}

.col37 div.loginarea span {
}

.col37 div.loginarea input {
}

    .col37 div.loginarea input.btn {
    }



/*@import url("Elements/Grids.css");*/

* Table grid list
*/
div.grid {
}

table.gridlist {
    font-size: 1em;
}

    table.gridlist tr.headerrow {
    }

    table.gridlist tr.marked {
    }

    table.gridlist tr.dimmed {
    }

    table.gridlist td {
    }

        table.gridlist td.header, tr.header td {
            background-color: #374B6C;
            font-size: 0.95em;
            font-weight: normal;
            height: unset;
            color: #fff;
            padding: 0.70em 10px 0.35em;
        }

            table.gridlist td.header:first-of-type {
                padding-left: 6px;
            }

            table.gridlist td.header:last-of-type {
                padding-right: 10px;
            }

            table.gridlist td.header a, tr.header td a {
                background-color: #374B6C;
                color: #fff;
            }

                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: #374B6C;
                    color: #fff;
                }

                table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                    background-color: #374B6C;
                }

        table.gridlist td.listitem-even, tr.listitem-even td {
            padding: 1em 0.6125em 0.65em;
            font-size: 1em;
            background: #f8f7f3;
        }

.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: 1em 0.6125em 0.65em;
    font-size: 1em;
    background: #fff;
}

table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}

table.gridlist tr td a {
    color: #000;
    text-decoration: underline;
}

table.gridlist img.objectlist_icon {
}

ul.mypage_profile {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 0.5em;
    margin-top: 1em;
}

/*
 * UL form list
 */
ul.form {
    font-size: 0.9em;
    margin:0,
}

    ul.form li {
        
    }

        ul.form li.validator {
        }

        ul.form li.label {
        }
        ul.form li.label, .box ul.form li.label {
            width: 15em;
            margin: 0;
            padding: 0.35em 0;
        }
        .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;
}

    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;
}
ul.form li.value, .box ul.form li.value {
    padding:0;
    margin-bottom:1em;
}
ul.form li, .box ul.form li {
    padding:0;
}
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 {
}

div.news-archive .content-column .title {
}


/*@import url("Elements/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 {
        }


/*@import url("Elements/Slider.css");*/

/*
  * Slider width and position
  */
.col75 .slider,
.col75 .slider-container {
}

.col50 .slider,
.col50 .slider-container {
}

.col25 .slider,
.col25 .slider-container {
}

.col25 .slider,
.col25 .slider-container {
}

.slider-container {
}

.slider-inner {
}

.slider {
}

/*
 * Pager
 */
.pager {
}

    .pager li {
    }

        .pager li.selected {
        }

/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {
}

#slider_next {
}

#slider_prev {
}


/** Site Footer Never Ends **/
div.siteNeverEnds {
    padding: 0;
    box-sizing: border-box;
    color: #99adb2  ;
    background: #374b6c;
}
    div.siteNeverEnds span {
        width:100%;
        display:block;
        margin:0 auto;
        padding:2em 15em;
        box-sizing:border-box;
    }
    .box-container .alignleft {
        margin-right: 2.859%;
    }

.box-container .btn {
    padding: 7px 14px;
    line-height: 0px;
    height: 29px;
    font-size: 11px;
}

.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size:1em;
}

.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;
}
/* QuickFilter */
/* QuickFilter */
.objectlistFilters {
    background: #f4f3ef;
    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 #3b3b3b;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

ul.quickfilter li {
    float: left;
    font-size: 0.95em;
    list-style-type: none;
    margin-left: 0;
    margin-right: 44px;
    width: 47%;
}

ul.quickfilter span.minValue, ul.quickfilter span.maxValue {
    margin-top: 0.5em;
    margin-right: 0.5em;
}

ul.quickfilter span.minValue,
ul.quickfilter span.maxValue {
    font-size: 0.9em;
}

ul.quickfilter span.minValue, ul.quickfilter .minValueInput,
ul.quickfilter .minValueInput, ul.quickfilter .maxValueInput {
    border-radius: 0.25em;
    font-size: 0.75em;
    font-weight: 600;
}

ul.quickfilter li span.title {
    font-family:fertigo_proregular, sans-serif;
    font-size: 1.11111em;
    font-weight: normal;
}

.ui-widget-header {
    background: #374B6C;
}

.ui-widget-content {
    background: #fff;
    border: 2px solid #ddd;
}

.ui-slider-horizontal .ui-slider-range {
    height: 7px;
    top: 3px;
}

.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: #374B6C;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 8px 16px 6px;
}

table.check tr td {
    padding: 8px;
}

.templatelist.block.objectlist,
ul.templatelist.block,
.templatelist.block:nth-child(1n+3) {
    background: #f9f9f9;
    border: 1px solid #dbdbdb;
    margin-right: 2%;
    width: 31.5% !important;
    font-size: 1em;
}

.templatelist.block:nth-child(3n+3) {
    margin-right: 0 !important;
}

.templatelist.block.header li label, .templatelist.block li label {
    width: 70px;
}

.templatelist.block {
    background: #efefef;
    border: none;
}

    .templatelist.block li {
        padding-top: 8px;
    }

        .templatelist.block li:nth-child(even) {
            background: #fff;
        }

ul.templatelist.block li h2 {
    font-size: 1.11111em;
    font-weight: 400;
}

ul.templatelist.block li img.image {
    display: block;
    margin: 0 auto;
    max-height: 110px;
    padding-left: 0;
    width: 80%;
    overflow: hidden;
}

.templatelist.block.objectlist li label {
    width: 80px;
}

ul.listviews li a {
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
}

ul.listviews li i {
    color: #ccc;
    font-size: 0.9em;
    padding-right: 4px;
}

ul.listviews li.selected i {
    color: #409bd1;
}

div.page-col25 ul.grid li.left {
    float: left;
    font-size: 1em;
    line-height: 2em;
}

div.page-col25 ul.grid li.right {
    width: auto;
    font-size: 1em;
    line-height:2em;
}
.object-facts ul.grid li:nth-child(n+2) {
    font-weight:normal;
}
div.page-col50 ul.grid li.left {
    float: left;
    font-size: 1em;
    line-height: initial;
    padding-top: 0.75em;
    width: auto;
}

.register-interest input[type="submit"] {
    font-family:fertigo_proregular, sans-serif;
    background: #374B6C;
    color: #fff;
    border-radius: 0;
    padding: 0.25em 0.8em;
    font-size: 1.125em;
    font-weight: normal;
    cursor: pointer;
}
div.page-col50 ul.grid li.right {
    padding:0;
}

div.jquerypanel .header a.hidden,
div.jquerypanel .header a {
    background-color: transparent;
    background-position: 0 50%;
}

ul.exchangeobject, div.jquerypanel {
    background-color: #e6f9ff;
}

span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblNoEntries {
    background: #dcd6c8;
    color: #0e2e46;
    display: inline-block;
    font-weight: normal;
    margin-top: 2em;
    padding: 1em 1em 0.6em;
}

div.invoice, div.debt {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 12px 9px;
    background:#f4f3ef;
}

div.debt {
    background: #fff;
}

.currentInvoicePaySituation {
    font-family: fertigo_proregular, sans-serif;
    text-align: left;
    display: block;
    font-size: 1.4em;
    margin-bottom: 0.65em;
    float: left;
    width: 100%;
    box-sizing:border-box;
}
div.invoice-spec ul li.desc {
    margin: 0 0 0 0.125em;
}
table.gridlist tbody tr.listitem-even:nth-child(even) td {
    background:#fff;
}


div.debt p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 21px;
}

#cookiecheck span {
    font-size: 12px;
}

#cookiecheck div.pageHeader, #cookiecheck div.pageSubHeader {
    border: 1px solid #555;
}

div.image-slideshow {
    margin-bottom: 10px;
    float: left;
}

div.image-big,
div.image-big img {
    width: 100%;
    border:none;
}

div.image-thumbs {
    padding:unset;
}
    div.image-thumbs img {
        width: 40px;
        height: 40px;
        border: solid 4px #e0e0e0;
        margin: 0 8px 0 0;
        cursor: pointer;
    }

table.list tbody tr td h3 {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 10px;
}

span#object_detail_buttonlist.button-list .btn_details {
    background: #374B6C;
    color: #fff;
    font-size: 1em;
    line-height: 1.85em;
    display: block;
    width: 2.55em;
    height: 1.85em;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: 0;
}

span#object_detail_buttonlist.button-list .btn_details_container {
    margin-right: 6px;
}

span#object_detail_buttonlist.button-list .btn_details_button {
    font-size: 0.65em;
    width: 100%;
    text-align: center;
    font-weight: bold;
    display: block;
    height: 5em;
    position: relative;
    bottom: 1em;
    line-height: 5em;
    z-index: 2;
    margin-bottom: 0;
}
ul.subst-row:last-child > li:not(:last-child) div.subst-table {
    padding: 10px;
}


div.interest-header {
    padding: 0.65em 1em 0.45em;
    background: #374B6C;
    color: #fff;
    border: none;
    font-size: 1.125em;
}

div.interest-objectinfo div.subst-table ul.subst-row {
    padding: 0;
}

div.interest-image {
    float: left;
    width: 130px;
    height: auto;
    padding: 5px 10px 0 0;
}
div.interest-footer {
    border: solid 1px #dcd6c8;
    background-color: #f4f3ef;
    margin: 0;
    padding: 0em 0.5em 0.5em;
    clear: both;
    font-size: 1em;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
div.interest-footer p {
    background-color: transparent;
}

div.interest-objectinfo {
    width: 85%;
    float: left;
    box-sizing: border-box;
}

    div.interest-objectinfo div.subst-table ul.subst-row li:first-of-type {
        width: 25%;
        font-weight:700;
    }

    div.interest-objectinfo div.subst-table ul.subst-row li:last-of-type {
        width: 73%;
    }
div.interest-interestinfo {
    height: auto;
    width:100%;
    padding: 0.65em 0.75em;
    box-sizing: border-box;
}

    div.interest-interestinfo table tbody tr td a {
        background-color: #374B6C;
        color: #fff;
        padding: 0.55em 1em 0.2em;
        display: inline-block;
        border-radius: 4px;
        margin-bottom: 4px;
        text-decoration: none;
    }

        div.interest-interestinfo table tbody tr td a:hover {
            background: #db0707;
            color: #fff;
        }

        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: #374B6C;
        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: #374B6C;
            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: #374B6C;
            padding: 0;
            font-weight: normal;
            text-decoration: none;
        }


    table tbody tr td div.interest-footer p {
        background-image: none;
        padding: 0 0 0 10px;
        margin: 6px 0 4px 0px;
        color: #000;
    }

        table tbody tr td div.interest-footer p:before {
            content: "\f05a";
            color: #374B6C;
            font-family: FontAwesome;
            font-size: 26px;
            padding-right: 12px;
            text-decoration: none;
            top: 4px;
            position: relative;
        }

div.interest-interestinfo {
    font-size: 100%;
}


div.subst-table ul, div.subst-table li {
    font-size: 1em;
}

.tfcorrespondence .lblTFCorrespondence_error {
    color: #d61726;
}

div.tfcorrespondence label {
    margin-left: 5px;
    display: inline-block;
    font-size: 13px;
}

.tfcorrespondence .dividerTFCorrespondence {
    margin-top: 10px;
    padding-top: 9px;
    border-top: 1px #ddd solid;
}

div.areatext {
    width: 65%;
}
.property-description-container {
    background: #f4f3ef;
    padding: 10px 20px 10px;
}
    .property-description-container.showed .property-descriptions {
        margin: 15px;
    }
.col75 img {
    max-width:1142px;
}
.col50 img {
    max-width: 690px;
}
.col25 .box-inner img {
    max-width: 300px;
}

div.image-text-basic {
    margin-bottom:20px;
}

div.article-area-info div.article-area-info p img {
    max-width: 100%;
}

.vfa_resident_objectmaintenance_insert li.label.lblDescription {
    display: none;
}
/** Mina Sidor Login Page **/
body.mina-sidor_logga-in div.siteMain-container div.siteMain div.siteContent div.page-col50.col50,
body.mina-sidor_logga-in div.siteMain-container div.siteMain div.siteContent div.page-col25.col25.alignright {
    width:80%;
    float:left;
}
    body.mina-sidor_logga-in div.siteMain-container div.siteMain div.siteContent div.page-col25.col25.alignright .primary {
        background: #fff;
        width: 60%;
        margin: 0 auto;
    }
    body.mina-sidor_logga-in div.siteMain-container div.siteMain div.siteContent div.page-col25.col25.alignright .primary .box-inner {
        padding:0;
    }
body.mina-sidor_logga-in div.loginarea input {
    width: 100% !important;
    box-sizing: border-box;
    line-height: 1.5em;
    padding: 0.75em 0.65em;
    font-size: 1em;
    display: block;
}
    body.mina-sidor_logga-in div.loginarea input.btn {
        margin-bottom: 1em;
        float: left;
        padding: 1em 0.65em;
        height: auto;
        box-sizing: border-box;
        width: 100%;
        background: #374B6C;
        border: #374B6C;
    }
div.loginarea label {
    color: #374B6C;
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
}
body.mina-sidor_logga-in .page-col25.col25 div.box-inner h3 {
    width: 100%;
    text-align: center;
    font-size:25px;
}
.box-primary h3, .primary h3, .box-primary h4, .primary h4 {
    color: #374B6C;
}

.fa-stack-1x {
    line-height: inherit;
    font-size: 0.6em;
    left: -0.5em;
}

.fa-stack {
    line-height: 1.2em;
    height: auto;
}

.fa-building:before {
    color: #374B6C;
}

.fa-search:before {
    color: #99adb2;
}
div.areainfo {
    margin-top:2em;
}

div.invoice p.sum {
    border-bottom: solid 1px #a3353f;
}



[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'osby' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\e903";
}

.icon-down-chevron:before {
    content: "\e900";
}

.icon-left-chevron:before {
    content: "\e901";
}

.icon-right-chevron:before {
    content: "\e902";
}
.icon-right-chevron:before {
    content: "\e904";
}

/* SO 62712 */
#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulNotes > li:nth-child(6) {
    padding: 0.1em;
}

.user_mypages ul.mypage_list.service_order_list {
    display: none;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_rptBookedAppointments_ctl00_lblBookedAppointments {
    display: none;
}
