/**
 * over write bootstrap style
 */

.nav {
    border-radius: 0;
}

.navbar {
    border-radius: 0;
}

.panel {
    border-radius: 0;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2) !important;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .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-md-10, .col-md-11, .col-md-12,
.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    padding: 0;
}

.row .form-group input {
    width: 90%;
}

.pagination {
    color: #333333 !important;
}

.pagination .paginate_button > a {
    border: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    color: #333333 !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: orange !important;
    background: none;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background: none !important;
    border: 0 !important;
}

.dataTables_paginate {
    border: 0 !important;
}

a {
    color: #00bcd4;
    cursor: pointer;
}

.dt-bootstrap > :last-child {
    margin-top: 24px !important;
}

.thumbnail {
    border-radius: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f7f7 !important;
}

label {
    font-weight: normal;
    min-width: 40px;
}

.form-control {
    border-radius: 0;
}

.nav-tabs > li > a:hover {
    border-color: rgba(0, 0, 0, 0);
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(238, 238, 238, 0.2) !important;
}

/*
 * over write datatable style
 *
 */

/* table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    content: "" !important;
} */

.table > tbody > tr > th, .table > tfoot > tr > th,.table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
    vertical-align: middle;
}

/*
 * over write bootstrap-selecter style
 *
 */
.bootstrap-select button,
.bootstrap-select button:hover,
.bootstrap-select button:focus {
    border: none;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu {
    border: none;
    border-radius: 0;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #333333 !important;
}

/**
 * this is ux168 theme version 0.0.1
 * create on 2018-04-04 10:32:24
 *
 * pls:
 * 1. use 'ux-' as theme prefix
 * 2. remember to update version
 */

body {
    font-size: 14px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: #333333 !important;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
}

.ux-body {
    display: flex;
    flex-direction: row;
    background-color: #efefea;
    height: 100%;
    flex: 1;
}

.ux-top-stick {
    background-color: #30333b;
    display: flex;
    flex-direction: row-reverse;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
}

.ux-top-stick > div {
    padding: 0 20px;
    display: flex;
    flex-direction: row;
}

.ux-top-stick .ux-username {
    min-width: 100px;
    margin-right: 80px;
    justify-content: center;
}

.ux-top-stick .ux-username > * {
    width: 50%;
    text-align: center;
}

.ux-top-stick .ux-customer-service > * {
    margin: 0 5px;
}

.qq-service-icon {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/QQ.svg);
    min-width: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.qq-service-icon-active{
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/QQ-icon-active.png);
    min-width: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.wechat-service-icon {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/微信.svg);
    min-width: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.wechat-service-icon-active{
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/weixin-icon.png);
    min-width: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.ux-top-stick .ux-hot-line {
    align-items: baseline;
}

.ux-top-nav {
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px #eeeeee solid;
    color: #333333;
    background-color: #FFFEFE !important;
    border-radius: 0;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2) !important;
    border-width: 0;
}

.ux-top-nav .nav > li > a:hover,
.ux-top-nav .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(238, 238, 238, 0.2) !important;
    color: #FF6E17 !important;
    border-bottom: 2px solid;
}

.ux-top-nav .container-fluid {
    padding: 0;
}

.ux-top-nav .navbar-header {
    width: 200px;
    margin-left:50px;
}

.ux-top-nav .navbar-brand {
    margin: 0 !important;
    position: relative;
    top: -10px;
}

.ux-top-nav .ux-top-nav-menu > li > a {
    color: #333333 !important;
}

.ux-top-nav .ux-top-nav-menu > li.active > a {
    color: #FF6E17 !important;
    background: none;
    border-bottom: 2px #FF6E17 solid;
}

.ux-side-nav {
    width: 160px;
    padding: 0 5px;
    background-color: #30333b;
    border: 1px solid #eeeeee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.ux-side-nav > ul {
    border: 0;
}

.ux-side-nav > ul > li > a {
    border-radius: 0;
    color: #999999;
    width: 100%;
}

.ux-side-nav > ul > li > ul > li {
    text-align: center;
}

