/*
 * Main stylesheet for the new cleaned structure.
 *
 * 090814	HE		Initial version
 * 111028	NP		Removed some imports
 */

/*@import url("Structure.css");*/

/*
 * Main site containers 
 */
div.siteHeader-container,
div.siteMain-container {
    width: 100%;
    margin: 0 auto;
    background: #eee;
}
div.siteFooter-container {
    width: 100%;
    margin: 0 auto;
    background: #1b242a;
}

div.siteHeader-container {
    box-sizing: border-box;
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    position: relative;
}

    div.siteHeader-container div.siteHeader div.siteLogo {
        position: absolute;
        top: 29px;
        left: 15px;
    }

        div.siteHeader-container div.siteHeader div.siteLogo a img {
            width: 210px;
        }

div.siteMain-container {
    padding: 30px;
    box-sizing: border-box;
}

div.siteFooter-container {
    float: left;
    border-top: 5px solid #1B242A;
    background: #1b242a;
}

div.siteHeader,
div.siteMain,
div.siteFooter {
    width: 1170px;
    margin: auto;
}

div.siteMain {
    padding-top: 20px;
}

div.siteFooter .col100 {
    padding: 30px 0;
    box-sizing: border-box;
    color: #161616;
    font-size: 12px;
    background: transparent;
}

    div.siteFooter .col100 ul li {
        display: inline;
        float: right;
        display: inline-block;
        float: right;
        padding-top: 7px;
        margin-left: 35px;
        margin-right: 35px;
    }

        div.siteFooter .col100 ul li:first-of-type {
            display: inline-block;
            width: auto;
            float: left;
        }

            div.siteFooter .col100 ul li:first-of-type img.WahlinLogotype {
                max-width: 170px;
                margin-top: 0;
                margin-bottom: 15px;
            }

        div.siteFooter .col100 ul li .fa:before {
            color: #333 !important;
            font-size: 18px;
        }

div.siteFooter h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

div.siteFooter a {
    color: #333;
    text-decoration: none;
}
/*
 * Site header
 */
div.siteHeader {
    position: relative;
    height: 105px;
    box-sizing: border-box;
    padding-bottom: 0;
    padding-top: 0;
}

div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
    background: #E00034;
    margin-left: 5px;
    padding-left: 10px;
}

div.global-authorization {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3000;
    font-size: 14px;
}

div.global-unauthorized-login,
div.global-authorized-logout {
    background: #E00034;
}

div.global-authorization a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.fa:before {
}

.fa.fa-asterisk:before {
    color: #cc0000;
}

.global-authorization .fa:before {
    color: #fff;
}
/*
 * Sidebar container 
 */
div.siteSidebar {
    background: #eee;
}

/*
 * Content containers 
 */
div.siteContent {
}

div.siteContentFull {
}

div.siteContentPopup {
}

div.siteContentIframe {
}

/*
 * Footer elements 
 */
div.siteBreadcrumbs {
    width: 100%;
    float: right;
    text-align: right;
    display: none;
    visibility: hidden;
}

    div.siteBreadcrumbs span > span a {
        text-decoration: none;
    }

        div.siteBreadcrumbs span > span a b {
            color: #999;
            font-weight: normal;
        }

div.siteContact {
    font-size: 16px;
    color:#fff;
}

div.siteLogos {
}

ul.siteOptions {
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    top: 0;
    margin: 0 0 0;
    padding: 20px 0 20px;
    border-top: 1px solid #ccc;
    font-size: 16px;
    color: #fff;
}

    ul.siteOptions li {
        display: inline;
        text-align: center;
        float: none;
        padding: 0;
        margin: 0;
    }

        ul.siteOptions li a {
            color: #fff;
            font-size: 16px;
            text-decoration: none;
            padding: 0 5px;
            float: none;
        }

            ul.siteOptions li a:before {
                content: "\f105";
                color: #fff;
                font-family: FontAwesome;
                font-size: 14px;
                line-height: 19px;
                padding-right: 4px;
                right: 4px;
                text-decoration: none;
            }
