body{
	background-color: #f5f8fd !important;
}
a:link {
	color:#999999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#666;
}
.boxMainBody{
	float: left;
	width: 100%;
	height: 100%;
	z-index: 2;
	//background-color: pink;
}
.box-content {
	float:left;
	margin-left:1%;
	width:98%;
	margin-bottom:10px;
}
.box-body{
	float:left;
	margin-left:3%;
	width:94%;
	margin-bottom:10px;
}
.boxMap{
	float: left;
	width: 100%;
	height: 100%;
	position:absolute;
	background-color: yellow;
}
.info-box-number span {
	font-size: 25px;
	font-weight: normal;
}
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../images/icon/icon_title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../images/icon/icon_info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../images/icon/icon_important.gif);
}

#popup_content.confirm {
	background-image: url(../images/icon/icon_important.gif);
}

#popup_content.prompt {
	background-image: url(../images/icon/icon_help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
.content-box {
	float:left;
	border: 1px solid #ccc;
    background: #fff;
	width:94%;
	margin-left: 3%;
	margin-bottom:10px;
}

.boxLayoutMap{
	float: left;
	width: 98%;
	margin-left: 1%;
	background-color: #FFF;
	border-radius: 10px;
	position: relative;
}
.boxSMap{
	float: left;
	width: 98%;
	height: 800px;
	margin-left: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
}
.boxLayoutDashL{
	float: left;
	width: 20%;
	background-color: #FFF;
	position: absolute;
	height: 770px;
	overflow: auto;
	margin-left: 2%;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
}
.boxLayoutDashL::-webkit-scrollbar {
    width: 8px;
}
.boxLayoutDashL::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
} 
.boxLayoutDashL::-webkit-scrollbar-thumb {
 	background-color: #ff9c78;
	outline: 1px solid #ff9c78;
	border-radius: 5px;
}
.boxSMap_item{
	float: left;
	width: 100%;
	border-bottom: 1px solid #DDD;
	background-color: #f5f8fd;
}
.boxSMap_item:hover{
	background-color: #ff9c78;
	color: #FFF;
}
.boxSMap_item_icon{
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 20px;
	margin-top: 10px;
	background-color: #ff9c78;
	text-align: center;
	color: #FFF;
	border-radius: 10px;
}
.boxSMap_item_icon i{
	margin-top: 10px;
	font-size: 20px;
}
.boxSMap_item_detail{
	float: left;
	margin-left: 20px;
	width: calc(100% - 100px);
	margin-top: 10px;
}
.boxViewMeasTopIcon{
	float: left;
	width: 60px;
	height: 60px;
	background-color: #ff9c78;
	text-align: center;
	color: #FFF;
	border-radius: 10px;
}
.boxViewMeasTopIcon i{
	margin-top: 15px;
	font-size: 25px;
}
.boxViewMeasTopTxt{
	float: left;
	width: calc(100% - 80px);
	margin-left: 20px;
}
.boxViewMeaTab{
	float: left;
	width: 100%;
	height: 35px;
}
.boxViewMeaTab_item{
	float: left;
	height: 33px;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: 0 0 1px #CCC;
	line-height: 30px;
	margin-right: 5px;
	background-color: #ffffff;
	cursor: pointer;
}
.boxViewMeaTab_item.active{
	float: left;
	height: 35px;
	border-top : 3px solid #ff946d;
	position: relative;
	z-index: 0;
	line-height: 26px;
}
.boxViewMeaBody{
	float: left;
	width: 100%;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}
.boxFrameDetail{
	float: left;
	width: 100%;
	background-color: #FFF;
	border-radius: 5px;
	margin-top: 2%;
}
.boxConClose{
	float: right;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	cursor: pointer;
	color: #333;
}
.boxBuL{
	float: left;
	width: 22%;
}
.boxBuR{
	float: left;
	width: 75%;
	margin-left: 2%;
	position:relative;
	//background-color:#FFF;
}
.frameBtn{
	float:left; 
	width:94%;
	margin-left:3%; 
	height:auto; 
	margin-top:15px; 
	text-align:right;
	margin-bottom:15px;
}
.boxColorScale{
	float: left;
	width: 100%;
	height: 25px;
	border-radius: 10px;
	background-color: #ff946d;
	margin-top: 35px;
}
.boxColorScale_green{
	float: left;
	height: 25px;
	background-color: #bbd444;
	border-radius: 10px 0px 0 10px;
}
.boxColorScale_yellow{
	float: left;
	height: 25px;
	background-color: #ffe34e;
}
.boxColorScale_red{
	float: left;
	height: 25px;
	background-color: #ff614c;
	border-radius: 0px 10px 10px 0px;
}
.boxColorScale_lable{
	float: left;
	width: 100px;
	text-indent: 0;
	position: absolute;
	color: #666;
}
.boxColorScale_lable span{
	margin-left: -3px;
}
.boxColorScale_lable:after{
    width: 1px;
    color: #999;
    margin-top: -5px;
    content: "|";
    display: block;
}
.boxColorScale_lable.first{
	margin-left: 1%;
}
.boxColorScale_lable.last{
	margin-left: 99%;
}
.boxMeaScale{
	float: left;
	width: 40%;
	margin-bottom: 35px;
}
.boxMeaScale:nth-child(even) {
    margin-left: 20%;
}
.boxMeaChart{
	float: left;
	width: 100%;
	height: 500px;
}
.bg-orange{
	background-color: #ff946d;
	color: #FFF !important;
}
.boxClosePage{
	color: #ff946d;
}
.boxArrowSlide{
	float: left;
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #ff9c78;
	margin-left: 22%;
	margin-top: 20px;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	line-height: 40px;
	cursor: pointer;
}
#navViewMeasure .active{
	background-color: #ff9c78 !important;
	color: #FFF;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px)  {/*max1366*/
	.info-box-number span {
		font-size: 20px;
		font-weight: normal;
	}
}
@media screen and (max-width: 40em){/*smartphone*/
    .frameLogin{
		width:90%;
		margin-left:5%;
		margin-top:5%;
	}
	.resHide{
		display: none;
	}
}
