﻿@charset "utf-8";
/*
 * 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 HTML 
 */

@import url("Webfonts.css");

body {
    background: #e1f0f2;
    padding: 0;
    font-size: 18px;
    font-family: "07-brother1816-regular", sans-serif;
    line-height: 27px;
}

form {
    width: 100%;
    padding: 0;
}

div.global-authorization {
}

div.global-language a {
}

#ctl00_ctl01_ucTopLinks_divUnauthorized {
}

#ctl00_ctl01_ucTopLinks_divLanguage {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 0.875em;
    text-decoration: none;
    background: #be451c;
    padding: 0.25em 1em;
    border-radius: 1em;
    z-index: 2000;
}

    #ctl00_ctl01_ucTopLinks_divLanguage a {
        color: #fff;
        text-decoration: none;
    }

div.global-unauthorized-register, div.global-unauthorized-login {
    display: none;
}

#ctl00_ctl01_ucTopLinks_hlRegister, #ctl00_ctl01_ucTopLinks_hlLogin {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 0.875em;
    text-decoration: none;
    background: #be451c;
    padding: 0.25em 1em;
    border-radius: 1em;
    z-index: 2000;
}


.handheld-menu {
    display: block !important;
}

span[tabindex="0"] {
    display: none;
}

a {
    color: #BE451C;
}
/** Viktigt medddelande **/
div.importantmessage-container {
    background: #bf4526;
    width: 100%;
    float: left;
    position: relative;
    left: 0;
    margin-bottom: 20px;
}

    div.importantmessage-container .col100 {
        background: transparent;
        margin: 0 auto;
        float: none;
    }

    div.importantmessage-container div.col100.importantmessage div.ImportantContainer div.ImportantContainerContent {
        padding: 1.25em 0 1.125em;
    }

        div.importantmessage-container div.col100.importantmessage div.ImportantContainer div.ImportantContainerContent h1.ImportantTitle {
            margin: 0;
            line-height: 1.5em;
            font-size: 1.125em;
            color: #fff;
            display: inline-block;
            float: left;
            letter-spacing: 0;
        }

            div.importantmessage-container div.col100.importantmessage div.ImportantContainer div.ImportantContainerContent h1.ImportantTitle:before {
                display: block;
                content: '  ';
                background-image: url('../Img/information-regular.svg');
                background-size: 30px 30px;
                height: 30px;
                width: 30px;
                float: left;
                margin-right: 10px;
                position: relative;
                top: -2px;
                margin-left: 20px;
            }

        div.importantmessage-container div.col100.importantmessage div.ImportantContainer div.ImportantContainerContent p {
            margin: 0;
            line-height: 1.5em;
            font-size: 1.125em;
            color: #fff;
        }

            div.importantmessage-container div.col100.importantmessage div.ImportantContainer div.ImportantContainerContent p a.readmore {
                color: #fff;
                text-decoration: none;
            }

                div.importantmessage-container div.col100.importantmessage div.ImportantContainer div.ImportantContainerContent p a.readmore:hover {
                    text-decoration: underline;
                }

                div.importantmessage-container div.col100.importantmessage div.ImportantContainer div.ImportantContainerContent p a.readmore:after {
                    content: "\f054";
                    font-family: FontAwesome;
                    padding-right: 3px;
                    color: #fff;
                    text-decoration: none;
                    font-size: 0.85em;
                    display: inline-block;
                    margin-left: 0.35em;
                }

/*
 * Main site containers 
 */

div.siteMain-container {
    width: 100%;
    background: #e1f0f2;
}

div.siteMain {
    width: 1440px;
    padding: 20px 0 0;
    background: #e1f0f2;
    overflow: hidden;
    margin: 0 auto;
}

body.default div.siteMain {
    padding-bottom: 0;
}
/*
 * Site header
 */
div.siteHeader-full {
    background: #002c40;
    width: 100%;
    float: left;
}


div.siteHeader-container {
    height: auto;
    width: 100%;
    position: relative;
}

a.login {
    position: relative;
    margin-left: -14em;
    margin-top: 22px;
    display: inline-block;
    color: #fff;
    font-size: 0.875em;
    text-decoration: none;
    background: #be451c;
    padding: 0.25em 1em;
    border-radius: 1em;
    z-index: 2000;
}

    a.login:before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 21px;
        margin-right: 8px;
        vertical-align: middle;
        background-image: url('../Img/right-to-bracket-solid.svg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: 0px -3px;
    }

div.siteHeader {
    margin: 0 auto;
    position: relative;
    width: 1440px;
    display: none;
}

div.siteLogo {
    overflow: hidden;
    position: relative;
    height: 89px;
    margin-top: 32px;
    width: 400px;
    float: left;
}

    div.siteLogo img {
        width: 100%;
    }

body.BodyStudPages div.siteLogo img {
    top: -90px;
    position: absolute;
}

div.avatContainer {
    float: right;
    position: relative;
    right: 0;
    top: 18px;
    width: 240px;
}

div.avatInfo {
    float: right;
    background: url(../Img/pic-welcome.png) no-repeat 0 0;
    width: 314px;
    height: 47px;
    margin: 0 60px 0 0;
    padding: 13px;
}

    div.avatInfo span {
        font-family: Arial;
        font-size: 16px;
        padding: 0;
    }

        div.avatInfo span:before {
            content: "\f138";
            color: #d2d2d2;
            font-family: FontAwesome;
            font-size: 21px;
            line-height: 24px;
            margin-right: 5px;
            text-decoration: none;
            vertical-align: middle;
            background: #fff;
            border-radius: 20px;
        }

div.siteLang {
    float: right;
    width: 300px;
    text-align: right;
}

    div.siteLang a {
        display: block;
        color: #666;
        font-size: 11px;
        line-height: 20px;
        height: 20px;
        text-decoration: none;
        padding: 0 20px 4px 0;
        background: url(../Img/ico-globe.png) no-repeat 100% 50%;
        margin: 0 86px 0 0;
    }

        div.siteLang a:hover {
            text-decoration: underline;
            color: #333;
        }

div.linkWelcome {
    position: absolute;
    top: -6px;
    visibility: hidden;
    z-index: 10;
}

div.avatInfo:hover div.linkWelcome {
    visibility: visible;
    position: relative;
    margin: -18px 0 0 -13px;
    width: 314px;
    min-height: 60px;
    background: url(../Img/pic-welcome-hover.png) no-repeat 0 100%;
    z-index: 20;
}

div.hoverCont {
    background: url(../Img/pic-welcome-hover-sheat.png) no-repeat 100% 19px;
    padding: 0 15px 15px 15px;
    width: 284px;
}
/*
 * Sidebar container 
 */
div.siteSidebar {
}
/*
 * Content containers 
 */
div.siteContent {
    background: #fff;
    padding: 2em 3em;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1em;
}

div.siteContentFull {
    position: relative;
    float: left;
}

div.siteSidebar {
    display: none;
}

div.siteContentPopup {
}

div.siteContentIframe {
}
/*
 * Footer elements 
 */
div.siteFooter-container {
    background: #002c40;
}

div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteFooter {
    width: 100%;
}

div.siteFooter {
    background: #002c40;
    color: #fff;
    padding: 3em 0;
    width: 1440px;
    box-sizing: border-box;
    position: relative;
}

    div.siteFooter ul {
    }

        div.siteFooter ul li a {
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
        }

            div.siteFooter ul li a:hover {
                color: #ef8000;
            }

            div.siteFooter ul li a:before {
                content: "\f054";
                color: #fff;
                font-family: FontAwesome;
                font-size: 0.875em;
                padding-right: 0.5em;
                text-decoration: none;
            }

            div.siteFooter ul li a:hover:before {
                color: #fff;
            }


        div.siteFooter ul.footerContact {
            float: right;
        }

            div.siteFooter ul.footerContact li {
                float: left;
            }

                div.siteFooter ul.footerContact li.header {
                    width: 100%;
                }

                div.siteFooter ul.footerContact li.contact ul li {
                    display: block;
                    float: none;
                    line-height: 24px;
                }

                    div.siteFooter ul.footerContact li.contact ul li:first-of-type {
                    }

                    div.siteFooter ul.footerContact li.contact ul li span {
                        padding-right: 3px;
                    }

                div.siteFooter ul.footerContact li.links {
                }

                    div.siteFooter ul.footerContact li.links ul {
                        float: left;
                        overflow: hidden;
                        padding-left: 20px;
                    }

                        div.siteFooter ul.footerContact li.links ul li {
                            display: block;
                            float: none;
                            line-height: 1.5em;
                            font-size: 1.125em;
                        }


        div.siteFooter ul.footerInfo {
            border-left: 1px solid #fff;
            float: left;
            line-height: 21px;
            padding: 0;
            display: none;
        }

            div.siteFooter ul.footerInfo li {
                display: block;
                float: none;
                line-height: 24px;
                font-size: 17px;
                padding-left: 20px;
            }

/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {
}

.col100 {
}

.col75 {
}

.col50 {
}

.col37 {
}

    .col37.alignleft {
        margin: 0;
    }

    .col37.alignright {
        margin: 0;
    }

.col33 {
    width: 346px;
}

.col25 {
}

.page-popup {
}
/*
 * Errormessage control
 */
div.errormsg {
}

div.erroricon {
}

div.errortext {
}
/*
 * Search area
 */
div.search_area {
    border: 1px solid #4e4e4e;
    float: right;
    position: absolute;
    right: 0;
    text-align: right;
    top: 70px;
    width: 237px;
}

    div.search_area .search_field {
        border: medium none;
        border-radius: 0;
        box-shadow: none;
        width: 160px;
        outline: none;
        float: left;
    }

    div.search_area .btn_search {
        background: none;
        border: none;
        border-radius: 0;
        box-shadow: none;
        color: #666;
        font-size: 13px;
        line-height: 9px;
        margin-right: 2px;
    }

        div.search_area .btn_search:hover {
            color: #666;
        }
/*** Custom ***/


.puffContainer {
}

span.content {
    display: block;
    overflow: hidden;
}
/* HSS startpage, Mina sidor - Login */

body.res_themes_hnabportal3_pages_hss_default div.siteSidebar, body.user_mypageslogin div.siteSidebar {
    display: none;
    visibility: hidden;
    width: 0;
    overflow: hidden;
}

div.loginarea input.btn {
    margin-top: 0.5em;
    margin-bottom: 1em;
    display: block !important;
    width: 100%;
}

div.loginarea a.bulleted {
    margin-top: 1em;
}

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_LoginControl1_pnlNotLoggedIn h3 {
    margin-bottom: 0.7em;
}

/* Kampanjwebb */
body.camp {
    background: #dcddde;
}

    body.camp .col100 {
        padding-bottom: 20px;
    }

div.CampHeaderContainer {
    width: 100%;
    height: 38px;
}

div.campLogo {
    width: 730px;
    margin: 10px auto 0;
    background: #fff;
    padding: 10px 15px 15px 15px
}

div.CampContent {
    width: 760px;
    margin: 0 auto 0;
}

    div.CampContent .col75 {
        margin: 0 auto 0;
    }

    div.CampContent .col100 {
        margin: 0 auto 0;
        background: #fff;
    }

ul.campMenu {
    width: 760px;
    height: 30px;
    margin: 0 auto 0;
    height: 44px;
    background: url(../Img/bg-camp-menu.png) repeat-x 0 0;
}

    ul.campMenu li {
        float: left;
        list-style-type: none;
        display: block;
    }

        ul.campMenu li a {
            font-size: 11px;
            padding: 15px;
            color: #fff;
            font-weight: normal;
            line-height: 36px;
            text-decoration: none;
        }

            ul.campMenu li a:hover {
                color: #ffd952;
            }

div.CampFooterContainer {
    width: 760px;
    height: 100px;
    margin: 0 auto 0;
    padding: 20px 0 0 0;
    color: #333;
    font-size: 10px;
    text-align: center;
}

    div.CampFooterContainer br {
        display: none;
    }

    div.CampFooterContainer a {
        color: #000;
    }
/** Full width on certain pages  **/

div.leftContainer.alignleft, div.rightContainer.alignleft {
    margin-right: 0px;
}

body.fullpage div.siteContent {
    width: 100%;
    margin: 1em auto 2em;
    display: block;
    float: none;
    background: #fff;
    padding: 2em 3em;
    box-sizing: border-box;
}

body.mina-sidor_logga-in.user_mypageslogin.fullpage div.siteContent,
body.mina-sidor.user_mypages.fullpage div.siteContent {
    background: unset;
}

body.mina-sidor_logga-in.user_mypageslogin.fullpage div.siteContent {
    width: 70%;
}

body.fullpage div.siteContent .col75 {
    width: 100%;
}

body.fullpage div.siteContent .col50 {
    width: 65.7143%;
}

body.fullpage div.siteContent div.page-col25.col25.alignright div.col25.alignright {
    width: 100%;
}

div.siteMain div#ctl00_ctl01_div_content.siteContent div.rightContainer.alignright div.puffContainer2 div.col25.alignright, div.siteMain div#ctl00_ctl01_div_content.siteContent div.rightContainer.alignright div.puffContainer div.col25.alignright {
    margin-right: 20px;
}

body.fullpage div.siteContent .col50 div.areatext {
    width: 330px;
}

body.fullpage div.siteContent .col50 div.areatext {
    width: 330px;
}

body.fullpage div.siteContent div.image-big {
    width: 556px;
}

body.fullpage div.siteContent div.image-big-full img {
    width: 582px;
}

body.fullpage div.siteContent .col50 img {
    max-width: 590px;
}

body.fullpage div.siteContent div.image-big img {
    width: 544px;
}