/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {
}

.col100 {
}

.col75 {
}

.col50 {
}

.col37 {
}

.col33 {
}

.col25 {
}

.page-popup {
}

/*
 * Errormessage control
 */
div.errormsg {
}

div.erroricon {
}

div.errortext {
}

/*
 * Search area
 */
div.search_area {
}

    div.search_area .search_field {
    }


/*@import url("Font.css");*/

/* 
 * General
 */
html {
}

form {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0;
}

body {
    background: #1b242a;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
}

input, textarea, select {
}

pre, code, kbd {
}

strong, b {
}

em {
}

.ingress {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}

.pre-amble {
}

.alert {
}

a {
}

p {
    margin: 10px 0 15px 0;
}
/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Source San Pro', sans-serif;
    font-weight: 400;
    line-height: 110%;
}

h1 {
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    h1.pagetitle {
        font-weight: 300;
    }

h2 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 38px;
}

h3 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 34px;
}

h4 {
    font-size: 19px;
    margin-bottom: 5px;
    line-height: 30px;
}

h5 {
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 24px;
}

h6 {
    font-size: 14px;
}

h2.header, h3.header {
}

.siteHeader h1 {
}

/*
 * Menus
 */
ul.topmenu li a {
    bottom: -15px;
    font-size: 16px;
    font-family: 'Source San Pro', sans-serif;
    color: #000000;
}

ul.submenu li {
}

/*
 * Search area
 */
div.search_area .btn_search {
}

/*
 * Boxes
 */
.box {
}

.primary h3, .secondary h3 {
    background: transparent;
    font-size: 21px;
    color: #333;
}

.primary h3 {
}

.secondary h3 {
}

.box-rental h2, .box-resident h2 {
}

h2.localnews {
}

.box-primary h3, .primary h3, .box-primary h4, .primary h4 {
    background: transparent;
    color: #333;
}

.box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
    background: transparent;
    color: #333;
}

ul.mypage_profile_interest_header h4 {
    font-size: 20px;
    margin-top: 3px;
    background: transparent;
    color: #161616;
}

ul.mypage_profile li, ul.mypage_profile_interest li span {
    font-size: 13px;
    margin-bottom: 3px;
}

h3.user {
    margin-bottom: 0;
}

span.button-list input {
}

a.link-large {
}

.siteBreadcrumbs, .siteOptions {

}

.siteContact {
    text-align:center;
}

div.siteHeader table {
}

ul.form {
}

.box ul.form {
}

.pageFooter input {
}

div.navbar div.text {
}

.tbl_list {
}

.tbl_cell_list_header {
}

.tbl_grid {
}

.agreetext, .infotext {
    font-size: 13px;
}


/*@import url("CM.css");*/

/* 
 * Snippets 
 */
.tbl_snippets_main {
}

.tbl_snippets_main_70 {
}

.tbl_snippets_main_hss {
}

.tbl_cell_snippet_spacer {
}

.tbl_cell_snippet_33 {
}

.tbl_cell_snippet_50 {
}

.tbl_cell_snippet_70 {
}

.tbl_cell_snippet_100 {
}

.link {
}


/*@import url("Elements/General.css");*/

/*
 * Paragraphs
 */
p {
}

    p.mul-img img {
    }

    p.mul-plan img {
    }

    p.pNoEntries {
    }

/*
 * Hyperlinks
 */
a.image {
}

a.planning {
}

a.bulleted {
}

a.icon-areainfo img {
}

/*
 * Form elements
 */
input, select, textarea {
    border-radius: 0;
    border-color: #000;
}

input, textarea {
}

    input.no-border, table.no-border input, span.no-border input {
    }

    /*** Checkbox ***/
    input.check, table.check input, span.check input {
    }

    /*** Radiobutton ***/
    input.radio, table.radio input, span.radio input, span.radio label {
    }

