﻿/**override bootstrap style*/
html {
	/*//min-width: 1349px;*/
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.form-row {
	margin-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
	width: max-content;
}

.popover {
	max-width: 500px;
}
/** auto width */
.autoWidth {
	width: auto !important;
}

.colStyle {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*@font-face {
	font-family: PingFang-SC-Semibold;
	src: url("fonts/PingFang.ttf");
}*/

/*@font-face {
	font-family: PingFangSC-Regular;
	src: url("fonts/PingFang.otf");
}*/

/**override bootstrap style*/
/** global style */
.float_left {
	float: left !important;
}

.float_right {
	float: right !important;
}

.relativePosition {
	position: relative;
}

table tr,
th,
td {
	text-align: left;
}

.boldFont {
	font-weight: bold;
}

.W100 .th-inner {
	width: 100px !important;
}

/** global style */

/**override button / a style */
.button,
a {
	cursor: pointer;
}


select, input[type='text'] {
	/*by yapeng :会影响页面展示，暂时注销*/
	/*text-indent: 12px;不需要，by yongjian*/
	border: 1px solid #ccc;
	border-radius: 1px;
}

.fixed-table-container tbody tr td {
	vertical-align: middle;
}

.sgjx-btn-fix-width {
	width: 127px;
}

/* Set padding to keep content from hitting the edges */
/*body {
	font-family: PingFangSC-Medium, sans-serif;
}*/
.input-append-tip {
	display: inline;
	position: absolute;
	z-index: 10;
	right: 6px;
	top: 8px;
}

div[class*="col-"] .input-append-tip {
	right: -55px;
}

.body-content {
	position: relative;
	/*// min-width: 1349px;*/
	padding: 10px 20px 10px 20px;
	margin-left: 220px;
}

	.body-content .main {
		width: 100%;
	}

header {
	margin: 20px 0 30px 0;
}

.open .dropdown-toggle.btn-default {
	font-size: 14px;
}

/**overwrit  pagination */

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: black;
	background-color: #ffca05;
	border: 1px solid #ddd;
}

.pagination > li > a,
.pagination > li > span {
	color: grey;
	/*border-right-width: 0;*/
}

.pagination > li:last-child > a {
	border-right-width: 1px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: black;
	background-color: rgba(255, 202, 5, 0.2);
}

/**overwrit  pagination */

/** main menu bar in header */
.mainHeader {
	height: 70px;
	/*// min-width: 1349px;*/
	background-color: black;
}

	.mainHeader .logo-top-1 {
		width: 245px;
		height: 0;
		border-bottom: 20px solid #ffca05;
		border-right: 20px solid #0068b7;
		display: inline-block;
	}

	.mainHeader .menu-top-1 {
		width: 100%;
		height: 20px;
		background-color: #0068b7;
	}

	.mainHeader .logo-top-2 {
		overflow: hidden;
		padding: 13px 0 0 24px;
	}


	.mainHeader .sidebar-toggle {
		float: left;
		background-color: transparent;
		background-image: none;
		padding: 10px 15px;
		font-family: fontAwesome;
		background: #666666;
		height: 70px;
		width: 70px;
		color: #fff;
		text-decoration: none;
		font-size: 36px;
		text-align: center;
	}

		.mainHeader .sidebar-toggle:before {
			content: "\f0c9";
		}

.logo-top-2 > .logo {
	height: 45px;
	width: 180px;
}

.nav > li > a:not(.navbar-link):hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #0068b7;
	color: white;
}

.nav > li > a.navbar-link:hover,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus {
	background: none;
}

.navbar-nav > li {
	float: left;
	height: 70px;
	padding-top: 24px;
}

	.navbar-nav > li > img {
		width: 20px;
		height: 22px !important;
		float: left;
	}

	.navbar-nav > li > a {
		padding: 0 0 0 12px;
	}


	.navbar-nav > li:first-child {
		margin: 0 0 0 18px;
	}

