body {
	font-size: 14px;
	color: #666;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
}

/*#div-container{
	min-width: 1146px;
}*/

.app-modal-header {
	border-bottom: 1px solid #00aaef;
}

.app-modal-body {
	border-bottom: 1px solid #ffffff;
}

.app-modal-footer {
	border-top: 1px solid #ffffff;
}

.app-a {
	text-decoration: none;
	color: #00aaef;
	display: inline-block;
	padding: 0 10px;
}

.app-container {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.app-row {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

.app-row.top {
	margin-top: 5px;
	margin-bottom: 5px;
}

.app-col {
	padding-right: 0px;
	padding-left: 0px;
}

.app-col-xs {
	padding-right: 0px;
	padding-left: 0px;
}

.app-col-xs-top {
	padding-right: 1px;
	padding-left: 1px;
}

.app-col-xs-middle-right {
	padding-right: 15px;
	padding-left: 15px;
}

.app-dropdown-btn {
	min-width: 90px;
}

.app-search-input {
	margin-bottom: 0px;
	padding-left: 12px;
	padding-right: 5px;
}

.app-table {
	/*border-bottom: 1px solid #ddd;*/
	margin-bottom: 0px;
}

/*.app-tr{
    border-bottom: 1px solid #ddd;
    border-top:1px solid #fff;
}*/

/*.app-tr{
    border-bottom: 1px solid #ddd;
    border-top:1px solid #fff;
}*/

.app-current {
	background-color: #fff;
	color: #5bc0de;
}

.app-dept-left {
	width: 80%;
}

.app-dept-right {
	width: 20%;
	text-align: right;
}

.app-dropdown-btn {
	min-width: 90px;
}

.app-dropdown-menu {
	min-width: 90px;
}

/*.table>tbody>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	border-top: 0px;
}*/

.app-list {
	padding-right: 15px;
	padding-left: 15px;
}

.app-list-item {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: central;
	/*border-bottom: 1px solid #ddd;*/
	border-top: 0px;
	padding-left: 20px;
}

.app-list-item-sys {
	border-bottom: 1px solid #ddd;
}

.app-list-item-bottom {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: central;
	border-bottom: 0px;
	border-top: 0px;
}

.app-list-item-arrow {
	display: block;
	position: absolute;
	left: 32px;
	top: 5px;
}

.app-vertical-middle {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: table;
}

.app-vertical-middle .divcell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	min-height: 100%;
	/*float: none;*/
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	text-shadow: none;
}

.app-current-docres {
	background-color: #fff;
}

.app-clicked {
	background-color: #ECECFF;
}

.app-list-box {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}

/*.app-input {
	border: 0;
	-webkit-appearance: none;
	outline: none;
	resize: none;
	width: 100%;
	color: #5bc0de;
}

.app-input.disable {
	background: #F0F0F0;
}

.app-arrow {
	color: #9D9D9D;
}*/

/*.app-list-item{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align:central;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}*/

.app-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(0, 0, 0, .0);
}

.app-mask-grey {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #484848;
	opacity: 0.3;
	z-index: 9998;
}

/*.app-loading {*/

/*background-size: 100% 100%;*/

/*background-image: url(../img/loading.gif);*/

/*height: 150px;*/

/*width: 130px;*/

/*position: absolute;*/

/*z-index: 9999;*/

/*}*/

/*加载动画*/

.loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	-webkit-animation: loading-center-absolute 1s infinite;
	animation: loading-center-absolute 1s infinite;
}

.object {
	width: 20px;
	height: 20px;
	background-color: #5bc0de;
	float: left;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	margin-bottom: 20px;
}

.object:nth-child(2n+0) {
	margin-right: 0px;
}

.object_one {
	-webkit-animation: object_one 1s infinite;
	animation: object_one 1s infinite;
}

.object_two {
	-webkit-animation: object_two 1s infinite;
	animation: object_two 1s infinite;
}

.object_three {
	-webkit-animation: object_three 1s infinite;
	animation: object_three 1s infinite;
}

.object_four {
	-webkit-animation: object_four 1s infinite;
	animation: object_four 1s infinite;
}

