
.devwatermark {
    display:none;
}
form {
    padding-bottom:0;
}
/**Structure**/
body {
    background:#efefef;
    font-family: 'Lato', sans-serif, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #131313;
    line-height: 1.5;
    font-weight:400;
}
a {
    color:#212A72;
    text-decoration:underline;
}
a:link,
a:visited {
    color:#212A72;
    text-decoration:none;
}
a:hover {
    color:#3f82b1;
    text-decoration:none;
}
a:active {
     text-decoration:underline;
}

/*
 * Main site containers 
 */
 
div.fullHeader {
}
div.fullContent {
}
.default div.fullContent {
}
div.ImageTextStyles.Image {
}
div.ImageTextStyles.Image img {
}
div.image-slideshow {
    margin-bottom:0;
}
div.image-thumbs {
    padding-left: 363px;
}
div.image-big img {
    width: 346px;
    border: solid 4px #e0e0e0;
}
div.sitelogo {
}
div.global-authorization {
    padding:6px 0;
    width:100%;
    position:absolute;
    right:10px;
    top:20px;
    padding:0;
}
    div.global-authorization a {
        text-decoration: none;
        font-size: 15px;
        font-weight: normal;
        color: #fff;
        background: #202B73;
        border: 2px solid #212A72;
        border-radius: 20px;
        padding: 5px 10px;
        display: inline-flex;
        color: white;
        font-size: 16px;
        margin-left: 5px;
        margin-right: 0px;
        float: right;
    }
    div.global-authorization a:hover {
        background: RGBA(32, 43, 115, 0.8);
    }