.navbar-nav .setting-icon,
.nav.navbar-nav > li > a.setting-icon:hover {
	height: 21px;
	background-image: url(images/menu-settings.png);
	background-repeat: no-repeat;
	background-size: 20px;
	margin-top: 1px;
	margin-left: 15px;
	width: 25px;
}

.navbar-link img {
	height: 22px;
	width: 20px;
	vertical-align: middle;
}

.navbar-nav .cart-number {
	font-size: 9px;
	/* padding-left: 6px; */
	background: #ff4b00;
	/* width: 15px; */
	/* height: 15px; */
	display: inline-block;
	line-height: 11px;
	text-align: center;
	border-radius: 4px;
	padding: 4px 4px;
}

.navbar-nav .notice-icon {
	cursor: pointer;
	height: 20px;
}

.navbar-nav .user-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.navbar-nav .menu-order-first-level {
	position: absolute;
	/*overflow:hidden;*/
	width: 140px;
	top: 67px;
	left: 0;
	background: #F3F3F3;
	color: white;
	z-index: 10;
	border-top: 1px solid #fff;
}

	.navbar-nav .menu-order-first-level:before {
		content: "";
		position: absolute;
		height: 0px;
		width: 0px;
		border-left: 8px solid transparent;
		border-top: 8px solid #fff;
		border-right: 8px solid transparent;
		left: 50%;
		margin-left: -5px;
		z-index: 2;
	}

	.navbar-nav .menu-order-first-level > li a {
		color: black;
	}

		.navbar-nav .menu-order-first-level > li a:hover {
			color: black;
			background-color: lightgray;
		}

.navbar-nav > li a {
	color: white;
}


.navbar-nav > li .cart-number {
	position: absolute;
	right: 4px;
	top: 8px;
}

.navbar-nav .menu-order-first-level > li {
	float: left;
	width: 100%;
}

	.navbar-nav .menu-order-first-level > li > img {
		float: left;
		margin-right: 3px;
	}

.menu-order-first-level > li > img {
	margin: 10px 0px;
}

.nav .menu-two-level {
	top: 0px;
	left: 111px;
}

.nav > li ul {
	display: none;
}

.nav li:hover > ul {
	margin: 0;
	display: block;
	position: absolute;
}

.padding-offset-left {
	padding-left: 0;
}
/** main menu bar in  header */
/**-----------------------------------------------------------------------------*/
/**在元素前加星号
    
*/
.asteriskBefore::before {
	content: '*';
	color: red;
}

.asteriskAfter::after {
	content: '*';
	color: red;
	margin-left: 3px;
}

/***
    disbaled div elements within all elements
*/
.disableElement {
	pointer-events: none;
	opacity: 0.8;
}

.disabledColor {
	color: #777 !important;
}


/** add or sub number style  */
.numberControl {
	width: 100px;
}

	.numberControl > span {
		display: inline-block;
		vertical-align: top;
	}

.numberText {
	width: 56px;
	height: 24px;
	line-height: 12px;
	background: #ffca05;
	padding: 2px 0 2px 0;
	border: 0;
	text-align: center;
	vertical-align: middle;
	text-indent: 0 !important;
}

.subNumber,
.addNumber {
	width: 22px;
	height: 24px;
	border: 1px solid #cccccc;
	cursor: pointer;
}

