/*
 * Main stylesheet for the new cleaned structure.
 *
 * 090814	HE		Initial version
 * 111028	NP		Removed some imports
 * 090814	HE		Initial version
 * 090902	HE		Updated the site grid to standard 960-grid measures (www.960.gs)
 *					Removed obsolete col-sizes col70 & col30.
 */


/* Default (desktop) */
form {
    width: 100%;
    padding-bottom: 0;
}
caption {
    display:none;
}
/*
 * Main site containers 
 */
div.siteHeader-container {
    width: 100%;
    background: #464a4d;
}

div.siteMain-container {
    background: #fff;
    border-left: 3px solid #99cc33;
    border-right: 3px solid #99cc33;
    width: 1169px;
    margin: 0 auto;
}

div.siteFooter-container {
    height: 194px;
    width: 100%;
    background: url("../Img/background.gif") repeat scroll 50% 0 #464a4d;
}

div.siteHeader {
    width: 1169px;
    margin: 0 auto;
    padding-top:1em;
}
div.siteLogo {
    display: inline-block;
}
div.siteMain {
    min-height: 600px;
    width: 1169px;
    margin: 0 auto;
    background: #fff;
    padding: 2em;
    box-sizing: border-box;
}

div.siteFooter {
    padding-top: 30px;
    width: 1069px;
    margin: 0 auto;
}

/*
 * Site header
 */
div.siteHeader {
}

ul.translate {
    float: right;
    width: 50px;
    display: block;
    position: relative;
    right: 247px;
    top: 63px;
}

    ul.translate li a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }

        ul.translate li a:hover {
            color: #7a7a7a;
        }

div.search_area {
    float: right;
    width: 220px;
    position: relative;
    top: 0;
    background: #fff;
}

    div.search_area .search_field {
        border: medium none;
        border-radius: 0;
        height: 13px;
        width: 148px;
    }

    div.search_area .btn_search {
        background: #fff;
        border: medium none;
        box-shadow: none;
        color: #464a4d;
        cursor: pointer;
        font-family: "Source Sans Pro";
        font-size: 1em;
        height:auto;
        padding-right: 10px;
    }
ul.login {
    float:right;
    margin-top:1em;
}
ul.login li {
    float: right;
}

    ul.login li a {
        background: #99cc33;
        color: #000;
        text-align: center;
        width: auto;
        line-height: normal;
        display: block;
        font-size: 16px;
        text-decoration: none;
        padding: 0.5em 1em;
        position: relative;
        top: 0;
    }

        ul.login li a:hover {
            color: #464a4d;
        }
/*
 * Sidebar container 
 */
div.siteSidebar {
}

/*
 * Content containers 
 */
div.siteContent {
}

div.siteContentFull {
}

div.siteContentPopup {
}

div.siteContentIframe {
}

/*
 * Footer elements 
 */
div.siteBreadcrumbs {
    width: 100%;
    margin-top: 1em;
    font-size: 1em;
    margin-bottom:1em;
}

    div.siteBreadcrumbs a {
        color: #575757;
        text-decoration: none;
        font-size: 16px;
    }

        div.siteBreadcrumbs a b {
            color: #000;
            font-weight: normal;
        }

body.default div.siteBreadcrumbs {
    display: none;
    float: none !important;
}

div.siteContact {
    color: #fff;
    float: left;
    font-size: 1em;
    width: 160px;
    padding-top: 20px;
}

div.siteLogos {
}

ul.siteOptions {
    float: right;
    font-size: 1em;
    padding-right: 90px;
    width: 130px;
    padding-top: 20px;
}

    ul.siteOptions li {
        display: block;
    }

        ul.siteOptions li a {
            color: #fff;
            text-decoration: none;
        }

            ul.siteOptions li a:hover {
                color: #7a7a7a;
                text-decoration: none;
            }

ul.footerlogos {
    width: 500px;
    height: 75px;
    float: right;
    padding-top: 15px;
    margin-left: 20px;
}

    ul.footerlogos li {
    }

        ul.footerlogos li a.astorp {
            background: url("../Img/footer_astarp.png") no-repeat scroll 100% 50% transparent;
            width: 200px;
            height: 100px;
            display: block;
            margin-left: 260px;
        }

