﻿@charset "utf-8";
/* CSS Document */

/*
 * Site structure
 *
 * 090814	HE		Initial version
 * 090902	HE		Updated the site grid to standard 960-grid measures (www.960.gs)
 *					Removed obsolete col-sizes col70 & col30.
 */
 
/*
 * Main site containers 
 */

body {
    background:#f2f2f2;
}
form {
}
div.siteHeader-container,
div.siteMenu-container,
div.siteMain-container,
div.siteOptions-container {
    width:100%;
}
div.siteHeader-container, div.siteFooter-container {
   width:100% !important;
}
div.siteMain-container {
    background: #fff url("../Img/bg_container.png") no-repeat 50% 0;
    padding-top: 20px;
}
div.siteHeader-container {
    background:#ced2d5;
    border-top:6px solid #00508c;
    position:relative;
    z-index:3;
    overflow:visible;
}
div.siteMenu-container {
   background:#00508c;
    -moz-box-shadow: 0 2px 4px #444;
    -webkit-box-shadow: 0 2px 4px #444;
    box-shadow: 0 2px 4px #444;
}
div.siteMain-container:after, 
div.siteMenu-container:after {
    content:"";
    display:block;
    clear:both;
}
div.siteOptions-container {
    background:#00508c;
    width:100%;
    box-shadow: 0 0 10px #666;
    position:relative;
    height:46px;
}
div.siteOptions-container:after {
    content:"";
    display:block;
    clear:both;
}
div.siteOptions-container div.siteOptions {
    float: none;
    margin: 0 auto;
    position: relative;
    top: 7px;
    width: 940px;
}
div.siteOptions-container div.siteOptions:after {
    content:"";
    display:block;
    clear:both;
}
div.siteOptions-container ul.siteOptions {
    float: right;
    font-size: 13px;
    margin: 4px 0 0;
    overflow: visible;
    width: 460px;
}
div.siteOptions-container ul.siteOptions li {
    float:right;
}
div.siteOptions-container ul.siteOptions li a {
    color:#fff;
    text-decoration:none;
    font-size:14px;
    padding-right:9px;
    margin-right:5px;
}
div.siteOptions-container ul.siteOptions li a:before {
    content: "\f0a9";
    color: #fff;
    font-family: FontAwesome;
    font-size: 17px;
    line-height: 28px;
    padding-right: 4px;
    position: relative;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:5px;
}
div.siteFooter-container {
    background:#ced2d5;
    padding:30px 0;
    overflow:visible;
    color:#00508c;
}
div.siteFooter-container:after {
    content:"";
    display:block;
    clear:both;
}
div.siteFooter-container .col100 {
    background:transparent;
}
div.siteHeader,
div.siteMenu,
div.siteMain,
div.siteFooter {
    width:940px;
    margin:0 auto;
    position:relative;
    z-index:100;
}
div.siteHeader {
    background:transparent url(../Img/trosa-silhouette.png) no-repeat 116px 8px;
}
div.siteMain {
}
body.default div.siteMain {
    padding-top:0;
}
div.siteFooter .col25 {
    width:220px;
    margin-right:20px;
}
div.siteFooter .col25.alignright {
    margin-right:0;
}
/*
 * Site header
 */
div.siteHeader {
    height:130px;
}

/** Site logo **/
div.siteLogo {
    position: absolute;
    top: 17px;
    width: 248px;
    }
/** Site logo **/
div.siteLogo img {
    width: 76px;
    }

/*
 * Sidebar container 
 */
div.siteSidebar {
    background: #fff;
}
	
/*
 * Content containers 
 */
div.siteContent {}
div.siteContentFull {}
div.siteContentPopup {}
div.siteContentIframe {}

div.welcome {
    padding: 30px 40px;
    background:#f2f2f2;
    border-radius:6px;
    margin-bottom:20px;

    -moz-box-shadow: 0 0 1px #222;
    -webkit-box-shadow: 0 0 1px#222;
    box-shadow: 0 0 1px #222;
}
/*
 * Footer elements 
 */
div.siteBreadcrumbs {
    float: none;
    font-size: 13px;
    margin-bottom: 17px;
    padding: 8px 0 0;
    width:100%;
}
div.siteBreadcrumbs, div.siteBreadcrumbs span a {
   color:#00508c !important;
   text-decoration:none;
}
div.siteBreadcrumbs a:hover {
   color:#696969 !important;
   text-decoration:underline;
}

div.siteOptions {}
div.siteContact {
    width:100%;
}
div.siteContact ul {
    width:100%;
    overflow:hidden;
}
div.siteContact ul li {
    float:left;
    display:inline-block;
    color:#00508c;
    margin-right: 10px;
}
div.siteLogos {}
ul.siteOptions {}
ul.siteOptions li {}

/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {}
.col100 {}
.col75  {}
.col50  {}
.col37  {}
.col33  {}
.col33full {
    width: 300px;
}
.col25  {}
body.global_cookiecheck .page-popup h1 {
    display:none;
}
.page-popup {
    background:#fff;
    color: #000000;
    float: left;
    font-size: 13px;
    line-height: 22px;
    padding: 10px;
}
.page-popup {
    float: left !important;
    width:96%;
    padding:3px;
}

.col75.article {
    margin-bottom:10px;
}

