/*
 * Main stylesheet for the new cleaned structure.
 *
 * 181023 VIPHI
 */
/* 
 * General
 */


html {
}

body {
    font-family: "Spline Sans", sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 26px;
    background-color: rgb(238, 238, 238);
}

form {
    padding-bottom: 0;
    width: 100%;
}

div.cookie-header {
    background-color: #FFCBFF;
    color: #004D66;
    padding: 8px;
    text-align: center;
    font-size: 15px;
}
input, textarea, select {
}

pre, code, kbd {
}

strong, b {
}

em {
    font-size: 15px;
    font-weight: 600;
}

.ingress {
    color: #000000;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.05px;
    line-height: 30px;
}

.pre-amble {
}

.alert {
}

strong em {
    font-weight: bold;
}

a {
    color: #004D66;
}
    a:hover {
        color: #52156f
    }

/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Spline Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

h1 {
    color: #051033;
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
}

    h1.pagetitle, h2.pagetitle {
        color: #051033;
        font-size: 56px;
        font-weight: 600;
        line-height: 64px;
    }

div.siteContent h1 {
    margin-bottom: 20px;
}

h2 {
    color: #051033;
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
}

h3 {
    color: #051033;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
}

h4 {
    color: #051033;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}

h5 {
    color: #051033;
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
}

h6 {
    color: #051033;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

h2.header, h3.header {
}

.siteHeader h1 {
}
/*
 * Main site containers 
 */
div.siteHeader-container,
div.siteMain-container,
div.siteFooter-container,
div.siteInfo-container,
div.siteBreadcrumbs-container {
    width: 1440px;
    position: relative;
    margin: 0 auto;
    background: #fff;
}

div.siteHeader-container {
    border-bottom: 1px solid #E6E6E6;
}

div.siteMain-container {
    background-color: #F8F8F8;
    padding-top: 0;
    padding-bottom: 40px;
}

body.default div.siteMain-container {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

div.siteBreadcrumbs-container {
    background: unset;
    float: left;
    width: 100%;
}

div.siteFooter-container {
    background: #000;
    position: relative;
    overflow: hidden;
    padding: 0 0;
}

div.siteHeader,
div.siteMain,
div.siteFooter,
div.siteInfo,
div.siteBreadcrumbs {
    width: 1080px;
    margin: 0 auto;
}

div.global-authorization {
    background: transparent;
    display: inline-block;
    position: relative;
    right: 0;
    float: right;
}

.siteTopLinks-inner {
    width: 1440px;
    background: #F8F8F8;
    border-bottom: 1px solid #DEE1E5;
    margin: 0 auto;
    position: relative;
    height: 37px;
    padding-right: 177px;
    box-sizing: border-box;
}

div.siteMain {
    padding-bottom: 0;
    position: relative;
}

div.siteFooter {
    position: relative;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
}

    div.siteFooter .col33 {
        width: 32.1937321937322%;
    }

        div.siteFooter .col33.alignleft {
            margin-right: 20px;
        }

div.siteInfo-container {
    background: #000;
    color: #fff;
    padding: 10px 0;
    font-size: 13px;
}

div.siteInfo ul,
div.siteInfo ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
    color:#fff;
}
/*
 * Site header
 */
div.siteHeader {
    padding: 16px 0 14px;
}

div.siteLogo {
    float: left;
    width: auto;
    position: relative;
    top: 0;
}

    div.siteLogo img {
        width: 4em;
    }
    div.siteLogo a#ctl00_ctl01_hlHome {
        font-size: 2em;
        color: #000;
        text-decoration: none;
        color: #051033;
        font-family: "Spline Sans", sans-serif;
        font-weight: 600;
    }

    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
        color: #004D66;
        font-size: 13px;
        font-weight: 300;
        padding: 0;
        margin-right: 15px;
        position: relative;
        top: 4px;
    }

    div.global-unauthorized-login a, div.global-unauthorized-register a, div.global-authorized-mypages a, div.global-authorized-logout a, div.global-language a, div.global-rss a {
        color: #004D66;
        text-decoration: none;
        padding: 0;
        line-height: 21px;
    }
/*
 * Sidebar container 
 */
div.siteSidebar {
    margin-top: 54px;
    margin-bottom: 30px;
}

/*
 * Content containers 
 */
div.siteContentHeader {
    margin-top: 0;
    margin-bottom: 20px;
    background: #fff;
    width: 100%;
    position: relative;
    padding: 70px 0 60px;
    box-sizing: border-box;
    text-align: center;
}

    div.siteContentHeader h1.pagetitle {
        max-width: 60%;
        text-align: center;
        margin: 0 auto;
    }


    div.siteContentHeader p {
        color: #000000;
        font-family: "Open Sans";
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0.05px;
        line-height: 30px;
        text-align: center;
        width: 50%;
        margin: 30px auto;
        display: block;
    }

div.siteContent {
    padding-top: 40px;
}

div.siteContentFull {
    position: relative;
}

div.siteContentPopup {
}

div.siteContentIframe {
}

/*
 * Footer elements 
 */
div.siteBreadcrumbs {
    float: none;
    color: #004D66;
    font-family: "Open Sans";
    font-size: 13px;
    letter-spacing: 0.03px;
    line-height: 22px;
    text-decoration: none;
}

    div.siteBreadcrumbs a {
        color: #004D66;
        text-decoration: none;
    }

    div.siteBreadcrumbs b {
        color: #004D66;
        font-weight: normal;
    }

    div.siteBreadcrumbs a:hover {
        color: #52156f;
    }

div.siteOptions {
}

div.siteContact {
}

div.siteLogos {
}

ul.siteOptions {
}

    ul.siteOptions li {
    }

/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {
}

.col100 {
}

.col75 {
}

.col50 {
}

.col37 {
}

.col33 {
}

.col25 {
}

.page-popup {
}

/*
 * Errormessage control
 */
div.errormsg {
}

div.erroricon {
}

div.errortext {
    font-size: 14px;
    line-height: 24px;
}

ul.mypage_profile_interest_header h4 {
    font-size: 21px;
    margin-top: 3px;
}

div.interest-header {
    padding: 6px 10px;
    background-color: #004D66;
    border-color: #004D66;
    color: #FFCBFF;
    font-weight: 600;
}

    div.interest-header p.content-left span {
        color: #fff;
    }

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: 13px;
}

div.interest-objectinfo {
    width: 81%;
}

div.interest-interestinfo {
    height: auto;
    width: 790px;
}

    div.interest-interestinfo table tbody tr td a {
        background-color: #004D66;
        color: #FFCBFF;
        padding: 3px 14px;
        display: inline-block;
        border-radius: 4px;
        margin-bottom: 4px;
        text-decoration: none;
    }

        div.interest-interestinfo table tbody tr td a:first-of-type {
            background-color: red;
            display: none;
        }

    div.interest-interestinfo table tbody tr td {
        width: auto;
        float: right;
        display: inline;
    }

    div.interest-interestinfo table tbody tr:first-child td:first-child {
        float: left;
    }

    div.interest-interestinfo table tbody tr:last-child td {
        float: left;
    }

    div.interest-interestinfo table tbody tr td a.image,
    div.interest-interestinfo table tbody tr td a.planning {
        background: none;
        display: inline-block;
        float: left;
        color: #000;
        padding: 0;
        font-weight: normal;
        margin-right: 15px;
        text-decoration: none;
    }

        div.interest-interestinfo table tbody tr td a.image:before,
        div.interest-interestinfo table tbody tr td a.planning:before,
        div.interest-interestinfo table tbody tr td div.right a:last-of-type:before {
            content: "\f054";
            color: #004D66;
            font-family: FontAwesome;
            font-size: 16px;
            padding-right: 4px;
            text-decoration: none;
            top: 1px;
            position: relative;
        }

        div.interest-interestinfo table tbody tr td a.image:before {
            content: "\f03e"
        }

        div.interest-interestinfo table tbody tr td a.planning:before {
            content: "\f15b"
        }

    div.interest-interestinfo table tbody tr td div.right {
        float: left;
    }

        div.interest-interestinfo table tbody tr td div.right a {
            background: none;
            display: inline-block;
            float: left;
            color: #000;
            padding: 0;
            font-weight: normal;
            text-decoration: none;
        }

table tbody tr td div.interest-footer {
    background: #fff;
}

    table tbody tr td div.interest-footer p {
        background-image: none;
        padding: 0 0 0 10px;
        margin: 2px 0 4px 0px;
        color: #000;
    }

        table tbody tr td div.interest-footer p:before {
            content: "\f05a";
            color: #004D66;
            font-family: FontAwesome;
            font-size: 26px;
            padding-right: 12px;
            text-decoration: none;
            top: 4px;
            position: relative;
        }

/*
 * Search area
 */
div.search_area {
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    overflow: hidden;
    right: 0;
    width: 40px;
    position: absolute;
    float: right;
    top: 15px;
    right: 180px;
    background: #fff;
    margin-left: 0;
    padding: 1px 4px 0 0;
    display:none;
}

    div.search_area:hover {
        border-color: #004D66;
        background: #004D66
    }

    div.search_area .search_field {
        background: transparent;
        border: 0;
        font-size: 11px;
        padding: 0px 7px;
        position: relative;
        top: 0;
        width: 168px;
        box-shadow: none;
        float: left;
        display: none;
    }

    div.search_area .btn_search {
        border: none;
        color: #8C8C8B;
        background: transparent url(../Img/ico-search.png) no-repeat 0 0;
        background-size: 36px 36px;
        height: 37px;
        padding: 0;
        text-indent: -9999px;
        text-transform: uppercase;
        width: 35px;
        cursor: pointer;
        margin-top: 0;
        margin-right: 0;
        box-shadow: none;
    }

        div.search_area .btn_search:hover {
            background: transparent url(../Img/ico-search-hover.png) no-repeat 0 0;
        }

div.page-col75.col75.search_results p span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblSearch {
    color: #051033;
    font-family: "Spline Sans", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
}
/*
 * Menus
 */
ul.submenu {
    background: unset;
}

ul.topmenu li a {
}

ul.submenu li {
    font-size: 100%;
}

/*** Link styles ***/
ul.submenu a {
    color: #004D66;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04px;
    line-height: 24px;
    text-decoration: none;
    border-color: #E6E6E6;
    padding: 6px 0 6px;
}

    ul.submenu a:hover {
        color: #004D66;
    }

ul.submenu ul {
}

    ul.submenu ul a {
        color: #004D66;
        font-family: "Open Sans";
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.04px;
        line-height: 24px;
    }

ul.submenu li.selected a {
    color: #000000
}
/*ul.submenu ul a {
    padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 2px;
}*/
/*ul.submenu ul li.first a {
    padding-top: 6px;
}
ul.submenu ul li.last a {
    padding-bottom: 6px;
}*/
ul.submenu a,
ul.submenu ul a,
ul.submenu ul ul a {
    line-height: 28px;
}

ul.submenu ul a,
ul.submenu ul ul a {
    color: #004D66;
}

ul.submenu ul a {
    padding-left: 30px;
}

ul.submenu ul ul a {
    padding-left: 45px;
}


/*** Special styles ***/
ul.submenu li.expanded {
}

ul.submenu li.collapsed {
}

ul.submenu li.selected, ul.submenu li.childselected {
}

    ul.submenu li.selected ul, ul.submenu li.childselected ul {
        font-weight: normal;
        padding-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;
}