body.res_themes_hnabportal3_pages_hss_default div.siteContent, body.user_mypageslogin div.siteContent {
    /*width: 1000px;*/
}

    body.res_themes_hnabportal3_pages_hss_default div.siteContent div.col50, body.user_mypageslogin div.siteContent div.col50 {
        /*width: 460px;*/
    }

    body.user_mypageslogin div.siteContent div.col25 {
        width: 100%;
        margin-left: 20px;
    }

    body.res_themes_hnabportal3_pages_hss_default div.siteContent div.col25 {
        /*width: 220px;*/
        /*margin-left: 20px;*/
    }

body.res_themes_hnabportal3_pages_hss_default div .rightContainer {
    width: 100%;
}

body.res_themes_hnabportal3_pages_hss_default div .leftContainer {
    width: 100%;
}

body.user_mypageslogin div.siteContent div.col25 {
    /*width: 220px;*/
    margin-left: 0px;
}

    body.user_mypageslogin div.siteContent div.col25 .box-outer {
        width: 20em;
    }

    body.user_mypageslogin div.siteContent div.col25 .box-inner {
    }

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_divLogin {
    width: 20em;
    margin: 0 auto;
}

body.res_themes_hnabportal3_pages_hss_default div.siteContent div.col50 img,
body.user_mypageslogin div.siteContent div.col50 img {
    left: 15px;
    margin-bottom: 15px;
    position: relative;
    top: 15px;
}
/*div.leftContainer.alignleft div.puffContainer div.col50.alignleft, div.leftContainer.alignleft div.puffContainer div.col50.alignright, div#ctl00_ctl01_div_content.siteContent div.rightContainer.alignleft div.col50.alignleft, div.siteMain div#ctl00_ctl01_div_content.siteContent div.page-col50.col50.alignleft {
    width: 48.9362%;
}*/
body.mina-sidor_logga-in div.siteMain-container div.siteMain div.page-col50.col50.alignleft, body.user_mypageslogin div.siteMain-container div.siteMain div.page-col50.col50.alignleft {
    width: 100% !important;
}

body.ledigt-just-nu div.siteMain-container div.siteMain div.puffContainer div.col50 {
}

body.ledigt-just-nu div.siteMain-container div.siteMain div.rightContainer.alignleft div.col50 {
}

div.rightContainer.alignleft div.puffContainer2 div.col25.alignleft,
div.rightContainer.alignleft div.puffContainer2 div.col25.alignright,
div.siteMain div#ctl00_ctl01_div_content.siteContent div.col25.alignleft.RegInfo,
div.rightContainer.alignleft div.puffContainer div.col25.alignleft,
div.rightContainer.alignleft div.puffContainer div.col25.alignright {
    width: 100% !important;
}

.alignleft {
    margin-right: 20px;
}

div.page-col50 ul.grid li.left {
    float: left;
    font-size: 19px;
    line-height: 31px;
    width: auto;
}

div.page-col50 ul.grid li#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_liRuleCheck.left {
    width: 100%;
}

div.page-col50 ul.grid li.right {
    padding: unset;
    width: auto;
    float: right;
}

.rpt_rule_name {
    font-size: 18px;
    font-weight: 600;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblRuleCheckHeader {
    font-size: 18px;
    line-height: 34px;
    float: left;
    width: 100%;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_liRuleCheck > br {
    display: none;
}
/*
body.hss_object_object_list div.siteContent, body.hss_object_objectdetailstemplateb div.siteContent, body.user_mypages div.siteContent
, body.hss_objectinterest_listoffer div.siteContent, body.cm_templates_page_faq div.siteContent, body.res_themes_hnabportal3_pages_hss_residenthistory_list_history div.siteContent
{
    width:900px;
}
body.hss_object_object_list div.siteContent div.col75, body.hss_object_objectdetailstemplateb div.siteContent div.col75, body.user_mypages div.siteContent div.col75
,body.hss_objectinterest_listoffer div.siteContent div.col75, body.cm_templates_page_faq div.siteContent div.col75, body.res_themes_hnabportal3_pages_hss_residenthistory_list_history div.siteContent div.col75
{
    width:900px;
}
body.hss_object_objectdetailstemplateb div.siteContent div.col50, body.user_mypages div.siteContent div.col50, body.res_themes_hnabportal3_pages_hss_residenthistory_list_history div.siteContent div.col50
{
    width:590px;
}
body.hss_object_objectdetailstemplateb div.siteContent .col25, body.user_mypages div.siteContent .col25 
{
    width: 280px;
}
body.hss_object_objectdetailstemplateb div.siteContent div.col50 div.areatext
{
   width: 330px;
}
body.hss_object_objectdetailstemplateb div.siteContent div.col50 div.areatext
{
   width: 330px;
}
body.hss_object_objectdetailstemplateb div.siteContent div.image-big
{
    width:450px;
}
body.hss_object_objectdetailstemplateb div.siteContent div.image-big-full img
{
    width:582px;
}
body.hss_object_objectdetailstemplateb div.siteContent .col50 img
{
    max-width:590px;
}
 
body.hss_object_objectdetailstemplateb div.siteContent div.image-big img
{
    width:442px;
}
    */
/* 
 * General
 */
html {
}

body {
}

input, textarea, select {
}

pre, code, kbd {
}

strong, b {
}

em {
    font-size: 14px;
    line-height: 22px;
}

.ingress,
.pre-amble {
    font-size: 15px;
    line-height: 22px;
    font-style: italic;
}

.alert {
}

p {
}
/*
 * Headers
 */
h1, h1.pagetitle {
    font-family: IvarDisplay-Bold, sans-serif;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
}

h2, h3, h4, h5, h6 {
    font-family: "11-brother1816-bold", sans-serif;
    color: #000;
    font-weight: normal;
}

h2 {
    font-size: 32px;
    line-height: 36px;
}

h3 {
    font-size: 28px;
    line-height: 32px;
}

h4 {
    font-size: 21px;
    line-height: 26px;
}

h5 {
    font-size: 18px;
    line-height: 27px;
}

h6 {
    font-size: 18px;
    line-height: 27px;
}


h2.header, h3.header {
}

.siteHeader h1 {
    width: 381px;
    height: 75px;
    padding-top: 19px;
}

/*
 * Menus
 */
ul.topmenu li a {
}

ul.submenu li {
}

/*
 * Search area
 */
div.search_area .btn_search {
    font-size: 18px;
    font-family: 07-brother1816-regular, sans-serif;
    line-height: 27px;
    text-transform: uppercase;
    color: #424242;
}

/*
 * Boxes
 */
.primary h1, .primary h2, .primary h3, .primary h4, .primary h5 {
    background: transparent;
    color: #000;
    margin-top: 0;
}

.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5 {
    background: transparent;
    color: #424242;
    margin-top: 0;
}

.box-primary h3, .box-secondary h3, .primary h3, .secondary h3 {
    padding-bottom: 0;
}

.box h1 {
    font-size: 24px;
    line-height: 26px;
}

.box h2 {
    font-size: 22px;
    line-height: 24px;
}

.box h3 {
    font-size: 21px;
    line-height: 28px;
}

.box h4 {
    font-size: 21px;
    line-height: 20px;
}

.box h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.box h6 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.box {
}

    .box.availeblePuff {
    }

.box-rental h2, .box-resident h2 {
    background: transparent;
}

.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size: 95%;
}

h2.localnews {
    background: transparent;
}

span.button-list input {
}

a.link-large {
    background: transparent;
}

.siteBreadcrumbs, .siteOptions {
}

div.siteBreadcrumbs {
    width: 100%;
    float: left;
    margin-bottom: 2em;
}

.siteContact {
}

div.siteHeader table {
}

ul.form {
    font-size: 1em;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.box ul.form {
}

.pageFooter input {
}

div.navbar div.text {
}

.tbl_list {
}

.tbl_cell_list_header {
}

.tbl_grid {
}

.agreetext, .infotext {
}

/* boxes links */

.box a {
    background: transparent;
    text-decoration: none;
}

a.bulleted {
}

    a.bulleted:hover {
    }

/*.secondary a.bulleted           {color: #000;background: transparent url(../Img/arrow-a-bulleted.png) no-repeat 0 3px; padding-left: 16px; display: block;}
.secondary a.bulleted:hover     {color: #BE451C;background: transparent url(../Img/arrow-a-bulleted-hover.png) no-repeat 0 3px;}
.primary a.bulleted             {color: #fec800;background: transparent url(../Img/arrow-a-bulleted.png) no-repeat 0 3px; padding-left: 16px; display: block;} 
.primary a.bulleted:hover       {color: #BE451C;background: transparent url(../Img/arrow-a-bulleted-hover.png) no-repeat 0 3px;}*/

.primary a.bulleted, .secondary a.bulleted {
    display: block;
}

.bulleted.big {
    font-family: Arial;
    font-size: 14px;
}


.primary.availeblePuff a,
.secondary.availeblePuff a,
.primary.puff a,
.secondary.puff a {
    color: #000;
}

    .primary.availeblePuff a:hover,
    .secondary.availeblePuff a:hover,
    .primary.puff a:hover,
    .secondary.puff a:hover {
        color: #633b0c;
    }

/*** Custom ***/

.thin {
    font-weight: normal !important;
}

.secondary.puff h3, .primary.puff h3 {
    color: #424242;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
}

div.col33 div.box.secondary.puff div.box-outer div.box-inner p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}

.availeblePuff.puff h3 {
    color: #424242;
    font-size: 20px;
    margin: 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 {
    margin-bottom: 20px;
}

    p.mul-img img {
    }

    p.mul-plan img {
    }

    p.pNoEntries {
    }

/*
 * Hyperlinks
 */
a {
    outline: none;
}

    a.image {
    }

    a.planning {
    }

    a.bulleted {
        font-family: 07-brother1816-regular, sans-serif;
    }

    a.icon-areainfo img {
    }

    a.bulleted:before {
        content: "\f054";
        font-family: FontAwesome;
        font-size: 13px;
        line-height: 11px;
        margin-right: 4px;
        padding-right: 0;
        color: #BE451C;
        text-decoration: none;
        font-size: 16px;
        display: inline-block;
    }

/*
 * Form elements
 */
input, select, textarea {
    font-size: 0.9em;
    box-shadow: unset;
    border-radius: unset;
    line-height: 1.75em;
}

input {
    height: auto;
}

input, textarea {
    padding: 0.125em 0.5em;
}

select {
    height: auto;
}

div.loginarea p input {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0.25em;
}

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 ***/
    input.btn-disabled, input.btn {
        line-height: 1em;
    }

.btn-disabled {
}

.box input.btn {
}

input.btn, .btn_interest, .btn, .btn-disabled {
    background: #be451c;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1em;
    font-family: 07-brother1816-regular, sans-serif;
    padding: 0.75em 2em;
    text-shadow: none;
    border-radius: 2em;
    height: unset;
}

    input.btn:hover, .btn_interest:hover {
        color: #fff;
        background: #f69327;
    }

.btn-disabled {
    background: #fff;
    color: #000;
    border: 1px solid #be451c;
}

input.btn.iframe {
    background: #fff;
    color: #000;
    border: 2px solid #BE451C;
    cursor: pointer;
    font-size: 1em;
    font-family: 07-brother1816-regular, sans-serif;
    padding: 0.75em 2em;
    text-shadow: none;
    border-radius: 2em;
    height: unset;
}


/*** 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 {
    box-shadow: none;
}

span.button-list a {
}

    span.button-list a.selected {
    }

.rentalinfo input, .rentalinfo a {
}

/* 
 * Navigation bar
 */
div.navbar {
    margin-top: 20px;
}

    div.navbar:after {
    }

    div.navbar .buttons {
    }

        div.navbar .buttons .btn {
        }

        div.navbar .buttons .nojsbuttons .btn {
        }

        div.navbar .buttons .btn.first:hover,
        div.navbar .buttons .btn.prev:hover,
        div.navbar .buttons .btn.next:hover,
        div.navbar .buttons .btn.last:hover {
        }

        div.navbar .buttons .btn.first.dimmed,
        div.navbar .buttons .btn.prev.dimmed,
        div.navbar .buttons .btn.next.dimmed,
        div.navbar .buttons .btn.last.dimmed {
        }

    div.navbar .text {
        font-size: 13px;
        margin-top: 3px;
    }

        div.navbar .text a {
        }

        div.navbar .text .left {
        }

        div.navbar .text .right {
        }

/*
 * Page form header & footer
 */
div.pageHeader, div.pageSubHeader {
    font-weight: 400;
    font-family: "11-brother1816-bold", sans-serif;
    font-weight: normal;
    padding: 0;
    font-size: 1.25em;
}

div.pageHeader {
    background: transparent;
    border: none;
    height: auto;
    padding: 0;
}

span.ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblDesc {
    font-size: 18px;
}

div.pageSubHeader {
    font-size: 1.25em;
    background: transparent;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    height: auto;
    margin-top: 2em;
    float: left;
    width: 100%;
    box-sizing: border-box;
}


div.pageFooter {
    background: transparent;
    border: none;
    height: auto;
    text-align: left;
    margin: 1em 0 0.5em;
    padding: 0 4px 4px 0;
    position: relative;
    width: 100%;
    float: left;
}

    div.pageFooter input {
    }

/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}

div.validator-valid {
}

div.validator-unvalid {
}

span.validation-summary {
    color: #AF0000;
    width: 100%;
    padding-left: 0.5em;
    margin-top: 1em;
}

span.forminfo-icon {
}

span.forminfo-text {
}

/*
 * Landlord presentation
 */
div.landlord-area {
}

div.landlord-img {
}

    div.landlord-img img {
    }

ul.landlord-list {
}

    ul.landlord-list li {
    }

        ul.landlord-list li div.label {
        }

/* 
 * Image text 
 */
div.image-text-basic {
}

    div.image-text-basic img {
    }

div.article {
    min-height: 160px;
}

/* 
 * 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 */
div.puffContainer1.col100 div.col50.alignright div.box.secondary.news {
    padding: 21px 23px 20px;
    background: #f2dea9;
    box-sizing: border-box;
}

    div.puffContainer1.col100 div.col50.alignright div.box.secondary.news .box-inner {
        padding: 0;
    }

span.newsDate {
    font-size: 21px;
    color: #000;
    float: right;
    text-align: right;
    font-style: normal;
}

.newsHeader {
    width: auto;
    margin-left: 0;
}

    .newsHeader a {
        color: #000;
        float: right;
        font-size: 14px;
        font-weight: 600;
        margin-top: 2px;
        width: auto;
    }

    .newsHeader h3 {
        color: #000;
        font-size: 45px;
        font-weight: 700;
        line-height: 43px;
        float: left;
    }

.newspost {
    background: #f8ebc8;
    padding: 14px 15px 13px;
    margin-top: 3px;
}

    .newspost:hover {
        background: #e7dbba;
    }

    .newspost:nth-of-type(odd) {
    }

    .newspost a {
        color: #000;
        display: inline;
        float: left;
        font-size: 20px;
        width: auto;
        line-height: 26px;
        font-weight: 400;
    }

div.newsHeader a.bulleted {
    background: transparent;
    color: #BE451C;
    font-size: 21px;
    text-transform: uppercase;
    position: relative;
    top: 0;
}

    div.newsHeader a.bulleted:before {
        color: #BE451C;
        position: relative;
        top: -1px;
    }

    div.newsHeader a.bulleted:hover {
        color: #424242;
    }

div.col25 div.box.secondary div.newsHeader h3 {
    color: #000;
    font-size: 31px;
    font-weight: 700;
    line-height: 30px;
    float: left;
}
/* NEWS KUNDTJANST */
body.res_themes_hnabportal3_pages_cm_startpages_kundtjanst .newsHeader {
    width: 100%;
    margin-left: -15px;
    border-bottom: 1px solid #999;
    padding: 0 15px 5px;
}

    body.res_themes_hnabportal3_pages_cm_startpages_kundtjanst .newsHeader a {
        float: right;
        width: auto;
        color: #000;
        margin-top: 2px;
        font-weight: normal;
    }

    body.res_themes_hnabportal3_pages_cm_startpages_kundtjanst .newsHeader h3 {
        float: left;
        width: 80px;
    }

body.res_themes_hnabportal3_pages_cm_startpages_kundtjanst .newspost {
    background: #fff;
    border-bottom: 1px solid #999;
    width: 200px;
    margin-left: -15px;
    padding: 12px 10px;
}

    body.res_themes_hnabportal3_pages_cm_startpages_kundtjanst .newspost a {
        float: left;
        display: block;
        width: 190px;
        color: #000;
        font-size: 11px;
    }

/* 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 {
    }

/* Extras */

ul.extras {
    margin: 0;
    height: 60px;
    width: 240px;
    float: right;
    position: relative;
}

    ul.extras li.share, ul.extras li.lang, ul.extras li.login {
        float: right;
        margin-left: 15px;
    }

        ul.extras li.share a, ul.extras li.lang a, ul.extras li.login a {
            color: #666;
            text-decoration: none;
            text-transform: uppercase;
        }

        ul.extras li.login a {
            color: #fff;
        }

    ul.extras li.login {
        margin-top: 0;
        background: #424242;
        color: #fff;
        padding: 5px 20px 2px;
        line-height: 25px;
        text-align: center;
        position: absolute;
        right: 0;
    }

        ul.extras li.login.hss {
            right: 125px;
        }

            ul.extras li.login.hss:before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                border-top: 12px solid white;
                border-left: 12px solid #424242;
                width: 0;
            }

        ul.extras li.login:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            border-top: 12px solid white;
            border-left: 12px solid #424242;
            width: 0;
        }