div.wrapper {
    background:gold;
    z-index:200;
    position:relative;
    min-height:600px;
}
body.default div.wrapper {
    background:none;
    min-height:0;
    margin-bottom:10px;
}

div.col100.ingangar, div.col100.large-puff {
    background:transparent;
    margin-bottom:20px;
}
/*
 * Errormessage control
 */
div.errormsg {}
div.erroricon{}
div.errortext {}

/*
 * Search area
 */
div.search_area {
    background:#fff;
    border: 1px solid #00508c;
    border-radius:2px;
    float: right;
    position: absolute;
    right: 0;
    text-align: right;
    top: 46px;
    width: 220px;
}
div.search_area .search_field {
    border-radius: 0;
    border:none;
    box-shadow: none;
    float: left;
    width: 150px;
}
div.search_area .btn_search {
    box-shadow:none;
    border:none;
    border-radius:0;
    background:#fff;
    background:none;
    margin-right:2px;
    line-height:19px;
    color:#00508c;
    font-size:13px;
}
div.search_area .btn_search:hover {
    color:#00508c;
}

 

div.global-authorization {
   font-size: 13px;
    position: absolute;
    right: 230px;
    top: 42px;
    width:230px;
}
div.global-authorization a {
    text-decoration:none;
    color:#00508c;
}
div.global-authorization a:hover {
    text-decoration:none;
    color:#00508c;
}
div.global-authorization i {
    color:#00508c;
}
div.global-authorization i:before {
    content: "\f0a9";
    color: #00508c;
    font-family: FontAwesome;
    font-size:14px;
}
div.global-rss {
    float:left;
}

div.siteContent div.col75 div.article-general table.box.primary.col25 {
    width:100% !important;
}
div.siteContent div.col75 div.article-general table.box.secondary.col25 {
    width:100% !important;
}

div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language {
    padding: 6px 6px 6px 0;
}

div.siteHeader ul.translate li a.translate {
    display: block;
    font-size: 13px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    background:#00508c;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius:2px;
    padding:0 10px 3px;
    color:#fff;
}

div.siteHeader ul.translate li a.translate:before {
    content: "\f0ac";
    color: #fff;
    font-family: FontAwesome;
    font-size:14px;
    margin-right:6px;
}


/* 
 * General
 */
html {}
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
    font-weight: 400;
    line-height: 23px; 
    font-size: 15px; 
    color:#3C3C3B;
}
input, textarea, select {}
pre, code, kbd {}
strong, b {}
em {}
em b, em strong, strong b, strong em {font-style:italic;} 
.ingress {
    color: #000000;
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
}
.pre-amble {}
.alert {}
p {
    margin-bottom:18px;
}
a {
    color:#00508c;
}
a:hover {
    color:#00508c;
    text-decoration:none;
}
/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
    font-weight:400;
    color:#363636;
}
h1, h1.pagetitle  {
    margin-bottom:20px;
    font-size:32px;
    letter-spacing:-1px;
    line-height: 42px;
}
h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 10px;
}

h3 {
    font-size:24px;
    margin-bottom: 10px;
    line-height:28px;
}
h4  {
    font-size:22px;
    line-height:22px;
    margin-bottom:10px;
}
h5  {
    line-height:18px;
    margin-bottom:10px;
    font-weight:600;
}
h6 {
    line-height: 16px;
    margin-bottom: 10px;
    font-weight:600;
}
h2.header, h3.header {}
.siteHeader h1 {}
.col50.news h2.news {
    background:#00508c;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    color:#fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 70px;
    margin: 0 0 10px;
    text-indent: 20px;    
}
h3.news-title {
    margin-bottom:0;
}
h3.news-title a {
    color: #00508c;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1px;
    text-decoration: none;
}
h3.news-title a:hover {
    text-decoration:underline;
}
.col100.available h2.available {
    background:#00508c;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    color:#fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 70px;
    margin: 0;
    text-indent: 20px;    
}
div.jquerypanel h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 10px;
}
div.jquerypanel h3 a {
    color: #000000;
}
.box-primary h3.user {
    margin-bottom: 0;
}
ul.mypage_profile_interest_header h4 {
    font-size: 17px;
    padding-top: 8px;
}
.box-primary h3, .box-secondary h3, .primary h3, .secondary h3 {
    background:transparent;
    color:#00508c;
    font-size:20px;
    font-weight:400;
}
 .primary h2, .secondary h2, .primary h3, .secondary h3, .primary h4, .secondary h4,  .primary h6, .secondary h6 {
    background:transparent;
    font-weight:400;
}
.box-primary h3, .primary h3, .box-primary h4, .primary h4 {
    background:transparent;
    color:#00508c;
}
.primary h4, .secondary h4 {
    font-size:18px;
    margin-bottom:8px;
    color:#00508c;
}
.primary h5, .secondary h5 {
    font-size:16px;
    margin-bottom:8px;
}
.primary h6, .secondary h6 {
    font-size:16px;
    margin-bottom:14px;
}
 .primary p, .secondary p {
    line-height:22px;
    margin-bottom:10px;
    color:#000;
}
  .primary p a, .secondary p a {
    text-decoration:underline;
    color:#00508c;
    font-weight:600 ;
}
  .primary p a:hover, .secondary p a:hover {
    text-decoration:none;
    color:#00508c;
}

