/*---------------全局样式------------------*/
*{font-size:12px; font-family:Tahoma,Verdana,微软雅黑,新宋体}
body{ margin:0 auto 0 auto ;background:#eeeeee;border:1px #eeeeee;}
a{ color:#444444; text-decoration:none;}
a:link{text-decoration:none;}
a:hover{ color:Red; text-decoration:underline;}
a.a_1 {font-size: 12px;}
a.a_1:link,a.a_1:visited,a.a_1:active {text-decoration: none;color: #000;}
a.a_1:hover{text-decoration: none;color: #f00;}
a.red {font-size: 12px;}
a.red:link,a.red:visited,a.red:active {text-decoration: none;color: #f00;}
a.red:hover{text-decoration: none;color: #f00;}
.mg-r5{margin-right:5px;}
.mg-15{margin-top:15px;}
.mg-20{margin-top:20px;}
.mg-25{margin-top:25px;}
b.red{
	padding:2px;
	font-size:14px;
	font-weight: 500;
	color: #C80101;
}
a.blue {font-size: 12px;color: blue;font-weight: 800;}
a.blue:link,a.red:visited,a.red:active {text-decoration: none;color: blue;}
a.blue:hover{text-decoration: none;color: blue;}

/* 清除浮动 */
.clear{clear:both; line-height:0; height:0;}
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.textbox03 {border: #878787 1px solid;padding: 4px 3px;font:Verdana, Geneva, sans-serif,宋体;line-height: 14px; background-color: #fff;  height: auto; font-size: 14px;  font-weight: bold; width: 190px; }
.txt01{font:Verdana, Geneva, sans-serif,宋体;padding:3px 2px 2px 2px; border-width:1px; border-color:#ddd;  color:#000;}
.txt {border: #878787 1px solid;padding: 4px 3px;font:Verdana, Geneva, sans-serif,宋体;line-height: 14px; background-color: #fff;  height: auto; font-size: 14px;}
.footer{text-align:center;color:#15428B; margin:0px; padding:0px;line-height:23px; font-weight:bold;}

/*----------------修改手风琴菜单样式-----------*/
.panel-header{background:#EEEEEE;padding-top:6px;padding-bottom:6px;}
.easyui-accordion .accordion-header-selected .panel-title {color: #0A49AC;}
.easyui-accordion .panel-title{color:#0A49AC;}
.easyui-accordion .accordion-body{border:0;}
.easyui-accordion .accordion-header{background-color:#D6E8F2;border: 0;}
.easyui-accordion .accordion-header:hover{background-color:#E5F9FB;}
.easyui-accordion .accordion-header-selected{background-color:#E8E9EA;}
.easyui-accordion ul{list-style-type:none;margin:0px; padding:0;}
.easyui-accordion ul li{padding:0px;}
.easyui-accordion ul li a{line-height:25px;text-decoration: none;}
.easyui-accordion ul li div{padding-left:15px;}
.easyui-accordion ul li div.hover{border:0; background:#E0ECFF;cursor:pointer;}
.easyui-accordion ul li div.hover a{color:#416AA3;}
.easyui-accordion ul li div.selected{border:0; background:#99BBE8;cursor:default;}
.easyui-accordion ul li div.selected a{color:#416AA3; font-weight:bold;}
.layout-split-west {
    border-right: 5px solid #EFEFEF;
}

/*---------------修改bootstrap表单布局样式------------*/
button, input, select, textarea{
	line-height: normal;
}
.form-horizontal{padding-top:10px;}
.form-group { margin-bottom: 10px;line-height:30px;}
.fieldset-bg{background:#DCDCDC;}
.bill { margin-bottom: 5px;line-height:30px; padding-top:0px; padding:0px;}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 2px;
    text-align: right;
}
.form-control {
    width: 100%;
    height: 30px;
    /* padding: 3px 5px; */
    margin:0px;
    font-size: 12px;
    border-radius: 4px;
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.form-group .control-label{
	padding-top:0;
	font-weight: 500;
}
.form-group .text{
	line-height: 30px;
}
.form-group .left{
	text-align:left;
}
.form-group .btn {
    display: inline-block;
    padding: 3px 12px;
    margin-right:15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #90B6F2;
    background-image: none;
    border-radius: 2px;
}
.btn-list{
	border:#155117 1px solid;
	background:#2FA434;
	padding:0 3px; 
	border-radius: 3px;
	cursor: pointer;
}
.btn-list:hover{
	border:#4DAE52 1px solid;
	background:#29BF30;
	color:#FFF;
	padding:0 3px; 
	border-radius: 3px;
	cursor: pointer;
}
.btn-list-d{
	border:#878787 1px solid;
	background:#CCC;
	padding:0 3px; 
	border-radius: 3px;
}
.btn-a{
	border:#878787 1px solid;
	text-decoration:none;
	background:#CCC;
	padding:0 3px; 
	border-radius: 3px;
}
.btn-a:link{text-decoration:none;}
.btn-a:hover{text-decoration:none;}
.btn-default:hover {
    color: #FFF;
    background-color: #396EC3;
}
.save-distable{
	background-color: #DDDDDD;
}

legend {
    display: block;
    width: 100%;
    /* padding: 5px; */
    margin-left:15px; 
    margin-bottom: 15px;
    font-size: 14px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #DEDEDE;
}

.legend-bg{
	padding:0px;
	background:#D9EDF7;
	margin-left:0px;
	margin-bottom:5px;
	height:28px;
}

legend span{
	margin-left:10px;
	font-size: 13px;
	font-weight: bold;
}

.ts-fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-image: initial;
    margin-bottom:10px;
}
.ts-legend {
	width:auto;
	margin-bottom:5px;
	border-bottom: 0px;
}

.table{margin-bottom: 0px;}
.table>tbody>tr>td{padding:0px; border:1px solid #99BBE8;vertical-align: middle;}
.table>tbody>tr>td input{width:100%;height:25px;border:0px; padding:0 5px;}
.table>tbody>tr>th{padding:0 3px; text-align: center; border:1px solid #99BBE8;vertical-align: middle;}
.checkbox-inline {
    padding: 0 20px 0 0;
    font-size: 12px;
    line-height: 25px;
    vertical-align: middle;
    padding-top:0!important;
}
.checkbox-inline .cx{
	width:16px;height:16px;
}
/*---------------------修改goouploader样式----------------------*/
.up_modify{
	border: 0;
	background: none;
	display: inline-block;
	clear:both;
	height:32px;
}
.up_modify .total_bg{
	background: none;
	clear:both;
}
.up_modify .oper{
	overflow:inherit;
}
.up_modify .content{
	border:0;
}
.up_modify .content li{
	/*border:#99BBE8 1px solid;*/
	border:0;
	padding-top:3px;
}
.up_modify .content li .labe{
	margin:3px 1px;
}


/*----------------------主页框架样式-------------------------------*/
/*---------------------顶部区域样式------------------------*/
.north{height:90px; background-color: #2E71C4;position:relative;overflow: hidden;}
.north .top{height:65px;}
.north .top .logo{padding:10px;}
.north .top .dhmenu{top:0;left:230px;position:absolute;height:65px;overflow:hidden;}
.north .msg{height:25px; background: #A6A6A6;}
.north .msg .loginMsg{float:left; padding-left:10px;height:100%; line-height:25px;color:#FFF;overflow:hidden; background: #A6A6A6;}
.north .msg .loginMsg img{margin-top:-5px;width:18px;height:18px;}
.north .msg .loginMsg a{color:#FFF;text-decoration:none;}
.north .msg .tipMsg{float:left; padding-left:10px; height:100%;line-height:25px;}
.north .msg .searchMsg{float:right; margin-right:20px; height:100%;line-height:25px;}
.dhmenu ul{
	margin:0px;
}
.dhmenu ul li{
	float: left;
	list-style-type:none;
}
.dhmenu ul li a {
	padding-top:8px;
    color: #FFF;
    display:block;
    height: 57px;
    width: 100px;
    font-size:14px;
    text-align: center;
    text-decoration:none;
}
.dhmenu ul li a:hover, .dhmenu ul li a.here{
    background-color:#0A49AC;
	text-decoration:none;
}
.dhmenu ul li a:link, .dhmenu ul li a:visited, .dhmenu ul li a.ot {
	text-decoration:none;
}
.dhmenu ul li a span{
	margin-left:32px;
	margin-bottom:2px;
	display:block;
	width:35px;
	height:30px;
}

#west{ width:14%;height:550px;float:left;}

/*篮框表格样式*/
.blueTab{
	border:#E6E4E4 1px solid; 
	border-width: 1px 0px 0px 1px;
}
.blueTab tbody{
	border:#E6E4E4 1px solid;
	border-width: 0px 1px 1px 0px;
	display:block;
	width:100%; 
	overflow:auto;
	overflow-x:hidden;
}
.blueTab th{
	display:inline-block;
	float:left;
	border:#E6E4E4 1px solid;
	border-width: 0px 1px 1px 0px;
	background:#F3F3F3;
	text-align: center;
	height:25px;
	line-height:25px;
	background: -moz-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,#EFEFEF));
    background: -webkit-linear-gradient(top, #F8F8F8 0%,#EFEFEF 100%);
    background: -o-linear-gradient(top, #F8F8F8 0%,#EFEFEF 100%);
    background: -ms-linear-gradient(top, #F8F8F8 0%,#EFEFEF 100%);
    background: linear-gradient(to bottom, #F8F8F8 0%,#EFEFEF 100%);
}
.blueTab td{
	border:#E6E4E4 1px solid;
	border-width: 0px 1px 1px 0px;
	background:#FFF;
	padding:0 5px;
}
.blueTab td:last-child{
	border:#E6E4E4 1px solid;
	border-width: 0px 1px 1px 0px;
}
/*树形UL样式*/
.ul_tree{width:180px;overflow:auto;margin:0px; padding:0;}
.ul_tree li{list-style: none; width:100%; line-height:20px;padding:5px; text-align: left; cursor: pointer;}
.ul_tree li:hover{background:#DCDCDC;}
.ul_tree li.current{background:#82AAFB;}

.search-north{widht:100%;height:30px;background:#FFF;}
/*搜索表单样式*/
.search{
	margin:0 auto;
	padding:5px 10px;
	background:#fafafa;
	border:1px solid #D8D8D8;
}

.search .textcom{
	width:148px;
	line-height:20px;
	height:20px;
	position: relative;
  	border: 1px solid #D3D3D3;
  	background-color: #fff;
  	vertical-align: middle;
  	display: inline-block;
  	overflow: hidden;
 	white-space: nowrap;
 	margin: 0;
  	padding: 0;
  	-moz-border-radius: 5px 5px 5px 5px;
  	-webkit-border-radius: 5px 5px 5px 5px;
  	border-radius: 5px 5px 5px 5px;
}
.search .selectcom{
	width:150px;
	overflow:hidden; 
	line-height:20px;
	height:22px;
	margin:0;
}
.easyui-linkbutton{height:21px;}
.easyui-linkbutton .l-btn-text{line-height:21px;}
#searchform table{min-width: 1025px;}
#searchform table td.text{ text-align:right; }
#searchform table td.item{ text-align:left; margin_right:10px;}
.searchItem{ list-style:none; height:25px; margin-right: 10px; text-align:left; display: inline-block;}
.searchItem label{width:80px; text-align: right;display: inline-block;}
.columnItem{width:130px; height:30px; line-height:30px; text-align: left; margin-right: 10px;display: inline-block; }
.columnItem input{width:16px;height:16px;vertical-align: middle;}

/*表单样式*/
.form{padding:10px;}
.form .formitem{margin:0;padding:0;margin-bottom:8px; clear:both;}
.form .formitem:before,.form .formitem:after{content:'';display:block;}
.form .formitem:after{clear:both;}
.form .formitem .f_label{float:left; width:120px; height:22px; line-height:22px;text-align: right; vertical-align:middle; padding-right:5px;}
.form .formitem .f_item{float:left; text-align: left;}
.form .formitem .f_item input{height:20px;}

.submit-btn{ background: url(../images/button3.png) no-repeat;cursor: pointer;width:80px;height:27px;border:0;}
.submit-distable{ background: url(../images/button4.png) no-repeat;}
.save-btn{ background: url(../images/button1.png) no-repeat;cursor: pointer;width:80px;height:27px;border:0;}
.save-distable{ background: url(../images/button2.png) no-repeat;}
.cancel-btn{ background: url(../images/cancel.png) no-repeat;cursor: pointer;width:80px;height:27px;border:0;}
.lock-btn{ background: url(../images/lock.png) no-repeat;cursor: pointer;width:80px;height:27px;border:0;}
.lock-distable{ background: url(../images/lock2.png) no-repeat;}
.unlock-btn{ background: url(../images/unlock.png) no-repeat;cursor: pointer;width:80px;height:27px;border:0;}
.unlock-distable{ background: url(../images/unlock2.png) no-repeat;}

/*承运信息查询样式*/
.flowMsg{width:100%; border:1px solid #eeeeee;margin-bottom: 10px;overflow:hidden;}
.flowMsg .flowLeft{float: left; width:20%;}
.flowMsg ul{list-style: none;}
.order-status{
	width:100%;
	padding: 20px 0 38px;
    text-align: center;
}
.order-status .status-top {
    margin-bottom: 10px;
    color: #999;
}
.order-status .status-txt {
    font: 700 24px/34px "Microsoft YaHei";
    color: #71b247;
}
.order-status .status-pay{
	margin-top: 3px;
}
.flow-process{
	width:100%;
	padding: 15px 0 15px;
    text-align: center;
}
.flow-process .flow-title{
	font: 500 18px/24px "Microsoft YaHei";
    color: #71b247;
}
.flow-process ul{
	margin-top:15px;
	text-align: left;
}
.flowMsg .flowRight{float: right; width:80%; min-height:175px; border-left:1px solid #eeeeee; overflow-x:auto;overflow-y:hidden;}
.flowMsg .flowRight .flowRight-div{width:1100px;}
.flow-node ul{
	margin-top:15px;
}
.flow-node ul li{
	line-height: 22px;
    position: relative;
    padding: 9px 0 0 15px;
    border-left: 1px solid #d9d9d9;
    color: #333;
}
.flow-node ul li .node-icon {
    position: absolute;
    left: -6px;
    top: 15px;
    width: 11px;
    height: 11px;
    background: url(../images/order-icons.png) -21px -72px #fff no-repeat;
}
.flow-node ul li.first .node-icon {
    background-position: 0 -65px;
    height: 20px;
    top: 7px;
}
.flow-node ul li .time {
    width: 140px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
}
.flow-node ul li .info {
	margin-top:-1px;
	vertical-align: top;
    position: relative;
    display: inline-block;
}
.order-process {
	height:130px;
    display: block;
    padding: 25px 20px 10px 20px;
}
.order-process .node {
    position: relative;
    top: -17px;
    float: left;
    width: 65px;
    height: 43px;
}
.order-process .node .node-icon {
    left: 28px;
    position: absolute;
    display: block;
    top: 0;
    width: 43px;
    height: 43px;
    background: url(../images/node-icons.png) no-repeat;
    overflow: hidden;
}
.order-process .node .icon-start-0 {
    background-position: 0 0;
}
.order-process .node .icon-start-1 {
    background-position: 0 -54px;
}
.order-process .node .icon-start-2 {
    background-position: 0 -108px;
}
.order-process .node .icon-site-0 {
    background-position: -108px 0;
}
.order-process .node .icon-site-1 {
    background-position: -108px -54px;
}
.order-process .node .icon-site-2 {
    background-position: -108px -108px;
}
.order-process .node .icon-driver-0 {
    background-position: -270px 0;
}
.order-process .node .icon-driver-1 {
    background-position: -270px -54px;
}
.order-process .node .icon-driver-2 {
    background-position: -270px -108px;
}
.order-process .node .icon-sign-0 {
    background-position: -216px 0;
}
.order-process .node .icon-sign-1 {
    background-position: -216px -54px;
}
.order-process .node .icon-sign-2 {
    background-position: -216px -108px;
}
.order-process .node ul {
    z-index: 1;
    width: 189px;
    margin-left: -62px;
    position: absolute;
    margin-top: 40px;
    text-align: center;
}
.order-process .node ul li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.order-process .txt1 {
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
}
.order-process .txt2 {
    line-height: 25px;
}
.order-process .txt3 {
    color: #333;
    line-height: 15px;
}
.order-process .proce {
	float:left;
	margin-left:10px;
    width: 60px;
    height: 18px;
    background-image: url(../images/proce-icons.png);
}

.order-process .done {
    background-position: -64px -38px;
}

.order-process .undone {
    background-position: -64px -18px;
}
.signImg{height:350px;list-style: none;overflow-x:scroll;}
.signImg li{display: inline-block; padding:10px;}

.datagrid-footer .datagrid-row{
	background-color:#cee4fa;
	color:red;
	font-weight:bold;
}