ul.lang {
    position: absolute;
    right: 257px;
    top: 17px;
}
/*ul.extras li.login {background: url(../../Img/ico_login.png) no-repeat 0 3px; padding: 0 0 0 18px; margin-left: 15px;}
ul.extras li.lang {background: url(../../Img/ico-globe.png) no-repeat 0 3px; padding: 0 0 0 18px; margin-left: 15px;}
ul.extras li.share {background: url(../../Img/share.png) no-repeat 0 3px; padding: 0 0 0 18px;}*/
ul.extras li.share:before {
    content: "\f1e0";
    font-family: FontAwesome;
    padding-right: 0;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

/* logoflipp */

#ctl00_ctl01_Head1 .siteHeader h1 a img {
    visibility: hidden;
}

#ctl00_ctl01_Head1 .siteHeader h1 a {
}

/* Upps gning av kontrakt */

.box.secondary.box-objekt .box-inner {
    padding-bottom: 30px;
}

/* Studentbo */


body.BodyStudPages .siteHeader h1 a img {
    visibility: hidden;
}

body.BodyStudPages .siteHeader h1 a {
    width: 375px;
    padding: 41px 0 0 0;
    margin-top: -20px;
}

body.BodyStudPages .siteHeader h1 {
    background: url(../Img/site-logo-studbo.png) no-repeat 0 19px;
    height: 75px;
}

/* Botorget */

.res_themes_hnabportal3_pages_cm_startpages_botorget .col75.content {
    margin: 0 0 20px 0;
}

/* Obj.det. */

#divOverview {
    margin-bottom: 20px;
}





/** 3D View **/


input.btnview_apt3d, input.btnview_3d {
    background: #252526 url("../Img/ico_3d_apt_new.png") no-repeat scroll -13px 50%;
    color: #FEC800;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    border: none;
    padding: 11px 8px 11px 40px;
    margin-bottom: 6px;
    width: 190px;
}

input.btnview_3d {
    background: #252526 url("../Img/ico_3d_new.png") no-repeat -13px 50%;
    margin-bottom: 0;
}

.btn_energydeclaration {
    background-image: url("../Img/energydeclaration.png");
}

.fileinput {
    z-index: 100;
}
/*
 * TopMenu definition.
 *
 * 111915	NW		Initial version
 */

/*** Basutseende gemensamt ***/
ul.topmenu {
    font-family: 07-brother1816-regular, sans-serif;
    width: 1440px;
    display: none;
}

    ul.topmenu li a {
        padding: 0;
    }
    /*** Basutseende horisontell meny 1 ***/
    ul.topmenu.TopLevel {
        position: relative;
        left: 0;
    }

        ul.topmenu.TopLevel li {
            background: #e7c261;
            line-height: 43px;
            height: 40px;
            padding: 0 26px;
            margin: 10px 0 0 10px;
            position: relative
        }

            ul.topmenu.TopLevel li.first {
                margin: 10px 0 0 0;
            }

            ul.topmenu.TopLevel li:before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                border-top: 15px solid white;
                border-left: 15px solid #e7c261;
                width: 0;
            }

            ul.topmenu.TopLevel li.selected.first span a {
                color: #000;
            }

            ul.topmenu.TopLevel li a {
                color: #000;
                text-decoration: none;
                font-size: 21px;
                font-weight: 500;
                text-transform: uppercase;
            }

                ul.topmenu.TopLevel li a:hover {
                }

    ul.topmenu li:hover {
    }

        ul.topmenu li:hover a {
            color: #fff;
        }

    ul.topmenu.TopLevel li.selected,
    ul.topmenu.TopLevel li.childselected {
        background: #424242;
        position: relative;
        color: #fff;
    }


        ul.topmenu.TopLevel li.selected:before,
        ul.topmenu.TopLevel li.childselected:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            border-top: 15px solid white;
            border-left: 15px solid #424242 !important;
            width: 0;
        }

        ul.topmenu.TopLevel li.selected span a,
        ul.topmenu.TopLevel li.childselected span a {
            color: #fff;
        }

    ul.topmenu.TopLevel li.first {
        background: #f39200
    }

        ul.topmenu.TopLevel li.first:before,
        ul.topmenu.TopLevel li.first.selected:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            border-top: 15px solid white;
            border-left: 15px solid #f39200 !important;
            width: 0;
        }
    /*** Basutseende horisontell meny 2 ***/
    ul.topmenu.SecLevel {
        position: relative;
        background: #424242;
    }

        ul.topmenu.SecLevel li {
            height: 48px;
            padding: 0;
            margin: 0 2px 0 0;
        }

            ul.topmenu.SecLevel li.first {
                margin-left: 2px;
            }

            ul.topmenu.SecLevel li a {
                height: 33px;
                color: #fff;
                text-decoration: none;
                font-size: 21px;
                padding: 12px 16px 0;
            }

                ul.topmenu.SecLevel li a:hover {
                }

            ul.topmenu.SecLevel li:hover {
                color: #fff;
                background: #000;
            }

                ul.topmenu.SecLevel li:hover a {
                    background: #000;
                    color: #f69327;
                }

            ul.topmenu.SecLevel li.selected,
            ul.topmenu.SecLevel li.childselected {
                background: #000;
            }

                ul.topmenu.SecLevel li.selected span a,
                ul.topmenu.SecLevel li.childselected span a {
                    color: #fff;
                }

                ul.topmenu.SecLevel li.selected a:hover,
                ul.topmenu.SecLevel li.childselected a:hover {
                    background: #000;
                    color: #ccc;
                }

    /* CUSTOM */
    /* Flikar för Mina sidor (in/ut-loggad) och Sök ledigt */

    ul.topmenu.TopLevel li.dee9b16d-7b30-470d-a80a-50857e4c0c61,
    ul.topmenu.TopLevel li.c80865e7-dea9-4e5d-ad2c-ca43073f16c4,
    ul.topmenu.TopLevel li.d94a414d-b81c-41a7-92e6-eb317d7ced09,
    ul.topmenu.TopLevel li.aa01136b-8386-413c-b9df-a7fdf7fd51fd {
        float: right;
        background: #759869;
        padding: 0;
        position: relative;
    }

        ul.topmenu.TopLevel li.dee9b16d-7b30-470d-a80a-50857e4c0c61:before,
        ul.topmenu.TopLevel li.c80865e7-dea9-4e5d-ad2c-ca43073f16c4:before,
        ul.topmenu.TopLevel li.d94a414d-b81c-41a7-92e6-eb317d7ced09:before,
        ul.topmenu.TopLevel li.aa01136b-8386-413c-b9df-a7fdf7fd51fd:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            border-top: 15px solid white;
            border-left: 15px solid #759869;
            width: 0;
        }

        ul.topmenu.TopLevel li.dee9b16d-7b30-470d-a80a-50857e4c0c61 span a,
        ul.topmenu.TopLevel li.c80865e7-dea9-4e5d-ad2c-ca43073f16c4 span a,
        ul.topmenu.TopLevel li.d94a414d-b81c-41a7-92e6-eb317d7ced09 span a,
        ul.topmenu.TopLevel li.aa01136b-8386-413c-b9df-a7fdf7fd51fd span a {
            color: #fff;
            background: #759869;
            padding: 0 15px 0;
            text-transform: unset;
        }

        ul.topmenu.TopLevel li.dee9b16d-7b30-470d-a80a-50857e4c0c61,
        ul.topmenu.TopLevel li.dee9b16d-7b30-470d-a80a-50857e4c0c61 span a {
            background: #42adba;
        }

            ul.topmenu.TopLevel li.dee9b16d-7b30-470d-a80a-50857e4c0c61:before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                border-top: 15px solid white;
                border-left: 15px solid #42adba;
                width: 0;
            }

        ul.topmenu.TopLevel li.c80865e7-dea9-4e5d-ad2c-ca43073f16c4,
        ul.topmenu.TopLevel li.c80865e7-dea9-4e5d-ad2c-ca43073f16c4 span a {
            background: #e66b26;
            color: #fff;
        }

            ul.topmenu.TopLevel li.c80865e7-dea9-4e5d-ad2c-ca43073f16c4:before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                border-top: 15px solid white;
                border-left: 15px solid #e66b26;
                width: 0;
            }

    ul.topmenu.TopLevel li.selected:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        border-top: 15px solid white;
        border-left: 15px solid #424242;
        width: 0;
    }
    /* ul.topmenu.TopLevel li.dee9b16d-7b30-470d-a80a-50857e4c0c61  {margin-right: 0px;}    */
    ul.topmenu.TopLevel li.selected.dee9b16d-7b30-470d-a80a-50857e4c0c61,
    ul.topmenu.TopLevel li.selected.c80865e7-dea9-4e5d-ad2c-ca43073f16c4,
    ul.topmenu.TopLevel li.selected.d94a414d-b81c-41a7-92e6-eb317d7ced09,
    ul.topmenu.TopLevel li.selected.aa01136b-8386-413c-b9df-a7fdf7fd51fd,
    ul.topmenu.TopLevel li.childselected.dee9b16d-7b30-470d-a80a-50857e4c0c61,
    ul.topmenu.TopLevel li.childselected.c80865e7-dea9-4e5d-ad2c-ca43073f16c4,
    ul.topmenu.TopLevel li.childselected.d94a414d-b81c-41a7-92e6-eb317d7ced09,
    ul.topmenu.TopLevel li.childselected.aa01136b-8386-413c-b9df-a7fdf7fd51fd {
        background:;
    }

        ul.topmenu.TopLevel li.selected.dee9b16d-7b30-470d-a80a-50857e4c0c61 span a,
        ul.topmenu.TopLevel li.selected.c80865e7-dea9-4e5d-ad2c-ca43073f16c4 span a,
        ul.topmenu.TopLevel li.selected.d94a414d-b81c-41a7-92e6-eb317d7ced09 span a,
        ul.topmenu.TopLevel li.selected.aa01136b-8386-413c-b9df-a7fdf7fd51fd span a,
        ul.topmenu.TopLevel li.childselected.dee9b16d-7b30-470d-a80a-50857e4c0c61 span a,
        ul.topmenu.TopLevel li.childselected.c80865e7-dea9-4e5d-ad2c-ca43073f16c4 span a,
        ul.topmenu.TopLevel li.childselected.d94a414d-b81c-41a7-92e6-eb317d7ced09 span a,
        ul.topmenu.TopLevel li.childselected.aa01136b-8386-413c-b9df-a7fdf7fd51fd span a {
            color: #fff;
            background: #424242;
        }

        ul.topmenu.TopLevel li.selected.dee9b16d-7b30-470d-a80a-50857e4c0c61:hover,
        ul.topmenu.TopLevel li.selected.c80865e7-dea9-4e5d-ad2c-ca43073f16c4:hover,
        ul.topmenu.TopLevel li.selected.d94a414d-b81c-41a7-92e6-eb317d7ced09:hover,
        ul.topmenu.TopLevel li.selected.aa01136b-8386-413c-b9df-a7fdf7fd51fd:hover,
        ul.topmenu.TopLevel li.childselected.dee9b16d-7b30-470d-a80a-50857e4c0c61:hover,
        ul.topmenu.TopLevel li.childselected.c80865e7-dea9-4e5d-ad2c-ca43073f16c4:hover,
        ul.topmenu.TopLevel li.childselected.d94a414d-b81c-41a7-92e6-eb317d7ced09:hover,
        ul.topmenu.TopLevel li.childselected.aa01136b-8386-413c-b9df-a7fdf7fd51fd:hover {
            color: #000;
        }

            ul.topmenu.TopLevel li.selected.dee9b16d-7b30-470d-a80a-50857e4c0c61:hover span a,
            ul.topmenu.TopLevel li.selected.c80865e7-dea9-4e5d-ad2c-ca43073f16c4:hover span a,
            ul.topmenu.TopLevel li.selected.d94a414d-b81c-41a7-92e6-eb317d7ced09:hover span a,
            ul.topmenu.TopLevel li.selected.aa01136b-8386-413c-b9df-a7fdf7fd51fd:hover span a,
            ul.topmenu.TopLevel li.childselected.dee9b16d-7b30-470d-a80a-50857e4c0c61:hover span a,
            ul.topmenu.TopLevel li.childselected.c80865e7-dea9-4e5d-ad2c-ca43073f16c4:hover span a,
            ul.topmenu.TopLevel li.childselected.d94a414d-b81c-41a7-92e6-eb317d7ced09:hover span a,
            ul.topmenu.TopLevel li.childselected.aa01136b-8386-413c-b9df-a7fdf7fd51fd:hover span a {
                color: #000;
            }

    ul.topmenu.TopLevel li.dee9b16d-7b30-470d-a80a-50857e4c0c61:hover,
    ul.topmenu.TopLevel li.c80865e7-dea9-4e5d-ad2c-ca43073f16c4:hover,
    ul.topmenu.TopLevel li.d94a414d-b81c-41a7-92e6-eb317d7ced09:hover,
    ul.topmenu.TopLevel li.aa01136b-8386-413c-b9df-a7fdf7fd51fd:hover {
        color: #000;
    }

        ul.topmenu.TopLevel li.dee9b16d-7b30-470d-a80a-50857e4c0c61:hover span a,
        ul.topmenu.TopLevel li.c80865e7-dea9-4e5d-ad2c-ca43073f16c4:hover span a,
        ul.topmenu.TopLevel li.d94a414d-b81c-41a7-92e6-eb317d7ced09:hover span a,
        ul.topmenu.TopLevel li.aa01136b-8386-413c-b9df-a7fdf7fd51fd:hover span a {
            color: #000;
        }
