/* index */
.building-list-index{
    width: 100%;
    height: 100%;
    position: relative;
}
.building-list-index-content{
    width: 100%;
    height: 100%;
    padding-top: 50px;
}
.building-list-index-title{
    width: 100%;
    height: 50px;
    position: absolute; top: 0; left: 0;
    background-color: white;
}

.building-list-index-title table{
    margin: 0;
    height: 100%;
}
.building-list-index-title tr td{
    height: 100%;
    vertical-align: middle;
    padding: 0;
}

.building-list-index-title tr td .btn{
    border: none;
    width: 100%;
    height: 100%;
    background: none;
    padding: 0;
}

.building-list-index-title .title-icon{
    width: 50px;
    text-align: center;
}

.building-list-index-title .title-icon .font-icon{
    font-size: 2.5rem;
}

.building-list-index-title .title-name .name{
    font-size: 2rem;
}


/* list. */
.building-list{
    width: 100%;
    height: 100%;
}

/* object */
.building-list-object{
    padding-top:10px; padding-bottom:10px; border-bottom: 1px solid #cccccc;
}

.building-list-object table tr td{
    border: none; vertical-align:middle;
}

.building-list-object .btn{
    border: none;
}

.building-list-object .font-icon-disable{
    color: grey;
}