body{
	overflow: hidden;
}

/*左侧部分开始*/
.main-left{
	position: absolute;
	width: 270px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	border-right: 1px solid #ccc;
}

.toggle-map{
	width: 65px;
	height: 20px;
	float: right;
	margin-top: 5px;
	margin-right: 20px;
}

#treeVehilce{
	position: absolute;
	top: 40px;
	left: 5px;
	right: 5px;
	bottom: 30px;
	overflow: auto;
	border: 1px solid #ccc;
}

/*网络连接部分开始*/
.main-left-bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 25px;
	border-top: 1px solid #e4e4e4;
	background: linear-gradient(#d7dbdc, #f3f3f3);
}
.main-left-bottom>div>span{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #333;
	vertical-align: middle;
}
.main-left-bottom>.net_left{
	float: left;
	margin-left: 5px;
}

.main-left-bottom>.net_right{
	float: right;
	margin-right: 5px;
}

#monitor_admin{
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	width: 90px;
	color: blue;
	margin-top: -1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#connected{
	color: blue;
}
/*网络连接部分结束*/

/*左侧部分结束*/

/*右侧部分开始*/
.main-right{
	position: absolute;
	top: 0px;
	left: 271px;
	right: 0px;
	bottom: 0px;
	background: #666;
	z-index: 2;
}

.main-right>div{
	position: absolute;
	background: #fff;
	width: calc(100%/2 - 1.5px);
	height: calc(50% - 1.5px);
}

.main-right>div.active{
	top: 1px;
	bottom: 1px;
	left: 1px;
	bottom: 1px;
	z-index: 1000;
	width: calc(100% - 1px)!important;
	height: calc(100% - 1px)!important;
}

#track-map1{
	top: 1px;
	left: 1px;
}

#track-map2{
	top: 1px;
	right: 1px;
}

#track-map3{
	left: 1px;
	bottom: 1px;
}
#track-map4{
	right: 1px;
	bottom: 1px;
}

.vehicles-map{
	position: absolute;
	top: 0px;
	bottom: 25px;
	width: 100%;
	background: rgb(229, 227, 223);
}

.vehicles-info{
	position: absolute;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	bottom: 0px;
}

.vehicles-time{
	float: left;
	width: 85%;
}

.vehicles-time>span{
	margin-left: 8px;
}

.current-time{
	color: blue;
	margin-left: 8px;
}

.vehicles-status{
	display: none;
}
.vehicles-status>span{
	margin-left: 5px;
}



.vehicles-btns{
	float: right;
	width: 15%;
}

.vehicles-btns>img{
	float: right;
	margin-right: 10px;
	margin-top: 4px;
	cursor: pointer;
}

.vehicles-btns>img:hover{
	border: 1px solid #ccc;
}
/*右侧部分结束*/


.slide-left{
	position: absolute;
	left: 250px;
	top: 10px;
	width: 20px;
	height: 20px;
	z-index:9000;
	background: url(../../Img/monitorcenter/hidden_left.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(0deg);
	cursor: pointer;
}
/*隐藏路况路网选项*/
.amap-maptype-list{
	left: 70px;
	top: 0px;
	display: none!important;
}
.amap-ui-control-container.amap-ui-control-theme-normal{
	right: 120px!important;
}