/*
 * SubMenu definition.
 *
 * 090817	HE		Initial version
 */
/*** Element padding ***/
ul.submenu {
    padding: 0 0 20px 0;
    position: relative;
}

    ul.submenu ul {
        padding: 0;
    }

        ul.submenu ul a {
            background: #fbf4de;
            padding-left: 20px;
            color: #424242;
        }

        ul.submenu ul ul a {
            padding-left: 32px;
            color: #424242;
        }

    /*** Link styles ***/
    ul.submenu a {
        padding: 10px 0 10px 8px;
        display: block;
        font-size: 18px;
        line-height: 26px;
        border-bottom: 1px solid #fbf4de;
        color: #424242;
        text-decoration: none;
    }

        ul.submenu a:hover {
        }

    /*** Special styles ***/
    ul.submenu li.expanded:before {
        content: "\f056";
        color: #f39200;
        font-family: FontAwesome;
        font-size: 16px;
        line-height: 36px;
        padding-right: 4px;
        position: absolute;
        right: 0;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 4px;
    }

    ul.submenu li.collapsed:before {
        content: "\f055";
        color: #f39200;
        font-family: FontAwesome;
        font-size: 16px;
        line-height: 36px;
        padding-right: 4px;
        position: absolute;
        right: 0;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 4px;
    }

    ul.submenu li.selected, ul.submenu li.childselected {
        font-weight: bold;
    }

        ul.submenu li.selected ul, ul.submenu li.childselected ul {
            font-weight: normal;
        }

/*
 * Ordered/Unordered lists 
 */
ul, ol {
}

    ul li {
    }

    ol li {
    }

    /* 
 * Horizontal list 
 */
    ul.horizontal {
    }

        ul.horizontal li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
        }

    ul.horizontal-bulleted {
        width: 100%;
    }

        ul.horizontal-bulleted li {
            background: none;
            padding: 0;
            margin: 0;
            border-bottom: 1px solid #fbf4de;
        }

            ul.horizontal-bulleted li:before {
                content: "\f00c";
                color: #66cc00;
                display: inline-block;
                font-family: FontAwesome;
                font-size: 14px;
                line-height: 20px;
                margin-right: 5px;
                padding: 5px;
                text-decoration: none;
                width: 10px;
            }

body.hss_object_objectdetailstemplateb ul.horizontal-bulleted li {
    background-position: 0 12px;
    line-height: 28px;
    padding-top: 0;
    display: block;
    clear: both;
    width: 100%;
}

table.list tbody tr td ul.horizontal-bulleted {
    clear: both;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}

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
 */
h3.available,
ul.listavailable.apartments,
ul.listavailable.parking,
ul.listavailable.premises,
ul.listavailable.premises.V-FÖRRÅD,
ul.listavailable.exchangem,
ul.listavailable.student {
    visibility: hidden;
    display: none;
}

ul.listavailable li {
    font-size: 17px;
    line-height: 24px;
}

div.objekts ul.listavailable li,
.availeblePuff div.objekts p a.bulleted {
    font-size: 18px;
    line-height: 40px;
}

.col50 ul.listavailable li a,
a#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_hlExchangeObject.bulleted {
    color: #000;
}

    .col50 ul.listavailable li a span,
    a#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_hlExchangeObject.bulleted b {
        color: #BE451C;
        font-weight: bold;
    }

    .col50 ul.listavailable li a:before,
    a#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_hlExchangeObject.bulleted:before {
        display: none;
    }

.col25 ul.listavailable li a.align-left {
}

ul.listavailable a img {
}

.ico_objprop {
    background-size: 14px;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
}

li.directsearch span, li.stageobject span, li.objectproperty-NYPROD span, li.objectproperty-KLIMATSM span, li.objectproperty-SENIORBO span, li.objectproperty-UNGBO span, li.objectproperty-WEBKORTTID span,
a.directsearch span, a.stageobject span, a.objectproperty-NYPROD span, a.objectproperty-KLIMATSM span, a.objectproperty-SENIORBO span, a.objectproperty-UNGBO span, a.objectproperty-WEBKORTTID span,
a.objectproperty-randomsort span {
    background-repeat: no-repeat;
    padding-left: 17px;
    background-size: 14px;
}

/* Object icon row description in object list and object icons on object details */
ul.horizontal li.showonmap span {
    background-image: url('../Img/icons/mdpi/ico-map.png');
    background-size: 14px;
}

.ico_directsearch, li.directsearch span, a.directsearch span {
    background-image: url('../Img/icons/mdpi/ico-bodirect.png');
}

.ico_newprod, li.stageobject span, li.objectproperty-NYPROD span, a.objectproperty-NYPROD span {
    background-image: url('../Img/icons/mdpi/ico-newproduction.png');
}

.ico_klimatsmart, li.objectproperty-KLIMATSM span, a.objectproperty-KLIMATSM span {
    background-image: url('../Img/icons/mdpi/ico-klimatsmart.png');
}

.ico_seniorbo, li.objectproperty-SENIORBO span, a.objectproperty-SENIORBO span {
    background-image: url('../Img/icons/mdpi/ico-senior.png');
}

li.objectproperty-UNGBO span, a.objectproperty-UNGBO span {
    background-image: url("../Img/ico-ungdomsboende.png");
}

.ico_korttid, li.objectproperty-WEBKORTTID span, a.objectproperty-WEBKORTTID span {
    background-image: url('../Img/icons/mdpi/ico-korttidsboende.png');
}

a.objectproperty-randomsort span {
    background-image: url('../Img/ico_random_14.png');
}

.icon_objectlist_map img {
    background-image: url('../Img/icons/mdpi/ico-map.png');
    background-repeat: no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
}

/* Android HDPI (144 DPI) */
@media only screen and (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .ico_directsearch, li.directsearch span, a.directsearch span {
        background-image: url('../Img/icons/hdpi/ico-bodirect.png');
    }

    .ico_newprod, li.stageobject span, li.objectproperty-NYPROD span, a.objectproperty-NYPROD span {
        background-image: url('../Img/icons/hdpi/ico-newproduction.png');
    }

    .ico_klimatsmart, li.objectproperty-KLIMATSM span, a.objectproperty-KLIMATSM span {
        background-image: url('../Img/icons/hdpi/ico-klimatsmart.png');
    }

    .ico_seniorbo, li.objectproperty-SENIORBO span, a.objectproperty-SENIORBO span {
        background-image: url('../Img/icons/hdpi/ico-senior.png');
    }

    .ico_korttid, li.objectproperty-WEBKORTTID span, a.objectproperty-WEBKORTTID span {
        background-image: url('../Img/icons/hdpi/ico-korttid.png');
    }

    a.objectproperty-randomsort span {
        background-image: url('../Img/ico_random_14.png');
    }
}

/* Android XHDPI/Retina (192 DPI) */
@media only screen and (min-resolution: 192dpi), only screen and (-webkit-min-device-pixel-ratio: 2) {
    .icon_objectlist_map img {
        background-image: url('../Img/icons/xhdpi/ico-map.png');
        background-repeat: no-repeat;
    }

    ul.horizontal li.showonmap span {
        background-image: url('../Img/icons/xhdpi/ico-map.png');
    }

    .ico_directsearch, li.directsearch span, a.directsearch span {
        background-image: url('../Img/icons/xhdpi/ico-bodirect.png');
    }

    .ico_newprod, li.stageobject span, li.objectproperty-NYPROD span, a.objectproperty-NYPROD span {
        background-image: url('../Img/icons/xhdpi/ico-newproduction.png');
    }

    .ico_klimatsmart, li.objectproperty-KLIMATSM span, a.objectproperty-KLIMATSM span {
        background-image: url('../Img/icons/xhdpi/ico-klimatsmart.png');
    }

    .ico_seniorbo, li.objectproperty-SENIORBO span, a.objectproperty-SENIORBO span {
        background-image: url('../Img/icons/xhdpi/ico-senior.png');
    }

    .ico_korttid, li.objectproperty-WEBKORTTID span, a.objectproperty-WEBKORTTID span {
        background-image: url('../Img/icons/xhdpi/ico-korttid.png');
    }

    a.objectproperty-randomsort span {
        background-image: url('../Img/ico_random_14.png');
    }
}

/* Android XXHDPI (288 DPI) */
@media only screen and (min-resolution: 288dpi), only screen and (-webkit-min-device-pixel-ratio: 3) {
    .ico_directsearch, li.directsearch span {
        background-image: url('../Img/icons/xxhdpi/ico-bodirect.png');
    }

    .ico_newprod, li.stageobject span, li.objectproperty-NYPROD span, a.objectproperty-NYPROD span {
        background-image: url('../Img/icons/xxhdpi/ico-newproduction.png');
    }

    .ico_klimatsmart, li.objectproperty-KLIMATSM span, a.objectproperty-KLIMATSM span {
        background-image: url('../Img/icons/xxhdpi/ico-klimatsmart.png');
    }

    .ico_seniorbo, li.objectproperty-SENIORBO span, a.objectproperty-SENIORBO span {
        background-image: url('../Img/icons/xxhdpi/ico-senior.png');
    }

    .ico_korttid, li.objectproperty-WEBKORTTID span, a.objectproperty-WEBKORTTID span {
        background-image: url('../Img/icons/xxhdpi/ico-korttid.png');
    }

    a.objectproperty-randomsort span {
        background-image: url('../Img/ico_random_14.png');
    }
}

