/*
 * Main stylesheet for the new cleaned structure.
 *
 * 090814	HE		Initial version
 * 111028	NP		Removed some imports
 */

@font-face {
    font-family: 'Atkinson';
    font-weight: normal;
    font-style: normal;
    src: url("Fonts/Atkinson-Hyperlegible-Regular-102a.woff2") format("woff2"), url("Fonts/Atkinson-Hyperlegible-Regular-102.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'Atkinson';
    font-weight: normal;
    font-style: italic;
    src: url("Fonts/Atkinson-Hyperlegible-Italic-102a.woff2") format("woff2"), url("Fonts/Atkinson-Hyperlegible-Italic-102.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'Atkinson';
    font-weight: bold;
    font-style: normal;
    src: url("Fonts/Atkinson-Hyperlegible-Bold-102a.woff2") format("woff2"), url("Fonts/Atkinson-Hyperlegible-Bold-102.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'Atkinson';
    font-weight: bold;
    font-style: italic;
    src: url("Fonts/Atkinson-Hyperlegible-BoldItalic-102a.woff2") format("woff2"), url("Fonts/Atkinson-Hyperlegible-BoldItalic-102.woff") format("woff");
    font-display: swap;
}
/** General **/
html {
    font-size: 100%;
    height:100%;
}

form {
    margin: 0 auto;
    padding-bottom: 0;
    position: relative;
    width: 100%;
}

body {
    font-family: Atkinson, Arial;
    font-size: 1em;
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
    height:100%;
}

input, textarea, select {
}

pre, code, kbd {
}

strong, b {
}

em {
}

.ingress {
    font-size: 1.125em;
    line-height: 1.5em;
}

.pre-amble {
}

.alert {
}

img {
}

a.bulleted:before {
    text-decoration: none;
    content: "\f054" !Important;
    font-family: FontAwesome;
    padding-right: 3px;
    font-size: 12px;
}

a {
    color: #007934;
}

    a:hover {
        text-decoration: underline;
    }
/** Headers **/
h1, h2, h3, h4, h5, h6 {
    color: #00372A;
    font-weight: 700;
}


    h1, h1.pagetitle {
        font-size: 32px;
        line-height: 1.35;
        font-weight: bold;
        margin: 0;
    }

h2 {
    font-size: 28px;
    line-height: 1.35;
    margin: 0 0 10px 0;
}

h3 {
    font-size: 24px;
    line-height: 1.35;
    margin: 0 0 10px 0;
}

h4 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
}

h5 {
    font-size: 18px;
    line-height: 23px;
    margin-top: 10px;
}

h6 {
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
}

p {
    margin-bottom: 1em;
}

div.cookie-header {
    background: #004031;
    font-size: 1em;
    color: #66AF85;
    text-align: left;
    line-height: 2.75em;
    padding: 1.5em 2em 1.5em;
    box-sizing: border-box;
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
    z-index: 10;
}

    div.cookie-header a {
        color: #66AF85;
        text-decoration: underline;
    }

div#cookie-header.cookie-header input.btn {
    margin: 0 auto;
    margin-left: auto;
    padding: 0.65em 1em;
    background: #66AF85;
    color: #222;
    border-radius: 5px;
    text-transform: unset;
    margin-left: 1em;
    float: right;
    font-weight:700;
}

div.siteHeader-container, div.siteMain-container {
    margin: 0;
    position: relative;
    float: left;
    width: 78%;
}
div.siteMain-container.wide {
    width:94.745%;
}
div.siteFooter-container, div.siteFooter {
    width: 100%;
}


div.siteFooter-container, div.siteFooter {
    background: #004031;
}

div.siteHeader-container {
    background: #00372A;
}

div.siteFooter-container::after {
    clear: both;
    content: "";
    display: block;
}

div.siteHeader,
div.siteMain,
div.siteFooter {
    width: 100%;
}

div.siteMain {
    padding: 0;
}
/** Site header **/
div.siteHeader {
}

/*
 * Sidebar container 
 */
div.siteSidebar {
    height: 100%;
    background: #013b2d;
    width: 16.745%;
    padding-top: 2em;
    box-sizing: border-box;
}

/*
 * Content containers 
 */
div.siteContentHeader {
    padding: 2em 3em;
    background: #e0efe8;
    box-sizing:border-box;
   position:relative;
}
div.siteContent {
    padding: 2em 3em;
    padding-left: 3em;
    box-sizing: border-box;
    width: 100%;
    min-height:40em;
}

div.siteContentFull {
}

div.siteContentPopup {
}

div.siteContentIframe {
}

main {
    float:left;
    width:100%;
}
/*
 * Footer elements 
 */
body.default div.siteBreadcrumbs {
    display: none;
    visibility: hidden;
}

div.siteBreadcrumbs {
    float: left;
    margin-bottom: 1em;
    width:100%;
    box-sizing:border-box;
}

    div.siteBreadcrumbs a {
        text-decoration: none;
    }

div.siteOptions {
}

div.siteContact {
}

div.siteLogo {
    height: 100%;
    float: left;
    background: #00372A;
    width: 5.255%;
    padding: 1.85em 1.125em;
    box-sizing: border-box;

}

    div.siteLogo img {
        max-width: 100%;
    }

div.footerOptions {
    display: none;
    visibility: hidden;
}

ul.siteOptions {
    text-align: center;
    width: 100%;
}

    ul.siteOptions li {
        color: #fff;
    }

        ul.siteOptions li a {
            color: #fff;
        }

div.siteFooter-container div.siteCopy-container {
    height: auto;
    display: block;
    text-align: center;
    color: #fff;
}

    div.siteFooter-container div.siteCopy-container div.siteCopy p {
        padding: 0 0 1.5em;
        margin: 0 auto;
    }

div.siteFooter-container div.col100.lowestfooter {
    background: #004031;
}

/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {
}

.col100 {
}

.col75 {
}

.col50 {
}

.col37 {
}

.col33 {
}

.col25 {
}

.page-popup {
}

/*
 * Errormessage control
 */
div.errormsg {
    width: auto;
}

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-size: 1.65em;
    color: #0058C6;
    font-weight: 700;
}

