﻿/** Main stylesheet for the new cleaned structure. **/

/* 
 * General Fonts
 */
html {
}

form {
    width: 100%;
    padding:0;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #003c4a;
    word-wrap: normal !important;
    -webkit-font-smoothing: subpixel-antialiased;
}
a.skiptocontent {
    position: absolute;
    top: -1000px;
    left: 0px;
    background: transparent;
    z-index: 100;
}
input, textarea, select {
}

pre, code, kbd {
}

strong, b, .bold {
    
}

em {
}

.ingress {
    margin-bottom: 30px;
    font-size: 100%;
}

.pre-amble {
}

.alert {
}

a {
    color: #003c4b;
}
/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif;
    color: #003c4b;
}

h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top:3px;
}

    h1.page-title {
    }

h2 {
    font-size: 25px;
    font-weight: normal;
    margin-bottom:5px;
}

h3 {
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 5px;
}

h4 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
}

h5 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom:5px;
}

h6 {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 5px;
}

h2.header, h3.header {
}

.siteHeader h1 {
}
blockquote {
    margin-bottom:20px;
    font-style:italic;
}
/*
 * Menus
 */
ul.topmenu li a {
}

ul.submenu li {
}

/*
 * Search area
 */
div.search_area .btn_search {
}

/*
 * Boxes
 */
.box {
}

.primary h3, .secondary h3 {
    background: transparent;
    color: #003c4b;
    font-weight: normal;
}

.primary h3 {
}

.secondary h3 {
}

.box-rental h2, .box-resident h2 {
}

.box.primary, .box.secondary, .box.rental {
    font-size: 1rem;
    line-height: 26px;
}

.box-primary h3, .primary h3,
.box-primary h4, .primary h4,
.box-primary h4, .primary h5,
.box-primary h4, .primary h6 {
    color: #fff;
    font-weight: normal;
    font-style: normal;
}

.box-primary h3, .primary h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.box-primary h4, .primary h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.box-primary h5, .primary h5 {
    font-size: 18px;
    margin-bottom: 8px;
}

.box-primary h6, .primary h6 {
    font-size: 1rem;
    margin-bottom: 6px;
}
div.object-interest .box-inner,
div.alertinfo div.box-inner {
    background: #a9d7db;
}
h2.localnews {
}

span.button-list input {
}

a.link-large {
}

.siteBreadcrumbs, .siteOptions {
}

.siteContact {
}

div.siteHeader table {
}

ul.form {
}

.box ul.form {
}

.pageFooter input {

}
.pageFooter input:hover {
    text-decoration:underline;
}

div.navbar div.text {
}

.tbl_list {
}

.tbl_cell_list_header {
}

.tbl_grid {
}

.agreetext, .infotext {
    font-size: 0.85rem;
    line-height: 24px;
    color: #003c4b;
    font-style: italic;
    font-weight: normal;
}

.validation-skin-error,
span.forminfo-text.validation-skin-error {
    color: #F13131;
    font-style: italic;
}
/*
 * Main site containers 
 */
div.siteHeader-container,
div.siteMenu-container,
div.siteMain-container,
div.siteFooter-container {
    width: 100%;
    display: block;
    clear: both;
}

div.siteHeader-container {
    background: #f6f6f6;
}

div.siteMenu-container {
    background: #35826b;
    text-align: center;
}

    div.siteMenu-container:after {
        content: "";
        display: block;
        clear: both;
    }
div.siteFooterTopContainer {
    background: #003c4b;
    float: left;
    width: 100%;
}
div.siteFooter-container {
    background: #003c4b;
    margin-top: 60px;
    float: left;
}

div.siteHeader,
div.siteMenu,
div.siteMain,
div.siteFooterTop {
    width: 1200px;
    margin: 0 auto;
}
    div.siteFooterTop {
        color:#fff;
    }

div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
    padding:0;
}
div.global-authorization {
    position: absolute;
    right: 0;
    top: 80px;
    width: auto;
}

    div.global-authorization i {
        color: #003c4b;
        display: none;
    }

        div.global-authorization a {
            text-decoration: none;
            color: #003c4b;
            font-size: 1rem;
            margin-left: 35px;
            padding: 15px 20px;
            font-weight:400;
        }
            div.global-authorization a:hover {
                text-decoration:underline;
            }
            div.global-unauthorized-login a,
            div.global-authorized div.global-authorized-mypages a {
                background: #003c4b;
                color: #fff;
                padding: 15px 20px;
                transition: opacity 0.2s;
            }
div.global-unauthorized-login a:hover,
div.global-authorized div.global-authorized-mypages a:hover {
    opacity: 0.7;
    text-decoration:underline;
}

    div.global-unauthorized-login a,
    div.global-authorized div.global-authorized-mypages a {
        background: url(../Img/lock-orange.png) #003c4b no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-position: 15px 19px;
        color: #fff;
        padding: 20px 25px 20px 40px;
    }
div.global-unauthorized-register a,
div.global-authorized div.global-authorized-logout a {
    font-weight: 700;
}
/*
 * Main site containers 
 */
div.siteHeader-container,
div.siteMain-container,
div.siteFooter-container {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

div.siteHeader-container {
    box-sizing: border-box;
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    position: relative;
}

    div.siteHeader-container div.siteHeader div.siteLogo {
        position: absolute;
        top: 18px;
        left: 15px;
        padding: 3em 2em 3em 0;
        max-width: 230px;
        float: left;
    }

        div.siteHeader-container div.siteHeader div.siteLogo a {
            float: left;
        }

            div.siteHeader-container div.siteHeader div.siteLogo a img {
            }

                div.siteHeader-container div.siteHeader div.siteLogo a img:hover,
                div.siteHeader-container div.siteHeader div.siteLogo a img:focus {
                    opacity: 0.7;
                    -webkit-transition: opacity 0.2s;
                    transition: opacity 0.2s;
                }

div.siteMain-container {
    padding: 0 30px 30px;
    box-sizing: border-box;
}

div.siteFooter-container {
    float: left;
    background: #a9d7db;
    color: #003c4a;
}

div.siteHeader,
div.siteMain,
div.siteFooter {
    width: 1200px;
    margin: auto;
}
div.siteHeader {
    height:180px;
    position:relative;
}
div.siteMain {
    padding-top: 20px;
}
/*
 * Sidebar container 
 */
div.siteSidebar {
}
/*
 * Content containers 
 */
div.siteContent {
    min-height: unset;
}

div.siteContentFull {
}

div.siteContentPopup {
}

div.siteContentIframe {
}

/*
 * Footer elements 
 */
div.siteFooter div.col33.footercontent ul li {
    line-height: 47px;
}

    div.siteFooter div.col33.footercontent ul li a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        font-family: Roboto, sans-serif,Helvetica,Arial,sans-serif;
    }

        div.siteFooter div.col33.footercontent ul li a:hover {
            text-decoration: underline;
        }

        div.siteFooter div.col33.footercontent ul li a:before {
            content: url(../Img/arrow-right.png);
            margin-right: 10px;
        }