/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {
}

.col100 {
}

.col75 {
}

.col50 {
}

.col37 {
}

.col33 {
}

.col25 {
}

.page-popup {
}

/*
 * Errormessage control
 */
div.errormsg {
}

div.erroricon {
}

div.errortext {
}

input {
    height: auto;
}

/* 
 * General
 */
html {
}

body {
    background: #d2d2d2;
    font-family: 'Source Sans Pro';
    height: 100%;
    font-size: 1em;
}

input, textarea, select {
}

pre, code, kbd {
}

strong, b {
}

em {
}

.ingress {
    font-size: 16px;
    color: #383838;
}

.pre-amble {
}

.alert {
}

p {
    font-size: 1em;
    color: #464A4D;
}

a {
    font-size: 1em;
    color: #016633;
}

/*
 * Headers
 */
h1, h2, h3, h4, h5 {
    background: transparent;
    color: #016633;
    font-weight: normal;
    font-size: 100%;
}

    h1, h2.pagetitle {
        font-size: 26px;
        line-height:1.5em;
        margin-bottom:0.5em;
    }

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h2.header, h3.header {
}

.siteHeader h1 {
    padding-bottom: 25px;
}

/*
 * Menus
 */
ul.topmenu li a {
}

ul.submenu li {
}

/*
 * Search area
 */


/*
 * Boxes
 */
.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size: 100%;
}
.primary h1, .primary h2, .primary h3, .primary h4, .primary h5, .primary h6 {
    background: transparent;
    font-weight: normal;
    color: #000;
}

.primary h3 {
}

.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6 {
    color: #016633;
    background: transparent;
    color: #016633;
}

.box-rental h2, .box-resident h2 {
}

.box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
    background: transparent;
    color: #016633
}

h2.localnews {
}

ul.mypage_profile_interest_header h4 {
    font-size: 16px;
    background: transparent;
}

span.button-list input {
}

a.link-large {
}

.siteBreadcrumbs, .siteOptions {
    font-size:100%;
}

.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 {
}


/*
 * 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 {
}

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: auto;
    padding: 0.25em 1em 0.25em;
    font-size: 0.95em;
    text-shadow: none;
    border-radius: 0;
    border: none;
    background: #016633;
    text-indent: 0;
    font-family: "Source Sans Pro";
}

    .btn:hover, .btn_search:hover, .btn_interest:hover {
        background: #464a4d;
        color: #fff;
    }

.register-interest input[type="submit"] {
    background: #016633;
    height: auto;
    color: #fff;
    border-color: #016633;
    padding: 0.45em 0.75em;
    font-size: 0.95em;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
    font-family: "Source Sans Pro";
}
.register-interest input[type="submit"]:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.btn {
}

.btn-disabled {
    background: #ddd;
    color:#575757;
}

/*** Input element default sizes ***/
.col50 .box-inner .textbox,
.col75 .box-inner .textbox {
}

.col50 .box-inner .textarea,
.col75 .box-inner .textarea {
}

/*
 * Horizontal rule 
 */
hr {
}

/*
 * Button list
 */
span.button-list input, span.button-list a {
}

span.button-list a {
}

    span.button-list a.selected {
    }

.rentalinfo input, .rentalinfo a {
}

/* 
 * Navigation bar
 */
div.navbar {
    margin-top: 20px;
}

    div.navbar .buttons {
    }

        div.navbar .buttons input {
        }

            div.navbar .buttons input dimmed {
            }

        div.navbar .buttons .btn_first {
        }

        div.navbar .buttons .btn_prev {
        }

        div.navbar .buttons .btn_next {
        }

        div.navbar .buttons .btn_last {
        }

    div.navbar .text {
    }

        div.navbar .text a {
        }

        div.navbar .text p {
        }

            div.navbar .text p.left {
                color: #fff;
            }

            div.navbar .text p.right {
            }

/*
 * Page form header & footer
 */
