.txt-stroke{
   /*-webkit-text-stroke: 1px black;*/
   color: #000;
   text-shadow:
       2px 2px 0 #fff,
     -2px -2px 0 #fff,  
      2px -2px 0 #fff,
      -2px 2px 0 #fff,
       2px 2px 0 #fff;
}
.btn-login{
	border:none;
	/*padding: 15px 0px 0px 0px;*/
	color:#000;
}
.vehicle-panel{
	position:absolute;
	top:50px;
	left:0px;
	bottom:0px;
	width:0px;
	background-color:#88b7d5;
	visibility:hidden;
    z-index:-1;
}
._show{
	width:300px;
	visibility:visible !important;
}
.slide{
	position:fixed;	
	top:50%;
	/*margin-top:-10px;*/
	width:40px;
	height:40px;
	border-radius:40px;
	border:2px solid #99d9ea;
	text-align:center;
	color:#99d9ea;
	background-color:#fff;
	font-size:20px;
	cursor:pointer;

	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}
.slide span{
    /*position:absolute;
    margin:0px;
    padding:0px;
    top:10px;
	left:10px;*/
	width:36px;height:36x;line-height:36px;
}
._right{
	
}
._left{
	
}
.vehicle-option{
	background-color:#fff;
	width:100%;
	height:35px;
	padding:6px;
}
.vehicle-list{
	position:absolute;
	background-color:#fff;
	width:100%;
	top:35px;
	bottom:0px;
    overflow:none;
	overflow-x:none;
	overflow-y:auto;
}
.vehicle-list ul{
	list-style-type:none;	
}
.vehicle-list ul li{
	height:70px;
}
.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 1px solid #c2e1f5;
	width:100%;
	height:100%;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #88b7d5;
	border-width: 20px;
	margin-top: -20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 23px;
	margin-top: -23px;	
}
.engine-off{background-color: #FEE4E6;}
.engine-on{background-color: #E9FDDF;}
.engine-idle{background-color: #FFFFE3;}
.machine{
	position:relative;
	cursor:pointer;
	margin-top:2px;
}
.machine *{
	cursor:pointer;
	font-weight:200 !important;
}
.machine .img{
	position:absolute;
	left:3px;
	top:0px;
	height:42px;	
}
.machine .name{
	position:absolute;
	width:225px;
	left:50px;
	top:2px;
	overflow: hidden;
    white-space: nowrap;
	font-weight:400 !important;
}
.machine .place{
	position:absolute;
	width:225px;
	left:50px;
	top:22px;
	overflow: hidden;
    white-space: nowrap;
}
.machine .location{
	position:absolute;
	width:225px;
	left:50px;
	top:42px;
	overflow: hidden;
    white-space: nowrap;
}
.machine .speed{
	position:absolute;
	left:2px;
	top:42px;
	width:42px;
	background-color:#fff;
	border: solid 1px #c0c0c0;
	padding-right:1px;
}
table.box99{
	border-collapse: collapse;
}
table.box99 tbody tr td{
	border: 1px solid #99d9ea;
}
.FORM_DAILY{
	background-color:#fff;
	/*border-top:50px solid #fff;*/
	top:50px;
}
input[list] {
  border: 1px solid #99d9ea;
  border-radius: 10px 10px 10px 10px;
  font-size: 14px;
  padding: 2px;
}
.datalist-arrow {
  position:relative;
}
.datalist-arrow:after {
  content:'\25bc';
  position:absolute;
  right:5px;
  top:50%;
  transform: translateY(-50%);
  display:block;
  width:35px;
  height:35px;
  line-height:40px;
  font-size: 1.5em;
  color:#333;
  text-align:center;
  background:#fff;
  border:3px solid #ccc;
  border-radius:50%;
  pointer-events:none;
}
._marker{
	font-size: 12px;
	width:25px;
	height:25px;
	border-radius: 20px;
	border: solid 2px #fff;
	background-color: #fff;
	text-align: middle;
	line-height: 25px;
	color:#000;
}
._marker.r{background-color:red;color:#fff;}
._marker.g{background-color:green;color:#fff;}
._marker.y{background-color:yellow;color:#000;}
.popupReplay{
	border:solid 1px #2d88cc;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px;
	margin:0px;
	background-color: #dce8fa;
	color:#2d88cc;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.popupReplayDay{
	border:solid 1px #2d88cc;
	height: 20px;
	line-height: 20px;
	margin:0px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.replay-list{
	z-index:99;
	background-color: #dce8fa;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position: absolute;
	overflow:none;
	overflow-x:none;
	overflow-y:auto;
	padding-top:40px;
}
.replay-list *{
	font-size: 14px !important;
	font-weight:200 !important;
}
.replay-list .route{
	white-space:nowrap;overflow:hidden;
}
.replay-list .replay-header{
	/*position: absolute;
	left: 0px;
	top:0px;
	width:100%;*/
	position:fixed;top:50px;width:300px;background-color:#fff;
}
.replay-list .replay-header .control{
	margin:5px 2px;width:30px;height:30px;line-height:28px;border:solid 2px #99d9ea;border-radius:30px;color:#99d9ea;background-color:#fff;float:right
}
.replay-list .r{background-color:red;color:#fff;padding:0px 2px 0px 2px;}
.replay-list .g{background-color:green;color:#fff;padding:0px 2px 0px 2px;}
.replay-list .y{background-color:yellow;color:#000;padding:0px 2px 0px 2px;}
.replay-list div.route{background-color:#dce8fa;}
.replay-list div.route:hover{background-color:#fff;}
.replay-hint{
	z-index:98;
	background-color: #dce8fa;
	color:#2d88cc;
	top:50px;
	left:0px;
	right:0px;
	position: absolute;
	text-align: middle;
	font-weight:200 !important;
	font-size: 14px !important;
}
.replay-hint-close{
	position:absolute;top:-5px;right:10px;width:20px;
	cursor: pointer;
}
.direction{
	top:40px;
	left:15px;
	width:20px;
	height:16px;
	/*border-style:solid;
	border-width:2px;
	border-color:blue;*/
	position:absolute;
	background-image: url("img/arrow.png");

	transform : rotate(280deg);
}
.ldmap_popup_detail{
	min-width:300px;
}
/*
.ldmap_popup_title{
	cursor:pointer;
}
.ldmap_popup_title::before{
	font-family:'Glyphicons Halflings';
	font-size: 15px;
  	content: "\e065";
	padding-right:5px;
}
*/
a[_driver]{
	cursor:pointer;
}
a[_driver]::before{
	font-family:'Glyphicons Halflings';
	font-size: 15px;
  	content: "\e065";
	padding-right:5px;
}