div.siteFooter, div.siteOptions {
    color: #003c4b;
}

div.siteFooter {
    margin: 0 auto;
    padding-bottom: 0;
    position: relative;
    overflow:hidden;
}

    div.siteFooter ul.siteOptions {
        margin-top: 50px;
        display: none;
    }

ul.siteOptions li {
    margin-right: 15px;
}

    ul.siteOptions li:last-of-type {
        margin-right: 0;
    }

    ul.siteOptions li a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }

        ul.siteOptions li a:hover {
            color: #fff;
            text-decoration: underline;
        }

div.siteFooter a img.sitefooter-logo {
    position: absolute;
    right: 20px;
    float: right;
    top: 0;
}

div.siteBreadcrumbs {
    margin-bottom: 20px;
    width: 100%;
    line-height: 38.4px;
    margin-top: 14px;
}

    div.siteBreadcrumbs, div.siteBreadcrumbs span a {
        
        font-size: 14px;
        line-height: 17px;
        color: #323232;
    }

        div.siteBreadcrumbs span a {
            color: #003c4b !important;
        }

        div.siteBreadcrumbs a:hover {
            text-decoration: underline;
        }

        div.siteBreadcrumbs span b {
            
        }

        div.siteBreadcrumbs span a:last-of-type b {
            color: #323232;
        }

div.siteOptions {
}

div.siteContact {
    float: none;
    font-size: 12px;
}

div.siteLogos {
}

ul.siteOptions {
    float: none;
}

    ul.siteOptions li {
    }

/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {
}

.col100 {
}

.col75 {
}

.col50 {
}

.col37 {
}

.col33 {
}

.col25 {
}

.page-popup {
}

/*
 * Errormessage control
 */
div.errormsg {
    width: auto;
}

div.erroricon {
    width: auto;
    float: none;
    padding: 0;
    text-align: center;
}

div.errortext {
    width: 100%;
    float: left;
    padding: 12px 10px 10px 15px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
}

    div.errortext br {
    }

.txt_information_title {
    font-size: 30px;
    color: #0058C6;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
}

.txt_error_title {
    font-size: 130%;
    color: #D10700;
    display: block;
    margin-bottom: 10px;
}

div.errormsg div.errortext input#btnDetails.btn {
    margin-top: 20px;
}

/*
 * Search area
 */

div.search_area {
    background: #ddd;
    position: absolute;
    right: 0;
    top: 70px;
    width: 210px;
}

    div.search_area .search_field {
        background: transparent;
        border: none;
        border-radius: 0;
        border-right: 1px solid #333;
        padding: 0;
        box-shadow: none;
    }

    div.search_area .btn_search {
        background: transparent;
        border: medium none;
        border-radius: 0;
        box-shadow: none;
        font-weight: bold;
        height: 30px;
        padding-left: 1px;
        padding-right: 6px;
        text-shadow: none;
    }

div.siteDescription {
}

/*
 * Styles used by content from the CM-editor in PortalAdmin
 *
 * 090824	HE		Initial version
 */

/* 
 * Snippets 
 */
.tbl_snippets_main {
}

.tbl_snippets_main_70 {
}

.tbl_snippets_main_hss {
}

.tbl_cell_snippet_spacer {
}

.tbl_cell_snippet_33 {
}

.tbl_cell_snippet_50 {
}

.tbl_cell_snippet_70 {
}

.tbl_cell_snippet_100 {
}

.link {
}


/*
 * Paragraphs
 */
p {
    margin-bottom: 1.5rem;
}

    p.mul-img img {
    }

    p.mul-plan img {
    }

    p.pNoEntries {
    }

/*
 * Hyperlinks
 */
a.image {
}

a.planning {
}

a.bulleted {
}

    a.bulleted:before {
        color: #003c4b;
    }

a.icon-areainfo img {
}

/*
 * Form elements
 */
input, select, textarea {
    font-size: 0.85rem;
    font-style: normal;
    font-weight: normal;
    border-radius: 0;
    background: #fff;
    border-color: #c0bfd0;
    color: #323232;
    box-shadow: none;
}

input {
    height: 21px;
}

select {
    height: 32px;
}

input, textarea {
}

    input.no-border, table.no-border input, span.no-border input {
    }

    /*** Checkbox ***/
    input.check, table.check input, span.check input {
    }

    /*** Radiobutton ***/
    input.radio, table.radio input, span.radio input, span.radio label {
    }

/*** Submit button ***/
.btn, .btn-disabled,
.btn_interest {
    font-size: 1rem;
    line-height: 18px;
    background: #003c4b;
    color: #fff;
    padding: 12px 16px;
    height: auto;
    text-shadow: unset;
    font-family: Roboto, sans-serif;
    box-shadow: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight:700;
    border:none;
}

.btn-disabled {
    background: #BEB9B4;
    cursor:not-allowed;
}

.btn_interest {
    font-size: 18px;
}

ul.boxlist li input.btn {
    padding: 9px 16px;
}
div.box-outer div.box-inner.login input.btn {
    background:#a9d7db;
    color:#003c4b;  
}
.register-interest input[type="submit"]:hover {
    background:#a9d7db;
    color:#003c4b;
}
/*** 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 {
    margin-bottom: 10px;
    color: #003c4b;
}

    span.button-list input, span.button-list a:hover {
        text-decoration: none;
    }


span.button-list a {
    display: inline-block;
    padding: 4px 8px 4px 36px;
    background-position: 4px 50%;
    margin-right: 1px;
}

    span.button-list a.selected {
        text-decoration: none;
        font-weight: bold;
        background-color: #003c4b;
        color: #fff;
        border-radius: 6px;
    }

.rentalinfo input, .rentalinfo a {
}

.rentalinfo_content span {
    display: block;
    margin: 0 0 4px 0;
}

.rentalinfo_content br {
    display: none;
}

table.rentalinfo_content, span.rentalinfo_content {
    background: #f1f1f1;
    padding: 24px;
    overflow: hidden;
}

/* 
 * 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 {
        font-size:0.85rem;
    }

        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 {
    color: #003c4b;
    background: #a9d7db;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    padding: 0;
    border: none;
    margin: 20px 0;
    padding: 10px 15px;
}

div.pageFooter {
    background: #f6f6f6;
    border: none;
    border-radius: 4px;
}

    div.pageFooter input {
    }

/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}

div.validator-valid {
}

div.validator-unvalid {
}

span.validation-summary {
    color: #F13131;
    line-height: 36px;
    margin-left: 18px;
}

span.forminfo-icon {
}

span.forminfo-text {
    font-style: italic;
    font-weight: normal;
    font-size: 0.85rem;
    line-height: 24px;
    color: #003c4b;
}

/*
 * Landlord presentation
 */