.subNumber {
	background: url(../../Content//images/subNumber.png) no-repeat center;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.addNumber {
	background: url(../../Content/images/addNumber.png) no-repeat center;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.subNumber:hover {
	background: url(../../Content/images/subNumber-hover.png) no-repeat center;
}

.addNumber:hover {
	background: url(../../Content/images/addNumber-hover.png) no-repeat center;
}

/** add or sub number style  */

/**---------------------------------------------------------------------------------*/

/** date picker  style */
.datepicker {
	border: 1px solid #979797;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

/** date picker style */

/**delete operation style */
.deleteBtn {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../../Content/images/delete.png) no-repeat center;
	cursor: pointer;
}

/**delete operation style */

/**Order Page Breadcrumb */
.Orderbreadcrumb {
	list-style: none;
	overflow: hidden;
	margin-top: 40px;
	padding: 0;
}

	.Orderbreadcrumb li {
		text-decoration: none;
		padding: 10px 20px 10px 30px;
		position: relative;
		display: block;
		float: left;
		width: 20%;
	}

		.Orderbreadcrumb li:after {
			content: " ";
			display: block;
			width: 0;
			height: 0;
			border-top: 50px solid transparent;
			border-bottom: 50px solid transparent;
			position: absolute;
			top: 50%;
			margin-top: -50px;
			left: 92%;
			z-index: 2;
		}

		.Orderbreadcrumb li:before {
			content: " ";
			display: block;
			width: 0;
			height: 0;
			border-top: 50px solid transparent;
			border-bottom: 50px solid transparent;
			border-left: 30px solid white;
			position: absolute;
			top: 50%;
			margin-top: -50px;
			left: 95%;
			z-index: 1;
		}

	.Orderbreadcrumb .Current-crumb {
		background-color: #ffca05;
		font-weight: bold;
	}

		.Orderbreadcrumb .Current-crumb:after {
			border-left: 30px solid #ffca05;
		}

		.Orderbreadcrumb .Current-crumb.current {
			background-color: #ffca05;
			font-weight: bold;
		}

			.Orderbreadcrumb .Current-crumb.current:after {
				border-left: 30px solid #ffca05;
			}

.Complete-crumb {
	background-color: rgb(255,244,205);
	color: black;
}

	.Complete-crumb:after {
		border-left: 30px solid rgb(255,244,205);
	}

.Next-crumb {
	background-color: #9c9c9c;
	color: white;
}

	.Next-crumb:after {
		border-left: 30px solid #9c9c9c;
	}

.orderBtnGroup .button {
	display: inline-block;
	width: 127px;
	height: 36px;
	line-height: 36px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	color: #000;
	margin: 0 3px;
}

	.orderBtnGroup .button.confirmDelBtn, .orderBtnGroup .button.submitBtn {
		background: #ffca05;
		border: 1px solid #ffca05;
	}

.popUpDialog .error-body {
	display: none;
	position: fixed;
	top: 20px;
	text-align: center;
	border: 3pt solid red;
	width: 600px;
	left: 300px;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.8);
}

/**Order Page Breadcrumb */

/**ship info and bill info and approve reason   style*/
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

.order-header {
	height: 59px;
	line-height: 59px;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}

	.order-header label {
		width: auto;
		font-size: 14px;
		font-weight: normal;
	}

.order-title {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	opacity: 0.8;
	background: #f5f5f5;
	margin-bottom: 15px;
	color: #000;
}

.zone {
	width: 62px;
	height: 36px;
}

.contact {
	width: 100%;
	height: 36px;
}

.flex-group {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

/*PopUp Dialog Window*/
.popUpDialog .error-body {
	display: none;
	position: fixed;
	top: 20px;
	text-align: center;
	border: 3pt solid red;
	width: 600px;
	left: 300px;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.8);
}

.form-group > label {
	color: #999999;
	font-size: 12px;
}


/**导航*/
.navigationDiv {
	position: fixed;
	right: 25px;
	top: 220px;
	z-index: 1000;
}

.navigationIcon {
	width: 64px;
	height: 64px;
	background: #FFCA05;
	border-radius: 50% 50%;
	cursor: pointer;
}

.orderNavigation li {
	list-style: none;
}

	.orderNavigation li:hover {
		background-color: rgba(255, 202, 5, 0.2); /*// #ffca05;*/
	}

	.orderNavigation li > a {
		padding: 10px 0;
	}

.listIcon {
	position: relative;
	left: 32px;
	top: 28px;
	margin-left: -12px;
	margin-top: -16px;
	color: white;
}


.orderNavigation > li > a:not(.navbar-link):hover
/*.orderNavigation > li > a:not(.navbar-link):visited*/ {
	color: #337ab7;
	background-color: transparent;
}

.orderNavigation li > a:hover
/*.orderNavigation li > a:visited*/ {
	font-weight: bold;
}

/**ship info and bill info and approve reason   style*/

/*zyj start*/
/* Buttons */
/**override btn/form control style */
.btn {
	padding: 6px 12px;
}

.form-control, select, input[type='text'] {
	padding: 2px;
}

.btn-primary {
	height: 34px;
	background-color: #ffd000;
	border: none;
	color: #000;
	border-radius: 5px;
}

.btn-yellow {
	height: 34px;
	background-color: #ffd000;
	border: none;
	color: #000;
	border-radius: 5px;
}
.btn-default {
	color: #000;
}

.btn-primary .glyphicon-search {
	margin-right: 10px;
}

.editable-buttons .btn-primary, .editable-buttons .btn-default {
	width: auto;
	padding: 5px 10px;
}

.form-control, .btn {
	border-radius: 0;
}

.sgjx-col-margin-left-2 {
	margin-left: 2%;
}

.sgjx-col-width-8 {
	width: 8%;
}

.sgjx-col-width-40 {
	width: 40%;
}

.sgjx-col-width-8, .sgjx-col-width-40 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

/*zyj end*/
.open .dropdown-toggle.btn-primary {
	background-color: rgba(255, 202, 5, 0.2);
	color: #000;
}

.btn-radius {
	border-radius: 8px;
}

/**override btn-primary style */



/*****select dropdown */

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #ffca05;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom: 0%;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: rgba(255, 202, 5, 0.2);
	color: black;
}