.ux-side-nav > ul > li > ul > li > a {
    color: #999999 !important;
}

.ux-side-nav li.active > a {
    color: #FF6E17 !important;
    background: none;
}

.ux-content {
    display: flex;
    flex: 1;
    padding: 16px;
    flex-direction: column;
    justify-content: flex-start;
}

.ux-content > div {
    width: 100%
}

.ux-header {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.ux-side-header {
    margin-bottom: 16px;
}

.ux-panel {
    padding: 24px;
    margin-bottom: 16px;
    text-align: left;
    border-color: #eeeeee;
    background-color: #FFFEFE;
    border-width: 0px;
}

.ux-panel-body {
    padding: 0;
}

.ux-center {
    text-align: center;
}

.ux-factory-icon {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/工厂.svg);
    min-width: 16px;
    min-height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.ux-rank-group {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    display: flex;
    align-items: center;
    height: 60px;
}

.ux-rank-group > * {
    width: 20%;
    height: 18px;
    margin: 0 1px;
}

.ux-rank-group > :first-child {
    border-radius: 15px 0 0 15px;
}

.ux-rank-group > div:last-child {
    border-radius: 0 15px 15px 0;
}

.ux-rank-5 {
    background-color: #E34C2F;
}

.ux-rank-4 {
    background-color: #F58C39;
}

.ux-rank-3 {
    background-color: #95C254;
}

.ux-rank-2 {
    background-color: #989898;
}

.ux-rank-1 {
    background-color: #666666;
}

.ux-rank-active {
    height: 28px;
    line-height: 28px;
}

.ux-rank-mark {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/坐标-icon.svg);
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -2px;
}

.ux-dot-line {
    display: block;
    width: 100%;
    border-bottom: 1px dashed lightgray;
    margin: 6px 0 24px 0;
}

.ux-appendix {
    font-size: 12px;
    color: #999999;
}

.ux-no-padding {
    padding: 0;
}

.ux-no-margin {
    margin: 0;
}

.ux-avg-icon {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/周期.svg);
    min-width: 16px;
    min-height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.ux-profit-icon {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/利润.svg);
    min-width: 16px;
    min-height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.ux-lorry-icon {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/补货.svg);
    min-width: 16px;
    min-height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.ux-box-icon {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/断货-icon.svg);
    min-width: 16px;
    min-height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.ux-book-icon {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/质检.svg);
    min-width: 16px;
    min-height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.ux-progress {
    display: flex;
    flex-direction: row;
}

.ux-progress>div>div:first-child {
    line-height: 30px;
}

.ux-stress {
    font-weight: bold;
    padding: 8px 0;
}

.ux-circle-pass {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/绿圈.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
    min-height: 80px;
    line-height: 80px;
    font-size: 18px;
    font-weight: bold;
}

.ux-circle-delay {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/橙圈.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
    min-height: 80px;
    line-height: 80px;
    font-size: 18px;
    font-weight: bold;
}

.ux-progress-line {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/链接线.svg);
    background-repeat: no-repeat;
    background-position: 0px 65px;
}

.ux-progress-delay {
    color: #FF6E17;
}

.ux-table th,
.ux-table td {
    text-align: left;
}

.ux-table th {
    border: 0 !important;
}

.ux-table tr.odd {
    background-color: #f2f0f0 !important;
}

.ux-table input {
    background: none !important;
    border: none;
    width: 100% !important;
}

.ux-table input:disabled {
    box-shadow: none;
}

.ux-table input[type=checkbox] {
    width: auto !important;
}

.ux-table tfoot>tr:first-child {
    height: 40px;
}

.ux-table tfoot>tr:nth-child(even) {
    background-color: antiquewhite !important;
}

.ux-table tfoot button {
    margin: auto;
    display: block;
}

.ux-table .form-control:focus {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    outline: 0;
}

.ux-pro-dev-table .table > tbody > tr > th,
.ux-pro-dev-table .table > tfoot > tr > th,
.ux-pro-dev-table .table > tbody > tr > td,
.ux-pro-dev-table .table > tfoot > tr > td {
    height: 100px;
}