div.pageHeader, div.pageSubHeader {
    background: #f2f2f2;
    color: #000;
    font-size: 1em;
    height: unset;
    line-height: 38px;
    font-weight: 600;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0;
    padding: 0.125em 0.5em;
    float: left;
    margin-bottom: 1em;
}



    div.pageSubHeader p,
    div.pageSubHeader p span,
    div.pageHeader span {
        background: #f2f2f2;
        color: #000;
        font-size: 1.125em;
        line-height: 38px;
        float: left;
        width: 100%;
        box-sizing: border-box;
        font-weight: 600;
    }

div.pageFooter {
    background: #f2f2f2;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    line-height: 41px;
    margin: 0;
}

    div.pageFooter input {
        margin: 0;
    }


div.interest-header {
    margin: 10px 0;
    padding: 0;
    background: transparent;
    border: none;
    font-size: 21px;
    color: #016633;
    font-weight: 400;
}

div.interest-interestinfo {
    float: right;
    font-size: 16px;
    width: 100%;
    margin-bottom: 12px;
    padding: 13px 0 0 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

div.interest-objectinfo {
    float: left;
    width: 81%;
    height: 42px;
    margin: 4px 0 0 0;
    padding: 0 10px 5px 0px;
    border-bottom: solid 1px #d0d0d0;
}

div.interest-footer {
    background: #f7f5ec;
    border: none;
    padding: 6px 10px 10px;
}

div.interest-objectinfo div.subst-table ul.subst-row {
    padding: 0;
}

div.interest-image {
    float: left;
    width: 130px;
    height: 85px;
    padding: 5px 10px 0 0;
}

div.interest-footer p {
    background-color: transparent;
    font-size: 1.125em;
}

div.interest-interestinfo {
    height: auto;
}

    div.interest-interestinfo table {
        width: 100%;
    }

        div.interest-interestinfo table tbody tr td a {
            background-color: #016633;
            color: #fff;
            padding: 0.5em 1em;
            display: inline-block;
            border-radius: 4px;
            margin-bottom: 4px;
            font-weight: 600;
        }

            div.interest-interestinfo table tbody tr td a:first-of-type {
                background-color: #016633;
                display: none;
            }

        div.interest-interestinfo table tbody tr td {
            width: auto;
            float: right;
            display: inline;
        }

        div.interest-interestinfo table tbody tr:first-child td:first-child {
            float: left;
        }

        div.interest-interestinfo table tbody tr:last-child td {
            float: left;
        }

        div.interest-interestinfo table tbody tr td a.image,
        div.interest-interestinfo table tbody tr td a.planning {
            background: none;
            display: inline-block;
            float: left;
            color: #016633;
            padding: 0;
            font-weight: normal;
            margin-right: 15px;
            text-decoration: none;
            font-size: 16px;
        }


            div.interest-interestinfo table tbody tr td a.image:before {
                content: "\f03e";
                color: #016633;
                font-family: FontAwesome;
                font-size: 19px;
                padding-right: 5px;
                text-decoration: none;
                position: relative;
            }

            div.interest-interestinfo table tbody tr td a.planning:before {
                content: "\f030";
                color: #016633;
                font-family: FontAwesome;
                font-size: 19px;
                padding-right: 5px;
                text-decoration: none;
                position: relative;
            }

        div.interest-interestinfo table tbody tr td div.right {
            float: left;
        }

            div.interest-interestinfo table tbody tr td div.right a {
                background: none;
                display: inline-block;
                float: left;
                color: #016633;
                padding: 0;
                font-weight: bold;
            }

table tbody tr td div.interest-footer {
    background: #f2f2f2;
}

    table tbody tr td div.interest-footer p {
        background-image: none;
        padding: 0 0 0 10px;
        margin: 2px 0 4px 0px;
        color: #000;
        font-weight: 600;
    }

        table tbody tr td div.interest-footer p:before {
            content: "\f05a";
            color: #016633;
            font-family: FontAwesome;
            font-size: 26px;
            padding-right: 12px;
            text-decoration: none;
            top: 4px;
            position: relative;
        }

body.mina-sidor_intresseanmalningar table tbody tr td h3 {
    background: #f8f7f6;
    padding: 12px 0 0;
}



table tbody tr td div.interest-objectinfo div.subst-table ul.subst-row li b span {
    color: #34353a;
}

table tbody tr td div.interest-objectinfo div.subst-table ul.subst-row li span,
table tbody tr td div.interest-objectinfo div.subst-table ul.subst-row li {
    font-weight: bold;
    font-size: 1em;
}

div.interest-objectinfo div.subst-table ul.subst-row li:first-of-type {
    width: 30%;
}

div.interest-objectinfo div.subst-table ul.subst-row li:last-of-type {
    width: 65%;
}

/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}

