html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	margin: auto;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	color: #666
}
.clearbox {
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	border: 0px;
	clear: both;
}
.w100{
	width: 100%;
}
.w50{
	width: 50%;
}
.h100{
	height: 100%;
}
.h95{
	height: 95%;
}
.center{
	text-align: center;
}
.w25{
	width: 25%;
}
.trStyle{
	width: 100%;
	height: 40px;
	font-size: 16px;
}
.inputStyle{
	height: 38px;
	font-size: 16px;
}
.labelStyle{
	width: 180px;
}
.left{
	float: left;
	width: 310px;
	height: 100%;
	overflow: auto;
	z-index: 10000;
	position: fixed; 
	background-color: white;
	display: none;
}
.arrow{
	border: 10px solid transparent;
	border-left-color: #337ab7;
	position:fixed;
	content:'';
	
	width: 24px; 
	height: 100px;
    top: 50%;
    margin-top: -50px;
	z-index: 1001;
}
.BMap_cpyCtrl {
    display:none;
}
.anchorBL{
    display:none;
}

.spinner {
  margin: 100px auto;
  width: 50%;
  height: 50%;
  text-align: center;
  font-size: 10px;
}
 
.spinner > div {
  background-color: gray;
  height: 30%;
  width: 6px;
  display: inline-block;
   
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
 
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
 
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
 
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 
  20% { -webkit-transform: scaleY(1.0) }
}
 
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity = 88);
}

.white_content {
	display: none;
	position: fixed;
	top: 10%;
	left :0%;
	width: 100%;
	height: 80%;
	padding: 2px;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	border-radius:5px;
	font-size: 18px;
	text-align: center;
}
