﻿
html,body{
	width: 100%;
	height: 100%;
}
*{
	padding: 0;
	margin: 0;	
}

.clearboth{
	 clear:both;
}
.layout{
	background: #f2f2f2;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
/*头部样式*/
/*.title{
	overflow: hidden;
	background: yellow;
	display: flex;
}*/
.title>div{
	/*flex: 1;*/
	float: left;
	width: 24%;
	height: 100px;
	margin: 10px 0.5%;
	/*border: 1px solid #000000;*/
}

.header_info{
	border-radius: 3px;
	background: rgba(255, 138, 0, 0.08);
	position: relative;
}
.icon_box{
	float: left;
	border-radius: 3px;
	width: 40%;
	background: #373D41;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.user{
	background: #ff8a00;
}
.car{
	background: #246CB1;
	
}
.car_team{
	background: #009688;
}
.icon_box>i::before{
	font-size: 40px;
	color: #fff;
}
.number{
	float: left;
	text-align: center;
	width: 60%;
	padding-top: 25px;
	color: #989090;	
}
.number>p span{
	font-size: 28px;
	color: #989090;	
}
.useradd_number,.carteam_number{
	text-decoration: underline;
	cursor: pointer;
}
.MoreInfo{
	position: absolute;
	width: 600px;
	max-height: 500px;
	background: #fff;
	z-index: 2;
	border: 1px solid #f4f4f4;
	display: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
.terminal-table{
	width: 100%;	
}
.grid thead td
{
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background: #fff;
    text-align: left;
    /*padding: 5px 1px;*/
    text-overflow:ellipsis; 
    word-break:keep-all;
    overflow:hidden;
    font-weight: bold;
    color:#666;
    text-align: center;
    height: 27px;
    /*line-height: 27px;*/
}
.newAdd_tbody{
    display:block;
    max-height:470px;
    overflow-y:auto;
    overflow-x: hidden;
}
.newAdd_tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;

}
/*.newAdd_tbody tr:hover{
	cursor: pointer;
}*/
.newAdd_tbody td{
	text-align: center;
	/*background: #fff;*/
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.grid thead td:nth-of-type(1){
	width: 120px;
}
.grid thead td:nth-of-type(2){
	width: 100px;
}
.grid thead td:nth-of-type(3){
	width: 100px;
}
.grid thead td:nth-of-type(4){
	width: 100px;
}
.grid thead td:nth-of-type(5){
	border-right: none;
	width: auto;
}

.newAdd_tbody td:nth-of-type(1){
	width: 120px;
}
 .newAdd_tbody td:nth-of-type(2){
	width: 100px;
}
 .newAdd_tbody td:nth-of-type(3){
	width: 100px;
}
 .newAdd_tbody td:nth-of-type(4){
	width: 100px;
}
 .newAdd_tbody td:nth-of-type(5){
	border-right: none;
	width: auto;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.newVehicleAdd{
	right: 0;
}
/*头部样式结束*/

/*拖动排序选项卡开始*/
#drag_container {
	font-family: arial,SimSun; 
	background-color: #eee;
	}
#drag_container .item {
	float: left;
	width: 50%; 
	height:280px;
	padding: 10px; 
	position: relative; 
	box-sizing: border-box;
	}
#drag_container .drag_title { 
	width: 100%;
	height: 30px;
	color: #fff; 
	font-size: 14px;
	margin: 0px;
	line-height: 30px; 
	background-color: #69cdc6; 
	text-indent: 4px; 
	border-radius: 2px;
	}
#drag_container .drag_content {
	width: 100%; 
	height: 230px; 
	background-color: #fff;
	}
.drag_title>div{
	float: left;
	}
.close_btn{
	position: absolute;
	width: 24px;
	height: 24px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	top: 14px;
	right: 14px;
	cursor: pointer;
	color: #ccc;
	}
.close_btn:hover{
	color: #000;
}	
.addItem{
	background: rgba(255,255,255,0.5); 
	height: 100%;
	}
#addTable{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
	cursor: pointer;
	}
/*拖动排序选项卡结束*/

.drag_more{	
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 40px;
	width: 28px;
	height: 12px;
	color: #fff;
	font-family: "微软雅黑";
	
}
.drag_more:hover{
	color: #efefef;
}


/*拖拽第一个卡片样式*/
.drag_content_table{
	/*padding: 5px;*/
	box-sizing: border-box;
}
.drag_table thead td
{
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background: #fff;
    text-align: left;
    text-overflow:ellipsis; 
    word-break:keep-all;
    overflow:hidden;
    font-weight: bold;
    color:#666;
    text-align: center;
    height: 28px;
}
.darg_tbody{
    display:block;
    max-height: 200px;
    overflow-y:auto;
    overflow-x: hidden;
}
.darg_tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.darg_tbody td{
	text-align: center;
	/*background: #fff;*/
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #ccc;
    border-bottom:1px solid #ccc;
}
/*最新通知--开始*/
.notice_table thead td:nth-of-type(1){
	width: 200px;
}
.notice_table thead td:nth-of-type(2){
	width: 80px;
}
.notice_table thead td:nth-of-type(3){
	width: 80px;
}
.notice_table thead td:nth-of-type(4){
	width: 100px;
}
.notice_table thead td:nth-of-type(5){
	border-right: none;
	width: auto;
}

.notice_tbody td:nth-of-type(1){
	width: 200px;
}
.notice_tbody td:nth-of-type(2){
	width: 80px;
}
.notice_tbody td:nth-of-type(3){
	width: 80px;
}
.notice_tbody td:nth-of-type(4){
	width: 100px;
}
.notice_tbody td:nth-of-type(5){
	border-right: none;
	width: auto;
	white-space:nowrap;
	text-overflow:ellipsis;
}
/*最新通知--结束*/
/*拖拽第一个卡片样式*/

    /*万能清除浮动*/
html body div.clear,
html body span.clear
{
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-button:vertical
{
    display: none;
}
::-webkit-scrollbar-corner, ::-webkit-scrollbar-track
{
    background-color: #e2e2e2;
}
::-webkit-scrollbar-thumb
{
    border-radius: 0;
    background-color: rgba(0, 0, 0, .3);
}
::-webkit-scrollbar-thumb:vertical:hover
{
    background-color: rgba(0, 0, 0, .35);
}
::-webkit-scrollbar-thumb:vertical:active
{
    background-color: rgba(0, 0, 0, .38);
}