@charset "utf-8";

.anchorBL {
    display: none;
}

#outer>.outer_con {
    height: calc(100% - 35px);
    display: block;
}

/*button{
    border:0px;
    background-color:transparent;
    background-image:url(../img/map/level1.png);
    background-repeat: no-repeat;
    width:30px;
    height: 30px;
    outline: none;
    position: relative;
    }*/


/*infoWindow边框圆角*/

.BMap_pop div:nth-child(1) {
    border-radius: 7px 0 0 0;
}

.BMap_pop div:nth-child(3) {
    border-radius: 0 7px 0 0;
}

.BMap_pop div:nth-child(5) {
    border-radius: 0 0 0 7px;
}

.BMap_pop div:nth-child(7) {
    border-radius: 0 0 7px 0;
}


/*infoWindow去掉黑边框*/

.BMap_pop>div {
    border-color: #FFFFFF !important;
}

.BMap_pop>div>div {
    border-color: #FFFFFF !important;
}


/*mapinfo*/

.mapinfo {
    width: 400px;
    max-height: 750px;
    border: 5px solid #458C78;
    border-radius: 10px;
    position: fixed;
    top: 60px;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
}

/*mapinfo_top*/

.mapinfo_top {
    height: 50px;
    line-height: 50px;
    background-color: #61C0CA;
}

.mapinfo_top>.mapinfo_title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

/*mapinfo_bot*/
.mapinfo_bot {
    width: 100%;
    height: calc(100% - 50px);
    background-color: #FFFFFF;
    overflow-y: auto;
}

.mapinfo_bot>table>thead>tr>th,
.mapinfo_bot>table>tbody>tr>td {
    min-width: 100px;
}

/*mapinfo_left*/
.mapinfo_left {
    position: absolute;
    top: 0px;
    left: -50px;
}

.mapinfo_left>button {
    width: 50px;
    height: 40px;
    background-color: #61C0CA;
    line-height: 34px;
    text-align: center;
    margin-top: 10px;
    border: 3px solid #458C78;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    color: #FFFFFF;
    outline: none;
}

.mapinfo_left>ul {
    margin-top: 100px;
}

.mapinfo_left>ul>li.mapinfo_left_active {
    background-color: #4A8E96;
}


/*站点基本信息布局*/

.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex-item {
    margin: 10px;
}


/*表格布局*/
.table-bordered {
    margin-bottom: 0;
}

#mapContend>.table-bordered:nth-of-type(2) {
    margin: 10px 0;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>td {
    color: #000;
}

.table-bordered tr,
td,
th {
    /*border: 2px solid #6DACB5;*/
    border-width: 0 !important;
}

.table-bordered>thead {
    background-color: #6DACB5;
    color: #FFFFFF;
}

.table-bordered>tbody {
    background-color: #70C7D0;
    color: #FFFFFF;
}

.table-bordered>tbody>tr>td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-bordered>caption {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #3D5F64;
    color: #FFFFFF;
    height: 35px;
    line-height: 35px;
}

.active {
    outline: none;
    border-color: #458C78;
    background-color: #4A8E96 !important;
    box-shadow: 3px 3px 3px #284c50 !important;
}

.btn-info {
    background-color: #458C78;
}

.outer_con>.mapLevel {
    position: absolute;
    width: 500px;
    height: 25px;
    bottom: 10px;
    left: 50%;
    margin-left: -250px;
    z-index: 999;
}

.outer_con>.mapLevel>img {
    width: 100%;
    height: 100%;
}