.s-input {
	padding: 6px 0 6px 4px;
	height: 36px;
	width: 377px;
}

.orange{
	color:#ffa23b;
}

.require {
	color: red;
	padding-right: 3px;
}

.blue {
	color: #0070c9;
}

/* 头部  */
.header-top {
	background: #fafafa;
	height: 34px;
	line-height: 34px;
	/* margin-bottom: 5px; */
	-webkit-transform: translate3d(0,0,0);
	border-bottom: 1px solid #eee;
    min-width: 1200px!important;
}

.header-top .header-top-box li {
	float: left;
	padding:0 12px;
}

.header-top .header-top-box li img {
	width: 28px;
	margin-right: 4px;
}

.header-top .header-top-box li a {
	color: #6c6c6c;
	text-decoration: none;
}

.header-top .header-top-box li a:hover {
	color: #0195d3;	
}

.header-top .header-top-box .spacer {
	width: 1px;
	height: 12px;
	margin-top: 10px;
	padding: 0;
	background: #ddd;
}

.header-center {
	padding: 10px 0;
	background: #fff;
}

.header-center .header-center-logo {
	height: 75px;
	line-height: 75px;
}

.header-center .header-center-box {
	padding-top: 5px;
}

.header-center .header-center-box .tab-btn {
	border-radius: 0px;
	padding: 6px 16px;
	font-size: 12px;
	border-bottom: 0px;
}

.header-center .header-center-box .search-btn {
	margin-left: 3px;
	border-radius: 0px;
	padding: 7px 20px;
}

.header-center .price-search .price-to {
	padding-top:5px;
	padding-right: 10px;
}

.header-center .price-search .search-pol .search-fcl-pol,
.header-center .price-search .search-pod .search-fcl-pod {
	width: 170px;
	border: 0px!important;
	margin-top: -2px;
}

.header-center .header-center-box .header-track {
	display: none;
}

.header-center .header-center-box .track-search {
	width: 300px;
}

.header-center .header-center-box .track-input {
	border: 0px!important;
	margin-top: -2px;
}

.header-center .header-center-box .quick-search {
	padding-top: 15px;
}

.header-center .header-center-box .quick-search .search-input {
    width: 303px;
    height: 40px;
   /*  line-height: 40px; */
}

.header-center .header-center-box .quick-search .search-btn {
	height: 40px;
}

.header-bottom {
	margin-bottom: 15px;
	border: 1px solid transparent;
}

.header-bottom .navbar-default ul li {
	float: left;
	line-height: 40px;
    height: 40px;
}

.header-bottom .navbar-default ul li a {
    font-size: 14px;
    color: #FFF;
    padding: 0 25px;
}

.header-bottom .navbar-default ul li a:hover,
.header-bottom .navbar-default ul li a:focus { 
	text-decoration: none;
	outline:none;
}

.header-bottom .navbar-default .active, 
.header-bottom .navbar-default .active:hover, 
.header-bottom .navbar-default .active:focus {
    text-decoration: none;
}

/* 左侧菜单  */
.left-menu {
	padding-left: 0px;
	font-size: 14px;
}