div.global-authorization i {
    color:#004583;
    display:none;
}
div.global-language.lang_en-US {
    display:none;
}
div.fullFooter {
}
div.siteToplinks-container,
div.siteHeader-container, 
div.siteMain-container, 
div.siteFooter-container,
div.siteAuthor-container  {
	margin: 0;
    margin:0 auto;
    width:100%;
    background:#fff;
}
div.siteToplinks-container {
    background:#fff;
}
div.siteToplinks-container:after {
    content:"";
    display:block;
    clear:both;
} 
div.siteHeader-container {
    background:#fff;
}
.devider-line {
    height:14px;
    width:100%;
    position:relative;
    background: white;
    background: -moz-linear-gradient(left, #212A72 0%, #00E0E6 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #212A72), color-stop(100%, #00E0E6));
    background: -webkit-linear-gradient(left, #212A72 0%, black 100%);
    background: -o-linear-gradient(left, #212A72 0%, #00E0E6 100%);
    background: -ms-linear-gradient(left, #212A72 0%, #00E0E6 100%);
    background: linear-gradient(to right, #212A72 0%, #00E0E6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-gradient-2-start', endColorstr='$color-gradient-2-end', GradientType=1 );
}
.devider-line-inverted {
  height: 14px;
  width: 100%;
  position: relative;
  background: white;
  background: -moz-linear-gradient(left, #00E0E6 0%, #212A72 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #00E0E6), color-stop(100%, #212A72));
  background: -webkit-linear-gradient(left, #00E0E6 0%, black 100%);
  background: -o-linear-gradient(left, #00E0E6 0%, #212A72 100%);
  background: -ms-linear-gradient(left, #00E0E6 0%, #212A72 100%);
  background: linear-gradient(to right, #00E0E6 0%, #212A72 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-gradient-2-end', endColorstr='$color-gradient-2-start', GradientType=1 );
}
    .devider-line-inverted.bottom {
        height:4px;
        margin-top:30px;
    }
div.siteFooter-container {
    padding-top: 60px;
    width: 100%;
    background-color: #202B73;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}


div.siteToplinks, div.siteHeader, div.siteFooter {
    margin:0 auto;
    background:#fff;
    padding: 10px 10px 0;
    width: 100%;
}
div.siteHeader {
    padding:0;
}
div.siteMain {
    width:1140px;
    margin:0 auto;
    padding-top:60px;
}
div.siteToplinks {
    padding:0;
}
div.siteFooter {
    background:transparent;
    width:1140px;
    margin:0 auto;
    text-align:center;
}
div.siteHeader {
    background:transparent;
    position: relative;
    height:88px;
    box-sizing: border-box;
}
div.siteHeader h1 {
}

div.siteLogo {
    left: 0;
    position: absolute;
    top:7px;
}
div.siteLogo a {
    display:inline-block;
}

div.siteHeader-container div.siteHeader div.siteLogo a img {
    width:108px;
    height:54px;
    padding:11px;
}

div.siteMain {
    margin-top: 0;
}

div.siteFooter {
    padding-top:40px;
}
div.siteFooter:after {
    content:"";
    display:block;
    clear:both;
}
div.siteFooter a {
}

h6.header-contact {
    font-size: 19px;
    font-weight: normal;
    margin: 0 0 15px;
}
div.siteAuthor {
    color: #5f5f5f;
    font-size: 11px;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    width: auto;
}
div.article {
	min-height: 0;
    margin-bottom:30px;
}
/*
 * Site header
 */
div.siteHeader {
}
/*
 * Sidebar container 
 */
div.siteSidebar {
    margin-bottom:20px;
}
/*
 * Content containers 
 */
div.siteContent {
	width: 74.4681%;
    margin-bottom:20px;
}
div.siteContentFull {
}
div.siteContentPopup {
}
div.siteContentIframe {
}
/*
 * Footer elements 
 */
div.siteBreadcrumbs {
    display:none;
}
div.siteOptions {
}
div.siteContact {
    font-size: 16px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    color:#fff;
}
div.siteContact:after {
    content:"";
    display:block;
    clear:both;
}
div.siteLogos {
}
ul.siteOptions {
    float: left;
    font-size:10px;
    margin: 20px 0 0 20px;
    padding: 0;
    width: auto !important;
    display:none;
}
ul.siteOptions li {
}
div.interest-header {
    font-weight: bold;
    margin: 10px 0;
    padding: 2px 8px 5px;
}
div.interest-objectinfo {
    width: 690px;
}
/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {
    background:transparent;
}
.col100 {
}
.col75 {
}
.col50 {
}
.col37 {
}
.col33 {
}
.col25 {
}
.page-popup {
}
/*
 * Errormessage control
 */
div.errormsg {
}
div.erroricon {
}
div.errortext {
    font-size: 13px;
}
/*
 * Search area
 */
div.topOptions {
}
div.search_area {
    text-align: right;
    position: absolute;
    right: 0;
    width:240px;
    display:none;
}
div.search_area .search_field {
}
/*
 * newslist
 */

ul.newslist li.NewsPost {
}
/**Font**/
html {
}
body {
}
input, textarea, select {
}
pre, code, kbd {
}
strong, b {
}
em {
}
.ingress {
    color: #262626;
    font-weight: normal;
    line-height: 25px;
    font-size: 17px;
}
.pre-amble {
}
.alert {
}
code, kbd, pre {
    font-family: Monaco,Courier,"Courier New",Tahoma;
}
p {
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 12px;
}
a {
	text-decoration: underline;
	color: #555
}
a:hover {
}
/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #131313;
    font-family: 'Raleway', sans-serif;
}
h1, h1.pagetitle {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 40px;
}
h2 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 40px;
    font-weight: 800;
}
h3 {
    font-size: 24px;
    margin-bottom: 6px;
    line-height:32px;
    font-weight: 800;
}
h4 {
    font-size: 21px;
    margin-bottom: 6px;
    line-height:30px;
    font-weight: 800;
}

h5 {
    font-size: 18px;
    margin-bottom: 4px;
    line-height:28px;
}
h6 {
    font-size: 16px;
    margin-bottom: 10px;
}
div.siteFooter h6 {
    font-size: 59px;
    margin-bottom: 10px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #fff;
}
h2.header, h3.header {
}
.siteHeader h1 {
}
div.rental h3, div.rental h2, div.resident h2, div.rental h2.rental, div.trade h2.trade {
	color: #212A72;
}
div.interest h2 {
	line-height: 34px;
	margin-bottom: 10px; 
	color: #262626;
	font-size: 18px;
}
div.rental h3.available {
    margin: 6px 0;
}
.box-primary h3.user {
    margin:0;
    padding:0;
}
.box-secondary h3.information {
    margin:0;
}
/*
 * Menus
 */
ul.topmenu li a {
}
ul.submenu li {
}
/*
 * Search area
 */	
div.search_area .btn_search {
}
/*
 * Boxes
 */
.box {
}
.box p {
	font-size: 16px;
}
.box a:hover {
}
a.bulleted {
	text-decoration: none;
    font-size:15px;
    text-decoration:none;
    color:#262626;
}
a.bulleted:hover {
    color:#3f82b1;
}
a.bulleted:before {
    content: "\f054";
    color: #212A72;
    font-family: FontAwesome;
    font-size: 15px;
    padding-right: 6px;
    text-decoration: none;
}
    a.bulleted.matching {
        font-weight:normal;
    }
.box a.bulleted {
	text-decoration: none;
}
.box a.bulleted:before {
	text-decoration: none;
    color:#212A72;
}
.box a.bulleted:before {
    content: "\f054";
    color: #212A72;
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 6px;
    text-decoration: none;
}
.primary {
    background:#212A72;
    color:#fff;
}
.primary .box-inner {
    position: relative;
    border:none;
}
.primary h3, .secondary h3, .primary h4, .secondary h4, .primary h5, .secondary h5, .primary h6, .secondary h6 {
    background:transparent;
    color: #fff;
    font-size: 21px;
}
.box-primary h3, .box-primary h4, .primary h3, .primary h4  {
    color: #fff;
    font-size: 21px;
}.box-secondary h3, .box-secondary h4,  .secondary h3, .secondary h4  {
    color: #262626;
    font-size: 21px;
}
.box-rental h2, .box-resident h2 {
}
.secondary hr, .primary hr {
	color: #7077a5;
	background: #7077a5;
}
div.interest h2.interest {
    color:#212A72;
}
div.areanews h2.localnews {
    color:#212A72;
}
.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size: 14px;
    line-height: 21px;
}
.primary a.bulleted {
    color:#fff;
}
.primary a.bulleted:before {
    color:#fff;
}

.secondary {
    background:#F4F6F5;
}
.secondary .box-inner {
    position: relative;
    border:1px solid #dfdfdf;
}
div.register-interest.secondary .box-inner,
div.object-interest.secondary .box-inner,
div.object-facts.secondary .box-inner   {
    padding-top: 15px;
    font-size:14px;
    line-height:24px;
}

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: 12px;
    line-height: 21px;
}
/*
 * Startpage Boxes
 */

.default .primary h2, .default .secondary h2 {
}
/**CM**/

.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 {
}
/**General**/
/*
 * Paragraphs
 */
p {
}
p.mul-img img {
}
p.mul-plan img {
}
p.pNoEntries {
}
/*
 * Hyperlinks
 */
a.image {
}
a.planning {
}
a.bulleted {
    text-decoration:none;
}
a.icon-areainfo img {
}
/*
 * Form elements
 */
input, select, textarea {
    font-size:13px;
}
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_search {
    color: #fff;
    height: 32px;
    padding: 4px 12px 6px;
    font-size:14px;
    line-height: 23px;
    text-shadow:none;
    border-radius: 20px;
    border:none;
    background:#212A72
}
.btn:hover, .btn_search:hover, .btn_interest:hover  {
    background:#7077a5;
    color:#fff;
}
.register-interest input[type="submit"]:hover {
    background:RGBA(32, 43, 115, 0.8);
    cursor:pointer;
    color:#fff;
}

.btn {}
.btn-disabled {
    background:#ddd;
}
/*** Input element default sizes ***/
.col50 .box-inner .textbox, .col75 .box-inner .textbox {
}
.col50 .box-inner .textarea, .col75 .box-inner .textarea {
}
/*
 * Horizontal rule 
 */
hr {
   background-color: #262626;
   color: #262626;
}
ul.boxlist li hr {
    margin-top:20px;
}
/*
 * Button list
 */
span.button-list input, span.button-list a {
}
span.button-list a {
}
span.button-list a.selected {
}
.rentalinfo input, .rentalinfo a {
}
/* 
 * Navigation bar
 */
div.navbar {
    margin-top:24px;
}
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: white;
    background: -moz-linear-gradient(left, #212A72 0%, #00E0E6 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #212A72), color-stop(100%, #00E0E6));
    background: -webkit-linear-gradient(left, #212A72 0%, black 100%);
    background: -o-linear-gradient(left, #212A72 0%, #00E0E6 100%);
    background: -ms-linear-gradient(left, #212A72 0%, #00E0E6 100%);
    background: linear-gradient(to right, #212A72 0%, #00E0E6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-gradient-2-start', endColorstr='$color-gradient-2-end', GradientType=1 );
    border: 1px solid #ddd;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    font-family: 'Raleway', sans-serif;
}
div.pageSubHeader p,
div.pageSubHeader p span {
    background:transparent;
	color: #fff;
    font-weight: 800;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
}
div.pageFooter {
    background: #F4F6F5;
    border: 1px solid #ddd;
    color: #262626;
    font-weight: normal;
    font-size: 16px;
    height: 38px;
    line-height: 35px;
}
div.pageFooter input {
}
div.interest-header {
    background: #F4F6F5;
    border: 1px solid #ddd;
    padding:6px 10px;
}
div.interest-footer {
    background:#fdeebf;
    border:none;
        padding:6px 10px 10px;
}
div.interest-footer p {
    background-color:transparent;
    font-size:14px;
}
/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}
div.validator-valid {
}
div.validator-unvalid {
}
span.validation-summary {
    color: #ed1b2f;
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
}
span.forminfo-icon {
}
span.forminfo-text {
}
/*
 * Landlord presentation
 */
div.landlord-area {
}
div.landlord-img {
}
div.landlord-img img {
}
ul.landlord-list {
}
ul.landlord-list li {
}
ul.landlord-list li div.label {
}
/* 
 * Image text 
 */
div.image-text-basic {
}
div.image-text-basic img {
}
div.article {
}
/* 
 * Parking-direct & Object-direct & Storage-direct
 */
span.ico_p-direct, span.ico_object_direct, span.ico_storage-direct {
}
span.ico_p-direct {
}
span.ico_object_direct {
}
span.ico_storage-direct {
}
/* NEWS DATE */
span.newsdate {
}
/* 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 {
}
p.mul-img img {
}
div.planning_overview td img {
}
/**Topmenu**/
.topmenu {
    display:none;
}

/*** Reset all list-styles ***/
ul.topmenu, ul.topmenu li {
}
/*** Setup basic menu look ***/
div.siteHeader ul.topmenu {
}
div.siteHeader ul.topmenu li {
}
div.siteHeader ul.topmenu li a {
}
div.siteHeader ul.topmenu li a:hover {
}
/*** Selected item or selected child-item ***/
div.siteHeader ul.topmenu li.selected a, div.siteHeader ul.topmenu li.childselected a {
}
ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
}
/**Submenu**/
/*** Element padding ***/
ul.submenu {
    width: 100%;
    background:#212A72;
}

/*** Link styles ***/
ul.submenu a {
    border-bottom: 1px solid #7077a5;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    padding: 14px 16px;
}
ul.submenu a:hover {
	color: #fff;
    text-decoration:underline;
}
ul.submenu a:hover {
}
ul.submenu li:hover {
}
ul.submenu li.expanded li li:hover {
}
ul.submenu li.expanded li li li:hover {
}
ul.submenu ul {
}
ul.submenu ul a {
    font-size:16px;
    text-transform:none;
    font-weight:normal;
    padding-left:30px;
}
ul.submenu ul ul a {
}
/*** Special styles ***/

ul.submenu li.expanded {
}
ul.submenu li.expanded li {
}
ul.submenu li.expanded li li {
}
ul.submenu li.expanded li li li {
}
ul.submenu li.collapsed {
}
ul.submenu li.selected, ul.submenu li.expanded li.selected {
	color: #fff;
	text-decoration: none;
	font-style: normal;
}
ul.submenu li.expanded li.selected,
ul.submenu li.childselected ul,
ul.submenu li.expanded.selected ul li a {
    background:#4d558f;
	color: #fff;
	text-decoration: none;
	font-style: normal;
}




ul.submenu li.selected a, ul.submenu li.expanded li.selected a {
	color: #fff;
	text-decoration: none;
	font-style: normal;
    font-weight:bold;
}
    ul.submenu li.selected, ul.submenu li.childselected {
        font-weight:normal;
    }
/*** Special styles ***/
ul.submenu li.expanded:before {
	content: "\f107";
	color: #fff;
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 20px;
	padding-right: 4px;
	position: absolute;
	right: 4px;
	text-decoration: none;
	vertical-align: middle;
	margin-top: 14px;
}
ul.submenu li.collapsed:before {
	content: "\f105";
	color: #fff;
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 20px;
	padding-right: 4px;
	position: absolute;
	right: 4px;
	text-decoration: none;
	vertical-align: middle;
	margin-top: 14px;
}
/**Lists**/
/*
 * Ordered/Unordered lists 
 */
ul, ol {
}
ul li {
}
ol li {
}
/* 
 * Horizontal list 
 */
ul.horizontal {
}
    ul.horizontal-bulleted {
        width:100%;
    }
ul.horizontal li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
    font-size:12px;
    font-weight:700;
}
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: 32px;
    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;
}

div.related-content div.box-inner li.doc_document {
}
div.related-content div.box-inner li.inf_link {
}
div.related-content div.box-inner li.cm_page {
}
/*
 * Boxlist
 */
ul.boxlist {
}
ul.boxlist li {
}

/* 
 * FAQ List 
 */
ul.faq-list {
    border-top: 1px solid #dbdbdb;
    clear: both;
    float: left;
    width: 100%;
    position:relative;
}
ul.faq-list:hover {
    background:#f1f1f1;
} 
ul.faq-list li {
    padding-left:14px;
    margin-top:14px;
}
ul.faq-list li.question p {
    margin-bottom:0;
}
ul.faq-list li.icon-questionmark {
   display:none;
}
ul.faq-list .question:before {
    content: "\f059";
    color: #212A72;
    font-family: FontAwesome;
    font-size: 21px;
    padding-right: 4px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    width: 20px;
}
ul.faq-list .answer:before {
    content: "\f05a";
    color: #262626;
    font-family: FontAwesome;
    font-size: 21px;
    padding-right: 4px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    width: 20px;
}
    ul.faq-list .question, ul.faq-list .answer {
    padding-bottom:15px;
}
ul.faq-list .question {}
ul.faq-list .question, ul.faq-list .answer {}

div.page-col75.col75 ul.faq-list li.answer ul li {
    list-style-type:disc;
    clear:both;
    margin:0 0 6px;
    padding-left:0;
}

/* 
* 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 {
}
/**Boxes**/

/*** General rules ***/
.box {
}
.box-outer {
}
.box .noheight {
}
.box-inner {
}
.box a.rss {
}
.box a img {
}
.box a.rss img {
}
td.box-inner {
}

/*** Login Control ***/
.col25 div.loginarea span {
   display:block;
   margin-bottom:3px;
}
.col25 div.loginarea hr {
    margin-top:16px;
}
 .col25 div.loginarea input.btn {
     background:#5fc3d3;
}
 .col25 div.loginarea input.btn:hover {
     background:#7077a5;
}
.col37 div.loginarea span {
}
.col37 div.loginarea input {
}
.col37 div.loginarea input.btn {

}
/** Grids.css **/
/*
 * Table grid list
 */
div.grid {
}

table.gridlist {
    font-size:14px;
}

table.gridlist tr.headerrow {
    border:1px solid #ddd;
}

table.gridlist tr.marked {
}

table.gridlist tr.dimmed {
}

table.gridlist td {
}
table.gridlist td.header, tr.header td {
    background-color:#212A72;
	font-size: 14px;
    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:#212A72;
    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:#212A72;
        color:#fff;
}
table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
    background-color:#0063a2;
}
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:15px;
}
table.gridlist td.listitem-even, tr.listitem-even td {
    font-size:15px;
}
table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}
table.gridlist tr td a {
    color:#0063a2;
    text-decoration:none;  
}
.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-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}
table.gridlist tr td td {
   
}
table.gridlist img.objectlist_icon {
}
ul.mypage_profile {
    border-bottom: 1px solid #7077a5;
    padding-top: 13px;
    font-size: 15px;
    line-height: 26px;
}

ul.mypage_profile_interest_header h4 {
    font-size: 18px;
    margin-top: 2px;
}
div.areatext {
    width: 310px;
    float: left;
}
/*
 * UL form list
 */
ul.form {
}
ul.form li {
}
ul.form li.validator {
}
ul.form li.label {
    font-size:14px;
}
.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 {
    font-size:14px;
}
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 {
}
/**DynamicMap**/

.dynamic-map {
}
.dynamic-map a {
}
.dynamic-map #infobox {
}
.dynamic-map #infobox > div {
}
.dynamic-map #fade_bg {
}
.dynamic-map #fade_color {
}
.dynamic-map #fade_bg img {
}
.dynamic-map .more {
}
.dynamic-map .more .nr {
}
.dynamic-map .more .area-label {
}
/**Slider**/

 /*
  * 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 {
}
ul.mypage_list .ico_servicerequest {
	display: inline-block;
	/**/
    /*font-size: 1em;*/
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0px, 0px);
	position: relative;
	/*width: 2em;
    height: 2em;*/
    /*line-height: 2em;*/

	vertical-align: middle;
	background-image: none;
}
ul.mypage_list .ico_servicerequest:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0ad";
	position: absolute;
	font-size: 0.9em;
	left: 1px;
	top: 5px;
	color: white;
}
ul.mypage_list .ico_servicerequest:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0c8";
	position: absolute;
	/*font-size: 1em;*/
	left: 0;
	top: 3px;
}