/*table*/
.table {
	border: 1px solid #f5f5f5;
	font-size: 12px;
}

table.table > thead > tr > th {
	font-size: 12px;
	border-bottom: 1px solid #f5f5f5;
	height: 35px;
	vertical-align: middle;
}

table.table > tbody > tr > td {
	border-top: 1px solid #f5f5f5;
}

.table td span.glyphicon {
	color: #ffca05;
	cursor: pointer;
}

.checkout {
	height: 66px;
	background: #f5f5f5;
	line-height: 66px;
	vertical-align: middle;
	font-size: 12px;
	color: #000;
	padding-left: 16px;
}

.checkoutBtn {
	display: inline-block;
	width: 128px;
	height: 66px;
	background: #ffca05;
	border: 1px solid #eecc00;
	border-radius: 2px;
	text-align: center;
	cursor: pointer !important;
	color: #000;
	font-size: 14px;
}

.infoHistory li {
	list-style: disc;
}

.infoHistory span {
	font-size: 14px;
	display: inline-block;
}

	.infoHistory span:nth-of-type(2) {
		margin: 0 50px 0 10px;
	}

	.infoHistory span:nth-of-type(3) {
		color: #999;
		margin-right: 20px;
	}



.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #408bca;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #428bca;
}


/************footer***********/
.body-inner-container {
	min-height: 100%;
	margin-bottom: -80px;
	position: relative;
}

.footer {
	opacity: 0.5;
	width: 100%;
	/*background-color: #D8D8D8;*/
}


.icon-margin {
	margin-bottom: 18px;
}

.footernav {
	text-align: center;
	padding: 16px 0;
}

	.footernav p {
		font-size: 14px;
		color: #979797;
		margin: 0;
		height: 24px;
		line-height: 24px;
	}

		.footernav p > span {
			cursor: pointer;
		}

#listPrice {
	font-size: 16px;
	color: #FF4B00;
}

.form-inline label {
	margin-right: 10px;
}


.table th {
	border-left-style: none !important;
}

.table td {
	border-left-style: none !important;
}


.fixed-table-pagination:after {
	clear: both;
	display: table;
	content: " ";
}

.fixed-table-loading {
	z-index: 2;
}
/*form sample style - start*/

.sdjg-form-header {
	border-bottom: 1px solid #cccccc;
	height: 60px;
	line-height: 60px;
}

	.sdjg-form-header .sgjx-font-header-size {
		color: #000000;
		font-size: 14px;
		font-weight: 400;
	}

	.sdjg-form-header .sgjx-font-strengthen {
		font-weight: bold;
		margin-left: 60px;
	}



