/****************************************/
/*************     Font     *************/
/****************************************/
/*@font-face {
	font-family: 'shscnLight';
	font-weight: 200;
	src:url(../fonts/SHSCN-Light.otf);
}

@font-face {
	font-family: 'shscnMedium';
	font-weight: 500;
	src:url(../fonts/SHSCN-Medium.otf);
}

@font-face {
	font-family: 'shscnRegular';
	font-weight: 400;
	src:url(../fonts/SHSCN-Regular.otf);
}

@font-face {
	font-family: 'shscnHeavy';
	font-weight: 900;
	src:url(../fonts/SHSCN-Heavy.otf);
}

@font-face {
	font-family: 'shscnBold';
	font-weight: 700;
	src:url(../fonts/SHSCN-Bold.otf);
}

@font-face {
	font-family: 'shscnThin';
	font-weight: 100;
	src:url(../fonts/SHSCN-ExtraLight.otf);
}

@font-face {
	font-family: 'shscnNormal';
	font-weight: 300;
	src:url(../fonts/SHSCN-Normal.otf);
}

.shscnLight {
	font-family: "shscnLight";
}

.shscnMedium {
	font-family: "shscnMedium";
}

.shscnRegular {
	font-family: "shscnRegular";
}

.shscnHeavy {
	font-family: "shscnHeavy";
}

.shscnBold {
	font-family: "shscnBold";
}

.shscnThin {
	font-family: "shscnThin";
}

.shscnNormal {
	font-family: "shscnNormal";
}*/

a {
     outline:none;
     -moz-outline:none;
     text-decoration:none;
}

@-webkit-keyframes autofill {
 to {
  color: #ffffff;
  background: transparent;
  background-color: rgba(0,0,0,0.3);
 }
}

#login_block input:-webkit-autofill {
 -webkit-animation-name: autofill;
 -webkit-animation-fill-mode: both;
}