caption {
    margin-bottom: 1em;
}

caption, th {
}
/*
 * Search area
 */
div.search_area {
}

    div.search_area .search_field {
    }

    div.search_area .btn_search {
    }

div.global-authorization {
    color: #fff;
}

    div.global-authorization a:before {
    }

    div.global-authorization a {
        color: #fff;
    }

    div.global-authorization .fa {
    }

div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
}

.secondary h3.facts {
    margin: 0;
}
/*
 * Menus
 */
ul.topmenu li a {
}

ul.submenu li {
}

/*
 * Search area
 */
div.search_area .btn_search {
}

/*
 * Boxes
 */
.box {
}

.primary h3, .secondary h3 {
}

.primary h3 {
}

.secondary h3 {
}

.primary .box-inner p,
.secondary .box-inner p {
    margin-bottom: 6px;
}

.box-rental h2, .box-resident h2 {
}

h2.localnews {
}

span.button-list input {
}

span#object_detail_buttonlist.button-list .btn_details_container {
}

span#object_detail_buttonlist.button-list .btn_details_button {
}

a.link-large {
}

.siteBreadcrumbs, .siteOptions {
    font-size:0.95em;
    color:#666;
}

.siteContact {
}

div.siteHeader table {
}

ul.form {
}

.box ul.form {
}

.pageFooter input {
}

div.navbar div.text {
}

.tbl_list {
}

.tbl_cell_list_header {
}

.tbl_grid {
}

.agreetext, .infotext {
}

div.article-general p.infotext {
}

.primary h2.localnews {
    text-align: left;
}

.box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
    background: none;
    margin-bottom: 10px;
}

.related-content .box-inner {
    padding-bottom: 2px;
}

ul.mypage_profile_interest_header h4 {
    font-size: 18px;
    background: none;
    color: #444;
}


div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divInterest .interest span {
    display: block;
}

.box-primary h3, .primary h3, .box-primary h4, .primary h4 {
    background: transparent;
    color:#004031;
    font-weight:700;
}

.agreetext, .infotext {
    display: block;
    font-size: 12px;
    line-height: 21px;
}
/* 
 * Snippets 
 */
.tbl_snippets_main {
}

.tbl_snippets_main_70 {
}

.tbl_snippets_main_hss {
}

.tbl_cell_snippet_spacer {
}

.tbl_cell_snippet_33 {
}

.tbl_cell_snippet_50 {
}

.tbl_cell_snippet_70 {
}

.tbl_cell_snippet_100 {
}

.link {
}
/*
 * Paragraphs
 */
p {
}

    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.85em;
    box-shadow: unset;
    border-radius: unset;
    line-height: 2em;
}

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 {
}



/*** Submit button ***/
.btn, .btn-disabled,
.btn_interest {
    font-family: Atkinson, Arial;
    font-size: 1em;
    line-height: 1.25em;
    background: #004031;
    color: #fff;
    padding: 0.5em 1em;
    height: auto;
    text-shadow: unset;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-disabled {
    background: #888;
}

.btn_interest {
    font-size: 18px;
}

.btn:hover {
    background: #00372A;
}

.register-interest input[type="submit"] {
    font-size: 1.125em;
    color: #fff;
    background: #004031;
    cursor: pointer;
    padding: 0.65em 1em;
    font-weight: 600;
    border: none;
}

    .register-interest input[type="submit"]:hover {
        background: #007934;
        cursor: pointer;
        color: #fff;
    }

ul.boxlist li input.btn {
    padding: 0.25em 1em;
}
ul.boxlist li input.txtMaxCost {
    width:75%;
}
/*** 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 {
}

/* 
 * 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,
div.invoice, div.debt {
    background: #e0efe8;
    border: none;
    line-height: 2.5em;
    color: #004031;
    height: auto;
    padding: 0.125em 1em;
    margin: 0 0 1em;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.25em;
    font-weight: 600;
    font-size: 1.125em;
}

div.pageFooter {
    background: #efeeea;
    border-color: #efeeea;
    padding: 5px 10px;
    border-radius: 0.25em;
    float:left;
    width:100%;
    box-sizing:border-box;
}

    div.pageFooter input {
        margin-top: 2px;
    }
div.debt {
    background:#efeeea;
}
div.debt p {
    padding: 0;
    margin: 0;
    font-size: 1.125em;
}
/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}

div.validator-valid {
}

div.validator-unvalid {
}

span.forminfo-icon {
}

span.forminfo-text {
}

span.validation-summary {
    text-indent: 9px;
    color: #d30606;
    padding: 0;
    line-height: 2.55em;
    margin: 0;
    font-weight: 700;
}

/*
 * 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;
}

/* 
 * 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 {
}

.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");*/

/*** Setup basic menu look ***/
ul.topmenu {
    position: relative;
}

    ul.topmenu li {
    }

        ul.topmenu li a {
            color: #66AF85;
            text-decoration: none;
        }

            ul.topmenu li a:hover {
                color: #fff;
            }

        ul.topmenu li:last-of-type {
        }

            ul.topmenu li:last-of-type a {
            }

                ul.topmenu li:last-of-type a:before {
                }

                ul.topmenu li:last-of-type a:hover {
                }

        ul.topmenu li a:hover {
        }

        /*** Selected item or selected child-item ***/
        ul.topmenu li.selected a, ul.topmenu li.childselected a {
        }

            ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
            }

            ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
            }



