html,body {
	height: 100%;
}
h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container-fluid {
	padding: 0px;
}
.fullSize {
	height: 100%!important;
	padding: 0px;
	overflow: hidden;
}
.btn-white {
	background: #ffffff;
}
#menu {
	margin-bottom: 0px;
	background-color: #2B3445;/* #018BBA;*/
	border-radius: 0px;
	min-height:40px;
	border: none;
}
.imageIcon,
.nullIcon {
	width: 14px;
	height: 14px;
	border: none;
}
.nullIcon {
	opacity:0;
}
#tabs {
	margin-bottom: 0px;
	border: none;
	min-height: 42px;
}
.tab-pane {
	height: 100%;
	overflow: hidden;
}
.navbar-nav {
	padding: 5px 10px;
}
.nav > li > a {
	padding: 5px 10px;
}
.nav > li > a > button {/*tab上的关闭按钮*/
	margin-left: 5px;
}
#leftMenu > li > a {
	color: #d0d0d0;
	font-size: 14px;
	padding: 10px 10px 10px 24px;
	border-radius: 0px;
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	-webkit-box-shadow: none;
			box-shadow: none;
}
#leftMenu > li > a > img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
#leftMenu > li > a:hover {
	color: white;
	background-color: #3B4455;
}
#leftMenu > li.active > a,
#leftMenu > li.active > a:hover,
#leftMenu > li.active > a:focus {
	color: white;
	background-color: #3B4455;
	-webkit-box-shadow: inset 2px 0 0 #3280fc;
			box-shadow: inset 2px 0 0 #3280fc;
}

div.item{
	position:relative;
	display:inline-block;
	/*float:left;*/
	text-align:center;
	margin:25px 20px 20px;;
	padding:5px;
	width:154px;
	background-color:#556B9C;
	height:58px;
	font-size:15px;
	color:#FFF;
	line-height:48px;
	font-family:"黑体";
	cursor:pointer;
	border-radius:5px;
	
}
div.item2{
	position:relative;
	display:inline-block;
	text-align:center;
	margin:5px;
	padding:5px;
	width:58px;
	height:72px;
	font-size:12px;
	color:#000;
	font-family:"黑体";
}
div.item2 img:hover,
div.item:hover {
	box-shadow:3px 3px 10px rgba(10,10,10,.5);
	border-radius:5px;
}
div.item img,
div.item2 img {
	cursor:pointer;
	float:left;
	height:40px;
	margin-top:4px;
}
div.item span,
div.item2 span {
	position:absolute;
	top:10px;
	right:38px;
	color:#FFFFFF;
	width:16px;
	display:inline-block;
	background-color:red;
	border-radius:10px;
	box-shadow:0px 0px 10px rgba(10,10,10,.5);
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.btn-caret {
	height:30px;	/*34px;*/
	padding:3px;
}
.checkbox {
	margin-top: 5px;
	margin-bottom: 5px;
}
.modal-fullscreen {
  position: relative;
  width: 100%!important;
  height: 100%!important;
  margin: 0;
  border-radius: 0;
}
/*以下 bootstrap-table*/
/*.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}*/
/*tr.selected,
.selected td {
    background-color: #ffe7bc;
}*/
/*以上 bootstrap-table*/