.span-with-enter
{
/*     width: 100% !important; */
/*     float: left !important; */
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

a:focus {
     outline:none;
     -moz-outline:none;
     text-decoration:none;
}

a:link{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:active{
text-decoration:none;
}

.tile-widget .pull-right .dropdown-menu {
 right: 0;
 left: auto;
}

@media only screen and (max-width: 768px) {
	body[id=fullscreen] .navbar.collapsed .navbar-collapse .nav.refresh {
    left: 0;
  }
	}

body[id=fullscreen] #wrap #content {
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  height: 100%;
  width: 100%;
}

.copyright {
	color: #cccccc;
	font-size: 9pt;
	padding-top: 20px;
}

.normal-light {
  font-size: 16px;
  font-weight: 300;
}

.font-size-24 {
	font-size: 24px !important;
}

.font-size-18 {
	font-size: 18px !important;
}

.font-size-16 {
	font-size: 16px !important;
}

.font-size-14 {
	font-size: 14px !important;
}

.font-size-13 {
	font-size: 13px !important;
}

.font-size-12 {
	font-size: 12px !important;
}



.bg-8 a{color:#F0AD4E;text-decoration:none}

.bg-8 a:hover, a:focus {
/* 	color: #8A6D3B; */
	text-decoration:none;
/* 	text-decoration: underline */
}

.bg-8 label a[class*="btn"], .bg-8 h4 a[class*="btn"] {
	color: rgba(0, 0, 0, 0.3);text-decoration:none
}

.bg-8 label a[class*="btn"]:hover,a:focus, .bg-8 h4 a[class*="btn"]:hover,a:focus {
/* 	color: rgba(0, 0, 0, 0.6); */
}

.bg-transparent-white {
	background-color: rgb(255, 255, 255) !important;
	color: black;
}

.bg-light-pink {
	background-color:#fff2f7 !important;
}

.bg-sharp {
 background: -webkit-linear-gradient(left top, #9F62FF, #3D6DCF); /* Safari 5.1 - 6.0 */
 background: -o-linear-gradient(bottom right, #9F62FF, #3D6DCF); /* Opera 11.1 - 12.0 */
 background: -moz-linear-gradient(bottom right, #9F62FF, #3D6DCF); /* Firefox 3.6 - 15 */
 background: linear-gradient(to bottom right, #9F62FF, #3D6DCF);
 color: #ffffff;
}


.border-bottom-red-2{
	border-bottom:2px solid red;
}

.border-bottom-1 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.border-right-white-1 {
	border-right: 0.5px solid #ffffff;
}

.border-left-white-1 {
	border-left: 0.5px solid #ffffff;
}

.border-left-white-03 {
	border-left: 0.5px solid rgba(255,255,255,0.3);
}

.border-top-1 {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.border-top-white {
	border-top: 1px solid #E2E2E2;
}

.border-top-red{
	border-top:2px solid red !important;
}

.border-1-solid {
    border: 1px solid #E2E2E2;
}

.border-1-gray {
 border: 1px solid #bbbbbb;
}

.border-1-transparent {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.border-1-transparent-dark {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.border-table-transparent td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top: none !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-table-transparent {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-0 {
    border: none!important;
}

li .btn-redbrown {
	border: 1px solid #E27D79;
}

li .btn-dutch {
	border: 1px solid #1cbbd2;
}

.h120 {
 	height:120px !important;
}

.h200 {
	height: 200px !important;
}

.w_h_45 {
	width: 45px !important;
	height:45px;
}
.min-w45 {
	min-width: 45px !important;
}
.w30 {
	width: 30px !important;
}
.w60 {
	width: 60px !important;
}

.w65 {
	width: 65px !important;
	height:65px;
}
.w85 {
	width: 85px !important;
}

.w100 {
	width: 100px !important;
}

.w120 {
	width: 120px !important;
/* 	height:120px; */
}

.w150 {
	width: 150px !important;
}

.w180 {
	width: 180px !important;
}


.w200 {
	width: 200px !important;
}

.w230 {
	width: 230px !important;
}

.w260 {
	width: 260px !important;
}

/*.w360 {
	width: 360px !important;
}*/

.min_w120 {
	min-width: 120px;
}

.min_h60 {
    min-height: 60px !important;
}

.rounded-corners-20 {
	-webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  border-radius: 20px !important;
}

.no-rounder-corners {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}

.noafter:after {
	content: none !important;
	width: 0 !important;
}

.nobefore:before {
	content: "" !important;
}

.line-height-0 {
	line-height:0px !important;
}

.line-height-17 {
	line-height:17px !important;
}

.line-height-60 {
	line-height: 60px;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-25 {
	margin-top: 25px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-5 {
	margin-bottom: 5px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.margin-right-5 {
	margin-right: 5px;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-45 {
	margin-right: 45px;
}
.padding-1 {
	padding: 1px !important;
}
.padding-left-0 {
    padding-left: 0px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-20 {
    padding-left: 20px;
}
.padding-left-30 {
    padding-left: 30px;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-0-10 {
    padding: 0px 10px !important;
}

.padding-0-5 {
    padding: 0px 5px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
    padding-bottom: 0;
}

.padding-top-10 {
    padding-top: 10px !important;
    padding-bottom: 0;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-top-25 {
 padding-top: 25px!important;
}

.padding-top-32 {
    padding-top: 32px!important;
}



.margin-right-138 {
	margin-right: 138px;
}
.margin-right-180 {
	margin-right: 180px;
}

.margin-right-5 {
	margin-right: 5px;
}



.margin-left-0 {
	margin-left: 0px !important;;
}

.margin-left-5 {
	margin-left: 5px !important;;
}

.margin-left-10 {
	margin-left: 10px !important;;
}

.margin-left-20 {
	margin-left: 20px !important;;
}

.margin-left-30 {
	margin-left: 30px !important;
}

.margin-left-80 {
	margin-left: 80px !important;;
}

.margin-right-30 {
	margin-right: 30px !important;
}

.margin-10 {
    margin: 10px;
}

.padding-0 {
    padding: 0 !important;
}

.padding-top-5 {
	padding-top: 5px;
}

.padding-top-40 {
	padding-top: 5px;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}

.padding-3 {
	padding: 3px;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
	padding: 10px;
}

.padding-15 {
	padding: 15px;
}


.padding-lR-5 {
	padding: 0 5px;
}

.padding-lR-10 {
	padding: 0 10px;
}

.padding-lR-20 {
	padding: 0 20px;
}

.padding-5-0{
	padding: 5px 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-right-15 {
    padding-right: 15px;
}
.padding-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.max-width-500{
	max-width: 500px !important;
}

.max-width-600{
	max-width: 600px !important;
}

.max-width-800{
	max-width: 800px !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

*:focus {
outline: none;
}

.wordwrap {
    word-wrap: break-word;
}

.text-line-th {
	text-decoration: line-through !important;
}

.color-warning {
	color: #f0ad4e !important;
}

.color-gray {
	color: #A3A3A3 !important;
}

.color-white {
	color: #ffffff !important;
}

.color-white-5 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.color-black-7 {
	color: rgba(0, 0, 0, 0.7) !important;
}

.color-success {color: #5CB85C !important;}

.color-danger {color:#d9534f !important;}

.clean {
    overflow: hidden;
}

.table_no_border > thead > tr > th,
.table_no_border > tbody > tr > th,
.table_no_border > tfoot > tr > th,
.table_no_border > thead > tr > td,
.table_no_border > tbody > tr > td,
.table_no_border > tfoot > tr > td {
    border: 0px !important;
}

.poDelBtn{
	position: absolute;
	margin: 0 0 0 -15px;
	background-color: #FF2631;
	border-radius: 20px;
	border: 2px solid #fff;
	font-size: 8pt;
	text-align: center;
	padding: 0 6px;
	min-width: 6px;
	line-height: 18px;
	color: #fff;
	text-shadow: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	z-index:5;
}

.poImgDelBtn {
	position: absolute;
	margin: 0 0 0 50px;
	background-color: #FF2631;
	border-radius: 20px;
	border: 2px solid #fff;
	font-size: 8pt;
	text-align: center;
	padding: 0 6px;
	min-width: 6px;
	line-height: 18px;
	color: #fff;
	text-shadow: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	z-index:5;
}

.poAttachDelBtn {
	position: absolute;
	margin: 0 0 0 25px;
	background-color: #FF2631;
	border-radius: 20px;
	border: 2px solid #fff;
	font-size: 8pt;
	text-align: center;
	padding: 0 6px;
	min-width: 6px;
	line-height: 18px;
	color: #fff;
	text-shadow: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.formRow .imgbubble {
	position: absolute;
	margin: -10px 0 0 -170px;
	background-color: #FF2631;
	border-radius: 20px;
	border: 2px solid #fff;
	font-size: 8pt;
	text-align: center;
	padding: 0 6px;
	min-width: 6px;
	line-height: 18px;
	color: #fff;
	text-shadow: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.feed-content p, .comment-meta h5 {
	border-top: 1px dotted #E2E2E2;
	padding-top: 7px;
}

/*
.message .tab-content {
	height: 910px;
	overflow-y: scroll;
}
*/
.pagination.aligned-center {
  display: block;
  text-align: center;
  margin: 0;
}


/* .notification-dot { */
/*     min-height: 10px; */
/*     position: fixed; */
/*     left: -12px; */
/*     top: -5px; */
/* } */

.notification-dot {
    display: block;
    width: 6px;
    height: 6px;
    background-color: #d9534f;
    border-radius: 4px;
    position: relative;
    right: 8px;
    top: 8px;
}

/*清除浮动 & 隐藏*/
.float-L {float: left; margin-right: 10px;}
.float-R {float: right; margin-left: 10px;}
.clear{zoom:1}
.clear:after{display:block;clear:both;content:"";}
.hidden-Block {display: none;}

.hidden {
	display: none !important;
}

.img-modal{
	margin-top:100px;
}

.pagination.aligned-center {
  display: block;
  text-align: center;
  margin: 0;
}

.block-overflow {
    width: 100%;
    min-width: 100%;
    overflow: auto;
}

.block-overflow td, .block-overflow th {
    padding: 5px !important;
    font-size: 12px;
    min-width: 50px;
}

.img_grid {
    margin-left: -10px !important;
}

/****************************************/
/**************** Button ****************/
/****************************************/

.btn-disabled, .btn-disabled:hover {
    color: rgba(0, 0, 0, 0.15);
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, 0.05);
}

.btn-light.btn-group .btn {
	color: #FFFFFF;
}

.btn-light.btn-group .btn-red {
	background-color: #ff635c;
}

.btn-light.btn-group .btn-black-transparent {
	background-color: rgba(0, 0, 0, 0.15);
}

/****************************************/
/**************** Checkbox ****************/
/****************************************/

.custom.checkbox label { position: static;}

/****************************************/
/************** link color **************/
/****************************************/

.link-danger {color: #c9302c !important;}

.link-danger:hover {color: #c9302c !important;}


.link-greensea {color: #16a085 !important;}

.link-greensea:hover {color: #117A65 !important;}

.link-dark, .btn-link.link-dark {color: #5E524A !important; font-weight: 700;}

.link-dark:hover, .btn-link.link-dark:hover {color: #D9544F !important;}

.link-dark:disabled, .btn-link.link-dark:disabled {color: #dcd7d6 !important;}

.link-light {color: rgba(255, 255, 255, 0.85) !important;}

.link-light:hover {color: rgba(255, 255, 255, 0.35) !important;}

.link-orange:hover {color: rgba(240,173,78,0.6) !important;}

.link-orange.disabled {color: rgba(150,150,150,0.75) !important;}

/****************************************/
/******** None Timeline Task List *******/
/****************************************/

.none-timeline .task-list {padding-top: 0;}

.none-timeline .task-list:after {content: none;}

.none-timeline .group {padding-left: 0;}

.none-timeline .task-list  li .task-group  .task  .priority.priority-normal {width: 3px;}


/****************************************/
/************  Preview PAGE  ************/
/****************************************/

#preview-header .label {
    padding: 4px 10px;
}

/****************************************/
/*************  Login PAGE  *************/
/****************************************/
/*
.login_logo {
	margin: 50px auto 0;
	width: 340px;
	height: 226px;
	background-image: url(../images/bealix_logo.png);
	background-image: -webkit-image-set(url(../images/bealix_logo.png) 1x, url(../images/bealix_logo_2x.png) 2x);
	background-repeat: no-repeat;
}
*/

#custom_login #content.full-page {
    top: 0;
}

.bg_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -99999;
    -webkit-filter: blur(15px); /* Chrome, Opera */
       -moz-filter: blur(15px);
        -ms-filter: blur(15px);
            filter: blur(15px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=15, MakeShadow=false); /* IE6~IE9 */
}

@-moz-document url-prefix(){.bg_img {z-index: auto !important;}}

#custom_login #content.full-page .inside-block {
    overflow: hidden;
    width: 100%;
    margin: 0 !important;
    padding: 0;

}

#custom_login #content.full-page section {
    box-shadow: 0 0 0;
}

section[id="login_block"] {
    width: 360px;
    margin: 56px auto 0;
}

section[id="login_block"] .tile-header {
    height: 160px;
    background-color: transparent !important;
    padding: 0;
    overflow: hidden;
}

section[id="login_block"] .tile-body {
    background-color: rgba(255,255,255,0.25) !important;
    padding: 30px !important;
}

#custom_login #content.full-page section[class*="log-in"] {
    border: none;
    margin: 30px -30px -30px -30px;
    padding: 20px 0;
}

#custom_login #content.full-page section[class*="log-in"] a {
    color: rgba(255,255,255,0.7);
    margin: 0 12px;
}

#custom_login #content.full-page section[class*="log-in"] a:hover {
    color: #222222;
}

a[class*="btn_login"] {
    border: 1px solid rgba(255,255,255,0.1);
    color: #FFFFFF !important;
    padding: 8px;
    background-color: rgba(255,255,255,0.3);
    width: 110px;
    text-align: center;
    font-size: 14px !important;
    font-weight: bold;
}

a[class*="btn_login"]:hover {
    border-color: rgba(255,255,255,0.05);
    background-color: rgba(255,255,255,0.05);
    color: rgba(0,0,0,0.4) !important;
}

a[class*="btn_login"]:link {
    text-decoration: none;
}

/**************************************/
/************* RESPONSIVE *************/
/**************************************/

#fullscreen .navbar .navbar-nav.quick-actions {
    position: relative;
    right: 0;
    top: 0;
  }

/****************************************/
/*************** Products ***************/
/****************************************/

.table_description {
    width: 100%;
    min-width: 100%;
}

.table_description .product_feature {
    color: #999999;
    width: 9%;
    padding: 12px 12px 0;
}

.table_description .product_value {
    width: 16%;
    padding: 10px 10px 0 0;
}

.v-align-m td {
    vertical-align: middle !important;
}

/***************** Cart *****************/

.cart.col-sm-3 img {
    height: 36px;
}

.cart.col-sm-3, .cart.col-sm-9 {
    padding-left: 0;
    padding-right: 5px;
}

.cart.col-sm-9 {
    padding-right: 0;
}

.cart_item_description {
    font-size: 12px;
    padding-top: 5px;
}

.cart_item_description span {
    margin-right: 5px;
    color: #999999;
}

.cart_section {
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
}

.cart_section:last-child { border-bottom: none;}

.cart_section a h4 {
    color: #333333;
}

.cart_section a:hover {
    color: #CCCCCC;
}

.checkbox.checkall label {
    margin-bottom: 12px;
}

.item_row_description {
    padding-left: 8px;
}



.unit_price * {
    color: #333333;
}

.unit_price span, .amount_price span { margin-top: 6px;}

.unit_price strong {margin-right: 3px; font-size: 14px; font-weight: normal !important;}

.amount_price * { float: right;}

.top_menu{height:40px;width:100%;background:#08A5E0;position:absolute;z-index:99;left:0;}


.check_out {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(240, 240, 240, 0.95);
    padding: 10px 80px;
    text-align: right;
    z-index: 999999;
}

.price_disable {
    text-decoration: line-through;
    color: #BCBCBC;
    margin-bottom: 5px !important;
}

.table-normal {
    width: 100%;
}

.table-normal td {
    padding: 10px;
    vertical-align: top;
}


/**************** Filter ****************/
.filter_title {
    font-size: 11px;
    color: #999999;
    padding: 3px;
    margin-bottom: 9px;
    margin-top: 9px;
}

a[class*="filter_label"], a[class*="filter_selected"], .crumb a {
    display: inline-block;
    font-size: 12px;
    color: black;
    background-color: white;
    padding: 3px;
    margin-right: 18px;
    margin-bottom: 9px;
    margin-top: 9px;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 1px;
}

a[class*="filter_label"].disabled {
    color: #bbbbbb;
}

a[class*="filter_label"]:hover {
    color: #FF4A43;
    border: 1px solid #EEEEEE;
    text-decoration: none;
}

a[class*="filter_label"].disabled:hover  {
    color: #bbbbbb;
    border: 1px solid rgba(255,255,255,0);
}

a[class*="filter_selected"]:hover {
    color: #FF4A43;
    text-decoration: none;
}

a[class*="filter_more"], a[class="filter_more collapsed"] {
    font-size: 11px;
    padding: 3px;
    color: #999999;
}

.filter_label_group a[class*="filter_label"]:first-child {
    margin-right: 0;
}

#product_property a[class="filter_label"], #product_property a[class="filter_selected"] {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255,255,255,0.25);
    color: #F2F2F2;
    margin-right: 4px;
    margin-bottom: 8px;
    margin-top: 0;
}

#product_property a[class="filter_label"]:hover {
    border: 1px solid #EEEEEE;
    text-decoration: none;
}

#product_property a[class="filter_selected"] {
    border: 1px solid #FF4A43;
    color: #FFFFFF;
    background-color: #FF4A43;
    font-weight: bold;
}

.property_title {
    width: 80px;
    color: #EEEEEE;
    font-weight: bold;
    float: left;
}

.property_block {
    margin-left: 90px;
}

/***************** Crumb ****************/

.crumb {
    margin-bottom: 16px;
}

.crumb a {
    color: #666666;
    border: 1px solid #CCCCCC;
    margin-right: 8px;
    background-color: #F2F2F2;
}

.crumb a:link, .crumb a:visited, .crumb a:hover, .crumb a:active {
    text-decoration: none;
}

.crumb a:hover {
    color: #FF4A43;
    border: 1px solid #FF4A43;
    text-decoration: none;
}

.crumb a em {
    font-style: normal;
    color: #666666;
}

.crumb span {
    margin-right: 8px;
}

/***************** Grid *****************/

.grid .grid_item { float: left;}

.grid_item {
    width: 100%;
    border: 1px solid #EEEEEE;
    margin-bottom: 32px;
}

.grid_item:hover {
    border: 1px solid #E7918E;
}

.item_photo {
    display: block;
    width: 100%;
    height: 220px;
    text-align: center;
    overflow: hidden;
}

.item_photo img {
    height: 220px;
}

.item_new {
    width: 54px;
    height: 20px;
    color: #FFFFFF;
    background-color: rgba(255, 50, 50, 0.9);
    position: absolute;
    right: 13px;
    top: 13px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    border-radius: 1px;
    text-align: left;
    padding-left: 5px;
}

.item_info {
    padding: 10px;
    font-size: 12px;
}

.item_name a, .item_vendor a {
    display: block;
    margin-top: 6px;
}

.item_name a {
    color: #333333;
}

.item_name strong {
    font-weight: bold;
}

.item_vendor a {
    color: #777777;
}

.item_vendor i {
    color: #FF4A43;
}

.price {
    color: #FF4A43 !important;
    font-size: 20px;
}

.price_block {
    padding: 12px 16px;;
    border: 1px solid rgba(255,255,255,0.15);
}

.price span {
    font-size: 14px;
}

.price strong {
    font-weight: bold;
}

.price em {
    color: #666666;
    font-size: 12px;
    font-style: normal;
    background-color: #EEEEEE;
    float: right;
    padding: 1px 2px;
    margin-top: 4px;
    border-radius: 5px;
}

.price label {
    position: relative;
    bottom: 16px;
}

/************** Pagination **************/
.custom .pagination li a {
    color: #999999;
}

.custom .pagination li a:hover {
    color: #000000;
    text-decoration: none;
}

.custom .pagination .active a {
    color: #FFFFFF;
    background-color: rgba(0,0,0,.5);
    border-color:  rgba(100,100,100,.5);
/*     background-color: #666666; */
/*     border-color: #666666; */
}


/*************** Category ***************/

.category_bar li {
    float: left;
}

.category_bar li a {
    margin-right: 10px;
    margin-bottom: 15px;
    color: #AAAAAA;
    border-radius: 3px;
    border: 1px solid white;
}


.category_bar li[class*="active"] a {
    border: 1px solid #999999;
    color: #000000;
    font-weight: bold;
}

.category_bar.tab_sm li a {
    padding: 5px;
}

/*************** Discount ***************/

.float_btn {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 30px;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 30px;
}

/*************** 开单 ***************/

.top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px 50px;
    z-index: 999999;
}

.target-fix {
    position: relative;
    top: -120px;
    display: block;
    height: 0;
/*     overflow: hidden; */
}

/*************** 浮动层 ***************/
.left-fix-bar {
    position: fixed;
    top: 30px;
    left:0;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.75);
    width: 100px;
}

/**** select2层会遮盖住datetimepicker层 ****/
.select2.select2-container{
	z-index: 999;
}

/*************** 主菜单滚动条 ***************/
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
.scrollbar-custom::-webkit-scrollbar{
	width: 12px;
	background-color: rgba(0,0,0,0);
}
/*定义滚动条的轨道，内阴影及圆角*/
.scrollbar-custom::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color:  rgba(0.2,0.2,0.2,0.1);
}
/*定义滑块，内阴影及圆角*/
.scrollbar-custom::-webkit-scrollbar-thumb{
	width: 8px;
	border-radius: 10px;
	background-color: rgba(100,100,100,.5);
}

/*************** 定义弹出菜单点击效果 ***************/
nav .scrollbar-custom li a:hover {
	background-color: rgba(100,100,100,.3);
}


.form-horizontal.form-list > h5 {
	font-weight: 500;
	color: #1a1a1a;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	padding-bottom: 5px;
}

.form-horizontal.form-list > h5:first-child {
 	margin-top: 0;
 }

.form-horizontal.form-list > .form-group > label {
	text-align: right;
	line-height: 37px;
	margin-bottom: 0;
}

.table.no-border-top > tbody > tr:first-child > td {border-top: none;}
.table.table-mix > tbody > tr > td, .table.table-mix th { border-collapse: collapse; border: none;}
.table.table-mix > thead {background-color: #ebedef; border: 1px solid #e6e8eb;}
.table.table-mix > thead th {text-align: center; font-weight: 400;}

.table.table-mix > tbody > tr:not(:first-child) > td {border-right: 1px solid #e6e8eb; text-align: center;vertical-align: middle;}

.table.table-mix > tbody > tr:first-child > td {padding:0; color: #3c3c3c;}
.table.table-mix > tbody > tr > td > .title {
 background-color: #f5f5f5;
 padding: 10px;
 font-size: 12px;
}

.table.table-mix > tbody.table-row-space {display:block; height: 30px;border: none;}
.table.table-mix > tbody.table-row {border: 1px solid #e6e8eb;}
.table.table-mix > tbody.table-row > tr {border-bottom: 1px solid #e6e8eb;}

.table.table-mix > tbody > tr.disabled {background-color: #f5f5f5;}
.table.table-mix > tbody > tr.disabled td {text-decoration: line-through;}

.table.table-mix > tbody > tr > td > .title:before, .table.table-mix > tbody > tr > td > .title:after {content: "";display: block; height: 0; clear: both;}
.table.table-mix > tbody > tr > td > .title [class *="col-"]:first-child {padding-left: 0;}
.table.table-mix > tbody > tr > td > .title span {margin-right: 20px;}
.table.table-mix > tbody > tr > td > .title span > strong {font-weight: bold;}

.price-sales, .price-real {
 color: #000000; font-size: 16px; margin-top: 10px;border-bottom: 1px dashed #eee;padding-bottom: 7px;}
.price-sales > i, .price-real > i {font-size: 13px;}

.price-real { border: none; font-weight: bold;padding: 0;}

.label[class*="label-border-"] {border: 1px solid #eee;font-weight: normal;}
.label[class*="label-border-"] > small {
 color: #ffffff;
 padding: 2px;
 margin-right: 5px;
 font-weight: normal;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 -ms-border-radius: 2px;
 -o-border-radius: 2px;
 border-radius: 2px;
}
.label.label-border-default {border-color: #aaa; color: #666666;}
.label.label-sm {padding: 1px 3px;}

.note {font-size: 12px; text-align: left; margin: 0 20px;}
.note h5 {font-size: 13px; font-weight: 500;}

.name-group {margin: 0 15px; text-align: left;}
.name-group > a {color: #717171;}
.name-group > a:hover {color: #6C83D3;}
.name-group span {margin-right: 10px;}
.conner-mark-sample {background: url("../../assets1/images/img_sample.png") no-repeat; background-size: 32px 32px;}
.conner-mark-gift {background: url("../../assets1/images/img_gift.png") no-repeat; background-size: 32px 32px;}
.conner-mark-package {background: url("../../assets1/images/img_package.png") no-repeat; background-size: 32px 32px;}
.conner-mark-service {background: url("../../assets1/images/img_service.png") no-repeat; background-size: 32px 32px;}

.tile:not([class *= "transparent"]) .nav.nav-pills > li > a {color: #717171;}
.tile:not([class *= "transparent"]) .nav.nav-pills > li > a:hover {color: #333;}
.tile:not([class *= "transparent"]) .nav.nav-pills > li.active > a {color: #333; border: 1px solid #5e5e5e;}
.min_w980 {
 min-width: 980px;
}
.x-edit.editable {color: #717171; margin-right: 10px;}

.label.label-border-primary {border-color: #ccc; color: #999;line-height: 30px;font-weight: bold; padding-left: 3px; padding-bottom: 4px;}
.label.label-border-primary > small {background-color: #428bca; }

.label.label-border-grey {border-color: #ccc; color: #999;line-height: 30px;font-weight: bold; padding-left: 3px; padding-bottom: 4px;}
.label.label-border-grey > small {background-color: #ccc; }
tr.package {border-left: 2px solid #6BB669; background-color: #F7FFF7;}
.package .name-group:not([class*="package-title"]) {padding-left: 15px;}
.package .name-group:not([class*="package-title"]):before {display: block; content: "-"; float: left; margin-left: -15px;}
.package .name-group.package-title {color: #000;}
.decoration-clean {text-decoration: none !important;}

/*************** 电话接听 ***************/

#tel_dial_panel,#all_users_panel {
	position: fixed;
	top: 0;
	left: -480px;
	z-index: 999;
	width: 480px;
	height: 100%;
	border: 2px solid rgba(255,255,255,0.5);
	background-color: rgba(255,255,255,0.96);
	padding: 15px;
}

#tel_dial_panel #panel_body,#all_users_panel #panel_body {
	position: absolute;
	top: 193px;
	left: 15px;
	right: 15px;
	bottom: 45px;
	overflow-y: auto;
}

#tel_dial_panel #footer,#all_users_panel #footer {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
}

#tel_dial_panel #footer button,#all_users_panel #footer button {
	width: 36px;
}

.phone-no {
	color: #000000 !important;
}

#widget .phone-no {
	font-size: 16px !important;
	margin-bottom: 8px;
}

.audio_ctrl {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	line-height: 22px;
	text-align: center;
}
.audio_ctrl.normal {
	float: none;
	display: inline-block;
}
.audio_ctrl:hover {
	background-color: rgba(0,0,0,0.1);
}

.audio_ctrl.audio_play i:before {
	font-size: 12px;
	padding-left: 2px;
	color: #232323;
}

.audio_ctrl.audio_stop {
	background-color: rgba(0,0,0,0.05);
}

.audio_ctrl.audio_stop:hover {
	background-color: rgba(0,0,0,0.15);
}

.audio_ctrl.audio_stop i:before {
	font-size: 12px;
	color: #fb6666;
}

#tile-call {
	position: fixed;
	width: 510px;
	height: 100%;
	padding: 0 15px;
}

#tile-mission {
	min-width: 480px;
	position: absolute;
	top: 15px;
	left: 515px;
	right: 18px;
	padding-bottom: 50px;
}


#tile-nextDate {
/* 	min-width: 480px; */
	position: absolute;
	top: 15px;
/* 	left: 495px; */
/* 	right: 18px; */
	padding-bottom: 50px;
}

#history-list {
	position: absolute;
	top: 150px;
	left: 15px;
	right: 15px;
	bottom: 28px;
	padding: 0 10px;
	overflow-y: auto;
}

#history-list ul {
	display: block;
	width: 100%;
	list-style: none;
	padding-left: 0;
	color: #ffffff;
	margin-bottom: 30px;
}

#history-list ul > li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 10px;
}

#hist-record-list {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 28px;
	padding: 0 10px;
	overflow-y: auto;
}

#hist-record-list ul {
	display: block;
	width: 100%;
	list-style: none;
	padding-left: 0;
	color: #000000;
	margin-bottom: 30px;
}

#hist-record-list ul > li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 10px;
}

.sale-table-list .disabled {
	background: #E9967A !important;
	color: black;
}

.sale-table-dispatch .disabled td {
	background: #E9967A !important;
	color: black;
}

.sale-table-dispatch .disabled td a{
	color: black;
}

.table.table-mix > tbody > tr.disabled {background-color: #f5f5f5;}
.table.table-mix > tbody > tr.cancel {background-color: #fdfae4;}
.table.table-mix > tbody > tr.invalid {background-color: #fff2f7;}
.table.table-mix > tbody > tr.forward {background-color: #f2f2f2;}

.table.table-mix > tbody > tr.disabled td,
.table.table-mix > tbody > tr.cancel td,
.table.table-mix > tbody > tr.invalid td
{text-decoration: line-through;}
.table.table-mix > tbody > tr.invalid > td .title {background-color: #fff2f7;}

.table.table-mix > tbody > tr.cancel-td td[rowspan] {background-color: white; text-decoration: none;}
.table.table-mix > tbody > tr.cancel td.group-all[rowspan] {background-color: #fdfae4; text-decoration: line-through;}

.table.table-mix > tbody > tr.invalid-td td[rowspan] {background-color: white; text-decoration: none;}
.table.table-mix > tbody > tr.invalid td.group-all[rowspan] {background-color: #fff2f7; text-decoration: line-through;}

.tooltip-inner {
	 max-width: 300px !important;
	 padding: 15px !important;
	 text-align: left !important;
	 word-break: break-all;
}

/*******************Modal**********************/
.md-modal.md-normal .md-content {
 background-color: #FFFFFF;
 color: black;
}

.md-modal.md-scroll .md-content {
 height: calc(100% - 80px);
 max-height: calc(100% - 80px);
 overflow: inherit;
}
.md-modal.md-normal.colorize-overlay.md-show ~ .md-overlay {
 background: #000000;
 filter: alpha(opacity=50);
 opacity: 0.5;
}

.md-modal.md-lg {
 width: 80%;
 max-width: inherit;
}

.md-modal .md-body {
 padding-left: 15px;
 padding-right: 15px;
 padding-bottom: 70px;
}


.md-modal.md-scroll .md-body {
 height: calc(100% - 130px);
 overflow: auto;
}

.md-modal .md-content .md-foot {
 padding: 15px !important;
}

.md-modal.md-scroll .md-foot {
 position: fixed;
 bottom: 0;
 width: 100%;
}

.w30 {
	width: 30px;
}

.w40 {
	width: 40px;
}
.engineer-mission{
	white-space: nowrap;
    overflow: hidden;
}
.fc-time-grid-event.fc-v-event.fc-event.fc-start.fc-end{
	height: 14px;
}
.select2-selection__choice[title] {
    color: #666666;
}
/**************** List View****************/

table.list-view {
 background-color: #ffffff;
}

table.list-view > tbody > tr:last-child {
 border-bottom: 1px #dddddd solid;
}

table.list-view > tbody > tr.selected {
 border-left: 5px #428bca solid;
 background-color: #deedff;
}

table.list-view > tbody > tr.normal {
 border-left: 5px #dddddd solid;
}

table.list-view > tbody > tr.disabled {
 border-left: 5px #cccccc solid;
 background-color: #ededed;
}

table.list-view > tbody > tr.disabled > td {
 color: #999999;
}

table.list-view > tbody > tr.disabled > td .title {
 color: #666666;
}

table.list-view > tbody > tr > td > .title {
 color: #000;
 margin-bottom: 3px;
}

table.list-view > tbody > tr > td > .action-bar {
 display: inline-block;
 width: 100%;
 border-top: 1px #eeeeee dashed;
 margin-top: 5px;
 padding-top: 5px;
}

table.list-view > tbody > tr.selected > td h5 {
 color: #000;
}

table.list-view > tbody > tr.normal > td h5 {
 font-weight: normal;
}

table.list-view > tbody > tr.selected i[class *= "fa-angle-right"] {
 float: left;
 display: inline-block;
 color: #bbbbbb;
}

table.list-view > tbody > tr.selected td {
 position: relative;
}

table.list-view > tbody > tr.selected td.prompt:before {
 content: " ";
 display: block;
 width: 12px;
 height: 12px;
 position: absolute;
 top: 25px;
 left: -8px;
 margin-top: -6px;
 border-radius: 6px;
 background-color: #428bca;
}

table.list-view > tbody > tr > td.number_order {
 padding-top: 16px;
 width: 40px;
 color: #aaaaaa;
}

table.list-view > tbody > tr > td.action-btn {
 padding-top: 20px;
 width: 60px;
}

table.list-view > tbody > tr td.action-btn i[class *= "fa-"] {
 float: right;
 font-size: 12px;
 color: rgba(0,0,0,0.3);
 margin-left: 10px;
}

table.list-view > tbody > tr td.action-btn i[class *= "fa-"]:hover {
 color: #f03232;
}

[class^="tile"][class*="transparent-"] .tile:not([class *= "transparent"])  .form-control {
    background-color: #ffffff;
    border: 1px rgba(0,0,0,0.1) solid;
    color: #333333;
}

table.list-view .v-align-m {
 vertical-align: middle;
}

table.list-view .cal-picker {
    width: 240px;
}

table.list-view .cal-picker .input-group input:first-child {
    border-right: none !important;
    text-align: right;
}

table.list-view .cal-picker .input-group input:last-child {
    border-left: none !important;
}

table.list-view .cal-picker .input-group span.input-group-addon {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
    background-color: #ffffff;
}

/*******************Tab Nav**********************/
ul.nav > li.prompt {
 position: relative;
}

ul.nav > li:not([class *= "active"]).prompt:after {
 content: " ";
 display: block;
 width: 6px;
 height: 6px;
 background-color: #ff0000;
 border-radius: 6px;
 position: absolute;
 top: 8px;
 right: 8px;
}

.timeline li.z-indext-auto  {
 z-index: auto !important;
}

.block-element {
 display: block !important;
}

td.wordwrap {
 word-break: break-all;
 word-wrap: break-word;
}
.table.font-size-md td {
 font-size: 14px !important;
}

.table > tbody > tr.notice {background-color: #f0fbfd;}

.table > tbody > tr.invalid td {text-decoration: line-through;background-color: #fff2f7;}

.conner-mark-baihuo {background: url("../../assets1/images/img_baihuo.png") no-repeat; background-size: 32px 32px;}

.conner-mark-supplement {background: url("../../assets1/images/img_supplement.png") no-repeat; background-size: 32px 32px;}

.conner-mark-omit {background: url("../../assets1/images/img_omit.png") no-repeat; background-size: 32px 32px;}

.conner-mark-accessories {background: url("../../assets1/images/img_accessories.png") no-repeat; background-size: 32px 32px;}

.exception-item:before {
 content: "\f071";
 font-family: FontAwesome;
 display: inline;
 position: relative;
 left: 0;
 color: #ffc100;
 margin-right: 5px;
}

*.prompt {
 position: relative;
}

.new-message.prompt:after {
 content: " ";
 display: block;
 width: 6px;
 height: 6px;
 background-color: #ff0000;
 border-radius: 6px;
 position: absolute;
 top: -2px;
 right: -8px;
}

ul.nav > li.new-message.prompt:after {
 top: 8px;
 right: 8px;
}

/*******************Search & Filter**********************/

a.search-clean {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 5px;
    top: 50%;
    color: rgba(200,200,200,0.9);
    z-index: 999999;
    background: url("../images/icon_cross.png") no-repeat;
    background-size: 16px 16px;
    margin-top: -8px;
}
.input-group.input-group-sm > a.search-clean {
 right: 48px;
}
.search-input:valid + .search-clean {
    display: block;
}

.search-input {
/*     background: url("../images/icon_search.png") no-repeat; */
/*     background-size: 16px 16px; */
/*     background-position: 10px center ; */

  	background: url("../images/icon_search.png") no-repeat;
    background-size: 10px 10px;
    background-position: 4px center ;
}
.search-input:focus {
    background: none;
}
.search-input:valid {
    background: none;
}
.filter_bar > .filter_item {
    margin-left: 60px;
    position: relative;
    padding-right: 40px;
}

.filter_bar .btn.filter_action {
 padding-top: 6px;
 padding-bottom: 6px;
}

.filter_bar > .filter_item > .btn {
    margin-top: 4px;
    margin-bottom: 4px;
}

.filter_bar .filter_clear {
    position: absolute;
    right: 10px;
    top: 4px;
}

a.underline:link {
 text-decoration: underline;
}

.table-row.minimized tr:not(:first-child) {
 display: none;
}

/* .table-row.minimized tr .title .controls .minimize i:before { */
/*  content: "\f077"; */
/* } */

.table-row.minimized tr .title .controls .minimize i:before {
 content: "\f078";
}

.label-group {
 display: inline-block;
 word-spacing: -4px;
}

.label-group .label {
 word-spacing: 0;
 display: inline-block;
}

.label-group .label:first-child {
 display: inline-block;
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
 margin-right: 0;
}

.label-group .label:last-child {
 display: inline-block;
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
 margin-left: 0;
}

.link-orange:focus {color: rgba(240,173,78,0.6) !important;}

.overflow-auto {
 overflow: auto;
}

.bold > select.form-control + .chosen-container.chosen-container-single .chosen-single span {
    font-weight: bold;
}

.bold > select.form-control.chosen-transparent + .chosen-container.chosen-container-single .chosen-single span {
    color: #ffffff;
}

.w290 {
 width: 290px !important;
}
.w320 {
 width: 320px !important;
}
.w-auto {
 width: auto !important;
}

/* .table.table-mix .checkbox label:before {left: -2px;} */

.table.table-mix .checkbox label {padding-left: 20px;}

.table.table-mix .checkbox label:before {left: -2px; top: 3px;}

.table.table-mix.table-v-t > tbody > tr > td {vertical-align: top;}

.position-rel {
 position: relative;
}

.position-a-t-r {
 position: absolute;
 top: 0;
 right: 0;
}

.dropdown-datatable {
 display: block;
 position: absolute;
/*  right: 0; */
 width: 280px;
 margin-top:20px;
 padding: 10px;
 background-color: #ffffff;
 box-shadow: 0 1px 8px rgba(0,0,0,0.1);
 visibility: hidden;
 opacity: 0;
 transition-property: opacity;
 transition-duration: 300ms;
 z-index: 999999999;
}

.dropdown-datatable.show {
 visibility: visible;
 opacity: 1;
 transition-property: opacity;
 transition-duration: 300ms;
}

.dropdown-datatable:before {
 content: " ";
 display: block;
 width: 8px;
 height: 8px;
 border-left:8px solid transparent;
 border-right: 8px solid transparent;
 border-bottom: 8px solid white;
 position: absolute;
 right: 22px;
 top: -8px;
}

.dropdown-search {
 display: block;
 position: absolute;
 right: 0;
 top: 32px;
 width: 240px;
 padding: 10px;
 background-color: #ffffff;
 box-shadow: 0 1px 8px rgba(0,0,0,0.1);
 visibility: hidden;
 opacity: 0;
 transition-property: opacity;
 transition-duration: 300ms;
 z-index: 99999;
}

.dropdown-search.show {
 visibility: visible;
 opacity: 1;
 transition-property: opacity;
 transition-duration: 300ms;
}

.dropdown-search:before {
 content: " ";
 display: block;
 width: 8px;
 height: 8px;
 border-left:8px solid transparent;
 border-right: 8px solid transparent;
 border-bottom: 8px solid white;
 position: absolute;
 right: 22px;
 top: -8px;
}

.tran {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.install-service, .delivery-service {
    width: inherit;
    opacity: 1;
    padding: inherit;
}

.install-service.hideTransition, .delivery-service.hideTransition {
    word-break: keep-all;
    width: 0;
    opacity: 0;
    padding: 0;
}

.btn.btn-default.btn-black-transparent:hover {
 border: 1px rgba(255,255,255,0.3) solid;
 color: rgba(255,255,255,0.65);
}

.opacity-5 {
 opacity: 0.5;
}

.nav.nav-pills.nav-sm > li > a {
 padding: 6px 10px;
}

.border-right-grey-1 {
 border-right: 1px solid #eeeeee;
}
.overflow-auto {
 overflow: auto;
}
.h100p {
 height:100% !important;
}

.h50 {
  height: 50px !important;
}

.table.border-0 td {
    border: none;
}
a[disabled = "true"] {
    pointer-events: none;
    cursor: default;
}
/* .table.table-mix td .checkbox label:after {left: -1px;} */

.table.table-mix td .checkbox label:after {left: -1px; top: -1px;}


.dataTables_length label select.form-control.input-sm {
 min-height: 20px !important;
 padding: 3px 10px !important;
 font-size: 11px;
 line-height: 18px !important;
 background-color: white;
 color: #666666;
 display: inline-block;
}

.dataTables_length {
 padding-top: 5px !important;
 margin-right: 10px;
}

.dataTables_paginate .gotoPage > .form-control.input-sm {
 width: 40px;
 min-height: 20px !important;
 padding: 3px !important;
 color: #000;
 display: inline-block;
}

.dataTables_paginate .gotoPage {
 display: inline;
}

.gotoPage input {
 height: 25px;
 min-height: 25px;
 line-height: 25px;
}
.line-height-25 {
	line-height: 25px !important;
}
.tool-bar {
 float: right;
}

.table.table-datatable tr.selected-line, .table td > dl > dd.selected-line {
 background-color: #e1eef9;
}

.table.table-datatable tr.selected-line:hover td {
 background-color: #d7ebfb;
}

.table.table-datatable > tbody > tr.selected-line > td {
 border-right-color: rgba(150,150,150,0.1);
    border-bottom-color: rgba(150,150,150,0.1);
}

.dataTables_scrollBody .table.dataTable {
	min-height:80px;
}

.table.dataTable {
 margin-top: 0!important;
}

.table.table-datatable > tbody > tr {
    cursor: pointer;
}

.border-1-solid .dataTables_scrollBody > .table.table-datatable.bordered > tbody > tr > td:last-child, .border-1-solid .dataTables_scrollHead > .dataTables_scrollHeadInner > .table.table-datatable.bordered > thead > tr > th:last-child {
 border-right: none;
}

.border-1-solid .dataTables_scrollBody > .table.table-datatable.bordered > tbody > tr > td:first-child, .border-1-solid .dataTables_scrollHead > .dataTables_scrollHeadInner > .table.table-datatable.bordered > thead > tr > th:first-child {
 border-left: none;
}

.border-1-solid .dataTables_scrollHead > .dataTables_scrollHeadInner > .table.table-datatable.bordered > thead > tr:first-child > th {
 border-top: none;
}

.ColVis_collection {
 height: 240px;
 overflow-y: auto;
}

ul.img_grid > li > a {
 display: block;
 width: 60px;
 height: 60px;
 border: 1px #E2E2E2 solid;
 border-radius: 4px;
}

ul.img_grid > li > a:hover {border: 1px #bbbbbb solid;}

ul.img_grid > li:last-child > a {
 border: 1px #E2E2E2 dashed;
 line-height: 60px;
 text-align: center;
}

ul.img_grid > li:last-child > a:hover {background-color: #f5f5f5;}

ul.img_grid > li > a > img {
 width: 58px;
 height: 58px;
}
ul.img_grid > li.active a {position: relative; border: 1px rgba(0,0,0,0.2) solid; opacity: 0.3;}

ul.img_grid > li.active > a:before {
 position: absolute;
 top: 0;
 left: 0;
 content: " ";
 display: block;
 width: 100%;
 height: 100%;
 background-color: rgba(0,0,0,0.3);
 border-radius: 3px;
}

ul.img_grid > li {position: relative;}

ul.img_grid > li > .action-group {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
	transition: opacity 500ms;
	opacity: 0;
	padding: 0 10px 5px;
}

ul.img_grid > li > .action-group > a {
	display: inline-block;
	width: 100%;
	line-height: 20px;
	background-color: rgba(0,0,0,0.75);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

ul.img_grid > li > .action-group > a:first-child {
	margin-right: 10px;
}

ul.img_grid > li:hover > .action-group {
	opacity: 1;
}
ul.img_grid > li > .action-group > span {
 	width: 100%;
 	background-color: rgba(0,0,0,0.75);
 	border-bottom-left-radius: 4px;
 	border-bottom-right-radius: 4px;
 	display: inline-block;
    line-height: 20px;
}
ul.img_grid > li > .action-group a {
 padding: 0 3px;}
ul.img_grid > li > .action-group a:first-child {
    margin-right: 10px;
}
ul.img_grid > li > a[class *= "photo-"] {position: relative;}
ul.img_grid > li > a.photo-camera:before {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 right: 0;
 width: 16px;
 height: 16px;
 background: url("../images/icon_photo_camera.svg") no-repeat;
}
ul.img_grid > li > a.photo-album:before {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 right: 0;
 width: 16px;
 height: 16px;
 background: url("../images/icon_album.svg") no-repeat;
}
.top-0 {
 top: 0 !important;
}
.table > tbody > tr > td.selected-status {background-color: #e1eef9;}

.input-group > .select2 > .selection > .select2-selection {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
 height: 30px;
}

.input-group > .select2 > .selection > .select2-selection .select2-selection__rendered {
 line-height: 30px;
}

.control-edit input.form-control,
.control-edit select.form-control + .chosen-container.chosen-container-single .chosen-single,
.control-edit select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single {
 border-radius: 0;
 border-top: none;
 border-left: none;
 border-right: none;
 border-bottom: 1px #e2e2e2 dashed;
}

.control-edit input.form-control:focus,
.control-edit select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single {
 border-bottom: 1px #b2b2b2 dashed;
}

.control-edit.color-blue > li > input,
.control-edit.color-blue > li > .chosen-container > .chosen-single > span {color: #418bca;}

ul.inline.table {display: table}

ul.inline.table > li {
 display: table-cell;
 padding: 0 8px;
}

ul.inline.table > li:first-child {padding-left: 0;}

ul.inline.table > li:last-child {padding-right: 0;}

.checkbox input[type=checkbox]:checked + label.color-white::after {
	color: black;
}

i.conner-mark-leader {
 display: block;
 width: 21px;
 height: 21px;
 position: absolute;
 top: -1px;
 left: -1px;
 background: url("../../assets1/images/img_leader.png") no-repeat;
 background-size: 21px 21px;
}

.timeline.w100p .el-container {
    width: 100%;
}

.timeline .el-container .content .progress-info > .percent {margin-top: -8px;}

/*******************List Block**********************/

.list-block {
 padding-left: 0;
 list-style: none;
}

.list-block > li {
 display: block;
 position: relative;
 border-bottom: 1px rgba(0,0,0,0.1) solid;
 margin-bottom: 15px;
}

.list-block > li > .action {
 position: absolute;
 right: 0;
 top: 0;
}

.list-block > li > .img-thumb {
 position: absolute;
 left: 0;
 width: 48px;
 height: 0;
 padding-bottom: 48px;
 margin-right: 10px;
 background-color: #ededed;
 text-align: center;
}

.list-block > li > .img-thumb > img {width: 100%;}

.list-block > li > .img-thumb > i {
 margin-top: 15px;
}

.list-block > li > .content {
 padding-left: 58px;
 margin-right: 24px;
 color: #7f7f7f;
}

.list-block > li > .content > .title {
 color: #000000;
 margin-bottom: 2px;
}

.list-block.inline > li {
 width: 250px;
 padding-left: 0;
 margin-right: 20px;
}


.bottom-bar {
 position: fixed;
 bottom: 0;
 width: 100%;
}

.position-a-t-l {
 position: absolute;
 top: 100%;
 left: 0;
}

.filter_content {
 width: 93%;
 margin-top: -10px;
 z-index: 9;
 background-color: rgba(255,255,255,0.98);
 box-shadow: 0 8px 15px rgba(0,0,0,0.75);
 color: #333333;
 visibility: hidden;
 opacity: 0;
 -webkit-transition-property: opacity;
 -moz-transition-property: opacity;
 -ms-transition-property: opacity;
 -o-transition-property: opacity;
 transition-property: opacity;
 transition: all 0.5s;
}

.filter_content.show {
 visibility: visible;
 opacity: 1;
 -webkit-transition-property: opacity;
 -moz-transition-property: opacity;
 -ms-transition-property: opacity;
 -o-transition-property: opacity;
 transition-property: opacity;
 -webkit-transform: translateY(10px);
 -moz-transform: translateY(10px);
 -ms-transform: translateY(10px);
 -o-transform: translateY(10px);
 transform: translateY(10px);
 transition: all 0.5s;
}
.filter_body {
 max-height: 280px;
 height: 280px;
 overflow-y: auto;
 padding: 15px;
}

.bg-g-g-w {
 background: -webkit-linear-gradient(#999 1%, #EDEDED 15%, #FFFFFF 25%);
 background: -moz-linear-gradient(#999 1%, #EDEDED 15%, #FFFFFF 25%);
 background: linear-gradient(#999 1%, #EDEDED 15%, #FFFFFF 25%);
}

.table tbody tr.selected-line {
 background-color: rgb(255,255,255);
}

.table tbody tr.selected-line > td *:not(.badge) {
 color: #232323;
}
.w10 {
 width: 10px !important;
}
.filter-toggle {
	min-height: 28px;
}
.search-input.form-control.input-sm {

	padding-left: 16px !important;
 	padding-right: 24px !important;

}


.nav-tabs.nav-justified.no-rounder-corners > li > a {
 -webkit-border-radius: 0 !important;
 -moz-border-radius: 0 !important;
 -ms-border-radius: 0 !important;
 -o-border-radius: 0 !important;
 border-radius: 0 !important;
}

.top-bar .company_logo {
	width: 100%;
	height: 60px;
	overflow: hidden;
	text-align: center;
	padding: 3px;
}

.top-bar .company_logo img {
	height: 100%;
}

.extend-search input {
  font-family: "Ubuntu Mono", sans-serif;
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.6) !important;
  background: none !important;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
  -webkit-appearance: none !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  min-height: 28px;
  padding: 0 !important;
  line-height: 32px !important;
}

.conner-label {
 position: absolute;
 top: 0;
 left: 0;
 width: 0;
 height: 0;
 color: #ffffff;
 border: 15px solid;
 border-bottom-color: transparent;
 border-right-color: transparent;
}

.conner-label.blue {
 border-top-color:  #0072ff;
 border-left-color:  #0072ff;
}

.conner-label.orange {
 border-top-color:  #ff8100;
 border-left-color:  #ff8100;
}

.conner-label.gray {
 border-top-color:  gray;
 border-left-color:  gray;
}

.conner-label > span {
 display: block;
 width: 40px;
 position: absolute;
 left: -25px;
 top: -12px;
 transform:rotate(-45deg);
 text-align: center;
 font-size: 10px;
 font-weight: normal;
}

.wechat-user {position: relative;}

.wechat-user:before {
 content: " ";
 display: inline-block;
 width: 20px;
 height: 20px;
 background: url("../images/icon_wechat.svg") no-repeat;
 background-size: 20px 20px;
 position: relative;
 top: 3px;
}

.wechat-user-e {position: relative;}

.wechat-user-e:before {
 content: " ";
 display: inline-block;
 width: 20px;
 height: 20px;
 background: url("../images/icon_wechat_e.png") no-repeat;
 background-size: 20px 20px;
 position: relative;
 top: 3px;
}

.wechat-user-e-b {position: relative;}

.wechat-user-e-b:before {
 content: " ";
 display: inline-block;
 width: 20px;
 height: 20px;
 background: url("../images/icon_wechat_e_b.png") no-repeat;
 background-size: 20px 20px;
 position: relative;
 top: 3px;
}

.vip-user {position: relative;}

.vip-user:before {
 content: " ";
 display: inline-block;
 width: 20px;
 height: 20px;
 background: url("../images/icon_16p_crown.svg") no-repeat;
 background-size: 20px 20px;
 position: relative;
 top: 3px;
}

.order-badge {
 position: absolute;
 top: -1px;
 left: -25px;
 width: 24px;
 padding: 22px 5px 5px;
 line-height: 16px;
 background-repeat: no-repeat;
 background-size: 16px 16px;
 background-position: 4px 4px;
 text-align: center;
 border-radius: 3px 0 0 3px;
 color: #FFFFFF;
}

.order-badge.vorder-badge {
 background-color: #087AED;
 background-image: url("../images/icon_file_badge.svg");
}

.order-badge.custom-package-badge {
 background-color: #ED4508;
 background-image: url("../images/icon_custom_package.svg");
}

.order-badge.wechat-badge {
 background-color: #46B035;
 background-image: url("../images/icon_wechat_badge.svg");
}

.order-badge.additional-badge {
 background-color: #f5c20b;
 background-image: url("../images/icon_additional.svg");
}

.order-badge.undersell-badge {
 background-color: #c835bb;
 background-image: url("../images/icon_undersell.svg");
}

.order-badge.undersell-badge.sub-undersell {
 background-color: #842663;
}

.order-badge.potential-badge {
 background-color: #2c44b0;
 background-image: url("../images/icon_potential.svg");
}

.table thead > tr > th {font-weight: 600;}



/******新增*******/
.sales-package {
 border: 3px solid #dddfe2 !important;
}

.sales-package td:first-child:before {
 content: "\f187";
 display: inline-block;
 position: absolute;
 left: 6px;
 top: 0;
 height: 30px;
 padding: 10px 5px 5px;
 font-family: FontAwesome;
 font-size: 10px;
 background-color: #dddddd;
 border-bottom-left-radius: 20px;
 border-bottom-right-radius: 20px;
}

.badge.badge-border {
 border: 1px solid #e6e8eb;
 background-color: #ffffff;
 color: #717171;
}

.badge.badge-sm {
 font-size: 10px;
}

.filter_content.show.pin-fixed {
 position: relative;
 width: 100%;
}

.modal.modal-fullscreen {
 top: 0;
}

.modal.modal-fullscreen .modal-dialog {
 margin: 0;
 width: 100%;
 height: 100%;
}

.modal.modal-fullscreen .modal-content {
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
}

.modal.modal-fullscreen .modal-content .modal-header {
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 background-color: #f5f5f5;
 border-bottom: 1px solid #e5e5e5;
}

.modal.modal-fullscreen .modal-content .modal-footer {
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
}

.modal.modal-fullscreen .modal-body {
 overflow: auto;
}

.triangle-left:before {
 content: " ";
 display: block;
 width: 8px;
 height: 8px;
 border-left:8px solid transparent;
 border-right: 8px solid #FFFFFF;
 border-top: 8px solid transparent;
 border-bottom: 8px solid transparent;
 position: absolute;
 left: -15px;
 top: 12px;
}

.triangle-right:before {
 content: " ";
 display: block;
 width: 8px;
 height: 8px;
 border-left:8px solid rgba(0,0,0,0.05);
 border-right: 8px solid transparent;
 border-top: 8px solid transparent;
 border-bottom: 8px solid transparent;
 position: absolute;
 right: -15px;
 top: 12px;
}
.margin-left-60 {
 	margin-left: 60px !important;
}
.margin-right-60 {
 	margin-right: 60px !important;
}
.bg-grey {
 background-color: #bbbbbb !important;
}

.icon-tree {
 position: relative;
}

.icon-tree::before {
 position: absolute;
 top: -8px;
 left: 0;
 display: block;
 width: 12px;
 height: 25px;
 border-left: 1px solid #dddddd;
 border-bottom: 1px solid #dddddd;
 content: " ";
}