/*** Link styles ***/
ul.submenu {
    background: #013b2d;
}

    ul.submenu a {
        color: #66AF85;
        font-size: 1em;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        text-decoration: none;
        width: auto;
        padding: 6px 0;
        border-color: #013b2d;
    }

        ul.submenu a:hover {
            color: #66AF85
        }

    ul.submenu ul {
    }

        ul.submenu ul a {
            color: #66AF85;
            font-size: 1em;
            font-weight: 600;
            line-height: 26px;
        }

    ul.submenu li {
        font-size: 100%;
    }

        ul.submenu li.selected a {
            font-weight: 600;
            color: #66AF85
        }

        ul.submenu li.selected > a {
            font-weight: 600;
            color: #66AF85
        }

    ul.submenu a,
    ul.submenu ul a,
    ul.submenu ul ul a {
        line-height: 2em;
        padding: 0.5em 1.5em;
        font-weight: 400;
    }


    ul.submenu ul a {
        padding-left: 2em;
    }

    ul.submenu ul ul a {
        padding-left: 3em;
    }
    ul.submenu ul ul ul a {
        padding-left: 4em;
    }

    /*** Special styles ***/
    ul.submenu li.expanded {
    }

        ul.submenu li.expanded.selected,
        ul.submenu li.expanded.childselected {
            border-left: 1px solid #66AF85;
            background: #004030;
        }
            ul.submenu li.expanded.childselected ul li.expanded.selected,
            ul.submenu li.expanded.childselected ul li.expanded.childselected {
                border: none;
            }
            ul.submenu li.collapsed.selected a,
            ul.submenu li.expanded.selected > a,
            ul.submenu li.expanded.childselected ul li.selected a {
                color: #fff;
            }
            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;
        }

    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: url(../Img/arrow-down.svg);
        color: #66AF85;
        font-family: FontAwesome;
        line-height: 2.85em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
        height: 1em;
        width: 1.5em;
    }

    ul.submenu li.expanded a:before {
        content: url(../Img/arrow-up.svg);
        color: #66AF85;
        font-family: FontAwesome;
        line-height: 2.85em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
        font-weight: 400;
        height: 1em;
        width: 1.5em;
    }


    ul.submenu li.expanded.childselected ul li.expanded.selected a:before {
        content: url(../Img/arrow-up.svg);
        color: #66AF85;
        font-family: FontAwesome;
        line-height: 2.85em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
        font-weight: 400;
        height: 1em;
        width: 1.5em;
    }

    ul.submenu li.expanded.childselected ul li.collapsed.selected a:before {
        content: url(../Img/arrow-down.svg);
        color: #66AF85;
        font-family: FontAwesome;
        line-height: 2.85em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
        height: 1em;
        width: 1.5em;
    }

    ul.submenu li.expanded.childselected ul li.expanded.childselected a:before {
        content: url(../Img/arrow-up.svg);
        color: #66AF85;
        font-family: FontAwesome;
        line-height: 2.85em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
        font-weight: 400;
        height: 1em;
        width: 1.5em;
    }

    ul.submenu li.expanded.selected ul li.collapsed a:before {
        content: url(../Img/arrow-down.svg);
        color: #66AF85;
        font-family: FontAwesome;
        line-height: 2.85em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
        height: 1em;
        width: 1.5em;
    }

    ul.submenu li.expanded.childselected ul li.collapsed a:before {
        content: url(../Img/arrow-down.svg);
        color: #66AF85;
        font-family: FontAwesome;
        line-height: 2.85em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
        height: 1em;
        width: 1.5em;
    }
    ul.submenu li.expanded.childselected ul li.expanded.selected ul li.collapsed a:before,
    ul.submenu li.expanded.childselected ul li.expanded.childselected ul li.collapsed a:before,
    ul.submenu li.expanded.childselected ul li.expanded.childselected ul li.collapsed.selected a:before {
        content: url(../Img/arrow-down.svg);
        color: #66AF85;
        font-family: FontAwesome;
        line-height: 2.85em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
        height: 1em;
        width: 1.5em;
    }
    

    ul.submenu li.expanded.childselected ul li.expanded.childselected ul li.expanded.selected a:before,
    ul.submenu li.expanded.childselected ul li.expanded.childselected ul li.expanded.childselected a:before {
        content: url(../Img/arrow-up.svg);
        color: #66AF85;
        font-family: FontAwesome;
        line-height: 2.85em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
        font-weight: 400;
        height: 1em;
        width: 1.5em;
    }

    ul.submenu li.expanded.childselected ul li.expanded.childselected ul li.expanded.selected ul li a:before,
    ul.submenu li.expanded.childselected ul li.expanded.childselected ul li.expanded.childselected ul li.selected a:before {
        content: "";
    }

    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 {
    margin: 1em 1em 1em;
}

    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 {
        }

    ul.horizontal-bulleted {
        width:100%;
    }

        ul.horizontal-bulleted li {
        }

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: #004031;
        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: #66AF85;
        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: 15px;
    }

    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: #66AF85;
        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;
    }

ul.listavailable.premises li a.bulleted.align-left span.premisearea span {
    padding: 0 0 12px;
}

    ul.listavailable.premises li a.bulleted.align-left span.premisearea span.premiseafter {
    }

div.col100.focus div.col33.alignright div.ledigt .col100 {
    margin-bottom: 0;
}

ul.listavailable {
    display: block;
}

.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 {
    }

ul.mypage_profile_interest li span {
    display: block;
    margin: 4px 0 0;
}

ul.mypage_profile {
    padding-bottom: 6px;
}

div.jquerypanel .header a {
    color: #007934;
}


/*@import url("Elements/Boxes.css");*/

/*** General rules ***/
.box {
}

.box-outer {
}

.box .noheight {
}

.box-inner {
    padding:1.65em;
    box-sizing:border-box;
}

.box a.rss {
}

.box a img {
}