div.landlord-area {
}

div.landlord-img {
}

    div.landlord-img img {
    }

ul.landlord-list {
}

    ul.landlord-list li {
    }

        ul.landlord-list li div.label {
        }

/* 
 * Image text 
 */
div.image-text-basic {
}

    div.image-text-basic img {
    }

div.article {
}

/* 
 * Parking-direct & Object-direct & Storage-direct
 */
span.ico_p-direct, span.ico_object_direct, span.ico_storage-direct {
}

span.ico_p-direct {
}

span.ico_object_direct {
}

span.ico_storage-direct {
}

/* NEWS DATE */
span.newsdate {
}

/* 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 {
    }

/*
 * TopMenu definition.
 *
 * 090817	HE		Initial version
 */

/*** Reset all list-styles ***/
ul.topmenu {
    margin: 0 auto;
    width: 100%;
    float: none;
    justify-content: center;
    display: flex;
}

    ul.topmenu, ul.topmenu li {
    }

/*** Setup basic menu look ***/

ul.topmenu {
}

    ul.topmenu li {
        margin-right: 20px;
    }

        ul.topmenu li a {
            font-style: normal;
            font-size: 18px;
            line-height: 28px;
            letter-spacing: 0.02em;
            color: #FFFFFF;
            text-decoration: none;
            padding: 16px 24px;
        }

            ul.topmenu li a:hover {
                color: #fff;
                background: rgb(43, 112, 91);
                text-decoration: underline;
            }

        ul.topmenu li:hover {
            background: rgb(43, 112, 91);
        }
        /*** Selected item or selected child-item ***/
        ul.topmenu li.selected, ul.topmenu li.childselected {
            background: #003c4b;
        }

            ul.topmenu li.selected a, ul.topmenu li.childselected a {
                color: #fff;
            }

                ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
                }

        ul.topmenu li.last {
            display: none;
        }

div.siteSidebar {
    border-top: 1px solid #eaeaea;
    margin-top: 10px;
}

ul.submenu {
}

    ul.submenu ul {
    }

        ul.submenu ul li ul {
        }

        ul.submenu ul a {
        }

        ul.submenu ul ul a {
        }

    /*** Link styles ***/
    ul.submenu a {
        font-style: normal;
        font-size: 1rem;
        line-height: 20px;
        color: #323232;
        padding: 14px 12px;
        border-color: #e2e2e2;
        text-decoration: none;
    }

        ul.submenu a:hover {
            color: #003c4b;
            text-decoration: underline;
        }

    /*** Special styles ***/
    ul.submenu li.expanded {
    }

    ul.submenu li.collapsed {
    }

    ul.submenu li.selected, ul.submenu li.childselected {
        color: #003c4b;
        background: #f6f6f6;
    }

        ul.submenu li.selected a {
        }

        ul.submenu li.selected a {
            color: #003c4b;
            text-decoration: underline;
        }

    ul.submenu li.expanded.selected ul li > a {
        color: #323232;
        text-decoration: none;
    }

    ul.submenu li.selected, ul.submenu li.childselected {
        
    }

        ul.submenu li.childselected a {
        }

        ul.submenu li.selected ul, ul.submenu li.childselected ul {
        }


    /*** Special styles ***/
    ul.submenu li.expanded:before {
        content: "\f077";
        color: #323232;
        font-family: FontAwesome;
        font-size: 14px;
        line-height: 28px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 10px;
        font-weight: normal;
    }

    ul.submenu li.collapsed:before {
        content: "\f078";
        color: #323232;
        font-family: FontAwesome;
        font-size: 14px;
        line-height: 28px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 10px;
    }

    ul.submenu li.expanded.selected:before,
    ul.submenu li.selected:before {
    }

    ul.submenu li.expanded.childselected:before {
        content: "\f078";
        color: #323232;
        font-family: FontAwesome;
        font-size: 14px;
        line-height: 28px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 10px;
        font-weight: normal;
    }

    ul.submenu li.expanded a {
    }

    ul.submenu li:hover:before {
    }

    ul.submenu li.expanded ul li.selected a {
        text-decoration: underline;
    }

    ul.submenu li.meny-space {
        margin-bottom: 10px;
    }

    ul.submenu li.expanded ul li.selected ul li a {
        font-weight: normal;
    }

    ul.submenu li.collapsed.selected:before {
        content: "\f078";
        color: #323232;
        font-family: FontAwesome;
    }

    ul.submenu li ul li ul li.expanded.selected:before, ul.submenu li ul li ul li.selected:before {
        content: "\f054";
        color: #323232;
        font-family: FontAwesome;
    }

    ul.submenu li ul li.expanded.selected:before {
        content: "\f078";
        color: #323232;
        font-family: FontAwesome;
    }

    ul.submenu li ul li.expanded.selected:hover:before,
    ul.submenu li ul li.collapsed.selected:hover:before {
    }

    ul.submenu li ul li.selected:before {
    }

    ul.submenu li ul li:hover:before {
    }

    ul.submenu li ul li.selected:hover:before {
    }

    ul.submenu li ul li.collapsed:hover:before,
    ul.submenu li ul li.expanded:hover:before {
    }

    ul.submenu li.collapsed:hover:before,
    ul.submenu li.expanded:hover:before {
    }

    ul.submenu li.collapsed.selected:hover:before,
    ul.submenu li.expanded.selected:hover:before {
    }

    ul.submenu li.selected:hover:before {
    }

    ul.submenu li ul li.collapsed:hover:before,
    ul.submenu li ul li.expanded:hover:before {
    }

    ul.submenu li.expanded.childselected:before,
    ul.submenu li ul li.expanded.childselected:before {
        content: "\f077";
        color: #323232;
        font-family: FontAwesome;
    }
/*
 * Ordered/Unordered lists 
 */
ul, ol {
    margin-bottom:20px;
}

    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 {
    }

        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: #888;
        font-family: FontAwesome;
        font-size: 21px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        width: 20px;
    }

    ul.faq-list .answer:before {
        content: "\f05a";
        color: #003c4b;
        font-family: FontAwesome;
        font-size: 21px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        width: 20px;
    }

    ul.faq-list .question {
    }

    ul.faq-list .question, ul.faq-list .answer {
    }

/* 
* Sitemap
*/
.sitemap_paragraph {
}

/* 
 * Sitemap List 
 */
ul.link {
}

ul li.maplink {
}

    ul li.maplink:before {
        content: "\f138";
        color: #003c4b;
        padding-right: 3px;
        text-decoration: none;
        font-size: 15px;
        display: inline-block;
        margin-right: 3px;
    }

    ul li.maplink a {
        text-decoration: none;
    }

        ul li.maplink a:hover {
            color: #707173;
            text-decoration: underline;
        }