/*** Special styles ***/
ul.submenu li.expanded:before {
    content: url(../Img/ico-forward-grey.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    margin-top: 6px;
}

ul.submenu li.collapsed:before {
    content: url(../Img/ico-forward-grey.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    margin-top: 9px;
}
/*ul.submenu li.expanded.selected.first > a,
ul.submenu li.selected > a {
    border-bottom:2px solid #b0c204;
}*/
ul.submenu li.expanded.selected:before,
ul.submenu li.selected:before {
    content: url(../Img/ico-forward-orange.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    margin-top: 9px;
}

ul.submenu li.selected:before {
    content: url(../Img/ico-forward-orange.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    margin-top: 9px;
}

/*ul.submenu li.collapsed a,
ul.submenu li.expanded.childselected.first > a {
    border-bottom:2px solid #b0c204;
    padding-bottom: 10px;
}*/
ul.submenu li.expanded.childselected:before {
    content: url(../Img/ico-forward-orange.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    margin-top: 9px;
}

ul.submenu li.expanded a {
    border: none;
}

ul.submenu li.expanded ul li.last {
}

ul.submenu li:hover:before {
    content: url(../Img/ico-forward-orange.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    margin-top: 9px;
}

ul.submenu li.expanded ul li.selected a {
    font-weight: 600;
}

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: url(../Img/ico-forward-orange.png);
}

ul.submenu li ul li ul li.expanded.selected:before, ul.submenu li ul li ul li.selected:before {
    content: url(../Img/ico-forward-orange.png);
}

ul.submenu li ul li.expanded.selected:before {
    content: url(../Img/ico-forward-orange.png);
}

ul.submenu li ul li.expanded.selected:hover:before,
ul.submenu li ul li.collapsed.selected:hover:before {
    content: url(../Img/ico-forward-orange.png);
}

ul.submenu li ul li.selected:before {
    content: url(../Img/ico-forward-orange.png);
}

ul.submenu li ul li:hover:before {
    content: url(../Img/ico-forward-orange.png);
}

ul.submenu li ul li.selected:hover:before {
    content: url(../Img/ico-forward-orange.png);
}

ul.submenu li ul li.collapsed:hover:before,
ul.submenu li ul li.expanded:hover:before {
    content: url(../Img/ico-forward-orange.png);
}

ul.submenu li.collapsed:hover:before,
ul.submenu li.expanded:hover:before {
    content: url(../Img/ico-forward-orange.png);
}

ul.submenu li.collapsed.selected:hover:before,
ul.submenu li.expanded.selected:hover:before {
    content: url(../Img/ico-forward-orange.png);
}

ul.submenu li.selected:hover:before {
    content: url(../Img/ico-forward-orange.png);
}

ul.submenu li ul li.collapsed:hover:before,
ul.submenu li ul li.expanded:hover:before {
    content: url(../Img/ico-forward-orange.png);
}

ul.submenu li.expanded.childselected:before,
ul.submenu li ul li.expanded.childselected:before {
    content: url(../Img/ico-forward-grey.png);
}

ul.submenu > li.expanded > a {
    padding-bottom: 0;
    color: #051033;
}

/*
 * Search area
 */
div.search_area .btn_search {
}

/*
 * Boxes
 */
.box {
}

.primary h3, .secondary h3 {
}

.primary h3 {
}

.secondary h3 {
}

.box-rental h2, .box-resident h2 {
}

h2.localnews {
}

span.button-list input {
}

a.link-large {
}

.siteBreadcrumbs, .siteOptions {
}

.siteBreadcrumbs {
}

.siteContact {
}

div.siteHeader table {
}

ul.form {
}

.box ul.form {
}

.pageFooter input {
}

div.navbar div.text {
}

    div.navbar div.text a {
        color: #004D66;
    }

.tbl_list {
}

.tbl_cell_list_header {
}

.tbl_grid {
}

.agreetext, .infotext {
    line-height: 15px;
    font-size: 12px;
}

/*@import url("CM.css");*/

/* 
 * Snippets 
 */
.tbl_snippets_main {
}

.tbl_snippets_main_70 {
}

.tbl_snippets_main_hss {
}

.tbl_cell_snippet_spacer {
}

.tbl_cell_snippet_33 {
}

.tbl_cell_snippet_50 {
}

.tbl_cell_snippet_70 {
}

.tbl_cell_snippet_100 {
}

.link {
}

/*
 * Paragraphs
 */
p {
    margin-bottom: 20px;
    color: #000;
    font-family: "Open Sans";
    font-size: 15px;
    letter-spacing: 0.04px;
    line-height: 24px;
}

    p.mul-img img {
    }

    p.mul-plan img {
    }

    p.pNoEntries {
    }

/*
 * Hyperlinks
 */
a.image {
}

a.planning {
}

a.bulleted {
    color: #004D66;
    text-decoration: none;
}

    a.bulleted:before,
    span.bulleted:before {
        content: "\f054";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #004D66;
        text-decoration: none;
        font-size: 14px;
        display: inline-block;
    }

    a.bulleted:hover {
        text-decoration: underline;
    }

a.icon-areainfo img {
}

/*
 * Form elements
 */
input, select, textarea {
    font-size: 13px;
}

input, textarea {
    height: 24px;
}

select {
    height: 35px;
}

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 {
    background: #004D66;
}

.btn, .btn-disabled, .btn_search {
    color: #FFCBFF;
    height: 36px;
    padding: 4px 12px 6px;
    font-size: 14px;
    line-height: 23px;
    text-shadow: none;
    border: 1px solid #004D66;
    border-radius: 3px;
    background: #004D66;
    font-weight: 600;
}

.btn-disabled {
    border: 1px solid #DEE1E5;
    background: #DEE1E5;
    color: #fff;
}

.btn:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.btn_interest:hover {
    background: #000;
    color: #fff;
    transition: background .25s ease-in-out;
}

div.loginarea input.btn {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0 10px;
    height: 50px;
}

.register-interest input[type="submit"] {
    font-family: "Spline Sans", sans-serif;
    font-size: 14px;
    color: #004D66;
    background: #fff;
    cursor: pointer;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    border: 1px solid #004D66;
}

    .register-interest input[type="submit"]:hover {
        background: #004D66;
        cursor: pointer;
        color: #fff;
    }

/*** Input element default sizes ***/
.col50 .box-inner .textbox,
.col75 .box-inner .textbox {
}

.col50 .box-inner .textarea,
.col75 .box-inner .textarea {
}

/*
 * Horizontal rule 
 */
hr {
    width: 100%;
    height: 0;
    border-top: 6px dotted #DEE1E5;
    background-color: transparent;
    color: #DEE1E5;
    margin: 18px 0 20px;
}

/*
 * Button list
 */
span.button-list input, span.button-list a {
}

span.button-list a {
}

    span.button-list a.selected {
    }

.rentalinfo input, .rentalinfo a {
}

/* 
 * Navigation bar
 */
div.navbar {
    float: right;
    margin: 0 0 20px
}

    div.navbar:after {
        content: '';
        clear: both;
        display: block
    }

    div.navbar .buttons {
        float: left
    }

        div.navbar .buttons .btn {
            background-color: #004D66;
            background-image: none;
            border-color: #004D66;
            border-image: none;
            border-radius: 3px;
            border-style: unset;
            border-width: 1px;
            box-shadow: none;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-size: 14px;
            line-height: 28px;
            height: 28px;
            margin-bottom: 0;
            padding: 4px 11px;
            text-align: center;
            text-shadow: none;
            vertical-align: middle;
            text-decoration: none;
            width: 15px;
        }

        div.navbar .buttons .nojsbuttons .btn {
            height: 30px
        }

        div.navbar .buttons .btn.first:before {
            content: "\f100";
            font-family: FontAwesome;
            font-size: 22px;
        }

        div.navbar .buttons .btn.prev:before {
            content: "\f104";
            font-family: FontAwesome;
            font-size: 22px;
        }

        div.navbar .buttons .btn.next:before {
            content: "\f105";
            font-family: FontAwesome;
            font-size: 22px;
        }

        div.navbar .buttons .btn.last:before {
            content: "\f101";
            font-family: FontAwesome;
            font-size: 22px;
        }

        div.navbar .buttons .btn.first:hover, div.navbar .buttons .btn.prev:hover, div.navbar .buttons .btn.next:hover, div.navbar .buttons .btn.last:hover {
            background-color: #004D66;
            background-image: none;
            background-repeat: repeat-x
        }

        div.navbar .buttons .btn.first.dimmed, div.navbar .buttons .btn.prev.dimmed, div.navbar .buttons .btn.next.dimmed, div.navbar .buttons .btn.last.dimmed {
            background-color: #EAEAEA;
            background-image: none;
            border-color: #d3d3d3;
            color: #aaa;
            cursor: default
        }

    div.navbar .text {
        background: #004D66;
        border-color: #004D66;
        border-image: none;
        border-radius: 3px;
        border-style: unset;
        border-width: 1px;
        box-shadow: none;
        display: block;
        margin: 0 5px;
        padding: 4px 12px;
        text-shadow: none;
        vertical-align: middle;
        text-decoration: none;
        float: left;
        width: 220px;
        color: #fff;
        font-size: 13px;
        line-height: 28px;
        text-align: center;
        font-weight: 600;
    }

        div.navbar .text a {
            text-decoration: underline
        }

        div.navbar .text .left {
            float: left
        }

        div.navbar .text .right {
            float: right
        }
/*
 * Page form header & footer
 */
div.pageHeader, div.pageSubHeader {
    background: #004D66;
    color: #FFCBFF;
    font-weight: 600;
    font-size: 16px;
    padding: 7px 14px;
    border: none;
}

div.pageFooter {
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    padding: 7px;
    border-color: #DEE1E5;
}

    div.pageFooter input {
        margin: 0;
    }

    div.pageFooter span {
        line-height: 17px;
    }

/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}

div.validator-valid {
}

div.validator-unvalid {
}

span.validation-summary {
    font-size: 15px;
    color: #c00;
    font-weight: 600;
}

span.forminfo-icon {
}

span.forminfo-text {
}

/*
 * Landlord presentation
 */
div.landlord-area {
}

div.landlord-img {
}

    div.landlord-img img {
    }

ul.landlord-list {
}

    ul.landlord-list li {
    }

        ul.landlord-list li div.label {
        }

/* 
 * Image text 
 */
div.image-text-basic {
}

    div.image-text-basic img {
    }

div.article {
}

/* 
 * Parking-direct & Object-direct & Storage-direct
 */
span.ico_p-direct, span.ico_object_direct, span.ico_storage-direct {
}

span.ico_p-direct {
}

span.ico_object_direct {
}

span.ico_storage-direct {
}

/* NEWS DATE */
span.newsdate {
    color: #004D66;
    font-size: 15px;
    margin-bottom: 9px;
    display: inline-block;
    font-weight: 600;
    color: #7A838E;
    font-style: normal;
    margin-right: 10px;
}

div.news-area div.col33.alignright.press.column span.newsdate {
    margin-bottom: 4px;
}

/* COMMENT*/
span.comment {
}

/* 
 * Table list
 */
table.tbl_list {
}

    table.tbl_list tr td {
    }

    table.tbl_list tr.tbl_cell_list_header td {
    }

/* 
 * Table grid
 */
table.tbl_grid {
}

    table.tbl_grid tr td {
    }

.headerstyle {
}

.alternate {
}

/*
 * Control specific styles
 */

div.ImageTextStyles.Image img {
    width: 100%;
    position: relative;
}

div.ImageTextStyles {
}


/*
 * Search Area Results
 */
div.search_results {
}

    div.search_results .search_textfield_area {
    }

    div.search_results .navbar {
    }

div.siteMenu-container {
    background: #fff;
    color: #004D66;
    padding: 0 0 12px;
    margin-bottom: 0;
    border-bottom: 1px solid #b7cada;
}

    div.siteMenu-container:after {
        content: "";
        clear: both;
        display: block;
    }

/*** Setup basic menu look ***/
ul.topmenu {
    width: auto;
    margin: 0 auto;
    text-align: left;
    float: right;
    display: inline-block;
    position: relative;
    top: 0;
    right: 10px;
}

    ul.topmenu li {
        float: left;
    }

        ul.topmenu li a {
            padding: 6px 16px;
            color: #004D66;
            text-decoration: none;
            font-size: 15px;
            font-weight: 300;
            letter-spacing: -0.25px;
            font-weight: 400;
        }

            ul.topmenu li a:hover {
                color: #000;
            }

        /*** Selected item or selected child-item ***/
        ul.topmenu li.selected, ul.topmenu li.childselected {
        }

            ul.topmenu li.selected a, ul.topmenu li.childselected a {
                font-weight: 400;
                color: #000;
            }

                ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
                    color: #000;
                    text-decoration:underline;
                }

        ul.topmenu li.last {
            border: 1px solid #E6E6E6;
            border-radius: 3px;
            position: relative;
            top: -1px;
            margin-left: 20px;
        }

            ul.topmenu li.last a {
                color: #999;
            }

                ul.topmenu li.last:hover,
                ul.topmenu li.last a:hover {
                    color: #000;
                    border-color: #000;
                }

/*@import url("Elements/SubMenu.css");*/

/*** Element padding ***/
ul.submenu {
}

    ul.submenu ul {
    }

        ul.submenu ul a {
        }

        ul.submenu ul ul a {
        }

    /*** Link styles ***/
    ul.submenu a {
    }

        ul.submenu a:hover {
        }

    /*** Special styles ***/
    ul.submenu li.expanded {
    }

    ul.submenu li.collapsed {
    }

    ul.submenu li.selected, ul.submenu li.childselected {
    }

        ul.submenu li.selected ul, ul.submenu li.childselected ul {
        }

/*
 * Ordered/Unordered lists 
 */
ul, ol {
    margin-bottom: 25px;
}

    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 li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
            font-size: 15px;
            font-weight: 300;
        }

    ul.horizontal-bulleted {
        width: 100%;
        margin-bottom: 30px;
    }

        ul.horizontal-bulleted li {
            background: none;
            padding: 0;
            margin: 0;
            border-bottom: 1px solid #eeeae4;
            list-style-type: none;
            width: 100%;
            display: block;
            line-height: 28px;
            font-size: 15px;
        }

            ul.horizontal-bulleted li:before {
                content: "\f00c";
                color: #66cc00;
                display: inline-block;
                font-family: FontAwesome;
                font-size: 14px;
                line-height: 11px;
                margin-right: 5px;
                padding: 5px;
                text-decoration: none;
                width: 10px;
            }

table.list tr td ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_blProperties li {
    background: none;
    padding: 0;
    margin: 0;
    width: auto;
    border-bottom: none;
    list-style-type: none;
    display: block;
    line-height: 28px;
    font-size: 15px;
}

div.related-content div.box-inner li.doc_document {
}

div.related-content div.box-inner li.inf_link {
}

div.related-content div.box-inner li.cm_page {
    margin-bottom: 0;
}

/*
 * Boxlist
 */
ul.boxlist {
}

    ul.boxlist li {
    }
/* 
 * FAQ List 
 */
ul.faq-list {
    border: 1px solid #FFCBFF;
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #FFCBFF;
    color: #004D66;
}

    ul.faq-list:hover {
        background: #d5aad5;
    }

    ul.faq-list li {
        padding-left: 14px;
        margin-top: 14px;
        margin-bottom: 6px;
    }

        ul.faq-list li p {
            margin-bottom: 12px;
        }

        ul.faq-list li.icon-questionmark {
            display: none;
        }

    ul.faq-list .question:before {
        content: "\f059";
        color: #004D66;
        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: #004D66;
        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 {
    line-height: 32px;
}

    ul li.maplink:before {
        content: "\f054";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #004D66;
        text-decoration: none;
        font-size: 14px;
        display: inline-block;
    }

/* 
 * ListAvailable
 */
ul.listavailable {
}

.col50 ul.listavailable li a {
}

.col25 ul.listavailable li a.align-left {
}

ul.listavailable a img {
}

.login-container {
    width: 24.35897435897436%;
    float: right;
}

.login-mypages {
    background: #004D66;
    color: #FFCBFF;
    text-align: center;
    padding: 20px 0px 30px 20px;
    box-sizing: border-box;
}

    .login-mypages h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 300;
        line-height: 46px;
    }

    .login-mypages p {
        font-size: 21px;
        color: #fff;
        font-weight: 300;
        margin-bottom: 4px;
    }

    .login-mypages .fa.fa-user-circle-o {
        font-size: 60px;
        margin-bottom: 10px;
    }

.register-mypages {
    background: #0e2e46;
    color: #fff;
    text-align: center;
    padding: 20px 0px 30px 20px;
    box-sizing: border-box;
}

    .register-mypages h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 300;
        line-height: 46px;
    }

    .register-mypages p {
        font-size: 26px;
        color: #fff;
        font-weight: 300;
    }

    .register-mypages .fa.fa-user-circle-o {
        font-size: 60px;
        margin-bottom: 10px;
    }

    .register-mypages a, .login-mypages a {
        color: #fff;
        text-decoration: none;
    }

/*
 * Thumbnail list
 */
div.thumbnail-container {
}

ul.thumbnail-list {
    width: 100%;
}

    ul.thumbnail-list img {
        border-width: 3px;
        margin: 6px;
    }

.thumbnail-container ul.thumbnail-list li {
}

    .thumbnail-container ul.thumbnail-list li.alignleft {
    }

.col25 .thumbnail-container ul.thumbnail-list li {
}

    .col25 .thumbnail-container ul.thumbnail-list li.alignleft {
    }


/*@import url("Elements/Boxes.css");*/

/*** General rules ***/
.box {
}

.box-outer {
}

.box .noheight {
}

.box-inner {
}

.box a.rss {
}

.box a img {
}

.box a.rss img {
}

td.box-inner {
}

/*** Primary ***/
.primary {
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 70px 30px -60px rgba(0,0,0,0.2), 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
}

    .primary .box-inner {
        background: #fff;
        color: #000;
        font-family: "Open Sans";
        font-size: 14px;
        letter-spacing: 0.04px;
        line-height: 24px;
    }

    .primary a {
        color: #004D66;
    }

        .primary a:hover {
            color: #52156f;
        }

    .primary.col75 .box-inner, .col75 .primary .box-outer, td.col75 .primary td.box-inner, .primary.col50 .box-inner, .col50 .box.primary .box-inner, td.col50 .primary td.box-inner, .primary.col25 .box-inner, .col25 .primary .box-inner, .primary td.box-inner {
        background: #fff;
    }

.box.primary.listavailable.col75 {
    margin-bottom: 20px;
}

.primary hr {
    margin-top: 20px;
    float: left;
    display: block;
    border-bottom-style: dashed;
    background: #fff;
}

.primary a.bulleted {
    color: #004D66;
    text-decoration: none;
}

    .primary a.bulleted:hover {
        color: #E7A2FF;
        text-decoration: none;
    }

    .primary a.bulleted:before {
        content: none;
    }

    .primary a.bulleted:after {
        content: url(../Img/ico-forward-grey.png);
        margin-left: 7px;
        top: 2px;
        position: relative;
    }

    .primary a.bulleted:hover {
        color: #E7A2FF;
        text-decoration: none;
    }

        .primary a.bulleted:hover:after {
            content: url(../Img/ico-forward-orange.png);
        }
/*** Secondary ***/
.secondary {
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 70px 30px -60px rgba(0,0,0,0.2), 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
}

    .secondary .box-inner {
        background: #fff;
        color: #000;
        font-family: "Open Sans";
        font-size: 14px;
        letter-spacing: 0.04px;
        line-height: 24px;
    }

    .secondary hr {
        background: transparent;
    }

    .secondary a {
        color: #004D66;
        text-decoration: none;
    }
        .secondary a:hover {
            color: #E7A2FF;
            text-decoration: underline;
        }

        .secondary a.bulleted {
            color: #004D66;
            text-decoration: none;
        }

            .secondary a.bulleted:before {
                content: none;
            }

            .secondary a.bulleted:after {
                content: url(../Img/ico-forward-grey.png);
                margin-left: 7px;
                top: 2px;
                position: relative;
            }

            .secondary a.bulleted:hover {
                text-decoration: underline;
                color: #E7A2FF;
            }

                .secondary a.bulleted:hover:after {
                    content: url(../Img/ico-forward-orange.png);
                }

.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size: 100%;
}

    .box-primary h3, .primary h3, .box-primary h4, .primary h4 {
        background: transparent;
        color: #051033;
        font-family: "Spline Sans", sans-serif;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: -0.29px;
        line-height: 36px;
    }

    .box-primary h5, .primary h5,
    table.box.primary.tr td.box-outer.box-inner h5 {
        background: transparent;
        color: #051033;
        font-family: "Spline Sans", sans-serif;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: -0.29px;
        line-height: 29px;
    }

    .box-primary h6 .primary h6,
    table.box.primary.tr td.box-outer.box-inner h6 {
        background: transparent;
        color: #051033;
        font-family: "Spline Sans", sans-serif;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -0.29px;
        line-height: 24px;
    }