.box a.rss img {
}

td.box-inner {
}

/*** Primary ***/
.primary, .primary .box-inner {
    background: #efeeea;
    color: #222;
}

    .primary h2 {
        color: #013b2d;
        font-size: 42px;
        font-weight: 500;
        margin-bottom: 20px;
        text-align: center;
    }

    .primary p {
        color: #444;
    }

    .primary hr {
        color: #222;
        background: #222;
    }

    .primary a {
        color: #007934;
    }

        .primary a:hover {
        }

        .primary a.bulleted {
            background: none;
            padding-left: 0;
            color: #007934;
        }

            .primary a.bulleted:before {
                color: #007934;
            }

    .primary .box-inner {
    }

/*** Secondary ***/
.secondary, secondary .box-inner {
    background: #efeeea;
    color: #222;
}

    .secondary h2 {
        color: #013b2d;
        font-size: 42px;
        font-weight: 500;
        margin-bottom: 20px;
        text-align: center;
    }

    .secondary p {
        color: #444;
    }

    .secondary hr {
        color: #222;
        background: #222;
    }

    .secondary a {
        color: #007934;
    }

        .secondary a:hover {
        }

        .secondary a.bulleted {
            background: none;
            padding-left: 0;
            color: #007934;
        }

            .secondary a.bulleted:before {
                color: #007934;
            }

    .secondary .box-inner {
    }

a.bulleted {
    text-decoration: none;
}

.secondary a.bulleted:before {
    color: #007934;
}

div.box-container.columns-holder div.col25.alignleft {
    margin-right: 2.85%;
}
.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size: 100%;
}

/*** Login Control ***/
.col25 div.loginarea span {
}

.col37 div.loginarea span {
}

.col37 div.loginarea input {
}

    .col37 div.loginarea input.btn {
    }
/*
 * 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: #013b2d;
            height: auto;
            padding: 0.5em 0;
        }

            table.gridlist td.header a, tr.header td a {
                background-color: #013b2d;
            }

                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: #013b2d;
                }

                table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                    background-color: #013b2d;
                }

        table.gridlist td.listitem-even, tr.listitem-even td {
            padding: 8px 6px;
        }

    table.gridlist tr.listitem-even td a {
    }

        table.gridlist tr.listitem-even td a:hover {
            text-decoration: underline;
        }

.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 tr.listitem-odd td a {
}

    table.gridlist tr.listitem-odd td a:hover {
        text-decoration: underline;
    }


table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}

table.gridlist tr td td {
}

table.gridlist img.objectlist_icon {
}

table.gridlist td.header:first-of-type {
    padding-left: 6px;
}

table.gridlist td.header:last-of-type {
    padding-right: 10px;
}

body.organisation_personal_personallista table.gridlist {
    margin-bottom: 30px;
}

div.area_info_facts table.gridlist tr:last-of-type td {
    border-color: #fff;
}

.templatelist.block.header li label, .templatelist.block li label {
    width: 7.25em;
}

ul.templatelist.block li a, ul.templatelist.block li span {
}

.page-col75.col75 li:not(.validator):not(.value):not(.label):not(.question):not(.answer) {
    clear: none;
}

.templatelist.block li span {
}
/* 
 * Table list
 */
table.tbl_list {
}

    table.tbl_list tr td {
        background: #eb8541;
        padding: 2px 4px;
        color: #fff;
    }

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: #efeeea;
}
table.gridlist img.objectlist_icon {
}

ul.mypage_profile {
    border-bottom: 1px solid #00372A;
    padding-top: 1em;
    padding-bottom:1em;
    margin-top: 20px;
}


h2.header, h3.header {
    margin: 10px 0 10px;
    line-height: 35px;
}


.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 {
}

body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+1) {
    padding-left: 6px;
    width: 200px;
}

body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+2) {
    padding-left: 6px;
    width: 200px;
}

body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+3) {
    padding-left: 6px;
    width: 120px;
}

body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+4) {
    padding-left: 6px;
    width: 120px;
}
/*
 * UL form list
 */
ul.form {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 1em;
    box-sizing: border-box;
    line-height:1.5em;
}

    ul.form li {
    }

        ul.form li.validator {
            width: 1.125em;
        }

        ul.form li.label {
            width: 16em;
        }
.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;
}

ul.form li.value {
    font-size: 1em;
    padding-left: unset;
}

    ul.form li.value input {
        width: auto !important;
        padding: 0 5px;
    }

ul.form li.text {
}

ul.form li.textrow, .box ul.form li.textrow {
    font-weight: normal;
    font-size: 1em;
    font-style: italic;
}

div.siteContentIframe ul.form li.label {
    width:12em;
}
div.siteContentIframe .document-list {
    margin-top:1em;
}
div.siteContentIframe ul.form li.text {
}

ul.form li.textrow {
}

ul.form li.value label {
}

ul.form li.value input {
}

ul.form li.label-large {
    width: auto;
    line-height: 120%;
    margin: 4px 0 0 0;
    float: left;
}

ul.form li.value select {
    width: unset
}

    ul.form li.value select#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_drpUser1Century.controlRequired {
        width: unset !important;
    }

ul.form li.value table.checkboxlist.no-border tbody tr td {
    width: 12em;
}


.formstyle {
}

    .formstyle .label {
    }

/*
 * Statistics grid
 */
div.statistics table {
}

/*
 * News-archive grid
 */
div.news-archive .date-column {
    padding: 10px;
    font-style: italic;
    color: #beb9a6;
    font-size: 15px;
}

div.news-archive .content-column .title {
    background: transparent;
    color: #007934;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    margin-bottom: 4px;
    text-decoration: none;
    text-transform: none;
    display: block;
}

div.news-archive .content-column p {
    font-size: 15px;
}

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 {
        }