.left-menu .panel-info {
  	border: 1px solid #eee;
  	margin-bottom: 10px;
  	box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

.left-menu > .panel-info > .panel-heading {
    color: #222;
    border-color: #eee;
    background-color: #fff!important;
    font-weight: bold;
    font-size: 14px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.left-menu .panel-info .list-group-item {
	font-size: 12px;
    color: #333;
    padding: 13px 15px;
    border-left: 2px solid #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.left-menu .panel-info .list-group-item:hover,
.left-menu .panel-info .list-group-item:active,
.left-menu .panel-info .list-group-item:focus,
.left-menu .panel-info .list-group-item.active,
.left-menu .panel-info .list-group-item.active:hover,
.left-menu .panel-info .list-group-item.active:focus {
	outline:none;
    color: #333;
    background-color: #fafafa;
}
 
.left-menu .panel-info .list-group-item a {
	color: #333;
	font-size: 12px;
}

.panel > .list-group:last-child .list-group-item:last-child, 
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 0px;
}

/* panel */
.arkics-panel {
	/* border: 1px solid #ddd; */
	/* background: #fff; */
	width: 954px;
	float: left;
	position: relative;
	margin-left: 16px;
	/* border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px; */
}

.arkics-panel .title {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 15px;
	margin-bottom: 10px;
	border: 0;
	background: #fff;
	border: 1px solid #eee;
}

.arkics-panel .panel-body .section-item {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 30px;
}

.arkics-panel .blue-section-item {
	color: #09a3dc;
	font-size: 11pt;
	line-height: 28px;
	padding-bottom: 5px;
}

.divider,
.dash,
.dashed {
	margin: 10px -15px;
	border-bottom: 1px dashed #bfbfbf;
}

.arkics-panel .panel-body .form-item input {
	line-height: normal;
	line-height: 25px;
	margin-top: 5px;
	padding: 3px 5px;
}

.arkics-panel .panel-body .form-item .lable {
	color: #696969;
	width: 70px;
	text-align: right;
	margin-top: 13px;
}

/* 分页 */
.viciao {
	margin: 8px -3px 20px 0;
}

.viciao a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 0 3px 0;
    font-size: 14px;
	color: #999999;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
}

.viciao .previousPage,
.viciao .nextPage {
	background-image: url("../images/pagearrow.png");
	background-repeat: no-repeat;
	font-size: 23px;
}

.viciao .previousPage {
	background-position: 13px 9px;
}

.viciao .previousPage:hover {
	background-position: -31px -20px;
}

.viciao .nextPage {
	background-position: 13px -24px;
}

.viciao .nextPage:hover {
	background-position: -31px 8px;
}

.viciao a:hover,
.viciao a:active,
.viciao a.current {
   background-color: #20a0ff;
  /*  border:1px solid #20a0ff; */
   color: #fff;
}

.viciao span.disabled {
	/* border: 1px solid #E9E9E9;
	padding: 10px 14px;
	color: #ccc;
	margin: 0 3px 0;
	margin-left: 2px; */
	/* display: none; */
} 

.paginations {
	/* background: #fff;
	border-bottom: 1px solid #ececec;
	padding-right: 15px; */
	text-align: center;
}

/* 我的工作台中列表   */
.order-content .order-status {
	font-size: 16px;
    margin: 10px 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
}

.order-content .order-status .order-filter {
	margin-right: 30px;
}

.order-content .order-status .order-filter:hover {
	color: #09a3dc;
	cursor: pointer;
}

.order-content .order-status .active,
.order-content .order-status span.blue,
.order-list-box .order-list span.blue {
	color: #09a3dc;
}

.order-content .order-search,
.order-content .order-list-box .formtitle {
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #eee;
}

.order-content .order-search .lable {
	padding-bottom: 5px;
}

.order-content .order-search input {
	height: 32px;
}

.order-content .order-list-box .formtitle {
    font-size: 15px;
}

.order-content .order-list-box .order-list {
	margin: 0 -15px;
	padding: 0 15px 15px 15px;
}

.order-content .order-list-box .order-list table {
	width: 100%;
	margin: 8px 0;
	background: #fff;
	padding: 15px;
	border: 0;
	border: 1px solid #eee;
}

.order-content .order-list-box .order-list table:hover {
	/* background-color: #D9EDF7; */
	/*  box-shadow: 0 0 10px #bbb; */
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0 1.25rem 2.5rem -0.625rem rgba(32,32,32,0.15);
    box-shadow: 0 1.25rem 2.5rem -0.625rem rgba(32,32,32,0.15);
}

.order-content .order-list-box .order-list table tr:first-child {
	border-bottom: 1px solid #eaeaea;
}

.order-content .order-list-box .order-list table th {
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	padding-top: 3px;
	font-weight: normal;
}

.order-content .order-list-box .order-list table td {
	padding-bottom: 4px;
	/* border: 1px solid #DFDFDF; */
}

.order-content .order-list-box .order-list table div {
	padding: 4px 5px 0px 15px;
}

.order-content .order-list-box .order-list table .th-padding {
	padding-right: 15px;
}
.order-content .order-list-box .order-list table .enterprise-td {
	height: 40px;
	padding-left: 15px;
	width: 50%;
}

.shipperLine {
	margin-left: 79px;
	width: 258px;
}

.consigneeLine,
.notifyLine {
	margin-left: 33px;
	width: 258px;
}

/* footer */
.footer {
	padding: 10px 0;
}

.footer,
.common-footer {
	width: 100%;
    bottom: 0;
    color: #999;
    text-align: center;
    margin-top: 36px;
   /*  border-top: 1px solid #e5e5e5; */
    background-color: #eaeaea;
}

.common-footer div {
	line-height: 40px;
}

body > .top {
	min-width: 1200px !important;
}
body > .content {
	min-width: 1200px !important;
}
body > .nav {
    min-width: 1200px !important;
}
body > .nav-division {
    min-width: 1200px !important;
}
body > .footer {
	min-width: 1200px !important;
}
body > .footers {
    min-width: 1200px !important;
}
body > .common-footer {
	min-width: 1200px !important;
}
body > .wecan-content {
	min-width: 1200px !important;
}
