﻿html{margin:0;padding:0;}body{margin:0;padding:0;}body.app{font-family:roboto;display:flex;flex-direction:column;align-items:stretch;overflow:hidden;}my-app{display:flex;flex:1 1 auto;overflow:hidden;}.app-frame{display:block;width:100%;height:100%;overflow:hidden;}.app-map{top:0;position:absolute;width:100%;height:100%;margin:0;}.app-nav{top:0;position:absolute;display:flex;margin-left:auto;margin-right:auto;align-items:center;flex-direction:row;width:100%;height:64px;background-color:#f6f6f6;border:1px solid #e9eaff;}.app-nav .bar{flex:1 1 80px;flex-direction:row;align-items:center;}.app-nav:hover{background-color:#fff;}.app-nav>div.input{flex:1 1 auto;border:1px solid #aaa;border-radius:4px;cursor:text;height:32px;overflow-x:hidden;font-family:Roboto;font-size:22px;background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;}.app-nav>div.input.placeholder{color:#bbb;}.app-nav>auto-completer.keywords{color:#00f;flex:1 1 auto;min-width:0;display:flex;flex-direction:row;}.app-nav>auto-completer.keywords>div.completer-holder{flex:1 1 auto;display:flex;flex-direction:column;}.app-nav>auto-completer.keywords>div.completer-holder>input.completer-input{flex:1 1 auto;box-sizing:border-box;font-family:Roboto;font-size:22px;min-width:0;}.app-nav>auto-completer.keywords>div.completer-holder>div.completer-dropdown-holder{position:relative;}.app-selector{position:absolute;top:0;width:100%;height:100%;border-radius:6px;background-color:#fff;border:1px solid #e9eaff;display:flex;flex-direction:column;overflow-y:auto;}.app-selector>div.selector-header{display:block;flex:0 0 auto;text-align:center;}.app-selector>div.selector-header>span{font-size:32px;width:100%;}.app-selector>div.selector-header>[btn-close]{position:absolute;right:0;top:0;}.app-selector>div.selector-header>a.join{font-family:roboto;font-size:20px;}.app-selector>div.selector-filter{display:flex;flex-direction:row;flex:0 0 32px;align-items:center;}.app-selector>div.selector-filter>span.filter-label{font-family:Roboto;font-size:22px;flex:0 0 48px;}.app-selector>div.selector-filter>input[type=text].filter-value{flex:1 1 auto;font-family:Roboto;font-size:22px;min-width:0;}.app-selector>div.selector-filter>div.filter-clear{flex:0 0 32px;width:32px;height:32px;}.app-selector>div.selector-body{flex:1 1 auto;display:flex;justify-content:flex-start;overflow-y:auto;}@media screen and (max-width:400px){.app-selector>div.selector-body{flex-wrap:nowrap;align-items:stretch;flex-direction:column;}}@media screen and (min-width:400px){.app-selector>div.selector-body{flex-wrap:wrap;align-items:flex-start;flex-direction:row;}}.app-selector>div.selector-body .body-item{display:flex;align-items:center;cursor:pointer;}@media screen and (max-width:400px){.app-selector>div.selector-body .body-item{flex:0 0 62px;height:62px;flex-direction:row;}}@media screen and (max-width:800px) and (min-width:400px){.app-selector>div.selector-body .body-item{flex:0 0 202px;height:82px;flex-direction:row;}}@media screen and (max-width:1280px) and (min-width:800px){.app-selector>div.selector-body .body-item{flex:0 0 152px;height:192px;flex-direction:column;}}@media screen and (min-width:1280px){.app-selector>div.selector-body .body-item{flex:0 0 202px;height:222px;flex-direction:column;}}@media screen and (max-width:400px){.app-selector>div.selector-body .body-item>img{flex:0 0 60px;width:60px;height:60px;}}@media screen and (max-width:800px) and (min-width:400px){.app-selector>div.selector-body .body-item>img{flex:0 0 80px;width:80px;height:80px;}}@media screen and (max-width:1280px) and (min-width:800px){.app-selector>div.selector-body .body-item>img{flex:0 0 150px;width:150px;height:150px;}}@media screen and (min-width:1280px){.app-selector>div.selector-body .body-item>img{width:200px;height:200px;}}@media screen and (max-width:400px){.app-selector>div.selector-body .body-item>span{flex:1 1 auto;text-wrap:normal;text-align:center;}}@media screen and (max-width:800px) and (min-width:400px){.app-selector>div.selector-body .body-item>span{flex:0 0 120px;text-wrap:normal;text-align:center;}}@media screen and (max-width:1280px) and (min-width:800px){.app-selector>div.selector-body .body-item>span{flex:0 0 40px;}}.app-selector>div.selector-footer{flex:0 0 6px;}.app-selector>div.body{display:flex;flex-direction:column;align-items:center;overflow-y:auto;justify-content:flex-start;}.app-selector>div.body>div.address{display:block;align-content:center;text-align:center;font-family:roboto;font-size:18px;color:#66f;}.app-selector>div.body>div.products{display:flex;flex:0 0 auto;align-self:stretch;}@media screen and (max-width:400px){.app-selector>div.body>div.products{flex-direction:column;align-items:stretch;}}@media screen and (min-width:400px){.app-selector>div.body>div.products{flex-direction:row;justify-content:center;align-items:flex-start;flex-wrap:wrap;}}.app-selector>div.body>div.products>div.item{display:flex;border:1px solid #ddd;align-items:stretch;}@media screen and (max-width:400px){.app-selector>div.body>div.products>div.item{flex:0 0 82px;flex-direction:column;}}@media screen and (min-width:400px){.app-selector>div.body>div.products>div.item{flex:0 0 182px;flex-direction:row;}}.app-selector>div.body>div.products>div.item.selected{border:1px solid #ff6a00;}@media screen and (max-width:400px){.app-selector>div.body>div.products>div.item.showdetail{flex:0 0 auto;flex-direction:column;}}@media screen and (min-width:400px){.app-selector>div.body>div.products>div.item.showdetail{flex:0 0 400px;flex-direction:row;}}.app-selector>div.body>div.products>div.item>div.info{display:flex;}@media screen and (max-width:400px){.app-selector>div.body>div.products>div.item>div.info{flex:0 0 82px;flex-direction:row;}}@media screen and (min-width:400px){.app-selector>div.body>div.products>div.item>div.info{flex:0 0 182px;flex-direction:column;}}.app-selector>div.body>div.products>div.item>div.info>div.image{background-size:contain;background-repeat:no-repeat;background-position:center center;cursor:pointer;display:block;position:relative;}@media screen and (max-width:400px){.app-selector>div.body>div.products>div.item>div.info>div.image{flex:0 0 80px;height:80px;}}@media screen and (min-width:400px){.app-selector>div.body>div.products>div.item>div.info>div.image{flex:0 0 180px;width:180px;}}.app-selector>div.body>div.products>div.item>div.info>div.image>div.selected{border:1px solid #000;background-color:#fff;position:absolute;right:0;top:0;}@media screen and (max-width:400px){.app-selector>div.body>div.products>div.item>div.info>div.image>div.selected{width:36px;height:36px;}}@media screen and (min-width:400px){.app-selector>div.body>div.products>div.item>div.info>div.image>div.selected{width:24px;height:24px;}}@media screen and (max-width:400px){.app-selector>div.body>div.products>div.item>div.info>div.image>div.selected>svg{width:36px;height:36px;}}@media screen and (min-width:400px){.app-selector>div.body>div.products>div.item>div.info>div.image>div.selected>svg{width:24px;height:24px;}}.app-selector>div.body>div.products>div.item>div.info>div.image>div.count{border:1px solid #000;background-color:#fff;position:absolute;left:0;top:0;font-family:Roboto;text-align:center;user-select:none;}@media screen and (max-width:400px){.app-selector>div.body>div.products>div.item>div.info>div.image>div.count{width:36px;height:36px;font-size:32px;}}@media screen and (min-width:400px){.app-selector>div.body>div.products>div.item>div.info>div.image>div.count{width:24px;height:24px;font-size:20px;}}.app-selector>div.body>div.products>div.item>div.info>div.image>div.reduce{position:absolute;right:0;bottom:0;font-family:Arial;user-select:none;text-align:center;display:flex;flex-direction:row;align-items:center;border:1px solid #000;background-color:#fff;justify-content:center;}@media screen and (max-width:400px){.app-selector>div.body>div.products>div.item>div.info>div.image>div.reduce{width:36px;height:36px;font-size:36px;}}@media screen and (min-width:400px){.app-selector>div.body>div.products>div.item>div.info>div.image>div.reduce{width:24px;height:24px;font-size:24px;}}.app-selector>div.body>div.products>div.item>div.info>div.detail{display:flex;flex:0 0 auto;flex-direction:column;align-items:stretch;}.app-selector>div.body>div.products>div.item>div.info>div.detail>span.price{color:#f00;}.app-selector>div.body>div.products>div.item>div.info>div.detail>span.desc{color:#00f;}.app-selector>div.body>div.products>div.item>div.info>div.detail>div.vehicle{display:flex;align-items:center;flex-direction:row;}.app-selector>div.body>div.products>div.item>div.info>div.detail>div.vehicle>div.year{color:#444;font-weight:bold;}.app-selector>div.body>div.products>div.item>div.info>div.detail>div.vehicle>div.brand{color:#932;}.app-selector>div.body>div.products>div.item>div.info>div.detail>div.vehicle>div.model{color:#36f;}.app-selector>div.body>div.products>div.item>div.info>div.detail>div.vehicle>div.odo{color:#00f;}.app-selector>div.body>div.products>div.item>div.info>div.detail>div.dates{display:flex;flex-direction:row;}.app-selector>div.body>div.products>div.item>div.info>div.detail>div.dates>span.operator{flex:0 0 40px;color:#000;width:60px;}.app-selector>div.body>div.products>div.item>div.info>div.detail>div.dates>span.date{flex:1 1 auto;color:#00f;}.app-selector>div.body>div.products>div.item>div.detail{overflow-y:auto;display:flex;flex-direction:column;border:1px solid #aab;padding:2px;}@media screen and (max-width:400px){.app-selector>div.body>div.products>div.item>div.detail{flex:0 0 auto;}}@media screen and (min-width:400px){.app-selector>div.body>div.products>div.item>div.detail{flex:0 0 220px;align-self:stretch;max-height:255px;max-width:220px;}}.app-selector>div.body>div.products>div.item>div.detail>div.title{flex:0 0 auto;text-align:center;font-weight:bold;color:#47f;}.app-selector>div.body>div.products>div.item>div.detail>div.content{flex:0 0 auto;font-family:roboto;color:#444;word-wrap:break-word;}.app-selector>div.body>div.contacts>div.contact{display:flex;flex-direction:row;align-items:center;font-family:roboto;font-size:18px;}.app-selector>div.body>div.contacts>div.contact>img{flex:0 0 24px;width:24px;height:24px;}.app-selector>div.body>div.contacts>div.contact>a{flex:1 1 auto;}.app-selector>div.body>div.contacts>div.contact>a:hover{color:#ff6a00;}.app-selector>div.body>div.contacts>div.contact>a:active{color:#b24;}.app-selector>div.body>div.contacts>div.contact>div{flex:1 1 auto;cursor:pointer;color:#00f;text-decoration:underline;}.app-selector>div.body>div.contacts>div.contact>div:hover{color:#ff6a00;}.app-selector>div.body>div.contacts>div.contact>div:active{color:#b24;}.app-selector>div.opening-hours,.app-selector>div.body>div.opening-hours{display:flex;flex-direction:column;align-items:center;flex:0 0 auto;}.app-selector>div.opening-hours>table>tbody>tr.day-hours,.app-selector>div.body>div.opening-hours>table>tbody>tr.day-hours{font-family:roboto;font-size:18px;color:#444;}.app-selector>div.opening-hours>table>tbody>tr.day-hours.selected>td,.app-selector>div.body>div.opening-hours>table>tbody>tr.day-hours.selected>td{color:#f00;}.app-selector>div.opening-hours>table>tbody>tr.day-hours>.date,.app-selector>div.body>div.opening-hours>table>tbody>tr.day-hours>.date{flex:0 0 100px;}.app-selector>div.opening-hours>table>tbody>tr.day-hours>.weekday,.app-selector>div.body>div.opening-hours>table>tbody>tr.day-hours>.weekday{flex:0 0 100px;}.app-selector>div.opening-hours>table>tbody>tr.day-hours>.hours,.app-selector>div.body>div.opening-hours>table>tbody>tr.day-hours>.hours{display:flex;flex-direction:column;flex:0 0 120px;justify-content:center;}.app-selector>div.opening-hours>table>tbody>tr.day-hours>.closed,.app-selector>div.body>div.opening-hours>table>tbody>tr.day-hours>.closed{color:#f00;}.app-selector>div.opening-hours>table>tbody>tr.day-hours>td,.app-selector>div.body>div.opening-hours>table>tbody>tr.day-hours>td{padding-left:4px;padding-right:4px;}.app-selector>div.opening-hours>div.more,.app-selector>div.body>div.opening-hours>div.more{cursor:pointer;text-decoration:underline;color:#2af;}.app-selector>div.opening-hours>div.more:hover,.app-selector>div.body>div.opening-hours>div.more:hover{color:#f82;}.app-selector>div.opening-hours>div.more:active,.app-selector>div.body>div.opening-hours>div.more:active{color:#a40;}.app-selector>div.selector-list{display:flex;flex-direction:column;overflow-y:auto;}.app-selector>div.selector-list>div.shop{flex:0 0 auto;display:flex;flex-direction:column;}.app-selector>div.selector-list>div.shop>span{font-family:Roboto;font-size:20px;cursor:pointer;color:#444;}.app-selector>div.selector-list>div.shop>span:hover{color:#ff6a00;}.app-selector>div.selector-list>div.shop>span:active{color:#b24;}.app-selector>div.selector-list>div.shop>div{cursor:pointer;display:flex;flex-direction:row;flex-wrap:wrap;}.app-selector>div.selector-list>div.shop>div>div{flex:0 0 280px;display:flex;flex-direction:row;border:1px solid #cdf;overflow-x:hidden;}.app-selector>div.selector-list>div.shop>div>div>div.image{background-size:contain;background-repeat:no-repeat;background-position:center center;flex:0 0 80px;height:80px;}.app-selector>div.selector-list>div.shop>div>div>div{display:flex;flex-direction:column;}.app-selector>div.selector-list>div.shop>div>div>div>span.price{color:#f00;}.app-selector>div.selector-list>div.shop>div>div>div>span.desc{color:#000;}.app-selector>div.selector-list>div.shop>div>div>div>div.dates{display:flex;flex-direction:row;}.app-selector>div.selector-list>div.shop>div>div>div>div.dates>span.operator{flex:0 0 40px;color:#000;width:60px;}.app-selector>div.selector-list>div.shop>div>div>div>div.dates>span.date{flex:1 1 auto;color:#00f;}.app-selector>div.selector-list>div.shop>div>div>div>div.vehicle{display:flex;align-items:center;flex-direction:row;}.app-selector>div.selector-list>div.shop>div>div>div>div.vehicle>div.year{color:#444;font-weight:bold;}.app-selector>div.selector-list>div.shop>div>div>div>div.vehicle>div.brand{color:#932;}.app-selector>div.selector-list>div.shop>div>div>div>div.vehicle>div.model{color:#36f;}.app-selector>div.selector-list>div.shop>div>div>div>div.vehicle>div.odo{color:#00f;}.app-selector>div.selector-list>div.shop>div>div:hover{border:1px solid #f62;}.app-selector>div.selector-list>div.shop>div>div:active{border:1px solid #d48;}.app-selector>div.goe-list{display:flex;flex-direction:column;overflow-y:auto;}.app-selector>div.goe-list>div.marker{flex:0 0 auto;display:flex;flex-direction:column;}.app-selector>div.goe-list>div.marker>div.title{font-family:Roboto;font-size:20px;cursor:pointer;color:#444;}.app-selector>div.goe-list>div.marker>div.title:hover{color:#ff6a00;}.app-selector>div.goe-list>div.marker>div.title:active{color:#b24;}.app-selector>div.goe-list>div.marker>div.detail{cursor:pointer;display:flex;flex-direction:row;border:1px solid #cdf;}.app-selector>div.goe-list>div.marker>div.detail:hover{border:1px solid #f62;}.app-selector>div.goe-list>div.marker>div.detail:active{border:1px solid #d48;}.app-selector>div.goe-list>div.marker>div.detail>div.image{background-position:center center;background-size:contain;background-repeat:no-repeat;flex:0 0 80px;height:80px;}.app-selector>div.goe-list>div.marker>div.detail>div.holder{flex:1 1 auto;display:flex;flex-direction:column;align-items:stretch;}.app-selector>div.goe-list>div.marker>div.detail>div.holder>div.section{flex:1 1 auto;display:flex;flex-direction:column;}.app-selector>div.goe-list>div.marker>div.detail>div.holder>div.section>div.field{flex:1 1 auto;display:flex;flex-direction:row;align-items:center;}.app-selector>div.goe-list>div.marker>div.detail>div.holder>div.section>div.field.title{font-weight:bold;color:#26f;}.app-selector>div.goe-list>div.marker>div.detail>div.holder>div.section>div.field>span.number{font-family:Arial;font-size:20px;font-weight:bold;padding:0 3px 0 3px;color:#00f;}.app-selector>div.goe-list>div.marker>div.detail>div.holder>div.section>div.field>span.number.private{color:#f00;}.app-selector>div.goe-list>div.marker>div.detail>div.holder>div.section>div.field>img.unit{flex:0 0 20px;width:20px;height:20px;}.app-selector>div.section-title,.app-selector>div.body>div.section-title{flex:0 0 auto;text-align:center;font-size:24px;font-weight:bold;align-self:stretch;border-top:2px solid #884;}.app-selector>div.instructions,.app-selector>div.body>div.instructions{flex:0 0 auto;display:flex;flex-direction:column;align-self:stretch;align-items:center;}.app-selector>div.instructions>div.title,.app-selector>div.body>div.instructions>div.title{font-size:18px;font-family:Arial;color:#c55;}.app-selector>div.instructions>div.holder,.app-selector>div.body>div.instructions>div.holder{display:flex;flex-direction:column;align-items:stretch;}.app-selector>div.instructions>div.holder>.instruction,.app-selector>div.body>div.instructions>div.holder>.instruction{font-size:16px;font-family:Arial;color:#88f;}.app-selector>div.instructions>div.holder>.instruction>img,.app-selector>div.body>div.instructions>div.holder>.instruction>img{width:20px;height:20px;}.app-selector>div.contacts{flex:0 0 auto;display:flex;}@media screen and (max-width:400px){.app-selector>div.contacts{flex-direction:column;flex-wrap:nowrap;align-items:stretch;}}@media screen and (min-width:400px){.app-selector>div.contacts{flex-direction:row;flex-wrap:wrap;justify-content:center;}}.app-selector>div.agent{flex:0 0 auto;display:flex;flex-direction:column;}@media screen and (max-width:400px){.app-selector>div.agent{align-items:stretch;}}@media screen and (min-width:400px){.app-selector>div.agent{align-items:center;}}.app-selector>div.agent>div.card,.app-selector>div.contacts>div.card{flex:0 0 auto;display:flex;flex-direction:column;align-items:stretch;}@media screen and (max-width:400px){.app-selector>div.agent>div.card,.app-selector>div.contacts>div.card{border-top:1px solid #888;border-bottom:1px solid #888;padding:3px 0 3px 0;}}@media screen and (min-width:400px){.app-selector>div.agent>div.card,.app-selector>div.contacts>div.card{border:1px solid #888;border-radius:6px;padding:3px;width:400px;}}.app-selector>div.agent>div.card>div.name,.app-selector>div.contacts>div.card>div.name{flex:0 0 auto;font-family:Arial;font-size:20px;font-weight:bold;text-align:center;padding:0;background-color:#666;color:#fff;}@media screen and (min-width:400px){.app-selector>div.agent>div.card>div.name,.app-selector>div.contacts>div.card>div.name{border-radius:4px 4px 0 0;}}.app-selector>div.agent>div.card>div.detail,.app-selector>div.contacts>div.card>div.detail{flex:0 0 auto;display:flex;flex-direction:row;padding:0;justify-content:flex-start;}@media screen and (min-width:400px){.app-selector>div.agent>div.card>div.detail,.app-selector>div.contacts>div.card>div.detail{width:394px;}}.app-selector>div.agent>div.card>div.detail>div.fields,.app-selector>div.contacts>div.card>div.detail>div.fields{flex:1 1 auto;display:flex;flex-direction:column;align-items:flex-start;overflow-x:hidden;}@media screen and (min-width:400px){.app-selector>div.agent>div.card>div.detail>div.fields,.app-selector>div.contacts>div.card>div.detail>div.fields{max-width:234px;}}.app-selector>div.agent>div.card>div.detail>div.fields>div.item,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item{flex:0 0 auto;display:flex;flex-direction:row;align-items:center;}.app-selector>div.agent>div.card>div.detail>div.fields>div.item>img,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item>img{flex:0 0 24px;height:24px;}.app-selector>div.agent>div.card>div.detail>div.fields>div.item>div.link,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item>div.link{flex:1 1 auto;font-family:Arial;font-size:16px;font-weight:normal;overflow-x:hidden;}@media screen and (min-width:400px){.app-selector>div.agent>div.card>div.detail>div.fields>div.item>div.link>span,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item>div.link>span{max-width:210px;}}.app-selector>div.agent>div.card>div.detail>div.fields>div.item>div.link>span:hover,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item>div.link>span:hover{color:#f82;}.app-selector>div.agent>div.card>div.detail>div.fields>div.item>div.link>a,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item>div.link>a{text-decoration:underline;color:#29f;cursor:pointer;}@media screen and (min-width:400px){.app-selector>div.agent>div.card>div.detail>div.fields>div.item>div.link>a,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item>div.link>a{max-width:210px;}}.app-selector>div.agent>div.card>div.detail>div.fields>div.item>div.link>a:hover,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item>div.link>a:hover{color:#f82;}.app-selector>div.agent>div.card>div.detail>div.fields>div.item>div.link>a:active,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item>div.link>a:active{color:#b51;}.app-selector>div.agent>div.card>div.detail>div.fields>div.item>a,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item>a{flex:1 1 auto;font-family:Arial;font-size:16px;font-weight:normal;text-decoration:underline;color:#29f;cursor:pointer;}@media screen and (min-width:400px){.app-selector>div.agent>div.card>div.detail>div.fields>div.item>a,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item>a{max-width:210px;}}.app-selector>div.agent>div.card>div.detail>div.fields>div.item>a:hover,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item>a:hover{color:#f82;}.app-selector>div.agent>div.card>div.detail>div.fields>div.item>a:active,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item>a:active{color:#b51;}.app-selector>div.agent>div.card>div.detail>div.fields>div.item>div.sms,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item>div.sms{flex:0 0 24px;flex:1 1 auto;font-family:Arial;font-size:16px;font-weight:normal;cursor:pointer;color:#29f;cursor:pointer;text-decoration:underline;}@media screen and (min-width:400px){.app-selector>div.agent>div.card>div.detail>div.fields>div.item>div.sms,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item>div.sms{max-width:210px;}}.app-selector>div.agent>div.card>div.detail>div.fields>div.item>div.sms:hover,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item>div.sms:hover{color:#f82;}.app-selector>div.agent>div.card>div.detail>div.fields>div.item>div.sms:active,.app-selector>div.contacts>div.card>div.detail>div.fields>div.item>div.sms:active{color:#b51;}.app-selector>div.agent>div.card>div.detail>div.image,.app-selector>div.contacts>div.card>div.detail>div.image{flex:0 0 160px;height:160px;display:flex;flex-direction:column;align-items:center;background-size:contain;background-repeat:no-repeat;background-position:center center;}.app-selector>div.rental-room{flex:0 0 auto;display:flex;flex-direction:column;align-items:stretch;}.app-selector>div.rental-fees{flex:0 0 auto;display:flex;flex-direction:column;align-items:stretch;}@media screen and (max-width:400px){.app-selector>div.rental-fees{align-self:stretch;}}@media screen and (min-width:400px){.app-selector>div.rental-fees{width:400px;align-self:center;}}.app-selector>div.rental-fees>div.fee{flex:0 0 auto;display:flex;}@media screen and (max-width:400px){.app-selector>div.rental-fees>div.fee{flex-direction:column;align-items:stretch;}}@media screen and (min-width:400px){.app-selector>div.rental-fees>div.fee{width:400px;flex-direction:row;}}.app-selector>div.rental-fees>div.fee>div.name{background-color:#eee;color:#620;text-align:center;}@media screen and (max-width:400px){.app-selector>div.rental-fees>div.fee>div.name{flex:0 0 auto;}}@media screen and (min-width:400px){.app-selector>div.rental-fees>div.fee>div.name{flex:0 0 100px;}}.app-selector>div.rental-fees>div.fee>div.value{text-align:center;text-wrap:none;}@media screen and (max-width:400px){.app-selector>div.rental-fees>div.fee>div.value{flex:0 0 auto;}}@media screen and (min-width:400px){.app-selector>div.rental-fees>div.fee>div.value{flex:0 0 300px;}}.app-selector>div.rental-property{flex:0 0 auto;display:flex;flex-direction:column;}.app-selector>div.building{flex:0 0 auto;display:flex;flex-direction:column;}.app-selector>div.building>div.floors{flex:0 0 auto;display:flex;align-self:stretch;display:flex;flex-direction:column;align-items:stretch;}.app-selector>div.building>div.floors>div.title{background-color:#fec;color:#000;font-family:Arial;font-size:20px;text-align:center;}.app-selector>div.building>div.floors>div.floor>div.title{background-color:#cef;color:#000;font-family:Arial;font-size:20px;text-align:center;}.app-selector>div.building>div.floors>div.floor>div.rooms{flex:0 0 auto;display:flex;}@media screen and (max-width:500px){.app-selector>div.building>div.floors>div.floor>div.rooms{flex-direction:column;align-items:stretch;}}@media screen and (min-width:500px){.app-selector>div.building>div.floors>div.floor>div.rooms{flex-direction:row;align-items:stretch;justify-content:center;flex-wrap:wrap;}}.app-selector>div.building>div.floors>div.floor>div.rooms>div.room{flex:0 0 auto;display:flex;flex-direction:column;}.app-selector>div.building>div.floors>div.floor>div.rooms>div.room>div.type{flex:0 0 auto;text-align:center;background-color:#cfb;color:#000;font-family:Arial;font-size:18px;text-align:center;}.app-selector>div.building>div.floors>div.floor>div.rooms>div.room>div.field{flex:0 0 auto;display:flex;}@media screen and (max-width:500px){.app-selector>div.building>div.floors>div.floor>div.rooms>div.room>div.field{flex-direction:column;align-items:stretch;}}@media screen and (min-width:500px){.app-selector>div.building>div.floors>div.floor>div.rooms>div.room>div.field{flex-direction:row;width:500px;}}.app-selector>div.building>div.floors>div.floor>div.rooms>div.room>div.field>div.name{background-color:#eee;color:#620;text-align:center;}@media screen and (max-width:500px){.app-selector>div.building>div.floors>div.floor>div.rooms>div.room>div.field>div.name{flex:0 0 auto;}}@media screen and (min-width:500px){.app-selector>div.building>div.floors>div.floor>div.rooms>div.room>div.field>div.name{flex:0 0 120px;}}.app-selector>div.building>div.floors>div.floor>div.rooms>div.room>div.field>div.value{text-align:center;text-wrap:none;}@media screen and (max-width:500px){.app-selector>div.building>div.floors>div.floor>div.rooms>div.room>div.field>div.value{flex:0 0 auto;}}@media screen and (min-width:500px){.app-selector>div.building>div.floors>div.floor>div.rooms>div.room>div.field>div.value{flex:0 0 380px;}}.app-selector>div.price-terms{flex:0 0 auto;display:flex;}@media screen and (max-width:500px){.app-selector>div.price-terms{flex-direction:column;align-items:stretch;}}@media screen and (min-width:500px){.app-selector>div.price-terms{flex-direction:row;align-items:stretch;justify-content:center;flex-wrap:wrap;}}.app-selector>div.price-terms>div.term{flex:0 0 auto;display:flex;flex-direction:column;}.app-selector>div.price-terms>div.term>div.range{flex:0 0 auto;text-align:center;background-color:#cfb;color:#000;font-family:Arial;font-size:18px;text-align:center;}.app-selector>div.price-terms>div.term>div.field{flex:0 0 auto;display:flex;}@media screen and (max-width:500px){.app-selector>div.price-terms>div.term>div.field{flex-direction:column;align-items:stretch;}}@media screen and (min-width:500px){.app-selector>div.price-terms>div.term>div.field{flex-direction:row;width:500px;}}.app-selector>div.price-terms>div.term>div.field>div.name{background-color:#eee;color:#620;text-align:center;}@media screen and (max-width:500px){.app-selector>div.price-terms>div.term>div.field>div.name{flex:0 0 auto;}}@media screen and (min-width:500px){.app-selector>div.price-terms>div.term>div.field>div.name{flex:0 0 120px;}}.app-selector>div.price-terms>div.term>div.field>div.value{text-align:center;text-wrap:none;}@media screen and (max-width:500px){.app-selector>div.price-terms>div.term>div.field>div.value{flex:0 0 auto;}}@media screen and (min-width:500px){.app-selector>div.price-terms>div.term>div.field>div.value{flex:0 0 380px;}}.app-selector>div.facilities,.app-selector>div.rental-room>div.facilities,.app-selector>div.rental-property>div.facilities,.app-selector>div.building>div.facilities{flex:0 0 auto;display:flex;}@media screen and (max-width:400px){.app-selector>div.facilities,.app-selector>div.rental-room>div.facilities,.app-selector>div.rental-property>div.facilities,.app-selector>div.building>div.facilities{flex-direction:column;align-items:stretch;align-self:stretch;}}@media screen and (max-width:800px) and (min-width:400px){.app-selector>div.facilities,.app-selector>div.rental-room>div.facilities,.app-selector>div.rental-property>div.facilities,.app-selector>div.building>div.facilities{flex-direction:column;align-self:center;width:400px;}}@media screen and (min-width:800px){.app-selector>div.facilities,.app-selector>div.rental-room>div.facilities,.app-selector>div.rental-property>div.facilities,.app-selector>div.building>div.facilities{flex-direction:row;justify-content:center;align-self:center;flex-wrap:wrap;width:800px;}}.app-selector>div.facilities>div.facility,.app-selector>div.rental-room>div.facilities>div.facility,.app-selector>div.rental-property>div.facilities>div.facility,.app-selector>div.building>div.facilities>div.facility{display:flex;}@media screen and (max-width:400px){.app-selector>div.facilities>div.facility,.app-selector>div.rental-room>div.facilities>div.facility,.app-selector>div.rental-property>div.facilities>div.facility,.app-selector>div.building>div.facilities>div.facility{flex:0 0 auto;flex-direction:column;align-items:stretch;}}@media screen and (max-width:800px) and (min-width:400px){.app-selector>div.facilities>div.facility,.app-selector>div.rental-room>div.facilities>div.facility,.app-selector>div.rental-property>div.facilities>div.facility,.app-selector>div.building>div.facilities>div.facility{flex:0 0 auto;flex-direction:row;}}@media screen and (min-width:800px){.app-selector>div.facilities>div.facility,.app-selector>div.rental-room>div.facilities>div.facility,.app-selector>div.rental-property>div.facilities>div.facility,.app-selector>div.building>div.facilities>div.facility{flex:0 0 400px;flex-direction:row;}}.app-selector>div.facilities>div.facility>div.name,.app-selector>div.rental-room>div.facilities>div.facility>div.name,.app-selector>div.rental-property>div.facilities>div.facility>div.name,.app-selector>div.building>div.facilities>div.facility>div.name{background-color:#eee;color:#620;text-align:center;}@media screen and (max-width:400px){.app-selector>div.facilities>div.facility>div.name,.app-selector>div.rental-room>div.facilities>div.facility>div.name,.app-selector>div.rental-property>div.facilities>div.facility>div.name,.app-selector>div.building>div.facilities>div.facility>div.name{flex:0 0 auto;}}@media screen and (min-width:400px){.app-selector>div.facilities>div.facility>div.name,.app-selector>div.rental-room>div.facilities>div.facility>div.name,.app-selector>div.rental-property>div.facilities>div.facility>div.name,.app-selector>div.building>div.facilities>div.facility>div.name{flex:0 0 100px;}}.app-selector>div.facilities>div.facility>div.value,.app-selector>div.rental-room>div.facilities>div.facility>div.value,.app-selector>div.rental-property>div.facilities>div.facility>div.value,.app-selector>div.building>div.facilities>div.facility>div.value{text-align:center;text-wrap:none;}@media screen and (max-width:400px){.app-selector>div.facilities>div.facility>div.value,.app-selector>div.rental-room>div.facilities>div.facility>div.value,.app-selector>div.rental-property>div.facilities>div.facility>div.value,.app-selector>div.building>div.facilities>div.facility>div.value{flex:0 0 auto;}}@media screen and (min-width:400px){.app-selector>div.facilities>div.facility>div.value,.app-selector>div.rental-room>div.facilities>div.facility>div.value,.app-selector>div.rental-property>div.facilities>div.facility>div.value,.app-selector>div.building>div.facilities>div.facility>div.value{flex:0 0 300px;}}.app-selector>div.facility-row,.app-selector>div.rental-room>div.facility-row,.app-selector>div.rental-property>div.facility-row,.app-selector>div.building>div.facility-row{flex:0 0 auto;display:flex;}@media screen and (max-width:400px){.app-selector>div.facility-row,.app-selector>div.rental-room>div.facility-row,.app-selector>div.rental-property>div.facility-row,.app-selector>div.building>div.facility-row{flex-direction:column;align-items:stretch;}}@media screen and (min-width:400px){.app-selector>div.facility-row,.app-selector>div.rental-room>div.facility-row,.app-selector>div.rental-property>div.facility-row,.app-selector>div.building>div.facility-row{flex-direction:row;justify-content:center;}}.app-selector>div.facility-row>div.name,.app-selector>div.rental-room>div.facility-row>div.name,.app-selector>div.rental-property>div.facility-row>div.name,.app-selector>div.building>div.facility-row>div.name{background-color:#eee;color:#620;text-align:center;}@media screen and (max-width:400px){.app-selector>div.facility-row>div.name,.app-selector>div.rental-room>div.facility-row>div.name,.app-selector>div.rental-property>div.facility-row>div.name,.app-selector>div.building>div.facility-row>div.name{flex:0 0 auto;}}@media screen and (min-width:400px){.app-selector>div.facility-row>div.name,.app-selector>div.rental-room>div.facility-row>div.name,.app-selector>div.rental-property>div.facility-row>div.name,.app-selector>div.building>div.facility-row>div.name{flex:0 0 100px;}}.app-selector>div.facility-row>div.value,.app-selector>div.rental-room>div.facility-row>div.value,.app-selector>div.rental-property>div.facility-row>div.value,.app-selector>div.building>div.facility-row>div.value{text-align:center;text-wrap:normal;}@media screen and (max-width:400px){.app-selector>div.facility-row>div.value,.app-selector>div.rental-room>div.facility-row>div.value,.app-selector>div.rental-property>div.facility-row>div.value,.app-selector>div.building>div.facility-row>div.value{flex:0 0 auto;}}@media screen and (min-width:400px){.app-selector>div.facility-row>div.value,.app-selector>div.rental-room>div.facility-row>div.value,.app-selector>div.rental-property>div.facility-row>div.value,.app-selector>div.building>div.facility-row>div.value{flex:0 0 300px;}}.app-selector>div.selector-images{flex:0 0 auto;display:flex;flex-direction:row;overflow-x:auto;}.app-selector>div.selector-images>div.image{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;background-size:contain;background-repeat:no-repeat;background-position:center center;}@media screen and (max-width:300px){.app-selector>div.selector-images>div.image{flex:0 0 100px;height:100px;}}@media screen and (min-width:300px) and (max-width:600px){.app-selector>div.selector-images>div.image{flex:0 0 120px;height:120px;}}@media screen and (min-width:600px) and (max-width:900px){.app-selector>div.selector-images>div.image{flex:0 0 150px;height:150px;}}@media screen and (min-width:900px) and (max-width:1280px){.app-selector>div.selector-images>div.image{flex:0 0 180px;height:180px;}}@media screen and (min-width:1280px){.app-selector>div.selector-images>div.image{flex:0 0 200px;height:200px;}}.app-img-btn{width:64px;height:64px;background-color:#fff;}.app-img-btn>img{height:64px;}.btn-border{user-select:none;cursor:pointer;border:1px solid #aaa;}.btn-border:hover{border:1px solid #ff6a00;}.btn-border:active{border:1px solid #b200dd;}.app-title-btn{color:#4169e1;cursor:pointer;}.app-title-btn:hover{color:#9370d8;}.app-title-btn:active{color:#696969;}.app-border-btn{border:1px solid #fff;}.app-border-btn:hover{border:1px solid #ffa500;}.app-border-btn:active{border:1px solid #c71585;}div.infowindow-shop>span.title{font-size:12px;font-family:roboto;font-weight:bold;}div.infowindow-shop>span.title:hover{font-size:12px;font-family:roboto;cursor:pointer;}div.infowindow-shop>span.hours{font-size:12px;font-family:roboto;}div.infowindow-shop>div.img-list{display:flex;flex-direction:row;overflow-x:auto;}div.infowindow-shop>div.img-list>div.list-item{user-select:none;cursor:pointer;flex:0 0 auto;display:flex;flex:0 0 70px;flex-direction:column;overflow-x:hidden;}div.infowindow-shop>div.img-list>div.list-item>div.item-image{background-size:contain;background-repeat:no-repeat;background-position:center center;height:70px;width:70px;flex:0 0 70px;}div.infowindow-shop>div.img-list>div.list-item>img.item-image{height:70px;max-height:70px;width:expression("this.width > 70 ? 70: true");}div.infowindow-shop>div.img-list>div.list-item>span.item-price{color:#f00;font-family:roboto;font-weight:bold;font-size:8px;}div.infowindow-shop>div.img-list>div.list-item>span.item-des{color:#000;font-family:roboto;font-weight:normal;font-size:8px;}div.infowindow-rental>div>span.title{font-size:18px;font-family:roboto;font-weight:bold;}div.infowindow-rental>div>span.title:hover{font-size:18px;font-family:roboto;cursor:pointer;}div.infowindow-rental>div>span.price{font-size:16px;font-family:roboto;color:#f00;}div.infowindow-rental>div>span.available{font-size:16px;font-family:roboto;color:#2af;}div.infowindow-rental>div.img-list{display:flex;flex-direction:row;overflow-x:auto;}div.infowindow-rental>div.img-list>div.list-item{user-select:none;cursor:pointer;flex:0 0 auto;display:flex;flex:0 0 100px;flex-direction:column;overflow-x:hidden;}div.infowindow-rental>div.img-list>div.list-item>div.item-image{background-size:contain;background-repeat:no-repeat;background-position:center center;height:100px;width:100px;flex:0 0 100px;}div.infowindow-rental>div.img-list>div.list-item>img.item-image{height:100px;max-height:100px;width:expression("this.width > 100 ? 100: true");}div.infowindow-rental>div.field{flex:1 1 auto;display:flex;flex-direction:row;align-items:center;}div.infowindow-rental>div.field>span.number{font-family:Arial;font-size:20px;font-weight:bold;padding:0 3px 0 3px;color:#00f;}div.infowindow-rental>div.field>span.number.private{color:#f00;}div.infowindow-rental>div.field>img.unit{flex:0 0 20px;width:20px;height:20px;}div.sms-body{width:100%;height:100%;position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;}div.sms-body.hidden{display:none;}div.sms-body>div.body{flex:0 0 auto;display:flex;flex-direction:column;align-items:stretch;border:1px solid #aaa;background-color:#fff;padding:5px;}@media screen and (max-width:400px){div.sms-body>div.body{width:100%;}}@media screen and (min-width:400px) and (max-width:600px){div.sms-body>div.body{width:400px;}}@media screen and (min-width:600px) and (max-width:800px){div.sms-body>div.body{width:500px;}}@media screen and (min-width:800px){div.sms-body>div.body{width:600px;}}div.sms-body>div.body>div.title{font-family:Arial;font-weight:bold;font-size:24px;text-align:center;}div.sms-body>div.body>textarea{flex:0 0 80px;font-family:Arial;font-size:18px;color:#00f;}div.sms-body>div.body>div.description{font-family:Arial;font-size:18px;color:#888;}div.sms-body>div.body>a.btn-sms{border:1px solid #4af;border-radius:6px;padding:4px;font-family:Arial;font-size:24px;background-color:#fff;text-align:center;text-decoration:none;color:#00f;}div.sms-body>div.body>a.btn-sms:hover{background-color:#fda;}div.sms-body>div.body>a.btn-sms:active{background-color:#fb8;}div.image-gallery-frame,div.sms-frame{opacity:.7;background-color:#000;width:100%;height:100%;position:absolute;}div.image-gallery{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;align-items:stretch;}div.image-gallery>svg[btn-close]{position:absolute;right:0;top:0;}div.image-gallery>div.image{flex:1 1 auto;background-size:contain;background-repeat:no-repeat;background-position:center center;cursor:pointer;}@media screen and (min-width:300px) and (max-width:600px){div.image-gallery>div.image{margin:10px;}}@media screen and (min-width:600px){div.image-gallery>div.image{margin:15px;}}div.image-gallery>div.image-list{display:flex;flex-direction:row;overflow-x:auto;}@media screen and (max-width:300px){div.image-gallery>div.image-list{flex:0 0 102px;}}@media screen and (min-width:300px) and (max-width:600px){div.image-gallery>div.image-list{flex:0 0 122px;}}@media screen and (min-width:600px) and (max-width:900px){div.image-gallery>div.image-list{flex:0 0 152px;}}@media screen and (min-width:900px) and (max-width:1280px){div.image-gallery>div.image-list{flex:0 0 182px;}}@media screen and (min-width:1280px){div.image-gallery>div.image-list{flex:0 0 202px;}}div.image-gallery>div.image-list>div.image{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;border:1px solid #9cf;background-size:contain;background-repeat:no-repeat;background-position:center center;user-select:none;}div.image-gallery>div.image-list>div.image.selected{border:1px solid #f99;}@media screen and (max-width:300px){div.image-gallery>div.image-list>div.image{flex:0 0 102px;}}@media screen and (min-width:300px) and (max-width:600px){div.image-gallery>div.image-list>div.image{flex:0 0 122px;}}@media screen and (min-width:600px) and (max-width:900px){div.image-gallery>div.image-list>div.image{flex:0 0 152px;}}@media screen and (min-width:900px) and (max-width:1280px){div.image-gallery>div.image-list>div.image{flex:0 0 182px;}}@media screen and (min-width:1280px){div.image-gallery>div.image-list>div.image{flex:0 0 202px;}}div.DevelopmentAlert{opacity:.4;background-color:#666;width:100%;height:100%;position:fixed;left:0;top:0;display:flex;}div.DevelopmentAlertFrame{width:100%;height:100%;position:fixed;left:0;top:0;display:flex;flex-direction:column;justify-content:center;align-items:center;}div.DevelopmentAlertFrame>div.AlertMessage{flex:0 0 auto;height:66%;background-color:#f8f8f8;border-radius:8px;border:1px solid #444;display:flex;flex-direction:column;}@media screen and (max-width:600px){div.DevelopmentAlertFrame>div.AlertMessage{width:100%;}}@media screen and (min-width:600px) and (max-width:900px){div.DevelopmentAlertFrame>div.AlertMessage{width:600px;}}@media screen and (min-width:900px) and (max-width:1200px){div.DevelopmentAlertFrame>div.AlertMessage{width:800px;}}@media screen and (min-width:1200px){div.DevelopmentAlertFrame>div.AlertMessage{width:66%;}}div.DevelopmentAlertFrame>div.AlertMessage>div.AlertTitle{flex:0 0 auto;display:flex;flex-direction:row;align-items:flex-end;background-color:#aaa;}div.DevelopmentAlertFrame>div.AlertMessage>div.AlertTitle>div.title{flex:0 0 auto;font-family:Arial;font-size:32px;font-weight:bold;color:#fff;padding:0 0 0 6px;user-select:none;text-wrap:normal;}div.DevelopmentAlertFrame>div.AlertMessage>div.AlertTitle>div.spaceholder{flex:1 1 auto;}div.DevelopmentAlertFrame>div.AlertMessage>div.AlertTitle>svg[btn-close]{flex:0 0 36px;}div.DevelopmentAlertFrame>div.AlertMessage>div.AlterContent{flex:1 1 auto;display:flex;flex-direction:column;overflow-y:auto;}div.DevelopmentAlertFrame>div.AlertMessage>div.AlterContent>div.content{display:flex;flex-direction:column;flex:1 1 auto;font-family:Arial;font-size:20px;font-weight:normal;color:#66d;padding:6px;}div.DevelopmentAlertFrame>div.AlertMessage>div.AlterContent>div.content>div.reason{flex:0 0 auto;font-size:18px;color:#444;}div.DevelopmentAlertFrame>div.AlertMessage>div.AlterContent>div.content>div.label{font-size:24px;text-align:center;color:#66e;}div.DevelopmentAlertFrame>div.AlertMessage>div.AlterContent>div.content>div.instruction{font-size:24px;text-align:left;color:#66e;}div.DevelopmentAlertFrame>div.AlertMessage>div.AlterContent>div.content>div.status{font-size:24px;text-align:center;color:#4a4;}div.DevelopmentAlertFrame>div.AlertMessage>div.AlterContent>div.content>input[type="text"]{flex:0 0 auto;font:24px Arial;color:#00f;text-align:center;}div.DevelopmentAlertFrame>div.AlertMessage>div.AlterContent>div.content>div.citylist{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;}div.DevelopmentAlertFrame>div.AlertMessage>div.AlterContent>div.content>div.citylist>div.city{text-decoration:underline;color:#4af;cursor:pointer;margin:0 4px;}div.DevelopmentAlertFrame>div.AlertMessage>div.AlterContent>div.content>div.citylist>div.city:hover{color:#f92;}div.DevelopmentAlertFrame>div.AlertMessage>div.AlterContent>div.content>div.citylist>div.city:active{color:#c41;}div.rental-query,div.realestate-query{opacity:1;border:1px solid #8cf;border-radius:6px;padding:3px;background-color:#fff;margin:80px 2px 0 2px;font:22px Arial;position:absolute;display:flex;flex-direction:column;overflow-y:auto;}div.rental-query>div.select,div.realestate-query>div.select{flex:0 0 auto;display:flex;}@media screen and (max-width:400px){div.rental-query>div.select,div.realestate-query>div.select{flex-direction:column;align-items:stretch;}}@media screen and (min-width:400px){div.rental-query>div.select,div.realestate-query>div.select{flex-direction:row;align-items:center;}}div.rental-query>div.select>span,div.realestate-query>div.select>span{text-align:center;}@media screen and (min-width:400px){div.rental-query>div.select>span,div.realestate-query>div.select>span{flex:0 0 120px;}}div.rental-query>div.select>select,div.realestate-query>div.select>select{flex:1 1 auto;font:22px Arial;color:#00f;min-width:0;max-width:100%;}div.rental-query>div.select>select>option,div.realestate-query>div.select>select>option{font:22px Arial;}div.rental-query>div.range,div.rental-query>div>div.range,div.realestate-query>div.range,div.realestate-query>div>div.range{flex:0 0 auto;display:flex;}@media screen and (max-width:400px){div.rental-query>div.range,div.rental-query>div>div.range,div.realestate-query>div.range,div.realestate-query>div>div.range{flex-direction:column;align-items:stretch;}}@media screen and (min-width:400px){div.rental-query>div.range,div.rental-query>div>div.range,div.realestate-query>div.range,div.realestate-query>div>div.range{flex-direction:row;align-items:center;}}div.rental-query>div.range>span,div.rental-query>div>div.range>span,div.realestate-query>div.range>span,div.realestate-query>div>div.range>span{text-align:center;}@media screen and (min-width:400px){div.rental-query>div.range>span,div.rental-query>div>div.range>span,div.realestate-query>div.range>span,div.realestate-query>div>div.range>span{flex:0 0 120px;}}div.rental-query>div.range>div.values,div.rental-query>div>div.range>div.values,div.realestate-query>div.range>div.values,div.realestate-query>div>div.range>div.values{display:flex;flex-direction:row;}@media screen and (max-width:400px){div.rental-query>div.range>div.values,div.rental-query>div>div.range>div.values,div.realestate-query>div.range>div.values,div.realestate-query>div>div.range>div.values{flex:0 0 auto;}}@media screen and (min-width:400px){div.rental-query>div.range>div.values,div.rental-query>div>div.range>div.values,div.realestate-query>div.range>div.values,div.realestate-query>div>div.range>div.values{flex:1 1 auto;}}div.rental-query>div.range>div.values>div.half,div.rental-query>div>div.range>div.values>div.half,div.realestate-query>div.range>div.values>div.half,div.realestate-query>div>div.range>div.values>div.half{flex:0 0 50%;display:flex;flex-direction:row;justify-content:center;}div.btn-number{border:1px solid #48c;background-color:#fff;font:bold 22px Arial;user-select:none;cursor:pointer;text-align:center;color:#ff4500;}div.btn-number>span{user-select:none;}div.btn-number:hover{background-color:#fda;}div.btn-number:active{background-color:#fa6;}div[spanbox]{border:1px solid #000;background-color:#f8f8f8;text-align:center;}div[spanbox]>span[contenteditable]{color:#00f;}div[spanbox]:hover{background-color:#fff;border:1px solid #b22;}div[spanbox]:active{background-color:#fff;border:1px solid #822;}div[spanbox]:focus{background-color:#fff;}div[spanbox].focus{background-color:#fff;border:1px solid #2bf;}div[checkbox]{display:flex;flex-direction:row;align-items:center;height:30px;cursor:pointer;color:#000;}div[checkbox]:hover{color:#22f;}div[checkbox]:active{color:#822;}