/* 
 * ListAvailable
 */
ul.listavailable {
}

    ul.listavailable li {
        list-style-type: none;
    }

        ul.listavailable li a:before {
            content: "\f138";
            color: #fff;
            padding-right: 3px;
            text-decoration: none;
            font-size: 14px;
            display: inline-block;
            margin-right: 3px;
        }

.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 {
    }

/** HSS Icon **/
li.objectproperty-OBJECTPROPERTY_13882670 span {
    background-repeat: no-repeat;
    color: #42413b;
    padding-left: 17px;
}

li.objectproperty-OBJECTPROPERTY_13882670 span {
    background-image: url("../Img/fortur_alderspensionar.png");
}

/*** General rules ***/
.box {
}

.box-outer {
}

.box .noheight {
}

.box-inner {
    padding: 20px;
    box-sizing: border-box;
}

.box a.rss {
}

.box a img {
}

.box a.rss img {
}

td.box-inner {
}

/*** Primary ***/
.primary {
    background: #003c4b;
    color: #fff;
}

    .primary hr {
        background-color: #a9d7db;
        color: #a9d7db;
    }

    .primary a {
        color: #a9d7db;
        text-decoration: underline;
    }

        .primary a.bulleted {
            color: #a9d7db;
            text-decoration: underline;
        }

        .primary a:hover {
            color: #fff;
            text-decoration: underline;
        }

        .primary a.bulleted:hover {
            color: #fff;
            text-decoration: underline;
        }

        .primary a.bulleted:before {
            content: "\f054";
            font-family: FontAwesome;
            padding-right: 3px;
            color: #a9d7db;
            text-decoration: none;
            font-size: 1rem;
            display: inline-block;
        }

/*** Secondary ***/
.secondary {
    background: #f9f9f9;
    color: #003c4b;
}

    .secondary hr {
    }

    .secondary a {
        color: #003c4b;
        text-decoration: underline;
    }

        .secondary a.bulleted {
            color: #003c4b;
            text-decoration: underline;
            
            text-decoration: underline;
        }

        .secondary a:hover {
            color: #000;
            text-decoration: underline;
        }

        .secondary a.bulleted:hover {
            color: #000;
            text-decoration: underline;
        }

        .secondary a.bulleted:before {
            content: "\f054";
            font-family: FontAwesome;
            padding-right: 3px;
            color: #a9d7db;
            text-decoration: none;
            font-size: 1rem;
            display: inline-block;
        }

/*** Login Control ***/
.col25 div.loginarea span {
}

.col37 div.loginarea span {
}

.col37 div.loginarea input {
}

    .col37 div.loginarea input.btn {
    }

div.loginarea p label {
    margin-bottom: 10px;
    float: left;
}

div.loginarea hr {
    opacity: 0;
}

div.loginarea a.bulleted {
    display: block;
    width: 100%;
}

div.loginarea input.btn {
    background:#a9d7db;
    color:#003c4b;
}

div.loginarea input.btn:hover {
    text-decoration:underline;
}
div.loginarea br:last-of-type {
    visibility: hidden;
    display: none;
}
/*
 * Table grid list
 */
div.grid {
}

table.gridlist {
    font-size: 1rem;
    margin-top: 10px;
}

    table.gridlist tr.headerrow {
        border: none;
    }

    table.gridlist tr.marked {
        background-color: #ecf5f2;
        border: none;
    }

.templatelist.block.marked {
    background-color: #ecf5f2;
}

table.gridlist tr.dimmed {
}

table.gridlist td {
    color: #323232;
}

    table.gridlist td.header, tr.header td, table.gridlist td.header a, tr.header td a {
        background: #003c4b;
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        padding: 2px 6px;
    }

        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: #003c4b;
            padding-right: 16px;
        }

        table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
            background-color: #003c4b;
            padding-right: 16px;
        }

    table.gridlist td.listitem-even, tr.listitem-even td {
        border-bottom: 1px solid #eaeaea;
        font-size: 1rem;
        padding: 5px 3px 5px 10px;
    }

.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 {
}

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 img {
    margin-right: 4px;
}

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;
}

body.org_employeelist table.gridlist tr.headerrow td:nth-of-type(4n+2) {
    width: 170px;
}

body.org_employeelist table.gridlist tr.headerrow td:nth-of-type(4n+3) {
    width: 100px;
}

body.org_employeelist table.gridlist tr.headerrow td:nth-of-type(4n+4) {
    width: 100px;
}

/*
 * UL form list
 */
ul.form {
    font-size: 1rem;
}

    ul.form li {
    }

        ul.form li.validator {
        }

        ul.form li.label {
            font-weight:700;
        }

.box-primary ul.form li.label,
.box-secondary ul.form li.label,
.box ul.form li.label {
}

ul.form li.textvalue {
}

ul.form li.value {
}

ul.form li.text {
}

div.siteContentIframe ul.form li.label {
}

div.siteContentIframe ul.form li.text {
}

ul.form li.textrow {
}

ul.form li.value label {
}

ul.form li.value input {
}

ul.form li.label-large {
}

.formstyle {
}

    .formstyle .label {
    }

/*
 * Statistics grid
 */
div.statistics table {
}

/*
 * News-archive grid
 */
div.news-archive .date-column {
    padding: 10px;
}

div.news-archive .content-column .title {
    background: transparent;
    color: #003c4b;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 4px;
    text-decoration: none;
    text-transform: none;
}

div.news-archive .content-column p {
    font-size: 13px;
}

div.news-archive .date-column {
}

div.news-archive .content-column .title {
}

.dynamic-map {
}

    .dynamic-map a {
    }

    .dynamic-map #infobox {
    }

        .dynamic-map #infobox > div {
        }

    .dynamic-map #fade_bg {
    }

    .dynamic-map #fade_color {
    }

    .dynamic-map #fade_bg img {
    }

    .dynamic-map .more {
    }

        .dynamic-map .more .nr {
        }

        .dynamic-map .more .area-label {
        }

/*
  * Slider width and position
  */
.slider-container {
    position: relative;
}

    .slider-container.col100 {
        margin-bottom: 0;
    }

.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 {height:320px;}*/

/*
 * Pager
 */
.pager-container {
    bottom: 28px;
    margin: 0;
    position: absolute;
    right: 55px;
    text-align: center;
}

    .pager-container ul.pager {
        display: inline-block;
        float: right;
    }

        .pager-container ul.pager li.selected {
            border: 0;
            background: transparent url(../Img/Slider/bullet-sel.png) no-repeat 0 0;
            opacity: 0.5;
        }

        .pager-container ul.pager li {
            border: 0;
            background: transparent url(../Img/Slider/bullet.png) no-repeat 0 0;
            width: 16px;
            height: 16px;
            margin: 0 0 0 10px;
            opacity: 0.5;
        }

            .pager-container ul.pager li:hover, .pager-container ul.pager li:hover {
                opacity: 1;
            }
