#floorPlanContainer {
    /* -webkit-box-shadow: inset 0 0 25px -3px #000;*/
    position: relative;
    z-index: 1;
    left: 300px;
    width: calc(100% - 300px);
    height: 100%;
    overflow: auto;
    float: left;
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width:640px){
/*    .imgLogo{
        margin:auto;
        width:210px;
        height:35px; 
    }*/
    .imgLogo {
    float: left;
    height: 50px;
    width: auto;
    margin-left: 6px;
    margin-top: -55px;
    margin-bottom: -7px;
    margin-right: 6px;
}
    .form-control{
        margin:auto;
        width:200px;
        height:30px;
    }
    .navbar-toggle{
        /* display: none; */
        visibility: hidden;
    }

    #help{
        display: none;
    }
    .result_img{
        width: 20%;
    }
    #searchResult{
        width: 85%;
    }
    #popover_filters{
        display: none;
    }
    #popover_filters > p{
        display: none;
    }
    #popover_filters > img{
        display: none;

    }
    .form-control{
        width: 350px;
    }
    .col-xs-6{
        width: 100%;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
        max-width: 400px;
    }
    
    #wallpaperImg{
        max-width: 300px;
    }

}

@media (max-width:1024px) and (min-width:640px){
.has-feedback .form-control {
    padding-right: 138.5px;
}
    #popover_filters{
        display: none;
    }
    #popover_filters > p{
        display: none;
    }
    #popover_filters > img{
        display: none;

    }
}
@media (max-width:1024px){
.has-feedback .form-control {
    padding-right: 235.5px;
}
    #popover_filters{
        display: none;
    }
    #popover_filters > p{
        display: none;
    }
    #popover_filters > img{
        display: none;

    }
}



.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 60px;
    height: 60px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 30px;
}
.btn-circle.btn-lg > label{
    width: 100%;
    font-size: 10px;
    position: relative;
    display: table;
    top: 3px;
    margin: 0 auto;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

#floorplan-content{
    position: absolute;
    display: none;
}

#isometric-content{
    text-align: center;
    height: inherit;
    background: aliceblue;
    background-color: #ffffff;
    overflow: scroll;
}

#floorplan{
    background: #e8f2fa;
}