/*-------land-------- */
.tf-map-land {
    position: absolute;
    text-align: center;
    cursor: pointer;
}

.tf-land-icon-new {
    top: 0;
    left: 0;
}

.tf-map-land-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.tf-map-land-icon-publish {
    position: absolute;
    margin-left: 50%;
    left: -32px;
    /*margin-top: 50%;*/
    bottom: 0;
}

.tf-land-access-focus {
    position: absolute;
    top: -100px;
    font-size: 80px;
    z-index: 99999999;
    margin: 0 auto;
}

.tf-land-view-red {
    border: dashed red 2px;
}

.tf-land-view-white {
    outline: 3px dashed red;
    border: dotted yellow 2px;
}

/*------------ ---------- transaction ------------ ---------- */
.tf-land-transaction-status {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    top: 0;
    left: 0;
    z-index: 10;
}

.tf-map-land-transaction-price {
    position: absolute;
    width: 100%;
}

/*------------ ---------- menu ------------ ---------- */
/*menu*/
.tf-land-menu-wrap {
    position: absolute;
    width: 200px;
    height: 30px;
    top: -35px;
    left: 0;
    display: none;
    z-index: 9999999;
}

.tf-land-menu-wrap a:hover {
    color: White !important;
    cursor: pointer !important;
    background-color: #172d5a !important;
}

.tf-land-menu-icon {
    font-size: 14px;
}


.tf-land-menu li ul li a {
    padding-left: 10px;
    padding-right: 10px;
}

.tf-land-menu li ul li a:hover {
    color: White !important;
    cursor: pointer;
    background-color: #172d5a;
}

.tf-land-menu .tf-menu-icon {
    font-size: 20px;
}

/*information*/
.tf-land-information {
    position: absolute;
    width: 300px;
    height: 170px;
    top: -205px;
    left: 0;
    background-color: white;
    border-radius: 5px;
    display: none;
}

.tf-land-information:after, .tf-banner-information:before {
    position: absolute;
    top: 100%;
    left: 0;
    content: " ";
    height: 0;
    width: 0;
    border: solid transparent;
}

.tf-land-information:after {
    border-top-color: white;
    border-width: 10px;
    margin-left: 19px;
}

.tf-land-information:before {
    border-top-color: #A0A0A0;
    border-width: 11px;
    margin-left: 18px;
}

.tf-land-information table {
    height: 100%;
}

.tf-land-information-title {
    height: 30px;
}
.tf-land-information-image {
    position: relative;
    border-radius: 5px;
    height: 140px;
    padding: 0;
}
.tf-land-information-image-default-show {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.tf-land-information-image-default-show .tf-show-image {
    width: 100%;
    height: 100%
}
.tf-land-information-transaction-wrap {
    width: 200px;
    height: 60px;
    position: absolute;
    z-index: 9;
    top: 40px;
    left: 50px;
    /*background-color: yellow;*/
    /*margin-top: -40px;
    margin-left: -50%;*/
}

.tf-land-information-transaction-wrap button {
    background-color: yellow;
    width:  100%;
    height: 100%;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
}
/*------------ ----------  build ------------ ---------- */
.tf-select-building-sample .panel-heading, .tf-select-building-sample div {
    margin: 0;
    padding: 0;

}

.tf-select-building-sample .panel-body {
    overflow: auto;
}

/*------------ ---------- Invite ------------ ------------ */
.tf-land-invite-notify {
    position: absolute;
    top: -40px;
    right: 0px;
}