/*index*/

.login-box {
	background-attachment: fixed;
	background-image: url(../img/p-center1.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/*header*/
/*header {
	height: 60px;
	padding: 0 20px;
	background-color: #F7F7F7;
	box-shadow: 0 2px 3px #cccccc;
	margin-bottom: 20px;
	clear: both;
}

header nav ul li {
	line-height: 60px;
}*/
.my-info {
	position: relative;
}
.dropdown-menu {
	z-index: 10;
	/*position: absolute;*/
	width: 214px;
	left: -100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 2px 2px 3px #cccccc;
	text-align: left;
	padding: 0;
}

.dropdown-menu .tit {
	cursor: pointer;
	margin: 0;
	background-color: #337AB7;
	color: #ffffff;
	padding: 10px;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.dropdown-menu .tit .glyphicon-triangle-top {
	color: #337AB7;
	position: absolute;
	top: -13px;
	right: 30px;
	z-index: 99999;
}
.dropdown-menu .tit a {
	position: absolute;
	top: 0;
	color: #ffffff;
	font-size: 14px;
	vertical-align: middle;
	line-height: 40px;
	right: 10px;
}
.dropdown-menu .content {
	overflow-y: scroll;
	height: 150px;
	padding: 10px 0;
}
.dropdown-menu .content li {
	padding: 0 10px;
	line-height: 16px;
}
.dropdown-menu .content li a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #444444;
}



/*侧边栏*/
.sideBar {
	width: 150px;
	background-color: #F8F8F8;
	position: fixed;
	top: 250px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	list-style: none;
	z-index: 10;
}

.sideBar li {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.sideBar li.active,
.sideBar li:hover {
	background-color: #E5E5E5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.sideBar li a {
	display: block;
	color: #337ab7;
}

.sideBar li a:link,
.sideBar li a:visited,
.sideBar li a:hover,
.sideBar li a:active {
	color: #337ab7;
	text-decoration: none;
}


/*输入框组*/

.input-group {
	margin: 5px 0;
}


/*下拉菜单*/

.dropdown-toggle-change {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	/*border-top-left-radius: 0;
    border-bottom-left-radius: 0;*/
}


/*表格*/

.table-striped-change {
	margin-bottom: 0;
}


/*输入框*/

.form-control-change {
	margin: 5px 0;
}


/*提交按钮*/

.sub-btn {
	width: 100%;
}


/*小面板标题*/

.panel-heading-change {
	font-weight: bold;
}

.inp-box {
	padding: 10px;
}

.inp-item {
	margin: 5px 0;
}


/*表单验证*/

.form-group>div {
	position: relative;
}

.form-group>div .check-box-change {
	position: absolute;
	width: 150px;
	bottom: 75%;
	left: 90%;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	padding: 5px;
	z-index: 1;
	box-shadow: 0 0 3px #cccccc;
}

.dangerText {
	color: red;
}

.safetyText {
	color: #337AB7;
}


/*登录页面*/

.login-form-box {
	margin-top: 50px;
	padding: 0px 0 200px;
}


/**   分页   **/
.page_con{
	border :0px;
	
}
#div_pager{
    clear:both;
    height:30px;
    line-height:30px;
    margin-top:20px;
    color:#999999;
}

#div_pager a{
    padding:4px 8px;
    margin:10px 3px;
    font-size:12px;
    border:1px solid #DFDFDF;
    background-color:#FFF;
    color:#9d9d9d;
    text-decoration:none;
}

#div_pager span{
    padding:4px 8px;
    margin:10px 3px;
    font-size:14px;
}

#div_pager span.disabled{
    padding:4px 8px;
    margin:10px 3px;
    font-size:12px;
    border:1px solid #DFDFDF;
    background-color:#FFF;
    color:#DFDFDF;
}

#div_pager span.curr{
    padding:4px 8px;
    margin:10px 3px;
    font-size:12px;
    border:1px solid #337AB7;
    background-color:#337AB7;
    color:#FFF;
}

#div_pager a:hover{
    background-color:#337AB7;
    border:1px solid #337AB7;
    color:#FFF;
}

#div_pager span.normalsize{
    font-size:12px;
}
.bootstrap-table{
	position: relative;
}
.bootstrap-table .fixed-table-toolbar{
	position: absolute;
	top: -62px;
	right: 0;
}