/*** Submit button ***/
.btn, .btn-disabled {
}

.btn {
    background: #E00034;
    color: #fff;
    padding: 10px 20px;
    line-height: 0;
    height: 32px;
    font-size: 12px;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

.btn-disabled {
    background: #e3e3e3;
    color: #999;
    padding: 10px 20px;
    line-height: 0;
    height: 32px;
    font-size: 12px;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

/*** Input element default sizes ***/
.col50 .box-inner .textbox,
.col75 .box-inner .textbox {
}

.col50 .box-inner .textarea,
.col75 .box-inner .textarea {
}

/*
 * Horizontal rule 
 */
hr {
}

/*
 * Button list
 */
span.button-list input, span.button-list a {
}

span.button-list a {
}

    span.button-list a.selected {
    }

.rentalinfo input, .rentalinfo a {
}

span#object_detail_buttonlist.button-list .btn_details {
    background: #eee;
}

span.button-list span.btn_details.fa:before {
    color: #fff;
}
/* 
 * Navigation bar
 */
div.navbar {
    margin-top: 30px;
}

    div.navbar .buttons {
    }

        div.navbar .buttons input {
        }

            div.navbar .buttons input dimmed {
            }

        div.navbar .buttons .btn_first {
        }

        div.navbar .buttons .btn_prev {
        }

        div.navbar .buttons .btn_next {
        }

        div.navbar .buttons .btn_last {
        }

    div.navbar .text {
    }

        div.navbar .text a {
        }

        div.navbar .text p {
        }

            div.navbar .text p.left {
            }

            div.navbar .text p.right {
            }

/*
 * Page form header & footer
 */
div.pageHeader, div.pageSubHeader {
    background: #eee;
    border-color: #ccc;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 10px;
}

div.pageFooter {
    background: #eee;
    border-color: #ccc;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 10px;
}

    div.pageFooter input {
        margin-top: 2px;
    }

/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}

div.validator-valid {
}

div.validator-unvalid {
}

span.validation-summary {
    color: #ff0000;
    font-size: 14px;
    line-height: 19px;
    margin-left: 3px;
}

span.forminfo-icon {
}

span.forminfo-text {
}

/*
 * Landlord presentation
 */
div.landlord-area {
}

div.landlord-img {
}

    div.landlord-img img {
    }

ul.landlord-list {
}

    ul.landlord-list li {
    }

        ul.landlord-list li div.label {
        }

/* 
 * Image text 
 */
div.image-text-basic {
}

    div.image-text-basic img {
    }

div.article {
    min-height: unset;
    margin-bottom: 30px;
}

/* 
 * Parking-direct & Object-direct & Storage-direct
 */
span.ico_p-direct, span.ico_object_direct, span.ico_storage-direct {
}

span.ico_p-direct {
}

span.ico_object_direct {
}

span.ico_storage-direct {
}

/* NEWS DATE */
span.newsdate {
}

/* COMMENT*/
span.comment {
}

/* 
 * Table list
 */
table.tbl_list {
}

    table.tbl_list tr td {
    }

    table.tbl_list tr.tbl_cell_list_header td {
    }

/* 
 * Table grid
 */
table.tbl_grid {
}

    table.tbl_grid tr td {
    }

.headerstyle {
}

.alternate {
}

/*
 * Control specific styles
 */
div.ImageTextStyles {
}

/*
 * Search Area Results
 */
div.search_results {
}

    div.search_results .search_textfield_area {
    }

    div.search_results .navbar {
    }


/*@import url("Elements/TopMenu.css");*/

/*** Reset all list-styles ***/
ul.topmenu, ul.topmenu li {
}

/*** Setup basic menu look ***/
ul.topmenu {
}

    ul.topmenu li {
    }

        ul.topmenu li a {
        }

            ul.topmenu li a:hover {
            }

        /*** Selected item or selected child-item ***/
        ul.topmenu li.selected, ul.topmenu li.childselected {
        }

            ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
            }