/* Android XXXHDPI (384 DPI) */
@media only screen and (min-resolution: 384dpi), only screen and (-webkit-min-device-pixel-ratio: 4) {
    .ico_directsearch, li.directsearch span {
        background-image: url('../Img/icons/xxxhdpi/ico-bodirect.png');
    }

    .ico_newprod, li.stageobject span, li.objectproperty-NYPROD span, a.objectproperty-NYPROD span {
        background-image: url('../Img/icons/xxxhdpi/ico-newproduction.png');
    }

    .ico_klimatsmart, li.objectproperty-KLIMATSM span, a.objectproperty-KLIMATSM span {
        background-image: url('../Img/icons/xxxhdpi/ico-klimatsmart.png');
    }

    .ico_seniorbo, li.objectproperty-SENIORBO span, a.objectproperty-SENIORBO span {
        background-image: url('../Img/icons/xxxhdpi/ico-senior.png');
    }

    .ico_korttid, li.objectproperty-WEBKORTTID span, a.objectproperty-WEBKORTTID span {
        background-image: url('../Img/icons/xxxhdpi/ico-korttid.png');
    }

    a.objectproperty-randomsort span {
        background-image: url('../Img/ico_random_14.png');
    }
}

/*
 * 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 {
    }

table.tblmypagescontract td.right {
    float: right;
    margin-left: 20px;
    width: 130px;
}

ul.ulrhweb li {
    list-style-type: none;
}

    ul.ulrhweb li a {
        background: url("../Img/arrow-a-bulleted.png") no-repeat scroll 0 3px transparent;
        color: #808080;
        display: block;
        padding-left: 16px;
        text-decoration: none
    }

        ul.ulrhweb li a:hover {
            text-decoration: underline;
        }

        ul.ulrhweb li a.selected {
            color: #000000;
            font-weight: bold;
        }



/** QuickFilter **/
.objectlistFilters {
    background: #fbf4de;
    margin-bottom: 20px;
    padding: 17px 30px 3px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

ul.quickfilter li {
    font-size: 20px;
}

    ul.quickfilter li.full {
        border-bottom: 1px dotted #B70B80;
        margin-bottom: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

ul.quickfilter li {
    float: left;
    list-style-type: none;
    margin-left: 8px;
    margin-right: 40px;
    width: 46%;
}

.ui-widget-header {
    background: #f7941e;
}

.ui-widget-content {
    background: #008ACB;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

label.title {
    background: #fbf4de;
    color: #f7941e;
    display: inline-block;
    margin-bottom: -4px;
    padding: 13px 20px;
}

table.check tr td {
    padding: 10px;
}


body.user_mypages ul.mypage_list.rent li a.bulleted, body.user_mypages ul.mypage_list.contract_list li a.bulleted {
}

body.user_mypages ul.mypage_list.rent li:hover, body.user_mypages ul.mypage_list.contract_list li:hover {
    color: #c70dbc;
    background: transparent;
}

ul.mypage_list.link_list {
    width: 100%;
}


ul.landlord-list li {
    margin-bottom: 8px;
}

    ul.landlord-list li div.label {
        width: 56px;
    }

ul.quickfilter span.minValue, ul.quickfilter span.maxValue {
    float: left;
    font-size: 15px;
}

ul.quickfilter span.maxValue {
    width: 10%;
    float: right;
}
/*li.stageobject span {
        background-image: url("../Img/ico-nybyggnation.png");
    }*/
/*** General rules ***/
.box {
}

.box-outer {
    min-height: 10px !important;
}

.box .noheight {
}

.box-inner {
    padding: 2em 2em 1em;
}

.availeblePuff.puff .box-inner {
    padding: 14px;
}

body.hss_object_objectdetailstemplateb .col25 .puff, body.res_themes_hnabportal3_pages_graddhyllan_itemoption .col25 .puff, body.res_themes_hnabportal3_pages_graddhyllan_options .col25 .puff {
    background: none;
    border: 1px solid #DCDDDE;
}

    body.hss_object_objectdetailstemplateb .col25 .puff .box-inner, body.res_themes_hnabportal3_pages_graddhyllan_itemoption .col25 .puff .box-inner, body.res_themes_hnabportal3_pages_graddhyllan_options .col25 .puff .box-inner {
        padding: 60px 14px 14px 14px;
        background: url(../Img/gradd-small.png) no-repeat 50% 4px;
    }

        body.hss_object_objectdetailstemplateb .col25 .puff .box-inner a, body.res_themes_hnabportal3_pages_graddhyllan_itemoption {
        }

            body.hss_object_objectdetailstemplateb .col25 .puffImgContainer, body.res_themes_hnabportal3_pages_graddhyllan_itemoption .col25 .puffImgContainer, body.res_themes_hnabportal3_pages_graddhyllan_options .col25 .puffImgContainer {
                margin: 20px 0 10px;
                text-align: center;
            }

            body.hss_object_objectdetailstemplateb .col25 .puff .box-outer, body.res_themes_hnabportal3_pages_graddhyllan_itemoption .col25 .puff .box-outer, body.res_themes_hnabportal3_pages_graddhyllan_options .col25 .puff .box-outer {
                background: none;
                min-height: 200px !important;
                padding-bottom: 2px;
            }


.box a.rss {
}

.box a img {
}

.box a.rss img {
}

td.box-inner {
}

/*** Primary ***/
.primary {
    background: #fff;
}

.areanews {
}

    .areanews a.bulleted {
    }

    .areanews h1, .areanews h2, .areanews h3, .areanews h4, .areanews h5 {
    }

.primary hr {
}

.primary a {
    color: #be451c;
}

    .primary a.bulleted {
        color: #000;
    }

        .primary a.bulleted:before {
            color: #BE451C;
            content: "\f054";
            font-family: FontAwesome;
        }

/*** Secondary ***/
.secondary {
    background: #fff;
}

    .secondary hr {
        background-color: #000;
        clear: both;
        color: #000;
    }

    .secondary a {
    }

/*** Login Control ***/
.col25 div.loginarea span {
    display: block;
    margin-bottom: 8px;
}

.col37 div.loginarea span {
}

.col37 div.loginarea input {
}

    .col37 div.loginarea input.btn {
    }

div.loginarea p label {
    margin-bottom: 6px;
    display: block;
    font-family: "09-brother1816-medium", sans-serif;
}

.register-interest .box-secondary-outer {
}

.object-rent .box-secondary-outer {
}

.object-arealinks .box-secondary-outer {
}

.object-documents .box-secondary-outer {
}

/*** Custom ***/

.box.puff {
    color: #555555;
    position: relative;
    margin-bottom: 20px;
}

.col25 .box.puff .box-outer {
}

.col25 .box.puff .box-inner {
}

.col25 .box.puff .box-inner {
    background: #fbf4de;
    border-top: 16px solid #f7941e;
    padding-top: 0px;
    position: relative;
}

.col33 .box.puff .box-outer {
}

.col33 .box.puff .box-inner {
    padding-top: 25px;
    position: relative;
}

.availeblePuff.puff {
}

.box.availeblePuff {
    font-size: 12px;
}

.availeblePuff {
    background: #f2dea9;
}

div.box.primary.availeblePuff div.box-outer div.box-inner {
    padding: 21px 23px 28px;
    box-sizing: border-box;
}

    div.box.primary.availeblePuff div.box-outer div.box-inner span.content p {
        font-family: 07-brother1816-regular, sans-serif;
        font-size: 18px;
        line-height: 28px;
        color: #000;
        margin-bottom: 10px;
    }

.availeblePuff div.objekts {
    float: left;
    width: 240px;
    text-transform: uppercase;
}

    .availeblePuff div.objekts ul {
        background: #f8ebc8;
        margin-bottom: 4px;
        float: left;
        width: 100%;
    }

    .availeblePuff div.objekts a.bulleted {
        margin-left: 10px;
        color: #000;
        display: block;
    }

    .availeblePuff div.objekts p {
        margin: 0;
    }

    .availeblePuff div.objekts a.bulleted:before {
        color: #000;
        top: -1px;
        position: relative;
    }

.availeblePuff div.btnShortcuts {
    width: 215px;
    float: right;
}

body.default .availeblePuff div.btnShortcuts {
    width: 230px;
    float: right;
}

.availeblePuff div.btnShortcuts span {
    background: #ee9159;
    display: block;
    float: right;
    height: auto;
    margin-bottom: 17px;
    padding: 15px 15px 15px 0;
    text-align: left;
    width: 194px;
    font-size: 21px;
    position: relative;
    font-weight: 600;
}

body.default .availeblePuff div.btnShortcuts span {
    width: 213px;
    position: relative;
}

.availeblePuff div.btnShortcuts span:last-of-type {
    margin: 0;
}

.availeblePuff div.btnShortcuts span:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 15px solid #f2dea9;
    border-left: 15px solid #ee9159;
    width: 0;
}

.availeblePuff div.btnShortcuts span:nth-of-type(3n+3) {
    margin: 0;
}

.availeblePuff h3 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 10px;
    font-weight: normal;
}

.availeblePuff div.btnShortcuts span a.mypages {
    display: block;
    font-size: 21px;
    font-weight: 600;
    line-height: 59px;
    padding: 0 0 0 12px;
    font-weight: 400;
    color: #000;
}

.availeblePuff div.btnShortcuts span a.searckObj,
.availeblePuff div.btnShortcuts span a.info {
    display: block;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 0 0 12px;
    font-weight: 400;
    color: #000;
}

.availeblePuff div.btnShortcuts span a.mypages:before {
    content: url(../Img/icons/ico-minasidor.svg);
    width: 57px;
    height: 57px;
    display: block;
    float: left;
    margin-right: 8px;
}

.availeblePuff div.btnShortcuts span a.searckObj:before {
    content: url(../Img/icons/ico-searchobject.svg);
    width: 57px;
    height: 57px;
    display: block;
    float: left;
    margin-right: 8px;
}

.availeblePuff div.btnShortcuts span a.info:before {
    content: url(../Img/icons/ico-information.svg);
    width: 57px;
    height: 57px;
    display: block;
    float: left;
    margin-right: 8px;
}




.availeblePuff span.content a {
    text-decoration: underline;
}

.availeblePuff span.content {
    color: #424242;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 13px;
}

div.box.secondary.availeblePuff.puff {
    background: #759869;
    position: relative;
}

.availeblePuff.puff h3 {
    margin-bottom: 10px;
}

.availeblePuff.puff div.extImg {
    width: 156px;
    float: left;
}

    .availeblePuff.puff div.extImg img {
        border: 8px solid #fff;
        width: 140px;
    }

.availeblePuff.puff ul {
    float: right;
    width: 60%;
}

    .availeblePuff.puff ul li {
        background: #edf4c3;
        border-bottom: 1px solid #759869;
        font-size: 13px;
        height: 23px;
        line-height: 21px;
        padding: 2px 4px;
    }

        .availeblePuff.puff ul 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;
        }

.availeblePuff.puff span a {
    background: #f39200; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2IwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYzYxMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f392000%, #BE451C 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f39200), color-stop(100%,#BE451C)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f392000%,#BE451C 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f392000%,#BE451C 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f392000%,#BE451C 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f392000%,#BE451C 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39200', endColorstr='#BE451C',GradientType=0 ); /* IE6-8 */
    color: #fff;
    display: block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding: 0 11px 0 6px;
    width: auto;
}

.availeblePuff.puff span a {
    bottom: 20px;
    position: absolute;
    right: 14px;
    text-align: center;
    width: auto;
}

    .availeblePuff.puff span a:before {
        content: "\f054";
        color: #fff;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 14px;
        line-height: 11px;
        margin-right: 5px;
        padding: 5px;
        text-decoration: none;
        width: 10px;
    }

    .availeblePuff.puff span a:hover {
        color: #424242;
    }

        .availeblePuff.puff span a:hover:before {
            content: "\f054";
            color: #424242;
            display: inline-block;
            font-family: FontAwesome;
        }

.box-primary h2.localnews {
    line-height: 36px;
}

div.areanews h2.localnews:before {
    content: "\f05a";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 29px;
    line-height: 11px;
    margin-right: 24px;
    padding: 0;
    text-decoration: none;
    width: 10px;
}

div.resident h2.resident {
    background: none;
}

div.resident h2.resident {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 10px;
    padding: 0;
}

div.booking h2.booking {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 10px;
}

    div.booking h2.booking:before {
        content: "\f073";
        color: #222;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 29px;
        line-height: 11px;
        margin-right: 24px;
        padding: 0;
        text-decoration: none;
        width: 10px;
    }

div.trade h2.trade {
    background: none;
}

div.trade h2.trade {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 1.5em;
    padding: 0;
}

div.interest h2.interest {
    background: none;
}

div.interest h2.interest {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 10px;
    padding: 0;
}

    div.interest h2.interest:before {
        content: "\f024";
        color: #222;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 29px;
        line-height: 11px;
        margin-right: 24px;
        padding: 0;
        text-decoration: none;
        width: 10px;
    }

div.energyreading h2.energyreading {
    background: none;
}

div.energyreading h2.energyreading {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 10px;
    padding: 0;
}

    div.energyreading h2.energyreading:before {
        content: "\f0eb";
        color: #222;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 29px;
        line-height: 11px;
        margin-right: 24px;
        padding: 0;
        text-decoration: none;
        width: 10px;
    }


/* Graddhyllan */

.col33 .box.puff .box-outer.cream {
    padding-bottom: 15px;
    border: none;
}

.col33 .box.puff .box-inner.cream {
    border: none;
}

.col25 .box.puff .box-inner.cream {
}

.col33 .box.puff .box-inner.cream {
}

