/* coustomize: @bodyBackground:#f5f5f5;@textColor: #333333;@baseFontSize:12px;@baseLineHeight:16px; */
/* global */
.row-fluid [class*="span"] {
	min-height: 16px;
}

/* IE不能识别 @media 响应布局 */
@media ( min-width : 600px) {
	.row-fluid [class*="span"] {
		min-height: 26px;
	}
}

h1,h2,h3,h4,h5,h6 {
	display: inline;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
	margin-left: 10px;
}

label,input,button,select,textarea {
	font-weight: inherit;
}

/* table */
.pannel .table {
	table-layout: fixed;
	margin-bottom: 0px;
}

.pannel .table th {
	padding: 6px;
	white-space:nowrap;
	vertical-align: inherit
}

.pannel .table td {
	padding: 6px;
	vertical-align: inherit
}

.pannel .table-list {
	table-layout: auto;
}

.table a>i:hover {
	background-image: url("../img/glyphicons-halflings-white.png");
}

.table-no-border th,.table-no-border td {
	border-top: 0;
}

.table-bordered td.text {
	background-color: #ebf3fb;
}

.table-list th {
	text-align: center;
}
.table-list td {
	text-align: center;
}
.table-list tr th {
	background-color: #ebf3fb;
}

.table-hover tbody tr:hover>th {
	background-color: #ebf3fb;
}
.table-striped tbody > tr:nth-child(odd) > th {
  	background-color: #ebf3fb;
}

/*.nav .nav-list*/
.nav li+.nav-header {
	margin-top: 0;
	font-size: 12px;
}

.nav .nav-header {
	cursor: pointer;
	color: #696969;
}

.nav-list>li>a {
	cursor: pointer;
	color: #333333;
}

.nav-list>li.active>a {
	color: #ffffff;
}

.nav-list>li.collapsed .icon-folder-open {
	background-position: -384px -120px;
}

.nav-list .divider {
	margin: 3px 1px;
	background-color: #7fc0ff;
}
/* form */
.pannel form {
	margin-bottom: 0;
}

.checkbox.inline {
	padding-top: 0;
}

input[type="radio"],input[type="checkbox"] {
	margin: 0 0;
}

/* pagination */
.pagination {
	margin: 5px 0;
	text-align: center;
}

.pagination ul {
	background-color: #ffffff;
}

.alert {
	margin-bottom: 2px;
}

/* icon */
.icon-custom {
	background-image: url("../img/glyphicons-halflings-custom.png");
}

/* tab style overwrite */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #f9fcfd;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}