.mypage_list.contract_list,
.mypage_list.rent a {
}
.mypage_list.contract_list a.bulleted:before,
.mypage_list.rent a:before {
    content: "\f054";
    color: #262626;
    font-family: FontAwesome;
    font-size: 12px;
    font-style: normal;
    padding-right: 4px;
    text-decoration: none;
    display:inline-block;
}

ul.mypage_list .ico_landlord,
ul.mypage_list .ico_rentalinfo {
    background:none;
    padding:0;
}
ul.mypage_list .ico_landlord:before {
    content: "\f101";
    color: #262626;
    font-family: FontAwesome;
    font-size: 15px;
    padding-right: 6px;
    text-decoration: none;
}
ul.mypage_list .ico_rentalinfo:before {
    content: "\f101";
    color: #262626;
    font-family: FontAwesome;
    font-size: 15px;
    padding-right: 6px;
    text-decoration: none;
}

.box-secondary div.resident {
    position:relative;
}
div.residentInfo {
    display: inline-block;
    float: left;
    width: 100%;
}
div.residentInfo.residentApartment h4 {
    font-size:18px;
}
div.residentInfo.residentLinks {
    bottom: 0;
    border-top:1px dotted #707173;
    float: right;
    font-size: 14px;
    left: 0;
    padding: 3px 0 0 0;
    position: relative;
    right: 0;
    text-decoration: none;
    margin-top:6px;
    width: 100%;
    display:none;
}