div.rental h3, div.rental h2, div.resident h2, div.rental h2.rental, div.trade h2.trade {
    color: #051033;
    background: transparent;
    font-size: 25px;
}

    div.rental h2.rental, div.trade h2.trade {
        font-size: 28px;
        margin-bottom: 24px;
    }

.box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
    background: transparent;
    color: #051033;
    font-family: "Spline Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.29px;
    line-height: 36px;
}

div.resident h2.resident, div.rental h2, div.trade h2 {
    background: transparent;
    color: #051033;
    font-family: "Spline Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.29px;
    line-height: 36px;
}

div.rental div.title-icon {
    width: 40px;
}

div.residentInfo.residentLinks {
    background: #F8F8F8;
    padding: 7px 15px;
    border: 1px solid #DEE1E5;
    box-sizing: border-box;
}

    div.residentInfo.residentLinks h4 {
        font-size: 21px;
    }

ul.form li.type h2 {
    font-size: 21px;
    line-height: 29px;
}

table.col75 tbody tr td.col25 h2,
table.box.primary.col25 tbody tr td.box-outer.box-inner h3 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 5px;
}

table.box.col25 tbody tr td.box-outer.box-inner p,
table.col75 tbody tr td.col25.alignright p {
    font-size: 13px;
    line-height: 22px;
}
/*** Login Control ***/
.col25 div.loginarea span {
    margin-bottom: 7px;
}

.col37 div.loginarea span {
}

.col37 div.loginarea input {
}

    .col37 div.loginarea input.btn {
    }


/** Grids.css **/
/*
 * Table grid list
 */
div.grid {
}

table.gridlist {
    font-size: 14px;
    margin-bottom: 30px;
}

    table.gridlist tr.headerrow {
        border: 1px solid #004D66;
        background-color: #004D66;
    }

    table.gridlist tr.marked {
    }

    table.gridlist tr.dimmed {
    }

    table.gridlist td {
    }

        table.gridlist td.header, tr.header td {
            background: unset;
            color: #FFCBFF;
            padding: 6px 10px;
        }

            table.gridlist td.header:first-of-type {
                padding-left: 10px;
            }

            table.gridlist td.header:last-of-type {
                padding-left: 2px;
            }

            table.gridlist td.header a, tr.header td a {
                background-color: #004D66;
                color: #FFCBFF;
            }

                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: #004D66;
                    color: #FFCBFF;
                }

                table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                    background-color: #004D66;
                }

.box-primary table.gridlist td.listitem-even, .box-primary tr.listitem-even td,
.box-secondary table.gridlist td.listitem-even, .box-secondary tr.listitem-even td,
.box table.gridlist td.listitem-even, .box tr.listitem-even td,
.box-primary table.gridlist td.listitem-odd, .box-primary tr.listitem-odd td,
.box-secondary table.gridlist td.listitem-odd, .box-secondary tr.listitem-odd td,
.box table.gridlist td.listitem-odd, .box tr.listitem-odd td {
}

table.gridlist td.listitem-odd, tr.listitem-odd td {
    border-bottom: 1px solid #DEE1E5;
    padding: 10px 3px;
    font-size: 15px;
}

table.gridlist td.listitem-even, tr.listitem-even td {
    padding: 10px 3px;
    font-size: 15px;
    background: #fff;
}

table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}

table.gridlist tr td a {
    color: #004D66;
    text-decoration: none;
}

table.gridlist img.objectlist_icon {
}

div.search_results table.gridlist tbody tr.header td {
    background: #004D66;
    font-size: 18px;
}

ul.mypage_profile {
    border-bottom: 1px solid #DEE1E5;
    padding-top: 13px;
    margin-top: 20px;
}

/*
 * UL form list
 */
ul.form {
    font-size: 16px;
    line-height: 24px;
}

    ul.form li {
        list-style-type: none;
        padding: 6px 0 0px;
        text-align: left;
    }

        ul.form li.validator {
        }

        ul.form li.label {
            width: 270px;
        }

        ul.form li.label, .box ul.form li.label {
            margin-top: 0;
            font-weight: 600;
        }

.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 {
    padding-left: 280px;
}

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 {
}

div.news-archive .content-column .title {
    color: #051033;
    font-family: "Spline Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.29px;
    line-height: initial;
    margin-bottom: 6px;
    display: block;
}

div.news-archive a {
    color: #004D66;
}

    div.news-archive a.bulleted:before {
        color: #004D66;
    }

div.news-archive table.gridlist tbody tr.listitem-odd td.date-column {
    padding-top: 16px;
    font-weight: 600;
    color: #004D66;
}
/*@import url("Elements/DynamicMap.css");*/
.dynamic-map {
    border: 0;
}

    .dynamic-map a {
        color: #004D66;
        text-decoration: none;
        font-size: 13px;
    }

    .dynamic-map #infobox {
    }

        .dynamic-map #infobox > div {
            border-top: solid 1px #DEE1E5;
        }

    .dynamic-map #fade_bg {
    }

    .dynamic-map #fade_color {
    }

    .dynamic-map #fade_bg img {
    }

    .dynamic-map .more {
    }

        .dynamic-map .more .nr {
        }

        .dynamic-map .more .area-label {
        }

span.close img {
    width: initial;
}

.area-info {
    font-size: 14px;
    line-height: 23px;
}

.area-img {
    margin-top: 10px;
}

.area-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 14px;
}

    .area-links ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .area-links ul li a:before {
            content: "\f054";
            font-family: FontAwesome;
            padding-right: 6px;
            color: #004D66;
            text-decoration: none;
            font-size: 17px;
            display: inline-block;
            top: 1px;
            position: relative;
        }
/*@import url("Elements/Slider.css");*/

/*
  * Slider width and position
  */
.col100 .slider, .col100 .slider-container {
    width: 1170px;
    position: relative;
}

.col75 .slider, .col75 .slider-container {
    width: 100%;
}

.col75 .slider, .col75 .slider-container {
}

.col50 .slider, .col50 .slider-container {
}

.col25 .slider, .col25 .slider-container {
}

.col25 .slider, .col25 .slider-container, .col25-default .slider, .col25-default .slider-container {
    width: 220px;
}

.col100 .slider img, .col100 .slider-container img {
    max-width: 1170px;
}

.slider-container {
    margin: 0 0 20px;
    position: relative;
}

    .slider-container.col25 {
        margin: 0 0 0;
    }

.slider-inner {
    height: 460px;
}

.slider {
    height: 460px;
}

    .slider img {
        max-width: 1170px;
    }
/*
 * Pager
 */
.pager-container {
    top: 3px;
    position: absolute;
    right: 16px;
    text-align: center;
}

body.hso_area_area_info_cm .pager-container {
}

.pager {
}

.pager-container ul.pager {
    display: inline-block;
    float: right;
}

    .pager-container ul.pager li.selected {
        border: 0;
        background: transparent url(../Img/Slider/slider-bullet-sel.png) no-repeat 0 0;
    }

    .pager-container ul.pager li {
        border: 0;
        background: transparent url(../Img/Slider/slider-bullet.png) no-repeat 0 0;
        width: 25px;
        height: 25px;
        margin: 0;
    }
