/** $Id: base.css 113 2015-12-18 05:37:57Z zhaoff@wisecrm.com $ */
html, body {
	min-height: 100%;
	background-color: #ededed
}
html, body, div, p, input, button {
	font-family: Arial, "Microsoft YaHei", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, Arial, sans-serif;
	font-weight: 400;
}
.form-control:focus {
	box-shadow: 0 0 0 #fff;
}
.btn, .form-control {
	border-radius: 2px;
}
select {
	cursor: pointer;
}
a, a:hover {
	color: #2d78f4;
}

.list-loading {
	min-height: 300px;
	background: url(../img/loading_60x60.gif) no-repeat center center;
}
.list-loading.nodata {
	background-image: none;
	text-align: center;
	color: #999;
	line-height: 290px;
}
.pagination > li > a {
	border-radius: 0 !important;
	min-width: 80px;
	text-align: center
}
.panel-default {
	border-radius: 0;
	box-shadow: 0 0 0 #000
}
#table001 td, #table001 th {
	font-size: 12px !important
}
#table001 td.text-muted {
	color: #aaa
}
.page-show {
	padding-bottom: 6px;
	font-size: 12px
}
.page-show .pagination {
	margin: 0
}
.page-show .page-totla {
	margin-top: 7px
}
.page-show select.form-control {
	width: 72px;
	padding: 6px 7px;
	margin: 0;
	margin-left: 12px
}
.tool-bar {
	margin-bottom: 14px
}
.tool-bar, .tool-bar input, .tool-bar select {
}
.tool-bar .input-group {
	width: 220px
}
.tool-bar select {
	width: 120px;
	cursor: pointer;
}

.must-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}