.welcome h1 {
    color: #00508c;
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing:-1px;
    text-align: center;
}
.welcome h2, .welcome p {
    color: #222;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin: 0 0 10px;
    text-align: center;
}
div.siteFooter h6 {
}

div.siteFooter h6.logoHeader {
    color:#00508c;
    font-size: 26px;
    font-weight: 600;
    text-align:left;
    letter-spacing: -1px !important;
    line-height: 28px;
}
div.siteFooter div.siteContact {
    font-size:15px;
}
div.siteFooter ul li {
    font-size:15px;
    line-height:24px;
}
div.siteFooter a {
    color:#00508c;
    text-decoration:none;
}
div.siteFooter a:hover {
    text-decoration: underline;

}
/*
 * Menus
 */
ul.topmenu li a {}
ul.submenu li {}

/*
 * 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 {}
.siteContact {}

div.siteHeader table {}
ul.form {}
.box ul.form {}
.pageFooter input {}
div.navbar div.text {}
	
.tbl_list {}
.tbl_cell_list_header {}
.tbl_grid {}
span.agreetext, .infotext {
    display: block;
    font-size: 12px;
    line-height: 22px;
}


.box.msg a:before {
    content: "\f138";
    font-family: FontAwesome;
    padding-right:4px;
    color:#000;
    text-decoration:none;
    font-size:13px;
    display:inline-block;
}

div.user label {
    font-weight: 600;
    margin: 0 3px 0 0;
}
/*
 * Styles used by content from the CM-editor in PortalAdmin
 *
 * 090824	HE		Initial version
 */
 
/* 
 * Snippets 
 */
.tbl_snippets_main {}
.tbl_snippets_main_70 {}
.tbl_snippets_main_hss {}
.tbl_cell_snippet_spacer {}
.tbl_cell_snippet_33 {}
.tbl_cell_snippet_50 {}
.tbl_cell_snippet_70 {}
.tbl_cell_snippet_100 {}
.link {}

/*
 * Paragraphs
 */
p {}
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 {
    box-shadow:none;
}
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 {
    line-height:19px;
}
.btn {}
.btn-disabled {}

.btn_interest {
    background:#00508c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 2px 6px 4px;
    line-height: 20px;
    height:37px !important;
    width:auto;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}


/*** 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 {}
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 {
    color:#00508c;
    text-decoration:none;
}
div.navbar .text a.selected {
    color:#00508c;
    text-decoration:underline;
}
div.navbar .text p {}
div.navbar .text p.left {}
div.navbar .text p.right {}

/*
 * Page form header & footer
 */
div.pageHeader, div.pageSubHeader {
    padding:5px 10px;
    background:#00508c;
    color:#fff;
    font-weight:600;
}
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 {}
div.image-text-basic img {}
div.article {
    padding-bottom:10px;
}

/* 
 * Parking-direct & Object-direct & Storage-direct
 */
span.ico_p-direct, span.ico_object_direct, span.ico_storage-direct {}
span.ico_p-direct {}
span.ico_object_direct {}
span.ico_storage-direct {}
    
/* NEWS DATE */
span.newsdate {
    color: #00508c;
    display: block;
    font-size: 14px;
    letter-spacing: -1px;
    font-style:normal;
}

/* 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 {}

body.user_sendpassword div.pageHeader {
    display:none;
}

div.googleinfo ul.object-links {margin:-5px 0 0 0}


div input.fileinput {z-index:888; width:330px; opacity:10;}
div input.fileupload {width:256px;}

body.global_document_documentupload form .floatleft {
    clear: both;
    float: left;
    margin-bottom: 27px;
}

body.hss_interest_apartment .errortext span {
    font-size:14px;
    line-height:23px;
    display:block;
}

body.hss_interest_apartment span.txt_warning_title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 0;
    margin-top: 26px;
}
body.hss_interest_apartment .fancybox-inner {
    height:220px !important;        
}


div#page_popup_wrapper .logotype img {
    width:248px;
}

img.imgLeft {
   margin-right:16px;
   margin-bottom:10px;
}
/*
 * TopMenu definition.
 *
 * 090817	HE		Initial version
 */

/*** Reset all list-styles ***/
ul.topmenu, ul.topmenu li {

}

/*** Setup basic menu look ***/
ul.topmenu {
    margin:0;
}
ul.topmenu li {
    margin-left:2px;
}
ul.topmenu li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 41px;
    padding: 0 8px;
    text-decoration: none;
    text-transform: uppercase;
}
ul.topmenu li.last a {
    padding-right:0;
}
ul.topmenu li a:hover {
    color:#e9d370;
}

ul.topmenu li:hover {
}
/*** Selected item or selected child-item ***/
ul.topmenu li.selected a, ul.topmenu li.childselected a {
    background:#ced2d5;
    color:#00508c;
    border-top:1px solid #00508c;
    border-bottom:1px solid #00508c;
}
ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {}

/*** Element padding ***/

div.siteSidebar {
    background:#f9f9f9;
    margin-bottom:20px;
    -moz-box-shadow: 0 0 1px #666;
    -webkit-box-shadow: 0 0 1px#666;
    box-shadow: 0 0 1px #666;
}