div.validator-valid {
}

div.validator-unvalid {
}

span.validation-summary {
    float: left;
    padding-right: unset;
    padding-top: unset;
    position: relative;
    margin-left: 10px;
    color: red;
}

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 {
    }

ul li.ico_rentalinfo {
    display: none;
}

/*
 * TopMenu definition.
 *
 * 090817	HE		Initial version
 */

/*** Reset all list-styles ***/
ul.topmenu, ul.topmenu li {
    float: left;
}

/*** Setup basic menu look ***/
ul.topmenu {
    width: 100%;
    background: #016633;
    border-right: 1px solid #fff;
    height: 41px;
}

    ul.topmenu li {
    }

        ul.topmenu li a {
            line-height: 41px;
            color: #fff;
            background: #016633;
            font-size: 17px;
            text-decoration: none;
            padding-left: 13px;
            padding-right: 13px;
            border-left: 1px solid #fff;
        }

            ul.topmenu li a:hover {
                color: #24a07f;
            }

        /*** Selected item or selected child-item ***/

        ul.topmenu li.selected, ul.topmenu li.childselected {
        }

            ul.topmenu li.selected a, ul.topmenu li.childselected a {
                color: #00563f;
                background: #fff;
                font-size: 18px;
                padding-left: 11px;
                padding-right: 12px;
                border-left: 1px solid #fff;
                padding-bottom: 1px;
            }

                ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
                    color: #24a07f;
                }


/*** Element padding ***/
ul.submenu {
    background: #fff;
    padding: 0 0 5px 0;
    border-top: 1px solid #016633;
}

    ul.submenu ul {
    }

        ul.submenu ul a {
        }

        ul.submenu ul ul a {
        }

    /*** Link styles ***/
    ul.submenu a {
        font-size: 1em;
        text-decoration: none;
        color: #016633;
        line-height: 2em;
        border-bottom: none;
        font-weight: normal;
    }

        ul.submenu a:hover {
            color: #24a07f;
        }

    /*** Special styles ***/
    ul.submenu li {
        font-size:100%;
    }

        ul.submenu li.selected {
            color: #fff;
            background: #016633;
        }

            ul.submenu li.selected a {
                color: #fff;
                background: #016633;
                padding-left: 10px;
            }

                ul.submenu li.selected a:hover {
                    color: #24a07f;
                }

        ul.submenu li.collapsed {
            background: url("../../Img/submenu_expand.png") no-repeat 190px 10px transparent;
        }

            ul.submenu li.collapsed.selected a {
                background: url("../../Img/submenu_expand.png") no-repeat 190px 10px transparent;
                color: #00563F;
            }

            ul.submenu li.collapsed.selected {
            }

        ul.submenu li.expanded {
            background: url("../../Img/submenu_expand.png") no-repeat 190px 10px transparent;
        }

            ul.submenu li.expanded.childselected {
                background: url("../../Img/submenu_collapse.png") no-repeat 190px 10px #5fcff3;
            }

        ul.submenu li.expanded {
            background: url("../../Img/submenu_collapse.png") no-repeat 190px 10px transparent;
        }

            ul.submenu li.expanded a:hover {
                color: #24a07f;
            }

            ul.submenu li.expanded.childselected {
                background: #00a753;
                width: 220px;
            }

                ul.submenu li.expanded.childselected a {
                    background: url("../../Img/submenu_collapse.png") no-repeat 190px 10px #008d46;
                    color: #fff;
                }

                ul.submenu li.expanded.childselected ul li a {
                    background: transparent;
                    padding-left: 20px;
                }

                ul.submenu li.expanded.childselected a:hover {
                    color: #59d0b1;
                }


            ul.submenu li.expanded:before, ul.submenu li.collapsed:before {
                display: none;
                visibility: hidden
            }

