.popover {
	max-width:1000px;
}
.full-scree-modal {
	padding: 0 !important;
}
.full-scree-modal .modal-dialog {
	margin:0;
	width:100% !important;
}
.tooltip-inner{
	max-width:250px;
}

.cursor-pointer{
	cursor:pointer;
}

.switch-btn {
	display: inline-block;
	cursor: pointer;
	font-size: 30px;
}
.switch-btn.turn-off {
	color: #a0a0a0;
}
.switch-btn.turn-on {
	color: #00C10D;
}

.stepflex {
	display: inline-block;
	display: block;
	border-top: 5px solid #ccc;
	text-align: center;
	margin: 10px 0 0;
}

.stepflex:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}


.stepflex dl {
	float: left;
	position: relative;
	width: 25%;
	top: -5px;
	border-top: 5px solid #ccc;
	margin-bottom: 5px;
}

.stepflex dl.doing {
	border-top-color: #7abd54
}

.stepflex dl.doing .s-num {
	background-position: -23px 0
}

.stepflex dl.doing .s-text {
	color: #7abd54
}

.stepflex dl.done {
	border-top-color: #caecb6
}

.stepflex dl.done .s-num {
	background-position: -46px 0
}

.stepflex dl.done .s-text {
	color: #caecb6
}

.stepflex .doing b,.stepflex .doing s,.stepflex .first s,.stepflex .last b
	{
	width: 5px;
	height: 5px;
	position: absolute;
	line-height: 0;
	font-size: 0;
	top: -5px;
	background-image: url(../img/matrieal_bg.png);
	overflow: hidden
}

.stepflex .s-num {
	position: relative;
	margin: -15px auto 0;
	color: #fff;
	font-weight: 700;
	width: 23px;
	height: 23px;
	background-image: url(../img/matrieal_bg.png);
	line-height: 23px
}

.stepflex .s-text {
	color: #ccc
}

.stepflex s {
	left: 0
}

.stepflex b {
	right: 0
}

.stepflex .first s {
	background-position: 0 -24px;
	background-color: #fff
}

.stepflex .last b {
	background-position: -5px -24px;
	background-color: #fff
}

.stepflex .doing s {
	background-position: -23px -24px
}

.stepflex .doing b {
	background-position: -28px -24px;
	background-color: #ccc
}

.stepflex .doing.last s, .stepflex .doing.normal s {
	background-color: #caecb6
}

.stepflex .doing.last b {
	background-color: #fff
}

.stepflex .done s {
	background-position: -46px -24px
}

.stepflex .done b {
	background-position: -51px -24px
}

.stepflex .doing.last .s-num {
	background-position: -91px 0
}