.sgjx-col-offset {
	margin-left: 5%;
}

.sgjx-col-margin {
	margin-left: 5%;
	margin-right: 5%;
}

/*.flex-group label {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    margin-bottom: 0;
    vertical-align: middle;
    display: table-cell;
}*/
.sgjx-col-label {
	/*width: 17%;*/
	/*padding-left: 5%;*/
	float: left;
	margin-bottom: 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	height: 34px;
	line-height: 17px;
	margin-bottom: 0;
	display: table;
}

	.sgjx-col-label label, .sgjx-col-input label {
		vertical-align: middle;
		display: table-cell;
	}

.sgjx-col-input label {
	font-weight: normal;
	color: #333;
}

.sgjx-col-label input[type="checkbox"] {
	margin-top: 10px;
}

.sgjx-col-input {
	display: table;
	height: 34px;
	/*width: 33%;*/
	/*padding-right: 12%;*/
	position: relative;
	float: left;
}

.sgjx-col-input-between:before {
	content: "-";
	display: block;
	position: absolute;
	top: 5px;
	left: -10px;
}

.sgjx-col-input-pre {
	width: 10%;
	float: left;
}

.sgjx-col-input-post {
	width: 23%;
	padding-right: 12%;
	position: relative;
	float: left;
}

.sgjx-col-input .title {
	overflow: hidden;
	height: 100%;
	display: inline-block;
}

.sgjx-col-input-colspan {
	width: 56%;
	padding-right: 12%;
	margin-left: -6%;
	position: relative;
	float: left;
}

.sgjx-col-input-colspan3 {
	width: 71%;
	position: relative;
	float: left;
}

.sgjx-control-middle {
	position: absolute;
	left: 40%;
}

.sgjx-control-middle-input {
	vertical-align: sub;
}

.sgjx-input-group-append {
	position: absolute;
	right: -55px;
	top: 7px;
}

.form-group .sgjx-col-label {
	padding-left: 5%;
	width: 17%;
}

.form-group .sgjx-col-input {
	padding-right: 12%;
	width: 33%;
}

.sgjx-col-30 {
	width: 30%;
}

.sgjx-col-50 {
	width: 50%;
}

.sgjx-col-70 {
	width: 70%;
}

.form-group {
	margin-top: 5px;
	margin-bottom: 5px;
}

.sgjx-btn-group {
	margin: 15px 0;
	float: right;
}

/*.float-right {
    float: right !important;
}*/
/*form sample style - end*/
/*report search*/
.sgjx-search-form {
	padding: 0 15px;
	text-align: left;
	margin: 12px 0;
}

	.sgjx-search-form .form-row {
		text-align: left;
		margin: 0;
	}

	.sgjx-search-form .sgjx-col-input {
		float: none;
		width: 15%;
		margin: 0px 5px;
		display: inline-block;
		vertical-align: top;
	}

.sgjx-col-input .form-control {
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	width: 100%;
}

.sgjx-search-form .btn-primary {
	width: 15%;
	margin: 0 10px;
	font-size: 12px;
	height: 30px;
	line-height: 25px;
	padding: 2px;
}

.sdjg-search-label label {
	vertical-align: middle;
	display: inline-block;
	line-height: 34px;
	text-align: left;
}

.sgjx-search-form .sdjg-search-checkbox {
	float: right;
	margin-top: 10px;
}

.sgjx-search-control .sgjx-search-input {
	float: right !important;
	width: 196px;
}

.sgjx-search-form select, .sgjx-search-form input[type='text'] {
	text-indent: 0px;
	padding: 0 12px;
}



.sgjx-search-control {
	line-height: 32px;
	display: inline-block;
	margin-right: 20px;
	width: 310px;
}

	.sgjx-search-control .no-width-size {
		float: right !important;
		width: auto;
	}

		.sgjx-search-control .no-width-size input {
			vertical-align: sub;
		}

	.sgjx-search-control .form-control[class*="col-"] {
		border-radius: 4px;
	}