/*
 * Ordered/Unordered lists 
 */
ul, ol {
}

    ul li {
    }

    ol li {
    }

    /* 
 * Horizontal list 
 */
    ul.horizontal {
        margin-bottom: 10px;
    }

    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: 1em;
        font-weight: normal;
    }

    ul.horizontal-bulleted li {
        background: none;
        padding: 0;
        margin: 0;
        list-style-type: none;
        width: 100%;
        display: block;
        line-height: 32px;
        font-size: 16px;
    }

        ul.horizontal-bulleted li:before {
            content: "\f00c";
            color: #016633;
            display: inline-block;
            font-family: FontAwesome;
            font-size: 1em;
            line-height: 11px;
            margin-right: 5px;
            padding: 5px;
            text-decoration: none;
            width: 1em;
        }

div.related-content div.box-inner li.doc_document {
}

div.related-content div.box-inner li.inf_link {
}

div.related-content div.box-inner li.cm_page {
}

/*
 * Boxlist
 */
ul.boxlist {
}

    ul.boxlist li {
    }

/* 
 * FAQ List 
 */
ul.faq-list {
}

    ul.faq-list li {
    }

    ul.faq-list .icon-question {
    }

    ul.faq-list .icon-answer {
    }

    ul.faq-list .question {
    }

    ul.faq-list .question, ul.faq-list .answer {
    }

/* 
* Sitemap
*/
.sitemap_paragraph {
}

/* 
 * Sitemap List 
 */
ul.link {
}

ul li.maplink {
}

/* 
 * ListAvailable
 */
ul.listavailable {
}

.col50 ul.listavailable li a {
}

.col25 ul.listavailable li a.align-left {
}

ul.listavailable a img {
}

/*
 * Thumbnail list
 */
div.thumbnail-container {
}

ul.thumbnail-list {
}

    ul.thumbnail-list img {
    }

.thumbnail-container ul.thumbnail-list li {
}

    .thumbnail-container ul.thumbnail-list li.alignleft {
    }

.col25 .thumbnail-container ul.thumbnail-list li {
}

    .col25 .thumbnail-container ul.thumbnail-list li.alignleft {
    }


/*** General rules ***/
.box {
}

.box-outer {
    min-height: auto;
}

.box .noheight {
}

.box-inner {
    min-height: auto;
}

.box a.rss {
}

.box a img {
}

.box a.rss img {
}

td.box-inner {
}

/*** Primary ***/
.primary {
    color: #212121
}

    .primary .box-inner {
        background: #99cc33;
    }

    .primary hr {
        background: #fff
    }

    .primary p {
        font-size: 1em;
        color: #000
    }

    .primary a {
    }

        .primary a.bulleted {
            background: transparent;
            padding-left: 0;
            font-size: 1em;
            color: #000;
        }

            .primary a.bulleted::before {
                color: #000;
            }

/*** Secondary ***/
.secondary {
}

    .secondary .box-inner {
        background: #f2f2f2;
    }

    .secondary hr {
        background: #575757
    }

    .secondary a {
    }

    .secondary p {
        font-size: 1em;
        color: #212121
    }

    .secondary a.bulleted:before {
        color: #016633;
    }

/*** Login Control ***/
.col25 div.loginarea span {
    display: block;
    margin-bottom: 3px;
}

.col25 div.loginarea hr {
    margin-top: 16px;
}

.col25 div.loginarea input.btn {
    background: #464a4d;
    height: auto;
    line-height: unset;
    color: #fff;
    font-size:14px;
}

    .col25 div.loginarea input.btn:hover {
        background: #0b7b35;
    }

.col37 div.loginarea span {
}

.col37 div.loginarea input {
}

    .col37 div.loginarea input.btn {
    }