/*@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 {
        font-size: 16px;
        font-weight: 400;
        color: #333;
        border-bottom: 1px solid #ccc;
        text-decoration: none;
        padding: 15px;
    }

        ul.submenu a:hover {
            color: #303030;
        }

    /*** Special styles ***/
    ul.submenu li.expanded:before {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 19px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 14px;
    }

    ul.submenu li.collapsed:before {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 19px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 14px;
    }
    /*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: "\f105";
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 19px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 14px;
    }
    /** 2015-08-17 **/
    ul.submenu li.selected:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 19px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 14px;
    }

    /*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: "\f105";
        color: #000000;
        font-family: FontAwesome;
        font-size: 13px;
        line-height: 19px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 14px;
    }

    ul.submenu li.expanded a {
        border: none;
    }

    ul.submenu li.expanded ul li.last {
    }

    ul.submenu li:hover:before {
        content: "\f105";
        color: #eee;
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 19px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 14px;
    }

    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: "\f105";
        color: #000;
        font-family: FontAwesome;
    }

    ul.submenu li ul li ul li.expanded.selected:before, ul.submenu li ul li ul li.selected:before {
        content: "\f054";
        color: #000;
        font-family: FontAwesome;
    }

    ul.submenu li ul li.expanded.selected:before {
        content: "\f105";
        color: #000;
        font-family: FontAwesome;
    }

    ul.submenu li ul li.expanded.selected:hover:before,
    ul.submenu li ul li.collapsed.selected:hover:before {
        content: "\f105";
        color: #0e2e46;
        font-family: FontAwesome;
    }

    ul.submenu li ul li.selected:before {
        content: "\f107";
        color: #000;
        font-family: FontAwesome;
    }

    ul.submenu li.selected, ul.submenu li.childselected {
        font-weight: normal;
    }

    ul.submenu li ul li:hover:before {
        content: "\f107";
        color: #000;
        font-family: FontAwesome;
    }

    ul.submenu li ul li.selected:hover:before {
        content: "\f107";
        color: #000;
        font-family: FontAwesome;
    }

    ul.submenu li ul li.collapsed:hover:before,
    ul.submenu li ul li.expanded:hover:before {
        content: "\f105";
        color: #0e2e46;
        font-family: FontAwesome;
    }

    ul.submenu li.collapsed:hover:before,
    ul.submenu li.expanded:hover:before {
        content: "\f105";
        color: #0e2e46;
        font-family: FontAwesome;
    }

    ul.submenu li.collapsed.selected:hover:before,
    ul.submenu li.expanded.selected:hover:before {
        content: "\f105";
        color: #000;
        font-family: FontAwesome;
    }

    ul.submenu li.selected:hover:before {
        content: "\f107";
        color: #000;
        font-family: FontAwesome;
    }

    ul.submenu li ul li.collapsed:hover:before,
    ul.submenu li ul li.expanded:hover:before {
        content: "\f105";
        color: #000;
        font-family: FontAwesome;
    }

    ul.submenu li.expanded.childselected:before,
    ul.submenu li ul li.expanded.childselected:before {
        content: "\f105";
        color: #000;
        font-family: FontAwesome;
    }

    ul.submenu > li.expanded > a {
        padding-bottom: 15px;
        background: #eee;
        color: #000;
    }

    ul.submenu li.expanded.selected a, ul.submenu li.selected a {
    }


/*@import url("Elements/Lists.css");*/

/*
 * Ordered/Unordered lists 
 */