/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {
    display: block;
    height: 3em;
    margin-top: -1.25em;
    outline: 0 none;
    position: absolute;
    top: 50%;
    width: 3em;
    z-index: 100;
    opacity: 0;
}

#slider_next {
    background: transparent url(../Img/Slider/slider-next.png) no-repeat 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

#slider_prev {
    background: transparent url(../Img/Slider/slider-prev.png) no-repeat 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.slider-inner:hover #slider_prev,
.slider-inner:hover #slider_next {
    opacity: 0.6;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

/** Slider Content **/
div.ImageTextStyles.Text {
    background: rgba(255,255,255,.75);
    bottom: auto;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 0;
    position: absolute;
    top: 27%;
    width: 30%;
    left: 180px;
    padding: 1.85em 3em 1.7em;
    border-radius: 0.85em;
}

div.ImageText h1 {
    color: #051033;
    font-family: "Spline Sans", sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 20px;
}

div.ImageTextStyles.Text p.link:hover {
    text-decoration: underline;
}

div.ImageTextStyles.Text span.ingress {
    color: #000;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.05px;
    line-height: 30px;
    margin-bottom: 1.5em;
}

div.ImageTextStyles.Text a {
    background: transparent;
    text-decoration: none;
}

    div.ImageTextStyles.Text a.ImageTextLink {
        border-radius: 3px;
        background-color: #004D66;
        display: inline-block;
        padding: 10px 30px;
        color: #FFCBFF;
        text-decoration: none;
        font-weight: 600;
        border: 2px solid #004D66;
    }

        div.ImageTextStyles.Text a.ImageTextLink:hover {
            background-color: #fff;
            color: #52156f;
        }

div.ImageTextStyles.Image {
    position: relative;
}

div.ImageTextStyles.Text:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}


div.ImageTextStyles.Image:hover > #slider_next, div.ImageTextStyles.Image:hover > #slider_prev {
    opacity: 1;
}



/*Area info slide*/
div.slidergallery .container {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

div.slidergallery .pager {
    background: transparent;
    margin: 6px 0 0 0;
}

div.slidergallery .container img {
    max-width: 870px;
}

div.slidergallery .pager ul {
    margin: 0;
}

    div.slidergallery .pager ul li {
        width: 34px;
        height: 34px;
        padding: 2px;
        border: solid 1px #fff;
        background: #fff;
        overflow: hidden;
        margin-right: 10px;
    }

        div.slidergallery .pager ul li a {
            background: #fff;
            color: #fff;
        }

        div.slidergallery .pager ul li:hover {
            background: #d1e1f3
        }

        div.slidergallery .pager ul li.active {
            background: #a2c0e1;
        }

            div.slidergallery .pager ul li.active:hover {
            }

            div.slidergallery .pager ul li.active a {
                background: #a2c0e1;
                color: #b2cf4c;
            }

div.slidergallery ul.nav-buttons {
    position: absolute;
}

    div.slidergallery ul.nav-buttons li a {
        width: 39px;
        height: 52px;
    }

        div.slidergallery ul.nav-buttons li a.previous {
            background: url('../Img/btn-slider-prev-large.png') no-repeat 0 0;
            float: left;
        }

            div.slidergallery ul.nav-buttons li a.previous:hover {
                background: url('../Img/btn-slider-prev-large-hover.png') no-repeat 0 0;
                float: left;
            }

        div.slidergallery ul.nav-buttons li a.next {
            background: url('../Img/btn-slider-next-large.png') no-repeat 0 0;
            float: right;
        }

            div.slidergallery ul.nav-buttons li a.next:hover {
                background: url('../Img/btn-slider-next-large-hover.png') no-repeat 0 0;
                float: right;
            }

div.slidergallery .pager li {
    border: none;
}

div.slidergallery .pager li {
    margin-right: 0;
}

div.col50.slidergallery .pager {
    margin: -90px 0 0 50px;
    position: absolute;
    width: 460px;
    height: 60px;
}

div.col50.slidergallery ul.nav-buttons {
    margin: -96px 0 0 0;
    width: 560px;
    list-style-type: none;
}

    div.col50.slidergallery ul.nav-buttons li {
        margin: 10px 10px 0 10px;
        width: 440px;
        list-style-type: none;
    }

div.col50.slidergallery .container {
    width: 560px;
    height: 320px;
}

    div.col50.slidergallery .container .slides {
        position: absolute;
        top: 0;
        left: 0;
        height: 320px;
    }

        div.col50.slidergallery .container .slides > div {
            position: absolute;
            top: 0;
            width: 460px;
        }

div.col75.slidergallery .pager {
    margin: -78px 0 0 60px;
    position: absolute;
    width: 750px;
    height: 60px;
}

div.col75.slidergallery ul.nav-buttons {
    margin: -96px 0 0 0;
    width: 870px;
    list-style-type: none;
}

    div.col75.slidergallery ul.nav-buttons li {
        margin: 10px 10px 0 10px;
        width: 850px;
        list-style-type: none;
    }

div.col75.slidergallery .container {
    width: 100%;
    height: 400px;
}

    div.col75.slidergallery .container .slides {
        position: absolute;
        top: 0;
        left: 0;
        height: 400px;
    }

        div.col75.slidergallery .container .slides > div {
            position: absolute;
            top: 0;
            width: 870px;
        }


div.siteFooter .col25:first-of-type {
}

div.siteFooter {
    margin: 0 auto;
    color: #051033;
}

    div.siteFooter h6 {
        color: #fff;
        font-family: "Open Sans";
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.03px;
        line-height: 24px;
    }

    div.siteFooter-container div.siteFooter div.col25.footercontent ul li,
    div.siteFooter a {
        color: #fff;
        font-family: "Open Sans";
        font-size: 13px;
        letter-spacing: 0.03px;
        line-height: 22px;
        text-decoration: none;
    }

        div.siteFooter a:hover {
            color: #52156f;
        }

div.siteInfo ul.linkMenu {
    float: right;
}

    div.siteInfo ul.linkMenu li {
        display: inline;
        margin-left: 5px;
    }

        div.siteInfo ul.linkMenu li a {
            text-decoration: none;
            color: #fff;
            font-family: "Open Sans";
            font-size: 13px;
            letter-spacing: 0.03px;
            line-height: 22px;
        }

            div.siteInfo ul.linkMenu li a:hover {
                color: #fff;
                text-decoration:underline;
            }


/* QuickFilter */
.objectlistFilters {
    margin-bottom: 20px;
    padding: 17px 30px 3px;
    border: 1px solid #DEE1E5;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 70px 30px -60px rgba(0,0,0,0.2), 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
}

div.objectlistFilters ul.quickfilter li.full table.check {
    width: 100%;
    margin-bottom: 30px;
}

    div.objectlistFilters ul.quickfilter li.full table.check tr {
        border-bottom: 1px dotted #DEE1E5
    }

ul.quickfilter li {
    float: left;
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    margin-right: 44px;
    width: 47%;
}

ul.form li.value table.check {
    width: 100%;
}

    ul.form li.value table.check tr {
        border-bottom: 1px dotted #DEE1E5
    }

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.4em;
}

.ui-slider .ui-slider-handle {
    border-radius: 100%;
    border: 1px solid #b9b8b6;
    cursor: default;
    height: 1.3em;
    position: absolute;
    width: 1.3em;
    z-index: 2;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 30%, #d5d5d5 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 30%,#d5d5d5 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%,#ffffff 30%,#d5d5d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=1 );
}

ul.quickfilter span.minValue, ul.quickfilter span.maxValue {
    float: left;
    font-size: 15px;
    width: 89%;
    margin-top: 8px;
}

ul.quickfilter span.maxValue {
    float: right;
    width: auto;
    font-size: 15px;
}

ul.quickfilter li span.title, ul.quickfilter li span {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
}

ul.quickfilter label {
    font-size: 14px;
}

.ui-widget-header {
    background: #004D66;
}

.ui-widget-content {
    background: #fff;
    border: 2px solid #ddd;
}

.ui-slider-horizontal .ui-slider-range {
    height: 8px;
    top: 2px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 10px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 10px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 10px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 10px;
}

label.title {
    background: #fff;
    border: 1px solid #004D66;
    border-radius: 4px;
    color: #004D66;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 8px 16px 10px;
}

    label.title:hover {
        background: #000;
        border: 1px solid #000;
        color: #fff;
    }

table.check tr td {
    padding: 8px;
}

.templatelist.block.objectlist,
ul.templatelist.block,
.templatelist.block:nth-child(1n+3) {
    background: #fff;
    border: 1px solid #dbdbdb;
    margin-right: 2%;
    width: 31.5% !important;
    font-size: 12px;
}

.templatelist.block:nth-child(3n+3) {
    margin-right: 0 !important;
}

.templatelist.block {
    background: #efefef;
    border: none;
}

    .templatelist.block li {
        padding-top: 8px;
        font-size: 14px;
    }

        .templatelist.block li a {
            padding: 0;
        }

ul.templatelist.block li h4 {
    font-size: 21px;
    font-weight: 300;
    margin-top: 0;
    text-align: center;
}

    ul.templatelist.block li h4 a {
        color: #004D66;
        text-decoration: none;
        font-weight: 300;
    }

ul.templatelist.block li img.image {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
    overflow: hidden;
}

.templatelist.block.objectlist .image {
    width: 100%;
    height: unset;
}

.templatelist.block li:nth-of-type(9n+2) {
    padding: 0;
}

.templatelist.block.objectlist li label {
    font-weight: 600;
    width: 85px;
}

.templatelist.block.header li label, .templatelist.block li label {
    width: 70px;
}

ul.listviews {
    float: right;
    width: 100%;
    padding: 0;
    border-top: dotted 5px #c4c4c4;
    padding: 10px 0;
}

    ul.listviews li {
        display: block;
        padding: 0 10px 0 0;
        list-style-type: none;
        margin-bottom: 15px;
        margin-top: 4px;
    }

        ul.listviews li a {
            font-size: 14px;
            font-weight: normal;
            text-decoration: none;
            color: #004D66
        }

        ul.listviews li i {
            color: #DEE1E5;
            font-size: 14px;
            padding-right: 4px;
        }

        ul.listviews li.selected i {
            color: #004D66;
        }

div.page-col25 ul.grid li.left {
    float: left;
    width: 90px;
    line-height: 28px;
}

div.page-col25 ul.grid li.right {
    width: auto;
    line-height: 28px;
    font-weight: 700;
}

div.page-col50 ul.grid li.right {
    padding: 0;
}

div.page-col50 ul.grid li.left {
    float: left;
    line-height: 29px;
    width: auto;
    font-size: 17px;
    line-height: 38px;
    font-weight: normal;
}

div.jquerypanel .header a.hidden,
div.jquerypanel .header a {
    background-color: transparent;
    background-position: 0 50%;
}

ul.exchangeobject, div.jquerypanel {
    background-color: #f9f9f9;
    padding: 7px 16px 16px;
}

div.jquerypanel {
    padding: 12px 10px 9px;
}

ul.form.exchangeobject li.label.type h2 span {
    font-size: 19px;
}

div.jquerypanel div.header h3 {
    font-size: 18px;
    margin-bottom: 3px;
}

div.jquerypanel .header a.hidden {
    background-position: -2px 0px;
}

div.jquerypanel div.pageFooter {
    background: #e5debb;
}

span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblNoEntries {
    background: #fff;
    color: #051033;
    display: inline-block;
    font-weight: 600;
    margin-top: 30px;
    padding: 10px 20px 12px;
    border: 1px solid #004D66;
    border-radius: 3px;
}

div.invoice, div.debt {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 12px 9px;
}

div.debt {
    background: #fff;
}

    div.debt p {
        font-size: 16px;
        margin: 0;
        padding: 0;
        line-height: 21px;
    }

    div.debt.tfcorrespondence label {
        font-size: 14px;
        margin-left: 5px;
    }

.page-col75 div.invoice, .page-col75 div.debt, .page-col75 div.invoice p.address, .page-col75 div.invoice-spec ul li.desc {
    background: #fff;
}

.tfcorrespondence .dividerTFCorrespondence {
    margin-top: 16px;
    padding-top: 4px;
    border-top: 1px #DEE1E5 solid;
}

.tfcorrespondence .btn-save-correspondence {
    float: right;
    margin-top: 0px;
}

#cookiecheck span {
    font-size: 12px;
}

#cookiecheck div.pageHeader, #cookiecheck div.pageSubHeader {
    border: 1px solid #555;
}
div#cookie-header.cookie-header input.btn {
    display: block;
    margin: 0.5em auto;
}

.col75 img {
    max-width: 872px;
}

.col25 .box-inner img {
}

li.stageobject span {
    padding-left: 19px;
    color: #0e2e46;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
}

div.image-big img {
    width: 442px;
    border-color: #fff;
}

div.image-thumbs {
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 40px;
    float: right;
    width: 500px;
}

/** Start Page **/
.col100 {
    background: transparent;
}