div.loginarea p input {
    background: #fff;
}

div.loginarea p label {
    word-break: break-all;
    margin-bottom: 0.3em;
    display: block;
    font-weight: bold;
}

div.loginarea br {
    display: none;
}

div.loginarea a.bulleted {
    display: block;
    margin-bottom: 0.3em;
}

div.loginarea p input {
}

/*** Ingångar ***/

.default .col33 {
    width: 310px;
}

    .default .col33 .box-inner {
        padding: 0
    }

    .default .col33 .ledigt .box-inner {
        margin-top: 10px;
        height: 140px;
    }

    .default .col33 .ledigt .box-outer {
        background: #016633;
    }

.col33 .ledigt h4 {
    color: #fff;
    font-size: 33px;
    padding: 20px 0 0 15px;
    line-height: 30px;
}

.col33 .ledigt a {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    padding: 20px;
}

    .col33 .ledigt a:hover {
        color: #24a07f;
        font-size: 1em;
        text-decoration: none;
        padding: 20px;
    }

.col33 .minasidor .box-inner {
    background: #016633;
    height: 140px;
    margin-top: 1px;
}

.col33 .minasidor a {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    padding: 20px;
}

    .col33 .minasidor a:hover {
        color: #24a07f;
        font-size: 1em;
        text-decoration: none;
        padding: 20px;
    }

.col33 .minasidor h4 {
    color: #fff;
    font-size: 33px;
    padding: 20px 0 0 15px;
    line-height: 30px;
}

.col33 .serviceanmalan .box-inner {
    background: #016633;
    height: 140px;
    margin-top: 1px;
}

.col33 .serviceanmalan h4 {
    color: #fff;
    font-size: 33px;
    padding: 20px 0 0 15px;
    line-height: 30px;
}

.col33 .serviceanmalan a {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    padding: 20px;
}

    .col33 .serviceanmalan a:hover {
        color: #24a07f;
        font-size: 1em;
        text-decoration: none;
        padding: 20px;
    }

.col33.ingang .box-inner {
    position: relative;
}

span.ikon {
    height: 140px;
    width: 100px;
    position: absolute;
    top: 10px;
    right: -5px;
    display: block;
}

    span.ikon:hover {
        height: 140px;
        width: 100px;
        position: absolute;
        top: 12px;
        right: -5px;
        display: block;
    }

/***Puffar***/

.box.primaryfocus {
    margin-bottom: 0;
}

.primaryfocus .box-inner {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

    .primaryfocus .box-inner.column h3 {
        background: transparent;
        width: 220px;
        float: right;
        color: #016633;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .primaryfocus .box-inner.column p {
        width: 220px;
        float: right;
        font-size: 1em;
        color: #545654;
    }

    .primaryfocus .box-inner.column img {
        float: left;
    }

    .primaryfocus .box-inner.column a {
        padding: 2px 6px;
        background: #016633;
        color: #fff;
        text-decoration: none;
    }

        .primaryfocus .box-inner.column a:hover {
            color: #24a07f;
        }

/*
 * Table grid list
 */
div.grid {
}

table.gridlist {
    font-size: 1em;
}

    table.gridlist tr.headerrow {
        border: 1px solid #d5d5d5;
        height: 40px;
    }

    table.gridlist tr.marked {
    }

    table.gridlist tr.dimmed {
    }

    table.gridlist td {
    }

        table.gridlist td.header, tr.header td {
            background-color: #016633;
            font-size: 1em;
            height: 32px;
            font-weight: normal;
            padding: 0 10px;
            color: #fff;
        }

            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: #016633;
                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: #016633;
                }

                table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                    background-color: #016633;
                }

        table.gridlist td.listitem-even, tr.listitem-even td {
            padding: 10px 3px;
            font-size: 1em;
            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: 1em;
}

table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}

table.gridlist tr td a {
    text-decoration: none;
}

table.gridlist img.objectlist_icon {
}

ul.mypage_profile {
    border-bottom: 1px solid #000;
    padding-top: 13px;
    margin-top: 20px;
}

