/*
 * Main stylesheet for the new cleaned structure.
 *
 * 090814	HE		Initial version
 * 111028	NP		Removed some imports
 */

/*@import url("Structure.css");*/

/*
 * Main site containers 
 */

body {
    color: #000;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1em;
    line-height: 1.42857;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

form {
    width: 100%;
    padding-bottom: 0;
}

div.cookie-header {
    background-color: #259585;
    color: #fff;
    padding: 1.5em;
    text-align: center;
    font-size: 1em;
}

    div.cookie-header a {
        color: #fff;
        font-size: 1em;
    }

    div.cookie-header .btn {
        display: block;
        margin: 1em auto;
    }

div.siteHeader-container,
div.siteMain-container,
div.siteFooter-container {
    margin: 0 auto;
    width: 100%;
}

div.siteHeader-container {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

div.siteFooter-container {
    background: #1B5271;
    display: block;
    float: left;
    padding-bottom: 5em;
}

div.siteMain-container {
    margin-bottom: 25px;
    margin-top: 2em;
}

div.siteHeader,
div.siteMain,
div.siteFooter {
    width: 1140px;
    margin: 0 auto;
}

/*
 * Site header
 */
div.siteHeader {
    width: 1140px;
    position: relative;
    padding: 1em 0;
}

/*
 * Sidebar container 
 */
div.siteSidebar {
}

/*
 * Content containers 
 */
div.siteContent {
    min-height: 500px;
}

div.siteContentFull {
}

div.siteContentPopup {
}

div.siteContentIframe {
}

/*
 * Footer elements 
 */
div.siteBreadcrumbs {
    width: 100%;
    background: #259585;
    position: relative;
    color: #fff;
}

div.breadcrumsbackground {
    width: 1140px;
    margin: 0 auto;
    display: block;
    line-height: 37px;
}

div.siteBreadcrumbs a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

div.siteBreadcrumbs b {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

    div.siteBreadcrumbs b:hover {
        color: #fff;
        text-decoration: underline;
    }

div.siteBreadcrumbs a:hover {
    color: #fff;
    text-decoration: underline;
}

div.siteOptions {
}

div.siteContact {
    font-size: 0.925em;
}

    div.siteContact li a {
        cursor: pointer;
    }

div.siteLogos {
}

ul.siteOptions {
    display: none;
    visibility: hidden;
}

    ul.siteOptions li {
    }
.fa {
    color:#013857;
}
/*
 * 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 {
    display: none;
    visibility: hidden;
}

    div.search_area .search_field {
    }


/*@import url("Font.css");*/

/* 
 * General
 */
html {
}

body {
}

input, textarea, select {
}

pre, code, kbd {
}

strong, b {
}

em {
}

.ingress {
}

.pre-amble {
}

.alert {
}

p {
}

a, a:visited {
    color: #013857;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:hover, a.bulleted:hover:before,
    .primary a.bulleted:hover:before {
        color: #013857;
    }

    a.bulleted:before {
        color: #013857;
    }

div.global-authorization {
    right: 0;
    position: absolute;
    top: 3.5em;
}

    div.global-authorization a {
        color: #013857;
    }

.alignleft {
    margin-right: 20px;
}

/*
 * Headers
 */
h1, h2, h3, h4, h5 {
    background: none;
    font-weight: 500;
    color: inherit;
    line-height: 1.1;
}

    h1, h2.pagetitle {
        font-size: 36px;
        color: inherit;
        margin-bottom: 1em;
    }

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h2.header, h3.header {
}

.siteHeader h1 {
    width: 556px;
    position: relative;
    top: -25px;
}

    .siteHeader h1 img {
    }

/*
 * Menus
 */

ul.submenu a {
    color: #013857;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: none;
    width: auto;
    padding: 6px 0;
    border-color: #eee;
}

    ul.submenu a:hover {
        color: #259585
    }

ul.submenu ul {
}

    ul.submenu ul a {
        color: #000;
        font-size: 1em;
        font-weight: 600;
        line-height: 26px;
    }

ul.submenu li {
    font-size: 100%;
}

    ul.submenu li.selected a {
        font-weight: 600;
        color: #013857
    }

    ul.submenu li.selected > a {
        font-weight: 600;
        color: #013857
    }

ul.submenu a,
ul.submenu ul a,
ul.submenu ul ul a {
    line-height: 2em;
    padding: 0.5em 1em;
    font-weight: 400;
}

ul.submenu ul a,
ul.submenu ul ul a {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 0.95em;
}

ul.submenu ul a {
    padding-left: 2em;
}

ul.submenu ul ul a {
    padding-left: 3em;
}



/*** Special styles ***/
ul.submenu li.expanded {
}

ul.submenu li.collapsed {
}

ul.submenu li.selected, ul.submenu li.childselected {
}

    ul.submenu li.selected ul, ul.submenu li.childselected ul {
        font-weight: normal;
        padding-bottom: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }

    ul.submenu li.selected > ul,
    ul.submenu li.expanded.childselected > ul {
        margin-top: 0;
        background: #F7FAF4;
    }

ul.submenu li.expanded.childselected ul li.expanded.selected.first ul,
ul.submenu li.expanded.childselected ul li.expanded.childselected.first ul {
    margin-top: 0;
}


ul.submenu li.selected ul ul, ul.submenu li.childselected ul ul {
    margin-bottom: 0;
    padding-bottom: 0;
}


ul.submenu li.collapsed a:before {
    content: "\f067";
    color: #259585;
    font-family: FontAwesome;
    font-size: 0.9em;
    line-height: 2.125em;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded a:before {
    content: "\f068";
    color: #259585;
    font-family: FontAwesome;
    font-size: 0.90em;
    line-height: 2.125em;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded.childselected ul li.expanded.selected a:before {
    content: "\f068";
    color: #259585;
    font-family: FontAwesome;
    font-size: 0.95em;
    line-height: 2.125em;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded.childselected ul li.collapsed.selected a:before {
    content: "\f067";
    color: #259585;
    font-family: FontAwesome;
    font-size: 0.95em;
    line-height: 2.125em;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded.childselected ul li.expanded.childselected a:before {
    content: "\f068";
    color: #259585;
    font-family: FontAwesome;
    font-size: 0.9em;
    line-height: 2.125em;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded.selected ul li.collapsed a:before {
    content: "\f067";
    color: #259585;
    font-family: FontAwesome;
    font-size: 0.95em;
    line-height: 2.125em;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded.childselected ul li.collapsed a:before {
    content: "\f067";
    color: #259585;
    font-family: FontAwesome;
    font-size: 0.95em;
    line-height: 2.125em;
    position: absolute;
    right: 1em;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 400;
}

ul.submenu li.expanded.childselected ul li.expanded.childselected ul li a:before,
ul.submenu li.expanded.childselected ul li.expanded.childselected ul li.selected a:before {
    content: "";
}

ul.submenu li.collapsed:before {
    content: "";
}

ul.submenu li.expanded:before {
    content: "";
}

ul.submenu li.expanded.selected ul li a:before {
    content: "";
}

ul.submenu li.expanded.childselected ul li a:before {
    content: "";
}

ul.submenu li.expanded.childselected ul li.expanded.selected ul li a:before {
    content: "";
}
/*
 * 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 {
    font-size:1em;
}

.siteContact {
}

div.siteHeader table {
}

ul.form {
}

.box ul.form {
}

.pageFooter input {
}

div.navbar div.text {
}

.tbl_list {
}

.tbl_cell_list_header {
}

.tbl_grid {
}

.agreetext, .infotext {
}


/*@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 {
    height: auto;
}

input, select, textarea {
}

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 {
}

.btn-disabled {
}

/*** Input element default sizes ***/
.col50 .box-inner .textbox,
.col75 .box-inner .textbox {
}

.col50 .box-inner .textarea,
.col75 .box-inner .textarea {
}

/*
 * Horizontal rule 
 */
hr {
}

/*
 * Button list
 */
span.button-list input, span.button-list a {
}

span.button-list a {
}

    span.button-list a.selected {
    }

.rentalinfo input, .rentalinfo a {
}

/* 
 * Navigation bar
 */
div.navbar {
    margin-top: 20px;
}

    div.navbar .buttons {
    }

        div.navbar .buttons input {
        }

            div.navbar .buttons input dimmed {
            }

        div.navbar .buttons .btn_first {
        }

        div.navbar .buttons .btn_prev {
        }

        div.navbar .buttons .btn_next {
        }

        div.navbar .buttons .btn_last {
        }

    div.navbar .text {
    }

        div.navbar .text a {
        }

        div.navbar .text p {
        }

            div.navbar .text p.left {
            }

            div.navbar .text p.right {
            }

/*
 * Page form header & footer
 */
div.pageHeader, div.pageSubHeader {
}

div.pageHeader, div.pageSubHeader {
}

div.pageFooter {
}

    div.pageFooter input {
    }

/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}

div.validator-valid {
}

div.validator-unvalid {
}

span.validation-summary {
}

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 {
    min-height: 0px !Important;
}

    div.image-text-basic img {
    }

div.article {
    min-height: 0px !Important;
}

/* 
 * 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 {
    position: absolute;
    top: 3em;
    left: 16em;
}

    ul.topmenu li {
    }

        ul.topmenu li a {
            font-size: 19px;
            font-weight: normal;
            line-height: 20px;
            padding: 15px 0;
            margin-right: 2em;
            font-weight:500;
        }

            ul.topmenu li a:hover {
            }

        /*** Selected item or selected child-item ***/
        ul.topmenu li.expanded.childselected a {
            color: #013857;
        }

        ul.topmenu li.selected a, ul.topmenu li.childselected a {
            color: #013857;
        }

            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 {
    }

        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 {
        }


/*@import url("Elements/Lists.css");*/

/*
 * Ordered/Unordered lists 
 */
ul, ol {
}

    ul li {
    }

    ol li {
    }

    /* 
 * Horizontal list 
 */
    ul.horizontal {
    }

        ul.horizontal li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
        }

    ul.horizontal-bulleted {
    }

        ul.horizontal-bulleted li {
        }

div.related-content div.box-inner li.doc_document {
}

div.related-content div.box-inner li.inf_link {
}

div.related-content div.box-inner li.cm_page {
}

/*
 * Boxlist
 */
ul.boxlist {
}

    ul.boxlist li {
    }

/* 
 * FAQ List 
 */
ul.faq-list {
}

    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 {
}

/* 
 * 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: #F1E6B2;
    color: #000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

    .primary hr {
    }

    .primary a {
    }

        .primary a.bulleted {
        }

            .primary a.bulleted:before {
            }

    .primary h1, .primary h2, .primary h3, .primary h4, .primary h5, .primary h6 {
        background: transparent;
        background: none;
        color: #013857;
    }

/*** Secondary ***/
.secondary {
    background: #F1E6B2;
    color: #000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

    .secondary hr {
    }

    .secondary a {
    }

    .secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6 {
        background: transparent;
        background: none;
        color: #013857;
    }

/*** Login Control ***/
.col25 div.loginarea span {
}

.col37 div.loginarea span {
}

.col37 div.loginarea input {
}

    .col37 div.loginarea input.btn {
    }


/*@import url("Elements/Grids.css");*/

/*
 * Table grid list
 */
div.grid {
}

table.gridlist {
}

    table.gridlist tr.headerrow {
    }

    table.gridlist tr.marked {
    }

    table.gridlist tr.dimmed {
    }

    table.gridlist td {
    }

        table.gridlist td.header, tr.header td {
        }

            table.gridlist td.header a, tr.header td a {
            }

                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 {
                }

                table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                }

        table.gridlist td.listitem-even, tr.listitem-even td {
        }

.box-primary table.gridlist td.listitem-even, .box-primary tr.listitem-even td,
.box-secondary table.gridlist td.listitem-even, .box-secondary tr.listitem-even td,
.box table.gridlist td.listitem-even, .box tr.listitem-even td,
.box-primary table.gridlist td.listitem-odd, .box-primary tr.listitem-odd td,
.box-secondary table.gridlist td.listitem-odd, .box-secondary tr.listitem-odd td,
.box table.gridlist td.listitem-odd, .box tr.listitem-odd td {
}

table.gridlist td.listitem-odd, tr.listitem-odd td {
}

table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}

table.gridlist tr td td {
}

table.gridlist img.objectlist_icon {
}

/*
 * UL form list
 */
ul.form {
}

    ul.form li {
    }

        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 {
}

.ui-slider-horizontal .ui-slider-range {
    background: #00a0d0;
}

div.siteFooter .col25, div.siteFooter .col20, div.siteFooter .col33 {
    color: #eee;
    margin-top: 3em;
}

div.siteFooter .col25, div.siteFooter .col20 {
    margin-right: 70px;
}

    div.siteFooter .col25 h4, div.siteFooter .col33 h4, div.siteFooter .col20 h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    div.siteFooter .col25 p, div.siteFooter .col33 p, div.siteFooter .col20 p {
        margin: 0;
    }

    div.siteFooter .col25 a, div.siteFooter .col33 a, div.siteFooter .col20 a {
        color: #fff;
        text-decoration: underline;
    }

        div.siteFooter .col25 a:hover, div.siteFooter .col33 a:hover, div.siteFooter .col20 a:hover {
            text-decoration: underline;
        }

.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;
}

.interest-footer span[id$='lblSeqnoApartment'] {
    font-weight: 700;
    display: block;
}