/** 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: #007934;
            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%;
}
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: #efeeea;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 1em;
    padding: 2em 2em 1em;
}

ul.quickfilter li.full {
    border-bottom: 1px dotted #434343;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

ul.quickfilter li {
    float: left;
    list-style-type: none;
    margin-left: 0;
    width: 48%;
    margin-right: 4%;
}

ul.quickfilter span.minValue, ul.rangeslider span.maxValue {
    float: left;
    font-size: 0.75em;
    font-weight: 700;
}

ul.quickfilter span.maxValue {
    font-size: 0.75em;
    font-weight: 700;
}

ul.quickfilter li span.title {
    font-size: 1em;
    font-weight: 700;
}

ul.quickfilter label {
    margin-right: 3px;
}

.ui-widget-header {
    background: #007934;
}

.ui-widget-content {
    background: #fff;
    margin-bottom:0.5em;
}
.property-description-container {
    background: #efeeea;
    padding: 1em 1.55em;
}   

label.title {
    background: #efeeea;
    border-radius: 6px;
    color: #007934;
    display: inline-block;
    margin-bottom: -4px;
    padding: 13px 20px;
}

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: 1.25em;
    font-weight: 700;
    margin-top: 0;
}

ul.templatelist.block li img.image {
    display: block;
    margin: 0 auto;
    max-height: unset;
    padding-left: 0;
    width: 100%;
    overflow: hidden;
}
.templatelist.block.objectlist .image {
    height:10em;
}

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 span {
    padding-left: 10px;
    display: inline-block;
}

ul.listviews li a {
    display: block;
    font-size: 1em;
}


div.page-col25 ul.grid li.left {
    float: left;
    line-height:2em;
}

div.page-col25 ul.grid li.right {
    width: auto;
    line-height: 2em;
}

div.page-col50 ul.grid li.left {
    float: left;
    font-size: 1.25em;
    line-height:2.25em;
    width: auto;
    font-weight:700;
    color:#00372A;
}
div.page-col50 ul.grid li.right {
    padding:unset;
}
span#object_detail_buttonlist.button-list .btn_details {
    background: #00372A;
    color: #fff;
    font-size: 20px;
    line-height: 37px;
    display: block;
    width: 48px;
    height: 40px;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: -10px;
}

span#object_detail_buttonlist.button-list .btn_details_container {
    margin-right: 6px;
}

span#object_detail_buttonlist.button-list .btn_details_button {
    font-size: 12px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

div.jquerypanel .header a.hidden,
div.jquerypanel .header a {
    background-color: transparent;
    background-position: 0 50%;
}

ul.exchangeobject, div.jquerypanel {
    background-color: #efeeea;
}

ul.exchangeobject, div.jquerypanel {
}

ul.exchangeobject {
}
div.jquerypanel {
    padding: 1em;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

ul.form li.type h2 {
    font-weight: 700;
    font-size: 21px;
}

div.jquerypanel .header a.hidden {
    background: transparent url(../Img/plus-circle-solid.svg) no-repeat 0 2px;
    background-size: 0.85em 1em;
    background-position: 0 0;
}
div.jquerypanel .header a {
    background: transparent url(../Img/minus-circle-solid.svg) no-repeat 0 2px;
    background-size: 0.85em 1em;
    background-position: 0 0;
}
div.jquerypanel div.header h3 {
    margin:0;
    background:transparent;
}
div.jquerypanel .header a {
    padding-left: 1.5em;
}
div.jquerypanel div.pageFooter {
    border:1px solid #dbdbdb;
}

ul.form li.listitem table tbody tr td input {
    margin: 0;
}
.mina-sidor_bostadsbytet ul.form li.listitem table {
    margin: 0.85em 0.85em;
}

.mina-sidor_bostadsbytet ul.form li.listitem table tbody tr td {
    padding: 0;
}

.mina-sidor_bostadsbytet ul.form li.listitem table tbody tr td label {
    margin: 0 0 0 0.5em;
    font-weight: 700;
    height: 1.6em;
    display: block;
    float: left;
}

    .mina-sidor_bostadsbytet ul.form li.listitem table tbody tr td input {
        margin: 0;
        margin-top: 0px;
        margin-top: 8px;
    }
/** DynamicMap.css **/
.dynamic-map {
}

    .dynamic-map a {
        font-size: 13px;
        text-decoration: none;
    }

    .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 {
            background: #007934;
            border-radius: 100%;
            color: #fff;
            font-size: 12px;
        }

        .dynamic-map .more .area-label {
        }

    .dynamic-map .area-links ul {
        margin-left: 18px;
    }

        .dynamic-map .area-links ul li a {
            font-size: 15px;
            text-decoration: none;
        }

    .dynamic-map .area-img {
        margin-top: 20px;
    }


/*
  * 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 {
}

.box-primary.box.primary.areainfo {
    border-radius: 6px;
    margin-top:2em;
}

    .box-primary.box.primary.areainfo .box-inner {
        border-radius: 6px;
    }
div.areatext {
    width:59%;
}
div.areaimg {
    width:40%;
}
.areatext h3 {
    font-size: 1.4em;
}

.object-facts ul li {
}

.object-facts .box-inner {

}

.mypage_list.contract_list,
.mypage_list.rent a {
}

    .mypage_list.contract_list a.bulleted:before,
    .mypage_list.rent a:before {
        content: "\f054";
        color: #007934;
        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: #007934;
        font-family: FontAwesome;
        font-size: 15px;
        padding-right: 6px;
        text-decoration: none;
    }

    ul.mypage_list .ico_rentalinfo:before {
        content: "\f101";
        color: #007934;
        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: 1em;
        left: 0;
        padding: 3px 0 0 0;
        position: relative;
        right: 0;
        text-decoration: none;
        width: 100%;
        border: none;
    }

        div.residentInfo.residentLinks h4 {
            font-size: 18px;
            font-style: normal;
            line-height: 18px;
            margin-top: 10px;
        }

        div.residentInfo.residentLinks a {
            text-decoration: none;
            color: #007934;
        }

        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;
            }

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;
}

.article-area-info img {
    max-width: 100%;
}

div.area_info_facts h4 {
    margin-top: 0;
}


div.rental h2,
div.trade h2,
div.interest h2,
div.resident h2,
div.areanews h2.localnews {
    color: #004031;
    font-weight: 700;
}
.fa-stack-1x {
    line-height: inherit;
    font-size: 0.75em;
    left: -0.35em;
}
.fa-handshake-o:before {
    content: "\f2b5";
    font-size: 0.85em;
}

/** Interest **/
ul.mypage_profile_interest_header h4 {
    font-size: 19px;
    margin-top: 3px;
}