ul, ol {
}

    ul li {
        font-size: 14px;
    }

    ol li {
        font-size: 14px;
    }

    /* 
 * Horizontal list 
 */
    ul.horizontal {
    }

        ul.horizontal li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
        }

    ul.horizontal-bulleted li {
        background: none;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #eeeae4;
        list-style-type: none;
        width: 100%;
        display: block;
        line-height: 28px;
        font-size: 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 {
}

/*
 * Boxlist
 */
ul.boxlist {
}

    ul.boxlist li {
    }

/* 
 * FAQ List 
 */
ul.faq-list {
}

    ul.faq-list li {
    }

    ul.faq-list .icon-question {
    }

    ul.faq-list .icon-answer {
    }

    ul.faq-list .question {
    }

    ul.faq-list .question, ul.faq-list .answer {
    }

/* 
* Sitemap
*/
.sitemap_paragraph {
}

/* 
 * Sitemap List 
 */
ul.link {
}

ul li.maplink {
}

    ul li.maplink:before {
        content: "\f105";
        color: #eee;
        font-family: FontAwesome;
        font-size: 18px;
        line-height: 22px;
        padding-right: 3px;
        right: 4px;
        text-decoration: none;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }
/* 
 * ListAvailable
 */
ul.listavailable {
}

.col50 ul.listavailable li a {
}

.col25 ul.listavailable li a.align-left {
}

ul.listavailable a img {
}

/*
 * Thumbnail list
 */
div.thumbnail-container {
}

ul.thumbnail-list {
}

    ul.thumbnail-list img {
    }

.thumbnail-container ul.thumbnail-list li {
}

    .thumbnail-container ul.thumbnail-list li.alignleft {
    }

.col25 .thumbnail-container ul.thumbnail-list li {
}

    .col25 .thumbnail-container ul.thumbnail-list li.alignleft {
    }


/*@import url("Elements/Boxes.css");*/

/*** General rules ***/
.box {
}

.box-outer {
}

.box .noheight {
}

.box-inner {
}

.box a.rss {
}

.box a img {
}

.box a.rss img {
}

td.box-inner {
}

/*** Primary ***/
.primary {
    background: #eee;
    color: #333;
}

    .primary .box-inner {
        border: 1px solid #ccc;
    }

    .primary hr {
        border-color: #333;
        background: #333;
        height: 1px;
        overflow: hidden;
    }

    .primary a {
        color: #333;
    }

        .primary a.bulleted {
            color: #0000ff;
            text-decoration: underline;
            font-size: 13px;
        }

            .primary a.bulleted:before {
                content: "\f054";
                font-family: FontAwesome;
                padding-right: 6px;
                text-decoration: none;
                font-size: 14px;
                display: inline-block;
                top: 1px;
                position: relative;
            }

/*** Secondary ***/
.secondary {
    background: #eee;
    color: #333;
}

    .secondary .box-inner {
        border: 1px solid #ccc;
    }

    .secondary hr {
        border-color: #333;
        background: #333;
        height: 1px;
        overflow: hidden;
    }

    .secondary a {
        color: #0000ff;
    }

        .secondary a.bulleted {
            color: #0000ff;
            text-decoration: none;
        }

            .secondary a.bulleted:before {
                content: "\f054";
                font-family: FontAwesome;
                padding-right: 6px;
                color: #000;
                text-decoration: none;
                font-size: 14px;
                display: inline-block;
                top: 1px;
                position: relative;
            }

    .secondary a {
    }

/*** Login Control ***/
.col25 div.loginarea span {
    font-size: 16px;
}

.col25 div.loginarea span {
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}

.col25 div.loginarea input:first-of-type {
    margin-bottom: 10px;
}

.col37 div.loginarea input {
}

    .col37 div.loginarea input.btn {
    }

.col25 div.loginarea p {
    margin: 0;
}

    .col25 div.loginarea p:last-of-type {
        margin: 0 0 20px;
    }

.col25 div.loginarea .btn {
    margin: 0 0 10px;
}

/*@import url("Elements/Grids.css");*/

/* Table grid list
 */
div.grid {
}

table.gridlist {
    font-size: 14px;
}

    table.gridlist tr.headerrow {
    }

    table.gridlist tr.marked {
    }

    table.gridlist tr.dimmed {
    }

    table.gridlist td {
    }

        table.gridlist td.header, tr.header td {
            background-color: #eee;
            font-size: 13px;
            height: 32px;
            font-weight: normal;
            color: #000000;
            padding: 0 10px;
        }

            table.gridlist td.header:first-of-type {
                padding-left: 6px;
            }

            table.gridlist td.header:last-of-type {
                padding-right: 10px;
            }

            table.gridlist td.header a, tr.header td a {
                background-color: #eee;
                color: #000000;
            }

                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: #eee;
                    color: #000000;
                }

                table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                    background-color: #005aa0;
                }

        table.gridlist td.listitem-even, tr.listitem-even td {
            padding: 10px 3px;
            font-size: 15px;
            background: #f9f9f9;
        }

