#FlatInfomain{
    width: 230px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.30);
    border-radius: 12px;
    z-index: 999;
    cursor: auto;
}
.FlatInfoTitle{
    background: #FFFFFF;
    width:230px;
    height:21px;
}
.FlatInfoName{
    /* background: #FFFFFF; */
    height: 40px;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    background: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.20);
    border-radius: 12px 12px 0 0;
}
.FlatInfoNametext{
    /*font-weight:700;*/
    font-size: 12px;
    letter-spacing: 0.48px;
    /* width: 115px; */
    /* color: rgba(0,0,0,0.38); */
    letter-spacing: 0.41px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: grid;
    justify-content: center;
    overflow: hidden;
}
.FlatInfosummary{
    background: #FFFFFF;
    height: 56px;
    justify-items: center;
    display: grid;
    width: 230px;
    grid-auto-flow: column;
}
.FlatInfosummaryRow  {
    height:56px;
    width:75px;
    float: left;
}
.FlatInfoSummaryname{
    /*font-weight:600;*/
    font-size: 11px;
    color: rgba(0,0,0,0.35);
    letter-spacing: 0.44px;
    text-align: center;
    /*padding-top: 0px;*/
    height:21px;
}
.FlatInfoname{
    /*font-weight:600;*/
    font-size: 11px;
    color: rgba(0,0,0,0.35);
    letter-spacing: 0.44px;
    text-align: center;
    margin-top: -6px;

    /*padding-top: 0px;*/
    /*height:15px;*/
}
.FlatInfoBlockone{
    height:76px;
    width:230px;
    float: left;
    display: block;
    background: #FFFFFF;
}


.FlatInfonumber{
    font-family: 'Nunito Sans', sans-serif;
    font-weight:600;
    font-size: 15px;
    color:  #81C784;
    letter-spacing: 0.8px;
    text-align: center;
    padding-top: 3px;
    height: 23px;
}
.FlatInfoBlock{
    height:76px;
    width:114px;
    float: left;
    display: block;
    background: #FFFFFF;
}
.FlatInfotitle{
    font-family: 'Nunito Sans', sans-serif;
    font-weight:600;
    font-size: 12px;
    /*color: rgba(0,0,0,0.87);*/
    color: rgba(0,0,0,0.54);
    letter-spacing: 0.41px;
    text-align: center;
    padding-top: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*height: 16px;*/
}
#FlatInfolast{
    cursor: pointer;
    display: block;
    width:230px;
    height:30px;
    background-color:#F44A77;
    font-family: 'Nunito Sans', sans-serif;
    /*font-weight:600;*/
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.44px;
    text-align: center;
    padding-top: 3px;
    margin-top: -6px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.20);
    border-radius: 0px 0px 12px 12px;
}
#FlatInfoflatList{
    display: inline-block;
}


#FlatInfoflatList{
    display: inline-block;
    max-height: 154px;
    overflow-y: scroll;

}
#FlatInfoflatList::-webkit-scrollbar {
    width: 0px;
    background-color: #000000;
}
#closeFlatInfo{
    background: url("../images/icons/magiktour/Pill-close.svg");
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    justify-self: end;
}