/*layout*/

#mws-sidebar,
#mws-sidebar-bg {
	background-color: #0E294F;
}

#mws-navigation>ul>li>ul {
	background-color: #071427;
}

#mws-header {
	border-color: #FDA100;
}

#mws-searchbox .mws-search-submit {
	background-color: #FDA100;
}

.icon-home:before,
.icon-list:before,
.icon-settings:before,
#mws-navigation ul li.active .active_a {
	color: #fda100;
}

.icon-settings:before {
	font-size: 22px;
}

#mws-navigation>ul>li {
	border-top: 1px solid #1C2495;
	border-bottom: 1px solid #1C2495;
}

#mws-searchbox {
	background-color: #2C2C30;
}

@media only screen and (min-width: 1024px) {
	#mws-logo-container {
		margin-left: 195px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
	#mws-logo-container {
		margin-left: 95px;
	}
}

.mws-inset {
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#mws-user-tools #mws-user-info #mws-user-photo,
#mws-header,
.mws-inset {
	background-color: #093779;
}

#mws-user-tools #mws-user-info #mws-user-photo {
	width: 27px;
	height: 27px;
	padding: 3px;
}

#mws-user-tools #mws-user-info #mws-user-functions {
	margin: 6px 4px 0px 40px;
	font-size: 11px;
}

#mws-user-tools #mws-user-info #mws-user-functions ul #l_line {
	padding-right: 8px;
	border-right: 1px solid #fff;
	color: #FFFFFF;
}

.mws-panel .mws-panel-header {
	background-color: #D9E6F9;
	padding: 7px 4px 10px 4px;
}

.mws-panel .mws-panel-header {
	background-image: none;
	border-bottom: 1px solid #B0B5EC;
}

#mws-logo-container #mws-logo-wrap img {
	max-width: 197px;
	max-height: 58px;
}


/*invoice*/

.mws-table thead tr th {
	padding: 10px 13px;
}

.d_line {
	padding: 0 9px 4px 9px;
	border-bottom: 1px dashed #B0B5EC;
}

.mws-panel-header {
	border: 1px solid #B0B5EC;
}

#btnselect {
	background-color: #E59629 !important;
	background-image: none;
	border: 1px solid #B98545;
}

.dataTables_wrapper {
	background-color: #D5D5D5;
}

.dataTables_wrapper .dataTables_info {
	color: #595A5A;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	background-color: #B7B7B7;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9), inset 0px 1px 0px rgba(255, 255, 255, 0.8);
}

.dataTables_wrapper .dataTables_paginate .paginate_active {
	background-color: #E39332;
}

.dataTables_wrapper .dataTables_paginate .paginate_button_disabled {
	color: #FFFFFF;
}

.mws-panel .mws-panel-body {
	margin: 0 4px;
}

.mws_table tbody tr.hColor {
	background: #FADCBA;
}

.mws_table tbody tr.cColor {
	background: #EAAC53;
}


/*home index*/

.po_r {
	position: relative;
}

.u_title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: url(/images/bg_02.png);
}

.u_title_b {
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
}

.u_img {
	height: 40px;
}

.f1 {
	font-size: 13px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.u_center {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	background: url(/images/bg2_02.gif) no-repeat center center;
	background-size: cover;
}

.u_footer {
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	width: 100%;
	height: 48px;
	line-height: 48px;
	margin-top: -48px;
	text-align: center;
	color: #FFFFFF;
	background-color: rgba(0, 0, 30, 0.55);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

@media screen and (min-width: 240px) and (max-width: 640px) {
	.u_footer {
		line-height: 24px;
	}
}

.middle_fix {
	zoom: 1;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.u_login_wrapper {
	display: inline-block;
	width: 350px;
	height: 500px;
	margin-left: 55%;
	margin-bottom: 48px;
	padding: 65px 24px;
	color: #a5a5a5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	vertical-align: middle;
}

@media screen and (min-width: 1024px)and (max-width: 1440px) {
	.u_login_wrapper {
		width: 350px;
		height: 500px;
	}
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
	.u_login_wrapper {
		width: 330px;
		height: 470px;
		margin-left: 44%;
		padding: 40px 13px;
	}
}

@media screen and (max-width: 599px) {
	.u_login_wrapper {
		width: 310px;
		height: 450px;
		margin-left: 10%;
		padding: 30px 12px;
	}
}

.u_login_t {
	display: inline-block;
	width: 48%;
	padding: 0 0 0 2%;
	margin: 4px 0;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.ul_line {
	position: relative;
}

.ul_line:after {
	content: "";
	position: absolute;
	top: 5px;
	right: -13px;
	width: 1px;
	height: 13px;
	border-right: 1px solid #D6D6D6;
}

.u_active {
	color: #333;
}

.u_active span {
	border-bottom: 2px solid #2C51DD;
}

.u_login_d {
	display: none;
}

.u_login_title {
	margin: 0 0 40px 0;
}

.u_list {
	height: 40px;
	/*padding: 0 0 0 40px;*/
	border-bottom: 1px solid #CFCFCF;
}

.u_list_span {
	display: inline-block;
	width: 33px;
	height: 31px;
	vertical-align: middle;
}

.u_list .u_list_i {
	/*margin: 10px 0;*/
	/*padding-left: 50px;*/
	border: none;
	box-shadow: none;
	font-size: 16px;
}

.bgi1 {
	background: url(/images/zhanghao.png) no-repeat 6px -31px;
	background-size: 26px;
}

.bgi2 {
	background: url(/images/yanzheng.png) no-repeat 6px -32px;
	background-size: 26px;
}

.bgi3 {
	background: url(/images/mima.png) no-repeat 6px -30px;
	background-size: 24px;
}

.u_code,
.u_code:link,
.u_code:visited,
.u_code:hover,
.u_code:active {
	background: none;
	border: none;
	box-shadow: none;
	color: #758AE0;
}

.u_login_btn {
	width: 90%;
	height: 80px;
	margin: 20px auto;
	background: url(/images/anniu_08.png) no-repeat center center;
	background-size: 100%;
}

.u_login_ibtn,
.u_login_ibtn:link,
.u_login_ibtn:visited,
.u_login_ibtn:hover,
.u_login_ibtn:active {
	width: 100%;
	height: 100%;
	margin-top: -5px;
	border: none;
	background: none;
	font-size: 15px;
	outline: none;
	color: #fff;
}

.bgi1_1 {
	background: url(/images/zhanghao.png) no-repeat 6px 0px;
	background-size: 26px;
}

.bgi2_1 {
	background: url(/images/yanzheng.png) no-repeat 6px -1px;
	background-size: 26px;
}

.bgi3_1 {
	background: url(/images/mima.png) no-repeat 6px 1px;
	background-size: 24px;
}

.bm {
	border-bottom: 1px solid #3753B0;
}

.e_none {
	display: none;
}

@media only screen and (max-width: 768px) {
	.m_grid_8 {
		float: none;
		width: 98%;
	}
	.m_table {
		table-layout: auto;
	}
	.m_DataTables {
		overflow-x: scroll !important;
	}
	.m_block{
		display: block;
		margin: 5px;
		/*text-align: center;*/
	}
	.m_input_s{
		width: 100px;
	}
}