/*
 * Prev/Next buttons
 */
#slider_prev, #slider_next {
    width: 34px;
    height: 34px;
    top: auto;
    bottom: 20px;
    margin: 0;
    background-size: contain !important;
}

#slider_prev {
    background: transparent url(../Img/Slider/btn-prev.png) no-repeat 50% 50%;
    left: 10px !important;
}

#slider_next {
    background: transparent url(../Img/Slider/btn-next.png) no-repeat 50% 50%;
    right: 10px !important;
    left: initial !important;
}

#slider_prev:hover {
    background: transparent url(../Img/Slider/btn-prev-hover.png) no-repeat 50% 50%;
}

#slider_next:hover {
    background: transparent url(../Img/Slider/btn-next-hover.png) no-repeat 50% 50%;
}

.hidebullets {
    opacity: 0;
}
/** Slider Content **/
div.ImageTextStyles {
    margin-bottom: 10px !important;
}

    div.ImageTextStyles div.sliderTitle {
        font-weight: normal;
        font-style: normal;
        font-size: 26px;
        margin-bottom: 5px;
        color: #003c4b;
        line-height: 34px;
    }

        div.ImageTextStyles div.sliderTitle span {
            letter-spacing: -1px;
        }

    div.ImageTextStyles.Text {
        background: transparent url(../img/Slider/blank.png) repeat 0 0;
        border-radius: 8px;
        color: #707173;
        float: right;
        font-size: 18px;
        line-height: 23px;
        padding: 20px 40px;
        position: absolute;
        right: 90px;
        top: 12%;
        width: 460px;
    }

        div.ImageTextStyles.Text span.abstract {
            letter-spacing: -1px;
            color: #222;
        }

        div.ImageTextStyles.Text a {
            text-decoration: none;
            color: #fff;
        }

    div.ImageTextStyles.Image img {
        border-radius: 8px;
        display: block;
    }

    div.ImageTextStyles.Image a {
    }

        div.ImageTextStyles.Image a:after {
            content: "";
            display: block;
            clear: both;
        }

/** Ekeröbostäder CSS Specifik **/
.colBtnRow {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}

.colBtn {
    background: #707173;
    border-radius: 14px;
    color: #fff;
    width: 150px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
}

    .colBtn:last-of-type {
        margin: 0;
    }

    .colBtn a {
        color: #fff;
        text-decoration: none;
    }

        .colBtn a:hover {
            text-decoration: underline;
        }

    .colBtn h2 {
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
    }

    .colBtn.one {
        background: #003c4b url(../img/top-onecol.png) no-repeat 0 0;
    }

        .colBtn.one.inner {
            background: #003c4b url(../img/bottom-onecol.png) no-repeat 0 100%;
            padding: 10px 0 6px;
        }

    .colBtn.two {
        background: #00aeef url(../img/top-twocol.png) no-repeat 0 0;
    }

        .colBtn.two.inner {
            background: #00aeef url(../img/bottom-twocol.png) no-repeat 0 100%;
            padding: 10px 0 6px;
        }

    .colBtn.three {
        background: #662d91 url(../img/top-threecol.png) no-repeat 0 0;
    }

        .colBtn.three.inner {
            background: #662d91 url(../img/bottom-threecol.png) no-repeat 0 100%;
            padding: 10px 0 6px;
        }

    .colBtn.four {
        background: #f05a2d url(../img/top-fourcol.png) no-repeat 0 0;
    }

        .colBtn.four.inner {
            background: #f05a2d url(../img/bottom-fourcol.png) no-repeat 0 100%;
            padding: 10px 0 6px;
        }

    .colBtn.five {
        background: #988578 url(../img/top-fivecol.png) no-repeat 0 0;
    }

        .colBtn.five.inner {
            background: #988578 url(../img/bottom-fivecol.png) no-repeat 0 100%;
            padding: 10px 0 6px;
        }

    .no-objects, .colBtn p {
        display: block;
        line-height: 15px;
        clear: both;
    }

.alignleft {
    margin-right: 2.78%;
}

.areainfobox h3,
.infobox h3,
.newsbox h3,
.newsletterbox h3,
.socialbox h3 {
    font-size: 18px;
}

.areainfo {
    margin-top: 15px;
}

.areainfobox .box-inner.column {
    position: relative;
}

.infoboxtext {
    background: #f1f1f1;
    border: 1px solid #707173;
    border-radius: 8px;
    bottom: 5px;
    color: #707173;
    max-width: 158px;
    padding: 15px;
    position: absolute;
}

.newsbox {
}

h4.news-title {
    margin-bottom: 0;
    font-size: 14px;
}

.newsbox p {
    margin-bottom: 0;
}

.newsdate {
    margin-bottom: 10px;
}

.infobox {
}

.newsletterbox {
    margin-bottom: 20px;
}

    .newsletterbox img {
        margin-bottom: 10px;
    }

.socialbox img {
    border-radius: 6px;
    float: right;
    margin-left: 10px;
}

/** HSS **/
.hss-img {
    margin-bottom: 14px;
}


/** Lediga objekt ***/
/* QuickFilter */
.objectlistFilters {
    background: #f6f6f6;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 20px;
    padding: 17px 30px 3px;
}