input.error {
    border: 1px solid red;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px red;
    outline: 0;
}

.ux-calendar {
    padding: 0 24px;
}

.ux-calendar-brand {
    display: flex;
}

.ux-calendar-icon {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/已用时-icon.svg);
    min-width: 36px;
    min-height: 36px;
    background-repeat: no-repeat;
    background-position: center;
}

.ux-previous * {
    color: #FF6E17;
    padding-left: 16px;
}

.ux-time-line {
    text-align: center;
}

.ux-time-line-fixed {
    position: fixed;
    z-index: 1400;
    width: calc(100% - 160px - 32px) !important;
    top: 0;
}

.ux-time-line>div {
    margin-top: 5px;
}

.ux-time-line>div>* {
    z-index: 2;
    position: relative;
}

.ux-time-line a {
    color: #333333 !important
}

.ux-time-line>div>:last-child {
    z-index: 1;
    position: absolute;
    top: 9px;
    left: 0;
}

.ux-time-line>div>:last-child>* {
    left: 4.3%;
}

.ux-time-line>div>:last-child>:first-child {
    border-top: 1px solid rgb(199, 199, 199);
    opacity: .65;
    position: absolute;
    z-index: 1;
    min-width: 500px;
}

.ux-time-line>div>:last-child>:last-child {
    border-top: 1px solid #FF6E17;
    position: absolute;
    z-index: 2;
}

.ux-time-line-icon-lg-active {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/进度条-大橙圈.svg);
    min-width: 18px;
    min-height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: inline-block;
}

.ux-time-line-icon-lg-inactive {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/进度条-大灰圈.svg);
    min-width: 18px;
    min-height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.ux-time-line-icon-sm-active {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/进度条-小橙圈.svg);
    min-width: 6px;
    min-height: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
}

.ux-time-line-icon-sm-inactive {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/进度条-小灰圈.svg);
    min-width: 6px;
    min-height: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
    height: 18px;
    display: inline-block;
}

.ux-file-icon {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/资源.svg);
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat;
    background-size: 16px;
    display: inline-block;
    height: 100%;
    background-position: bottom;
}

.ux-material-table {
    margin: 30px 0 15px 0;
}

.ux-form {
    display: flex;
}

.ux-form .form-group {
    display: flex;
    align-items: center;
}

.ux-form .form-group input {
    width: 50%;
    border: none;
    border-bottom: 1px solid lightgray;
    box-shadow: none;
}

.ux-form .form-group textarea {
    border: none;
    border-bottom: 1px solid lightgray;
    box-shadow: none;
    width: 90.2%;
}

.ux-center {
    text-align: center;
}

.ux-cloth-icon {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/打版-icon.svg);
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat;
    background-size: 25px;
    display: inline-block;
    height: 100%;
    background-position: bottom;
}

.ux-pass {
    color: #95C254 !important;
}

.ux-fail {
    color: #FF6E17 !important;
}

.ux-triangle-fail,
.ux-triangle-pass {
    position: relative;
    display: block;
    height: 36px;
    width: 36px;
}

.ux-triangle-fail>:last-child,
.ux-triangle-pass>:last-child {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    padding-left: 5px;
    color: #FFFEFE;
}

.ux-triangle-fail>*:first-child {
    width: 0px;
    height: 0px;
    border-top: 36px solid #FF6E17;
    border-right: 36px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    position: absolute;
    z-index: 1;
}

.ux-triangle-pass>*:first-child {
    width: 0px;
    height: 0px;
    border-top: 36px solid #95C254;
    border-right: 36px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    position: absolute;
    z-index: 1;
}

.ux-period-icon {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/打版周期-icon.svg);
    min-width: 40px;
    min-height: 40px;
    background-repeat: no-repeat;
    background-size: 36px;
    display: inline-block;
    height: 100%;
    background-position: bottom;
}

.ux-collapse {
    cursor: pointer;
}

.ux-search-bar {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}

.ux-search-bar>panel-body {
    padding-top: 0;
    padding-bottom: 0;
}