ul.mypage_profile_interest_header h4 {
    font-size: 20px;
    margin-top: 4px;
    word-break: break-all;
}

ul.mypage_profile_interest li span > span {
    margin: 2px 0 0 0;
    display: block;
    font-weight: 600;
}

ul.mypage_profile li a.bulleted {
    font-weight: bold;
}

ul.mypage_profile li {
    word-break: break-all;
}

div.areatext {
    width: 56%;
    float: left;
}

div.areaimg {
    width: 41%;
    float: right;
    overflow: hidden;
    display: block;
}

div.areatext p {
    font-size: 1em;
    line-height: 21px;
}


/* QuickFilter */
.objectlistFilters {
    background: #f2f2f2;
    margin-bottom: 20px;
    padding: 10px 20px 0;
    border: 1px solid #DEE1E5;
}

ul.quickfilter li {
    float: left;
    font-size: 0.85em;
    list-style-type: none;
    margin-left: 0;
    margin-right: 7%;
    width: 46%;
}

.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: 1em;
    margin-top: 8px;
    font-weight: bold;
}

ul.quickfilter span.maxValue {
    float: right;
    width: auto;
    font-size: 1em;
}

ul.quickfilter li span.title, ul.quickfilter li span {
    font-size: 1.25em;
    margin-bottom: 12px;
    font-weight: normal;
}

    ul.quickfilter li span.title {
        font-weight: 700;
    }

ul.quickfilter label {
    font-size: 1.25em;
    margin-right: 0.65em;
}

.ui-widget-header {
    background: #016633;
}

.ui-widget-content {
    background: #fff;
    border: 2px solid #ddd;
    margin-bottom: 0.65em;
}

a.icon-areainfo.iframe {
    color: #016633;
}

.ui-slider-horizontal .ui-slider-range {
    height: 0.98em;
    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: #016633;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 8px 16px 8px;
}

    label.title:hover {
        background: #464a4d;
    }

ul.quickfilter li.full {
    width: 794px;
}

table.check tr td {
    padding: 8px;
}

.property-description-container {
    background: #f2f2f2;
    padding: 10px;
    border: 1px solid #DEE1E5;
}

    .property-description-container .property-more-information:after {
        color: #0b7b35;
    }

    .property-description-container .property-more-information {
        color: #000;
        font-weight: bold;
    }

    .property-description-container ul,
    .property-description-container ol {
        margin: 10px 10px;
    }

.property-descriptions div {
    margin-bottom: 12px;
    font-style: italic;
}

.templatelist.block.objectlist,
ul.templatelist.block,
.templatelist.block:nth-child(1n+3) {
    background: #f8f7f6;
    border: 1px solid #d0d0d0;
    margin-right: 2%;
    width: 31.5% !important;
}

.templatelist.block:nth-child(3n+3) {
    margin-right: 0 !important;
}

.templatelist.block {
    background: #f8f7f6;
    border: none;
}

    .templatelist.block li {
        padding-top: 8px;
        font-size: 1em;
    }

ul.templatelist.block li h4 {
    font-size: 21px;
    font-weight: 300;
    margin-top: 0;
    text-align: center;
}

    ul.templatelist.block li h4 a {
        color: #00478e;
        text-decoration: none;
        font-weight: 300;
    }

ul.templatelist.block li img.image {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
    overflow: hidden;
}

.templatelist.block.objectlist .image {
    width: 100%;
    height: unset;
}

.templatelist.block li:nth-of-type(9n+2) {
    padding: 0;
}

ul.templatelist.block li img:not(.image):first-child, ul.templatelist.block li h2 {
    margin-left: 0.3em;
    font-size: 1.2em;
}

.templatelist.block.objectlist li label {
    font-weight: 600;
}

ul.listviews li a {
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
}

ul.listviews li i {
    color: #34353a;
    font-size: 1em;
    padding-right: 4px;
}

ul.listviews li.selected i {
    color: #016633;
}

img.exterior_image {
    margin-bottom: 0;
}