ul.quickfilter li.full {
    border-bottom: 1px dotted #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

ul.quickfilter li span.title {
}

ul.quickfilter li {
    float: left;
    font-size: 1rem;
    list-style-type: none;
    margin-left: 0;
    margin-right: 44px;
    width: 47%;
}

ul.quickfilter span.minValue, ul.rangeslider span.maxValue {
    float: left;
    font-size: 14px;
    width: 88%;
    font-weight: 700;
    margin-top: 10px;
}

ul.quickfilter span.maxValue, ul.rangeslider span.maxValue {
    float: right;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

div.objectlistFilters ul.quickfilter li div span.title,
div.objectlistFilters ul.quickfilter li span.title {
    margin-bottom: 20px;
}

.ui-widget-header {
    background: #a9d7db;
}

.ui-widget-content {
    background: #fff;
}

label.title {
    background: #f6f6f6;
    border-radius: 6px;
    color: #003c4b;
    display: inline-block;
    margin-bottom: -4px;
    padding: 13px 20px;
}

table.check tr td {
    padding: 8px;
}



.property-description-container {
    background: #f6f6f6;
    padding: 10px 15px;
}

.property-more-information, .property-detail-more-information {
    cursor: pointer;
    margin-bottom: 12px;
    color: #003c4b;
}

.property-description-container.showed .property-descriptions {
    display: block;
    margin-left: 16px;
}

.property-descriptions div {
    font-style: italic;
}

ul.templatelist.block {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.templatelist.block li, .templatelist.block li.image, .templatelist.block li.icons, .templatelist.block li.area, .templatelist.block li.address, .templatelist.block li.rooms, .templatelist.block li.size, .templatelist.block li.rent, .templatelist.block li.available, .templatelist.block li.number {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
}

.templatelist.block.objectlist {
    font-size: 1rem;
    margin-right: 2%;
    width: 31.7%;
}

ul.templatelist.block li h2 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
}

img.exterior_image {
    margin-bottom: 0;
}

div.jquerypanel .header a.hidden {
    background-color: transparent;
}

ul.exchangeobject, div.jquerypanel {
    background-color: #f3f3f3;
    padding: 12px 18px;
}

div.jquerypanel {
    padding: 12px 18px;
}

div.subst-table ul, div.subst-table li {
    font-size: 1rem;
}

div.jquerypanel .header a,
div.jquerypanel .header a.hidden {
    background-color: transparent;
    background: none;
    padding: 0;
}

    div.jquerypanel .header a:before {
        content: "\f078";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 6px;
        position: relative;
        text-decoration: none;
        top: -3px;
    }

    div.jquerypanel .header a.hidden:before {
        content: "\f054";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 6px;
        position: relative;
        text-decoration: none;
        top: -3px;
    }

div.jquerypanel .header h3 {
    line-height: 32px;
    font-size: 21px;
    margin-bottom: 0;
}

div.jquerypanel h4 {
    color: #707173;
    font-size: 1rem;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
}

/** Bostadsfakta **/
div.area_info_facts {
    background: #e2e3e3;
    margin-bottom: 10px;
    position: relative;
    z-index: 90;
    border-radius: 8px;
    padding: 10px;
    -moz-box-shadow: 0 0 3px #444;
    -webkit-box-shadow: 0 0 3px #444;
    box-shadow: 0 0 3px #444;
}

table.gridlist td.header, tr.header td {
    height: 42px;
    border: none;
    background: #003c4b;
}

div.area_info_facts table.tbl_list tr.header td {
    padding: 12px;
    background: #003c4b;
    color: #fff;
    font-size: 14px;
}

div.area_info_facts table.tbl_list tr td {
    padding: 8px 14px;
    font-size: 13px;
}

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: 5px 9px;
}


table.gridlist td.listitem-odd, tr.listitem-odd td,
table.gridlist td.listitem-even, tr.listitem-even td {
    padding: 10px 3px;
    border-color: #eaeaea;
}

table.gridlist tr.listitem-even {
    background: #F7F7F7;
    border-color: #eaeaea;
}

div.area_info_facts h4 {
    color: #707173;
    font-size: 18px;
    line-height: 28px;
}

.col25.sideBar .gridlist {
    width: 100%;
}

span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblNoEntries {
    display: inline-block;
    border: 1px solid #003c4b;
    padding: 1em;
    margin-top: 1em;
    color: #707173;
    font-size: 14px;
    font-weight: bold;
}

body.org_employeelist table.gridlist {
    margin-bottom: 30px;
}

ul.companyinfo li a:hover {
}

div.siteContact ul.companyinfo li span.title {
}
div.siteFooter-container div.siteFooter div.col100 {
    background:transparent;
}
div.siteFooter div.col25.alignleft {
    margin-right: 2%;
}
div.col25.col1,
div.col25.col2 {
    width:15%;
}
div.siteFooter-container div.siteFooter div.col25:last-of-type {
    text-align: center;
}
div.siteFooter-container div.siteFooter div.col25 img.logotype {
    max-width: 135px;
    height:135px;
}
div.siteFooter div.col25 {
    position: relative;
    padding:40px 0;
    box-sizing:border-box;
}

div.siteFooter div.col25 h6 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    color: #003c4b;
    margin-bottom: 6px;
}
    div.siteFooter div.col25 {
        font-size:0.9rem;
    }
    div.siteFooter div.col25 p {
        margin-bottom: 20px;
    }
    div.siteFooter div.col25.col1.alignleft h6:last-of-type {
        margin-top: 20px;
    }
    div.siteFooter div.col25 div.siteContact ul li {
        color: #003c4b;
    }
    div.siteFooter div.col25.col2 {
        border-right: 1px dashed #fff;
    }
    div.siteFooter div.col100 div.col25.col3 {
        width: 41%;
        padding: 40px 20px;
        box-sizing: border-box;
        margin:0;
    }
        div.siteFooter div.col100 div.col25.col3 div.sitefooter-content-col1:nth-of-type(2n+1) {
            float:left;
            width:49%
        }
        div.siteFooter div.col100 div.col25.col3 div.sitefooter-content-col1:nth-of-type(2n+2) {
            float: right;
            width: 49%
        }
        div.siteFooter div.col100 div.col25.col3 div.sitefooter-content-col1:nth-of-type(2n+1) h6:last-of-type {
            margin-top: 20px;
        }

div.siteFooter div.col25.col4 {
    border-left: 1px dashed #fff;
}
    div.siteFooter div.col25.col4 span {
        display:block;
    }
        div.siteFooter div.col25.col4 span:last-of-type {
            display: block;
        }
    div.siteFooter div.col25.col2.alignleft ul {
        margin-bottom: 17px;
    }
div.siteFooter div.col25.alignleft div.siteContact ul li a {
    color: #003c4b;
    text-decoration: none;
}
    div.siteFooter div.col25 a:hover,
    div.siteFooter div.col25 ul li a:hover {
        text-decoration: underline;
        color: #000;
    }

.message-date {
    background: #707173;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    padding: 4px 10px;
}

.article-area-info img {
    max-width: 100% !important;
}

div.page-col50 ul.grid li.left {
    float: left;
    font-size: 18px;
    line-height: 38px;
    width: 300px;
}

div.page-col50 ul.grid li.right {
    padding: 0;
}

div.page-col25 ul.grid li.left {
    float: left;
    width: 80px;
    line-height: 36px;
}

div.page-col25 ul.grid li.right {
    width: auto;
    line-height: 36px;
    font-weight: 700;
    padding-left: 80px;
    border-bottom: 1px solid #ddd;
}

body.hss_object_objectdetailstemplateb div.image-big img {
    cursor: pointer;
}

div.col50 div.image-slideshow div.image-big img {
    max-width: unset;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

div.image-big img {
    width: 100%;
    border: none;
}

div.image-big {
    width: 100%;
}

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-slideshow {
    margin-bottom: 30px;
    float: left;
}
div.image-big-full img {
    width: 100%;
    border: 1px solid #eaeaea;
    box-sizing:border-box;
}
div.col50 div.image-slideshow div.image-big-full img {
    max-width:unset;
}
span#object_detail_buttonlist.button-list .btn_details {
    background: #003c4b;
    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: 0.7rem;
    width: 100%;
    font-weight:700;
}