.box-primary table.gridlist td.listitem-even, .box-primary tr.listitem-even td,
.box-secondary table.gridlist td.listitem-even, .box-secondary tr.listitem-even td,
.box table.gridlist td.listitem-even, .box tr.listitem-even td,
.box-primary table.gridlist td.listitem-odd, .box-primary tr.listitem-odd td,
.box-secondary table.gridlist td.listitem-odd, .box-secondary tr.listitem-odd td,
.box table.gridlist td.listitem-odd, .box tr.listitem-odd td {
}

table.gridlist td.listitem-odd, tr.listitem-odd td {
    border-bottom: 1px solid #ccc;
    padding: 10px 3px;
    font-size: 14px;
}

table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}

table.gridlist tr td a {
    text-decoration: none;
}

table.gridlist img.objectlist_icon {
}

ul.mypage_profile {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 13px;
    margin-top: 20px;
}

/*
 * UL form list
 */
ul.form {
}

    ul.form li {
        font-size: 14px;
    }

        ul.form li.validator {
        }

        ul.form li.label {
        }

.box-primary ul.form li.label,
.box-secondary ul.form li.label,
.box ul.form li.label {
}

ul.form li.textvalue {
}

ul.form li.value {
}

ul.form li.text {
}

div.siteContentIframe ul.form li.label {
}

div.siteContentIframe ul.form li.text {
}

ul.form li.textrow {
}

ul.form li.value label {
}

ul.form li.value input {
}

ul.form li.label-large {
}

.formstyle {
}

    .formstyle .label {
    }

/*
 * Statistics grid
 */
div.statistics table {
}

/*
 * News-archive grid
 */
div.news-archive .date-column {
}

div.news-archive .content-column .title {
}


/*@import url("Elements/DynamicMap.css");*/

.dynamic-map {
}

    .dynamic-map a {
    }

    .dynamic-map #infobox {
    }

        .dynamic-map #infobox > div {
        }

    .dynamic-map #fade_bg {
    }

    .dynamic-map #fade_color {
    }

    .dynamic-map #fade_bg img {
    }

    .dynamic-map .more {
    }

        .dynamic-map .more .nr {
        }

        .dynamic-map .more .area-label {
        }


/*@import url("Elements/Slider.css");*/

/*
  * Slider width and position
  */
.col75 .slider,
.col75 .slider-container {
}

.col50 .slider,
.col50 .slider-container {
}

.col25 .slider,
.col25 .slider-container {
}

.col25 .slider,
.col25 .slider-container {
}

.slider-container {
}

.slider-inner {
}

.slider {
}

/*
 * Pager
 */
.pager {
}

    .pager li {
    }

        .pager li.selected {
        }

/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {
}

#slider_next {
}

#slider_prev {
}


/** Site Footer Never Ends **/
div.siteNeverEnds {
    padding: 20px 0;
    text-align: center;
    color: #000;
    font-size: 12px;
}

.box-container .alignleft {
    margin-right: 2.859%;
}

.box-container .btn {
    padding: 7px 14px;
    line-height: 0px;
    height: 29px;
    font-size: 11px;
}

