body {
	font-family: Tahoma, Microsoft YaHei, "微软雅黑", arial, Hiragino Sans GB;
	background: #f0f2f5;
	/* background: #f3f3f3; */
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
}

a ,
a:hover {
	cursor: pointer;
	color: #0070c9;
}

ol, ul {
	list-style: none;
	padding: 0;
}

p {
	margin: 0;
}

textarea {
	border: 1px solid #DFDFDF!important;
	max-width: 100%;
	max-height: 200px;
}

input,
select,
.Wdate {
	outline:none;
	color: #333;
	padding: 6px;
	border: 1px solid #DFDFDF!important;
}

input[required='required']::-moz-placeholder,
input[required='required']::-ms-input-placeholder,
input[required='required']::-webkit-input-placeholder {
	color: red;
}

input[type="checkbox"] {
	height: 16px;
    width: 16px;
}

.input-reset {
	margin-bottom: 10px;
	width: 172px;
}

label {
	font-weight: normal;
}

.container {
	width: 1200px!important;
}

.Wdate {
	width: 110px;
	height: 32px!important;
	display: inline-block;
}

.auto-reload,select {
	height: 32px!important;
	border: 1px solid #DFDFDF;
	border-radius: 0px!important;
}

.btn {
	padding: 6px 20px;
	border-radius: 2px;
}

.btn-primary {
    background-color: #0D6DFF;
    border-color: #0D6DFF;
}

.btn-primary:hover {
    background-color: #015CE6;
    border-color: #015CE6;
}

a:focus,
a:active:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;         
}

.main-content {
	padding-right: 0px;
	padding-left: 0px;
}

.back-info {
	border-radius: 0px;
	line-height: 20px;
}

.back-info>.panel-heading {
	color: #333;
	background-color: #ffffff;
	border-color: #ddd;
}

.panel-body .Wdate {
	border-radius: 0px;
	font-size: 12px!important;
}

.form-control {
	border-radius: 0px;
	font-size: 12px!important;
	color: #333;
}

.busy-loading {
	background: rgba(255, 255, 255, 0.5) url(../images/loading.gif) no-repeat center center;
	position: absolute;
	z-index: 100;
}

.form-group {
	margin-bottom: 5px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.required {
	color: red;
}

.s-c-n {
	text-transform: uppercase;
}

.lblerr {
    position: absolute;
    padding-right: 27px;
    padding-top: 3px;
    right: 0;
    color: #f95d4d;
    font-weight: normal;
    margin: 0;
}

/*重写弹窗样式*/
.layui-layer-title {
	font-size: 18px !important;
	padding: 15px;
	height: 50px !important;
	line-height: 50px !important;
	border-bottom : 0 !important;
}

.layui-layer-dialog {
	min-width: 508px !important;
	min-height: 170px;
}

.layui-layer-dialog .layui-layer-content {
	border: 1px solid #ddd;
	font-size: 14px !important;
	color: #797979;
	word-break: normal!important;
}

.layui-layer-btn {
	padding: 0 !important;
	margin-right: 15px;
}

.layui-layer-btn a {
	margin: 15px 5px !important;
	height: 32px!important;
    line-height: 32px!important;
}

.btn-file > input {
	transform: none!important;
	height: 0px!important;
	width: 50px!important;
	font-size: inherit!important;
	top: -13px;
    right: 6px;
}

.badge {
  	background-color: #e74955;
    margin-left: 2px;
    float: right;
}

.box-volume span {
	display: inline!important;
	margin-right: 20px;
}

.carrierShortName:hover {
	text-decoration: none;
}

pre {
	font-family: tahoma,"微软雅黑";
	color: #696969;
    padding: 0;
    margin: 0;
    font-size: 12px!important;
    line-height: 1.42857143;
    background-color: inherit;
    border: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*  */
.sopmain {
	background: #fff;
	padding: 15px 45px 0;
	margin-bottom: 10px;
}

.infomain,
.panel-body {
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #eee;
}

.infomain .title,
.infomain .infotitle {
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
}

.order-label {
	float: left;
	min-width: 123px;
	text-align: right;
	padding-right: 10px;
}

.order-info {
	float: left;
	/* color: #333; */
	/* font-weight: bold; */
}

.booking-panel {
	padding: 0px;
	width: 899px!important;
	margin-left:0!important;
	margin-right: 8px;
}

.mainhead ul li {
    float: left;
    font-size: 15px;
    padding: 10px 10px;
    position: relative;
}

.mainhead ul li:after {
    content: ">";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -10px;
    top: 10px;
    color: #0070c9;
}

.mainhead ul li:last-child:after{
    display: none;
}