@-webkit-keyframes loading-center-absolute {
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading-center-absolute {
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes object_one {
	50% {
		-ms-transform: translate(20px, 20px);
		-webkit-transform: translate(20px, 20px);
		transform: translate(20px, 20px);
	}
}

@keyframes object_one {
	50% {
		-ms-transform: translate(20px, 20px);
		-webkit-transform: translate(20px, 20px);
		transform: translate(20px, 20px);
	}
}

@-webkit-keyframes object_two {
	50% {
		-ms-transform: translate(-20px, 20px);
		-webkit-transform: translate(-20px, 20px);
		transform: translate(-20px, 20px);
	}
}

@keyframes object_two {
	50% {
		-ms-transform: translate(-20px, 20px);
		-webkit-transform: translate(-20px, 20px);
		transform: translate(-20px, 20px);
	}
}

@-webkit-keyframes object_three {
	50% {
		-ms-transform: translate(20px, -20px);
		-webkit-transform: translate(20px, -20px);
		transform: translate(20px, -20px);
	}
}

@keyframes object_three {
	50% {
		-ms-transform: translate(20px, -20px);
		-webkit-transform: translate(20px, -20px);
		transform: translate(20px, -20px);
	}
}

@-webkit-keyframes object_four {
	50% {
		-ms-transform: translate(-20px, -20px);
		-webkit-transform: translate(-20px, -20px);
		transform: translate(-20px, -20px);
	}
}

@keyframes object_four {
	50% {
		-ms-transform: translate(-20px, -20px);
		-webkit-transform: translate(-20px, -20px);
		transform: translate(-20px, -20px);
	}
}

.app-confirm {
	border-radius: 4px;
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: #ffffff;
	z-index: 2000000000;
	width: 360px;
	height: 140px;
	margin-left: -180px;
	margin-top: -85px;
	/* font-weight: bold; */
	color: #535e66;
	/* box-shadow: 1px 1px 9px 1px #ddd; */
}

.app-confirm .txtBox {
	width: 330px;
	margin: 18px auto;
	min-height: 70px;
	text-align: center;
	overflow: hidden;
}

/* .app-confirm-message {
	margin-top: 16px;
	line-height: 26px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 16px;
} */

.app-confirm .btnArea {
	width: 360px;
}

.app-confirm .btnArea .btnGroup {
	/* width: 302px; */
	/* margin: 0 auto; */
	border-top: 1px solid #ccc;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.app-confirm .btnArea .sgBtn {
	/* margin: 0 18px; */
	display: block;
	cursor: pointer;
	float: left;
	width: 50%;
	font-size: 14px;
	height: 40px;
	/* background-color: #5bc0de; */
	line-height: 40px;
	text-align: center;
	/* border-radius: 7px; */
}

.app-confirm .btnArea .app-confirm-yes:hover {
	text-decoration: none;
	background-color: #f4f4f4;
}

.app-confirm .btnArea .app-confirm-yes:active {
	text-decoration: none;
	background-color: #f4f4f4;
}

.app-confirm .btnArea .app-confirm-yes {
	/* background-color: #50D1E2; */
	color: #50D1E2;
	border-radius: 0 0 5px 0;
}

.app-confirm .btnArea .app-confirm-no {
	/* background-color: #ffffff; */
	color: #999999;
	border-right: 1px solid #ccc;
	border-radius: 0 0 0 5px;
}

.app-confirm .btnArea .app-confirm-no:hover {
	text-decoration: none;
	background-color: #f4f4f4;
	/* color: #e65c2e; */
	/* border: 1px solid #e65c2e; */
}

.app-confirm .btnArea .app-confirm-no:active {
	text-decoration: none;
	background-color: #f4f4f4;
	/* color: #f06030; */
	/* border: 1px solid #f06030; */
}

/*.dropdown-menu > li > a {
  display: block;
  padding: 3px 5px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}*/

.app-i {
	background-color: #f0ad4e;
	color: #fff;
	padding: 0 3px;
	height: 14px;
	line-height: 14px;
	display: block;
	position: absolute;
	left: 32px;
	top: -2px;
	text-indent: 0;
	font-style: normal;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.app-i-bottom {
	background-color: red;
	color: #fff;
	padding: 0 3px;
	height: 6px;
	width: 6px;
	/*line-height: 10px;*/
	display: block;
	position: absolute;
	left: 63px;
	top: 3px;
	text-indent: 0;
	font-style: normal;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.status.active {
	color: #337ab7;
	border-bottom: 2px solid;
	border-bottom-color: #337ab7;
}

.hidden-input {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

/*input[type=checkbox]+span {
	display: inline-block;
	height: 14px;
	width: 14px;
	border-radius: 1px;
	background: url(../../img/checkbox.png) no-repeat;
	background-size: 100% auto;
	background-position:0px 0px;
}

input[type=checkbox]:checked+span {
	background-position:0px -14px;
}

input[type=checkbox]:disabled+span {
	background-position:0px -28px;
}*/

.div-wrapper {
	display: table;
}

.div-middle {
	display: table-cell;
	vertical-align: middle;
}

.div-content {
	display: block;
	line-height: normal;
}

.app-orange {
	color: #EA6645;
}

.app-white {
	color: #FFFFFF;
}

/*toolbar样式*/

.toolbar {
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	height: 40px;
	/*position: absolute;*/
	top: 6px;
}

.closeToolbar .btnDiv, .toolbar .btnDiv {
	height: 40px;
	float: left;
}

.closeToolbar .btnDiv:active, .closeToolbar .btnDiv:hover, .toolbar .btnDiv:active, .toolbar .btnDiv:hover {
	border-bottom: 2px solid #EA6645;
	color: #EA6645;
}

.closeToolbar .btnStyle, .toolbar .btnStyle {
	height: 20px;
	border-radius: 0;
	border-right: 1px solid gainsboro;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	margin-top: 8px;
	padding: 0 12px;
	text-align: center;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}

/*toolbar样式*/

/*弹出提示框样式*/

.reminder {
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	z-index: 9999;
}

.reminderBox {
	height: 40px;
	padding: 0 26px;
	border-radius: 8px;
	color: #000;
	background: #fff;
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	top: -50%;
	left: -50%;
}

/*弹出提示框样式*/

.closeToolbar {
	width: 100%;
	position: relative;
	border-bottom: 1px solid gainsboro;
	height: 40px;
}

@font-face {
	font-family: "iconfont";
	src: url('../fonts/iconfont.eot?t=1493363517967');
	/* IE9*/
	src: url('../fonts/iconfont.eot?t=1493363517967#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/iconfont.woff?t=1493363517967') format('woff'), /* chrome, firefox */
	url('../fonts/iconfont.ttf?t=1493363517967') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('../fonts/iconfont.svg?t=1493363517967#iconfont') format('svg');
	/* iOS 4.1- */
}

.anji {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.anji-1x:before {
	font-size: 13px;
}

.anji-2x:before {
	font-size: 17px;
}

.anji-3x:before {
	font-size: 20px;
}

.anji-4x:before {
	font-size: 22px;
}

.anji-5x:before {
	font-size: 32px;
}

.anji-positionxy {
	-webkit-mask-image: url('../img/position.svg');
	mask-image: url('../img/position.svg');
}

.anji-compile {
	background: url('../img/compile.png') no-repeat;
	background-size: 35px 35px
	/* content: "\e646"; */
}

.anji-question:before {
	content: "\e667";
}

.anji-delete {
	background: url('../img/remove.png') no-repeat;
	background-size: 35px 35px
	/* content: "\e7de"; */
}

.anji-close_two:before {
	content: "\e75c";
}

.anji-refresh:before {
	content: "\e62f";
}

.anji-close_one:before {
	content: "\e6b4";
}

.anji-stop:before {
	content: "\e61e";
}

.anji-out:before {
	content: "\e64f";
}

.anji-time:before {
	content: "\e647";
}

.anji-filtrate:before {
	content: "\e87a";
}

.anji-import:before {
	content: "\e6ae";
}

.anji-level:before {
	content: "\e605";
}

.anji-trajectory:before {
	content: "\e82f";
}

.anji-account:before {
	content: "\e80a";
}

.anji-approval:before {
	content: "\e61b";
}

.anji-check:before {
	content: "\e692";
}

.anji-user:before {
	content: "\e684";
}

.anji-export:before {
	content: "\e638";
}

.anji-Refused:before {
	content: "\e63d";
}

/* .anji-password:before {
	content: "\e6d9";
} */

.anji-password {
	background: url('../img/pwReset.png') no-repeat;
	background-size: 35px 35px
}

.anji-waybill:before {
	content: "\e603";
}

.anji-hetong:before {
	content: "\e6e2";
}

.anji-label:before {
	content: "\e600";
}

.anji-template:before {
	content: "\e617";
}

.anji-accept:before {
	content: "\e63c";
}

.anji-allocation:before {
	content: "\e670";
}

.anji-allocation1 {
	background: url('../img/allot.png') no-repeat;
	background-size: 35px 35px
}

.anji-tag:before {
	content: "\e64a";
}

.anji-map:before {
	content: "\e61c";
}

.anji-product:before {
	content: "\e604";
}

.anji-activation:before {
	content: "\e619";
}

.anji-invalid:before {
	content: "\e61f";
}

.anji-append {
	/* content: "\e74b"; */
	background: url('../img/add.png') no-repeat;
	background-size: 35px 35px
}

.anji-cancel:before {
	content: "\e601";
}

.anji-print:before {
	content: "\e61a";
}

.anji-search:before {
	content: "\e602";
}

.anji-details:before {
	content: "\e66c";
}

.anji-conis:before {
	content: "\e60a";
}

.anji-Order_tracking:before {
	content: "\e675";
}

.anji-hidden:before {
	content: "\e87b";
}

.anji-disable:before {
	content: "\e87c";
}

.anji-backToPre {
	background: url('../img/backToPre.png') no-repeat;
	background-size: 45px 45px;
	height: 80px;
	width: 45px;
	position: absolute;
	right: 0px;
	top: 0px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	/* Firefox 4 */
	-webkit-transition: 0.3s;
	/* Safari and Chrome */
	-o-transition: 0.3s;
	/* Opera */
	/* content: "\e646"; */
}

.anji-backToPre:hover {
	cursor: pointer;
	background-size: 50px 50px;
}

.confirmModel-yes {
	margin-right: 20px;
	width: 70px;
	height: 30px;
	border-radius: 4px;
	border: none;
	background-color: #5BC0DE;
	outline: none;
	color: #fff;
}

.confirmModel-no {
	width: 70px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #EA6645;
	border-radius: 4px;
	outline: none;
	color: #EA6645;
}

.app-filter-btn {
	position: absolute;
	top: 8px;
	left: 35px;
	color: silver;
}

.app-filter-th {
	padding: 5px !important;
	text-align: center !important;
}

.app-filter-input {
	width: 100%;
	border: 1px solid #dddddd;
	outline: none !important;
}

.app-filter-input:focus {
	border: 1px solid #fa6432;
}

.app-inputs {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 5px;
}

/*
.app-input-item {
    width: 278px;
    padding: 5px 5px 5px 15px;
}*/

.app-inputs .row {
	padding: 5px 5px 0px 5px;
}

.app-biginput {
	width: 188px;
	height: 34px;
	color: #000;
	font-size: 13px;
	padding-left: 18px;
	border: 1px solid #dddddd;
	/*outline-color: #fa6432;*/
	outline: none !important;
}

.app-biginput:focus {
	border: 1px solid #fa6432;
}

.app-bigbtn {
	width: 100px;
	height: 37px;
	border-radius: 20px;
	font-size: 14px;
}

.app-bigbtn.reset {
	border: 1px solid #EA6645;
	color: #EA6645;
}

.app-must {
	color: red;
}

input::-ms-clear {
	display: none;
}

.bootstrap-table .table>tbody>tr>td:first-child, .fixed-table-container .bs-checkbox .th-inner {
	text-align: center !important;
}

::-webkit-input-placeholder {
	color: #d4d4d4 !important;
}

::-moz-input-placeholder {
	color: #d4d4d4 !important;
}

:-moz-input-placeholder {
	color: #d4d4d4 !important;
}

:-ms-input-placeholder {
	color: #d4d4d4 !important;
}

/*浮动*/

.app-leftFloat {
	float: left;
}

.app-rightFloat {
	float: right;
}

.app-clearFloat {
	clear: both;
}

/*查询条件form表单样式*/

.app-container-top {
	/*border: 1px solid #e3e3e3;*/
	padding: 10px 0px 0px 0px;
	/*background-color: #fff;*/
	position: relative;
	/* margin-bottom: 10px; */
}

.app-container-top .panel {
	box-shadow: none;
}

.panel-body {
	padding: 10px !important;
}

.app-formStyle {
	padding: 2px 5px 0px 15px
}

.app-formStyle .form-horizontal .control-label {
	text-align: left;
}

.app-formRight {
	margin-bottom: 8px;
}

.app-formLeft label {
	font-weight: normal;
	color: #333333;
}

.app-inputHeight {
	position: relative;
}

.app-inputHeight .form-control:focus, .app-inputHeight .formControl:focus, .app-textareaHeight .form-textarea:focus, .app-textareaHeight .formTextarea:focus {
	outline: none;
	border: 1px solid #fa6432 !important;
}

.app-inputHeight .formControl, .app-textareaHeight .formTextarea {
	width: 100%;
	padding: 0 6px;
	border-radius: 0;
	font-size: 14px;
	border: 1px solid #A9A5A0;
}

.formTextarea {
	width: 100%;
	resize: none;
	height: 85px;
	padding: 6px!important;
}

.app-searchIcon {
	position: absolute;
	right: 4%;
}

#app-container-top .app-formStyle {
	padding: 0;
	width: 25%;
	padding-top: 5px;
}

#app-container-top .app-leftFloat {
	padding-left: 10px;
}

#app-container-top .app-formLeft {
	width: 30%;
}

#app-container-top .app-formRight {
	width: 70%;
	padding-right: 5px;
}

.ui-tooltip.ui-widget-content {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
	font-size: 12px;
}

@media screen and (max-width: 1300px) {
	.app-inputHeight .formControl, .app-selectPublic+span {
		height: 37px;
	}
	.app-formLeft label {
		margin-top: 5px;
	}
	.app-timeIconPosition {
		background: url(../img/icon-calendar.png) no-repeat 95% 50%;
	}
	.app-searchIcon {
		top: 1px;
		font-size: 22px;
	}
	.app-inputPosition {
		height: 28px;
	}
	.app-formStyle .ui-selectmenu-icon.ui-icon {
		margin-top: 7px !important;
	}
	.bootstrap-table .table thead>tr>th {
		height: 50px;
		line-height: 56px;
		padding: 3px;
		text-align: center;
	}
	.bootstrap-table .table tbody tr td {
		border-left: 0 !important;
		height: 40px !important;
		line-height: 40px !important;
		padding: 1px !important;
		text-align: center;
	}
}

@media screen and (min-width: 1300px) {
	.app-inputHeight .formControl, .app-selectPublic+span {
		height: 37px;
	}
	.app-formLeft label {
		margin-top: 8px;
	}
	.app-timeIconPosition {
		background: url(../img/icon-calendar.png) no-repeat 95% 50%;
	}
	.app-searchIcon {
		top: 2px;
		font-size: 24px;
	}
	.app-inputPosition {
		height: 35px;
	}
	.app-formStyle .ui-selectmenu-icon.ui-icon {
		margin-top: 10px !important;
	}
	.bootstrap-table .table thead>tr>th {
		height: 56px;
		line-height: 56px;
		padding: 8px;
		text-align: center;
	}
	.bootstrap-table .table tbody tr td {
		border-left: 0 !important;
		height: 40px !important;
		line-height: 40px !important;
		padding: 8px !important;
		text-align: center;
	}
}

.app-inputHeight .formControl:focus {
	border-color: #FF5712;
	box-shadow: none;
}

/*下拉框样式*/

.app-selectPublic+span {
	width: 100% !important;
	padding: 0;
	border: 1px solid #A9A5A0;
	color: #000 !important;
	top: -1px;
	margin: 0;
	position: relative;
	display: inline-block;
	border-radius: 0;
	background-color: #fff !important;
}

.app-selectPublic+span:focus {
	outline: none;
	border: 1px solid #fa6432;
}

.app-inputPosition {
	width: 85%;
	border: 0px;
	position: absolute;
	top: 0px;
	left: 1px;
	padding: 0 6px;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	border: 1px solid #fa6432;
	background: #fa6432;
}

/*时间空间小图标位置*/

.app-timeIconPosition {
	border: 1px solid #A9A5A0 !important;
}

/*窗口期蓝色点击图标*/

.clickIcon {
	width: 30px;
	position: relative;
	height: 22px;
	display: inline-block;
	/*background-color: red;*/
	vertical-align: middle
}

.clickIcon:hover {
	cursor: pointer;
}

.clickIcon_car {
	background: url("../img/carInfo.png") no-repeat 0 4px;
}

.clickIcon_cargo {
	background: url("../img/cargo.png") no-repeat;
}

.clickIcon_chartFileImport {
	background: url("../img/chartFileImport.png") no-repeat;
}

.clickIcon_chartFileDownload {
	background: url("../img/chartFileDownload.png") no-repeat;
}

.clickIcon_reason {
	background: url("../img/changeReason.png") no-repeat 8px 0px;
}

.clickIcon_shipInfo {
	width: 18px;
	background: url("../img/shipInfo.png") no-repeat;
}

/* 口岸按钮样式 */

.tpsBtnDiv {
	float: left
}

.tpsBtn {
	border: none;
	background-color: transparent;
	outline: none;
	text-align: center;
	/* width: 76px; */
	min-width: 76px;
	height: 70px
}

.tpsBtn span:last-child {
	font-size: 12px;
}

.tps {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 auto
}

.tps-statusRemind {
	background: url("../img/statusRemind.png") no-repeat;
	background-size: 35px 35px
}

.tps-add {
	background: url('../img/add.png') no-repeat;
	background-size: 35px 35px
}

.tps-balance {
	background: url('../img/balance.png') no-repeat;
	background-size: 35px 35px
}

.tps-return {
	background: url('../img/return.png') no-repeat;
	background-size: 35px 35px
}

.tps-list {
	background: url('../img/changeList.png') no-repeat;
	background-size: 35px 35px
}

.tps-remove {
	background: url('../img/remove.png') no-repeat;
	background-size: 35px 35px
}

.tps-import {
	background: url('../img/import.png') no-repeat;
	background-size: 35px 35px
}

.tps-alteration {
	background: url('../img/alteration.png') no-repeat;
	background-size: 35px 35px
}

.tps-export {
	background: url('../img/export.png') no-repeat;
	background-size: 35px 35px
}

.tps-diversityManagement {
	background: url('../img/diversityManagement.png') no-repeat;
	background-size: 35px 35px
}

.tps-stockCount {
	background: url('../img/stockCount.png') no-repeat;
	background-size: 35px 35px
}

.tps-allot {
	background: url('../img/allot.png') no-repeat;
	background-size: 35px 35px
}

.tps-compile {
	background: url('../img/compile.png') no-repeat;
	background-size: 35px 35px
	/* content: "\e646"; */
}

.tps-edit {
	background: url('../img/edit.png') no-repeat;
	background-size: 35px 35px
	/* content: "\e646"; */
}

.tps-vin {
	background: url('../img/vin.png') no-repeat;
	background-size: 35px 35px
	/* content: "\e646"; */
}

.tps-autoSplit {
	background: url('../img/autoSplit.png') no-repeat;
	background-size: 35px 35px
	/* content: "\e646"; */
}

.tps-wholelane {
	background: url('../img/wholelane.svg') no-repeat;
	/*整列道分配*/
	background-size: 35px 35px
}

.tps-subordinatePorts {
	background: url('../img/subordinatePorts.svg') no-repeat;
	/*所属口岸*/
	background-size: 35px 35px
}

.tps-pierPlan {
	background: url('../img/pierPlan.svg') no-repeat;
	/*选择发运 计划 码头*/
	background-size: 35px 35px
}

.tps-shipPlan {
	background: url('../img/shipPlan.svg') no-repeat;
	/*选择发运 计划 船务*/
	background-size: 35px 35px
}

.tps-transportCompany {
	background: url('../img/transportCompany.svg') no-repeat;
	/*选择运输 公司*/
	background-size: 35px 35px
}

.datetimepicker .datetimepicker-minutes span {
	height: 22px !important;
	line-height: 22px !important;
	margin: 0 1% !important
}

.datetimepicker table tr td span {
	width: 23% !important;
}

.app-confirm-message1 {
	color: #F49E7E;
	margin-top: 0px !important;
	line-height: 26px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 16px;
}

.app-prompt .app-confirm-message{
	max-height: 70px;
	line-height: 20px!important;
}

.app-confirm-message {
	margin-top: 0px;
	line-height: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 16px;
}
.app-prompt.app-confirm .btnArea .sgBtn{
	width:100%;
}
.app-confirm-message2line {
	margin-top: 0px;
	line-height: 36px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 16px;
}

.btnBlue {
	background-color: #5bc0de !important;
	border: 1px solid #5bc0de
}

.btnBlue:hover {
	background-color: #31b0d5 !important;
	color: #fff !important;
}

.btnWhite {
	border: 1px solid #4bcdf3;
	background-color: #4bcdf3 !important;
	color: #4bcdf3 !important;
	background-color: #fff !important;
}

.btnCancel {
	border: 1px solid #4bcdf3;
	background-color: #4bcdf3 !important;
	color: #4bcdf3 !important;
	background-color: #fff !important;
}

.btnWhite:hover {
	background-color: #31b0d5 !important;
	color: #fff !important;
}

.btnCancel:hover {
	background-color: #e6e6e6 !important;
}

.btnNo {
	background-color: rgb(244, 158, 126) !important;
	border: 1px solid rgb(244, 158, 126);
}

.btnNo:hover {
	background-color: #f5875f !important;
	color: #fff !important;
}

/*下拉框高度*/

.ui-selectmenu-menu .ui-menu {
	max-height: 200px;
}

/*表格变更样式*/

.fixed-table-container tbody .selected td {
	background-color: transparent;
}

.panel {
	background-color: transparent;
}

.form-control {
	background-color: #fff !important;
	box-shadow: none;
}

/*.fixed-table-container tbody td .th-inner,*/

/*.fixed-table-container thead th .th-inner {*/

/*line-height: 40px !important;*/

/*font-weight: normal;*/

/*}*/

/*.bootstrap-table .table thead>tr>th {*/

/*height: 56px;*/

/*line-height: 56px;*/

/*}*/

.bootstrap-table .table thead {
	background-color: #e7eaed;
}

.bootstrap-table .table tbody tr:nth-child(even) {
	background-color: #F2F3F4;
}

/*.bootstrap-table .table tbody tr td {*/

/*border-left: 0 !important;*/

/*height: 40px !important;*/

/*line-height: 40px !important;*/

/*}*/

.fixed-table-toolbar .btn-group>.btn-group.keep-open {
	display: none;
}

.columns.columns-right.btn-group.pull-right {
	position: absolute;
	margin-left: 16px;
	margin-top: 11px;
}

.textExport {
	position: absolute;
	display: inline-block;
	width: 30px;
	font-size: 12px;
	left: 4px;
	top: 36px;
}

.glyphicon-export::before {
	content: "" !important;
	background-image: url("../img/export.png") !important;
}

/* .bs-bars {
	margin-top: 0px !important;
	margin-bottom: 0px !important
} */

.hideName {
	text-align: center;
	display: inline-block;
	max-width: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*后退肩头*/

.leftArrow {
	background: url("../img/backArrow.png") no-repeat;
	width: 20px;
	height: 20px;
}

button:focus {
	outline: none !important;
}

.modal-header {
	padding: 13px !important;
}

/* 下拉框 */

.ui-selectmenu-text {
	height: 35px !important;
}

.buttonCss {
	display: inline-block;
	background-color: #4bcdf3;
	height: 32px;
	line-height: 30px;
	color: #fff;
	border-radius: 15px;
	width: 160px;
	text-align: center;
	font-size: 14px !important
}

th {
	font-weight: normal !important
}

#app-container-top .app-formStyle {
	min-width: 312px;
	height: 50px;
}

/*滚动条 start*/

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #F5F5F5;
	border-radius: 100%;
}

/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background: #fff;
}