div.interest-header {
    padding: 0.5em 1em 0.35em;
    font-size: 1.25em;
    background: #e0efe8;
    color:#013b2d;
}

div.interest-objectinfo div.subst-table ul.subst-row {
    padding: 0;
}

div.interest-image {
    float: left;
    width: 130px;
    height: 85px;
    padding: 5px 10px 0 0;
}

div.interest-footer p {
    background-color: transparent;
    font-size: 15px;
}

div.interest-objectinfo {
    width: 88%;
}
div.interest-interestinfo {
    height: auto;
    width: 99%;
    margin: 0.75em 0;
}

    div.interest-interestinfo table tbody tr td a {
        background-color: #004031;
        color: #fff;
        padding: 0.5em 1em 0.35em;
        display: inline-block;
        margin-bottom: 4px;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95em;
        border-radius: 3px;
    }

        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: #3b3b3b;
        padding: 0;
        font-weight: 600;
        margin-right: 15px;
        text-decoration: none;
    }

        div.interest-interestinfo table tbody tr td a.image:hover,
        div.interest-interestinfo table tbody tr td a.planning:hover {
            text-decoration: underline;
        }

        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: #00372A;
            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: #007934;
            padding: 0;
            font-weight: 600;
            text-decoration: none;
        }

            div.interest-interestinfo table tbody tr td div.right a:hover {
                text-decoration: underline;
            }

table tbody tr td div.interest-footer {
    background: #efeeea;
}

    table tbody tr td div.interest-footer p {
        background-image: none;
        padding: 0 0 0 10px;
        margin: 6px 0 4px 0px;
        color: #000;
        font-size: 15px;
    }

        table tbody tr td div.interest-footer p:before {
            content: "\f05a";
            color: #007934;
            font-family: FontAwesome;
            font-size: 26px;
            padding-right: 12px;
            text-decoration: none;
            top: 4px;
            position: relative;
        }

div.interest-interestinfo {
    font-size: 100%;
}

div.interest-header table tbody tr td {
    color: #fff !important;
}

div.interest-header .alert {
    color: red;
    font-weight: 600;
}

div.interest-header ul.content-right li {
    font-size: 15px;
}



/**FOOTER**/
div.siteFooter {
    background: transparent url(../Img/Illustration_Nykopingshem.svg) no-repeat 50% 100%;
    background-size: auto;
    color: #c2dfcd;
    padding: 3em 3em 10em;
    box-sizing: border-box;
    float: left;
    background-size: 94%;
}

    div.siteFooter div.col33 p a {
        color: #c2dfcd;
        text-decoration: underline;
    }

    div.siteFooter div.col33 h3 {
        color: #66AF85;
        font-weight:700;
    }

/* Anpassning intresseanmälan parkering och förråd */

body.mina-sidor_intresseanmalan_bilplats ul[id*="ulNotes"] > li.validator,
body.mina-sidor_intresseanmalan_forrad ul[id*="ulNotes"] > li.validator {
    display: none;
}

body.mina-sidor_intresseanmalan_bilplats ul[id*="ulNotes"] > li.label,
body.mina-sidor_intresseanmalan_forrad ul[id*="ulNotes"] > li.label {
    width: 100%;
    float: none;
    font-size: 15px;
    line-height: 21px;
}

.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;
}

/* Object icons */
li.randomsort span, li.showonmap span {
    font-size: 1em;
    padding-left:1.125em;
}

/* Object icon row description in object list */
ul.horizontal li.showonmap span {
    background-image: url('../Img/icons/ico-map-14.png');
}

ul.horizontal li.randomsort span {
    background-image: url('../Img/icons/ico-random-14.png');
}

ul.propertyIconList li.randomsort span {
    background-image: url('../Img/icons/ico-random-14-light.png');
}

.icon_objectlist_map img {
    background-image: url('../Img/icons/ico-map-14.png');
    background-repeat: no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    border-radius: 0;
}

/* Object icons on object details */
li.objectproperty-OBJECTPROPERTY_813112 span {
    background: url('../Img/icons/ico-senior-14.png') no-repeat 0 1px;
    padding-left: 20px;
    font-size: 13px;
}

li.objectproperty-OBJECTPROPERTY_823113 span {
    background: url('../Img/icons/ico-ungdom-14.png') no-repeat 0 1px;
    padding-left: 20px;
}

li.objectproperty-OBJECTPROPERTY_903124 span {
    background: url('../../../../HSS/Res/Img/ico_newproduction_14.png') no-repeat 0 1px;
    padding-left: 20px;
}

li.objectproperty-OBJECTPROPERTY_913125 span {
    background: url('../Img/icons/ico-rokfrittboende.png') no-repeat 0 1px;
    padding-left: 20px;
    background-size: 14px 14px;
}

.ico_objprop {
    background-size: 14px;
    width: 14px;
    height: 14px;
    border-radius: 0;
}

.ico_senior {
    background-image: url('../Img/icons/ico-senior-14.png');
    background-repeat: no-repeat;
}

