body {
	background-color: #edf0f5 !important;
}
body, h1, h3, h4, h5, span, a {
   font-family: 'Microsoft YaHei', '寰蒋闆呴粦', sans-serif;
}
button.cancel {
	background: -moz-linear-gradient(top, #fff, #f6f9fc); /* Firefox */
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff',
		endColorStr='#f6f9fc', GradientType=0); /* IE6闅嗗瀯7闅嗗瀯8*/
	background: -ms-linear-gradient(top, #fff, #f6f9fc); /* IE10 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff),
		to(#f6f9fc)); /*  Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #fff, #f6f9fc);
	/*  Saf5.1, Chrome 10+ */
	border: 1px solid #bbcbdf !important;
	color: #536083 !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.txt-center {
	text-align: center;
}
/*modal 閲嶇疆*/
.modal-content, .modal-dialog {
	border-radius: 3px !important;
	border: 0;
}

button.close {
	background: url(../images/icon_close.png) no-repeat center;
	background-size: 12px 12px;
	opacity: 1 !important;
}

span.modal-title {
	font-size: 16px !important;
	color: #555 !important;
}

.modal-header {
	background-color: #f7f8f9;
	padding: 7px 15px 7px 15px;
	border-bottom: 1px solid #eaf0f7;
}

.modal-footer {
	margin-top: 0;
	border-top: 0;
	padding: 0px 20px 15px 20px;
	/* margin-right: -20px; */
}

.modal-footer .button,
.btn-group  .button{
	height: 32px;
	padding: 0 10px;
	margin-right: 20px;
	line-height: 14px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #3e94fe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #3e94fe;
}

.carFailureBtn{
		height: 32px;
	padding: 0 10px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #3e94fe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #3e94fe;
}

.modal {
	z-index: 2050 !important;
	font-weight: normal;
	background: url(#);
}

.modal-backdrop {
	bottom: 0;
}
/*layer 閲嶇疆*/
.layui-layer-title { display:none;}
.layer_set h2, .layer_set p {
	text-align: center;
}
.layer-anim h2, .layer-anim p {
	text-align: center;
}
.layer_set .icon, .layer-anim .icon {
	margin: 35px auto 20px auto;
	width: 73px;
	height: 73px;
}

.layer_set .icon.warning, .layer-anim .icon.warning {
	background: url(../images/icon_warning.png) no-repeat center;
	background-size: 100%;
}

.layer_set .icon.success, .layer-anim .icon.success {
	background: url(../images/icon_success.png) no-repeat center;
	background-size: 100%;
}

.layer_set h2, .layer-anim h2 {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}

.layer_set p, .layer-anim p {
	color: #a2a2a2;
	font-size: 14px;
}

.layui-layer-btn a {
	background-color: #3e94fe;
	color: white;
	border: none;
	box-shadow: none;
	font-size: 16px;
	line-height: 100% !important;
	font-weight: 500;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	margin: 0 15px 0 15px !important;
	padding: 8px 32px !important;
	height: auto !important;
}

.layui-layer-btn {
	text-align: center !important;
}

.layui-layer-tips .layui-layer-content {
	padding: 0 !important;
	overflow-y: hidden !important;
}

.layui-layer-dialog .layui-layer-content {
	padding: 0 !important;
	/* height: 200px !important; */
	overflow-y: hidden !important;
}



.layui-layer-btn .layui-layer-btn1 {
	background: -moz-linear-gradient(top, #fff, #f6f9fc); /* Firefox */
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff',
		endColorStr='#f6f9fc', GradientType=0); /* IE6隆垄7隆垄8*/
	background: -ms-linear-gradient(top, #fff, #f6f9fc); /* IE10 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff),
		to(#f6f9fc)); /*  Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #fff, #f6f9fc);
	/*  Saf5.1, Chrome 10+ */
	border: 1px solid #bbcbdf !important;
	color: #536083 !important;
}

/*common*/
.wrapper-content {
	padding: 25px;
}

.ibox {
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.ibox-content {
	clear: both;
}

.ibox-content {
	background-color: #fff;
	color: inherit;
	padding: 25px 25px 25px;
	/*border-color: #e7eaec; */
	-webkit-border-image: none;
	-o-border-image: none;
	border-image: none;
	/* border-style: solid solid none;
	border-width: 1px 0; */
}

.ibox-content .txt-center h5 {
	display: inline-block;
}

.btn-blue {
	background-color: #3e94fe;
}

.tip_box {
	background-color: #f6fbff;
	border-color: #bbcbdf;
	-webkit-border-image: none;
	-o-border-image: none;
	border-image: none;
	border-style: solid solid none;
	border-width: 3px 0 0;
	margin-bottom: 0;
	margin-top: 20px;
	padding: 11px 35px 15px;
	min-height: 48px;
	line-height: 30px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.bold { font-weight: 600; }
.m-r { margin-right: 15px; }
.m-l { margin-left: 15px; }
.m-t { margin-top: 15px; }
.m-b { margin-bottom: 15px; }
.c-blue { color: #3e94fe !important; }
.c-red {
	 color: #ff0000 !important; 
}
.c-gray { color: #ccc; }
.c-a2a2a2 {
	 color: #a2a2a2; 
}
.c-4cd964 {
	color: #4cd964;
}
.finger{ cursor: pointer;}
.no-margin { margin: 0 !important; }

span.k-dropdown.k-header.input {
	display: inline-block;
	height: 30px;
	background-color: transparent !important;
}
.search-block .k-dropdown-wrap { 
	height: 28px;
	background-image: none !important;
	background: -moz-linear-gradient(top, #fff, #f8f9fb) !important; /* Firefox */
  FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff',
    endColorStr='#f8f9fb', GradientType=0) !important; /* IE6隆垄7隆垄8*/
  background: -ms-linear-gradient(top, #fff, #f8f9fb) !important; /* IE10 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff),
    to(#f8f9fb)) !important; /*  Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #fff, #f8f9fb) !important;
  /*  Saf5.1, Chrome 10+ */
}
.k-dropdown-wrap .k-input {
    padding: 4px 0 4px 0;
}
input[type=checkbox].ace.ace-switch.ace-switch-4 + .lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::before {
    content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
    font-family: "microsoft yahei";
    width: 66px !important;

}
input[type=checkbox].ace.ace-switch.ace-switch-4:checked+.lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5:checked+.lbl::before {
	  background-color: #649ce0;
    border-color: #649ce0;
}

input[type=checkbox].ace.ace-switch.ace-switch-4:checked + .lbl::after, input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::after {
    left: 44px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.required:before {
	position: absolute;
	left: -7px;
  content:"*";
  color:red;
  top: 0;
}
.required {
	position: relative;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}
 
@media ( min-width : 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
 
@media ( min-width : 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
 
@media ( min-width : 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
li {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.button[disabled] {
  cursor: no-drop !important;
  background-color: #fefeff !important;
  color: #a9aaac !important;
  border: 1px solid #bbcbdf !important; 
}
.large-dialog.modal-dialog {
	width: 880px;
}
.mid-dialog.modal-dialog {
  width: 600px;
}
.small-dialog.modal-dialog {
  width: 440px;
}
.modal-title.large-txt {
	font-size: 18px;
	color: #38b7eb;
}
.layui-layer-btn .layui-layer-btn0 {
    color: #fff !important;
}
.form-group {
    color: #888;
}
.k-window-titlebar.k-header {
	height: 26px;
	line-height: 26px;
	background-color: #f7f8f9 !important;
}
.k-window-title {
	font-size: 14px;
	color: #666;
}
.k-window .k-window-content div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.kendowindow .form-group {
  min-height: 32px;
  line-height: 32px;
  float: left;
  margin-bottom: 15px;
}
div.k-window-content {
	overflow-x: hidden !important;
}
/*kendo reset*/
.k-primary:hover {
  border-color: #1b8dd6;
  background-color: #1b8dd6;
}
.k-primary {
  border-color: #3e94fe;
  background-color: #3e94fe;
}
input.k-textbox {
	height: 33px !important; 
	line-height: 33px !important; 
}
.row .col-sm-3 .label {
  line-height: 33px !important; 	
}

.nav.ace-nav.exp li { overflow: inherit !important;}
.dropdown-yellow>li>a:focus { background: #237ae4 !important;}

/*dropdown list reset*/
.k-autocomplete.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused, .k-numeric-wrap.k-state-focused, .k-picker-wrap.k-state-focused {
	background-color: #f9fafd;
}
.k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
  background-color: #f9fafd;
}
.k-autocomplete.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-picker-wrap.k-state-hover {
  background-color: #f9fafd;
}

/* 404 */
.errorcontent {
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
.errorcontent a { color: #fff !important;}
.errorcontent .back {
  display: inline-block;
  padding: 15px 47px;
  background: #2f3138;
  border-radius: 4px;
  margin-top: 100px;
}

/* .k-list */
.k-list-container {
	border-color: #bbe6fd !important;
    background: #fff !important;
}
.k-popup { box-shadow: 0 0 0 !important;}
.k-popup.k-list-container { padding: 0 !important;}
.k-popup .k-list .k-state-hover { border-radius: 0 !important;}
.k-list-optionlabel.k-state-selected { border-color: #f6fafd !important;}
.k-popup.k-list-container .k-state-selected { 
	background-color: #3e94fe !important;
	border-radius: 0 !important;
	color: #f0f2f5 !important;
}
.k-list-filter input.k-textbox { 
	border-color: #f3f6fc !important;
	background: #f3f6fc !important;
	border-radius: 0 !important;
}

/* kendoNumericTextBox */
.numeric .k-numeric-wrap { padding-right: 0;}
.numeric .k-numeric-wrap input.k-textbox {
	height: 26px !important;
    line-height: normal !important;
}
.numeric .k-textbox .k-icon { 
    position: relative !important;
	top: 0 !important;    
}
.numeric .k-numeric-wrap .k-select { display: none;}
.numeric .k-state-focused .k-select { display: block;}
.numeric .k-numeric-wrap .k-select .k-link span.k-i-arrow-n { background-position: 0 0 !important;}
.numeric .k-numeric-wrap .k-select .k-link span.k-i-arrow-s { background-position: 0 -32px !important;}
#searchForm .k-widget * { box-sizing: content-box !important}
.btn-scroll-up {
	position: absolute !important;
	opacity: 1 !important;
    filter: alpha(opacity=1) !important;
    bottom: 24px !important;
    visibility: visible !important;
}
.k-grid-pager input.k-textbox { 
	height: 30px !important;
    margin: 0 .4em;
    line-height: 30px !important;
    margin-bottom: 2px;
}
.k-pager-wrap .k-widget { 
  float: left !important;
  width: auto !important;
}
.k-grid-pager .k-dropdown-wrap .k-input {
    padding: 2px 0 3px 0;
}
.k-grid-pager .k-link.k-pager-nav {
	margin-top: 2px;
}
.k-grid-pager .k-pager-input {
	    line-height: 30px !important;
    margin: 0;
    height: 30px;
    margin-top: 1px;
}
.k-grid-pager .k-pager-sizes {
    line-height: 30px !important;
}
.k-grid-pager .k-pager-sizes .k-widget.k-dropdown { margin-top: 1px;}
.k-grid-pager .k-link.k-pager-nav .k-icon {margin-bottom: 2.5px;}
.k-pager-info { margin-top: .25em;}
.k-pager-refresh.k-link {
	margin-top: .2em !important;
    line-height: 23px !important;
}
.k-pager-wrap {
	padding: .7em 0 .7em .25em !important;
}
#grid_PartsDictionaryPicker .k-dropdown-wrap .k-input { height: auto !important;}


.customer_loading {
	position:absolute;
	top:50%;
	right:50%;
	height:35px;
	width:35px;
	line-height:35px;
	background:url(../images/jerichotab/loading-1.gif) no-repeat center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/jerichotab/loading-1.gif',sizingMethod='scale');
	z-index:9999;
	}