.puffTillval, .puffTV, .puffBonus, .puffEk, .puffSmart {
    height: 179px;
    margin: 0 0 20px;
    padding: 12px 29px 28px;
    width: auto;
}

    .puffTillval h3, .puffTV h3, .puffBonus h3, .puffEk h3, .puffSmart h3 {
        text-align: center;
        color: #fff;
        font-weight: normal;
        font-size: 20px;
    }

    .puffTillval p, .puffTV p, .puffBonus p, .puffEk p, .puffSmart p {
        margin-top: 13px;
    }

.puffTillval {
    background: #ae191b;
}

.puffTV {
    background: #48952f;
}

.puffBonus {
    background: #f39019;
}

.puffEk {
    background: #004b99;
}

.puffSmart {
    background: #939496;
}

    .puffTillval span, .puffSmart span, .puffEk span, .puffBonus span, .puffTV span {
        background: none repeat scroll 0 0 #fff;
        display: block;
        padding: 1px 15px;
        margin-top: 11px;
    }

.res_themes_hnabportal3_pages_graddhyllan_default h2.pagetitle {
    display: none;
}

.res_themes_hnabportal3_pages_graddhyllan_default div.overview {
    margin-bottom: 20px;
}


div.graddhyllanitembox {
    width: 219px;
    height: 120px;
    float: left;
}

div.graddhyllanItemBoxBody {
    color: #fff !important;
    font-size: 12px;
}

div.graddhyllanItemBoxTitle h3 {
    color: #fff !important;
    font-size: 16px;
    padding-top: 10px;
    margin-top: -15px;
    padding-left: 33px;
    margin-left: -35px;
}

div.graddhyllanitembox.selected h3,
div.graddhyllanitembox.selected:hover h3 {
    background: url(../Img/tag.png) no-repeat 0 0;
}

div.graddhyllanitembox:hover h3 {
    background: url(../Img/tag-hover.png) no-repeat 0 0;
}

/* Tillval */
div.boxguide3c207ec-9cad-44d0-8bba-ce3a7d25533f {
    background: #800b0c url(../Img/gradient-tillval.png) repeat-x 0 0;
    border-top: 1px solid #f39e9f;
    border-bottom: 1px solid #500000;
}
/* TV/bredband */
div.boxguid06245e30-ca0d-44aa-b31b-78f10b273062 {
    background: #800b0c url(../Img/gradient-tv.png) repeat-x 0 0;
    border-top: 1px solid #89f966;
    border-bottom: 1px solid #28531b;
}
/* Bonuskort */
div.boxguidd93487a5-fa02-4015-a8ee-2a9b45ad118a {
    background: #800b0c url(../Img/gradient-bonus.png) repeat-x 0 0;
    border-top: 1px solid #ffbe70;
    border-bottom: 1px solid #9c5500;
}
/* Ekonomi/f rs. */
div.boxguid42543fb3-4b1a-421f-b36d-512dca837799 {
    background: #800b0c url(../Img/gradient-ek.png) repeat-x 0 0;
    border-top: 1px solid #6bb1fb;
    border-bottom: 1px solid #003062;
}
/* Smarta hemmaprylar */
div.boxguid74b01c25-e9e1-4a97-aa6e-0543c486a7bc {
    background: #800b0c url(../Img/gradient-smart.png) repeat-x 0 0;
    border-top: 1px solid #c0c0c2;
    border-bottom: 1px solid #595959;
}

.graddhyllanMainArticle {
    min-height: 260px;
    margin-bottom: 20px;
}

.creamContainer .puff .puffSecImg {
    margin-top: 50px;
}

.puffImgContainer {
    left: -15px;
    position: relative;
    top: -10px;
    width: 346px;
}

.col25 .puffImgContainer {
    left: -15px;
    margin-bottom: 6px;
    position: relative;
    top: 0;
    width: 253px;
}

.puffImgContainer.image {
    height: 190px;
    margin-bottom: 20px;
}

div.puffContainer.col100 div.col33:nth-of-type(3n+1) div.box.secondary.puff {
    background: #dae1b4;
}

div.puffContainer.col100 div.col33:nth-of-type(3n+2) div.box.secondary.puff {
    background: #b2c4a9;
}

div.puffContainer.col100 div.col33:nth-of-type(3n+3) div.box.secondary.puff {
    background: #8e9e9b;
}

div.puffContainer.col100 div.col33 div.box.secondary.puff div.box-outer div.box-inner a.bulleted {
    background: #BE451C;
    color: #fff;
    padding: 3px 10px 1px;
    font-size: 17px;
    float: right;
    display: block;
    position: relative;
    right: 15px;
}

    div.puffContainer.col100 div.col33 div.box.secondary.puff div.box-outer div.box-inner a.bulleted:before {
        font-size: 15px;
        color: #fff;
    }

    div.puffContainer.col100 div.col33 div.box.secondary.puff div.box-outer div.box-inner a.bulleted:hover:before {
        color: #424242;
    }

    div.puffContainer.col100 div.col33 div.box.secondary.puff div.box-outer div.box-inner a.bulleted:hover {
        color: #424242;
    }

.col25 .box-inner img {
    max-width: 220px;
}

div.cream-link {
    margin-top: 15px;
    padding: 0 20px;
}

div.graddhyllanMainArticle .col50 {
    margin-right: 20px;
}

img.graddhyllanImage {
    margin-top: 20px;
}

table.mypage_apartment {
    width: 570px;
}

ul.mypage_list {
}

/** Mina Sidor **/
div.residentInfo {
    display: inline-block;
    float: none;
    width: 50%;
}

    div.residentInfo.residentLinks {
        background: #fff;
        float: right;
        padding: 0;
        width: 25%;
    }

        div.residentInfo.residentLinks .alignright {
            float: left;
        }

ul.mypage_profile {
    border-color: #000;
    padding-bottom: 4px;
}

    ul.mypage_profile li {
        margin-bottom: 3px;
    }


ul.form li.type h2 {
    font-size: 21px;
    font-weight: normal;
}

div.jquerypanel h3 {
    font-size: 21px;
    font-weight: 400;
    line-height: 29px;
}

div.jquerypanel .header a.hidden {
    background: #fbf4de url('../Img/ico-plus.png') no-repeat 0 2px;
    padding-left: 24px;
    background-size: 20px 20px;
    background-size: 20px 20px;
    background-position-y: 6px;
}

div.jquerypanel .header a {
    background: #fbf4de url('../Img/ico-minus.png') no-repeat 0 2px;
    padding-left: 24px;
    background-size: 20px 20px;
    background-size: 20px 20px;
    background-position-y: 6px;
}

div#divBooking,
div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divTrade {
    width: 100%;
    padding-bottom: 1em;
}

div#divBooking {
    float: left;
}

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divTrade {
    float: right;
}

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divInterest {
    clear: both;
}

div.booking a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 11px;
    margin-right: 4px;
    padding-right: 0;
    color: #BE451C;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
}
/*
 * Ordered/Unordered lists 
 */
ul, ol {
}

    ul li {
    }

    ol li {
    }

    /* 
 * Horizontal list 
 */
    ul.horizontal {
    }

        ul.horizontal li, ul.horizontal a, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
            float: left;
            display: block;
            padding: 0 10px 0 0;
            list-style-type: none;
            margin-bottom: 20px;
        }

    ul.horizontal-bulleted {
        width: 100%;
    }

        ul.horizontal-bulleted li {
            background: none;
            padding: 3px 0;
            margin: 0;
            border-bottom: 1px solid #fbf4de;
            display: block;
            float: none;
        }

            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;
            }

body.hss_object_objectdetailstemplateb ul.horizontal-bulleted li {
    background-position: 0 12px;
    line-height: 28px;
    padding-top: 0;
    display: block;
    clear: both;
    width: 100%;
}

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
 */
/* duplicate
ul.listavailable {}

ul.listavailable li {
   font-size: 13px;
    line-height: 24px;
}

.col50 ul.listavailable li a {}
.col25 ul.listavailable li a.align-left {}

ul.listavailable a img {}

li.objectproperty-KLIMATSM span, li.objectproperty-SENIORBO span, li.objectproperty-UNGBO span {
    background-repeat: no-repeat;
    padding-left: 17px;
}

li.objectproperty-KLIMATSM span {
    background-image: url("../Img/ico_klimatsmart.png");
}
li.objectproperty-SENIORBO span {
    background-image: url("../Img/ico_seniorboende.png");
}
li.objectproperty-UNGBO span {
    background-image: url("../Img/ico-ungdomsboende.png");
}*/

/*
 * 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 {
    }

table.tblmypagescontract td.right {
    float: right;
    margin-left: 20px;
    width: 130px;
}

ul.contract_list a.rightrent:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 11px;
    margin-right: 4px;
    padding-right: 0;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}

ul.contract_list a.ico_energydeclaration:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 11px;
    margin-right: 4px;
    padding-right: 0;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}

ul.ulrhweb li {
    list-style-type: none;
}

    ul.ulrhweb li a {
        background: url("../Img/arrow-a-bulleted.png") no-repeat scroll 0 3px transparent;
        color: #808080;
        display: block;
        padding-left: 16px;
        text-decoration: none
    }

        ul.ulrhweb li a:hover {
            text-decoration: underline;
        }

        ul.ulrhweb li a.selected {
            color: #000000;
            font-weight: bold;
        }



/** QuickFilter **/
.objectlistFilters {
    background: #fbf4de;
    margin-bottom: 20px;
    padding: 17px 30px 3px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

ul.quickfilter li.full {
    border-bottom: 1px dotted #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

ul.quickfilter li {
    float: left;
    list-style-type: none;
    margin-left: 8px;
    margin-right: 40px;
    width: 46%;
    font-size: 17px;
}

.ui-widget-header {
    background: #f7941e;
}

.ui-widget-content {
    background: #008ACB;
}

label.title {
    background: #fbf4de;
    color: #f7941e;
    display: inline-block;
    margin-bottom: -4px;
    padding: 13px 20px;
}

table.check tr td {
    padding: 10px;
}


body.user_mypages ul.mypage_list.rent li a.bulleted, body.user_mypages ul.mypage_list.contract_list li a.bulleted {
}

body.user_mypages ul.mypage_list.rent li:hover, body.user_mypages ul.mypage_list.contract_list li:hover {
    color: #c70dbc;
    background: transparent;
}

ul.mypage_list.link_list {
    width: 100%;
}


ul.landlord-list li {
    margin-bottom: 8px;
}

    ul.landlord-list li div.label {
        width: 56px;
    }


/*li.stageobject span {
        background-image: url("../Img/ico-nybyggnation.png");
    }*/


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 {
            background-color: #fbf4de;
            color: #000;
            font-weight: normal;
            height: auto;
            padding: 0.75em;
            font-family: "11-brother1816-bold", sans-serif;
        }

            table.gridlist td.header a, tr.header td a {
                background-color: transparent;
                color: #000;
                padding-right: 15px;
                text-decoration: none;
            }

                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;
                }

                table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                    background-color: transparent;
                }

        table.gridlist td.listitem-even, tr.listitem-even td {
            padding: 0.75em;
        }

.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 {
    padding: 0.75em;
}

table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}

table.gridlist tr td td {
}

table.gridlist img.objectlist_icon {
}