div.image-slideshow {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

div.image-big,
div.image-big img {
    width: 100%;
    border: none;
}

div.image-big-full img {
    width: 98.6%;
    border: solid 4px #ddd;
}

div.image-thumbs {
    padding-left: 0;
}

    div.image-thumbs img {
        border-color: #f2f2f2;
        margin: 0 4px 0 0
    }

div.page-col25 ul.grid li.left {
    float: left;
    width: initial;
    font-weight: normal;
}

div.page-col25 ul.grid li.right {
    padding-left: unset;
    width: auto;
    text-align: right;
}

div.page-col50 ul.grid li.left {
    font-size: 1em;
    color: #000;
    font-weight: 700;
    padding: 0.6em 0em;
    width: auto;
}

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: #f7f5ec;
    color: #016633;
    display: inline-block;
    font-weight: normal;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 4px;
}

div.invoice, div.debt {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 12px 9px;
}

div.debt {
    background: #f8f7f6;
}

    div.debt p {
        font-size: 16px;
        margin: 0;
        padding: 0;
        line-height: 21px;
    }

    div.debt.tfcorrespondence label {
        font-size: 13px;
    }


/*
 * UL form list
 */
ul.form {
    font-size:100%;
}

    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 {
}

.col75 .slider,
.col75 .slider-container {
}

.col50 .slider,
.col50 .slider-container {
}

.col25 .slider,
.col25 .slider-container {
}

.col25 .slider,
.col25 .slider-container {
}

.col66 .slider,
.col66 .slider-container {
}

.slider-container {
    width: 620px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.slider-inner {
    width: 620px;
}

.slider {
    height: 422px;
}

    .slider img {
        width: 620px;
        background: #464b4d;
    }

/*
 * Pager
 */
.pager-container {
    margin: -170px 0 0 50px;
    position: absolute;
    text-align: center;
}

.pager {
}

    .pager li {
        border: 0;
        background: transparent url(../../Img/pagination_unselected.png) no-repeat 50% 50%;
        width: 29px;
        height: 40px;
        margin: 11px;
    }

        .pager li.selected {
            border: 0;
            background: transparent url(../../Img/pagination_selected.png) no-repeat 50% 50%;
        }
/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {
    top: 67%;
}

#slider_next {
    background: transparent url("../../Img/pager_right.png") no-repeat 50% 50%;
}

#slider_prev {
    background: transparent url("../../Img/pager_left.png") no-repeat 50% 50%;
}

    #slider_next[style], #slider_prev[style] {
        top: 264px !important;
    }

    #slider_prev[style] {
        left: 0px !important;
    }

/*
 * Slider Text
 */


div.ImageTextStyles {
    margin: 0;
}

    div.ImageTextStyles.Image {
        height: 371px;
        overflow: hidden;
    }

    div.ImageTextStyles.Text {
        position: absolute;
        width: 620px;
        height: 100px;
        bottom: 0px;
        background: #464b4d;
    }

        div.ImageTextStyles.Text div.sliderTitle, div.ImageTextStyles.Text {
        }

            div.ImageTextStyles.Text div.sliderTitle {
                color: #fff;
                font-size: 30px;
                line-height: 40px;
                padding: 0px 10px 0 10px;
            }

            div.ImageTextStyles.Text p {
                font-size: 13px;
                color: #fff;
                padding: 0 10px 0px 10px;
                margin: 0
            }

                div.ImageTextStyles.Text p a {
                    color: #fff;
                    font-size: 13px;
                    margin-left: 0px;
                    text-decoration: none;
                    background: none;
                    float: right;
                }

                    div.ImageTextStyles.Text p a:visited {
                    }

                    div.ImageTextStyles.Text p a:hover {
                        color: #687072;
                    }

            div.ImageTextStyles.Text px a:active {
            }

            div.ImageTextStyles.Text p a span.abstract {
                display: inline;
                font-size: 13px;
                line-height: 21px;
                color: #fff;
            }

            div.ImageTextStyles.Text hr {
                display: none;
            }

    div.ImageTextStyles a.bulleted::before {
        display: none;
        visibility: hidden;
    }

p.readmore {
    text-align: left;
}

.col50 img {
    max-width: 100%;
}
.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;
}