.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size: 13px;
    line-height: 22px;
}

.devwatermark {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 144px;
    position: fixed;
    bottom: 49px;
    right: 8px;
    opacity: 0.05;
    z-index: 99;
    color: black;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
/* QuickFilter */
.objectlistFilters {
    background: #fff;
    margin-bottom: 20px;
    padding: 17px 30px 3px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

ul.quickfilter li {
    float: left;
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    margin-right: 44px;
    width: 45%;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.4em;
}

.ui-slider .ui-slider-handle {
    border-radius: 100%;
    border: 1px solid #eee;
    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: 12px;
    width: 89%;
    margin-top: 8px;
}

ul.quickfilter span.maxValue {
    float: right;
    width: auto;
    font-size: 12px;
}

ul.quickfilter li span.title, ul.quickfilter li span {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: normal;
}

ul.quickfilter label {
    font-size: 13px;
}

ul.quickfilter li.full span.title {
    font-weight: bold;
    margin: 0;
    margin-top: 20px;
}

.ui-widget-header {
    background: #eee;
}

.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: #eee;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 8px 16px 10px;
}

table.check tr td {
    padding: 8px;
}

.templatelist.block.objectlist,
ul.templatelist.block,
.templatelist.block:nth-child(1n+3) {
    background: #f9f9f9;
    border: 1px solid #dbdbdb;
    margin-right: 2%;
    width: 31.5% !important;
    font-size: 14px;
}

.templatelist.block:nth-child(3n+3) {
    margin-right: 0 !important;
}

.templatelist.block.header li label, .templatelist.block li label {
    width: 70px;
}

.templatelist.block {
    background: #efefef;
    border: none;
}

    .templatelist.block li {
        padding-top: 8px;
    }

        .templatelist.block li:nth-child(even) {
            background: #fff;
        }

ul.templatelist.block li h2 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
}

ul.templatelist.block li img.image {
    display: block;
    margin: 0 auto;
    max-height: 110px;
    padding-left: 0;
    width: 80%;
    overflow: hidden;
}

.templatelist.block.objectlist li label {
    width: 80px;
}

ul.listviews li a {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

ul.listviews li i {
    color: #ccc;
    font-size: 14px;
    padding-right: 4px;
}

ul.listviews li.selected i {
    color: #409bd1;
}

div.page-col25 ul.grid li.left {
    float: left;
    width: 60px;
    font-size: 12px;
}

div.page-col25 ul.grid li.right {
    padding-left: 60px;
    width: auto;
    font-size: 12px;
}

div.page-col50 ul.grid li.left {
    float: left;
    line-height: 29px;
    width: 300px;
    font-size: 15px;
    line-height: 36px;
    font-weight: normal;
}

.register-interest input[type="submit"] {
    background: #eee;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
}

div.jquerypanel .header a.hidden,
div.jquerypanel .header a {
    background-color: transparent;
    background-position: 0 50%;
}

ul.exchangeobject, div.jquerypanel {
    background-color: #e6f9ff;
}

span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblNoEntries {
    background: #beeaff;
    color: #0e2e46;
    display: inline-block;
    font-weight: normal;
    margin-top: 30px;
    padding: 10px 20px;
}

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;
    }

#cookiecheck span {
    font-size: 12px;
}

#cookiecheck div.pageHeader, #cookiecheck div.pageSubHeader {
    border: 1px solid #555;
}

div.image-slideshow {
    margin-bottom: 10px;
    float: left;
}

div.image-big,
div.image-big img {
    width: 350px;
}

div.image-thumbs {
    padding-left: 360px;
}

table.list tbody tr td h3 {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 10px;
}

span#object_detail_buttonlist.button-list .btn_details {
    color: #FFF;
    font-size: 18px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 34px;
    border-radius: 0px;
    margin: 0 auto;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: -10px;
}