ul.submenu {
    border-left: 6px solid #e9d370;
    overflow:hidden;
    position:relative;
}
ul.submenu ul {
    border-left: 6px solid #00508c;
    position:relative;
}
ul.submenu ul li ul {
    border-left: 6px solid #7ea147;
    position:relative;
}
ul.submenu ul a {
    padding: 8px 6px 8px 10px;
    background:#fff;
    font-size:13px;
} 
ul.submenu ul ul a {
    padding: 8px 6px 8px 10px;
    background:#fff;
}

/*** Link styles ***/
ul.submenu a {color:#00508c;text-decoration:none;padding: 8px 6px 8px 10px;font-weight: 600;}
ul.submenu a:hover {color:#00508c;}

/*** Special styles ***/
ul.submenu li.expanded {}
ul.submenu li.collapsed {}
ul.submenu li.selected, ul.submenu li.childselected {color:#00508c;font-weight:600;}
ul.submenu li.selected a, ul.submenu li.childselected a {color:#00508c;background:#ced2d5;}
ul.submenu li.selected ul, ul.submenu li.childselected ul {}

/*** Special styles ***/
ul.submenu li.expanded:before {
    content: "\f056";
    color: #00508c;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 28px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:5px;
}
ul.submenu li.collapsed:before {
    content: "\f055";
    color: #00508c;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 28px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:5px;
}
/*
 * Table grid list
 */
div.grid {
}

table.gridlist {
    font-size: 13px;
    margin-bottom: 20px;
}

table.gridlist tr.headerrow {
border: 1px solid #cbc8c7;
}

table.gridlist a {
    color:#00508c;
}
table.gridlist a:hover{
    text-decoration:none;
    color:#00508c;
}

table.gridlist tr.marked {
}

table.gridlist tr.dimmed {
}

table.gridlist td {
}

table.gridlist td.header, tr.header td {
    height: 34px;
    background-color: #00508c;
    color: #fff;
    font-weight: 600;
    padding-left:10px;
}
table.gridlist td.header a, tr.header td a {
    background-color: #00508c;
    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: transparent;
    color: #00508c;
}
table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
    background-color: transparent;
    color: #00508c;
}

table.gridlist td.listitem-even, tr.listitem-even td {
    border-bottom: 1px solid #ccc;
    padding: 8px 6px;
    background:#f1f1f1;
}
table.gridlist tr.listitem-even {
    background:#f4f4f4;
}
.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: 8px 6px;
}


table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}

table.gridlist tr td td {
}

table.gridlist img.objectlist_icon {
}

table.gridlist td img {
    margin-left: 2px;
    margin-right: 4px;
}

table.gridlist td.header:first-of-type {
    padding-left:6px;
}
table.gridlist td.header:last-of-type {
    padding-right:10px;
}

table.gridlist tr.listitem-even:nth-child(odd) {
    background:#fff;
}
ul.templatelist.block li:nth-child(even) {
    background:#fff;
}

div.statistics table {
    width:100%;
    border:1px solid #ddd;
    font-size:13px;
    margin-bottom:10px;
}
div.statistics table td.listitem-even, div.statistics table tr.listitem-even td {
    border:none;
    padding:10px;
}
div.statistics table td.listitem-odd, div.statistics table tr.listitem-odd td {
    border:none;
    padding:10px;
}
div.statistics  p {
    font-size:13px;
    font-style:italic;
}
div.RadChart img {
    width:700px !important;
}

/*
 * UL form list
 */
ul.form {
}

ul.form li {
}

ul.form li.validator {
}

ul.form li.label {
    font-size: 13px;
}

.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 {
    font-size: 13px;
}
ul.form li.value input {
}
ul.form li.label-large {
}
.formstyle {
}

.formstyle .label {
}

/*
 * Ordered/Unordered lists 
 */
ul, ol {
    margin: 15px 0 25px 25px;
}
ul li {}
ol li {}

/* 
 * Horizontal list 
 */
ul.horizontal {
    font-size: 14px;
}
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 {
    margin-bottom:20px;
}
ul.horizontal-bulleted li {
    line-height:26px;
    background:none;
    padding:0;
    margin-right:10px;
    font-size:14px;
}
ul.horizontal-bulleted li:before {
    content: "\f054";
    color: #00508c;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    padding-right: 5px;
    text-decoration: none;
}

/*
 * Statistics grid
 */
div.statistics table {
}

/*
 * News-archive grid
 */
div.news-archive .date-column {
    width: 80px;
}
div.news-archive .content-column .title {
    font-size: 20px;
    font-weight: 400;
    text-decoration:none;
    color:#00508c;
}
div.news-archive table.gridlist td.listitem-even,
div.news-archive table tr.listitem-even td {
    padding-bottom:0;
    background:#f2f2f2;
}

/** QuickFilter **/
#lblShowHideQuikfilter {
    background: #00508c;
    border-radius: 4px;
    box-shadow: 0 0 1px #222;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 20px;
    padding: 9px 20px 10px;
}

    #lblShowHideQuikfilter:hover {
        text-decoration: underline;
    }

.objectlistFilters {
    padding: 5px 30px 3px;
    background: #fff;
    margin-bottom: 20px;
    -moz-box-shadow: 0 0 1px #222;
    -webkit-box-shadow: 0 0 1px#222;
    box-shadow: 0 0 1px #222;
    border-radius:4px;
}
.objectlistFilters ul.quickfilter li {
    float: left;
    list-style-type: none;
    width: 298px;
}
.objectlistFilters ul.quickfilter li.full {
    width: 100%;
}
.objectlistFilters ul.quickfilter table {
    width: 100%;
    font-size: 13px;
}
.objectlistFilters ul.quickfilter table tr td {
    padding: 4px 7px;
}
.objectlistFilters ul.quickfilter li span.title {
    font-weight: normal;
}