/*select2 css增加和覆盖*/
.select2-results li {
	min-height: 32px; /*空选项高度过低*/
}

/*menu start*/

@media screen and (min-width: 1500px) {
	.help-icon img {
		margin-right: 80px;
	}

	.sgjx-menu-img {
		width: 20px;
		height: 22px;
		display: inline-block;
		margin-right: 6px;
		vertical-align: bottom;
	}

	.navbar-nav > li > a {
		height: 70px;
		padding: 0px 15px;
		font-size: 15px;
	}
}

@media screen and (max-width: 1500px) {
	.help-icon img {
		margin-right: 0;
	}

	.sgjx-menu-img {
		width: 20px;
		height: 22px;
		display: inline-block;
		margin-right: 12px;
		margin-right: 6px;
		vertical-align: bottom;
	}

	.navbar-nav > li > a {
		height: 70px;
		padding: 0px 15px;
		font-size: 15px;
	}
}

.navbar-link img.sgjx-purchase-basket {
	width: 20px;
	height: 19px;
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 5px;
}

/*menu end*/

/*error start*/

.errorBorder {
	border: 1px solid #ff6424;
}

select.error {
	position: relative;
}

input.error:focus, select.error:focus, input.error, select.error, textarea.error {
		border: 1px solid #ff6424;
	}
	
input.RequiredError:focus, select.RequiredError:focus, input.RequiredError, select.RequiredError, textarea.RequiredError {
    border: 1px solid #ff6424;
}

label.error {
	position: absolute;
	top: 30px;
	left: 0px;
	color: #ff6424;
	z-index: 10;
	font-size: 12px;
	font-weight: normal;
}
label.RequiredError {
    top: 0px;
    left: 0px;
    color: #ff6424;
    z-index: 10;
    font-size: 12px;
    font-weight: normal;
    float:left;
    margin-left:5px;
    margin-top:5px;
}
/*error end*/

/*popup start, modal*/
.modal-open .modal {
	/*overflow: hidden;*/
	padding-right: 0 !important;
}

