﻿/*
 * 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,
div.siteFooter-container,
div.siteTopLinks-container {
    width:100%;
    margin:0 auto;
    background:#fff;
}
div.siteTopLinks-container {
    background:#eaeae8;
}
div.siteHeader-container {
    box-sizing:border-box;
    position:relative;
    border-bottom:10px solid #1255a3;
    
}
    div.siteHeader-container div.siteHeader div.siteLogo {
        position: absolute;
        top: 16px;
        left: 0;
    }
    div.siteHeader-container div.siteHeader div.siteLogo a img {
        width:160px;
     }
div.siteMain-container {
    padding:30px;
    box-sizing:border-box;
}
div.siteFooter-container {
    float:left;
    background: #eaeff2;
    padding-bottom:20px;
}
div.global-authorization,
div.siteHeader,
div.siteMain,
div.siteFooter {
    width:1170px;
    margin:auto;
}
div.siteMain {
    padding-top:20px;
}
div.footerlogo-container {
    text-align: center;
    padding-bottom: 10px;
    background: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #1255a3;
}
.footerlogo {
    text-align:center;
}
.col100.footerlogo-container img {
    max-width: 940px;
    position: relative;
    bottom: -18px;
    width:300px;
}

div.siteFooter .col100 {
    padding:30px 0;
    box-sizing:border-box;
    color: #161616;
    font-size: 12px;
    background:transparent;
}
    div.siteFooter .col100 ul li {
        display:block;
    }
    div.siteFooter .col100 ul li:first-of-type {
    }
    div.siteFooter .col100 ul li .fa:before {
        color:#000 !important;
        font-size:18px;
    }
    div.siteFooter h6 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
        text-transform:uppercase;
    }
div.siteFooter span.header {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
    text-transform: none;
    display: block;
}
    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 {
    color:#000;
    font-size:14px;
    font-weight:300;
}
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:#000;
    text-decoration:none;
}
.fa:before {
    color:#1255a3;
}
.fa-search:before {
    color:#afbdc7;
}
.fa.fa-asterisk:before {
    color:#cc0000;
}
.global-authorization .fa:before {
    color:#1255a3;
}
/*
 * Sidebar container 
 */
div.siteSidebar {
    background:#fff;
}
	
/*
 * 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 {
    
}
div.siteContact {}
div.siteLogos {}
ul.siteOptions {
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    top: 0;
    margin:0 0 0 ;
    padding:20px 0 0;
    border-top:1px solid #afbdc7;
}
ul.siteOptions li {
    display: inline;
    text-align: center;
    float: none;
    padding:0;
    margin:0;
}

ul.siteOptions li a {
    color: #161616;
    font-size:12px;
    text-decoration:none;
    padding: 0 5px;
    float:none;
}
ul.siteOptions li a:before {
    content: "\f105";
    color:#1255a3;
    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 {
    border: 1px solid #afbdc7;
    border-radius: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 40px;
    width: 273px;
    background:#eaeff2;
}
div.search_area .search_field {
    background:transparent;
    border:0;
    font-size: 14px;
    padding: 10px;
    position: relative;
    top: 0;
    width: 200px;
    box-shadow:none;
    float:left;
}
div.search_area .btn_search {
    border: none;
    color: #8C8C8B;
    background: transparent url(../Img/btn-search-new.png) no-repeat 0 0;
    background-size:40px 40px;
    height: 40px;
    width: 40px;
    padding: 0;
    text-indent: -9999px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 0;
    margin-right: 0;
    border-radius:0;
    }


/*@import url("Font.css");*/

/* 
 * General
 */
html {}
form {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0;
}
body {
    background: #fff;
    font-family: Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 160%;
    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 {
    color:#1255a3;
}
p {
    margin: 0 0 10px;
}
/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height:110%;
    color:#afbdc7;
}

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;
}

h3 {
    font-size: 22px; 
    margin-bottom: 10px; 
    margin-top: 10px;
}

h4 {
    font-size: 20px; 
    font-weight: 600; 
    margin-bottom: 5px;
}

h5 {
    font-size: 15px; 
    margin: 0 0 10px 0;}


h6 {
    font-size: 15px; 

}
h2.header, h3.header {}
.siteHeader h1 {}
    
/*
 * Menus
 */
ul.topmenu li a {}
ul.submenu li {}

/*
 * Search area
 */	
div.search_area .btn_search {}	

/*
 * Boxes
 */
.box {}
.primary h3, .secondary h3 {
    background:transparent;
    font-size:21px;
    color:#1255a3;
}
.primary h3 {}
.secondary h3 {}
.box-rental h2, .box-resident h2 {} 
h2.localnews {}