div.col100.ListAvailableNews {
    position: relative;
    margin-bottom: 57px;
    margin-top: -110px;
}

    div.col100.ListAvailableNews a.bulleted.matching {
        display: none;
    }

div.col50.listavailable,
div.col50.newslist {
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 70px 30px -60px rgba(0,0,0,0.2), 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
    position: relative;
    padding-bottom: 110px;
}

div.col100.ListAvailableNews .box-inner {
    padding: 32px 52px 15px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

    div.col100.ListAvailableNews .box-inner h2 {
        color: #051033;
        font-family: "Spline Sans", sans-serif;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: -0.29px;
        line-height: 36px;
        position: relative;
        top: 0px;
    }

div.col100.ListAvailableNews div.col50.listavailable div.box-inner h2 {
    color: #051033;
    font-family: "Spline Sans", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.29px;
    line-height: 36px;
    position: relative;
    top: 0px;
}

div.col50.listavailable .box-inner span {
    display: block;
    color: #000000;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.05px;
    line-height: 30px;
    margin-top: 0;
    text-align: center;
}

div.col50.listavailable .box-inner {
    position: relative;
}

    div.col50.listavailable .box-inner span.numero {
        color: #051033;
        font-family: "Spline Sans", sans-serif;
        font-size: 80px;
        letter-spacing: 0.31px;
        line-height: 70px;
        float: right;
        display: block;
        text-align: center;
        font-weight: 400;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

        div.col50.listavailable .box-inner span.numero span.headerapartment {
            /*display:none;*/
        }

div.col50.listavailable ul.listavailable {
    float: left;
    width: 26%;
    display: block;
    clear: unset;
    margin-bottom: 0;
    position: absolute;
    top: 85px;
    right: 311px;
}

    div.col50.listavailable ul.listavailable.premises {
        float: right;
        width: 26%;
        right: 195px;
    }

    div.col50.listavailable ul.listavailable.parking {
        float: right;
        width: 26%;
        right: 114px;
    }

span.headerapartment,
span.headerpremise {
    margin-left: 5px;
}

body.default span.headerapartment,
body.default span.headerpremise {
    margin-left: 0;
}

div.col50.listavailable .box-inner ul li a {
    color: #051033;
    font-family: "Spline Sans", sans-serif;
    font-size: 120px;
    letter-spacing: 0.31px;
    line-height: 103px;
    float: right;
    display: block;
    text-align: right;
    font-weight: 400;
}

    div.col50.listavailable .box-inner ul li a:before {
        content: none;
    }


span.no-objects {
    display: block;
    border: 1px solid #004D66;
    border-radius: 3px;
    padding: 10px 14px 11px;
    font-size: 14px;
    text-align: center;
    color: #7A838E;
    font-weight: 600;
    letter-spacing: -0.25px;
    line-height: 35px;
}

div.box.secondary div.box-outer div.box-inner p {
    font-size: 14px;
}

div.col50.listavailable div.box-inner span span.no-objects {
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    position: relative;
    top: 24px;
    background: #004D66;
    color: #FFCBFF;
    right: 60px;
    opacity: 0.9;
}

div.col100.ListAvailableNews .col50 ul.listavailable li a {
    margin: 0;
}

div.col100.ListAvailableNews .box-inner hr {
    margin: 10px 0 10px;
    border: none;
    border-top: 1px solid #EAEAEA;
    background: none;
}

div.col50.listavailable span.link,
div.col50.newslist span.link {
    display: block;
    text-align: right;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    right: 40px;
    border-top: 1px solid #EAEAEA;
    padding-top: 15px;
    left: 40px;
}

div.col100.ListAvailableNews .box-inner a.bulleted {
    color: #004D66;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04px;
    line-height: 24px;
    float: right;
}

    div.col100.ListAvailableNews .box-inner a.bulleted:before {
        content: url(../Img/ico-forward-grey.png);
        float: right;
        position: relative;
        margin-left: 6px;
        position: relative;
        top: 3px;
        display: none;
    }

div.col100.ListAvailableNews ul.listavailable li a.bulleted {
    width: 100%;
    text-align: center;
}

div.col100.ListAvailableNews .box-inner a:hover {
    text-decoration: none;
}

div.col50.listavailable div.box-inner.column span.numero ul.listavailable.premises li a.bulleted.align-left span {
    font-size: 14px;
}

div.col50.listavailable div.box-inner.column span.numero ul.listavailable.premises {
    position: absolute;
}

div.col50.listavailable span.link a {
    text-decoration: none;
}

    div.col50.listavailable span.link a:after,
    div.col50.newslist span.link a:after {
        content: url(../Img/ico-forward-grey.png);
        padding-left: 10px;
        position: relative;
        top: 2px;
    }

    div.col50.listavailable span.link a:hover:after,
    div.col50.newslist span.link a:hover:after {
        content: url(../Img/ico-forward-orange.png);
        padding-left: 10px;
        position: relative;
        top: 2px;
    }


div.col50.newslist a {
    text-decoration: none !important;
}

    div.col50.newslist a span.date {
        color: #7A838E !important;
        font-size: 14px;
        text-decoration: none !important;
    }

    div.col50.newslist a h3.box-title {
        color: #000;
        font-family: "Open Sans";
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0.05px;
        line-height: 30px;
    }

        div.col50.newslist a h3.box-title:after {
            content: url(../Img/ico-forward-orange.png);
            position: relative;
            margin-left: 12px;
            position: relative;
            top: 3px;
        }

div.col100.ListAvailableNews div.col50.newslist.alignright div.box-inner.column hr {
    margin-bottom: 20px;
}

div.col100.entrance div.col33.ingangar a div.ingangar-container {
    background: #fff;
    text-align: center;
    padding: 40px 15px 50px;
    box-sizing: border-box;
}

    div.col100.entrance div.col33.ingangar a div.ingangar-container h3.title {
        color: #051033;
        font-family: "Spline Sans", sans-serif;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: -0.29px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    div.col100.entrance div.col33.ingangar a div.ingangar-container img.image {
        margin-bottom: 15px;
        opacity: 0.2;
    }

    div.col100.entrance div.col33.ingangar a div.ingangar-container p {
        color: #7A838E;
        font-family: "Open Sans";
        font-size: 15px;
        letter-spacing: 0.04px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 25px;
    }


div.col100.entrance div.col33.ingangar a {
    text-decoration: none;
}

    div.col100.entrance div.col33.ingangar a div.ingangar-container span.link {
        color: #004D66;
        font-family: "Open Sans";
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.04px;
        line-height: 24px;
    }

        div.col100.entrance div.col33.ingangar a div.ingangar-container span.link:after {
            content: url(../Img/ico-forward-grey.png);
            position: relative;
            margin-left: 12px;
            position: relative;
            top: 3px;
        }

    div.col100.entrance div.col33.ingangar a:hover div.ingangar-container span.link:after {
        content: url(../Img/ico-forward-orange.png);
    }

div.col100.entrance div.col33:hover {
    border: 1px solid #F8F8F8;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
}

    div.col100.entrance div.col33:hover a div.ingangar-container img.image {
        opacity: unset;
    }

div.col100.cityarticle {
    background: #fff;
    text-align: center;
    border-top: dotted 5px #c4c4c4;
    margin-top: 38px;
}

    div.col100.cityarticle div.col50 {
        padding: 178px 76px;
        text-align: center;
        box-sizing: border-box;
        background-color: #ffffff;
    }

        div.col100.cityarticle div.col50.alignright {
            padding: 0;
        }

    div.col100.cityarticle h3 {
        color: #051033;
        font-family: "Spline Sans", sans-serif;
        font-size: 57px;
        font-weight: 600;
        line-height: 68px;
        text-align: left;
    }

    div.col100.cityarticle div.col50 span.header {
        text-align: left;
        color: #B0B0B0;
        font-family: "Open Sans";
        font-size: 12px;
        font-weight: bold;
        line-height: 17px;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

    div.col100.cityarticle div.col50 span.link {
        float: right;
        color: #004D66;
        font-family: "Open Sans";
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.04px;
        line-height: 20px;
        margin-top: 30px;
        text-decoration: none;
    }

        div.col100.cityarticle div.col50 span.link:after {
            content: url(../Img/ico-forward-grey.png);
            position: relative;
            margin-left: 12px;
            position: relative;
            top: 3px;
        }

        div.col100.cityarticle div.col50 span.link:hover:after {
            content: url(../Img/ico-forward-orange.png);
        }

div.col100.highlight {
    margin: 0;
    margin-top: 40px;
}

    div.col100.highlight img {
        max-width: 1440px;
        position: relative;
        left: -180px;
        bottom: -5px;
    }

    div.col100.highlight div.highlightcontainer {
        position: relative;
    }

        div.col100.highlight div.highlightcontainer div.highlight-textarea {
            position: absolute;
            bottom: -17%;
            z-index: 1000;
            width: 1080px;
            padding: 50px 50px 60px;
            text-align: left;
            box-sizing: border-box;
            border-radius: 4px;
            background-color: #FFFFFF;
            box-shadow: 0 70px 30px -60px rgba(0,0,0,0.2), 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
        }

            div.col100.highlight div.highlightcontainer div.highlight-textarea h4 {
                color: #051033;
                font-family: "Spline Sans", sans-serif;
                font-size: 48px;
                font-weight: 600;
                line-height: 52px;
                letter-spacing: -0.29px;
            }

            div.col100.highlight div.highlightcontainer div.highlight-textarea span.ingress {
                color: #000000;
                font-family: "Open Sans";
                font-size: 20px;
                font-weight: 300;
                letter-spacing: 0.05px;
                line-height: 30px;
            }

            div.col100.highlight div.highlightcontainer div.highlight-textarea a {
                text-decoration: none;
            }

                div.col100.highlight div.highlightcontainer div.highlight-textarea a.link {
                    float: right;
                    padding: 15px 30px;
                    border-radius: 3px;
                    background-color: #004D66;
                    color: #FFCBFF;

                    font-size: 15px;
                    font-weight: bold;
                    letter-spacing: 0.04px;
                    line-height: 20px;
                    text-align: right;
                    position: absolute;
                    top: 50px;
                    right: 50px;
                }


div.col100.promo {
    background: #F8F8F8;
    width: 1440px;
    position: relative;
    left: -180px;
    margin: 0;
    padding: 200px 0 130px;
}

    div.col100.promo .promocontainer {
        width: 1080px;
        margin: 0 auto;
        text-align: left;
    }

        div.col100.promo .promocontainer span.header {
            color: #B0B0B0;
            font-family: "Open Sans";
            font-size: 12px;
            font-weight: bold;
            line-height: 17px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        div.col100.promo .promocontainer h4.title {
            color: #000;
            font-family: "Spline Sans", sans-serif;
            font-size: 36px;
            font-weight: 600;
            letter-spacing: -0.38px;
            line-height: 44px;
            margin: 0;
        }

            div.col100.promo .promocontainer h4.title.orange,
            div.col100.promo .promocontainer h4.title.orange p {
                color: #000;
                font-family: "Spline Sans", sans-serif;
                font-size: 36px;
                font-weight: 600;
                letter-spacing: -0.38px;
                line-height: 44px;
                margin: 0;
            }

        div.col100.promo .promocontainer img {
            float: right;
            position: absolute;
            bottom: 75px;
            right: 230px;
        }


    div.col100.promo a {
        text-decoration: none;
    }

.box-primary div.title-icon, .box-secondary div.title-icon {
    width: 47px;
}

    .box-primary div.title-icon i.fa, .box-secondary div.title-icon i.fa {
        font-size: 38px !important;
    }

    .box-primary div.title-icon i.fa {
        color: #004D66;
    }

    .box-secondary div.title-icon i.fa {
        color: #004D66;
    }

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 55%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
    font-size: 0.6em;
    left: -10px;
}

.fa-stack {
    line-height: 1.2em;
    height: auto;
}

.fa-building:before {
    color: #004D66
}

.fa-stack-1x {
    line-height: inherit;
    font-size: 0.6em;
    left: -10px;
}

.fa-stack {
    line-height: 1.2em;
    height: auto;
}

.box.box-secondary div.title-icon span.fa-stack {
    line-height: 1em;
    height: 1em;
}

.box-primary div.title-icon, .box-secondary div.title-icon {
    display: inline-block;
    width: 38px;
    color: #000;
}

.fa-search:before {
    content: "\f002";
    font-size: 27px;
    left: 10px;
    position: relative;
    color: #051033
}

.alignleft {
    margin-right: 2.85%;
}

ul.templatelist.block.objectlist li h2 {
    font-size: 19px;
    line-height: normal;
}

    ul.templatelist.block.objectlist li h2 a {
        color: #000;
        text-decoration: none;
    }

span#object_detail_buttonlist.button-list .btn_details_container {
    margin-right: 4px;
}

span#object_detail_buttonlist.button-list .btn_details_button {
    font-size: 11px;
}

span#object_detail_buttonlist.button-list .btn_details {
    background: #004D66;
    color: #FFCBFF;
    font-size: 20px;
    display: block;
    width: 52px;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: 0;
}

span#object_detail_buttonlist.button-list .btn_details_button {
    display: block;
    height: 55px;
    position: relative;
    bottom: 30px;
    line-height: 94px;
    z-index: 2;
    width: 100%;
}