ul.form li.value input[type="checkbox"] {
    appearance: none; /* Remove default checkbox styling */
    width: 20px; /* Custom size */
    height: 20px;
    background-color: #fff; /* Background color */
    border: 1px solid #BE451C; /* Custom border */
    border-radius: 4px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    margin-right: 10px; /* Space between checkbox and label */
    position: relative;
    top: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    /* Styling when the checkbox is checked */
    ul.form li.value input[type="checkbox"]:checked {
        background-color: #fff; /* Background color when checked */
        border-color: #BE451C; /* Border color when checked */
    }

        /* Optional: Add a custom checkmark when checked */
        ul.form li.value input[type="checkbox"]:checked::after {
            content: "✔"; /* Custom checkmark */
            color: #BE451C; /* Checkmark color */
            font-size: 14px;
            position: absolute;
            top: -7px;
            left: 4px;
        }

/* Targeting the input[type="radio"] inside ul.form li.value */
ul.form li.value input[type="radio"] {
    appearance: none; /* Remove default radio button styling */
    width: 20px; /* Custom size */
    height: 20px;
    background-color: #fff; /* Background color */
    border: 1px solid #BE451C; /* Custom border */
    border-radius: 50%; /* Make the radio button round */
    cursor: pointer; /* Pointer cursor on hover */
    margin-right: 10px; /* Space between radio button and label */
    position: relative;
    top: -3px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    /* Styling when the radio button is checked */
    ul.form li.value input[type="radio"]:checked {
        background-color: #fff; /* Background color when checked */
        border-color: #BE451C; /* Border color when checked */
    }

        /* Optional: Add a custom dot inside the radio button when checked */
        ul.form li.value input[type="radio"]:checked:after {
            content: ""; /* Empty content */
            width: 10px; /* Size of the inner dot */
            height: 10px;
            background-color: #BE451C; /* Dot color */
            border-radius: 50%; /* Make the inner dot round */
            position: absolute;
            top: 4px;
            left: 4px;
        }
/* Style the list and items */
ul.form {
    list-style: none; /* Remove default bullets */
    padding: 0;
}

    ul.form li.value {
        margin-bottom: 10px;
    }

ul.form {
}

    ul.form li {
    }

        ul.form li.validator {
        }

        ul.form li.label {
            width: 20em;
        }

.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 {
    margin-bottom: 8px;
    padding-left: 21em;
}

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 {
    }

div.page-col50 table.rentlist ul.grid li.right, div.page-col50 ul.rentlist li.right {
    line-height: 33px;
    padding-left: 340px;
    width: auto;
}

div.statistics table {
}

div.news-archive .date-column {
}

div.news-archive .content-column .title {
    font-size: 24px;
}

ul.quickfilter li.full {
    border-bottom: 1px dotted #2b2b2c;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.ui-widget-header {
    background: #759869;
}

.ui-widget-content {
    background: #808080;
}

label.title {
    background: #fbf4de;
    color: #000;
    display: inline-block;
    margin-bottom: -4px;
    padding: 13px 20px;
}

table.check tr td {
    padding: 8px;
}

ul.templatelist.block {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e4e4e4;
}

    ul.templatelist.block li h2 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 0;
    }

img.exterior_image {
    margin-bottom: 0;
}


div.jquerypanel .header a.hidden {
    background-color: transparent;
}

div.jquerypanel .header a {
    background-color: transparent;
}

ul.exchangeobject, div.jquerypanel {
    background-color: #fbf4de;
    padding: 1em 2em;
    border: 0;
}

    div.jquerypanel div.pageFooter {
        background-color: transparent;
    }
/** Bostadsfakta **/
div.area_info_facts {
    background: #fbf4de;
    border-top: 16px solid #f7941e;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding: 5px 16px 16px;
}

    div.area_info_facts table.tbl_list tr.header td {
        padding: 12px;
        background: #B70B80;
        color: #fff;
        font-size: 14px;
    }

    div.area_info_facts table.tbl_list tr td {
        padding: 8px 14px;
        font-size: 13px;
    }

    div.area_info_facts h4 {
        color: #2b2b2c;
        font-size: 21px;
        line-height: 36px;
    }

.col25.sideBar .gridlist {
    width: 100%;
}

.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 {
        }

            .dynamic-map .more .area-label a {
                padding: 0 10px 0 6px;
                font-size: 14px;
                color: #000;
                text-decoration: none;
            }

        .dynamic-map .more .nr {
            background: url("../img/e_map_bullet.png") no-repeat scroll 0 0 transparent;
            color: #FFFFFF;
        }

/*
  * 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 */
.col100 .pager-container {
    bottom: 0;
    left: 0;
    position: absolute;
    //width: 1440px;
}

    .col100 .pager-container li {
        background: url(../Img/slider-bullet.png) no-repeat 0 0;
        border: none;
        width: 16px;
        height: 16px;
        float: right;
    }

        .col100 .pager-container li.selected {
            background: url(../Img/slider-bullet-sel.png) no-repeat 0 0;
        }

#slider_startstop {
    display: block;
    top: 5px;
    left: 5px;
    right: unset;
    bottom: unset;
}
/* Prev/Next buttons */
.col100 button#slider_next, .col100 button#slider_prev {
    display: block;
    height: 59px;
    margin-top: 0;
    outline: medium none;
    position: absolute;
    top: 130px;
    width: 35px;
    z-index: 100;
    cursor: pointer;
}

.col100 #slider_next {
    background: url(../Img/slider-next.png) no-repeat 0 0;
    left: 1034px !important;
    right: 20px;
}

.col100 #slider_prev {
    background: url(../Img/slider-prev.png) no-repeat 0 0;
    margin-left: 0;
    left: 0;
}
/* Slider container styles */
.slider-container {
    margin-bottom: 20px;
}

div.sliderCont {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
}

    div.sliderCont div.Text {
        padding: 40px 50px;
        position: absolute;
        right: 0;
        top: 0;
        width: 540px;
        bottom: 0;
        box-sizing: border-box;
    }

        div.sliderCont div.Text h3 {
            color: #fff;
            font-size: 28px;
            margin: 0 0 10px 0;
        }

        div.sliderCont div.Text a {
            display: block;
            float: right;
            margin: 16px 0 0 0;
        }

div.slider-inner div.slides div.sliderCont.slider div.Text span.link {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

    div.slider-inner div.slides div.sliderCont.slider div.Text span.link a {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 500;
    }

.col100 .slider, .col100 .slider-container {
    width: 1440px;
    height: 360px;
    position: relative;
}

.col100.sliderContainer img {
    max-width: 1440px;
}

.col100.sliderContainer {
    padding: 0;
    background: #fff;
    margin: 0;
    width: 1440px;
}

.creamContainer {
    position: relative;
    width: 300px;
}

    .creamContainer .slider-container {
        margin: 0;
    }

    .creamContainer a#slider_next, .creamContainer a#slider_prev {
        display: block;
        height: 38px;
        outline: medium none;
        position: absolute;
        left: 0;
        top: 283px;
        width: 24px;
        z-index: 100;
    }

    .creamContainer #slider_next {
        background: url(../Img/slider-next-cream.png) no-repeat 0 0;
        left: 262px !important;
    }

    .creamContainer #slider_prev {
        background: url(../Img/slider-prev-cream.png) no-repeat 0 0;
        margin-left: 10px;
    }

    .creamContainer .col33 .pager-container {
        display: none;
    }

    .creamContainer .col33 .slider, .creamContainer .col33 .slider-container {
        height: auto !important;
        width: 300px;
    }

    .creamContainer .slider-container.col33 {
        width: 300px;
    }

    .creamContainer .slider-container {
        margin-bottom: 0;
    }

    .creamContainer .puffImgContainer {
        background: none;
        margin: 80px auto 0;
        text-align: center;
    }
/*Area info slide*/
.article-area-info #slider_next, .article-area-info #slider_prev {
    width: 2rem;
    height: 2rem;
}

.article-area-info #slider_next {
    right: 0;
}

.article-area-info #slider_prev {
    left: 0;
}

div.slidergallery .container {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

div.slidergallery .pager {
    background: transparent;
    margin: 6px 0 0 0;
}

div.slidergallery .container img {
    max-width: none;
}

div.slidergallery .pager ul {
    margin-left: 10px;
    background: none;
}

    div.slidergallery .pager ul li {
        width: 50px;
        height: 50px;
        padding: 2px;
        border: none;
        background: #fff;
        overflow: hidden;
        margin-right: 10px;
    }

        div.slidergallery .pager ul li a {
            background: #fff;
            color: #fff;
        }

            div.slidergallery .pager ul li a:hover {
                background: #70cef6;
                color: #70cef6;
            }

        div.slidergallery .pager ul li:hover {
            background: #70cef6;
            border: none;
        }

        div.slidergallery .pager ul li.active {
            background: orange;
            border: none;
        }

            div.slidergallery .pager ul li.active:hover {
                background: #70cef6;
                border: none;
            }

            div.slidergallery .pager ul li.active a {
                background: orange;
                color: orange;
            }

                div.slidergallery .pager ul li.active a:hover {
                    background: #70cef6;
                    color: #70cef6;
                }

div.slidergallery ul.nav-buttons {
    padding: 12px;
    position: absolute;
}

    div.slidergallery ul.nav-buttons li a {
        width: 34px;
        height: 59px;
    }

        div.slidergallery ul.nav-buttons li a.previous {
            background: url('../Img/slider-prev.png') no-repeat 0 0;
            float: left;
            outline: medium none;
        }

        div.slidergallery ul.nav-buttons li a.next {
            background: url('../Img/slider-next.png') no-repeat 0 0;
            float: right;
            outline: medium none;
        }

div.slidergallery .pager li {
    border: none;
}

div.slidergallery .pager li {
    margin-right: 0;
}

div.col75.slidergallery .pager {
    margin: -105px 34px 0;
    position: absolute;
}

div.col75.slidergallery ul.nav-buttons {
    margin: -115px 0 0 0;
    width: 700px;
    list-style-type: none;
}

    div.col75.slidergallery ul.nav-buttons li {
        margin: 10px 10px 0 -12px;
        width: 700px;
        list-style-type: none;
    }

div.col75.slidergallery .container {
    width: 700px;
    height: 300px;
}

    div.col75.slidergallery .container .slides {
        height: 320px;
        position: absolute;
    }

        div.col75.slidergallery .container .slides > div {
            width: 700px;
        }


.slides .Text a {
    background: #BE451C;
    color: #fff;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: 600;
    line-height: 29px;
    margin: 0;
    padding: 2px 8px 0px;
    width: auto;
    text-decoration: none;
}

    .slides .Text a:before {
        content: "\f054";
        color: #fff;
        display: inline-block;
        font-family: FontAwesome;
        margin-right: 6px;
    }

    .slides .Text a:hover {
        color: #424242;
    }

        .slides .Text a:hover:before {
            content: "\f054";
            color: #424242;
            display: inline-block;
            font-family: FontAwesome;
        }
/*
div.col75.slidergallery .pager {margin:-83px 0 0 71px;position:absolute;width:480px;height:60px;}
div.col50.slidergallery ul.nav-buttons {margin: -94px 0 0 0; width:576px;list-style-type:none;}
div.col50.slidergallery ul.nav-buttons li {margin: 10px 10px 0 10px; width:576px;list-style-type:none;}
div.col50.slidergallery .container {width:620px;height:220px;} 
div.col50.slidergallery .container .slides {position:absolute;top:0;left:0;height:320px;}
div.col50.slidergallery .container .slides > div {position:absolute;top:0;width:620px;}

div.col100.slidergallery .pager {margin:-86px 0 0 71px;position:absolute;width:800px;height:60px;}
div.col100.slidergallery ul.nav-buttons {margin: -94px 0 0 0; width:576px;list-style-type:none;}
div.col100.slidergallery ul.nav-buttons li {margin: 10px 10px 0 10px; width:900px;list-style-type:none;}
div.col100.slidergallery .container {width:1000px;height:320px;} 
div.col100.slidergallery .container .slides {position:absolute;top:0;left:0;height:320px;}
div.col100.slidergallery .container .slides > div {position:absolute;top:0;width:1000px;}
*/


.col75 .form:nth-child(2n+1) {
    overflow: hidden;
    float: left;
    width: 100%;
    box-sizing: border-box;
}


.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;
}

body.mina-sidor.fullpage div.page-col25.col25.alignright,
body.user_mypages.fullpage div.page-col25.col25.alignright {
    width: 32% !important;
}

body.user_mypages.fullpage {
    background: #e1f0f2;
}

ul.faq-list {
    border: 1px solid #bbb8b8;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}

    ul.faq-list li {
        margin: 0;
        padding: 4px 10px;
        box-sizing: border-box;
    }

        ul.faq-list li p:last-of-type {
            margin-bottom: 0;
        }

        ul.faq-list li.question, ul.faq-list li.answer {
            width: 100%;
            clear: right;
        }

.col25 img {
    max-width: 253px;
}

.col50 img {
    max-width: 522px;
}

.col75 img {
    max-width: 805px;
}

div.siteContent .col25.hss {
    width: 23.42857142857143%;
}


select {
    height: auto;
}

ul.mypage_profile_interest_header h4 {
    font-size: 1em;
    margin-top: 1em;
    font-weight: normal !important;
    font-family: "07-brother1816-regular", sans-serif;
    line-height: 1.5em;
}

    ul.mypage_profile_interest_header h4 span {
        font-size: 21px;
        font-weight: normal !important;
        font-family: "11-brother1816-bold", sans-serif;
    }

ul.mypage_profile_interest_header li span {
    font-weight: bold;
    margin: 10px 0;
    display: block;
}

.fa-3x {
    font-size: 2em;
}

.box-primary div.title-icon, .box-secondary div.title-icon {
    display: inline-block;
    width: 60px;
}

div.rental h2, div.trade h2 {
    line-height: 48px;
    margin-bottom: 10px;
    margin-left: 40px;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 1.5em;
}

ul.mypage_list li {
    margin: 0 4px 0 0;
    line-height: 30px;
}

div.siteFooter-container div.siteFooter img.footerLogo {
    width: 340px;
}

div.siteFooter-container div.siteFooter img.footerLogo2 {
    width: 240px;
    margin-left: 3em;
}

span#object_detail_buttonlist.button-list .btn_details_button {
    font-size: 12px;
}

span#object_detail_buttonlist.button-list .btn_details {
    background: #555;
    color: #FFF;
    font-size: 18px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: -10px;
}

.register-interest input[type="submit"] {
    height: auto;
    padding: 10px 17px;
    line-height: 26px;
}

div.page-col50 ul.grid li.left {
    font-size: 24px;
    line-height: 45px;
}

div.page-col50 ul.rentlist.grid li {
    font-size: 18px;
    line-height: 24px;
}


.goog-te-gadget-simple {
    border: none !important;
}

    .goog-te-gadget-simple .goog-te-menu-value span {
        font-size: 18px;
        font-family: 07-brother1816-regular, sans-serif;
        line-height: 27px;
    }

.goog-te-gadget-icon {
    display: none;
}

.goog-te-gadget-simple:before {
    content: "\f0ac";
    font-family: FontAwesome;
    padding-right: 0;
    color: #666;
    text-decoration: none;
    font-size: 25px;
    display: inline-block;
    margin-right: 4px;
    top: 3px;
    position: relative;
}

.ImBox__1299_snapifyWrapper {
    width: 300px !important;
    height: 450px !important;
    box-sizing: border-box;
    right: 1% !important;
    left: auto !important;
}

/** Bonuskort **/
div.BonuscardMainArticle {
    position: relative;
    font-size: unset;
    margin-bottom: 30px;
}

    div.BonuscardMainArticle img.bonuscardBackground {
        -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.15);
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.15);
        border: 1px solid rgba(0,0,0,0.15);
    }

    div.BonuscardMainArticle img.bonuscardBackground {
        width: 100%;
        max-width: unset !important;
        position: relative;
        display: flex;
    }

    div.BonuscardMainArticle div.bonuscard-info {
        position: absolute;
        top: 12em;
        left: 2.5em;
    }

div.bonuscard-info span.Title {
    font-size: 2.8em;
    display: block;
    line-height: 1.2em;
}

