@charset "utf-8";
/*中间隐藏显示*/
.middle #main {
	background-color: #CCC;
	width: 5px;
	height: 100%;
}
/*覆盖bootstrap圆角样式*/
.header .navbar-inner {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
/*覆盖help-block样式*/
.help-block {
	color: #F00;
}
.navbar .nav {
	height: 42px;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif, "\u5b8b\u4f53";
}
.navbar .brand {
	width: 132px !important;
	text-align: center;
	padding: 0px;
	height: 42px;
	line-height: 42px;
}
.navbar .divider-vertical {
	height: 42px;
	margin: 0px;
}
.navbar .nav > li > a {
	padding: 0px 20px;
	line-height: 42px;
	font-weight: normal;
}
#remoteModal {
	width: auto;
	height: auto;
}
/*左侧导航*/
.left-menu {
	text-align: center;
}
.left-menu h3 {
	font-size: 12px;
	line-height: 36px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #DDD;
}
.left-menu ul li a {
	line-height: 32px;
	display: block;
	border-bottom: 1px solid #FFF;
}
.left-menu ul li a:hover {
	background-color: #F9F9F9;
	text-decoration: none;
	border-bottom: 1px solid #DDD;
}
/*中间内容*/
.main-nav {
	line-height: 36px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #DDD;
	padding: 0 10px 0 5px;
}
.main-nav a {
	color: #333;
}
.main-nav a:hover {
	color: #08C;
}
.main-content {
	margin: 10px;
}
.pagination {
	margin: 0;
	height: 22px;
}
.pagination a {
	line-height: 20px;
}
.table-checkbox {
	width: 14px;
}
.table-action {
	width: 140px;
}
.success-error {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
.success-error #num {
	color: #F00;
}
/*必须输入提示*/
.must-input {
	color: #F00;
	margin-right: 5px;
}
/*验证错误提示*/
span.error {
	position: relative;
	top: 2px;
	margin-left: 5px;
	padding: 5px 10px 5px 10px;
	text-shadow: none;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	background-color: #f2dede;
	border: 1px solid #d59595;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #b94a48;
}
input.error {
	background-color: #f2dede;
	border: 1px solid #d59595;
}
select.error {
	background-color: #f2dede;
	border: 1px solid #d59595;
}
textarea.error {
	background-color: #f2dede;
	border: 1px solid #d59595;
}
/*编辑框*/
.main-content form textarea {
	width: 650px;
}
.true {
	color: #060;
	font-weight: bolder;
}
.false {
	color: red;
}
label, input, button, select, textarea {
	font-size: 12px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	font-size: 12px;
}
.btn {
	font-size: 12px;
}
.Wdate {
	border: #999 1px solid;
	height: 20px;
	background: #fff url(../images/datePicker.gif) no-repeat right;
}
.WdateFmtErr {
	background-color: #f2dede;
	border: 1px solid #d59595;
}
