@import "tool-roam.css";
@import "tool-setmenu.css";
@import "tool-draw.css";
@import "tool-tooltip.css";
@import "featureInfo.css";
/*tools工具栏样式*/
.bosgeo-tool {
    position: absolute;
    bottom: 10px;
    left: 754px;
    z-index: 9;
    height: 50px;
    display: flex;
}
.bosgeo-tool .bosgeo-internal {
    width: 10px;
    height: 100%;
    margin: 0;
    opacity: 0;
}
.bosgeo-tool .bosgeo-itemWrapper {
    background: #2a333e;
    display: flex;
}
.bosgeo-tool .bosgeo-itemWrapper .bosgeo-item {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    margin: 10px 17px;
    cursor: pointer;
    border: 1px solid #233953;
}
.bosgeo-tool .bosgeo-itemWrapper .bosgeo-item .bosgeo-icon {
    font-size: 22px;
    padding: 4px 5px;
    color: white;
    display: inline-block;
}
/*弹出层样式*/
.bosgeo-popup {
    position: absolute;
    bottom: 80px;
    width: 350px;
    background: rgba(12, 15, 18, 0.9);
    border-radius: 4px;
    border: 1px solid #233953;
    z-index: 9;
    display: none;
    color: #c8d4e2;
}

/*弹出层统一样式*/
.bosgeo-popup .bosgeo-firstWrapper {
    margin: 12px;
}
.bosgeo-popup .bosgeo-header {
    width: 350px;
    height: 39px;
    background: #000000;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #233953;
    display: flex;
}
.bosgeo-popup .bosgeo-header .bosgeo-image {
    width: 12px;
    height: 12px;
    margin: 14px 10px;
    background: linear-gradient(270deg, #338eff 0%, rgba(51, 142, 255, 0) 100%);
}
.bosgeo-popup .bosgeo-header .bosgeo-name {
    height: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 18px;
    margin: 10px 0 12px 8px;
}
.bosgeo-popup .bosgeo-header .bosgeo-close {
    position: absolute;
    right: 16px;
    margin: 8px 0;
    cursor: pointer;
}
/*最小字体支持12px，因此放大字体缩小后，将父元素的margin相应减少5*/
.bosgeo-popup .bosgeo-header .bosgeo-icon {
    font-size: 20px;
    display: inline-block;
    transform: scale(0.5);
}

.bosgeo-float-panel {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-radius: 6px;
}
.bosgeo-route-select-panel {
    background-color: #ffffff;
}
.bosgeo-route-select-panel .bosgeo-item {
    display: block;
    padding: 10px;
    color: #666;
}
.bosgeo-route-select-panel .bosgeo-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
}
.bosgeo-route-select-panel .bosgeo-start-icon {
    background-color: #3fb230;
}
.bosgeo-route-select-panel .bosgeo-end-icon {
    background-color: #ef3e2a;
}

.bosgeo-route-instruction-panel {
    display: block;
    position: absolute;
    left: 10px;
    top: 60px;
    z-index: 10;
    padding: 10px;
    border-radius: 6px;
    background-color: #fff;
    opacity: 0.8;
}

.bosgeo-instructionInfo {
    font-weight: bold;
}

.bosgeo-html-layer-collection {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; /* 不设置宽度会造成字体默认竖直排列 */
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    pointer-events: none;
}

.bosgeo-html-layer {
    position: absolute;
    cursor: pointer;
    pointer-events: auto;
}

.bosgeo-html-pointContainer {
    display: flex;
}

.bosgeo-overView {
    display: none;
    position: absolute;
    bottom: 1px;
    right: 1px;
    width:200px;
    height:200px;
    border:solid 1.9px rgb(54, 54, 54);
}
.bosgeo-mapCoordinates {
    z-index: 888;
    position: absolute;
    bottom: -2px;
    height: auto;
    overflow: hidden;
    text-align: center;
    height: 29px;
    line-height: 29px;
}
.bosgeo-LabelPlot-container {
    position: absolute;
    text-align: center;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    z-index: 999;
    color: white;
    background-color: black;
    font-size:12px;
    font-family:"Microsoft Yahei";
    /*设置文字不能被选中     以下为css样式*/
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.bosgeo-horizontal-slider {
	left: 50%;
	top: 0px;
	width: 4px;
	height: 100%;
}
.bosgeo-horizontal-slider:hover {
	cursor: ew-resize;
}
.bosgeo-vertical-slider {
	top: 50%;
	left: 0px;
	width: 100%;
	height: 4px;
}
.bosgeo-vertical-slider:hover {
	cursor: ns-resize;
}
#bosgeo-roller-shutter-slider{
	position: absolute; 
	z-index: 1;
	background-color: #999; 
}
#bosgeo-roller-shutter-slider:hover {
	background-color: #3A91FC;
}