.objectlistFilters ul.quickfilter li span {
    font-weight: normal;
}
.objectlistFilters ul.quickfilter span.minValue,
.objectlistFilters ul.quickfilter span.maxValue {
    font-size: 11px;
}
ul.quickfilter {
  position: relative;
  z-index: 100;
}
.templatelist.block.objectlist h2 {
    font-size: 17px;
}
.templatelist.block.objectlist {
    font-size: 13px;
}
.templatelist.block {
    border-color: #ddd;
    font-size:13px;
}
.templatelist.block.header li label, .templatelist.block li label {
    width:auto; 
}
.templatelist.block li span img {
    margin-right:6px;
    margin-left:0 !important;
}
.templatelist.block li span a {
    color:#00508c;
}
.templatelist.block li span a:hover {
    text-decoration:none;
}
.ui-widget-header {
    background:#00508c;
}
ul.listviews li a {
    cursor: pointer;
    font-size: 14px;
}

ul.listviews li a:hover {
    text-decoration: none;
    color:#00508c;
}

table.check tr td {
    padding: 4px 6px 4px 0;
}
/** Bostadsfakta **/
div.area_info_facts {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 0 2px #444;
    color: #444;
    padding:15px;
}

    div.area_info_facts table.gridlist tr.header,
    div.area_info_facts table.gridlist tr.header td {
        padding: 2px 6px;
        background: transparent;
        color: #333;
        font-size: 15px;
        font-weight: 400;
    }

    div.area_info_facts table.gridlist tr td {
        padding: 2px 6px;
        font-size: 15px;
    }

    div.area_info_facts h4 {
        font-size: 20px;
        margin-bottom: 13px;
        color: #00508c;
    }

/** MyPages **/
table.mypage_apartment {
    float: left;
    width: 430px;
}

table.tbl_mypage_rent {
    border-bottom: 1px solid #DDDDDD;
    margin: 10px 0 16px;
    width: 100%;
}

    table.tbl_mypage_rent div {
        float: left;
        font-size: 15px;
        margin-bottom: 10px;
        width: 240px;
    }

    table.tbl_mypage_rent a.bulleted {
        font-size: 15px;
    }

div.residentInfo {
    display: inline-block;
    float: left;
    width: 100%;
}

div.residentInfo .alignright {
    float: left;
    width: 100%;
}

ul.mypage_list {
    border-top: 1px dotted #000;
    display: block;
    float: left;
    width: 100%;
}

    ul.mypage_list li {
        width: 100%;
        float: left;
        margin-bottom: 3px;
    }

    ul.mypage_list:after {
        content: "";
        display: block;
        clear: both;
    }

ul.mypage_profile {
    border-color: #000;
}

    ul.mypage_profile li {
        margin-top: 3px;
    }
div.residentInfo {

}
ul.mypage_list.link_list {
    float: left;
    padding: 9px 0 0 0;
    width: 100%;
}
ul.mypage_list.link_list li {
    display:inline-block;
    float:left;
    width:auto;
    margin-right:16px;
}

ul.mypage_list.contract_list {
    width:100%;
}
div.page-col50 ul.grid li.left {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 32px;
    text-transform: uppercase;
}
div.news-archive .content-column .title {
    }
div.news-archive .content-column .title:hover {
     color:#00508c;
    }
div.news-archive .content-column .title:after {
    content: "\f054";
    font-family: FontAwesome;
    padding-right:4px;
    color:#00508c;
    text-decoration:none;
    font-size:14px;
    display:inline-block;
    margin-left:6px;
    }

img.exterior_image {
    margin-bottom: 0;
    margin-right: 6px;
    max-height: 70px;
}

body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+1) {
	width:250px;
}
body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+2) {
	width:170px;
}
body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+3) {
	width:100px;
}
body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+4) {
	width:100px;
}

ul.horizontal-bulleted {
    margin-bottom:20px;
}