div.residentInfo.residentLinks h4 {
    font-size: 16px;
    font-style: normal;
    line-height: 18px;
    margin-top: 10px;
    display:none;
}
div.residentInfo.residentLinks a {
    text-decoration:none;
    color:#555;
}
div.residentInfo.residentLinks .alignright {
    float: right;
    width: 100%;
}
div.residentInfo.residentLinks ul.mypage_list.link_list {
    float:left;
    width:100%;
    margin-bottom:0;
    padding-bottom:0;
}
div.residentInfo.residentLinks ul.mypage_list.link_list li {
    display:inline-block;
    margin-right:3px;
    font-style:italic;
}



/* QuickFilter */
.objectlistFilters {
    background:#F4F6F5;
    margin-bottom: 20px;
    padding: 17px 30px 3px;
    border: 1px solid #dfdfdf;
}

ul.quickfilter li {
    float: left;
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    margin-right: 44px;
    width: 44%;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.4em;
}
.ui-slider .ui-slider-handle {
    border-radius: 100%;
    border:1px solid #b9b8b6;
    cursor: default;
    height: 1.3em;
    position: absolute;
    width: 1.3em;
    z-index: 2;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #ffffff 30%, #d5d5d5 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#ffffff 30%,#d5d5d5 100%);
    background: radial-gradient(ellipse at center,  #ffffff 0%,#ffffff 30%,#d5d5d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=1 );
}

ul.quickfilter span.minValue, ul.quickfilter span.maxValue {
    float: left;
    font-size: 11px;
    width: 89%;
    margin-top:8px;
}
ul.quickfilter span.maxValue {
    float: right;
    width:auto;
    font-size:11px;
}
ul.quickfilter li span.title, ul.quickfilter li span {
    font-size: 15px;
    margin-bottom: 12px;
    font-weight:600;
}
ul.quickfilter label {
    font-size:14px;
    margin-right:4px;
}
.ui-widget-header {
  background: white;
  background: -moz-linear-gradient(left, #00E0E6 0%, #212A72 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #00E0E6), color-stop(100%, #212A72));
  background: -webkit-linear-gradient(left, #00E0E6 0%, black 100%);
  background: -o-linear-gradient(left, #00E0E6 0%, #212A72 100%);
  background: -ms-linear-gradient(left, #00E0E6 0%, #212A72 100%);
  background: linear-gradient(to right, #00E0E6 0%, #212A72 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-gradient-2-end', endColorstr='$color-gradient-2-start', GradientType=1 );
}
.ui-widget-content {
    background: #fff;
    border: 2px solid #ddd;
}
.ui-slider-horizontal .ui-slider-range {
    height: 9px;
    top: 1px;
}
.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: #212A72;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 8px 16px 8px;
}
ul.quickfilter li.full {
    width: 794px;
}
table.check tr td {
    padding: 8px;
}

.templatelist.block.objectlist,
ul.templatelist.block,
.templatelist.block:nth-child(1n+3) {
    background:#f9f9f9;
    border:1px solid #dfdfdf;
    margin-right: 2%;
    width: 31.5% !important;
    font-size:14px;
}

.templatelist.block:nth-child(3n+3) {
    margin-right: 0 !important;
}
.templatelist.block {
    background: #efefef;
    border: none;
}
.templatelist.block li {
    padding-top: 8px;
}
ul.templatelist.block li h2 {
    font-size: 18px;
    font-weight: 800;
    margin-top: 0;
}
ul.templatelist.block li img.image {
    display: block;
    margin: 0 auto;
    max-height: 110px;
    padding-left: 0;
    width: 80%;
    overflow: hidden;
}
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:#212A72;
}
img.exterior_image {
    margin-bottom:0;
}
div.page-col25 ul.grid li.left {
    float: left;
    width: 75px;
}
div.page-col25 ul.grid li.right {
    padding-left: 75px;
    width: auto;
}
div.page-col50 ul.grid li.left {
    float: left;
    line-height: 29px;
    width: 300px;
    font-size: 17px;
    line-height: 29px;
    font-weight: normal;
    position: relative;
    top: 5px;
}
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:#00E0E6;
    color: #fff;
    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;
}

.contact-header {
    font-weight:normal;
}

.register-interest input[type="submit"] {
    background:#212A72;
	height: auto;
	color: #fff;
    border-color:#212A72;
    padding:10px 12px;
}

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divOverview {
    margin-top:12px;
}
.tfcorrespondence input[type="checkbox"] {
    margin-left: 8px;
    margin-right: 5px;
}


span#object_detail_buttonlist.button-list .btn_details {
    background-color:#212A72;
}

span#object_detail_buttonlist.button-list .btn_details_container {
    display: inline-block;
    text-align: center;
    margin: 8px;
    font-size: 13px;
}

.tbl_block.subst-table {
    padding:10px 10px 0px;
    background:#fff;
    border:1px solid #ddd;
    font-size:13px;
}

.fa-stack-1x {
    line-height: inherit;
    font-size: 0.8em;
}
.fa-stack {line-height:1.2em;}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulAutoOffer{
    display: none;
}


/** 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: 4px 0 4px 16px;
            white-space: nowrap;
            line-height:30px;
        }

    div.hsm_binder span > br {
        margin-bottom: 12px;
    }

    div.hsm_binder span.button-list.rentalinfo {
        background: #F4F6F5;
        border:1px solid #dfdfdf;
        padding: 20px 20px 20px 26px;
        display: block;
        box-sizing:border-box;
    }

    div.hsm_binder span.rentalinfo_content {
        margin: 0;
        padding: 21px 20px;
        background: #F4F6F5;
        border:1px solid #dfdfdf;
    }

        div.hsm_binder span.rentalinfo_content span {
            padding: 0 0 0 12px;
        }

            div.hsm_binder span.rentalinfo_content span a {
                background: transparent url("../Img/bullet.png") no-repeat 0 2px;
                padding-left: 18px;
            }
.rentalinfo input, .rentalinfo a {
    background: transparent url("../Img/bullet.png") no-repeat 0 0;
    padding: 0 0 0 20px;
}

div.siteContentPopup div.page-popup h1 {
    font-size:26px;
    color:#212A72;
}
body.int_messenger_insertdlg form {
    margin:0;
}

ul.form.exchangeobject li.label.type h2 {
    font-size:18px;
    line-height:30px;
}
div.page-col75.col75 div.jquerypanel div.header h3,
div.jquerypanel div#searchform.content h4 {
    font-size:19px;
}
ul.exchangeobject, div.jquerypanel {
    background:#F4F6F5;
}
    div.jquerypanel div#searchform.content h4 {
        margin-bottom:10px;
    }
    div.jquerypanel div#searchform.content div.col2-div div.subst-table ul.subst-row-full li input,
    div.jquerypanel div#searchform.content div.col2-div div.subst-table ul.subst-row-full li select {
        margin-top:5px;
        margin-bottom:10px;
    }


    div.jquerypanel div#searchform.content div.col2-div div.subst-table ul.subst-row-full li span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblExists1,
    div.subst-table ul.subst-row-full li span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblExists2 {
        display:block;
        margin-bottom:10px;
    }

    div.jquerypanel div#searchform.content div.subst-table ul.subst-row-full li div.pageFooter {
        margin-top: 12px;
    float: left;
    width: 100%;
        }

#google_translate_element {
    position: absolute;
    right: 20px;
    top: 27px;
    z-index: 2000;
    }
    #google_translate_element .goog-te-gadget-simple {
        padding:6px;
        border-color:#212A72;
    }
body.mina-sidor_logga-in iframe.goog-te-menu-frame.skiptranslate {
    /*width:220px !important;
    height:400px !important;*/
}

