
.main-nav.nav-tabs.nav-stacked > li > a {
    font-size: 13px;
    font-weight: bold;
    color: #4A515B;
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #E9E9E9));
    background: -webkit-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    background: -o-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    background: -ms-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    background: linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
    border: 1px solid #D5D5D5;
    border-radius: 4px;

}

.main-nav li {
    width: 100%;
}

.main-nav {
    margin-top: 10px;
}

.main-nav.nav-tabs.nav-stacked > li > a > span {
    color: #4A515B;
}

.main-nav.nav-tabs.nav-stacked > li.active > a, #main-nav.nav-tabs.nav-stacked > li > a:hover {
    color: #FFF;
    background: #3C4049;
    background: -moz-linear-gradient(top, #4A515B 0%, #3C4049 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4A515B), color-stop(100%, #3C4049));
    background: -webkit-linear-gradient(top, #4A515B 0%, #3C4049 100%);
    background: -o-linear-gradient(top, #4A515B 0%, #3C4049 100%);
    background: -ms-linear-gradient(top, #4A515B 0%, #3C4049 100%);
    background: linear-gradient(top, #4A515B 0%, #3C4049 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A515B', endColorstr='#3C4049');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A515B', endColorstr='#3C4049')";
    border-color: #2B2E33;
}

#main-nav.nav-tabs.nav-stacked > li.active > a, #main-nav.nav-tabs.nav-stacked > li > a:hover > span {
    color: #FFF;
}

.main-nav.nav-tabs.nav-stacked > li {
    margin-bottom: 4px;
}

.nav-header.collapsed > span.glyphicon-chevron-toggle:before {
    content: "\e114";
}

.nav-header > span.glyphicon-chevron-toggle:before {
    content: "\e113";
}

.secondmenu a {
    font-size: 12px;
    color: #4A515B;
    border-radius: 4px;
}

.secondmenu > li > a:hover {
    /*background-color: #6f7782;*/
    border-color: #428bca;
    color: #337ab7;

}

.secondmenu li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.secondmenu li.active {
    background-color: #6f7782;
    border-color: #428bca;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.secondmenu li.active > a {
    color: #ffffff;
}

.navbar-static-top {
    background-color: #212121;
    margin-bottom: 5px;
}

.collapse.glyphicon-chevron-toggle, .glyphicon-chevron-toggle:before {
    content: "\e113";
}

.collapsed.glyphicon-chevron-toggle:before {
    content: "\e114";
}

.label, .label-default {
    line-height: 24px;
}

.btspan span {
    padding-right: 15px;
}


/* Sidebar */

.sidebar {
    position: sticky;
    background-color: #fff;
    padding: 0;
    height: calc(100vh - 7rem);
    width: 100%;
}

@media (min-width: 768px) {
    .sidebar {
        display: block;
        top: 50px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #fff;
        box-shadow: 1px 0px 10px rgba(0, 0, 0, .5);
    }

}

@media (max-width: 768px) {
    .sidebar {
        display: none;
    }
}


#sidebar-collapse::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 20px;
}

#sidebar-collapse::-webkit-scrollbar-button {

    /*小按*/
    background-color: rgba(255, 255, 0, 0);
    width: 10px;
    height: 10px;
}

#sidebar-collapse::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    /* background: #535353; */
    background-color: skyblue;
    background-image: -webkit-linear-gradient(45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent);
}

#sidebar-collapse::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0);
}

#sidebar-collapse::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 140, 0, 0);
    border-radius: 100px;
}







#mapdiv {
    display: none;

}




textarea {
    border: 1px solid #0078A8;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    background-color: #f4f4f4;
}

/* 左侧固定区域 */
.map-div {
    position: fixed;
    left: 0;

    width: 50%;
    height: 89vh;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    /*padding: 15px; !* 添加内边距 *!*/
    box-sizing: border-box; /* 确保padding不影响总宽度 */
}

/* 地图区域占80%高度 */
#maplet {
    height: 80%;
    background-color: #f0f0f0; /* 可选样式 */
    flex-shrink: 0;
}

/* 地图信息区域占20%高度 */
#maphinx {
    height: 20%;
    flex-shrink: 0;
    margin-top: 10px; /* 与地图的间距 */
}

/* 文本区域样式 */
#mapinfo {
    /*height: 100%;*/
    /*width: 100%;*/
    /*border: 1px solid #0078A8;*/
    /*background-color: #f4f4f4;*/
    /*color: saddlebrown;*/
    resize: none; /* 禁止调整大小 */
    box-sizing: border-box;
    padding: 10px;
}

/* 右侧可滚动区域 */
.scrollable-content {
    margin-left: 50%;
    height: 89vh;
    overflow-y: auto;
    /*padding: 20px;*/
    box-sizing: border-box;
}

/* 响应式设计：小屏幕适配 */
@media (max-width: 768px) {
    .col-sm-6:first-child {
        position: relative;
        width: 100%;
        height: auto;
    }

    .scrollable-content {
        margin-left: 0;
        height: auto;
        width: 100% !important;
    }

    #maplet {
        height: 300px; /* 移动端固定高度 */
    }

    #maphinx {
        height: 150px; /* 移动端固定高度 */
    }
}

location {
    display: inline;
    /* font-size: 36px; */
    color: #D02090;
    font-weight: bold;
    cursor: crosshair;
}

.simple {
    display: flex; /* 将容器设置为Flex布局 */
    flex-wrap: wrap; /* 允许子项换行 */
    list-style: none; /* 去除列表默认的黑点[5,9,10](@ref) */
    padding: 0; /* 移除默认内边距 */
    margin: 0; /* 移除默认外边距 */
    gap: 10px; /* 可选：设置项目之间的间距 */
}

.simple li {
    /* 可选：为每个列表项设置样式，如内边距、背景色等 */
    padding: 8px 15px;
    background-color: #f0f0f0;
    border-radius: 4px;
}

.simple li p {
    margin-bottom: 0
}

geofea {
    display: inline;
    /* font-size: 36px; */
    color: #227722;
    /*color: #D2691E;*/
    /*color: #A52A2A	;*/
    /*color: #FF1493;*/
    /*color: #D2691E;*/
    /*color: ForestGreen;*/
    /*color: SeaGreen;*/
    /*color: MediumSeaGreen;*/
    /*color: MediumSeaGreen;*/
    /*color: LightSeaGreen;*/
    /*color: DarkCyan;*/
    font-weight: bold;
    cursor: crosshair;
}

geoname {
    display: inline;
    /* font-size: 36px; */
    color: #227722;
    /*color: #D2691E;*/
    /*color: #A52A2A	;*/
    /*color: #FF1493;*/
    /*color: #D2691E;*/
    /*color: ForestGreen;*/
    /*color: SeaGreen;*/
    /*color: MediumSeaGreen;*/
    /*color: MediumSeaGreen;*/
    /*color: LightSeaGreen;*/
    /*color: DarkCyan;*/
    font-weight: bold;
    cursor: crosshair;
}


.bd-sidebar-primary {

    width: 45%;
    /*scroll-auto: False;*/
    overflow: hidden;
}

/*.bd-sidebar {*/
/*    width: 55%;*/
/*}*/

#navbar-center {
    width: 100%;
}

/* Change the default width of secondary sidebar */
.bd-sidebar-secondary {
    width: 30%;
}

/* Maximum the main content */
.bd-main .bd-content .bd-article-container {
    max-width: 100%;
    /* default is 60em */
}

/* Set full page width  */
.bd-page-width {
    max-width: 100%;
    /* default is 88rem */
}