.fa-pdf:before {
    content: "\f1c1";
}

div.object-buttons {
    padding-top: 2px;
}

div.areainfo div.areatext p {
    font-size: 14px;
    line-height: 25px;
}

div.areatext {
    width: 60%;
    float: left;
}

div.areaimg {
    width: 38%;
    float: right;
}

    div.areaimg img {
        border: 1px solid #b7cada;
        float: left;
    }

.col50 img {
    max-width: 530px;
}

div.areanews h2.localnews {
    color: #000;
}

ul.form li, .box ul.form li {
    font-size: 14px;
}

div.area_info_facts {
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 15px;
}

    div.area_info_facts table.gridlist tbody tr.header {
        border-color: #004D66;
    }

        div.area_info_facts table.gridlist tbody tr.header td {
            background: #004D66;
            font-size: 13px;
            padding: 0;
            padding: 4px 8px;
            color: #FFCBFF;
        }

    div.area_info_facts table.gridlist tbody tr td {
        background: unset;
        padding: 10px 2px;
    }

.object-facts ul li {
    line-height: 32px;
}

div.box-secondary.box.secondary.object-facts {
    font-size: 14px;
}



#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulRealestate {
    display: none;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulBuilding {
    display: none;
}
/*#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_trRebuiltYear {
    display:none;
}*/

ul.mypage_profile_interest li span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_lblIAEndApartment,
ul.mypage_profile_interest li span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_lblIAEndParking {
    color: #c00;
}

/*ul.mypage_profile_interest li span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_lblIAEndStorage {
    color: #ff7000;
}*/

ul.mypage_list a {
    color: #004D66;
}

#ctl00_Col1_trFlatNo td:first-child {
    width: 250px;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulInvoiceHeader li:first-child {
    display: none;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulInvoiceHeader li:nth-child(1n+1) {
    display: none;
}

li.showonmap span {
    background-position: left;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDetails ul.form {
    padding: 0 12px 12px;
    box-sizing: border-box;
}

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDetails ul.form li.label {
        clear: left;
        width: 35%;
    }

ul.form li.textvalue {
    margin: 0;
    padding-top: 0;
    min-height: 30px;
    text-align: right;
}

div.invoice p.ocr {
    margin: 10px 0 0 0;
    float: left;
    padding: 3px 0;
}

ul.serviceorder-header li.textvalue {
    text-align: unset;
}

ul.serviceorder-row li.textvalue {
    text-align: unset;
}

div.box.primary.areanews div.title-icon {
    width: 49px;
}

div.box.primary.areanews div.box-outer div.box-inner table tbody tr td a.bulleted {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    display: block;
    font-weight: 700;
}

div.box.primary.areanews div.box-outer div.box-inner table {
    width: 100%;
}

div.box.primary.areanews span.newsdate {
    font-size: 15px;
}

div.printlist {
}

body.org_employeelist h3.header {
    font-size: 38px;
}

body.org_employeelist ul.templatelist.block li img:not(.image):first-child {
    margin: 0 6px 0 0;
}

body.org_employeelist table.gridlist td img {
    display: none;
}

body.org_employeelist table.gridlist tbody tr td a.iframe:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-weight: normal;
    padding-right: 6px;
    color: #004D66;
    text-decoration: none;
    font-size: 22px;
    display: block;
    top: -1px;
    position: relative;
    float: left;
}

body.org_employeelist table.gridlist tbody tr td a.iframe:hover {
    color: #051033;
}

    body.org_employeelist table.gridlist tbody tr td a.iframe:hover:before {
        content: "\f0e0";
        font-family: FontAwesome;
        color: #051033;
    }

body.org_employeelist table.gridlist td.header:nth-child(4n+1),
body.org_employeelist table.gridlist td.listitem-odd:nth-child(4n+1),
body.org_employeelist tr.listitem-odd td:nth-child(4n+1),
body.org_employeelist table.gridlist td.listitem-even:nth-child(4n+1),
body.org_employeelist tr.listitem-even td:nth-child(4n+1) {
    width: 30%;
    padding-left: 15px;
    box-sizing: border-box;
}

body.org_employeelist table.gridlist td.header:nth-child(4n+2),
body.org_employeelist table.gridlist td.listitem-odd:nth-child(4n+2),
body.org_employeelist tr.listitem-odd td:nth-child(4n+2),
body.org_employeelist table.gridlist td.listitem-even:nth-child(4n+2),
body.org_employeelist tr.listitem-even td:nth-child(4n+2) {
    width: 30%;
    padding-left: 15px;
    box-sizing: border-box;
}

body.org_employeelist table.gridlist td.header:nth-child(4n+3),
body.org_employeelist table.gridlist td.listitem-odd:nth-child(4n+3),
body.org_employeelist tr.listitem-odd td:nth-child(4n+3),
body.org_employeelist table.gridlist td.listitem-even:nth-child(4n+3),
body.org_employeelist tr.listitem-even td:nth-child(4n+3) {
    width: 20%;
    padding-left: 15px;
    box-sizing: border-box;
}

body.org_employeelist table.gridlist td.header:last-of-type,
body.org_employeelist table.gridlist td.listitem-odd:last-of-type,
body.org_employeelist tr.listitem-odd td:last-of-type,
body.org_employeelist table.gridlist td.listitem-even:last-of-type,
body.org_employeelist tr.listitem-even td:last-of-type {
    width: 20%;
}

div.siteContentPopup div.page-popup h1 {
    font-size: 38px;
}

.col25 img {
    width: 100%;
    max-width: none;
}


.articleImg {
    margin-bottom: 20px;
}

.devwatermark {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 144px;
    position: fixed;
    bottom: 49px;
    right: 8px;
    opacity: 0.05;
    z-index: 99;
    color: black;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

table.col75 tr td.col37 {
    vertical-align: text-top;
    border: 1px solid #004D66;
    padding: 10px;
    box-sizing: border-box;
}

p#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblDescription {
    font-weight: 600;
    margin-top: 15px;
}

div.goog-te-gadget-simple img.goog-te-gadget-icon {
}

div.siteContentIframe div.article-area-info div.article-area-info p img {
    max-width: 100%;
}

div.slider-container.col75 div.slider-inner,
div.slider-container.col75 div.slider-inner div.slides div.slider {
    height: auto !important;
}

table.cmProjektFakta {
    background: #eaf5fc;
    margin-top: 20px;
    width: 100%;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

    table.cmProjektFakta tr.facts td strong {
        font-size: 50px;
        display: block;
        margin-bottom: 20px;
    }

    table.cmProjektFakta tr.facts {
        border-bottom: 2px solid #8fc8e9;
        padding-bottom: 20px;
    }

        table.cmProjektFakta tr.facts td {
            font-size: 24px;
            font-weight: 300;
            vertical-align: top;
            display: block;
            height: 100px;
            width: 50%;
            float: left;
            margin-bottom: 18px;
        }

            table.cmProjektFakta tr.facts td:first-of-type strong:before {
                content: "\f1ad";
                font-family: FontAwesome;
                font-weight: normal;
                padding-right: 6px;
                color: #004D66;
                text-decoration: none;
                font-size: 52px;
                display: block;
                top: 1px;
                position: relative;
                float: left;
            }

            table.cmProjektFakta tr.facts td:last-of-type strong:before {
                content: "\f252";
                font-family: FontAwesome;
                font-weight: normal;
                padding-right: 6px;
                color: #004D66;
                text-decoration: none;
                font-size: 52px;
                display: block;
                top: 1px;
                position: relative;
                float: left;
            }

    table.cmProjektFakta b, table.cmProjektFakta strong {
        color: #004D66;
    }

    table.cmProjektFakta tr td {
        box-sizing: border-box;
        padding: 20px 20px 0;
        font-size: 15px;
    }

        table.cmProjektFakta tr td ul,
        table.cmProjektFakta tr td ul li {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

        table.cmProjektFakta tr td ul {
            overflow: hidden;
            margin-bottom: 10px;
        }

        table.cmProjektFakta tr td h4 {
            margin-bottom: 10px;
        }



    table.cmProjektFakta caption {
        text-align: left;
        width: 100%;
        font-weight: bold;
    }

    table.cmProjektFakta thead th {
        font-weight: bold;
        color: #004D66;
    }

    table.cmProjektFakta th {
        text-align: left;
        width: 28%;
    }

    table.cmProjektFakta table.extrainfo {
        width: 100%;
        border: 1px solid #d3e7f6;
    }

    table.cmProjektFakta tr td table.extrainfo tr td,
    table.cmProjektFakta tr td table.extrainfo th {
        padding: 5px 10px;
    }

    table.cmProjektFakta caption {
        text-align: left;
        width: 100%;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px;
        color: #004D66;
    }

    table.cmProjektFakta tbody tr td table.extrainfo tbody tr:nth-child(odd) {
        background: #d3e7f6;
        width: 100%;
    }

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL {
    width: 100%;
    border: 1px solid #ddd;
    padding: 0px 15px 10px;
    box-sizing: border-box;
    background: #fff;
}

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form {
        width: 100%;
        line-height: 21px;  
        background:transparent;
    }

        #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.label {
            width: auto;
            margin-right: 10px;
            font-weight: bold;
        }

        #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.value {
            padding: 5px 0 0 0;
        }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL br {
        display: none;
    }

div.tbl_block_content.subst-table {
    padding: 20px 20px 10px;
    box-sizing: border-box;
    border: 1px solid #e5debb;
    background: #fff;
}

div.subst-table ul, div.subst-table li {
    font-size: 15px;
}

.box-primary h3.user {
    margin-bottom: 0;
}

div.box.secondary.alertinfo div.box-inner {
    box-shadow: 0 70px 30px -60px rgba(0,0,0,0.2), 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
}

div.box.secondary.alertinfo div.box-inner {
    background: #004D66;
    box-shadow: none;
    border-radius: 3px;
}

.box-secondary h3.information {
    color: #fff;
}

div.box.secondary.alertinfo p,
div.box.secondary.alertinfo div.box-inner p {
    color: #fff !important;
    font-weight: 600;
}

.article-display-date {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
    background: #f2f2f2;
    padding: 2px 10px;
    font-weight: 700;
}

.txt_warning_title {
    font-size: 25px;
    color: #333;
    line-height: 42px;
    font-weight: 700;
}

/*Visa ej Känsliga uppgifter avsnittet*/
div#divConsent {
    display: none;
    visibility: hidden;
}


table.gridlist td.gridcell label.CustomState {
    display: none;
}

    table.gridlist td.gridcell label.CustomState.paid {
        display: block;
    }

        table.gridlist td.gridcell label.CustomState.paid:after {
            content: "Betald";
        }

    table.gridlist td.gridcell label.CustomState.collect {
        display: block;
    }

        table.gridlist td.gridcell label.CustomState.collect:after {
            content: "Skuld";
        }

    table.gridlist td.gridcell label.CustomState.expired {
        display: block;
    }

        table.gridlist td.gridcell label.CustomState.expired:after {
            content: "F\00f6rfallen";
        }

    table.gridlist td.gridcell label.CustomState.credited {
        display: block;
    }

        table.gridlist td.gridcell label.CustomState.credited:after {
            content: "Krediterad";
        }

    table.gridlist td.gridcell label.CustomState.creditedPartly {
        display: block;
    }

        table.gridlist td.gridcell label.CustomState.creditedPartly:after {
            content: "Delvis krediterad";
        }

/*table.gridlist td.gridcell label.paid {
    background-color: green;
}

table.gridlist td.gridcell label.collect {
    visibility: visible;
    background-color: yellow;
}

table.gridlist td.gridcell label.expired {
    visibility: visible;
    background-color: brown;
}

table.gridlist td.gridcell label.credited {
    visibility: visible;
    background-color: blue;
}

table.gridlist td.gridcell label.creditedPartly {
    visibility: visible;
    background-color: red;
}*/
/* CISION */
h4.pressIngress {
    font-size: 24px;
    line-height: unset !important;
}

    h4.pressIngress a {
        color: #051033;
        text-decoration: none;
        font-size: 15px;
        line-height: unset !important;
    }

div.newsHeader {
    text-align: center;
    background: transparent;
    margin-bottom: 20px;
}

    div.newsHeader h2 {
        font-weight: 600;
        color: #1e94b8;
        display: inline-block;
        border-bottom: 4px solid #fff;
        padding: 0 40px 10px;
    }

div.news-area div.col66 {
    float: left;
    width: 775px;
    margin-right: 0;
}

