body {
    background-color: #000000;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

/*提示控件样式*/
.tooltipControl {
    display: block;
    position: absolute;
    visibility: visible;
    max-width: 200px;
    min-width: 100px;
    padding: 5px;
    font-size: 11px;
    z-index: 1000;
    opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
.tooltipControl.left .tooltipControl-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
}
.tooltipControl.right .tooltipControl-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #000000;
}
.tooltipControl-inner {
    padding: 3px 8px;
    background-color: #000000;
    color: white;
    text-align: center;
    max-width: 200px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tooltipControl-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

/*鹰眼控件样式*/
.overviewMapControl{
    position: absolute;
    width: 20%;
    height: 20%;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: #cccccc;
    border: solid blue 1px;
}

/*模态窗口样式*/
.modelWindow {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

/*对话框窗口样式*/
.dialogWindow {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 32px 15px 15px 15px;
    border-radius: 6px;
    border: 1px solid #cccccc;
}

.dialogWindow-closer {
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
}

.dialogWindow-closer:after {
    content: "✖";
}

.dialogWindow-title {
    font-size: 15px;
    text-decoration: none;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 100%;
}

.dialogWindow-content {
    width: 100%;
    height: 100%;
    background-color: #ccc;
}

.dialogWindow-mask {
    width: 100%;
    height: 100%;
    opacity: 0.15;
    display: none;
    background-color: #ccc;
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
}

.dialogWindow-btnx {
    height: 30px;
    width: 100%;
    text-indent: 1em;
}

/*图层控制窗口样式*/
.layerControl {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 32px 15px 15px 15px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    top: 0px;
    right: 10px;
    display: none;
}

.layerControl-closer {
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
}

.layerControl-closer:after {
    content: "✖";
}

.layerControl-title {
    font-size: 15px;
    text-decoration: none;
    position: absolute;
    top: 5px;
    left: 8px;
}

.layerControl-content {
    width: 100%;
    height: 100%;
    background-color: #ccc;
}

.layerControl-content label {
    width: 97%;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}

.layerControl-content input {
    float: right;
}

/*鼠标位置显示控件3d*/
.mousePositionControl {
    position: absolute;
    z-index: 1001;
    bottom: 32px;
    right: 10px;
    color: #fff;
    font-size: 14px;
    background-color: #526F82;
    padding: 0px 3px 0px 3px;
}
/*鼠标位置显示控件2d*/
.mousePositionControl2d {
    position: absolute;
    z-index: 1001;
    bottom: 32px;
    left: 10px;
    color: #fff;
    font-size: 14px;
    background-color: #526F82;
    padding: 0px 3px 0px 3px;
}

/*二三维指示器样式定义*/
.modeControl {
    position: absolute;
    z-index: 1001;
    width: 150px;
    height: 24px;
    top: 20px;
    right: 10px;
    color: #fff;
    font-size: 10px;
    background-color: #526F82;
    border: 1px solid #000;
    border-radius: 4px;
}

.modeControl div {
    position: absolute;
    z-index: 1001;
    height: 100%;
    width: 1%;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    border-radius: 4px 0px 0px 4px;
}

.modeControl span {
    position: absolute;
    z-index: 1001;
    height: 100%;
    width: 100px;
    top: 0px;
    left: 0px;
    line-height: 24px;
}

/*比例尺样式定义*/
.scaleControl {
    position: absolute;
    z-index: 1001;
    bottom: 32px;
    left: 10px;
    color: #fff;
    font-size: 14px;
    background-color: #526F82;
    border: 2px solid #000;
    border-top: none;
    padding: 0px 3px 0px 3px;
}

/*信息窗口样式定义*/
.infoWindow {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    top: 0px;
    left: -50px;
    min-width: 280px;
    display:none;
}
.infoWindow:after, .infoWindow:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.infoWindow:after {
    border-top-color: white;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}
.infoWindow:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 50%;
    margin-left: -11px;
}
.infoWindow-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.infoWindow-closer:after {
    content: "✖";
}
.infoWindow-title{
    font-size: 15px;
    text-decoration: none;
    position: absolute;
    top: 2px;
    left: 8px;
}

/*版权控件样式定义*/
.copyrightControl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 101;
    font-size: 14px;
    margin: 10px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}
/*版权控件样式定义*/
.copyright2dControl {
    position: absolute;
    bottom: 15px;
    left: 0px;
    z-index: 101;
    font-size: 14px;
    margin: 10px;
    color: #000;
    text-shadow: 2px 2px 2px #000;
    font-family:"Microsoft YaHei";
}