.ico_youth {
    background-image: url('../Img/icons/ico-ungdom-14.png');
    background-repeat: no-repeat;
}

.ico_newproduction {
    background-image: url('../../../../HSS/Res/Img/ico_newproduction_14.png');
    background-repeat: no-repeat;
}

.ico_nonsmoke {
    background-image: url('../Img/icons/ico-rokfrittboende.png');
    background-repeat: no-repeat;
}

/* High DPI, Android XHDPI/Retina (192 DPI) */
@media only screen and (min-resolution: 192dpi), only screen and (-webkit-device-pixel-ratio: 2) {
    .icon_objectlist_map img {
        background-image: url('../Img/icons/ico-map-28.png');
        background-repeat: no-repeat;
    }

    .ico_random {
        background-image: url('../Img/icons/ico-random-28.png');
        background-repeat: no-repeat;
    }

    /* Object icon row description in object list */
    ul.horizontal li.showonmap span {
        background-image: url('../Img/icons/ico-map-28.png');
        background-size: 14px;
    }

    ul.horizontal li.randomsort span {
        background-image: url('../Img/icons/ico-random-28.png');
        background-size: 14px;
    }

    /* Object icons on object details */
    span.ico_object_random {
        background: transparent url('../Img/icons/ico-random-28.png') no-repeat 0 50%;
        background-size: 14px;
    }

    body[class^="ledigt_detalj"] span.ico_object_random, body[class*=" ledigt_detalj-"] span.ico_object_random {
        background: transparent url('../Img/icons/ico-random-28-light.png') no-repeat 0 50%;
        background-size: 14px;
    }

    .ico_senior {
        background-image: url('../Img/icons/ico-senior-28.png');
        background-repeat: no-repeat;
    }

    .ico_youth {
        background-image: url('../Img/icons/ico-ungdom-28.png');
        background-repeat: no-repeat;
    }

    .ico_newproduction {
        background-image: url('../../../../HSS/Res/Img/ico_newproduction_14.png');
        background-repeat: no-repeat;
    }

    .ico_nonsmoke {
        background-image: url('../Img/icons/ico-rokfrittboende.png');
        background-repeat: no-repeat;
    }
    /* Object icons on object details */
    li.objectproperty-OBJECTPROPERTY_813112 span {
        background: url('../Img/icons/ico-senior-28.png') no-repeat 0 0;
        background-size: 14px;
    }

    ul.propertyIconList li.objectproperty-OBJECTPROPERTY_813112 span {
        background: url('../Img/icons/ico-senior-28-light.png') no-repeat 0 0;
        background-size: 14px;
    }

    li.objectproperty-OBJECTPROPERTY_823113 span {
        background: url('../Img/icons/ico-ungdom-28.png') no-repeat 0 0;
        background-size: 14px;
    }

    ul.propertyIconList li.objectproperty-OBJECTPROPERTY_823113 span {
        background: url('../Img/icons/ico-ungdom-28-light.png') no-repeat 0 0;
        background-size: 14px;
    }

    li.objectproperty-OBJECTPROPERTY_903124 span {
        background: url('../../../../HSS/Res/Img/ico_newproduction_14.png') no-repeat 0 0;
        background-size: 14px;
    }

    ul.propertyIconList li.objectproperty-OBJECTPROPERTY_903124 span {
        background: url('../../../../HSS/Res/Img/ico_newproduction_14.png') no-repeat 0 0;
        background-size: 14px;
    }

    ul.propertyIconList li.objectproperty-OBJECTPROPERTY_913125 span {
        background: url('../Img/icons/ico-rokfrittboende.png') no-repeat 0 0;
        background-size: 14px;
    }
}

span[id*="rblAnswerType"] > label:last-of-type, span[id*="rblAnswerType"] > input:last-of-type {
    display: none !important;
}

/* Top5Score */
div.customScoreInformation {
    margin-bottom: 20px;
}

span[id*="rblCorrMethod"] input:nth-of-type(1), span[id*="rblCorrMethod"] label:nth-of-type(1) {
    visibility: hidden;
    display: none;
}

body.default div.siteReader {
    width: 100%;
}
.rs_addtools, .rsbtn {
    padding:0 !important;
}
div.siteReader {
    margin-left: 0;
    width: auto;
    float: right;
}

body.default div.siteReader {
    width: 100%;
}

body.default .rsbtn_toolpanel {
    z-index: 1000;
}

div.siteMain-container div.siteMain div.siteContent div.page-col50.col50.alignleft div.image-slideshow div.image-thumbs img.imgthumbs {
    width: auto !important;
}