.ux-button-none {
    background: none;
    border: none;
}

.ux-search-icon {
    background: url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/search-icon.svg);
    min-width: 18px;
    min-height: 18px;
    background-repeat: no-repeat;
    background-size: 18px;
    display: inline-block;
    background-position: center;
}

.ux-row button {
    display: block;
    margin: auto;
}
ul,li{ padding:0;margin:0;list-style:none;}
.purchase{
	background:#000;
	position:absolute;
	z-index:300;
	background: #fffffff2;
	padding:6px 5px 4px 5px;
	top:40px;
	border:1px solid #fd843d;
	word-break:keep-all;
	white-space:nowrap;
	display:none;
	left: -3px;
	width:90px;
	text-align:center;
}
.purchase a{
	color:#333333
}

.ux-top-stick{
    position: relative;
}
/*
	.customer_service{
	  position: absolute;
	  right:190px;
	  height:212px;
	  width:235px;
	  background:#ffffff;
	  border:1px solid #fd843d;
	  color:#606060 !important;
	  display: block !important;
	  text-align: center;
	  padding-top:8px !important;
	  opacity: 0;
	  z-index: -1;
	}  
	.customer_service a{
		color:#606060 !important;  
	}
	.customer_service table{
	 text-align:left;   
	 width:100%;
	 margin-bottom: 6px;
	}
	.customer_service table tr td:nth-child(2n+1){  
		width:25px;
	   }
	.customer_service p span{
		background:#ffb88e;
		display: inline-block;
		padding:2px 6px 2px 6px;
		border-radius: 5px;
	}
	.customer_service p{
		height:15px;
		line-height: 15px;
		font-size: 14px;
	}
	.customer_service table tr i{
		background:url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/qq.png);
		display: inline-block;
		height: 20px;
		width:17px;
		position: relative;
        bottom: -6px;
	}
	.customer_service table td{
		vertical-align:middle;
        height: 25px;
        width:105px;
	}*/
	.customer_service{
	  position: absolute;
	  right:190px;
	  height:212px;
	  width:235px;
	  background:#ffffff;
	  border:1px solid #fd843d;
	  color:#606060 !important;
	  display: block !important;
	  text-align: center;
	  padding-top:8px !important;
	  opacity: 0;
	  z-index: -1;
	}
	.customer_service a{
		color:#606060 !important;
	}
	.customer_service table{
	 text-align:left;
	 width:100%;
	 margin-bottom: 6px;
	}
	.customer_service table tr td:nth-child(2n+1){
		width:25px;
	   }
	.customer_service p span{
		background:#ffb88e;
		display: inline-block;
		padding:2px 6px 2px 6px;
		border-radius: 5px;
	}
	.customer_service p{
		height:15px;
		line-height: 15px;
		font-size: 14px;
		margin: 0 0 10px !important;
	}
	.customer_service table tr i{
		background:url(https://ali-ux168webstaticsource.ux168.com/ux168_web_tp/assets/img/qq.png);
		display: inline-block;
		height: 20px;
		width:17px;
		position: relative;
        bottom: -6px;
	}
	.customer_service table td{
		vertical-align:middle;
		height: 25px;
	}
	.wei_xin{
	  z-index: -1;
	  position: absolute;
	  right:120px;
	  top:22px;
	  height:100px;
	  /*width:250px;*/
	  background:rgba(255,255,255,0.9);
	  color:#454444 !important;
	  display:block !important;
	  height: 130px;
	  border:1px solid #fd843d;
	  border-radius: 8px;
	  padding:8px 10px !important;
	  text-align: center;
	  opacity:0
	}
	.wei_xin p{
	  margin-bottom: 2px;
	  line-height: 15px;
    }

    .browser{
        background: #FFFFE9;
        border: 1px solid #E5D992;
        width:1200px;
        margin:0 auto;
        text-align: center;
        line-height:30px;
        height:32px;
        display:none;
    }
    .browser a{
        color:#00aeff;
    }
    .close_browser{
        display: block;
        position: relative;
        right: 11px;
        float: right;
        cursor: pointer;
    }