/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #d8d8d8;
}

::-webkit-scrollbar-thumb:hover {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #d8d8d8;
}

/*下载模板*/

.download {
	position: absolute;
	right: 20px;
	bottom: 0;
	text-decoration: underline;
	color: #4bcdf3;
}

.download:visited {
	color: #4bcdf3;
}

.downloadBox {
	display: inline-block;
	position: absolute;
	right: 14px;
	top: 60px;
	width: 110px;
	height: 20px;
}

.modal {
	font-size: 13px !important
}

.modal input {
	font-size: 13px !important
}

.piaochecked, .piaochecked2, .piaochecked3 {
	font-size: 14px;
	color: black;
	display: inline-block;
	text-decoration: none;
	width: 150px;
	height: 20px;
	cursor: pointer;
	margin-left: 10px;
	background: url("../img/unselected  box .png") 0 0 no-repeat;
}

.on_check {
	background: url("../img/selected box.png") 0 0 no-repeat;
}

.checkbox_class {
	position: absolute;
	height: 18px;
	width: 18px;
	opacity: 0;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.clear_both:after {
	content: "";
	display: table;
	clear: both;
}

.selectedNA {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.headTextBgi {
	background: url("../img/headBackground.png") 0 0 no-repeat;
	background-size: 100% 100%;
}

.chartDes {
	background: url("../img/chartDes.png") 0 50% no-repeat;
	background-size: auto 60%;
}

.uploadImgBtn {
	background: url("../img/uploadAdd.jpg") 0 0 no-repeat;
	background-size: 100% 100%;
}