div.image-slideshow {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

div.col50 div.image-slideshow div.image-big img {
    max-width: unset;
}
div.image-big {
    width: 100%;
}

div.image-big img {
    width: 100%;
    border: none;
}
div.image-thumbs {
    padding-left: 0;
    margin-top: 0;
    float: left;
}

    div.image-thumbs img {
        width: 45px;
        height: 45px;
        border: solid 1px #446f83;
        margin: 0;
        cursor: pointer;
        margin-right: 12px;
    }

        div.image-thumbs img:nth-of-type(9n+9) {
            margin: 0;
            float: right;
        }

/*** ICE ***/
body.default div.col100.ice {
    padding: 40px 50px 50px;
    margin-bottom: 40px !important;
    float: left;
    display: block;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #007934;
    position: relative;
    z-index: 1000;
}

    body.default div.col100.ice > .box-inner {
        padding: 0;
    }

    body.default div.col100.ice .box-inner img {
        margin-bottom: 20px;
    }

    body.default div.col100.ice h1, body.default div.col100.ice h1.pagetitle {
        font-weight: bold;
    }

    body.default div.col100.ice .box-inner .ingress {
        font-weight: bold;
    }

    body.default div.col100.ice .box-inner table.col75 {
        width: 100%;
    }

        body.default div.col100.ice .box-inner table.col75 table {
            border-radius: 10px;
        }

    body.default div.col100.ice .icedate {
        background: #007934;
        color: #fff;
        display: inline-block;
        padding: 3px 14px;
        border-radius: 7px;
        font-size: 17px;
        margin-bottom: 20px;
    }

/* Electrolux web booking*/

.res_themes_nykopingshem_pages_hsr_electroluxwebbooking .siteBreadcrumbs {
    float: none;
    margin: 10px 0;
    width: 100%;
    box-sizing: border-box;
}

/*.res_themes_nykopingshem_pages_hsr_electroluxwebbooking .pagetitle {
    margin-top: 20px;
}*/


.res_themes_nykopingshem_pages_hsr_electroluxwebbooking .siteMain ul.boxlist {
    display: inline-block;
    margin: 10px 0 20px 0;
}

    .res_themes_nykopingshem_pages_hsr_electroluxwebbooking .siteMain ul.boxlist li {
        display: inline;
        margin-right: 10px;
    }


/*body.mina-sidor_tvattstugebokning {
    min-width: 940px;
}*/

/*    body.mina-sidor_tvattstugebokning div.siteBreadcrumbs,
    body.mina-sidor_tvattstugebokning div.siteReader {
        width: 100%;
        float: unset;
        box-sizing: border-box;
    }
*/
    body.mina-sidor_tvattstugebokning .siteMain {
        padding: 10px;
        box-sizing: border-box;
    }

    body.mina-sidor_tvattstugebokning .siteContentFull {
        width: 100%;
    }

    body.mina-sidor_tvattstugebokning .holds-the-iframe {
        background: url(../Img/loader.gif) top left no-repeat;
    }


#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_cblObjectGroup > tbody > tr > td:nth-child(2) {
    display: none;
}

div.col100.focus div.col33.alignright div.ledigt div.col100 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.removeInterestBox div.pageSubHeader {
    color: #000;
}


.register-objectGroups {
    width:100%;
    float:left;
}
.agreetext, .infotext {
    font-size: 0.8em;
    font-style: normal;
    line-height: 1.5em;
    display: inline;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL {
    border: 1px solid #dbdbdb;
    padding: 0.5em 1.25em 0.5em;
    border-radius: 0.25em;
    float: left;
    width: 100%;
    margin-bottom: 1em;
    box-sizing:border-box;
}

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.label {
    width: 20em;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL br {
    display: none;
}

/** Image Controls **/
.col75 img {
    max-width: 100%;
}
.col50 img {
    max-width:100%;
}
.col25 img {
    max-width: 100%;
}


div.subst-table ul, div.subst-table li {
    font-size: 1em;
}

body.mina-sidor_summering div.tbl_block.subst-table {
    border: 1px solid #ccc;
}

body.mina-sidor_summering div#Table28.TableSummary.subst-table {
    padding: 1em;
}
body.mina-sidor_summering div.tbl_block.subst-table {
    background: #fff;
    padding: 1.5em;
    border: 1px solid #eee;
    box-sizing: border-box;
}

a.MyPagesLink {
    display: block;
    text-align: center;
    margin-top: 1em;
    width: 100%;
    padding-top: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.5em;
    box-sizing:border-box;
}

    a.MyPagesLink:before {
        display: inline-flex;
        content: '';
        background-image: url('../Img/user.svg');
        background-size: 26px 26px;
        height: 26px;
        width: 26px;
        display: block;
        margin: 0 auto 0.85em;
    }
body.mina-sidor.user_mypages a.MyPagesLink {
    display: block;
    text-align: center;
    margin-top: 1em;
    width: 100%;
    padding-top: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.5em;
    border: 2px solid #66AF85;
    border-radius: 0.85em;
    padding-bottom: 0.65em;
    background: #004a37;
    box-sizing: border-box;
}
    body.mina-sidor.user_mypages a.MyPagesLink:hover {
        background: #004031;
        border-color: #80dca7;
    }
a.MenueLink {
    display: block;
    text-align: center;
    margin-top: 1em;
    width: 100%;
    padding-top: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.5em;
    cursor: pointer;
}

    a.MenueLink:before {
        display: inline-flex;
        content: '';
        background-image: url('../Img/menu.svg');
        background-size: 26px 26px;
        height: 26px;
        width: 26px;
        display: block;
        margin: 0 auto 0.85em;
    }


a.arrow:before {
    display: inline-flex;
    content: '';
    background-image: url('../Img/arrow.svg');
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    margin: 0 0.35em 0 0;
    position: relative;
    top: 0.4em;
}
a.facebook:before {
    display: inline-flex;
    content: '';
    background-image: url('../Img/facebook-square-brands.svg');
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    margin: 0 0.35em 0 0;
    position: relative;
    top: 0.25em;
}
a.linkedin:before {
    display: inline-flex;
    content: '';
    background-image: url('../Img/linkedin-brands.svg');
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    margin: 0 0.35em 0 0;
    position: relative;
    top: 0.25em;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: relative;
    width: 100%;
    height: 600px;
}

.page-col75 div.invoice, .page-col75 div.debt, .page-col75 div.invoice p.address, .page-col75 div.invoice-spec ul li.desc {
    width: 100%;
    box-sizing: border-box;
}
.page-col75 div.invoice-spec ul li.desc {
    width: auto;
}

body.mina-sidor_tvattstugebokning div.siteLogo {
    display:none;
}
body.mina-sidor_tvattstugebokning div.siteHeader-container,
body.mina-sidor_tvattstugebokning div.siteMain-container {
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_dlObjectOfferApartment_ctl00_lblShowDateApartment,
#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_dlObjectOfferApartment_ctl00_lblDateShownApartment {
    display: none;
}
