.jquery-gps-select-content{
    width:200px;
    height: 30px;
    line-height: 30px;
    margin: 3px;
    position: relative;
    float: left;
    background:url(../../images/gpsbase/select_back.png) right center no-repeat #fff;
    border:1px solid #ccc;
}
.jquery-gps-select-text-content{
    text-overflow : ellipsis;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: left;
}
.jquery-gps-select-icon-content{
    display: block;
    width:30px;
    height: 30px;
    float: right;
    background-image:url(../../images/gpsbase/select2.png) ;
}
.jquery-gps-select-icon-content:hover
{
    
}

.jquery-gps-select-list
{
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	left:-1px;
	overflow:hidden;
	position: absolute;
	z-index: 999999;
	background:#fff;
	border: 1px solid #d3d7de;
}

.jquery-gps-select-list li.text
{
    line-height:30px;
    text-align: left;
    padding-left: 5px;
    text-overflow : ellipsis;

}
.jquery-gps-select-list li:hover
{
    background: #b4e4e4;
}

.jquery-gps-select-content a.listitemcontent
{
    display: block;
    height: 100%;
    text-align: left;
    cursor: pointer;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.jquery-gps-select-list li a.listitemcontentchoosen
{
    background-color: #58c2ff;
    cursor: pointer;
}






.jquery_extend_checkbox_ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 30px;
	float: left;
        width:100%;
}
.jquery_extend_checkbox_ul li.jquery-checkbox-icon
{
	float: left;
        width:30px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.jquery_extend_checkbox_ul li.jquery-checkbox-text{
	float: left;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.jquery_extend_checkbox_ul .id{
	height: 30px;
	line-height: 30px;
	display: inline-block;
	cursor: pointer;
	width: 200px;
}
.jquery_extend_checkbox_ul .name{
	height: 30px;
	display: inline-block;
	line-height: 30px;
	cursor: pointer;
}
.jquery_extend_checkbox_icon
{
    display: block;
    float: left;
	width: 30px;
        height: 30px;
	text-align:center;
	background: url(../../images/gpsbase/checkbox_1.png) no-repeat;
}
.jquery_extend_checkbox_icon2
{
    display: block;
    float: left;
	width: 30px;
        height: 30px;
	text-align:center;
	background: url(../../images/gpsbase/checkbox_2.png) no-repeat;
}
.jquery_extend_checkbox_icon_normal
{
	background-position:left top;
}
.jquery_extend_checkbox_icon_checked
{
	background-position:right top;
}
.jquery_extend_checkbox_icon_normal2
{
	background-position:left top;
}
.jquery_extend_checkbox_icon_checked2
{
	background-position:right top;
}
.jquery_extend_checkbox_icon_normal_disabled
{
	background-position:left bottom;
}
.jquery_extend_checkbox_icon_checked_disabled
{
	background-position:right bottom;
}




.jquery-gps-tree-ul-scroll-bar-background
{
    position: absolute;
    top:0;
    right:0;
    width:10px;
    height: 100%;
    /*background: url(../../images/gpsbase/menu_scroll_background.png) left top repeat-y;*/
    cursor:pointer;
    z-index: 12;
    
}
.jquery-gps-tree-ul-scroll-bar
{
    right: 3px;
    top: 5px;
    width:10px;
    height: 200px;
    background-color: #dde1e8;
    /*background: url(../../images/gpsbase/menu_scroll_background.png) right top repeat-y #ccc;*/
   background: url(../../images/gpsbase/scroll.png);
    z-index: 13;
    cursor:pointer;
    -moz-border-radius: 10px;       /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;           /* W3C syntax */
}
.jquery-gps-tree-ul
{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position:relative;
    /* liqian start 2017 3-2 bug 2119 添加左侧树横向滚动条*/
    overflow-x: auto;
    overflow-y: hidden;
    /* liqian end 2017 3-8 */
}

.jquery-gps-tree-ul-sub
{
 /* liqian start 2017 3-2 bug 2119 添加左侧树横向滚动条
 	width: 100%;
  	list-style: none;
   	overflow: hidden;
  */
 	margin: 0;
    padding: 0;
	background:#f2f2f2;
 	width:auto;  
    float:left; 
    position:relative;
 	overflow: visible;
    z-index: 11;
     /* liqian end 2017 3-8 */
}
 li.big_close
{
    min-height: 34px;
    position: relative;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
 li.big_close span.checkbox
{
    display:block;
    float: left;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
}
 li.big_close span.text
{
    display: block;
    float: left;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
}
 li.big_close  span.text span.iconarea
{
    width: 14px;
    height: 34px;
    line-height: 34px;
    display:block;
    float: left;
}
 li.big_close  span.text span.textcontent
{
    height: 34px;
    line-height: 34px;
    text-align:left;
    display:block;
    float: left;
    white-space: nowrap;
    /* liqian start 2017 3-2 bug 2119 添加左侧树横向滚动条 */
/* text-overflow:ellipsis; */
/*liqian end 3-11  */
overflow:hidden;
cursor: default;
}
 li.big_close  span.text span.iconarea a.icon
{
    display: block;
    float:left;
    height: 12px;
    width:12px;
    margin-top: 12px;
    background: url(../../images/gpsbase/menuicon.png) left top no-repeat;
}
 li.big_close  span.text a.icon_open
{
    display: block;
    float:left;
    height: 12px;
    width:12px;
    margin-top: 10px;
    background: url(../../images/gpsbase/menuicon.png) left bottom no-repeat;
}
 li.big_close a.openbutton
{
    display: block;
    height: 35px;
    /* liuhao start 2017-6-9 新增左侧树勾选车辆功能 */
   /*  width: 34px; */
    width: 24px;
    /* liuhao end 2017-6-9 */
    background: url(../../images/gpsbase/ico_packup.png) center center no-repeat;
    background-color: #1d9eb1;
    float: right;  
}
 li.big_close a.openbutton_open
{
    display: block;
    height: 35px;
    width: 34px;
    background: url(../../images/gpsbase/ico_upfold.png) center center no-repeat;
    background-color: #1d9eb1;
    float: right;  
}
 li.sub
{	
    height: 30px;

    line-height: 30px;
}

 .leftmenubigitem
{
    height: 35px;
     /* liuhao start 2017-6-9 新增左侧树勾选车辆功能 */
   /*   width: 100%; */
    width: 90%;
    /* liuhao end 2017-6-9 */
    border-bottom: 1px solid #46b6c1;
    background-color: #7dd5e1;
}

 .leftmenusubitem
{
    height: 34px;
    line-height: 34px;
background:#f2f2f2;

}
 .leftmenusubitem span.text
{
    display:inline-block;
    height:30px;
    line-height:30px;
}
 
 .leftmenusubite  span.text_carno
{ 
		display:inline-block;
		width:60px;
		padding:0 0 0 10px;
}
.text_content
{ 
		display:inline-block;
		width:120px;
		color:#1bbc9b;
}
.text_content_online
{ 
		display:inline-block;
		width:120px;
		color:#1bbc9b;
}
.text_content_driving
 {
		display:inline-block;
		width:120px;
		color:#056bf6;	
 }
.text_content_offline
{ 
		display:inline-block;
		width:120px;
		color:#b2b2b2;
}
.text_content_stop
{ 
		display:inline-block;
		width:120px;
		color:#496cc4;
}
.text_content_nodata
{ 
		display:inline-block;
		width:120px;
		color:#f6c605;
}
.text_content_accoff
{ 
		display:inline-block;
		width:120px;
		color:#d105f6;
}
 .text_content_warn
{ 
		display:inline-block;
		width:120px;
		color:#f68d05;
}
.text_content_110
{ 
		display:inline-block;
		width:120px;
		color:#f60505;
}
 .imgCar{

    display: block;
    float:left;
    width:30px;
    height:30px;
    
}
/*右边的两个角边圆角*/
.fillet_right_4
{
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:4px;
	 
	/* Webkit browsers */
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:4px;
	 
	/* W3C syntax */
	border-top-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:0;
}
.fillet_left_4
{
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:0;
	 
	/* Webkit browsers */
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:4px;
	 
	/* W3C syntax */
	border-top-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:4px;
}
.filletall{
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	 
	/* Webkit browsers */
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	 
	/* W3C syntax */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}
.filletall_bottom{
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	 
	/* Webkit browsers */
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	 
	/* W3C syntax */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}

.filletall_8{
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	 
	/* Webkit browsers */
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	 
	/* W3C syntax */
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
}

.shadow_out_3
{
	-moz-box-shadow:0 0 3px #333 ;               /* For Firefox3.6+ */
	-webkit-box-shadow:0 0 3px #333 ;            /* For Chrome5+, Safari5+ */
	box-shadow:0 0 3px #333 ;                    /* For Latest Opera */
}
.shadow_bottom_right_5
{
	-moz-box-shadow:5px 5px 5px #aaa ;               /* For Firefox3.6+ */
	-webkit-box-shadow:5px 5px 5px #aaa ;            /* For Chrome5+, Safari5+ */
	box-shadow:5px 5px 5px #aaa ;                    /* For Latest Opera */
}
.shadow_bottom_left_5
{
	-moz-box-shadow:5px 5px 5px #aaa ;               /* For Firefox3.6+ */
	-webkit-box-shadow:5px 5px 5px #aaa ;            /* For Chrome5+, Safari5+ */
	box-shadow:5px 5px 5px #aaa ;                    /* For Latest Opera */
}
.shadow_out_10
{
	-moz-box-shadow:0 0 10px #333 ;               /* For Firefox3.6+ */
	-webkit-box-shadow:0 0 10px #333 ;            /* For Chrome5+, Safari5+ */
	box-shadow:0 0 10px #333 ;                    /* For Latest Opera */
}
.shadow_out_20
{
	-moz-box-shadow:0 0 20px #333 ;               /* For Firefox3.6+ */
	-webkit-box-shadow:0 0 20px #333 ;            /* For Chrome5+, Safari5+ */
	box-shadow:0 0 20px #333 ;                    /* For Latest Opera */
}
.shadow_bottom_10
{
	-moz-box-shadow:0 10px 10px #333;               /* For Firefox3.6+ */
	-webkit-box-shadow:0 10px 10px #333 ;            /* For Chrome5+, Safari5+ */
	box-shadow:0 10px 10px #333 ;                    /* For Latest Opera */
}
.shadow_bottom_3
{
	-moz-box-shadow:0 3px 5px #ddd;               /* For Firefox3.6+ */
	-webkit-box-shadow:0 3px 5px #ddd ;            /* For Chrome5+, Safari5+ */
	box-shadow:0 3px 5px #ddd ;                    /* For Latest Opera */
}
.shadow_bottom_gray_3
{
	-moz-box-shadow:0 3px 2px #999;               /* For Firefox3.6+ */
	-webkit-box-shadow:0 3px 2px #999 ;            /* For Chrome5+, Safari5+ */
	box-shadow:0 3px 2px #999 ;                    /* For Latest Opera */
}
.shadow_bottom_black_3
{
	-moz-box-shadow:0 5px 15px #333;               /* For Firefox3.6+ */
	-webkit-box-shadow:0 5px 15px #333 ;            /* For Chrome5+, Safari5+ */
	box-shadow:0 5px 15px #333 ;                    /* For Latest Opera */
}
.shadow_top_3
{
	-moz-box-shadow:0 -3px 5px #ddd ;               /* For Firefox3.6+ */
	-webkit-box-shadow:0 -3px 5px #ddd ;            /* For Chrome5+, Safari5+ */
	box-shadow:0 -3px 5px #ddd ;                    /* For Latest Opera */
}
 

.shadow_inset_top
{
    -moz-box-shadow:0px 0px 5px #569ea8 inset;              
    -webkit-box-shadow:0px 0px 5px #569ea8 inset;           
    box-shadow:0px 0px 5px #569ea8 inset;
}
.shadow_inset_top_3
{
    -moz-box-shadow:0px 0px 2px #569ea8 inset;              
    -webkit-box-shadow:0px 0px 2px #569ea8 inset;           
    box-shadow:0px 0px 2px #569ea8 inset;
}
.shadow_inset_black_10
{
    -moz-box-shadow:0px 0px 10px #666 inset;              
    -webkit-box-shadow:0px 0px 10px #666 inset;           
    box-shadow:0px 0px 10px #666 inset;
}
.shadow_inset_black_5
{
    -moz-box-shadow:0px 0px 5px #ddd inset;              
    -webkit-box-shadow:0px 0px 5px #ddd inset;           
    box-shadow:0px 0px 5px #ddd inset;
}
.jquery_extend_radio{
	
	height:30px;
	cursor:pointer;
	line-height:30px;
	text-align:left;
	display:block;
	width:120px;
}
.jquery_extend_radio_icon
{
	width:30px;
	height:30px;
	display:block;
	float:left;
	cursor:pointer;	
}
.jquery_extend_radio_1
{
	background:url(../../images/gpsbase/radio_1.png) left top no-repeat;
}
.jquery_extend_radio_1:hover
{
	background:url(../../images/gpsbase/radio_1.png) left center no-repeat;
}
.jquery_extend_radio_1_checked
{
	background:url(../../images/gpsbase/radio_1.png) right top no-repeat;
}
.jquery_extend_radio_1_checked:hover
{
	background:url(../../images/gpsbase/radio_1.png) right center no-repeat;
}

.jquery_extend_radio_1_disabled
{
	background:url(../../images/gpsbase/radio_1.png) left bottom no-repeat;
}
.jquery_extend_radio_1_disabled_checked
{
	background:url(../../images/gpsbase/radio_1.png) right bottom no-repeat;
}
*{outline: none;-webkit-text-size-adjust: none;}
textarea{resize:none;}


.easiertip_tip
{
	position:absolute;
	height:30px;
	white-space:nowrap;
	line-height:30px;
	padding:0 30px;
	background:url(../../images/gpsbase/tips_wrong.png) 8px center no-repeat #ffffe7;
	color:#8c322a;
	border:1px solid #d0cfb1;
	overflow:hidden;
}
.easiertip_error{
	position:absolute;
	white-space:nowrap;
	height:30px;
	line-height:30px;
	padding:0 30px;
	background:url(../../images/gpsbase/tips_error.png) 8px center no-repeat #ffffe7;
	color:#8c322a;
	border:1px solid #d0cfb1;
	overflow:hidden;
}

.jquery_extend_multipletree_searchwin
{
	position: absolute;
	border-top:1px solid #ccc;
	background:#fff;
	left:0;
	top:0;
	z-index:20;
}
.jquery_extend_multipletree_searchwin .title{
	width:100%;
	height:30px;
	line-height:30px;
}
.jquery_extend_multipletree_searchwin .title .text
{
	display:block;
	height:30px;
	line-height:30px;
	padding-left:5px;
	font-weight:bold;
	font-family:"微软雅黑";
	font-size:14px;
	float:left;
}
.jquery_extend_multipletree_searchwin .title .close
{
	display:block;
	
}
.jquery_extend_multipletree_searchwin .body
{
	overflow:auto;
	width:240px;
	background:#fff;
}
.jquery_extend_multipletree_searchwin .body .checkboxcontent
{
	display:block;
	height:30px;
	line-height:30px;
	width:100%;
}