div.areatext {
    width: 55%;
    float: left;
}

div.areaimg {
    width: 40%;
    float: right;
    overflow: hidden;
    border: none;
}

ul.horizontal-bulleted {
    width: 100%;
    margin-bottom: 30px;
}

    ul.horizontal-bulleted li {
        background: none;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #eeeae4;
        list-style-type: none;
        width: 100%;
        display: block;
        line-height: 28px;
        font-size: 1rem;
    }

        ul.horizontal-bulleted li:before {
            content: "\f00c";
            color: #a9d7db;
            display: inline-block;
            font-family: FontAwesome;
            font-size: 14px;
            line-height: 11px;
            margin-right: 5px;
            padding: 5px;
            text-decoration: none;
            width: 10px;
        }

table.list tr td ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_blProperties li {
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block;
    line-height: 36px;
    font-size: 1rem;
}

body.hso_area_area_info_cm table.tbl_list td {
    padding-left: 6px;
}

body.hss_object_objectdetailstemplateb ul.horizontal-bulleted li {
    background-position: 0 12px;
    clear: both;
    display: block;
    line-height: 28px;
    padding-top: 0;
    width: 100%;
}

.mypage_list.contract_list,
.mypage_list.rent a {
}

    .mypage_list.contract_list a.bulleted:before,
    .mypage_list.rent a:before {
        content: "\f054";
        color: #a9d7db;
        font-family: FontAwesome;
        font-size: 14px;
        font-style: normal;
        padding-right: 4px;
        text-decoration: none;
        display: inline-block;
    }
ul.mypage_list .ico_landlord:before {
    content: "\f007";
    color: #a9d7db;
    font-size: 18px;
    margin-right: 3px;
}
.box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
    background: transparent;
}
.box-secondary h3, .secondary h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.fa-search:before {
    content: "\f002";
    font-size: 0.85em;
    position: relative;
    left: -10px;
    top: -4px;
    color: #003c4b;
}

.box-primary div.title-icon, .box-secondary div.title-icon {
    display: none;
}

div.rental div.box-inner div.list ul li.right a.bulleted {
    background: #003c4b;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 5px 12px;
    border-radius: 28px;
    font-weight: 700;
}

    div.rental div.box-inner div.list ul li.right a.bulleted:before {
        font-size:12px;
    }

div.residentInfo.residentLinks ul.mypage_list.link_list li a {
    color: #003c4b;
    font-size: 1rem;
    text-decoration: underline;
    
}
div.list ul {
    clear: unset;
    width: 100%;
    float: left;
    margin-bottom: 4px;
}
    div.list ul li.left {
        float: left;
        line-height: 28px;
    }
ul.mypage_list .ico_rentalinfo:before {
    content: "\f05a";
    font-size: 18px;
}

.box-secondary div.resident {
    position: relative;
}

div.residentInfo {
    display: inline-block;
    float: left;
    width: 100%;
}

    div.residentInfo.residentLinks {
        bottom: 0;
        border-top: 1px solid #d6d6d6;
        float: right;
        font-size: 14px;
        left: 0;
        padding: 3px 0 0 0;
        position: relative;
        right: 0;
        text-decoration: none;
        width: 100%;
    }

        div.residentInfo.residentLinks h4 {
            font-style: normal;
            line-height: 18px;
            margin-top: 18px;
        }

        div.residentInfo.residentLinks a {
            text-decoration: none;
            color: #595959;
        }

        div.residentInfo.residentLinks .alignright {
            float: right;
            width: 100%;
        }

        div.residentInfo.residentLinks ul.mypage_list.link_list {
            float: left;
            width: 100%;
            margin-bottom: 0;
        }

            div.residentInfo.residentLinks ul.mypage_list.link_list li {
                display: block;
                margin-right: 3px;
            }

                div.residentInfo.residentLinks ul.mypage_list.link_list li a {
                    color: #003c4b;
                }

div.interest a.bulleted {
    display: block;
    margin-top: 10px;
}

ul.mypage_profile_interest_header h4 {
    font-size: 1.25rem;
    margin-top: 13px;
    margin-bottom:15px;
    background: transparent;
    color: #fff;
    font-weight: 400;
}

ul.mypage_profile {
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 10px;
    list-style-type: none;
    padding-top: 15px;
}

ul.mypage_profile {
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 10px;
    list-style-type: none;
}

    ul.mypage_profile li {
        margin-bottom: 3px;
    }

div.areanews div.box-inner table tbody tr td a.bulleted {
    width: 100%;
    display: block;
    color:#003c4b;
}
div.areanews div.box-inner {
    background:#a9d7db;
    color:#003c4b;
}
    div.areanews div.box-inner a.bulleted:before {
        content: "\f054";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #003c4b;
        text-decoration: none;
        font-size: 1rem;
        display: inline-block;
    }
    div.areanews div.box-inner a.bulleted,
    div.areanews-archive table.gridlist tbody tr td.content-column a {
        color: #003c4b;
        font-weight: 700;
        font-size: 1.2rem;
    }
div.areanews div.archive a.bulleted {
    font-weight: normal;
    font-size: 1rem;
}

div#Table28.TableSummary.subst-table {
    padding: 20px;
    box-sizing: border-box;
    background: #f6f6f6;
}

.TableSummaryMainTR {
    background: #f6f6f6;
}

ul.TableSummaryMainTR.subst-row.subst-row-full li div.subst-table ul.subst-row.subst-row-full li.subst-cell-full span,
ul.TableSummaryMainTR.subst-row.subst-row-full li ul.subst-row.subst-row-full li.subst-cell-full span {
    font-size: 21px;
    font-family: Roboto, sans-serif,Helvetica,Arial,sans-serif;
    line-height: 1.3;
    color: #003c4b;
}

div.interest-header {
    padding: 6px 10px;
    background: #003c4b;
    color: #fff;
    border: none;
}

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: 1rem;
}

div.interest-objectinfo {
    width: 84%;
    box-sizing: border-box;
}

div.interest-interestinfo {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    margin-top: 13px;
}

    div.interest-interestinfo table tbody tr td a {
        background-color: #003c4b;
        color: #fff;
        padding: 3px 14px;
        display: inline-block;
        border-radius: 4px;
        margin-bottom: 4px;
        text-decoration: none;
    }

        div.interest-interestinfo table tbody tr td a: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: #003c4b;
        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: #003c4b;
            font-family: FontAwesome;
            font-size: 1rem;
            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: #003c4b;
            padding: 0;
            font-weight: normal;
            text-decoration: none;
        }

