.tabs-header {
	background: #ecf0f5;
}

#west .panel-header {
	padding-right: 0px;
}

#nav .accordion-header {
	height: 25px !important;
}

#west .panel-title {
	padding-left: 15px;
	padding-top: 4px;
}

.panel-header .panel-title {
	font-size: 13px;
}

.accordion .accordion-header-selected .panel-title {
	font-weight: bold;
}

ul.navlist li div {
	padding-left: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
}

span.label {
	position: absolute;
	top: 9px;
	right: 7px;
	text-align: center;
	font-size: 9px;
	padding: 2px 3px;
	line-height: .9;
}

span.label-danger {
	background-color: #dd4b39;
}

span.label-warning {
	background-color: #f39c12;
}

a.dropdown-toggle {
	color: #fff;
	padding-top: 15px;
	line-height: 20px;
	position: relative;
}

.fa-angle-left {
	width: auto;
	height: auto;
	padding: 0;
	transform: rotate(-90deg);
	margin-right: 10px;
	ransition: transform .5s ease;
}

ul.navlist .nav {
	font-weight: normal;
	font-size: 13px;
}

.itemfocus {
	background-color: #ecf0f5;
	cursor: pointer;
}

.tabs-panels .panel-body {
	overflow: hidden;
}

.user_info_form {
	margin-top: 80px;
}

.user_info_form .form_td {
	text-align: center;
	font-family: '宋体';
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	width: 350px;
	background-color: white;
}

.user_info_form .form_td input[type=text], .user_info_form .form_td input[type=password]	{
	font-size: 18px;
	border: 1px solid #ccc;
	width: 225px;
}

.user_info_form .form_td>div {
	padding-top: 10px;
	padding-bottom: 10px;
}

.login_submit {
	width: 275px;
	background-color: rgba(198, 62, 74, 1);;
	height: 35px;
	color: white;
}

.blackbox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.2;
	display: none;
	z-index: 8;
}