.box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4,
div.box-secondary-inner.box-inner h2 {
    background:transparent;
    color:#1255a3
}
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: 14px;
    margin-bottom:3px;
}
.box-primary div.title-icon, .box-secondary div.title-icon {
    width:46px;
}
h3.user {
    margin-bottom:0;
}
span.button-list input {}	
a.link-large {}
.siteBreadcrumbs,.siteOptions {}
.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 {
    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: #afbdc7;
    line-height: 20px;
    height: auto;
}
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: #1255a3;
    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:#1255a3;
}
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:#eaeff2;
    border-color:#afbdc7;
    font-weight:bold;
    font-size:14px;
    padding:5px 10px;
    color:#1255a3;
}
div.pageFooter {
    background:#eaeff2;
    border-color:#afbdc7;
    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 {
 border-bottom: 1px solid #afbdc7;
 padding-left:30px;
}
ul.submenu ul ul a {
 border-bottom: 1px solid #afbdc7;
  padding-left:40px;
}

/*** Link styles ***/
ul.submenu a {
    font-size: 16px;
    font-weight: 400;
    color:#1255a3;
    border-bottom: 1px solid #afbdc7;
    text-decoration:none;
    padding:15px;
}
ul.submenu a:hover {
    color:#303030;
}

/*** Special styles ***/
ul.submenu li.expanded:before {
    content: "\f107";
    color: #afbdc7;
    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";
    color: #afbdc7;
    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";
    color: #afbdc7;
    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";
    color: #afbdc7;
    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: #afbdc7;
    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 a {
}
ul.submenu li.expanded ul li.last {
}
ul.submenu li:hover:before {
    content: "\f105";
    color: #afbdc7;
    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: #afbdc7;
    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: #afbdc7; 
    font-family: FontAwesome;
}
ul.submenu li ul li.expanded.selected:before {
    content: "\f105";
    color: #afbdc7; 
    font-family: FontAwesome;
}
ul.submenu li ul li.expanded.selected:hover:before,
ul.submenu li ul li.collapsed.selected:hover:before {
    content: "\f105";
        color: #afbdc7;
    font-family: FontAwesome;
}
ul.submenu li ul li.selected:before {
    content: "\f107";
    color: #afbdc7; 
    font-family: FontAwesome;
}
ul.submenu li.selected, ul.submenu li.childselected {
    font-weight:normal;
}
ul.submenu li ul li:hover:before {
    content: "\f107";
       color: #afbdc7;
    font-family: FontAwesome;
}
ul.submenu li ul li.selected:hover:before {
    content: "\f107";
        color: #afbdc7;
    font-family: FontAwesome;
}
ul.submenu li ul li.collapsed:hover:before,
ul.submenu li ul li.expanded:hover:before {
    content: "\f105";
        color: #afbdc7;
    font-family: FontAwesome;
}
ul.submenu li.collapsed:hover:before,
ul.submenu li.expanded:hover:before {
    content: "\f105";
    color:#afbdc7;
    font-family: FontAwesome;
}
ul.submenu li.collapsed.selected:hover:before,
ul.submenu li.expanded.selected:hover:before {
    content: "\f105";
        color: #afbdc7;
    font-family: FontAwesome;
}
ul.submenu li.selected:hover:before {
    content: "\f107";
        color: #afbdc7;
    font-family: FontAwesome;
}
ul.submenu li ul li.collapsed:hover:before,
ul.submenu li ul li.expanded:hover:before {
    content: "\f105";
    color: #afbdc7;
    font-family: FontAwesome;
}

ul.submenu li.expanded.childselected:before,
ul.submenu li ul li.expanded.childselected:before {
    content: "\f105";
    color: #afbdc7;
    font-family: FontAwesome;
}

ul.submenu > li.expanded > a {
    padding-bottom: 15px;
    color:#1255a3;
}

    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:#1255a3;
    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:#eaeff2;
    color: #333;
}
.primary .box-inner {
    border:1px solid #afbdc7;
}
.primary hr {
    border-color:#333;
    background:#333;
    height:1px;
    overflow:hidden;
}
.primary a {
        color:#333;
}
    .primary a.bulleted {
        color:#333;
        text-decoration:none;
        font-size:15px;
    }
.primary a.bulleted:before  {
    content:"\f054";
    font-family: FontAwesome;
    padding-right:6px;
    color:#1255a3;
    text-decoration:none;
    font-size:14px;
    display:inline-block;
    top:1px;
    position:relative;
}

/*** Secondary ***/
.secondary {
    background:#eaeff2;
    color:#333;
}
.secondary .box-inner {
    border:1px solid #afbdc7;
}
.secondary hr {
    border-color:#afbdc7;
    background:#afbdc7;
    height:1px;
    overflow:hidden;
    margin-top:10px;
    float:right;
}
.secondary a {
    color:#333;
}
    .secondary a.bulleted {
        color:#333;
        text-decoration:none;
    }
.secondary a.bulleted:before  {
    content:"\f054";
    font-family: FontAwesome;
    padding-right:6px;
    color:#1255a3;
    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 {
    background:#fcdfe2;
}

table.gridlist tr.dimmed {
}

table.gridlist td {
}
table.gridlist td.header, tr.header td {
    background-color:#1255a3;
	font-size: 13px;
    height:32px;
    font-weight:normal;
    color:#fff;
    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:#1255a3;
    color:#fff;
}
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:#1255a3;
        color:#fff;
}
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 {
    color:#1255a3;
    text-decoration:none;  
}
table.gridlist img.objectlist_icon {
}
ul.mypage_profile {
	border-bottom: 1px solid #afbdc7;
    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 {
    background:#1255a3;
    color:#fff;
}
.dynamic-map .more .area-label {}
.dynamic-map .more .area-label a {
    padding: 0 10px 0 6px;
    font-size: 13px;
    text-decoration: none;
}
div#infobox div.area-links ul {
    margin-left:20px;
}
div#infobox div.area-header h3 {
    color:#1255a3;
}
div#infobox div.area-img {
    margin-top:10px;
}
.dynamic-map #infobox > div {
    border-color:#afbdc7;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(105,102,105,1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(105,102,105,1);
    box-shadow: 3px 3px 5px 0px rgba(105,102,105,1);
}
/*@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: 18px;
    height: 36px;
    font-size: 14px;
}
.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size:15px;
    line-height:26px;
}
.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:#eaeff2;
    margin-bottom: 20px;
    padding: 17px 30px 3px;
    border:1px solid #ccc;
    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 #1255a3;
    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:#1255a3;
}
.ui-widget-content {
    background: #fff;
    border: 2px solid #ddd;
}
.ui-slider-horizontal .ui-slider-range {
    height: 7px;
    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: #1255a3;
    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: 70px;
    font-size: 15px;
}
div.page-col25 ul.grid li.right {
    padding-left: 70px;
    width: auto;
    font-size:15px;
}
div.page-col50 ul.grid li.left {
    float: left;
    width: 300px;
    font-size: 17px;
    line-height: 41px;
    font-weight: normal;
}
.register-interest input[type="submit"] {
    background:#1255a3;
    color:#fff;
    border-radius:0;
    padding:10px 20px;
    font-size: 16px;
    border-color:#fff;
    cursor:pointer;
}
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;
    border-color:#afbdc7;
}
div.image-thumbs {
    padding-left:360px;
}

    div.image-thumbs img {
    border-color:#afbdc7;
    }

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;
    }

div.TableSummary.subst-table {
    border:1px solid #afbdc7;
}

div.title-icon span.fa-stack.fa-3x i.fa-stack-1x.fa.fa-search {
    font-size:32px;
    left:-10px;
}

p#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblDescription {
    font-weight:bold;
}

div.areatext {
    width: 60%;
    float: left;
}
div.areaimg {
    width: 39%;
    float: right;
    overflow: hidden;
}
div.box-primary.box.primary.areainfo {
    margin-top:20px;
}
div.article-area-info div.article-area-info p img {
    width:100%;
}
div.interest-header {
    background-color:#eaeff2;
    border-color:#afbdc7;
}
div.interest-interestinfo {
    float: right;
    font-size: 14px;
    width: 83%;
    height: 37px;
    padding: 5px 10px 10px 0;
    margin-bottom: 10px;
}
div.interest-objectinfo {
    float: left;
    width: 82%;
}
div.subst-table ul, div.subst-table li {
    font-size: 14px;
}
div.interest-footer {
    font-size:14px;
    padding: 6px 8px 12px 0;
    background:#eaeff2;
    border-color:#afbdc7;
}
div.interest-footer p {
    background-color:#eaeff2;
}
div.interest-objectinfo {
    border-color:#afbdc7;
}
li.objectproperty-OBJECTPROPERTY_13737 span {
    background-repeat: no-repeat;
    padding-left: 17px;
}
li.objectproperty-OBJECTPROPERTY_13737 span {
    background-image: url('../Img/icons/ico-65plus.png');
    font-size: 14px;
}