div.interest-footer {
    border: none;
    padding: 6px 10px;
}

table tbody tr td div.interest-footer {
    background: #f6f6f6;
    border-radius: 4px;
}

    table tbody tr td div.interest-footer p {
        background-image: none;
        padding: 0 0 0 10px;
        margin: 6px 0 6px 0px;
        color: #323232;
    }

        table tbody tr td div.interest-footer p:before {
            content: "\f05a";
            color: #003c4b;
            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: 1rem;
}

div.interest-header .alert {
    color: #fff;
}


.col75 img {
    max-width: 940px;
}

.col50 img {
    max-width: 584px;
}
.col25 .box-inner img {
    max-width: 284px;
}
.divider {
    height: 20px;
}

.fa-facebook-square:before {
    content: "\f082";
    color: #fff;
}

.fa-linkedin:before {
    content: "\f0e1";
    color: #fff;
}

.fa-youtube-square:before {
    content: "\f166";
    color: #fff;
}

.footer-social-media {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    width: 100%;
}

    .footer-social-media p {
        font-size: 2rem;
        margin-right: 1rem;
        margin-left: 1rem;
        margin-bottom: 0;
    }

div.user label {
    
}

h3#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblOfferHistoryHeader,
h3#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblObjectInterestHeader,
h3#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblOfferHeader {
    margin-top: 5px;
}

div.rental h3.available {
    border-top: 1px solid #d6d6d6;
    padding-top: 20px;
    font-size: 24px;
    margin-top: 20px;
}

div.list ul li.right a.bulleted {
    text-decoration: none;
}

.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;
}


div.cookie-header {
    background: #003c4b;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 20px;
    box-sizing: border-box;
}

    div.cookie-header a.cookieCheckLink {
        color: #fff;
    }

    div.cookie-header input.btn {
        display: block;
        margin: 20px auto 0;
        background: #a9d7db;
        border: none;
        color: #003c4b;
        font-size: 1rem;
        font-weight: 700;
    }
        div.cookie-header input.btn:hover {
            text-decoration:underline;
        }

        .global-rss {
            display: none !important;
        }

div.siteFooterTopContainer {
    padding:1.5em 0;
}
div.siteFooterTopContainer div.siteFooterTop ul {
    margin: 0;
    list-style-type: none;
}
div.siteFooterTopContainer div.siteFooterTop ul li {
    margin: 0;
    list-style-type: none;
    float:left;
}
div.siteFooterTopContainer div.siteFooterTop a {
    text-decoration:underline;
    color:#fff;
}
    div.siteFooterTopContainer div.siteFooterTop li.phone span:before {
        content: "\f095";
        font-family: FontAwesome;
        margin-right: 5px;
        font-size: 27px;
        color: #fdba4a;
        text-decoration: none;
        display: inline-block;
        transform: rotate(45deg);
        top: 3px;
        position: relative;
    }
div.siteFooterTopContainer div.siteFooterTop li.mail span:before {
    content: "\f0e0";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 26px;
    color: #fdba4a;
    text-decoration: none;
    display: inline-block;
}
    div.siteFooterTopContainer div.siteFooterTop li.login {
        float:right;
    }
        div.siteFooterTopContainer div.siteFooterTop li.login span {
            float: right;
            background: url(../Img/lock-orange.png) no-repeat;
            background-position: 15px 9px;
            padding: 8px 8px 8px 40px;
        }
div.siteFooterTopContainer div.siteFooterTop ul li {
    margin-right:20px;
}

div.debt p.errorreport a#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_hlAddOrder1,
div.debt p.errorreport a#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_hlAddOrder2 {
    background: #a9d7db;
    border-radius: 4px;
    margin-left: 0;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #003c4b;
    font-size: 17px;
    text-align: center;
}

    div.debt p.errorreport a#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_hlAddOrder1:hover,
    div.debt p.errorreport a#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_hlAddOrder2:hover {
        background: #003c4b;
        color:#fff;
    }
div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divNewServiceOrder1.debt {
    background:transparent;
    border:none;
    padding:0;
}

div.debt.tfcorrespondence div label {
    font-size: 15px;
    margin-left: 6px;
}

div.invoice, div.debt {
    background:#f6f6f6;
}



/** Google Translate **/
#google-translate-container {
    position: absolute;
    right: 0;
    z-index: 3000;
    top: 12px;
}

#google_translate_element {
    display: block;
    font-size: 15px;
}

.goog-te-gadget-simple {
    border-radius: 4px;
    padding: 2px 7px 4px;
    border-color: #c6cbd0 !important;
}

select.goog-te-combo {
    font-family: Roboto, sans-serif;
    color:#003c4b;
    font-size:0.85rem;
}

.goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2 *, .goog-te-balloon * {
    background: rgba(0, 0, 0, 0.005);
    /*    background-image: url(../Img/Google-G-Logo.svg);*/
    background-repeat: no-repeat;
    background-color: #fff;
    color: #444 !important;
    background-size: 18px;
    background-position: 84% 4px;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

    .goog-te-gadget .goog-te-combo {
        margin: 2px 0 !important;
    }

#google-translate-container:after {
/*    content: url(../Img/Google-G-Logo.svg);
    position: absolute;
    height: 18px;
    width: 16px;
    top: 6px;
    right: 25px;*/
}

select.goog-te-combo {
    float: right !important;
    height: 30px;
    border-radius: 0;
    line-height: 30px;
    /*    background: rgba(0, 0, 0, 0.005);*/
}

#google_language_translator a {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-gadget {
    font-size: 0px !important;
}

.goog-branding {
    display: none;
}

.goog-tooltip {
    display: none !important;
}

    .goog-tooltip:hover {
        display: none !important;
    }

#google_language_translator select.goog-te-combo {
    color: #32373c;
}

#flags {
    display: none;
}

.goog-te-banner-frame {
    visibility: hidden !important;
}

body {
    top: 0px !important;
}

ul.form li.value table#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_chkAreas.no-border tbody tr td {
    padding: 4px 10px;
}
.removeInterestBox {
    padding: 20px;
    box-sizing: border-box;
}
.removeInterestBox > div.pageSubHeader {
    padding: 0;
}
div.removeInterestBox div.pageSubHeader {
    margin:0;

}
table.box.secondary.col25 tbody tr td.box-outer.box-inner p {
    margin-bottom: 0.65rem;
}

li.showonmap span {
    padding-left: 20px;
    background-size: 16px;
}
.templatelist.block.objectlist .image {
    width: 100%;
    height: 12rem;
}
ul.templatelist.block.objectlist li:nth-of-type(8n+2) {
    padding:0;
}
ul.templatelist.block li img:not(.image):first-child {
    margin-left: 0em;
}

.hss_interest_student #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divSubscription {
    display:none;
}