.footerLogo {
    margin:100px auto;
}
img.footerLogo {
    width:196px;
    height:97px;
}

.col50 img {
    max-width:560px;
}
.col25 .box-inner img,
.col25 img {
    max-width:100%;
}
p#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblDescription {
    font-weight:bold;
}

div.box-primary.box.primary.areainfo {
    margin-top:20px;
}
    div.box-primary.box.primary.areainfo p {
        font-size:15px;
    }
    div.box-primary.box.primary.areainfo p:last-of-type {
        margin-bottom:0;
    }
div.siteContentIframe div.article-area-info div.article-area-info p img {
    max-width:100%;
}

    div.siteContent .col25 .box.object-interest,
    div.box-secondary.box.secondary.object-facts {
        width:100% !important;
        height:auto !important;
    }
table.box.col25 tbody tr td.box-outer.box-inner p {
    font-size:14px;
    line-height:21px;
}
table.box.col25 tbody tr td.box-outer.box-inner p:last-of-type,
table.box tbody tr td.box-outer.box-inner p:last-of-type {
   margin-bottom:0;
}

div.siteFooter-container div.siteFooter div.siteContact ul li {
    display:inline;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL {
    width: 100%;
    border: 1px solid #ddd;
    padding: 0px 15px 10px;
    box-sizing: border-box;
}
#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form {
    width: 100%;
    line-height:21px;
}
    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.label {
        width: auto;
        margin-right: 10px;
        font-weight:bold;
    }
    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.value {
          padding:5px 0 0 0;
    }
    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL br {
        display:none;
    }

/*div#ctl00_ctl01_div_content.siteContent div#divConsent {
    display: none;
}*/

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_hlAddOrder1 {
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    background: #202B73;
    border: 2px solid #212A72;
    border-radius: 20px;
    padding: 5px 10px;
    display: inline-flex;
    color: white;
    font-size: 16px;
    float: inherit;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_hlAddOrder1:hover {
    background: RGBA(32, 43, 115, 0.8);
}

ul.submenu li.expanded.childselected ul li.expanded.selected ul li.first a,
ul.submenu li.expanded.childselected ul li.expanded.selected ul li.last a,
ul.submenu li.expanded.childselected ul li.expanded.selected ul li a {
    background: #7077a5;
}