html, body { font-size: 13px; }
html, body, #map { height:100%; width:100%;margin:0px;padding:0px;overflow:hidden; }
.span_dt {     position: relative;right: -58px;z-index: 100;top: -55px;float: right; }
.span_dt ul.ul_right_dt { list-style-type:none; margin:0px; padding:0px; }
.span_dt ul.ul_right_dt li { float:left; display:block; width:70px; height:62px; cursor:pointer; position:relative; }
.span_dt ul.ul_right_dt li.hide { display:none; }
.span_dt ul.ul_right_dt li div img { width:54px; height:54px;}
.panel {
    /* margin-bottom: 0px; */
}
/* .container{
	width:1140px;
	min-width: 1200px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
} */
.header {
    height: 130px;
    width: inherit;
    background: url(imageslogo_header_bar.jpg) no-repeat;
    background-size: cover;
}
.logo {
    padding-top: 20px;
    padding-left: 30px;
}
.img-responsive{
	display: block;
    max-width: 100%;
    height: auto;
}
.panel-group{
    margin-bottom: 0px;
    font-family: "microsoft yahei";
}
.panel-info {
	margin-top: 0px;
    border-color: white;
}
.panel-info>.panel-heading {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%);
    color:#000000;
}
.badge {
    vertical-align: baseline;
}
.panel-group .panel + .panel {
  margin-top: 0px;
}
.panel-primary{
	border:none;
}
.panel-primary>.panel-heading {
    background-repeat: repeat-x;
    background: linear-gradient(to right, #00aaf2, #0091ee);
    font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
    overflow:hidden;
    padding: 8px 10px;

}
.panel-heading {
    padding: 8px 10px;
}
.panel-heading img {
    margin-right: 5px;
}
.panel-heading a {
    color: black;
}
.panel-primary>.panel-collapse{
	height:110px;
	overflow:auto;
}
.leftMenu>.panel-group{
	margin-bottom: 10px;
    margin-top: 0px;
    width:245px;
    max-height:500px;
}
.panel-primary>.panel-group {
	width:250px;
}
.panel-head-bottomborder{
	border-bottom: 1px solid #d3eff4;
}
.panel-group .panel{border-radius:0px;}
.leftMenu .panel-heading{border-radius:0px;width:266px;font-size:12px;height:32px;line-height:16px;position:relative;cursor:pointer;}/*转成手形图标*/
.leftMenu .panel-heading span{right:10px;padding-right: 15px;float: right !important;}
.panel-info>.panel-heading .badge {
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration:none;
    color: #FFFFFF;
    background-color: #ff9100;
    border: 1px solid #ff9100;
    border-radius: 4px;
}

table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:12px;
	color:#333333;
	width:100%;
	border:1px solid block;
}
table.gridtable td {
	border-width: 0 0 1px 0;
	padding: 4px;
	height:35px;
	border-style: solid;
	border-color: #BCE8F1;
}
table.gridtable tr{background-color: #ffffff;}
table.gridtable tr:nth-child(odd){background:#FAFAFA;}
table.gridtable tr:hover{background-color:#EAF2FF;color:#428BCA;}

/***scroller***/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fff;
    /* -webkit-border-radius: 4px; */
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    /* background-color: rgb(198, 231, 251);
    -webkit-border-radius: 4px; */
    border-radius: 4px;
    background-color: rgb(198, 231, 251);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(203, 233, 251);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
._north{
    position: relative;
    left: 275px;
    top: 20px;
	cursor:pointer;
}
._layers{
	position:absolute;
	right:25px;
	top:30px;
}
._tools{
    right: 0;
    width: 30px;
    height: 170px;
    position: relative;
    float: right;
}
._tools div{
	width:30px;
	height:30px;
	background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    margin:10px 10px 0 0;
    font-size: 20px;
    color: #333;
    text-align:center;
    line-height:30px;
    cursor:pointer;
}
._tools div:hover{
	background-color: #ccc;
}
select{
	height:23px;
}
._colorPanel{
	position:absolute;
	border:1px solid red;
	width:100px;
	height:120px;
	right:70px;
	bottom:40px;
	background:white;
	padding:10px;
	border:1px solid #ccc;
	display:none;
}
._layers{
	height:54px;
	width:54px;
	overflow:hidden;
}
._layers img{
	height:54px;
	width:54px;
	cursor:pointer;
}
._shpTitle{
	position:absolute;
	color:#333;
	top:20px;
	width:100%;
	text-align:center;
	display:none;
}
._shpTitle ._item0{
	font-size:20px;
	font-weight:600;
	color:#666;
}