/*** 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:#f9f9f9;
    border-radius: 6px;
    -moz-box-shadow: 0 0 3px #444;
    -webkit-box-shadow: 0 0 5px#444;
    box-shadow: 0 0 2px #444;
    color:#444;
}
.primary hr {}
.primary a {color:#00508c;text-decoration:none;font-weight:600;font-size:13px;}
.primary a.bulleted  {color:#00508c;text-decoration:none;}
.primary a:hover {color:#00508c;text-decoration:underline;}
.primary a.bulleted:hover  {color:#00508c;text-decoration:underline;}
.primary a.bulleted:before {
    content: "\f0a9";
    color: #00508c;
    padding-right: 3px;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    margin-right: 3px;
}

/*** Secondary ***/
.secondary {
    background:#f9f9f9;
    border-radius: 6px;
    -moz-box-shadow: 0 0 2px #444;
    -webkit-box-shadow: 0 0 5px#444;
    box-shadow: 0 0 2px #444;
}
.secondary hr {}
.secondary a {color:#00508c;text-decoration:none;font-weight:600;font-size:13px;}
.secondary a.bulleted {color:#00508c;text-decoration:none;}
.secondary a:hover {color:#00508c;text-decoration:underline;}
.secondary a.bulleted:hover  {color:#00508c;text-decoration:underline;}

.secondary a.bulleted.matching {
    color:#00508c;
}
.secondary a.bulleted:before {
    content: "\f0a9";
    color: #00508c;
    padding-right: 3px;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    margin-right: 3px;
}
/*** Login Control ***/
.col25 div.loginarea span {}
.col37 div.loginarea span {}
.col37 div.loginarea input {}
.col37 div.loginarea input.btn {}


/** Startsidan Ing�ngar **/

div.col100.ingangar .col33 {
    background:#f2f2f2;
    text-align:center;
    height:90px;
    width:300px;
    -moz-box-shadow: 0 0 1px #22;
    -webkit-box-shadow: 0 0 1px#222;
    box-shadow: 0 0 1px #222;
    border-radius:6px;
}

div.col100.ingangar .col33 h2 {
    color:#00508c;
    font-size:32px;
    font-weight:500;
    letter-spacing: -1px;
    line-height:86px;
    height:86px;
}
div.col100.ingangar .col33 a {
    color:#00508c;
    text-decoration:none;
}
div.col100.ingangar .col33:first-child {
}
div.col100.ingangar .col33:last-child h2 a {
    color:#00508c;
}

div.col100.ingangar .alignleft {
    margin-right:20px;
}

/** Startsidan Stora puffar **/
div.col100.large-puff .col50 .box-inner {
    background:transparent url(../Img/bg-transparent-white.png) repeat 0 0;
    width:410px;
    -moz-box-shadow: 0 0 5px #444;
    -webkit-box-shadow: 0 0 5px#444;
    box-shadow: 0 0 5px #444;
    border-bottom:8px solid #EFF2F5;
    padding:25px;
    position:relative;
}
div.col100.large-puff .col50 h3.header {
    font-size:25px;
    font-weight:800;
    letter-spacing:-1px;
    line-height: 38px;
    color:#444;
    text-transform:uppercase;
    margin-bottom:6px;
}
div.col100.large-puff .col50 p.abstract {
    font-size:15px;
    line-height:24px;
}
div.col100.large-puff .col50 a.bulleted {
    bottom: 8px;
    display: block;
    position: absolute;
    right: 18px;
    color:#444;
    font-weight:800;
    font-size:15px;
    text-decoration:none;
}
div.col100.large-puff .col50 .box {
    margin:0;
}
div.col100.large-puff .col50 a.bulleted:hover {
    color:#EFF2F5;
}

div.col100.large-puff .col50 a.bulleted:before,
div.col100.default {
    background:transparent;
}


/** Startsidan Nyheter  **/
.col50.news {
    position:relative;
    background:#f9f9f9;
    border-radius:6px;
    -moz-box-shadow: 0 0 2px #222;
    -webkit-box-shadow: 0 0 2px#222;
    box-shadow: 0 0 2px #222;
}
.news-container {
    padding:10px 24px;

}
.col50.news div.archive-readmore {
    background:#e9d370;
    border-radius: 4px;
    padding: 6px 15px 8px 13px;
    position: absolute;
    right: 19px;
    top: 17px;
}
.col50.news div.archive-readmore:hover {
    background:#aaba8e;
    color:#fff;
}
.col50.news div.archive-readmore a {
    color:#00508c;
    text-decoration:none;
    font-size:17px;
}
.col50.news div.archive-readmore a:before {
    content:"\f054";
    font-family: FontAwesome;
    padding-right:6px;
    color:#00508c;
    text-decoration:none;
    font-size:18px;
    display:inline-block;
}
/** Startsidan Ledigt just nu  **/
.col100.available {
    position:relative;
    background:#f9f9f9;
    border-radius:6px;
    -moz-box-shadow: 0 0 2px #222;
    -webkit-box-shadow: 0 0 2px#222;
    box-shadow: 0 0 2px #222;
}
.available-container {
    padding: 10px 24px 23px;
}
.col50 .available-container img {
    left: -24px;
    max-width: 460px;
    position: relative;
    top: -10px;
}
.available-container p {
   color: #222222;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 28px;
}
.available-container ul li {
    float: left;
    font-size: 19px;
    letter-spacing: -1px;
    list-style-type: none;
    width: 100%;
    display:inline-block;
}
.available-container ul li a {
    color:#00508c;
    text-decoration:none;
    float:left;
}
.available-container ul li a:hover {
    color:#000;
}
.available-container ul li a.bulleted:before {
    color: #00508c;
    content: "\f0a9";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 24px;
    padding-right:10px;
}
.available-container ul li a.matching {
    display: inline-block;
    font-weight: bold;
}
/** Startsidan Ledigt just nu  **/
.col100.focusobjekt {
    position:relative;
    background:transparent url(../Img/bg-white-transparent.png) repeat 0 0;
    border-radius:6px;
    -moz-box-shadow: 0 0 2px #222;
    -webkit-box-shadow: 0 0 2px#222;
    box-shadow: 0 0 2px #222;
    margin-top:20px;
}
.focusobjekt-container {
    padding: 10px 24px 23px;
}


/** Sm� puffar **/
.col100.puffar {
    background:transparent;
    margin-top:20px;
    margin-bottom:20px;
}
.col33full .box-inner {
    padding:0;
    position:relative;
}
.col33full .box-inner.text {
    background:#f9f9f9;
    border-radius:6px;
    -moz-box-shadow: 0 0 2px #222;
    -webkit-box-shadow: 0 0 2px#222;
    box-shadow: 0 0 2px #222;
}
.col33full .box-inner.text .abstract {
    font-size: 13px;
    line-height: 23px;
    padding: 0 25px;
}
.col33full .box-inner img {
    padding:0;
    margin-bottom:10px;
    border-radius:6px;
    -moz-box-shadow: 0 0 5px #444;
    -webkit-box-shadow: 0 0 5px#444;
    box-shadow: 0 0 5px #444;
}
.col33full .box-inner.text img {
    margin-bottom:14px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    box-shadow:none;
}
.col33full .box-inner.text a.bulleted {
    background:#00508c;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 3px 11px 3px 9px;
    text-decoration: none;
    margin-left:25px;
}
.col33full .box-inner.text a.bulleted:hover {
    background:#aaba8e;
    color:#fff;
}
.col33full .box-inner.text a.bulleted:before {
    content:"\f054";
    color:#fff;
    font-family: FontAwesome;
}
.col33full .box-inner a.bulleted[style] {display:inline-block !important;margin-bottom:20px;}

h2.puffrubrik {
    font-weight:400;
    font-size:23px;
    margin-bottom:6px;
    line-height:32px;
    letter-spacing:-1px;
    margin-left: 23px;
}

.col33full .box-inner.text h2.puffrubrik {
    margin-left: 23px;
}
.col33full .box-inner.text h2.puffrubrik a {
    text-decoration:none;
    color:#00508c;
}
h2.puffrubrik.smallpuff a {
   color: #FFFFFF;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 32px;
    margin-bottom: 6px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40px;
    width: 300px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.9);
    text-decoration:none;
}
/*
 * 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 {}

.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 width and position
  */
.col100 .slider, .col100 .slider-container {
	width: 940px;
	height:300px;
	position: relative;
}
.col75 .slider, .col75 .slider-container {
	width: 700px;
}
.col75 .slider, .col75 .slider-container {
}
.col50 .slider, .col50 .slider-container {
}
.col25 .slider, .col25 .slider-container {
}
.col25 .slider, .col25 .slider-container, .col25-default .slider, .col25-default .slider-container {
	width: 220px;
}
.slider-container {
	margin: 0 0 20px;
    position:relative;
}
.slider-container.col25 {
	margin: 0 0 0;
}
.slider-inner {
}
.slider {
	height: auto;
}
.slider img {
    border-radius:6px;
}
/*
 * Pager
 */
.pager-container {
	bottom: 3px;
	position: absolute;
	right: 16px;
	text-align: center;
}
body.hso_area_area_info_cm .pager-container {
}
.pager {
}
.pager-container ul.pager {
	display: inline-block;
	float: right;
}
.pager-container ul.pager li.selected {
	border: 0;
	background: transparent url(../Img/Slider/slider-bullet-sel.png) no-repeat 0 0;
}
.pager-container ul.pager li {
	border: 0;
	background: transparent url(../Img/Slider/slider-bullet.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	margin: 0;
}
/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {
    display: block;
    height: 3em;
    margin-top: -1.25em;
    outline: 0 none;
    position: absolute;
    top: 50%;
    width: 3em;
    z-index: 100;
}
#slider_next {
	background: transparent url(../Img/Slider/slider-next.png) no-repeat 0 0;
}
#slider_prev {
	background: transparent url(../Img/Slider/slider-prev.png) no-repeat 0 0;
}

/** Slider Content **/
div.ImageTextStyles.Text {
    background:transparent url(../Img/Slider/bg-text-slider.png) repeat 0 0;
    bottom: 0;
    color: #222;
    font-size: 20px;
    left: 0;
    line-height: 30px;
    margin: 3% auto;
    padding: 3% 4% 4%;
    position: absolute;
    width: 67%;
    right:0;
}
div.ImageTextStyles.Text p {
    margin-bottom:0;
}
div.ImageTextStyles.Text a {
	text-decoration: none;
	color: #222;
}
div.ImageText div.sliderTitle {
    color: #222;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.0125em;
    line-height: 42px;
}
div.ImageTextStyles.Image {
}

.article-display-date {
    font-style:italic;
    display:block;
    margin-bottom:10px;
    font-size:13px;
}


div#cookiecheck span {
    display: block;
    font-size: 13px;
    line-height: 21px;
}

    form {
        width:100%;
        margin:0 auto;
        position:relative;
        padding:0;
    }
    body {
        margin:0;
        padding:0;
    }
    div.siteHeader-container, div.siteMain-container, div.siteOptions-container, div.siteFooter-container {
        width:100% !important;
        margin:0 auto;
    }
    div.siteContentFull, div.siteContainer, div.siteHeader, div.siteMain, div.siteFooter {
        width:940px;
	    margin:0 auto;
    }
    div.siteContact {
        width:100%;
    }
    div.siteSidebar {
        width:23.40425531914894%;
    }
    div.siteSidebar ul {
    }
    div.siteBreadcrumbs {
    }
    div.siteContent {
        width:74.46808510638298%;
        margin-bottom:30px;
        min-height:600px;
    }
    ul.submenu {
        padding:0;
    }
    .alignleft {
        margin-right:20px;
    }
    .col50.alignleft {
        margin-right:2.12765957446809%;
    }
    .alignright {
        margin:0;
    }
    .col100 {   
        width:100%;
        background:#fff;
    }
    .col75 {
	    width:74.46808510638298%;
    }
    .col50 {
        width:48.93617021276596%;
    }
    .col33 {
        width:31.33333333333333%;
    }
    .col25 {
        width:23.40425531914894%;
    }
    .col50 .col25 {
        width:47.82608695652174%;
    }
    div.siteContent .col75 {
        width:100%;
    }
    div.siteContent .col50 {
        width:65.71428571428571%;
    }
    div.siteContent .col25 {
        width:31.42857142857143%;
    }
    div.siteContent .col50 .col25 {
        width:47.82608695652174%;
    }
    .page-col25 .box-primary, .page-col25 .box-secondary, .col25 .box-primary, .col25 .box-secondary {
    }

    h2.pagetitle {
        line-height: 3em;
        margin: 0;
        padding: 0;
    }

    .topmenu-side-board-button
    {
        display: none;
    }
    .topmenu
    {
        display: block;
    }

    .col25.sideBar .gridlist
    {
        width:100%;
    }

    div.siteContentIframe
    {
        width: 100%;
    }
    body.global_cookiecheck .page-popup h1 {
        display:none !important;
        visibility:hidden !important;
    }
    .page-popup {
        background:#fff;
        color: #000000;
        float: left;
        font-size: 13px;
        line-height: 22px;
        padding: 10px;
    }
    .page-popup {
        float: left !important;
        padding:3px;
    }
    span.validation-summary
    {
        position:relative;
        margin-left: 8px;
        float:left;
        padding-top:5px;
        font-size:13px;
        color:red;
    }

    ul.landlord-list
    {
        width: auto;
    }

    /** Snippets Tables **/
    table tr td.col25 > .col25 {
        width:100%;
    }

    div.subst-table ul, div.subst-table li
	{
		list-style: none;
		margin: 0;
	}

    div.subst-table:after
    {
        content: "";
        display: block;
        clear: both;
    }

    ul.subst-row
    {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 50%;
        padding-bottom: 0.4em;
    }

	ul.subst-row li
	{
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 50%;
	}

    ul.subst-row li.subst-cell-full
    {
        width: 100%;
    }
    ul.subst-row.subst-row-full
    {
        width: 100%;
    }

    .page-col75.col75 ul.subst-row li:not(.validator):not(.value):not(.label)
    {
        clear: none;
    }

    ul.subst-row:last-child > li:not(:last-child) div.subst-table {
        padding-right: 0.4em;
    }

    .register-interest input[type="submit"]
    {
        height: auto;
    }

    .page-col75 div.interest-objectinfo
    {
        height: auto;
    }

    .page-popup .value input[id*='txtAnswerText']
    {
        width: 90% !important;
    }

    .page-col75 div.invoice,
    .page-col75 div.debt,
    .page-col75 div.invoice p.address,
    .page-col75 div.invoice-spec ul li.desc
    {
        width: auto;
    }

/* 
 * FAQ List 
 */
ul.faq-list {
    border-top: 1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;
    clear: both;
    float: left;
    width: 100%;
    position:relative;
    background:#f2f2f2;
    margin-bottom:12px;
}
ul.faq-list:hover {
    background:#f1f1f1;
} 
ul.faq-list li {
    padding-left:14px;
    margin-top:14px;
}
ul.faq-list li p {
    margin-bottom:0;
}
ul.faq-list li.icon-questionmark {
   display:none;
}
ul.faq-list .question:before {
    content: "\f059";
    color: #00508c;
    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: #328953;
    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 {}

ul.faq-list .question, ul.faq-list .answer {}
    .page-popup input[type="submit"]
    {
        height: auto;
    }

    div.col2-div {
        float: left;
        font-size: 14px;
        padding: 11px 0;
        width: 50%;
    }

    li.exchange-object-val
    {
        float:left; 
        clear:left;
    }

     li.exchange-object-label
    {
        float:left; 
        clear:right;
    }

    li.exchange-object-input
    {
        float:left; 
        clear:both;
    }

    div.global-unauthorized-login,
    div.global-unauthorized-register,
    div.global-authorized-mypages,
    div.global-authorized-logout,
    div.global-language
    {
        display: inline-block;
    }
    div.language
    {
        display:none;
    }
   .templatelist.block {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #E4E4E4;
        border-radius: 6px;
    }
    ul.templatelist.block li h2 {
        font-size:18px;
        color:#00508c;
    }
    ul.templatelist.block li h2 a {
        color:#00508c;
    }
    .templatelist.block.objectlist {
        margin-right: 2%;
        width: 31.7%;
    }
    .templatelist.block:nth-child(3n+3) {
        margin-right: 0;
    }
    .templatelist.block.objectlist .image
    {
        width: auto;
        height: 8em;
    }
    .templatelist.block.objectlist a {
        color: #00508c;
        word-break: break-all;
    }


div.article-area-info div.article-area-info p img {
    max-width: 100%;
    width: auto !important;
}
pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.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;
}
