body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

html, body, #map-panel {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

h4 {
    padding: 5px 0px 0px 15px;
}

.container-fluid {
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.service-header {
    padding: 8px 15px;
    font-size: 20px;
    font-weight: bold;
}

.toggle-btn-execute {
    height: 100%;
    background-color: white;
    color: grey;
    font: 20px "Microsoft YaHei";
    border: none;
    padding-top: 10px;
}

.toggle-btn-execute:hover {
    color: black;
}

*:focus {
    outline: none;
}

#left-panel {
    position: absolute;
    width: 20%;
    min-width: 260px;
    left: 30px;
    top: 20px;
    background: white;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
}

#servicePanel {
    border-bottom: 0ch;
    margin-bottom: 0px;
}

#zhfw {
    padding: 0px 15px 0px 0px;
}

#zhfw .nav {
    border-bottom: 0;
    margin-bottom: 20px;
}

#zhfw .nav>li>a {
    padding: 15px 17px;
    color: grey;
}

#zhfw .nav>li.active {
    border-bottom: 0;
    background-color: #337fe5;
}

#zhfw .nav>li.active>a {
    color: white;
}

#zhfw .nav>li>a:focus, #zhfw .nav>li>a:hover {
    text-decoration: none;
    background-color: #337fe5;
}

#zhfw>div {
    height: 430px;
}

#mapType-panel {
    position: absolute;
    right: 10px;
    bottom: 5px;
    cursor: pointer;
}

#mapType-panel .mapTypeCard {
    height: 52px;
    width: 52px;
}

#mapType-panel .mapTypeCard span {
    position: absolute;
    bottom: 3px;
    padding-left: 13px;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
}

#mapType-panel .vector {
    float: left;
    background: url(../images/switch.png) 0px 0px no-repeat;
}

#mapType-panel .vector.hover, #mapType-panel .vector.selected {
    background: url(../images/switch.png) -51px 1px no-repeat;
}

#mapType-panel .image {
    float: left;
    background: url(../images/switch.png) 0px -52px no-repeat;
}

#mapType-panel .image.hover, #mapType-panel .image.selected {
    background: url(../images/switch.png) -52px -53px no-repeat;
}

#mapType-panel .dem {
    float: left;
    background: url(../images/switch.png) 0px -159px no-repeat;
}

#mapType-panel .dem.hover, #mapType-panel .dem.selected {
    background: url(../images/switch.png) -52px -159px no-repeat;
}

#map-copyright {
    position: absolute;
    left: 10px;
    bottom: 5px;
}

#map-copyright div {
    font-size: 11px;
}

.scalebar_bottom-right {
    right: 310px !important;
    bottom: 15px;
}

ul.mtree.bubba {
    border: 0cm !important;
    padding: 0px 10px 10px 0px !important;
    width: 98%;
    position: absolute;
    overflow-y: auto;
}

.esriPopup .contentPane {
    word-break: break-all;
}

.esriPopup .titlePane {
    background-color: #2E8BC0;
    line-height: 25px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.dijitPopup.dijitTooltipDialogPopup {
    background: #ffffffc4;
    box-shadow: 0 0 5px #888;
    left: 1em;
    padding: 0.5em;
    position: absolute;
    top: 1em;
    z-index: 40;
}

hr {
    margin: 5px;
}

/* 时间轴样式 timeslider */

.dijitBorders {
    margin: 5px 5px 5px 5px;
    border: solid thin #9CAA9C;
    -moz-border-radius: 4px;
}

.labelText {
    color: #9CAA9C;
    font-size: 12pt;
    font-family: "Tahoma";
    margin: 5px;
}

.dj_a11y div.dijitSliderImageHandle, .dijitSliderImageHandle {
    border: 3px solid #0473C2;
    margin-top: 5px;
    height: 16px;
}

.dijitSliderProgressBar {
    background-color: #0473C2;
    z-index: 1;
}

#timeSliderDiv :hover {
    background-color: #BFE6BF !important;
}

/* 图例 */

#legendDiv {
    left: 10px;
    bottom: 85px;
    width: 140px;
    position: absolute !important;
    box-sizing: border-box;
    padding: 0 10px 5px;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
}

.esriLegendServiceLabel {
    display: none!important;
}

#yqstate .t_item span b {
    font-size: 14px;
}

#yqstate .t_item h5 {
    font-weight: bold;
}

#yqstate>.t_item span:nth-child(2) {
    font-size: 12px;
}

#yqstate .t_item:nth-child(1) span b {
    color: red;
}

#yqstate .t_item:nth-child(2) span b {
    color: green;
}

#yqstate .t_item:nth-child(3) span b {
    color: gray;
}

/* 
#info {

} */