div.BonuscardMainArticle span.bonuscardYear {
    position: absolute;
    display: block;
    font-size: 6em;
    font-weight: 600;
    top: 0.5em;
    right: 0.4em;
    line-height: 1em;
}

div.bonuscard-info span.Address1 {
    display: block;
}

div.bonuscard-info span.Address1,
div.bonuscard-info span.Address2,
div.bonuscard-info span.Address3 {
    line-height: 1.3em;
    font-size: 1.5em
}

/** BONUSKORT PRINT **/
body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardhnabprint,
body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardstudprint {
    padding: 10px;
}

    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardhnabprint div.page-popup,
    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardstudprint div.page-popup {
        float: left;
        padding: 0;
    }

        body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardhnabprint div.page-popup h1,
        body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardstudprint div.page-popup h1 {
            display: none;
        }

    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardhnabprint form,
    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardstudprint form {
        width: unset;
    }

        body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardhnabprint form div.BonuscardMainArticle,
        body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardstudprint form div.BonuscardMainArticle {
            width: 750px;
        }

    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardhnabprint div.BonuscardMainArticle span.bonuscardYear,
    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardstudprint div.BonuscardMainArticle span.bonuscardYear {
        position: absolute;
        font-size: 5.8em;
        font-weight: 600;
        top: 0.52em;
        right: 0.5em;
        line-height: 1em;
        letter-spacing: -1px;
    }

    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardhnabprint div.BonuscardMainArticle div.bonuscard-info span.Title,
    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardstudprint div.BonuscardMainArticle div.bonuscard-info span.Title {
        font-size: 1.7em;
        line-height: 1.2em;
    }

    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardhnabprint div.bonuscard-info span.Address1,
    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardhnabprint div.bonuscard-info span.Address2,
    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardhnabprint div.bonuscard-info span.Address3,
    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardstudprint div.bonuscard-info span.Address1,
    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardstudprint div.bonuscard-info span.Address2,
    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardstudprint div.bonuscard-info span.Address3 {
        line-height: 1.2em;
        font-size: 1.25em;
    }

    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardhnabprint div.BonuscardMainArticle div.bonuscard-info,
    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardstudprint div.BonuscardMainArticle div.bonuscard-info {
        position: absolute;
        top: 6.7em;
        left: 1.5em;
        font-size: 1.55em;
    }

    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardhnabprint div.BonuscardMainArticle,
    body.res_themes_hnabportal3_pages_cm_templates_page_bonuscardstudprint div.BonuscardMainArticle {
        font-size: 1em;
    }

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_dlObjectOfferApartment_ctl00_moveInDateSelectionApartment,
#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulBuilding {
    display: none;
}


.updatePersonalInformation .contactCard div ul.form li.label {
    width: unset;
}

.updatePersonalInformation .contactCard div ul.form li.value {
    margin-left: 45px;
}

div.page-popup div.siteContentIframe ul.form {
    margin: 0;
    display: block;
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    margin-bottom: 10px;
}

    div.page-popup div.siteContentIframe ul.form li.label {
        padding: 10px;
        font-size: 1em;
        margin-bottom: 0;
        font-weight: 700;
        width: 100%;
    }

    div.page-popup div.siteContentIframe ul.form li.textvalue,
    div.page-popup div.siteContentIframe .box ul.form li.textvalue {
        padding: 0 10px;
        margin-bottom: 6px;
        min-height: unset;
        display: block;
        width: 100%;
    }

div.IACard div ul.form li.value {
    margin-bottom: 17px;
    padding: 8px;
}

#ctl00_Col1_lbl_update_information {
    margin-bottom: 1em;
    display: block;
}

element {
}

div.IACard div ul.form li.value {
    margin-bottom: 17px;
    padding: 8px;
}

div.siteContentIframe ul.form li.value {
    padding-left: 0;
}

.page-popup .form .value {
    padding-left: 1.25em;
}

.IACard .areas .value, .IACard .adresses .value, .IACard .criterias .value, .IACard .cities .value {
    height: 100%;
    margin-left: 0;
    overflow: auto;
}

ul.form li.label span.fa.fa-address-card-o.fa-2x {
    font-size: 1.85em;
}

.siteContentIframe .pageHeader {
    height: auto;
    padding: 0;
    box-sizing: border-box;
    margin: 0 0 1em !important;
}

div#divAccept.divAccept ul.form {
}

    div#divAccept.divAccept ul.form li.value {
        margin: 0;
    }

ul.form li.value span#ctl00_Col1_lblVerified {
    line-height: 27px;
    margin-left: 8px;
}

div#divAccept.divAccept ul.form li.label {
    width: auto;
    padding: 0;
}

div.siteContentIframe.updatePersonalInformation div.contactCard ul.form li.label {
    padding: 0;
    font-size: 1em;
    margin-bottom: 0;
    font-weight: 700;
    width: auto;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_liStageObject {
    display: none;
}

.fancybox-content {
    /*    height: 75% !important;
    width: 50% !important;*/
}

div.object-rent ul.rentlist.grid {
    height: 24px;
}

    div.object-rent ul.rentlist.grid li.left {
        clear: left;
    }

iframe.roomFrame {
    width: 100%;
}

/** Custom Link Button **/
a.btn-custom {
    background: #424242;
    border: none;
    color: #fff;
    cursor: pointer;
    line-height: 1.5em;
    font-size: 1.125em;
    font-family: 07-brother1816-regular, sans-serif;
    padding: 0.5em 1em;
    text-shadow: none;
    border-radius: 0.25em;
    text-decoration: none;
}

    a.btn-custom:hover {
        color: #000;
        background: #f69327;
    }

/*** Områdessidor ***/

/*
  * Slider width and position
  */



.slider-container {
    margin: 0 0 30px;
    border: 1px solid #e7e7e7;
    position: relative;
}

.col50 .slider-container {
    margin: 0 0 12px;
    border: 1px solid #e7e7e7;
}

div.siteContent .col50 .slider-container {
    width: 100%;
}

.slider {
    //height: 350px;
}

    .slider img {
        max-width: 948px;
    }

.col50 .slider {
    height: 260px;
}

.slider img {
}

.slider-inner {
    border: 6px solid #fff;
}

.thumbnail-container {
    display: none;
}
/*
 * Pager
 */
.pager-container {
    margin: 0 0 0 12px;
    position: absolute;
    text-align: center;
    top: 15px;
    right: 8px;
}

.pager {
    position: absolute;
    bottom: 20px;
    left: 10px;
}

    .pager li {
        border: 0;
        background: #ccc;
        width: 10px;
        height: 10px;
        margin-right: 6px;
    }

        .pager li.selected {
            border: 0;
            background: #F69327;
        }

div.EmployeeCard-img,
div.EmployeeCard-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ctl06_lblEmpNameText,
#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ctl06_lblPhone,
#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ctl06_lblMobile,
#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ctl06_lblEmail {
    font-weight: bold;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divObjectList li[class*="objectproperty"] {
    display: none !important;
}


div#CybotCookiebotDialogBodyLevelButtonsSelectPane form {
    width: auto;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    padding: 0;
}

body.mina-sidor_summering.hss_interest_summary.fullpage p {
    margin-left: 0 !important;
}

.mypage_profile_interest.apartment,
.mypage_profile_interest.student,
.mypage_profile_interest.parking,
#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_hlChangeRegistration {
    margin-top: 1em;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_hlChangeRegistration {
    margin-bottom: 1em;
    color: #BE451C;
    font-weight: 600;
}

ul.mypage_profile_interest.apartment li a.bulleted,
ul.mypage_profile_interest.student li a.bulleted,
ul.mypage_profile_interest.parking li a.bulleted {
    color: #BE451C;
    font-weight: 600;
}

div.resident h2.resident {
    margin-bottom: 1.5em;
}

div.resident .fa-building:before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    vertical-align: middle;
    background-image: url('../Img/Mina sidor-02.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

div.rental .fa-building:before {
    display: none;
}

div.rental .fa-search:before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    vertical-align: middle;
    background-image: url('../Img/Mina sidor-02.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

div.rental h2, div.trade h2 {
    margin-left: 0.25em;
}

.fa-handshake-o:before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    vertical-align: middle;
    background-image: url('../Img/Byta-lagenhet.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

h3.messages span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_lblTitleMessages:before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    vertical-align: middle;
    background-image: url('../Img/Meddelande-01.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 6px;
    margin-top: -8px;
}

div.box-primary-outer.box-outer div.box-primary-inner.box-inner h3.user:before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    vertical-align: middle;
    background-image: url('../Img/Mina sidor-04.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 6px;
    margin-top: -8px;
}

.mypage_profile_interest_header li h4 span:before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    vertical-align: middle;
    background-image: url('../Img/Mina sidor-03.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 6px;
    margin-top: -8px;
}


.removeInterestBox {
    background-color: #fff;
    padding: 0;
    padding-top: 1em;
    border: none;
    border-top: 1px solid #BE451C;
    float: left;
}

    .removeInterestBox > div.pageSubHeader {
        border: 0;
        margin-top: 0;
    }

table#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_tblExchangeObject {
    display: block;
}

div.interest-header {
    background: #fbf4de;
    padding: 0.5em 1em;
    border: none;
    margin: 1em 0 1em;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

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: 83%;
    height: auto;
    margin: 0,5em 0 0 0;
    padding: 0 0.75em 0.5em;
    border-bottom: solid 1px #d0d0d0;
    box-sizing: border-box;
}

    div.interest-objectinfo div.subst-table ul.subst-row {
        padding: 0;
    }

div.interest-image {
    float: left;
    width: 13%;
    height: 5.85em;
    padding: 0;
    overflow: hidden;
    margin-right: 1%;
}

    div.interest-image img {
        border: none !important;
    }

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: #BE451C;
            color: #fff;
            padding: 0.5em 2em;
            display: inline-block;
            border-radius: 3em;
            margin-bottom: 4px;
            font-weight: 600;
            text-decoration: none;
        }

            div.interest-interestinfo table tbody tr td a:first-of-type {
                background-color: #a54403;
                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: #BE451C;
            ;
            padding: 0;
            font-weight: bold;
            margin-right: 15px;
            text-decoration: none;
            font-size: 16px;
        }


            div.interest-interestinfo table tbody tr td a.image:before {
                content: "";
                display: inline-block;
                width: 20px;
                height: 20px;
                vertical-align: middle;
                background-image: url('../Img/ico-objectimage.png');
                background-size: 100% 100%;
                background-repeat: no-repeat;
                margin-right: 0.5em;
                margin-top: -9px;
            }

            div.interest-interestinfo table tbody tr td a.planning:before {
                content: "";
                display: inline-block;
                width: 18px;
                height: 23px;
                vertical-align: middle;
                background-image: url('../Img/ico-objectplan.png');
                background-size: 100% 100%;
                background-repeat: no-repeat;
                margin-right: 0.5em;
                margin-top: -9px;
            }

        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: #BE451C;
                padding: 0;
                font-weight: bold;
            }

table tbody tr td div.interest-footer {
    background: #f8f7f5;
    padding: 0.65em 0.5em;
    margin-top: 1em;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: none;
}

    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: "";
            display: inline-block;
            width: 26px;
            height: 26px;
            vertical-align: middle;
            background-image: url('../Img/Capa_1.png');
            background-size: 100% 100%;
            background-repeat: no-repeat;
            margin-right: 0.5em;
            margin-top: -9px;
        }

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_dlObjectOfferApartment_ctl00_lblWarningMsg {
    display: block;
}

.register-interest .box-inner {
    background-color: #fbf4de;
    padding: 1em;
}

ul.boxlist li input.txtMaxCost {
    width: 40% !important;
}

div.objectlistFilters ul.quickfilter li.full table.checkboxlist.check {
    width: 100%;
}

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divSubscription {
    float: left;
}

.removeInterestBox i {
    display: none;
}

span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblDelete_IA {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 1em;
    box-sizing: border-box;
}

table#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_rblTwoUsers {
    top: 6px;
    position: relative;
}

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divResident {
}

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL {
    float: left;
    margin-bottom: 1em;
    padding: 1em;
    box-sizing: border-box;
}

    div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.validator, div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL .box ul.form li.validator {
        width: unset;
    }

span p.text {
    font-size: 0.8em;
    font-weight: normal;
    font-family: "07-brother1816-regular", sans-serif;
    margin-top: 0.25em;
    margin-bottom: 0;
}

ul.listviews li i {
    color: #BE451C;
    font-size: 19px;
}

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_exchangeObject_list table.gridlist caption {
    display: none;
}

div.subst-table ul, div.subst-table li {
    list-style: none;
    margin-bottom: 0.35em;
}


#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_LoginControl1_divLoginTypes.navigation-tabs {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10px;
    padding-bottom: 1em;
}

div#bankid-tab.tab,
div#password-tab.tab {
    background-color: #e1f0f2;
    color: #000;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 0.875em;
}

div#password-tab.tab {
    float: right;
}

    div#bankid-tab.tab:hover,
    div#password-tab.tab:hover {
        background-color: #f69327;
        color: #fff;
    }

    div#bankid-tab.tab.active,
    div#password-tab.tab.active {
        background-color: #be451c;
        color: #fff;
        border-radius: 20px;
        padding: 8px 20px;
    }

@media (max-width: 370px) {
    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_LoginControl1_divLoginTypes.navigation-tabs {
        padding-bottom: 4em;
    }

    div#bankid-tab.tab,
    div#password-tab.tab {
        width: 100%;
        margin-bottom: 1em;
        text-align: center;
    }
}