div.news-area div.col50.news {
    float: left;
    margin-right: 2.13%;
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(18,89,110,0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(18,89,110,0.5);
    box-shadow: 0px 0px 2px 0px rgba(18,89,110,0.5);
}

    div.news-area div.col50.news:nth-of-type(2n+2) {
        margin: 0;
    }

    div.news-area div.col50.news a img {
        max-width: 100%;
    }

div.newsBox {
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

div.col50.news.column div.newsBox h3 {
    font-weight: 600;
    color: #000;
    letter-spacing: -0.5px;
    font-size: 23px;
    margin-bottom: 16px;
}

div.col50.news.column div.newsBox a {
    text-decoration: none;
    color: #000;
}

div.col50.news.column div.newsBox p {
    font-size: 17px;
    font-weight: 300;
}

div.news-area div.col33.alignright.press h3 {
    font-weight: 600;
    color: #000;
    letter-spacing: -0.5px;
    font-size: 30px;
    margin-bottom: 30px;
}

.news_pricesensitive {
    display: inline-block;
    /*background: #f49e00;*/
    background: #ffffff;
    border: 1px solid #f49e00; /*#626262;*/
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 10px;
    box-sizing: border-box;
    color: #004D66;
    position: relative;
    top: -3px;
    border-radius: 3px;
}

.col33.press {
    position: relative;
}

    .col33.press h4 {
        font-size: 18px;
        line-height: 30px;
        font-weight: 300;
        text-decoration: none;
        margin-bottom: 10px;
    }

        .col33.press h4 a {
            text-decoration: none;
            color: #000;
        }

    .col33.press .pressFooter {
    }

.box-container {
    margin-top: 30px;
}

.button, a.presslink-btn, a.displayyear-btn {
    border-radius: 3px;
    border-color: #004D66;
    background-color: #004D66;
    color: #FFCBFF;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-weight: 600;
}

    .button:hover, a.presslink-btn:hover, a.displayyear-btn:hover {
        background-color: #000;
    }

input.button {
    height: 36px;
}

.Cision_Subscribe_Form {
    background: #fff;
    border: 1px solid #DEE1E5;
    padding: 10px 20px 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
    font-weight: 600;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 70px 30px -60px rgba(0,0,0,0.2), 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
    float: left;
    width: 100%;
    margin-top: 20px;
}

span.subscribeLabel:after {
    content: url(../Img/ico-forward-grey.png);
    margin-right: 6px;
    position: relative;
    top: 3px;
    margin-left: 10px;
}
/*hr.amasten-separator {
    border-top: dotted 5px #c4c4c4;
    background:none;
    margin-top: 38px;
}*/


div.siteMain-container div.siteMain div.siteContentFull div.page-col75.col75 {
    width: 100%;
}

/** PROJEKT **/
div.col100.new-project {
    margin-bottom: 30px;
    float: left;
}

.new-project img.puffimg {
    margin-bottom: 0;
    float: right;
    margin-left: 20px;
}

.new-project h3 {
    line-height: 44px;
    padding-bottom: 0;
    margin-bottom: 14px;
    font-size: 34px;
}

.new-project .infotext {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    display: inline-block;
    background: #004D66;
    font-style: normal;
    padding: 1px 10px;
    line-height: 25px;
    font-weight: bold;
    font-size: 11px;
    border-radius: 3px;
    text-transform: uppercase;
}

.new-project .puffwrapper {
    padding: 30px 20px 16px;
    display: block;
}

.new-project a .infotext {
    color: #fff !important;
}

.new-project span.container {
    padding: 30px;
}

.new-project a p {
    color: #555 !important;
    line-height: 24px;
}

h2.newproject {
    margin-bottom: 20px;
}

.new-project a h3 {
    color: #0e2e46;
}

div.col100.new-project div.box.secondary div.box-outer {
    border-radius: 4px;
    box-shadow: 0 5px 12px 0 rgba(0,0,0,0.04), 0 0 3px 0 rgba(0,0,0,0.08);
    background: #fff;
    padding: 10px;
}

    div.col100.new-project div.box.secondary div.box-outer div.box-inner {
        border: 1px solid rgba(0,0,0,0.04);
        border-radius: 4px;
        background: #fff;
        padding: 0;
    }

        div.col100.new-project div.box.secondary div.box-outer div.box-inner.column span.bulleted {
            color: #00478e
        }

        div.col100.new-project div.box.secondary div.box-outer div.box-inner.column a img.puffimg {
            width: 243px;
            max-width: 243px;
        }

        div.col100.new-project div.box.secondary div.box-outer div.box-inner a span.puffwrapper p {
            color: #000000;
            font-family: "Open Sans";
            font-size: 18px;
            font-weight: 300;
            letter-spacing: 0.05px;
            line-height: 28px;
        }


        div.col100.new-project div.box.secondary div.box-outer div.box-inner a span.puffwrapper span.readmore {
            border-radius: 3px;
            background-color: #004D66;
            padding: 9px 19px;
            display: inline-block;
            margin-top: 10px;
            color: #fff;
            font-weight: 600;
            border: 2px solid #004D66;
        }

            div.col100.new-project div.box.secondary div.box-outer div.box-inner a span.puffwrapper span.readmore:hover {
                border: 2px solid #004D66;
                background: #fff;
                color: #004D66;
            }

        div.col100.new-project div.box.secondary div.box-outer div.box-inner.column {
            background: #fff;
        }

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ctl00_CMArt_ctl00_divText.text {
    margin-bottom: 20px;
}

div.imgText {
    font-style: italic;
}

.new-project .infotext.Planerad,
.new-project .infotext.Planerad a {
    background: #004D66;
    color: #fff !important;
}

.new-project .infotext.Avslutad,
.new-project .infotext.Avslutad a {
    background: rgba(0,0,0,0.2);
    color: #004D66 !important;
}

/** CM TEMPLATES **/
table.cmContent-template-2col {
    width: 100%;
}

    table.cmContent-template-2col tr td.col50 {
        padding: 40px;
        text-align: center;
        width: 50%;
    }

        table.cmContent-template-2col tr td.col50 img {
            max-width: 100%;
        }

    table.cmContent-template-2col tbody tr td.col50 ul,
    table.cmLayoutbox tbody tr td.col100 ul {
        text-align: left;
        list-style-type: disc;
        list-style-position: outside;
        list-style-image: url(../Img/ico-round.svg);
        margin-left: 32px;
        margin-bottom: 40px;
    }

        table.cmContent-template-2col tbody tr td.col50 ul li,
        table.cmLayoutbox tbody tr td.col100 ul li {
            color: #000000;
            font-family: "Open Sans";
            font-size: 18px;
            font-weight: 300;
            letter-spacing: 0.05px;
            line-height: 30px;
            margin-bottom: 10px;
            padding-left: 6px;
        }

    table.cmContent-template-2col tbody tr td.col50 ol,
    table.cmLayoutbox tbody tr td.col100 ol {
        text-align: left;
        list-style-type: disc;
        list-style-position: outside;
        list-style-image: url(../Img/ico-check.svg);
        margin-left: 32px;
        margin-bottom: 40px;
    }

        table.cmContent-template-2col tbody tr td.col50 ol li,
        table.cmLayoutbox tbody tr td.col100 ol li {
            color: #000000;
            font-family: "Open Sans";
            font-size: 18px;
            font-weight: 300;
            letter-spacing: 0.05px;
            line-height: 30px;
            margin-bottom: 10px;
            padding-left: 6px;
        }

    table.cmContent-template-2col tbody tr td.col50 .large,
    table.cmContent-template-2col-nopadding tbody tr td.col50 .large {
        font-size: 340%;
        text-align: left;
        line-height: 62px;
        margin-bottom: 24px;
    }


table.cmContent-template-2col-nopadding {
    width: 100%;
    margin-bottom: 40px;
}

    table.cmContent-template-2col-nopadding tr td.col50 {
        padding: 0;
        text-align: left;
        width: 50%;
    }

        table.cmContent-template-2col-nopadding tr td.col50.alignleft {
            padding-right: 20px;
        }

        table.cmContent-template-2col-nopadding tr td.col50.alignright {
            padding-left: 20px;
        }

    table.cmContent-template-2col-nopadding tr td.col50 {
        padding: 0;
        text-align: left;
        display: table-cell;
        vertical-align: top;
        height: 100%;
    }

    table.cmContent-template-2col-nopadding td.col100 img {
        max-width: 100%;
    }

.cmLayoutbox {
    width: 100%;
    border: 1px solid #F8F8F8;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
    height: 100%;
}

    .cmLayoutbox tr td {
        padding: 30px 40px;
    }

        .cmLayoutbox tr td h1,
        .cmLayoutbox tr td h2,
        .cmLayoutbox tr td h3,
        .cmLayoutbox tr td h4,
        .cmLayoutbox tr td h5,
        .cmLayoutbox tr td h6 {
            margin-bottom: 20px;
        }

.linkbtn, .linkbtn-orange {
    color: #004D66;
    height: 36px;
    padding: 9px 24px 11px;
    font-size: 15px;
    line-height: 33px;
    text-shadow: none;
    border: 1px solid #004D66;
    border-radius: 3px;
    background: #fff;
    font-weight: 600;
    text-decoration: none;
}

.linkbtn-orange {
    color: #FFCBFF;
    border: 1px solid #004D66;
    background: #004D66;
}

.linkbtn:hover, .linkbtn-orange {
    color: #fff;
    border: 1px solid #004D66;
    background: #004D66;
}

    .linkbtn-orange:hover {
        color: #004D66;
        background: #fff;
    }

table.cmContent-template-contact-2col {
    width: 100%;
}

    table.cmContent-template-contact-2col tbody tr td.col50 p {
        color: #000000;
        font-family: "Open Sans";
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0.05px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    table.cmContent-template-contact-2col tbody tr td.col50:first-of-type {
        padding-right: 20px;
    }

table.cmAddressbox {
    border: 1px solid #F8F8F8;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
    width: 100%;
}

    table.cmAddressbox tbody tr td {
        padding: 3px 10px;
    }

        table.cmAddressbox tbody tr td.collabel {
            color: #000;
            font-family: "Open Sans";
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 0.04px;
            line-height: 40px;
            vertical-align: text-top;
        }

        table.cmAddressbox tbody tr td.colcontent {
            text-align: right;
        }

    table.cmAddressbox a {
        text-decoration: none;
        font-weight: 600;
    }

    table.cmAddressbox tbody tr {
        border-bottom: 1px solid #DEE1E5;
    }

        table.cmAddressbox tbody tr:last-of-type {
            border-bottom: unset;
        }


table.cmContent-template-2col tbody tr td.col50:last-of-type {
    padding-right: 0;
    padding-left: 0;
}

table.cmAddressJourInfobox tbody tr td.colcontent {
    text-align: right;
}

table.cmAddressJourInfobox {
    text-align: left;
    float: right;
    width: 100%;
}

    table.cmAddressJourInfobox tr {
        border-bottom: 1px solid #DEE1E5
    }

        table.cmAddressJourInfobox tr td {
        }

            table.cmAddressJourInfobox tr td.collabel {
                font-weight: 600;
            }

            table.cmAddressJourInfobox tr td.colcontent {
                color: #000000;
                font-family: "Open Sans";
                font-size: 20px;
                font-weight: normal;
                letter-spacing: 0.05px;
                line-height: 40px;
                text-align: right;
            }

                table.cmAddressJourInfobox tr td.colcontent a {
                    color: #004D66;
                    font-weight: 600;
                    text-decoration: none;
                }

table.cmContent-template-2col-staff {
    border: 1px solid #F8F8F8;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
    width: 100%;
}

    table.cmContent-template-2col-staff tr td {
        padding: 20px;
    }

        table.cmContent-template-2col-staff tr td:last-of-type {
            padding: 20px;
            padding-left: 0;
        }

        table.cmContent-template-2col-staff tr td ul {
            text-align: left;
            list-style-type: disc;
            list-style-position: outside;
            list-style-image: url(../Img/ico-round.svg);
            margin-left: 32px;
            margin-bottom: 16px;
        }

            table.cmContent-template-2col-staff tr td ul li {
                font-size: 14px;
            }

    table.cmContent-template-2col-staff tbody tr td.col50 h4 {
        margin-bottom: 30px;
    }

    table.cmContent-template-2col-staff h6 {
        font-size: 19px;
    }

/* Visa ej kvartersvärdslänk */
#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_liLandlord {
    display: none;
    visibility: hidden;
}

table.box.secondary.col25 {
    width: 100%;
    box-sizing: border-box;
}

.col25 .box-inner img {
    max-width: unset;
}

p.creditchecktext {
    text-align: left;
    font-style: italic;
    margin-top: 10px;
    font-size: 11px;
}

.objectlist-area {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #DEE1E5;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 70px 30px -60px rgba(0,0,0,0.2), 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
    padding: 10px 10px;
    box-sizing: border-box;
}


.objectlist-area-select {
    width: auto;
    float: left;
}

    .objectlist-area-select.city {
        margin-right: 20px;
    }

div.objectlist-area div.objectlist-area-select.city span {
    display: inline;
}

ul.horizontal li.showonmap {
    margin-bottom: 5px;
}

.navigation-tabs {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

    .navigation-tabs .tab {
        display: inline-block;
        cursor: pointer;
        padding: 5px 10px;
        box-sizing: border-box;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        background: #f3f3f3;
        color: #ccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

        .navigation-tabs .tab:hover {
            background: #fff;
            color: #323232;
        }

        .navigation-tabs .tab.active {
            background-color: white;
            color: #222;
            border-bottom: 1px solid #fff;
            margin-bottom: -1px;
            font-weight: 600;
        }


/**** Stage interest ****/
div.stage-header {
    height: 52px;
    background-color: #ffffff;
    border-color: #004D66;
}

div.stage-footer {
    background-color: #ffffff;
    border-color: #004D66;
}

div.stage-objectinterest div.interest-interestinfo table tbody tr td a:nth-child(2n) {
    padding: 0;
}

body.hso_stage_register div.box-inner ul li h2 {
    font-size: 30px;
}

/* ################ CISION CSS START ################ */

body.investorrelations div.col100 div.col66 {
    width: 65%;
}

body.investorrelations h1.pagetitle {
    margin-bottom: 60px;
}

div.cision.about div.downloads {
    width: 25%;
    float: left;
    text-align: center;
}

div.col66 div.cision.about h3 {
    font-size: 14px;
    line-height: 23px;
}
/* TABELL TICKER CISION */
table.minimalistBlack {
    border: 1px solid #dcdcdc;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    background-color: white;
}

#table.minimalistBlack h3 {
    color: #4e4e4e;
    padding: 0px;
    line-height: 1.2em;
}

table.minimalistBlack tbody tr td #enhetTicker {
    font-size: 14px;
    font-weight: bold;
    color: #4e4e4e !important;
    padding: 0px;
    margin: 0px;
    margin-left: 0px;
    display: inline;
    margin-left: 3px;
}

table.minimalistBlack td, table.minimalistBlack th {
    border: 0px solid #000000;
    padding: 0px 15px 0px 15px
}

table.minimalistBlack tbody tr td {
    /*width: 50%;*/
    color: #4e4e4e !important;
    text-align: left;
    font-weight: bold;
    padding: 10px 10px;
    margin: 5px 5px;
}

table.minimalistBlack thead {
    background: #EFEFEF;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #f0f0f0 66%, #EFEFEF 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #f0f0f0 66%, #EFEFEF 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%, #f0f0f0 66%, #EFEFEF 100%);
    border-bottom: 0px solid #000000;
}

    table.minimalistBlack thead th {
        font-size: 18px;
        font-weight: bold;
        color: #303030;
        text-align: left;
    }

table.minimalistBlack tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #4e4e4e;
    border-top: 0px solid #000000;
}

    table.minimalistBlack tfoot td {
        font-size: 14px;
        padding-bottom: 10px;
    }

table.minimalistBlack tbody tr td img {
    width: 40px;
}

.tickerprocent, .tickerlatest, .tickerchange {
    font-size: 13px;
    font-weight: normal;
}


/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
    /*background-color: white;*/
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 0px solid #e4e4d8;
    display: table-cell;
    margin: 0 auto;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

div.divTable.divTableCol2 {
    width: 370px;
}

/* TABELL EVENT CISION */
table.cisionEvent {
    border: 1px solid #dcdcdc;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    background-color: white;
}

#table.cisionEvent h3 {
    color: #4e4e4e;
    padding: 0px;
    line-height: 1.2em;
}