span#object_detail_buttonlist.button-list .btn_details_button {
    font-size: 11px;
}

ul.subst-row:last-child > li:not(:last-child) div.subst-table {
    padding: 10px;
}

div.interest-header {
    background-color: #fff;
    border-color: #e5e5e5;
}

div.interest-interestinfo {
    float: right;
    font-size: 85%;
    width: 610px;
    height: 37px;
    padding: 5px 10px 10px 0;
    margin-bottom: 10px;
}

div.interest-objectinfo {
    float: left;
    width: 600px;
}

div.subst-table ul, div.subst-table li {
    font-size: 13px;
}

.tfcorrespondence .lblTFCorrespondence_error {
    color: #d61726;
}

div.tfcorrespondence label {
    margin-left: 5px;
    display: inline-block;
    font-size: 13px;
}

.tfcorrespondence .dividerTFCorrespondence {
    margin-top: 10px;
    padding-top: 9px;
    border-top: 1px #ddd solid;
}

.col75 img {
    max-width: 870px;
}

.col50 img {
    max-width: 570px;
}

.col25 img {
    max-width: 285px;
}

.col25 .box-inner img {
    max-width: 250px;
}

table.col75 tbody tr td.col25 p img {
    max-width: 275px;
}

/** HSM-BINDER **/
div.hsm_binder {
    font-size: 14px;
}

    div.hsm_binder span.button-list {
        margin-bottom: 10px;
    }

        div.hsm_binder span.button-list a {
            padding: 10px 0 10px 12px;
            white-space: nowrap;
            line-height: 25px;
            width: auto;
            display: block;
            margin-bottom: 0;
            border-bottom: 1px solid #ddd;
            font-size: 15px;
            margin: 0;
            text-decoration: none;
        }

            div.hsm_binder span.button-list a:hover {
                background: #fff;
            }

            div.hsm_binder span.button-list a:before {
                content: "\f054";
                color: #eee;
                font-family: FontAwesome;
                font-size: 14px;
                padding-right: 6px;
                text-decoration: none;
            }

            div.hsm_binder span.button-list a:last-of-type {
                margin-bottom: 0;
                border-bottom: unset;
            }

        div.hsm_binder span.button-list.rentalinfo a.selected {
            background: #fff;
        }

            div.hsm_binder span.button-list.rentalinfo a.selected:before {
                content: "\f078";
                color: #eee;
            }

    div.hsm_binder span > br {
        margin-bottom: 12px;
    }

    div.hsm_binder span.button-list.rentalinfo {
        background: #f8f7f6;
        border: 1px solid #dfdfdf;
        padding: 0;
        display: block;
        box-sizing: border-box;
    }

    div.hsm_binder span.rentalinfo_content {
        margin: 0;
        padding: 20px 20px 10px;
        font-size: 15px;
        line-height: 25px;
        background: #f8f7f6;
        border: 1px solid #dfdfdf;
    }

        div.hsm_binder span.rentalinfo_content span {
            padding: 0;
            font-size: 15px;
        }

            div.hsm_binder span.rentalinfo_content span a:before {
                content: "\f15c";
                color: #eee;
                font-family: FontAwesome;
                font-size: 23px;
                padding-right: 6px;
                text-decoration: none;
                padding-left: 0;
            }

            div.hsm_binder span.rentalinfo_content span a:hover {
                color: #000;
            }

.rentalinfo input, .rentalinfo a {
    background: transparent;
    padding: 0 0 0 20px;
}

#ctl00_ctl01_SearchSimple_divSearchArea {
    display: none;
}

div.residentInfo.residentLinks {
    display: none;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_divMessages {
    display: none;
}

#ctl00_ctl01_ucTopLinks_divUnauthorized > div.global-unauthorized-register {
display:none;
}

.vfa_resident_objectmaintenance_insert li.label.lblDescription {
    display: none;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_LoginControl1_hlForgottenPassword {
    display: none;
}