/** form validate **/
.form-group .error {
    display: none;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.has-error .error {
	color: #a94442;
	display: block;
}


.btn-group-s1 .btn {
 *height: 20px;
 *line-height: 24px;
	margin-left: -1px;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	text-shadow: none;
	filter: none;
	font-size: 12px;
	padding: 4px 12px;
}

.btn-group-s1 .btn:active {
	box-shadow: none
}

.btn-group-s1 .current {
	color: #fff;
	background: #e4393c;
	border-color: #e4393c
}

.btn-group-s1>.btn:first-child {
	border-radius: 0;
	margin-left: -1px
}

.btn-group-s1>.btn:last-child {
	border-radius: 0
}

.mticon {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	background-image: url(../img/matrieal_bg.png);
}

.sort-type-switch i {
	width: 7px;
	height: 8px;
	margin-left: 5px;
	background-position: 0 -1052px
}

.sort-type-switch .sort-down i {
	background-position: 0 -77px
}

.sort-type-switch .sort-up i {
	background-position: -7px -77px
}

.sort-type-switch .current i {
	background-position: 0 -85px
}

.sort-type-switch .current.sort-down i {
	background-position: 0 -85px
}

.sort-type-switch .current.sort-up i {
	background-position: -7px -85px
}


.navbar-app {
	font-size :20px;
	color:#fff;
	padding:5px 0 0 10px;
	display:inline-block;
	text-decoration:none;
}
.navbar-app:hover {
	color:#fff;
	text-decoration:none;
}
.navbar-notify {
	margin: 0 auto;
    padding: 8px 20px 0 0;
	display:inline-block;
	color:#fff;
}
.navbar-notify li {
	float:left;
	margin-right:10px;'
}
.navbar-notify li>a {
	display: inline-block;
	text-decoration: none;
}
@-webkit-keyframes wave {
	5% {
		opacity: .6
	}
	27% {
		-webkit-transform: scale(1.8);
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
@-moz-keyframes wave {
	5% {
		opacity: .6
	}
	27% {
		-moz-transform: scale(1.8);
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
@-o-keyframes wave {
	5% {
		opacity: .6;
	}
	27% {
		-o-transform: scale(1.8);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes wave {
	5% {
		opacity: .6
	}
	27% {
		-webkit-transform: scale(1.8);
		-moz-transform: scale(1.8);
		-ms-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
.navbar-notify li>a.wave {
	overflow: visible;
	cursor: pointer;
	z-index: 10;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.68,-.55,.265,1.55);
	-moz-transition: -moz-transform .3s cubic-bezier(.68,-.55,.265,1.55);
	-o-transition: -o-transform .3s cubic-bezier(.68,-.55,.265,1.55);
	transition: -webkit-transform .3s cubic-bezier(.68,-.55,.265,1.55),-moz-transform .3s cubic-bezier(.68,-.55,.265,1.55),-o-transform .3s cubic-bezier(.68,-.55,.265,1.55),transform .3s cubic-bezier(.68,-.55,.265,1.55)
}
.navbar-notify li>a.wave.in {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.navbar-notify li>a.wave.in:after {
	content: "";
	top: -5px;
	left: 20px;
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: 8121991;
	background-image: -webkit-radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
	background-image: -moz-radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
	background-image: -o-radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
	background-image: radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
	border: 1px solid #fff;
	-webkit-animation: wave 5s 3s infinite linear;
	-moz-animation: wave 5s 3s infinite linear;
	-o-animation: wave 5s 3s infinite linear;
	animation: wave 5s 3s infinite linear;
	zoom:1;filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.navbar-notify .logout {
	color:#fff;
	background:#777;
	padding: 0 5px;
	border-radius:3px;
	text-decoration:none;
}
.navbar.honor-nav {
	padding: 0;
	margin: 0;
	border: none;
	height: 45px;
	min-height: 45px;
	z-index: 200;
}
.navbar.honor-nav .navbar-brand {
	color: #fff;
	font-size: 24px;
	-webkit-text-shadow: none;
	text-shadow: none;
	padding: 2px 0 2px 0;
	font-weight: 200;
	height: 45px;
}
.navbar.honor-nav .navbar-brand small img {
	height: 40px;
	width: 177px;
}
.navbar.honor-nav.navbar-fixed-top {
	z-index: 1003
}
.navbar.honor-nav .navbar-inner {
	background: #03b3b2;
	border: 0;
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	min-height: 45px;
	position: relative;
}
.navbar.honor-nav .navbar-inner .navbar-container {
	padding-left: 10px;
}
.navbar.honor-nav .navbar-brand {
	color: #fff;
	font-size: 24px;
	-webkit-text-shadow: none;
	text-shadow: none;
	padding: 2px 0 2px 0;
	font-weight: 200;
	height: 45px;
}
.navbar.honor-nav .sidebar-collapse {
	text-align: center;
	padding: 0;
	position: absolute;
	left: 175px;
	top: 0;
	z-index: 2;
	width: 35px;
	height: 45px;
}
.navbar .sidebar-collapse.active .collapse-icon {
    font-size: 14px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    padding: 11px;
}
.navbar.honor-nav .sidebar-collapse .collapse-icon {
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	padding: 11px 5px;
	line-height: 22px;
	position: relative;
	-webkit-transition: background-color .218s ease;
	-moz-transition: background-color .218s ease;
	-o-transition: background-color .218s ease;
	transition: background-color .218s ease;
	-webkit-transition: -webkit-box-shadow .218s ease;
	-moz-transition: -moz-box-shadow .218s ease;
	-o-transition: box-shadow .218s ease;
	transition: box-shadow .218s ease;
	-webkit-transition: color .318s ease;
	-moz-transition: color .318s ease;
	-o-transition: color .318s ease;
	transition: color .318s ease;
}
.navbar.honor-nav .navbar-header {
	height: 45px;
}
.navbar.honor-nav .notify-area {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: .9s;
	-moz-transition: .9s;
	-o-transition: .9s;
	transition: .9s
}
.navbar.honor-nav .notify-area > li {
	float: left;
	position: relative;
	height: 45px;
}
.navbar.honor-nav .notify-area>li>a {
	position: relative;
	min-width: 50px;
	height: 45px;
	display: inline-block;
}
.navbar.honor-nav .notify-area>li>a:hover {
	text-decoration: none;
}
.navbar.honor-nav .notify-area>li>a .icon {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	-webkit-transition: line-height .3s ease;
	-moz-transition: line-height .3s ease;
	-o-transition: line-height .3s ease;
	transition: line-height .3s ease;
}
.navbar.honor-nav .notify-area > li.open > a {
	background-color: #03b3b2;
	-webkit-box-shadow: 0 2px 40px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 40px rgba(0,0,0,.4);
	box-shadow: 0 2px 40px rgba(0,0,0,.4);
}
.navbar.honor-nav .notify-area > li.open .dropdown-menu {
	margin-top: 0;
	right: 0;
	border: 0 !important;
	padding: 10px 0 0;
	min-width: 240px;
	-webkit-animation-name: dropdownSlideInDown;
	-moz-animation-name: dropdownSlideInDown;
	-o-animation-name: dropdownSlideInDown;
	animation-name: dropdownSlideInDown;
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-border-radius: 0 !important;
	-webkit-background-clip: padding-box !important;
	-moz-border-radius: 0 !important;
	-moz-background-clip: padding !important;
	border-radius: 0 !important;
	background-clip: padding-box !important
}
.navbar.honor-nav .notify-area>li.open .dropdown-arrow:before {
	content: '';
	display: inline-block;
	right: 0;
	position: absolute;
	width: 50px;
	background-color: #fff;
	border: 0;
	top: -46px;
	height: 3px;
	-webkit-box-shadow: 0 2px 40px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 40px rgba(0,0,0,.4);
	box-shadow: 0 2px 40px rgba(0,0,0,.4)
}
.navbar.honor-nav .notify-area>li>a .badge {
	position: absolute;
	top: 6px;
	left: 4px;
	padding: 2px;
	cursor: pointer;
	background-color: transparent !important;
	border: 1px solid #fff;
	width: 18px;
	height: 18px;
	box-shadow: 1px 1px 0 #03b3b2;
	-webkit-transition: top .3s ease;
	-moz-transition: top .3s ease;
	-o-transition: top .3s ease;
	transition: top .3s ease;
}
.page-sidebar.sidebar-fixed {
	position: fixed;
	top: 45px;
	float: none !important;
	z-index: 1000;
}
.page-sidebar.sidebar-fixed:before {
	height: 5000px;
	top: 45px;
	bottom: auto;
}
.page-sidebar {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 200px;
	display: block;
}
.page-sidebar .sidebar-menu-box {
	height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}
.menu-compact.page-sidebar .sidebar-menu-box{
	overflow-x: inherit;
    overflow-y: inherit;
}
.page-sidebar:before {
	content: "";
	position: fixed;
	display: block;
	width: 195px;
	bottom: 0;
	top: 0;
	left: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	z-index: 1;
}
.page-sidebar .sidebar-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 5px;
}
.page-sidebar .sidebar-menu a:hover {
	color: #262626
}
.sidebar-menu.nav .open>a, .sidebar-menu.nav .open>a:hover, .sidebar-menu.nav .open>a:focus{
	border-color:transparent;
}
.page-sidebar .sidebar-menu>li>a {
	border-top: 1px solid #f3f3f3;
}
.page-sidebar .sidebar-menu>li.open>a, .page-sidebar  li.open > .submenu li a {
    background-color: #f5f5f5;
	color: #333;
}
.page-sidebar .sidebar-menu>li.open>a:after, .page-sidebar .sidebar-menu>li.active>a:after{
    border-color: transparent #03B3B2 transparent transparent;
    border-style: solid;
    border-width: 8px;
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
}
.page-sidebar .sidebar-menu li.active>a {
    display: block;
    content: "";
    color: #03B3B2;
    background-color: #f5f5f5;
}
.page-sidebar .sidebar-menu>li>a:hover {
	border-color: #f3f3f3;
	background-color: #fbfbfb
}
.page-sidebar .sidebar-menu>li:last-child>a {
	border-bottom: 1px solid #f3f3f3
}
.page-sidebar .sidebar-menu a .menu-icon {
	display: inline-block;
	vertical-align: middle;
	min-width: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin-top: -3px;
}
.page-sidebar .sidebar-menu>li>.submenu {
    background-color: #fff;
}
.page-sidebar .sidebar-menu li.open>.submenu {
	display: block !important;
}
.page-sidebar .sidebar-menu .submenu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fbfbfb;
	border-top: 0;
	z-index: 123;
}
.page-sidebar .sidebar-menu>li>.submenu:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 23px;
	top: 0;
	bottom: 19px;
	border-left: 1px solid #e2e2e2;
}
.page-sidebar .sidebar-menu .submenu li {
	margin-left: 0;
	position: relative;
}
.page-sidebar .sidebar-menu li {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
}
.page-sidebar .sidebar-menu li:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    width: 4px;
    max-width: 4px;
    overflow: hidden;
    background-color: #03B3B2;
}
.page-sidebar .sidebar-menu li:not(.open):hover:before {
    display: block;
    background-color: #03B3B2;
}
.page-sidebar .sidebar-menu li.active:not(.open):before {
    display: block;
}
.page-sidebar .sidebar-menu .submenu>li>a {
	padding-left: 40px;
}
.page-sidebar .sidebar-menu .submenu>li.active >a,
.page-sidebar .sidebar-menu .submenu li.active>a {
	color: #262626;
	background-color: #f5f5f5;
}
.page-sidebar .sidebar-menu>li>.submenu>li.active:first-child>a {
    
}
.page-sidebar .sidebar-menu>li>.submenu>li.active:last-child a {
   
}
.page-sidebar .sidebar-menu>li>.submenu>li>a:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 5px;
	height: 5px;
	left: 21px;
	top: 17px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	z-index: 2;
}
.page-sidebar .sidebar-menu a {
	display: block;
	height: 25px;
	line-height: 24px;
	margin: 0;
	padding: 0 16px 0 7px;
	-webkit-text-shadow: none !important;
	text-shadow: none !important;
	font-size: 13px;
	text-decoration: none;
	color: #333;
	z-index: 123;
}
.page-sidebar .sidebar-menu.sidebar-lg a{
	padding-top: 10px;
	padding-bottom:10px;
  	height: 42px;
	font-size:14px;
}
.page-sidebar .sidebar-menu.sidebar-lg  li a:hover{
	background:#f5f5f5;
	color:#333;
}
.page-sidebar .sidebar-menu.sidebar-lg  li.open > .submenu li.active a{
	color:#03B3B2;
}
.page-sidebar .sidebar-menu.sidebar-lg li>.submenu a{
	color:#444;
}
.page-sidebar .sidebar-menu.sidebar-lg li > a > .menu-icon{
	font-size:16px;
	min-width:30px;
}
/* .page-sidebar .sidebar-menu.sidebar-lg li.open > a:before{
	top: 10px;
	right: 0;
	content: '';
	position: absolute;
	display: inline-block;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 12px solid #03B3B2;
} */
.page-sidebar .sidebar-menu li.open>a .menu-expand {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.page-sidebar .sidebar-menu a .menu-expand {
    display: inline-block;
    position: absolute;
    font-size: 12px;
    line-height: 10px;
    height: 10px;
    width: 10px;
    right: 18px;
    top: 18px;
    margin: 0;
    text-align: center;
    padding: 0;
    -webkit-text-shadow: none;
    text-shadow: none;
    color: #666;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
}
.page-sidebar .sidebar-menu a .menu-expand:before {
    content: "\f105";
}
.page-sidebar .sidebar-menu>li>.submenu>li>a:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 5px;
	height: 5px;
	left: 21px;
	top: 17px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	z-index: 2;
}
.page-sidebar.menu-compact {
    width: 42px
}

.page-sidebar.menu-compact~.page-content {
    margin-left: 43px
}

.page-sidebar.menu-compact~.page-content .breadcrumbs-fixed {
    left: 47px
}

.page-sidebar.menu-compact~.page-content .page-header-fixed {
    left: 47px
}

.page-sidebar.menu-compact:before {
    width: 42px
}

.page-sidebar.menu-compact .sidebar-header-wrapper {
    width: 42px
}

.page-sidebar.menu-compact .sidebar-header-wrapper:hover {
    width: 238px
}

.page-sidebar.menu-compact .sidebar-header-wrapper:hover .searchinput {
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.4);
    -moz-box-shadow: 0 10px 40px rgba(0,0,0,.4);
    box-shadow: 0 10px 40px rgba(0,0,0,.4)
}

.page-sidebar.menu-compact .sidebar-header-wrapper .searchinput:focus {
    width: 238px;
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.4);
    -moz-box-shadow: 0 10px 40px rgba(0,0,0,.4);
    box-shadow: 0 10px 40px rgba(0,0,0,.4)
}

.page-sidebar.menu-compact .sidebar-header-wrapper .searchinput:focus~.searchhelper {
    width: 238px
}

.page-sidebar.menu-compact .sidebar-header-wrapper .searchicon {
    left: 15px
}

.page-sidebar.menu-compact .sidebar-menu {
    width: 42px
}

.page-sidebar.menu-compact .sidebar-menu>li.open>.menu-text {
    display: none !important
}

.page-sidebar.menu-compact .sidebar-menu>li.open>.submenu {
    display: none !important
}

.page-sidebar.menu-compact .sidebar-menu>li:hover>a {
    color: #262626
}

.page-sidebar.menu-compact .sidebar-menu>li:hover>a>.menu-text {
    display: block
}

.page-sidebar.menu-compact .sidebar-menu>li:hover>.submenu {
    display: block !important
}

.page-sidebar.menu-compact .sidebar-menu>li>a {
    position: relative;
    z-index: 123
}

.page-sidebar.menu-compact .sidebar-menu>li>a .menu-text {
    display: none;
    position: absolute;
    left: 42px;
    top: 0;
    width: 195px;
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    z-index: 121;
    padding-left: 25px;
    -webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
    -moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
    box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3)
}

.page-sidebar.menu-compact .sidebar-menu>li>a .menu-expand {
    display: none
}

.page-sidebar.menu-compact .sidebar-menu>li>a.menu-dropdown {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.page-sidebar.menu-compact .sidebar-menu>li>a.menu-dropdown>.menu-text {
    border: 0;
    top: 0;
    left: 42px;
    width: 195px;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.page-sidebar.menu-compact .sidebar-menu>li>a:hover {
    background-color: #fff
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu {
    background: #fbfbfb;
    position: absolute;
    z-index: 120;
    left: 42px;
    top: 0;
    width: 195px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 38px;
    display: none;
    border-left: 1px solid #f3f3f3;
    -webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
    -moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
    box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3)
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu li>a {
    margin-left: 0;
    padding-left: 24px
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu li.open>.submenu {
    display: block;
    left: 0;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu li .submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu li:hover {
    background-color: #fff
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu li:hover:before {
    display: block;
    left: 0
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu li.active:not(.open):before {
    left: 0
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu:before {
    display: none
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu>li>a {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

.page-sidebar.menu-compact .sidebar-menu>li>.submenu>li>a:before {
    display: none
}
/**************index***********************/
.batch-sidebar {
	width: 210px;
    position: absolute;
    top: 40px;
    left: 20px;
    height: auto;
    min-height: 100%;
}
.batch-body{
    position: relative;
    margin-left: 210px;
    padding: 0;
    overflow: hidden;
}
.index-menu-nav {
	
}
.index-menu-nav li {
    float: left;
    width: 14.2857%;
    margin:0 -1px -1px 0;
   	border: 1px dashed #e0e0e0;
}
.index-menu-nav li:hover{
	background-color: rgba(86,61,124,.1);
}
.index-menu-nav li a {
    padding: 35px 10px;
	display:block;
	color:#333;
	text-align:center;
	font-size: 16px;
    font-weight: 600;
}
.index-menu-nav li a:hover, .index-menu-nav li a:focus{
	text-decoration:none;
	color: #d22;
}
.batch-top-nav a{
    height: 24px;
    line-height: 18px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 12px;
    color: #777;
    text-align: center;
	padding: 2px 10px;
}
.batch-top-nav a:hover, .batch-top-nav a.active{
	text-decoration:none;
	border-color:#03B3B2;
	color:#fff;
	background:#03B3B2;
}
.batch-separator{
	position: absolute;
    left: 210px;
}
.batch-separator:before{
    height: 5000px;
    top: 0;
    bottom: auto;
	content: "";
    position: fixed;
	display: block;
	border-left: 1px solid #e5e3e3;
    z-index: 3;
}
.batch-title {
    border-bottom: 1px dotted #dfdfdf;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 14px;
	font-size:16px;
}

.support-website > img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	cursor:pointer;
}
.support-website:hover > img{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	transition-property: filter;
	transition-duration: 1s;
}
/**************ware_batch******************/
.right-container {
	background: #fff;
	padding: 0 15px 24px;
}
.page-container .page-header{
	margin-top:0;
	margin-bottom:10px;
	padding-bottom:0px;
	position: relative;
    border-bottom: 1px solid #e0e0e0;
}
.page-container .page-header h3 {
   	font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
	display: inline-block;
}
.page-container .page-header:before{
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: -4px;
    width: 4px;
    max-width: 4px;
    overflow: hidden;
    background-color: #03b3b2;
}
.page-breadcrumbs{
	list-style: none;
    display: inline-block;
    line-height: 26px;
    margin: 10px 22px 0 12px;
    padding: 0;
    font-size: 14px;
    color: #333;
    border-radius: 0;
}
.page-breadcrumbs ul li, .page-breadcrumbs ul li.active, .page-breadcrumbs ul li.active a {
    color: #777;
    -webkit-text-shadow: none;
    text-shadow: none;
}
.page-breadcrumbs li{
	display: inline-block;
}
.page-breadcrumbs li:first-child>a {
    padding-left: 4px;
}
.page-breadcrumbs li a {
    display: inline-block;
    color: #2dc3e8;
}
.top-nav-banner a, .page-container .page-header .sub-title{
	color: #888;
	font-size: 16px;
	text-decoration: none;
	display:inline-block;
}

.top-nav-banner a.active {
	color: #03b3b2;	
}

.batch-desc-hidebox {
	width : 770px;
	height : 600px;
	overflow : auto;
}

.batch-upload-input {
	z-index:10;
	position:absolute;
	opacity:0;
	filter: alpha(opacity=0);
	width:220px;
	height:40px;
}

.batch-upload-bg{
	line-height:1.1;
	background:#f5f5f5;
	font-size:20px;
	text-align:center;
	width:220px;
	padding:10px;
	border-radius:5px;
	cursor: pointer;
}

.filter-box {
	padding: 10px;
    min-height: 31px;
    line-height: 1em;
    box-shadow: inset 0 1px 0 #FFF, 0 2px 1px rgba(0,0,0,.03);
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
    overflow: hidden;
}


.area-check-box {
	border :1px solid #ccc;
	border-radius:3px;
	cursor: default;
}

.area-check-box ul {
	height:260px;
	width:100%;
	border:1px solid #dfdfdf;
	overflow-y:auto;
	padding:12px;
}

.area-check-box li {
	list-style:none;
	clear:both;
}

.area-check-box li:hover, .area-check-box li.active{
	background:#E5F4FE;	
}

.area-check-box span {
		margin: 5px;
		display: inline-block;
		width: 13px;
		height: 13px;
		vertical-align: middle;
		float:left;
		cursor: pointer;
		background: transparent url("../img/checkbox.png") no-repeat scroll 0% 0%;
}

.area-check-box .check-all {
	background-position : 0 -28px;
}

.area-check-box .check-part {
	background-position : 0 -14px;
}




.move-batch-tabs>li>a{
	background-image:url(../img/move/move_icon.png);
	background-repeat:no-repeat;
	padding-left:35px !important;
	opacity:.65;
}
.move-batch-tabs>li.active>a{
	opacity:1;
}
.move-batch-tabs>li> a:before{
	position: absolute;
    right: 0px;
    top: -10px;
    width: 25px;
    height: 25px;
    background-image:url(../img/move/move_icon.png);
	background-repeat:no-repeat;
    content: "";
}
.move-batch-tabs>li>a.tb-icon:before,
.move-batch-tabs>li>a.ali-icon:before,
.move-batch-tabs>li>a.jd-icon:before{
	background-position:0px -120px;
}
.move-batch-tabs>li>a.full-tb-icon:before,
.move-batch-tabs>li>a.full-ali-icon:before,
.move-batch-tabs>li>a.full-jd-icon:before{
	background-position:0px -160px;
}

.move-batch-tabs>li>a.full-td-icon,
.move-batch-tabs>li>a.tb-icon{
	background-position:5px 12px;
}
.move-batch-tabs>li>a.full-jd-icon,
.move-batch-tabs>li>a.jd-icon{
	background-position:5px -28px;
	padding-left:20px !important;
}
.move-batch-tabs>li>a.full-ali-icon,
.move-batch-tabs>li>a.ali-icon{
	background-position:5px -67px;
	padding-left:25px !important;
}

/********************箭头提示********************************/
.throw-num-tip {
	border: 1px solid #ff7200;
	border-radius: 5px;
	padding: 10px 5px;
	margin-left: 5px;
	position: relative;
	background-color:#fff;
}
.throw-num-tip span {
	color: #ff7200;
	padding: 0 3px;
}
.throw-num-tip i {
	border-color: transparent #ff7200 transparent transparent;
	border-width: 5px 5px 5px 0;
	border-style: solid;
	position: absolute;
	left: -5px;
	top: 15px;
}
.throw-num-tip b {
	border-color: transparent #fdf4ec transparent transparent;
	border-width: 5px 5px 5px 0;
	border-style: solid;
	margin: 0 0 0 2px;
	position: absolute;
	left: -5px;
	top: 15px;
}


/*********************图片遮罩*************************/
.hover-mask{
	position: relative;
	display: block;
	cursor : pointer;
}
.hover-mask .mask-bg{
	width: 100%;
	height: 100%;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	z-index: 100;
	display: none;
	border-radius: 5px;
	filter: alpha(opacity=50);
}
.hover-mask .mask-content{
	position: absolute;
	z-index: 101;
	top: 35%;
	width: 100%;
	text-align: center;
	display: none;
}

.hover-mask:hover .mask-bg
{
	display: block;
}
.item-have-unselect .hover-mask:hover .mask-content.unselected{
	display:block;
}
.item-have-unselect .hover-mask:hover .mask-content.selected{
	display:none;
}
.item-have-select .hover-mask:hover .mask-content.unselected{
	display:none;
}
.item-have-select .hover-mask .mask-content.selected,
.item-have-select .hover-mask:hover .mask-content.selected,
.item-have-select .hover-mask .mask-bg{
	display:block;
}
.searchbar{
	-webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
	border: 1px solid #dcdcdc;
}
.searchbar > ul{
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.searchbar > ul > li {
    position: relative;
    display: block;
	float: left;
}
.searchbar > ul > li:first-child.active >a{
	-webkit-border-radius: 4px 0 0 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px 0 0 4px;
    -moz-background-clip: padding;
    border-radius: 4px 0 0 4px;
}
.searchbar > ul > li > a{
    position: relative;
    display: block;
	text-decoration:none;
    padding: 10px 20px;
	color: #333;
	line-height: 20px;
    border-right: 1px solid #dcdcdc;
}
.searchbar > ul > li.active > a{
	color: #fff;
    background-color: #aaa;
	margin: -1px;
    padding: 11px 20px;
	border:none;
}
.searchbar > ul > li.dropdown > a{
	padding-right:25px;
}
.searchbar > ul > li.dropdown > a:hover{
	background:#fff;
}
.searchbar > ul > li.dropdown > a:before{
	top: 18px;
    right: 5px;
    content: '';
    position: absolute;
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #767b7b;
}
.edit-preview {
	position: relative;
	font-size:14px;
}
.edit-preview:focus,
.edit-preview:hover{
	text-decoration: none;
}
.edit-preview>i{
	display:none;
	padding-left:5px;
	font-weight:bold;
}
.edit-preview:hover>i{
	display:inline;
	position: absolute;
	top: 4px;
	color: blue;
}
.edit-font-img:hover {
	color: blue;
}

.edit-preview>span>i{
	visibility:hidden;
	font-weight:bold;
	cursor: pointer;
}

.edit-preview:hover>span>i{
	visibility:visible;
}

.open>.edit-preview-text{
	display:none;
}

.edit-preview-text{
	position: relative;
    padding: 5px 15px 5px 5px;
	margin-right:30px;
	border:1px solid transparent;
	min-height:48px;
}
.edit-preview-text>i{
	display:none;
	position: absolute;
	top: 1px;
	right:0;
	color:#23527c;
	font-weight:bold;
	font-size:14px;
}
.edit-preview-text:hover, .edit-preview-text.active{
	border: 1px dashed #23527c;
	cursor: pointer;
}
.edit-preview-text:hover>i, .edit-preview-text.active>i{
	display:inline;
}
.edit-text-area{
	display:none;
}
.open .edit-text-area{
	display:block;
}
.edit-text-area textarea{
	width:325px;
}
/*********************target************************/
.float-fix-tips .contact-box {
	position: absolute;
	width:300px;
	left: -150px;
	top: -200px;
}
.float-fix-tips .contact-box .contact-body {
	border:1px solid #ccc;
	border-radius:5px;
	line-height:35px;
	background-color:#f7f7f7;
	z-index: 19;
	width:300px;
	height:185px;
	overflow:hidden;
	margin:7px 0;
	cursor:default;
}
.float-fix-tips .contact-box i.pointer{
	border-color: #ccc transparent transparent transparent;
	border-width: 8px 8px 0 8px  ;
 	border-style: solid;
	position:absolute;
	bottom:0px;
	right:120px;
}
.float-fix-tips .contact-box b.pointer{
	border-color: #f7f7f7 transparent transparent transparent;
	border-width: 8px 8px 0 8px;
  	border-style: solid;
	margin: 0 0 2px 0 ;
	position:absolute;	
	bottom:0px;
	right:120px;
}
.float-fix-tips .contact-box a{
	display:inline-block;
	vertical-align:top;
	width:35px;
	height:35px;
}

.control-label-center{
	padding-top: 7px;
	margin-bottom: 0;
	text-align:left;
}
.toogle-box {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 9;
	background: #fff;
	text-align:center;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, .15);
	background-clip: padding-box;
	webkit-background-clip: padding-box;
	padding: 20px 10px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.toogle-box .btn-close {
	position: absolute;
	right: 5px;
	top: 5px;
}

.toogle-box .btn-detail {
	margin: 20px auto;
}


.mt-grid-view ul {
	padding: 10px 0;
}
.mt-grid-view ul li {
	float: none;
	display: block;
	position: relative;
	height: 62px;
	margin: 5px 8px;
	padding: 10px 75px 10px 10px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	cursor: pointer;
}
.mt-grid-view li.item-have-select, .mt-grid-view li.item-have-select:hover {
	border-color: #0288d1;
}
.mt-grid-view li:hover, .mt-grid-view li.item-hover {
	border-color: #ffefd6;
	background-color: #ffefd6;
}
.mt-grid-view .pic {
	float: left;
	display: inline;
	width: 40px;
	height: 40px;
	text-align: center;
}
.mt-grid-view .pic .table-cell {
	width: 100%;
	height: 100%;
}
.mt-grid-view .pic img {
	max-width: 40px;
	max-height: 40px;
}
.mt-grid-view .name {
	float: left;
	width: 500px;
	height: 21px;
	margin: 10px 30px 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mt-grid-view .price {
	float: left;
	width: 130px;
	margin-top: 5px;
	font-size: 14px;
	font-family: ΢���ź�;
	color: #df5138;
}
.mt-grid-view .price strong {
	font-size: 22px;
	font-weight: 700;
	font-family: arial;
}
.mt-grid-view .icon-check {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 29px;
	height: 29px;
	font-size: 24px;
	color: #e5e5e5;
}
.mt-grid-view li.item-have-select .icon-check {
	right: 17px;
	color: #df5138;
}

.dt-table.report{
	width: 100%;
	max-width: 100%;
	border:1px solid #ccc;
	border-top:none;	
}
.dt-table.report th,
.dt-table.report td {
	padding: 6px 12px;
	font-size: 12px;
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
}
.dt-table.report.ws-normal td{
	white-space: normal !important;
}
.dt-table.report.text-left th,
.dt-table.report.text-left td,
.dt-table.report th.text-left,
.dt-table.report td.text-left{
	text-align: left;
}
.dt-table.report td.normal{
	white-space: normal;
}
.dt-table.report.text-center th,
.dt-table.report.text-center td,
.dt-table.report th.text-center,
.dt-table.report td.text-center{
	text-align: center;
}
.dt-table.report.text-right th,
.dt-table.report.text-right td,
.dt-table.report th.text-right,
.dt-table.report td.text-right{
	text-align: right;
}
.dt-table.report th {
	border-top: 3px solid #585858;
	background: #f5f5f5;
	font-weight: bold;
	/*cursor: pointer;*/
	padding: 10px 12px;
}
.dt-table.report.no-bd th{
	border-top: none;
}
.dt-table.report th a:link,
.dt-table.report th a:visited {
	color: #333;
	text-decoration: none;
}
.dt-table.report th a.active{
	color:#428bca;
}
.dt-table.report tfoot td {
	background: #f5f5f5;
}
.dt-table.report td {
	border-top: 1px solid #ccc;
}
.dt-table.report tbody tr:hover td {
	background: #f5f5f5;
}
.dt-table.report tr.click table td,
.dt-table.report tr.click table th,
.dt-table.report tr.conversion table td,
.dt-table.report tr.conversion table th {
	border: none;
	padding: 3px 12px 3px 0;
	text-align: left;
	background: transparent;
}
.dt-table.report tr.click table th,
.dt-table.report tr.conversion table th {
	font-weight: bold;
	border: none;
	cursor: none;
}
.dt-table.report thead .headerSortUp:after {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	opacity: 0.5;
	filter: alpha(opacity=50);
	margin-left: 5px;
}
.dt-table.report thead .headerSortDown:after {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-bottom: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	opacity: 0.5;
	filter: alpha(opacity=50);
	margin-left: 5px;
}
.dt-table.report tbody .message{
	margin: 20px auto;
	width: 350px;
	padding: 40px;
	background: #ffffff;
	color: #838383;
	white-space: normal;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.thumbnail-upload-box {
	position:relative;
	overflow:hidden;
}

.thumbnail-upload-bg-input {
	z-index:10;
	position:absolute;
	opacity:0;
	filter: alpha(opacity=0);
	font-size:0px;
	width:100px;
	height: 35px;
	cursor:pointer;
}

.thumbnail.active {
	background:#3e8c89;
}
.collect-webset-select {
	border: 1px solid rgba(8, 7, 7, 0.18);
	padding: 20px;
}

.move-setting-box  {
	min-width: 1100px;
	height:500px;
	background:#f0f0f1;
	overflow:hidden;
}

.setting-left-nav {
	background:#f0f0f1;
	padding: 12px 0 12px 15px;
	cursor:pointer;
}
.moveSettingItem {
	padding:20px 10px 0 10px;
}

.moveSettingItem:after{
	clear:all;
}
.moveSettingItem .nav-title {
	display:inline-block;
	font-weight:bold;
	padding-top:7px;
	vertical-align:top;
	
}

.setting-left-nav {
	border-left:3px solid #f0f0f1;
}

.setting-left-nav.current {
	background:#fff;
	border-left:3px solid #03b3b2;
}

.setting-left-nav:hover {
	background:#fff;
	border-left:3px solid #fb6e52;
}

.move-setting-box .setting-item{
	background:#f0f0f1;
	margin-bottom:0;
}

.move-setting-box .setting-item > .col-xs-10 {
	background:#fff;
}

.ware-preview-modal {
	height:530px;
}

.ware-preview-modal .pane-right-content{
	height:480px;
}

.ware-preview-modal .auto-tip {
	float: right;
    margin-right: 20px;
    background: #03b3b2;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
	position: relative;
    padding: 3px 20px;
	display:block;
}

.ware-preview-modal .close-full-img-tip {
	position: absolute;
    top: -1px;
    right: 8px;
    cursor: pointer;
}

.ware-preview-modal .title-box {
	font-size: 0;
	height: 480px;
	overflow: auto;
	display: inline-block;
}

.ware-preview-modal .nav-tr{
	cursor:pointer;	
}

.ware-preview-modal .nav-tr.current{
	background:#3ad8e0;
}

.ware-preview-modal .title-nav {

	border-left:none;
	border-right:none;
	padding:6px 0 6px 6px;
}

.ware-preview-modal .nav-tr.hover .title {
	color:#3377bd;
}

.ware-preview-modal .nav-tr>td {
	border-left:none;
}

.ware-preview-modal .title {
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	width: 185px;
	display: inline-block;
	overflow: hidden;
}

.ware-preview-modal .slider-img-box {
	position: absolute;
	z-index: 99;
	overflow: auto;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
}

.ware-preview-modal .large-img-box {
	width: 70%;
	height: 100%;
	padding-left: 15px;
	float: left;
	overflow: auto;
	display: inline-block;
	font-size: 0;
}

.ware-preview-modal .large-img-box .glyphicon {
	font-size: 50px;
	cursor: pointer;
	clear:right;
	height:50px;
	line-height:50px;
}

.ware-preview-modal .large-img-box .glyphicon-chevron-left {
	margin-top: 215px;
}

.ware-preview-modal .large-img-box .icon {
	font-size: 26px;
	height:50px;
	line-height:50px;
	cursor: pointer;
	margin-right:10px;
}

.ware-preview-modal .large-img-box .large-img {
	display:inline-block;
	width: calc(100% - 100px);
	height: 100%;
	overflow:auto;
	border:1px solid #ddd;
	text-align: center;
}

.ware-preview-modal .large-img-box img {
	max-width: 100%;
	max-height: 100%;
}

.ware-preview-modal .nav-img-box {
	margin-right: 5px;
	overflow: auto;
	float: right;
	height: 100%;
	width: 29%;
}

.ware-preview-modal .nav-img-item {
	cursor: pointer;
	margin-bottom: 5px;
	width: 100%;
	height:90px;
	display:inline-block;
	border: 1px dashed #ddd;
    padding: 3px 3px 0 3px;
}

.ware-preview-modal .nav-img-item.current {
	border: 1px dashed #d9534f;
}

.ware-preview-modal .nav-img {
	border: 1px solid #ddd;
	padding: 2px;
	margin-left: 3px;
	vertical-align : top;
	display:inline-block;
	width:80px;
	height:80px;
}

.ware-preview-modal .item-name {
	display: inline-block;
    width: 110px;
    height: 86px;
    overflow: hidden;
	font-weight:bold;
	margin-left:3px;
}

.ware-preview-modal .nav-img-item.current .item-name {
	color: #d9534f;
}

.ware-preview-modal .nav-img img {
	width: 100%;
	height:100%;
}

.ware-preview-modal .ware-img-box {
	overflow: auto;
	padding:0 15px;
	height: 100%;
	width:100%;
}

.ware-preview-modal .notes-img-box{
	overflow: auto;
	padding:0 0 15px 0;
	height:100%;
	width:100%;
}

.ware-preview-modal .cate-attr-box {
	overflow: auto;
	padding:10px 15px;
	height:232px;
	width:100%;
}

.ware-preview-modal .sku-img-item {
	position: relative;
	font-size: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 105px;
	height: 130px;
	vertical-align:top;
	display: inline-block;
	text-align:center;
	cursor:pointer;
}
.ware-preview-modal .sku-img-item .img-box {
	display: inline-block;
	width: 100px;
	height: 100px;
}

.ware-preview-modal .empty-img {
	display:inline-block;
	color:#777;
	width:100px;
	height:100px;
	border: 1px solid #ddd;
}

.ware-preview-modal .empty-img .glyphicon-plus {
	font-size:30px;
	line-height:60px;
}

.ware-preview-modal .empty-img .tip-txt {
	line-height:20px;
	display:block;
}

.ware-preview-modal .sku-img-item img {
	width:100px;
	height:100px;
	border:1px solid #ddd;
 }
 
.ware-preview-modal .notes-img-item {
	position: relative;
	font-size: 15px;
	margin-right: 13px;
	margin-bottom: 13px;
	width: 820px;
	min-height:50px;
	display: inline-block;
	border:1px solid #ddd;
	transition:border .2s ease-in-out;
	-webkit-transition:border .2s ease-in-out;
	border-radius:4px;
	padding : 4px;
	vertical-align:top;
}

.ware-preview-modal .notes-img-item img {
	width:100%;
 }

.ware-preview-modal .sku-img-process-item {
	width: 100%;
	height: 26px;
	line-height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:center;
}

.ware-preview-modal .sku-img-process-item .btn{
	padding:2.4px;
}

.ware-preview-modal .notes-img-process-item {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 5px;
	left: 0;
	background: #666;
	color:#fff;
	text-align:center;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.ware-preview-modal .icon-widget {
	cursor: pointer;
	margin:0;
}

.ware-preview-modal .nav-img {
	border: 1px solid #ddd;
    padding: 2px;
    margin-left: 3px;
    vertical-align: top;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.ware-preview-modal .favicon{
	margin-right:3px;
	width:15px;
	height:15px;
}

.ware-preview-modal .item-title{
	height: 32px;
	line-height: 16px;
	overflow: hidden;
}
.ware-preview-modal .source-attr .input-group-addon {
	padding-left: 3px;
	padding-right:3px;
}

.ware-preview-modal .remove-icon {
	font-size: 12px;
	cursor: pointer;
}

.ware-preview-modal .xheLayout {
	height: 100% !important;
}
.ware-preview-modal .xheIframeArea {
	height: 99% !important;
}

.del-img-btn {
	position:absolute;
	top:5px;
	left:160px;
}

.del-img-item-btn {
	position:absolute;
	top:5px;
	left:20px;
}

.revert-img-btn {
	position:absolute;
	top:5px;
	right:20px;
}

.delete-step2-item {
	position: absolute;
	background-color: rgba(172, 241, 184, 0.78);
	display: none;
	cursor: pointer;
	bottom: 0px;
	width: 100%;
	left: 0%;
}

tbody tr:hover .delete-step2-item {
	display: block;
}
/** watermark **/
.item-img {
	width: 70px;
	height : 70px;
}

.pr30 {
	padding-right: 30px;
}

.add-ware-right .set-price-btn-lighten {
	color: #fff;
	background-color : red;
}

.add-ware-btn-default {
	height: 45px;
	width: 110px;
	font-size: 18px;
}
.add-ware-right-btn{
	height: 60px;
	width: 120px;
	font-size: 20px;
	color: #999;
	border: none;
	border-left: 1px solid #A6A6A6;
}
.add-ware-button {
	margin-top:50px;
	height: 62px;
	line-height: 62px;
	background-color: #F3F3F3;
	border: 1px solid #A6A6A6;
}

.add-ware-button-fixed{
	position : fixed;
	top : auto;
	bottom : 0px;
}

.add-ware-checkbox-all {
	float: left;
    margin-left: 30px;
}
.add-ware-right-btn {
	float: right;
	padding: 0px;
}
.watermark-page {
	margin: 10px 20px 100px 20px;
}

.manage_ware_header{
	margin: 10px 20px 20px 20px;
}
.watermark-name {
	font-size: 15px;
}
.icon-greater {
	font-size: 15px;
	margin-right: 12px;
}

.add-ware-right .add-ware-right-btn-lighten {
	color: #fff;
	background-color: #326dc6;
}

.add-ware-right .add-ware-right-btn-lighten:hover {
	color: #fff;
	background-color: #196dec;
}

.watermark-name {
	font-size: 15px;
}

.watermark-ware-count {
	font-size: 13px;
	color: #78637a;
}

.disabled-reason-body {
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 100%; 
	opacity: .8;
    filter: alpha(opacity=80);
    background: #000;
}
.disabled-reason-info {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff;
	width:50%;
	margin: 100px 50px;
}

/* loading content*/
.loading-container {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.55)
}
.loading-container.loading-inactive {
    display: none
}
.loading-container.loading-inactive .loading-progress {
    display: none
}
.loading-container .loading-progress {
    z-index: 2000;
    position: fixed;
    height: 60px;
    width: 60px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.show_image_ban_words_modal {
	position: absolute;
	bottom: 0px;
	display: block;
	z-index:999;
	left: 4px;
	right: 4px;
	padding: 8px;
	background: rgba(64, 62, 62, 0.61); 
	color: #f7f7f7;
}

.openate-image-btn-box {
	position: absolute; 
	top: 0px; 
	width: 100%; 
	padding: 7px;
	display: none;
	z-index:1000
}

.price-decimal-type {
	min-width: 140px;
}

.price-decimal-type option {
	color: #555;
}

.move-filter-keyword {
	position: absolute;
	border: 1px solid #ccc;
	width: 300px;
	background-color: white;
	box-shadow: 0 0 4px #000;
	right: 0px;
	top: 32px;
	display: none;
}

.move-filter-keyword-icon {
	position: absolute;
	right: 25%;
	color: #999;
	top: -13px;
}

.move-filter-keyword-input {
	width: 288px;
	margin: 5px 5px 5px 5px;
}

.matting-brush {
    white-space: nowrap;
}
.matting-brush .btn {
    background: rgba(0,0,0,.8);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
	border:0;
}
.matting-brush .btn+.btn{
	margin-left: 0;
}
.matting-brush .btn:first-child {
    border-radius: 48px 0 0 48px
}

.matting-brush .btn:last-child {
    border-radius: 0 48px 48px 0
}

.matting-brush .btn.active,.matting-brush .btn:hover {
    background-color: #da411f
}
.matting-brush .btn[disabled]{
	cursor: not-allowed;
    background-color: rgba(0,0,0,.8);
}
.desc-edit-box{
	position: relative;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 200;
    background-color: #fff;
    padding: 4px;
    margin: 6px;
	background-color: #ffffff;
}
.desc-edit-box.active, .desc-edit-box:hover{
    box-shadow: 0 0 15px #37A7EC;
    outline: 1px solid rgba(13,137,148,.2);	
}
.desc-edit-box .ctrol-box{
    display: none;
	position: absolute;
    top: 0;
    right: 0;
	height:70px;
	width:100%;
}
.desc-edit-box .ctrol-box:before{
	display: block;
    content: "";
    background: rgba(0,0,0,.35);
    border-width: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.desc-edit-box:hover .ctrol-box{
	display: block;
}
.desc-edit-box:hover .ctrol-box:before{
	 opacity: 1;
}
.desc-edit-box:hover .ctrol-box .item{
	margin-top:15px;
}
.desc-edit-box .ctrol-box .item:hover{
	background:#ff5000;
	color:#fff;
}
.desc-edit-box .btns {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    width: 240px;
	margin: auto;
    height: 36px;
    font-size: 0;
    z-index: 10;
    -webkit-transition: opacity linear .2s;
    -o-transition: opacity linear .2s;
    transition: opacity linear .2s;
	text-align:center;
}
.desc-edit-box:hover .btns{
    opacity: 1;
    -webkit-transition: opacity linear .2s;
    -o-transition: opacity linear .2s;
    transition: opacity linear .2s;
}
.desc-edit-box .ban-words{
	position: absolute;
	top:150px;
	left:-10px;
	color: #f6ff7c;
    font-size: 16px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    min-width: 150px;
	padding:30px;
	border-radius:40px;
}
.small-desc-img-list .desc-img-item {
	width: 166px;
    float: left;
    border: 1px solid #ccc;
    height: 195px;
    text-align: center;
    position: relative;
    margin: 5px;
    cursor: pointer;
}
.small-desc-img-list .desc-img-item .img-box {
	width: 100%;
    background-color: #fff;
    margin: 5px 0;
    padding: 2px 0;
	line-height: 180px;
}
.small-desc-img-list .desc-img-item .img-box img {
	max-width: 100%;
	max-height: 180px;
	vertical-align: middle;
}
.small-desc-img-list .desc-img-item .desc-img-tools {
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    width: 100%;
    top: 0;
    color: #fff;
    box-shadow: 0 1px 2px #000;
    text-align: center;
	display: none;
}
.small-desc-img-list .desc-img-item:hover .desc-img-tools {
	display: block;
}
.small-desc-img-list .desc-img-item:hover .desc-img-tools label {
    border-right: 1px solid #fff;
    padding: 0 9px;
    margin: 0;
    cursor: pointer;
}
.small-desc-img-list .desc-img-item:hover .desc-img-tools label:last-child {
    border-right: 0;
}

/******商品选择列表样式*******/

.item-selector-items {
	width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
	margin-top: 5px;
}
.item-selector-items.scroll {
	max-height: 270px;
	overflow: hidden;
	overflow-y: scroll;
}
.item-selector-items .selectable-item {
	min-height: 90px;
	position: relative;
	margin-bottom: 5px;
	padding: 0;
}
.item-selector-items .selectable-item .table-row {
	width: 99%;
    padding: 10px;
    padding-right: 20px;
	position: absolute;
	z-index: 100;
	background-color: #fff;
	margin-right: 5px;
	border: 1px solid #e6e6e6;
}
.item-selector-items .selectable-item.sku-onshow>.table-row {
	border: 1px solid #ffa108;
	z-index: 999;
}
.item-selector-items .selectable-item.sku-onshow>.table-row.shadow{
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}
.item-selector-items .selectable-item .selectable-item-pic-wrapper {
    margin: -1px;
    width: 70px;
    min-width: 70px;
    height: 70px;
    border: 1px solid #c8c8c8;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
.item-selector-items .selectable-item .selectable-item-pic-wrapper img {
    width: 60px;
    height: 60px;
}
.item-selector-items .selectable-item .selectable-item-info {
    height: 70px;
    padding: 0 10px;
    vertical-align: top;
    display: table-cell;
}
.item-selector-items .selectable-item .selectable-item-info .title-info {
    height: 36px;
    overflow: hidden;
    word-wrap: break-word;
    max-width: 276px;
    line-height: 18px;
    font-size: 12px;
}
.item-selector-items .selectable-item .selectable-item-info .outer-id {
    color: #999;
    border-bottom: 1px dashed #c8c8c8;
}
.item-selector-items .selectable-item .selectable-item-info .outer-id:before {
    content: "[";
}
.item-selector-items .selectable-item .selectable-item-info .outer-id:after {
    content: "]";
}
.item-selector-items .selectable-item .selectable-item-info .title {
    color: #333;
}
.item-selector-items .selectable-item .selectable-item-info .append-info {
    margin-top: 14px;
    height: 20px;
	font-size: 12px;
	overflow: hidden;
}
.item-selector-items .selectable-item .selectable-item-info .price {
    color: #f56264;
	font-size: 14px;
}
.item-selector-items .selectable-item .item-mouseover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
	z-index: 999;
}
.item-selector-items .selectable-item .item-mouseover:hover {
    opacity: 0.5;
	border: 1px solid #ff6864;
}
.item-selector-items .selectable-item .item-selected {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    cursor: pointer;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
	border: 1px solid #ff6864;
}
.item-selector-items .selectable-item .item-selected .icon {
	position: absolute;
    right: 0;
    bottom: 0;
    width: 13px;
    height: 15px;
    background-position: 0 -39px;
	overflow: hidden;
    vertical-align: middle;
    background-image: url(../img/matrieal_bg.png);
}
.item-selector-items .selectable-item .selectable-item-actions {
	height: 70px;
    width: 84px;
    min-width: 84px;
    vertical-align: middle;
    display: table-cell;
    position: absolute;
    right: 20px;
    top: 10px;
}
.item-selector-items .selectable-item .selectable-item-actions .action {
	padding: 5px 0;
	margin: 0;
}
.item-selector-items .selectable-item .choose-ware, .item-selector-items .selectable-item .choose-sku {
    color: #03b3b2;
    background-color: #fff;
    border-color: #03b3b2;
	display: block;
}
.item-selector-items .selectable-item .choose-ware:hover, .item-selector-items .selectable-item .choose-sku:hover {
    color: #fff;
    background-color: #03b3b2;
    border-color: #03b3b2;
}
.item-selector-items .selectable-item .cancel-choose-ware, .item-selector-items .selectable-item .cancel-choose-sku {
    color: #333;
    background-color: #fff;
    border-color: #d8d8d8;
    display: none;
}
.item-selector-items .selectable-item .cancel-choose-ware:hover, .item-selector-items .selectable-item .cancel-choose-sku:hover {
    color: #333;
    background-color: #f8f8f8;
    border-color: #d8d8d8;
}
.item-selector-items .selectable-item .disabled-choose-ware, .item-selector-items .selectable-item .disabled-choose-sku {
    color: #c0c0c0;
    background-color: #fff;
    border-color: #c0c0c0;
    display: none;
}
.item-selector-items .selectable-item.ware-chose .choose-ware, .item-selector-items .selectable-item.sku-chose .choose-sku {
	display: none;
}
.item-selector-items .selectable-item.ware-chose .cancel-choose-ware, .item-selector-items .selectable-item.sku-chose .cancel-choose-sku {
	display: block;
}
.item-selector-items .selectable-item.disabled .disabled-choose-ware, .item-selector-items .selectable-item.disabled .disabled-choose-sku {
	display: block;
}
.item-selector-items .selectable-item.disabled .choose-ware, .item-selector-items .selectable-item.disabled .choose-sku {
	display: none;
}
.item-max-width{
    width: 20%;
}
.outorder-max-width{
    width: 18%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.item-max-width{
	    width: 15%;
	}
	.outorder-max-width{
	    width: 15%;
	}
}
.list-group .list-group-item.selected {
	color: #ffffff;
	background-color: #03b3b2;
	font-weight: 600;
}

.tip-box {
	position: fixed;
	right: 0;
	bottom: 50px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	padding: 10px 90px 10px 40px;
	min-height: 50px;
	font-size: 14px;
	border-radius: 2px;
}

.tip-box .tip-icon {
	position: absolute;
	left: 18px;
	top: 10px;
	color: #ffc721;
	vertical-align: top;
}

.tip-box .tip-content span {
	color: #ffc721;
}

.tip-box .tip-content {
	width: 216px;
	line-height: 1.3;
}

.tip-box .ok-btn {
	position: absolute;
	right: 15px;
	top: 10px;
	padding: 5px 15px;
	border-radius: 3px;
	background-color: #0f0f0f;
	cursor: pointer;
}

.tip-box .tip-close {
	position: absolute;
	right: 0;
	height: 25px;
	width: 25px;
	top: -25px;
	text-align: center;
	color: #aaaaaa;
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
}
/************* order * purchase_order * index  *******************/
.search-tpl-modal-ul{
	padding: 0px;
	margin: 0px;
}
.search-tpl-modal-ul > li{
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 10px 2px;
}
.search-tpl-modal-ul li a{
	color: #000000;
	text-decoration: none;
}
.selected-tpl{
	color: red!important;
}
.active-gray{
	background-color:#CCCCCC!important;
}
/********** print tpl **********/
.cropper {
	position: relative;
}
.cropper-container {
	font-size: 0;
	line-height: 0;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	direction: ltr !important;
}
.cropper-container img {
	display: block;
	width: 100%;
	min-width: 0 !important;
	max-width: none !important;
	height: 100%;
	min-height: 0 !important;
	max-height: none !important;
	image-orientation: 0deg !important
}
.cropper-bg {
	background-image:
			url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}
.cropper-crop {
	cursor: crosshair;
}
.cropper-move {
	cursor: move;
}
.cropper-modal {
	background-color: #777;
	opacity: .15;
	filter: alpha(opacity = 15);
}
.cropper-canvas, .cropper-modal, .cropper-wrap-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.cropper-drag-box {
	position: relative;
}
.cropper-drag-box .drsElement {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #2b61dd;
	left:20px;
	top:20px;
	height:25px;
	width:100px;
	line-height:1;
	color:#000;
}
.cropper-drag-box .drsElement.guideline {
	background: transparent;
}
.cropper-drag-box .drsElement.current {
	background: rgba(251, 175, 167, 0.76);
}
.cropper-drag-box .drsElement .cropper-close {
	border: 1px solid #2b61dd;
	color: #2b61dd;
	font-size: 10px;
	text-align: center;
	top: -7px;
	right: -7px;
	width: 14px;
	height: 14px;
	display: none;
	position: absolute;
	z-index: 999;
	cursor: pointer;
	background: #fff;
	line-height:12px;
}
.cropper-drag-box .drsElement .cropper-close > i{
	vertical-align: top;
}
.cropper-drag-box .drsElement:hover .cropper-close {
	display: block;
}
.cropper-drag-box .drsElement:hover {
	box-shadow: 0 0 3px 1px #666;
	-webkit-box-shadow: 0 0 3px 1px #666;
}
.cropper-drag-box .drsElement.guideline:hover{
	box-shadow: none;
	-webkit-box-shadow:none;
}
.cropper-drag-box .drsElement.guideline:hover .shape-line{
	border-color:#4374e0;
}
.cropper-drag-box .drsElementFocus {
	border: 2px solid #4879e9;
}
.cropper-drag-box .drsElementFocus a.close_field {
	display: block;
}
.cropper-drag-box .drsMoveHandle {
	height: 20px;
	cursor: move;
}
.cropper-drag-box .dragresize {
	position: absolute;
	width: 8px;
	height: 8px;
	font-size: 1px;
	border: 1px solid #2b61dd;
	background: #fff;
}
.cropper-drag-box .dragresize-tl {
	top: -4px;
	left: -4px;
	cursor: nw-resize;
}
.cropper-drag-box .dragresize-tm {
	top: -4px;
	left: 50%;
	margin-left: -4px;
	cursor: n-resize;
}
.cropper-drag-box .dragresize-tr {
	top: -4px;
	right: -4px;
	cursor: ne-resize;
}
.cropper-drag-box .dragresize-ml {
	top: 50%;
	margin-top: -4px;
	left: -4px;
	cursor: w-resize;
}
.cropper-drag-box .dragresize-mr {
	top: 50%;
	margin-top: -4px;
	right: -4px;
	cursor: e-resize;
}
.cropper-drag-box .dragresize-mt {
	top: -4px;
	left: 50%;
	margin-left: -4px;
	cursor: s-resize;
}
.cropper-drag-box .dragresize-mb {
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
	cursor: s-resize;
}
.cropper-drag-box .dragresize-bl {
	bottom: -4px;
	left: -4px;
	cursor: sw-resize;
}
.cropper-drag-box .dragresize-bm {
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
	cursor: s-resize;
}
.cropper-drag-box .dragresize-br {
	bottom: -4px;
	right: -4px;
	cursor: se-resize;
}
.cropper-drag-box .guideline .dragresize-mr {
	margin-top: -6px;
	right: -8px;
}
.cropper-drag-box .guideline .dragresize-ml {
	margin-top: -6px;
	left: -8px;
}
.cropper-drag-box .guideline .dragresize-mt {
	margin-top: -8px;
	left: -4px;
}
.cropper-drag-box .guideline .dragresize-mb {
	margin-top: 0px;
	left: -4px;
}
.cropper-drag-box .guideline.horizontal .dragresize-mt, .cropper-drag-box .guideline.horizontal .dragresize-mb, .cropper-drag-box .guideline.vertical .dragresize-ml, .cropper-drag-box .guideline.vertical .dragresize-mr, .cropper-drag-box .guideline .dragresize-tl, .cropper-drag-box .guideline .dragresize-tr, .cropper-drag-box .guideline .dragresize-bl, .cropper-drag-box .guideline .dragresize-br {
	display: none;
}
.cropper-drag-box .btn-focus-color {
	background: #ccc;
}
.cropper-toolbar {
	position: absolute;
	right: 0px;
	top: 0px;
}
.print-item-editor {
	font-size: 12px;
}
.print-item-editor .form-group {
	margin-left: 0;
	margin-right: 0;
}
.print-item-editor .control-label {
	vertical-align: top;
	padding-top: 5px;
	text-align: right;
	display: inline-block;
}
.print-item-editor .form-control {
	height: 24px;
	padding: 2px 4px;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	margin: 0px;
	border: 1px solid #ccc;
}
.print-item-editor input[type="radio"], .print-item-editor input[type="checkbox"] {
	margin: 2px 0 0 -20px;
}
.print-item-editor .btn-style {
	color: #333;
	background-color: #eee;
	border-color: #e1e1e1;
	box-shadow: none;
}
.print-item-editor .btn-style:hover {
	color: #333;
	background-color: #d5d5d5;
	border-color: #c2c2c2;
}
.print-item-editor .btn-style:active:hover, .print-item-editor .btn-style:active:focus, .print-item-editor .btn-style:active.focus, .print-item-editor .btn-style.active, .print-item-editor .btn-style.active:hover, .print-item-editor .btn-style.active:focus, .print-item-editor .btn-style.active.focus {
	color: #fff;
	background-color: #4bb5d5;
	border-color: #36add0;
}
.print-item-editor .input-group-addon {
	padding: 2px 6px;
}
.print-item-editor .print-content-panel {
	margin-bottom: 18px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.bottom-fix-bar {
	padding: 0 35px 0 215px;
	width: 100%;
	height: 45px;
	z-index: 999;
	position: fixed;
	right: 0;
	bottom: 0;
}
.top-fix-bar {
	padding: 10px 35px 5px 215px;
	width: 100%;
	z-index: 999;
	position: fixed;
	top: 45px;
	left: 0;
}

.opacity-fix {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
}
.fix-bar-container {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 6px 0;
	color: #fff;
}
.btn-default-white {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default-white:focus,
.btn-default-white.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #02679E;
}
.btn-default-white:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #02679E;
}
.btn-default-white:active,
.btn-default-white.active,
.open > .dropdown-toggle.btn-default-white {
	color: #333;
	background-color: #e6e6e6;
	border-color: #02679E;
}
.btn-default-white:active:hover,
.btn-default-white.active:hover,
.open > .dropdown-toggle.btn-default-white:hover,
.btn-default-white:active:focus,
.btn-default-white.active:focus,
.open > .dropdown-toggle.btn-default-white:focus,
.btn-default-white:active.focus,
.btn-default-white.active.focus,
.open > .dropdown-toggle.btn-default-white.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default-white:active,
.btn-default-white.active,
.open > .dropdown-toggle.btn-default-white {
	background-image: none;
}
.btn-default-white.disabled:hover,
.btn-default-white[disabled]:hover,
fieldset[disabled] .btn-default-white:hover,
.btn-default-white.disabled:focus,
.btn-default-white[disabled]:focus,
fieldset[disabled] .btn-default-white:focus,
.btn-default-white.disabled.focus,
.btn-default-white[disabled].focus,
fieldset[disabled] .btn-default-white.focus {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default-white .badge {
	color: #fff;
	background-color: #333;
}
.btn-check .custom-control-input{
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.btn-check{
	background-position: 50%;
	-webkit-background-size: 200% 200%;
	background-size: 200% 200%;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	outline: 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-check.active,.btn-check:hover,.btn-check:focus{
	background-color: #28b3d3 !important;
	border-color: #28b3d3;
	color: #fff;
}
.sidebar {
	bottom: 0;
	left: 0;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}
.nav-sidebar {
	margin-right: -21px; /* 20px padding + 1px border */
	margin-bottom: 20px;
	margin-left: -20px;
}
.nav-sidebar > li{
	margin: 2px;
	background-color: #eee;
}

.nav-sidebar > li.active {
	color: #fff;
	background-color: #03B3B2;
}

.nav-sidebar > li > a {
	padding-right: 20px;
	padding-left: 20px;
	color: black;
}
.nav-sidebar > li > a:hover,
.nav-sidebar > li > a:focus {
	color: #fff;
	background-color: #03B3B2;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
	color: #fff;
	background-color: #03B3B2;
}
.right-fix-bar {
	position: fixed;
	right: 3px;
	top: 50%;
	z-index: 19;
	margin-left: 0;
	border-top-width: 0;
	cursor: pointer;
}
.right-fix-bar > ul > li {
	padding: 0px;
	margin-bottom: 2px;
}
.right-fix-bar > ul > li:last-child{
	border-bottom: none;
}
.right-fix-bar > ul> li a.icon {
	width: 35px;
	height: 35px;
	display: block;
	background-color: #A1A1A9;
	color: #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 3px;
}
.right-fix-bar > ul > li a.icon:hover {
	background: #32BABD;
	border-color: #00A8B0;
}

.right-fix-bar > ul> li a.tb-icon, .right-fix-bar > ul > li a.tb-icon:hover{
	background: url(../../static_ext/img/platform_icons/taobao.png) center center no-repeat;
	background-size: 70% 70%;
	background-color: #A1A1A9;
}
.right-fix-bar > ul> li a.alibaba-icon, .right-fix-bar > ul > li a.alibaba-icon:hover{
	background: url(../../static_ext/img/platform_icons/1688.png) center center no-repeat;
	background-size: 70% 70%;
	background-color: #A1A1A9;
}
.right-fix-bar > ul> li a.pdd-icon, .right-fix-bar > ul > li a.pdd-icon:hover{
	background: url(../../static_ext/img/platform_icons/yangkeduo.png) center center no-repeat;
	background-size: 70% 70%;
	background-color: #A1A1A9;
}
.filter-list {}
.filter-list .filter-item {
	color: #666666;
}
.filter-list .filter-item.selected {
	border: 1px dashed #FF6600;
	color: #FF6600;
}
.input-bg-pink{
	color:red;
	background-color: #FFDBD2;
}

.link-with-hover {
	color: #337ab7;
}
.link-with-hover:hover {
	color: #5bc0de;
}.popup-box {
	 width:100%;
	 color:#333;
	 background-color: #fff;
	 border-radius: 3px;
	 background-clip: padding-box;
	 z-index:9999;
 }
.popup-box .popup-header {
	padding:2px 10px;
	min-height:10px;
	background:#09c;
	color:#fff;
}
.popup-box .popup-header .close {
	float:right;
	font-size:21px;
	font-weight:700;
	color:#fff;
	opacity:0.7;
	margin-top:5px;
	filter:alpha(opacity=70);
	outline:none;
}
.popup-box .popup-header .close:hover {
	color:#fff;
	opacity:1;
	filter:alpha(opacity=100);
}
.popup-box .popup-body {
	position: relative;
	padding: 0;
	box-sizing: border-box;
	font-size:12px;
	margin: 0;
	text-align:center;
}
.popup-box .popup-body li {
	list-style:none;
}
.popup-box .popup-body .title {
	font-size:20px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align:center;
	color:#000;
	margin-bottom:10px;
}
.popup-box .popup-body .detail {
	font-size:13px;
	overflow:auto;
	line-height:20px;
	text-align:left;
	color:#5d5d5d;
}
.popup-box .popup-body .detail a{
	text-decoration:none;
}
.popup-box .popup-footer {
	text-align:center;
	font-size:13px;
}
.popup-box .popup-footer .nav-btn{
	margin:0 3px;
	cursor:pointer;
	color:#61b3f6;
}
.popup-box .popup-footer .disabled {
	color:#333;
	cursor: default;
}
.preview-tool-box .preview-arrow{
	position: absolute;
	top: 40%;
	left: 25%;
	width: 70%;
	display: flex;
	justify-content: space-between;
}
.preview-tool-box .preview-arrow div{
	cursor: pointer;
	z-index: 99;
	width: 36px;
	height: 36px;
}
.preview-tool-box .preview-arrow div:nth-child(1){
	background-image: url("../img/print/arrow-left.png");
}
.preview-tool-box .preview-arrow div:nth-child(2){
	background-image: url("../img/print/arrow-right.png");
}
.preview-tool-box .preview-tool-bottom{
	display: flex;
	position: absolute;
	bottom: 20px;
	margin-top: 20px;
	left: 55%;
	transform: translateX(-50%);
}
.preview-tool-box .preview-tool-bottom div{
	cursor: pointer;
	margin: 0 20px;
	width: 20px;
	height: 20px;
}
.preview-tool-box div.arrow-disable{
	cursor: not-allowed;
	opacity: 0.2;
}
.preview-tool-box .preview-tool-bottom div:nth-child(1){
	background-image: url("../img/print/arrow-first.png");
}
.preview-tool-box .preview-tool-bottom div:nth-child(2){
	background-image: url("../img/print/arrow-last.png");
}
.preview-tool-box .preview-tool-bottom div:nth-child(3){
	background-image: url("../img/print/arrow-next.png");
}
.preview-tool-box .preview-tool-bottom div:nth-child(4){
	background-image: url("../img/print/arrow-end.png");
}

.purchase-goods-detail-row {
	position: relative;
	padding-left: 68px;
}
.purchase-goods-detail-row .spec-label {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 28px;
	padding: 0 5px;
	font-weight: bold;
	margin-left: -3px;
}
.spec-table {
	width: 100%;
	font-size: 0;
	background-color: #fff;
	position: relative;
	border: 1px solid #eee;
	height: 250px;
}
.spec-table .spec-list-container {
	overflow-y: scroll;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	bottom: 0;
}
.spec-table .spec-list-container > div {
	display: inline-block;
	font-size: 12px;
}
.spec-table .spec-title {
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
	height: 39px;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	text-align: center;
	line-height: 39px;
	font-size: 12px;
}
.spec-table .source-spec-title {
	position: absolute;
	left: 55%;
	top: 0;
	width: 45%;
	height: 39px;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	text-align: center;
	line-height: 39px;
	font-size: 12px;
}
.spec-table .spec-span {
	position: absolute;
	left: 45%;
	top: 0;
	width: 10%;
	height: 100%;
	background-color: #eee;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	z-index: 11;
}
.spec-table .spec-span span {
	font-size: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.spec-list {
	width: 45%;
}
.spec-list > div {
	padding: 7px 5px;
	text-align: center;
	border-top: 1px solid #eee;
	background-color: #fff;
}
.spec-list > div:first-child {
	border: none;
	background-color: transparent;
}
.spec-list .spec-item {
	position: relative;
	line-height: 24px;
}


.industrial-products-example-box {
	max-width: 880px;
	text-align: left;
}
.industrial-products-example-box img{
	max-width: 480px;
}
.industrial-products-File-add{
	border:1px dashed #ccc;
	padding: 18px 15px;
	cursor: pointer;
	text-align: center;
	width: 100px;
}
.industrial-products-img-box {
	display: none;
	border: 1px solid #ddd;;
	text-align: center;
}
.industrial-products-popover-img-box {
	max-width: 520px;
	text-align: center;
}
.industrial-products-popover-img-name {
	word-wrap:break-word;
	text-align: center;
}
.industrial-products-popover-img {
	max-width: 460px;
}
.industrial-products-img-box:hover .industrial-products-del-img {
	display: block;
}
.industrial-products-del-img {
	display: none;
	position: absolute;
	top: -10px;
	right: 6px;
	width: 22px;
	height: 22px;
	background-color: rgb(127,134,133,50%);
	border-radius: 50%;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	cursor: pointer;
	/* Rotate div */
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* Internet Explorer */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari 和 Chrome */
	-o-transform: rotate(45deg); /* Opera */
}
.industrial-products-img-name {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: center;
}

.industrial-products-pdf-box {
	width: 100px;
	height: 94px;
	background-color: #d93838;
	border-radius: 10%;
}
.industrial-products-pdf-box span {
	font-size: 50px;
	color: white;
	line-height: 90px;
}
.url-tab a {
	margin-left: 20px;
	color: white;
}

.navbar-nav {
	margin-left: 10px;
}
.navbar-nav>li {
	float: left;
}
.nav>li {
	position: relative;
	display: block;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.honor-nav .navbar-nav>li>a {
	padding-top: 13px;
	padding-bottom: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	background-color: #03b3b2;
}
.J_headerStyle>li>a {
	padding: 0 16px;
	text-align: center;
}

@media (max-width: 1710px) {
	.J_headerStyle {
		margin-left: 40px !important;
	}
	.J_headerStyle>li>a {
		padding: 0 5px;
	}
	.navbar-notify li {
		margin-right: 5px;
	}
}

@media (max-width: 1510px) {
	.J_headerStyle {
		margin-left: 40px !important;
	}
	.J_headerStyle>li>a {
		padding: 0 3px;
	}
	.navbar-notify li {
		margin-right: 2px;
	}

	.honor-nav .navbar-nav>li>a {
		font-size: 2.7rex;
	}
	.J_selfVenderTips {
		font-size: 2.7rex;
	}
}

.nav>li>a {
	position: relative;
	display: block;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.dropdown-menu-ms {
	border: 1px solid #ccc !important;
	-webkit-border-radius: 2px !important;
	-webkit-background-clip: padding-box !important;
	-moz-border-radius: 2px !important;
	-moz-background-clip: padding !important;
	border-radius: 2px !important;
	background-clip: padding-box !important;
	-webkit-box-shadow: 0 2px 40px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 40px rgba(0,0,0,.4);
	box-shadow: 0 2px 40px rgba(0,0,0,.4);
	-webkit-transition: opacity .218s;
	-moz-transition: opacity .218s;
	-o-transition: opacity .218s;
	transition: opacity .218s;
	margin: 1px 0 0;
	min-width: 170px;
}
.dropdown-menu-ms {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.dropdown-menu-ms::after {
	content: '';
	position: inherit;
	top:-19px;
	left:132px;
	border: 10px solid white;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	visibility: initial;
}
.pull-left {
	float: left !important;
}
.navbar .dropdown > .dropdown-menu > li .module-wrap {
	margin-right: 50px;
	display: inline-block;
	vertical-align: top;
	padding: 22px 10px 20px 24px;
}
.module-content>span {
	font-weight: bold;
}
.module-content>a {
	text-decoration: none;
	color: #333;
	margin-left: 25px;
}
.honor-nav .navbar-nav>li>a:focus, .honor-nav .navbar-nav>li>a:hover {
	color: #fff;
	/*background-color: #16c5b2;*/
	background: rgba(0,0,0,.2);
}
.honor-nav .navbar-nav>.active>a, .honor-nav .navbar-nav>.active>a:focus, .honor-nav .navbar-nav>.active>a:hover {
	color: #fff;
	/*background-color: #16c5b2;*/
	background: rgba(0,0,0,.2);
}
.J_menuTab>a {
	text-decoration: none;
	color: #333;
	margin-left: 20px;
}
.J_menuTab>div>a {
	text-decoration: none;
	color: #333;
	padding-top: 16px;
}
.module-content>a:hover {
	color: #03B3B2;
	font-weight: bold;
}
.J_menuTopWidth {
	margin-top: 15px;
}
.popover.top>.arrow-black:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #000;
}
.popover.right>.arrow-black:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #000;
}
.icon-songhuoshangmen {
	color: rgb(0, 169, 165);
	font-size: 13px;
}

.dropdown-menu-height-200 {
	max-height: 200px;
	overflow-y: auto;
}

.dropdown-menu-height-500 {
	max-height: 500px;
	overflow-y: auto;
}

.div-inline-flex {
	display: flex !important;
	align-items: center;
}
.ds-temp-purchase {
	padding: 2px 4px;
	border: 1px solid #606266;
	border-radius: 50%;
	font-size: 12px;
	cursor: pointer;
	color:#606266;
	text-decoration: none;
}
.ds-temp-purchase:hover {
	color:#03b3b2!important;
	border-color: #03b3b2!important;
	text-decoration: none;
}