.modal {
	padding-right: 0 !important;
	overflow: auto;
	display: none;
	position: fixed;
	/*top: 10%;
	right: 5%;
	bottom: 10%;
	left: 5%;*/
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.bs-example-modal {
	background-color: #f5f5f5;
}

	.bs-example-modal .modal {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		z-index: 1;
		display: block;
	}

.sgjx-credit-limit .modal-dialog {
	width: 85%;
}

.bs-example-modal .modal-dialog {
	left: auto;
	margin-left: auto;
	margin-right: auto;
}

.modal-dialog {
	top: 15%;
	margin: 0px;
	width: 85%;
	left: 7.5%;
	background: transparent !important;
}

.modal-backdrop {
	background-color: #000;
}

	.modal-backdrop.in {
		opacity: 0.2;
		filter: alpha(opacity=70);
	}

.modal-header {
	background: #f5f5f5;
	text-align: left;
}

	.modal-header .form-control {
		width: 90%;
		float: left;
		margin-right: 10px;
		height: 32px;
	}

.modal-body {
	text-align: center;
	/*margin-top: 32px;*/
	padding-top: 17px;
	height: 100%;
}

.modal-content {
	text-align: center;
}

.diag-confirm-text {
	padding: 10px 0;
}

.sgjx-form-btn-group {
	margin-top: 20px;
}
/*popup end, modal*/

/*icon related start*/
.credit-limit-tip {
	/*width: 64px;
    height: 64px;
    position: absolute;
    top: 70px;
    right: 30px;
    cursor: pointer;
    background-image: url('../../Content/images/CreditLimitTip.png');*/
	width: 64px;
	height: 64px;
	position: fixed;
	right: 25px;
	top: 120px;
	z-index: 1000;
	cursor: pointer;
	background-image: url('../../Content/images/CreditLimitTip.png');
}

.editable-submit, .editable-cancel {
	width: 30px;
	height: 30px;
}

.column-width-100 div {
	min-width: 100px !important;
}

.column-width-120 div {
	min-width: 120px !important;
}

.column-width-150 div {
	min-width: 150px !important;
}

.column-width-200 div {
	width: 200px !important;
}

.column-width-300 div {
	width: 300px !important;
}
/*icon related end*/

/*经销商报表，表头固定后无法对其，需要以下样式修改*/
.column-width-min div {
	min-width: 100px !important;
}

/*整机图册ICON样式设置*/
.machineDisplayFAicon {
	font-size: 18px;
	color: #0068b7;
	cursor: pointer;
	top: 9px;
}

	.machineDisplayFAicon[disabled] {
		color: #979797;
		cursor: not-allowed;
	}

.pirceNotification {
	top: 45px;
	color: red;
	position: relative;
}

.city-picker-span.error {
	border: 1px solid #ff6424;
}

.required.error button.dropdown-toggle {
	border: 1px solid #ff6424;
}

.mdl-menu-aside {
	width: 220px;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	padding-top: 70px;
	background-color: #F3F3F3;
	z-index: 10;
	border-right: 1px solid #D2D1D0;
}

.mdl-menu {
	padding: 0;
}

.mdl-menu-level1 {
	position: relative;
}

.mdl-menu-active.mdl-menu-level1 > a {
	background-color: #F9C000;
	font-weight: bold;
	padding: 12px 5px 12px 25px;
	display: block;
	text-decoration: none;
}

.mdl-menu-active.mdl-menu-level2 > a {
	font-weight: bold;
}

.mdl-menu-level1 > ul {
	display: none;
	padding: 0;
}

	.mdl-menu-level1 > ul.mdl-menu-active {
		display: block;
	}

.mdl-menu-level1 > a, .mdl-menu-level2 > a {
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.mdl-menu-level1 > a {
	padding: 12px 5px 12px 26px;
	display: block;
	text-decoration: none;
	font-size: 14px;
}

.mdl-menu-level2 {
	list-style: none;
}

	.mdl-menu-level2 > a {
		padding: 10px 5px 10px 57px;
		display: block;
		text-decoration: none;
	}

.mdl-menu-level1 > a:hover {
	background-color: #f1ba02;
}

.mdl-menu-level2 > a:hover {
	background-color: lightgray;
}

.mdl-menu-level1 > a:hover img {
	width: 22px;
}

.body-content .row {
	margin: 0;
}

.sgjx-col-input .btn {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}


.mdl-file-name {
	padding: 10px;
	height: 40px;
}

.mdl-file-btnarea {
	margin-top: 28px;
}

	.mdl-file-btnarea .mdl-upload-btn, .mdl-file-btnarea .mdl-download-btn {
		margin: 0 10px;
		width: 127px;
	}


/*datatables style*/


.dataTables_length  {
	padding-top: 0.355em ;
}
.dataTables_length label {	
	font-weight: normal ;
}

.dataTables_paginate .pagination {
	margin-top: 0;
	margin-bottom: 0;
}


.dataTable tbody {
	min-height: 25px;
}


.dataTables_processing {
	border: none;
}

.dataTables_scrollBody {
	min-height: 60px;
}

.select-info {
	padding-right: 10px;
	padding-left: 10px;
}

.tdnowrap {
	white-space: nowrap
}

.menu-hover {
	display: block;
	position: absolute;
	width: 198px;
	background: #F3F3F4;
	left: 70px;
	top: 0;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	width: 150px;
	box-shadow: 0 0 5px;
}

	.menu-hover > li > a {
		padding-left: 15px;
	}

.nav-tabs > li > a {
	color: #555;
}

.sgjx-menu-img img {
	width: 18px;
}

.bs-actionsbox {
	min-width: 160px;
}


.form-control, .textinput, .textinput .form-control  {
	height: 28px;
	line-height: 28px;
	font-size: 12px;
}
	.textinput .btn, .textinput .filter-option {
		font-size: 12px;
	}

	
	.textinput button {
		padding-top:5px;
		padding-bottom:5px;
	}

.form-group label {
	height: 28px;
	line-height: 28px;
}