/*自定义右键菜单样式*/
.contextMenu {
    z-index: 1001;
    position: absolute;
    left: -5000px;
    top: 0px;
    /*display: none;*/
    list-style: none;
}

.contextMenu li {
    height: 32px;
    line-height: 32px;
    padding: 4px 8px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.contextMenu li:hover {
    background-color: #ccc;
}

/*车辆第三人称时显示的消息*/
.vehicleThirdMessage {
    position: absolute;
    background-color: #aa0000;
    color: #ffff00;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    top: 0px;
    left: 0px;
    font-size: 14px;
}

.vehicleThirdMessage:after,
.vehicleThirdMessage:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.vehicleThirdMessage:after {
    border-top-color: #aa0000;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}

.vehicleThirdMessage:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 50%;
    margin-left: -11px;
}

/*信号灯计时牌定义*/
.timeLeftBoard {
    position: absolute;
    border-radius: 6px;
    background-size: 100% 100%;
    /* 鼠标事件可以穿过 */
    pointer-events: none;
}

.imgTrafficLight {
    float: left;
    position: relative;
    top: 50%;
    transform: translate(60%, -50%);
}

.boardContent {
    font-family: "LCD";
    color: black;
    /* 文字不可选 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    font-style: italic;
    letter-spacing: 2px;
    position: relative;
    top: 50%;
    transform: translate(40%, -45%);
}
/*信号灯头计时牌定义，用于Vissim仿真*/
.vTimeLeftBoard {
    position: absolute;
    border-radius: 6px;
    background-size: 100% 100%;
    /* 鼠标事件可以穿过 */
    pointer-events: none;
    width:104px;
    height:30px;
    background-image: url("./Assets/Images/timeboard/timeboard.png")
}

.vImgTrafficLight {
    width:22px;
    height:22px;
    float: left;
    position: relative;
    top: 50%;
    transform: translate(60%, -50%);
}

.vBoardContent {
    font-family: "LCD";
    font-size: 28px;
    color: black;
    /* 文字不可选 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    font-style: italic;
    letter-spacing: 2px;
    position: relative;
    top: 50%;
    transform: translate(40%, -45%);
}
/*摄像头窗口样式定义*/
.videoWindow {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 32px 15px 15px 15px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    top: 50%;
    left: 50%;
    margin-top: -203px;
    margin-left: -336px;
}

.videoWindow-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
    cursor: pointer;
}

.videoWindow-closer:after {
    content: "✖";
}

.videoWindow-title {
    font-size: 15px;
    text-decoration: none;
    position: absolute;
    top: 2px;
    left: 8px;
}

.videoWindow-content {
    width: 640px;
    height: 360px;
}

/* 自定义字体，液晶体 */
@font-face {
    font-family: 'LCD';
    src: url('Assets/font/LCD/DJB_Get_Digital.eot');
    /* IE9 Compat Modes */
    src: url('Assets/font/LCD/DJB_Get_Digital.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('Assets/font/LCD/DJB_Get_Digital.woff') format('woff'),
        /* Modern Browsers */
        url('Assets/font/LCD/DJB_Get_Digital.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('Assets/font/LCD/DJB_Get_Digital.svg#MicrosoftYaHei') format('svg');
    /* Legacy iOS */
}

/**---------------------------------------2D地图样式-------------------------------------*/

/*2D视图中添加自定义放大缩小空间的样式*/
.brightmap2d-control-zoom-custom {
    position: absolute;
    width: 28px;
    height: 60px;
    bottom: 25px;
    right: 20px;
    pointer-events: none;
}

.brightmap2d-control-zoom-custom>span {
    padding: 2px;
    display: inline-block;
    font-size: 22px;
    color: #7c8196;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #FFF;
    pointer-events: auto;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}

.brightmap2d-control-zoom-custom>span:hover {
    cursor: pointer;
    color: #2c9eff;
}

.zoom2d-in-custom {
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #dbdee2;
}

.zoom2d-out-custom {
    border-radius: 0 0 2px 2px;
}

/*2D视图中添加自定义视图旋转控制器的样式*/
.brightmap2d-rotate-control-custom {
    position: absolute;
    bottom: 90px;
    right: 9px;
    width: 52px;
    height: 54px;
    background: url(Assets/Images/rotate.png) 0% 0% / 266px no-repeat;
}

.center2d-button-custom {
    position: absolute;
    outline: none;
    border: none;
    background: url(Assets/Images/rotate.png) -56px -4px / 266px no-repeat;
    cursor: pointer;
    left: 19px;
    top: 4px;
    width: 14px;
    height: 44px;
    transform: rotate(0deg);
}

.right2d-button-custom {
    position: absolute;
    outline: none;
    border: none;
    background: url(Assets/Images/rotate.png) -75px -5px / 266px no-repeat;
    right: 2px;
    top: 5px;
    width: 15px;
    height: 42px;
    transform: scaleX(-1);
}

.left2d-button-custom {
    position: absolute;
    outline: none;
    border: none;
    background: url(Assets/Images/rotate.png) -75px -5px / 266px no-repeat;
    left: 2px;
    top: 5px;
    width: 15px;
    height: 42px;
}

.left2d-button-custom:hover {
    cursor: pointer;
    background: url(Assets/Images/rotate.png) -89px -5px / 266px no-repeat;
}

.right2d-button-custom:hover {
    cursor: pointer;
    background: url(Assets/Images/rotate.png) -89px -5px / 266px no-repeat;
}

/* 设置2D中的倒计时面板*/
.vehicleThirdMessage1 {
    position: absolute;
    padding: 8px;
    border-radius: 4px;
    top: 0px;
    font-size: 14px;
    background-image: url("Assets/Images/timeboard/timeboard.png");
}

/*量测工具*/
.olMap_disBoxDis {
    color: #ff6319;
    font-weight: 700;
}
.olMap_disBoxDisMid {
    color: #7a7a7a;
    font-weight: 700;
}
.olMapMeasureToolTip{
    position: relative;
    bottom: -6px;
    margin-left: -7px;
    pointer-events:none;//点击事件穿透该层
left: 50%;
    background-color: rgba(255, 255, 255,0.5);
    border: 1px solid rgb(255, 1, 3);
    padding: 3px 5px;
    font-size: 12px;
    color: rgb(51, 51, 51);
}
.olMapMeasureResult{
    position: relative;
    bottom: -6px;
    margin-left: -7px;
    pointer-events:none;//点击事件穿透该层
left: 50%;
    background-color: rgba(255, 255, 255,0.5);
    border: 1px solid #7a7a7a;
    padding: 3px 5px;
    font-size: 12px;
    color: rgb(51, 51, 51);
}
/*地图提示框样式*/
.ol-tooltip {
    position: absolute;
    color: #000000;
    border: 1px solid #cccccc;
    font-size: 12px;
    padding: 3px;
    background: #ffffff;
    border: solid 1px #e9f7f6;
    border-radius:5px;
    bottom: -40px;
}
/* 地图文本标识量测*/
.mapTextTooltipLenght{
    width:auto;
    visibility: hidden;
    display: inline-block;
    font-family: SimSun;
    font-size: 14px;
    box-shadow: 1px 1px 3px 3px #888888;
}
/*2D中infoWindow*/
.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.ol-popup-closer:after {
    content: "✖";
}
/*导航视图*/
.navigationview {
.opaque-to-input;
    position: absolute;
    right: 0px;
    top: 100px;
    width: 95px;
    height: 95px;
    overflow: hidden;
}

.navigationview-outer-ring {
    position: absolute;
    top: 0;
    width: 95px;
    height: 95px;
    fill: rgba(255,255,255,0.5);
}

.navigationview-outer-ring-background {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    border: 12px solid rgba(47,53,60,0.8);
    box-sizing: content-box;
}

.navigationview-gyro {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 95px;
    height: 95px;
    fill: #CCC;
}

.navigationview-gyro-active {
    fill:#68ADFE;
}

.navigationview-gyro-background {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 33px;
    height: 33px;
    border-radius: 33px;
    background-color:rgba(47,53,60,0.8);
    border: 1px solid rgba(255,255,255,0.2);
    box-sizing: content-box;
}

.navigationview-gyro-background:hover + .navigationview-gyro {
    fill: #68ADFE;
}

.navigationview-rotation-marker {
    position: absolute;
    top: 0;
    width: 95px;
    height:95px;
    fill:#68ADFE;
}

/*不要在手机等小屏幕上显示导航控制。*/
@media screen and (max-width: 700px), screen and (max-height: 420px) {
    .navigationview {
        display: none;
    }
}

@media print {
    .navigationview {
        display: none;
    }
}