h3.rubrikHeader {
    color: #4e4e4e;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px !important;
    line-height: 26px;
}

h3.rubrikCalendar {
    font-size: 20px !important;
    margin-top: 10px !important;
    line-height: normal !important;
}

.calendarSubHeader {
    color: #4e4e4e !important;
    font-size: 14px !important;
    margin: 0px 0px 0px 0px;
}

table.cisionEvent tbody tr td #enhetTicker {
    font-size: 12px;
    font-weight: bold;
    color: #4e4e4e !important;
    padding: 0px;
    margin: 0px;
}

table.cisionEvent td, table.cisionEvent th {
    border: 0px solid #000000;
    padding: 5px 10px
}

    table.cisionEvent th p {
        font-weight: 700;
        font-family: "Spline Sans", sans-serif;
    }

table.cisionEvent tbody tr td {
    width: 50%;
    color: #4e4e4e !important;
    text-align: left;
    font-weight: bold;
}

table.cisionEvent thead {
    background: #EFEFEF;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #f0f0f0 66%, #EFEFEF 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #f0f0f0 66%, #EFEFEF 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%, #f0f0f0 66%, #EFEFEF 100%);
    border-bottom: 0px solid #000000;
}

    table.cisionEvent thead th {
        font-size: 18px;
        font-weight: bold;
        color: #303030;
        text-align: left;
    }

table.cisionEvent tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #4e4e4e;
    border-top: 0px solid #000000;
}

    table.cisionEvent tfoot td {
        font-size: 14px;
        padding-bottom: 10px;
    }

table.cisionEvent tbody tr td img {
}

table.cisionEvent tbody tr th:nth-of-type(4n+3),
table.cisionEvent tbody tr th:nth-of-type(4n+4) {
    text-align: center;
}

table.cisionEvent tbody tr td.cisionReportcol1 {
    width: 15%;
    font-size: 14px;
}

table.cisionEvent tbody tr td.cisionReportcol2 {
    width: 55%;
    font-size: 14px;
}

table.cisionEvent tbody tr td.cisionReportcol3 {
    width: 15%;
    font-size: 14px;
    text-align: center;
}

table.cisionEvent tbody tr td.cisionReportcol4 {
    width: 15%;
    font-size: 14px;
    text-align: center;
}

table.cisionEvent tbody tr th p.rubrikHeader {
    margin: 0;
    line-height: 40px;
}

}

a.pressArkiv {
    -moz-box-shadow: 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    box-shadow: 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
}

    a.pressArkiv:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
        background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
        background-color: #ffab23;
    }

    a.pressArkiv:active {
        position: relative;
        top: 1px;
    }

a.stockInfo,
a.pressArkiv {
    border-radius: 3px;
    border-color: #004D66;
    background-color: #004D66;
    color: #FFCBFF;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-weight: 600;
    float: right;
}

    a.stockInfo:active {
        position: relative;
        top: 1px;
    }

    a.stockInfo:hover,
    a.pressArkiv:hover {
        background: #DC8C2B;
    }

a.stocklink {
    font-size: 13px;
}

/* OTHER */
div.tickerbox {
    width: 100%;
    box-shadow: 0 70px 30px -60px rgba(0,0,0,0.2), 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
}

div.containerTicker {
    margin: 0 0 20px;
    /*background-color: white;*/
}

div.cision.about {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

div.containerEvents {
    box-shadow: 0 70px 30px -60px rgba(0,0,0,0.2), 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

    div.containerEvents h3 {
    }

div.divTableCell h3 {
    font-size: 20px;
}

.button, a.presslink-btn, a.displayyear-btn {
    padding: 3px !important;
    margin: 3px !important;
}

.cisionEventcol1 {
    width: 28% !important;
}

.cisionEventcol2 {
    width: 72% !important;
}

.eventdate {
    color: #004D66 !important;
    font-size: 12px;
}

.eventname {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    display: inherit;
}

.cisionReportcol1, .cisionReportcol2 {
    font-size: 13px;
}

table.cisionEvent tbody tr:nth-child(even) {
    background: #f2f2f2;
}

div.col33 table.cisionEvent tbody tr:nth-child(even) {
    background: unset;
}

div.divTableCell.press {
    background: #fff;
    border: 1px solid #dcdcdc;
    box-shadow: 0 70px 30px -60px rgba(0,0,0,0.2), 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

div.divTableCell h4.pressIngress {
    font-size: 20px !important
}

div.containerEvents table.cisionEvent tbody tr:last-of-type {
    margin-bottom: 10px;
    background: unset;
}

    div.containerEvents table.cisionEvent tbody tr:last-of-type > td {
        padding: 10px 20px 20px 0px;
    }

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ucSubscribe_form h3 {
    font-size: 25px !important;
}

#ctl00_ctl01_lblContentTitle {
    font-weight: 600;
    text-align: center;
}

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ucSubscribe_form {
}

    div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ucSubscribe_form h3 {
        font-size: 18px !important;
    }

hr.amasten-separator-press {
    border-top: dotted 2px #c4c4c4 !important;
    margin-top: 1px;
}

hr.amasten-separator {
    border-top: solid 2px #c4c4c4 !important;
}

/* Dölj sidomenyn */
div #ctl00_ctl01_div_menu {
    /*display: none;
    visibility: hidden;*/
}
/* Fullbredd för content */
body.investorrelations div.siteContent {
    width: 100%;
    padding: 0;
}


.tempPuffDiv {
    margin-left: 2%;
    margin-right: 2%;
}

table.tempPuffTable {
    width: 100%;
    border: dashed 1px black;
}

    table.tempPuffTable tr td {
        text-align: center;
        height: 120px;
        border: dashed 1px black;
    }

.dimBtn {
    /*background: #d2d2d2 !important;
    color: #3d3d3d;*/
    background: #e9e9e9 !important;
    color: #878787 !important;
}

div.investorinfo-contact {
    background: #fff;
    background-color: rgb(255, 255, 255);
    border: 1px solid #DEE1E5;
    padding: 10px 20px 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-weight: 600;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 70px 30px -60px rgba(0,0,0,0.2), 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
}

div.investor-financial-info {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #dcdcdc;
    box-shadow: 0 70px 30px -60px rgba(0,0,0,0.2), 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
    text-align: center;
}

    div.investorinfo-contact h3,
    div.investor-financial-info h3 {
        font-size: 26px;
        font-weight: bold;
        color: #303030;
        text-align: left;
    }

    div.investorinfo-contact h4,
    div.investor-financial-info h4 {
        font-size: 21px;
    }

    div.investorinfo-contact .ingress,
    div.investor-financial-info .ingress {
        margin-bottom: 10px;
    }

    div.investor-financial-info .ingress {
        font-size: 16px;
    }

div.investorinfo-contact div.investor-contact img.image {
    padding: 20px;
    background: #fff;
    border: 1px solid #DEE1E5;
    box-shadow: 0 70px 30px -60px rgba(0,0,0,0.2), 0 5px 12px 0 rgba(0,0,0,0.04), 0 1px 2px 0 rgba(0,0,0,0.08);
    margin-bottom: 20px;
    box-sizing: border-box;
}

div.investor-financial-info ul {
    padding: 15px;
    margin: 0;
    list-style: none;
}

    div.investor-financial-info ul li {
        text-align: left;
        list-style-type: none !important;
        list-style-position: inside;
        display: inline;
    }

        div.investor-financial-info ul li a {
            text-decoration: none;
            color: #051033;
            font-size: 14px;
        }

            div.investor-financial-info ul li a:hover {
                color: #004D66;
            }

div.col100 div.investor-financial-info {
    float: left;
    width: 100%;
}

    div.col100 div.investor-financial-info ul {
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

        div.col100 div.investor-financial-info ul li {
            float: left;
            margin-right: 20px;
        }

div.investor-contact {
    padding: 15px 5px;
    box-sizing: border-box;
}

.btn-filter-reg {
    background: #ffffff;
    border: 1px solid #626262;
    color: #004D66;
    height: 36px;
    padding: 4px 12px 6px;
    font-size: 13px;
    line-height: 23px;
    text-shadow: none;
    /*border: 1px solid #004D66;*/
    border-radius: 5px;
}

    .btn-filter-reg:hover {
        background: #ffffff;
        border-color: #004D66;
        color: #004D66;
    }

.stocksup {
    font-size: 38px !important;
    color: #46bc56 !important;
}

.stocksdown {
    font-size: 38px !important;
    color: #d65252 !important;
}

.stocksnochange {
    font-size: 38px !important;
}

div.divTableCell > h3 {
    line-height: unset !important;
}

/* ################ CISION CSS END ################ */
span#object_detail_buttonlist.button-list span.btn_streetview {
    display: none;
}


/* Ny layout objektsdetaljen, anmäl intresse-blocket */
/*#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divRegisterIntrest {
    width:100%;
}

.register-interest input[type="submit"] {
    width: 100%;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divObjectContent {
    height:1px; visibility:hidden;
}*/

.objectproperty-OBJECTPROPERTY_3D span {
    
}

ul.horizontal li.objectproperty-OBJECTPROPERTY_3D {
    padding: 0 0 0 20px;
    margin: 0 10px 0 0;
}

ul.horizontal li.objectproperty-OBJECTPROPERTY_3D {
    background: #fff url('../Img/ikon_Rityta1.png') no-repeat 0 2px;
    color: #000000;
    background-size: 16px 16px;
    padding-left: 20px;
    margin-top: 3px;
}
.objectproperty-OBJECTPROPERTY_3D span {
    display:none;
}

.vfa_resident_objectmaintenance_insert li.label.lblDescription {
    display: none;
}


/** 2022-12-14 VIPHI **/
h3#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblListAvailableTitle {
    display:none;
}
div.rental ul.listavailable.apartments,
div.rental ul.listavailable.parking {
    display:none;
}
.removeInterestBox > div.pageSubHeader {
    color: #051033;
}
div.alertinfo p a {
    color:#fff;
    text-decoration:underline;
}

fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
    font-size: 1.5em;
    margin-right: 0.5em;
    color:#fff;
}

a#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_lbSendEmailVerificationEmail.corelinkbutton {
    color:#fff;
}
/** Hidden VIPHI **/
div.box-secondary-outer.box-outer.interest {
    display:none;
    visibility:hidden;
}