﻿@charset "UTF-8";

.menu_not_active {
	background-color: rgb(248, 251, 226);
}

.menu_active {
	/*background-color: 		#FFE66F;*/
	/*background-color: 		#46A3FF;*/
	/*background-color: #337ab7;*/
	/*background-color: #FF9933;*/
	background-color: #FFFF99;
}

.right{
	float: right;
	line-height: 24px;
}
.a-h{
	height: 46px;
}

.home_menu{
	background-image: url("../../img/home/left-bg.jpg");
}
.F3F3F3{
	background-color: #eee;
}
.txt{ 
		color:#005aa7; 
		border-bottom:1px solid #005aa7; /* 下划线效果 */ 
		border-top:0px; 
		border-left:0px; 
		border-right:0px; 
		background-color:transparent; /* 背景色透明 */ 
		height:28px;
		margin-left: 2px;
		text-indent: 5px;
}

.navbar-nav-home > li > a{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #FFF;
}

.navbar-nav-home > li :hover{
	color: red!important;
}

.header-line{
	background-color: #337ab7;
}
.page-top{
	margin-top: 23px;
}
.block{
	display:block;
}

.leftTr{
	text-align:left ;
}
.rightTr{
	text-align:right ;
}
.table-fix{
	table-layout: fixed;
}
.loading{  
    width:160px;  
    height:56px;  
    position: absolute;  
    top:50%;  
    left:50%;  
    line-height:56px;  
    color:#fff;  
    padding-left:60px;  
    font-size:15px;  
    background: #000 url(../../img/home/loading.gif) no-repeat 10px 50%;  
    opacity: 0.7;  
    z-index:9999;  
    -moz-border-radius:20px;  
    -webkit-border-radius:20px;  
    border-radius:20px;  
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);  
} 

.header-hello{
	height: 40px;
	line-height: 40px;
	color: #FFF;
	text-align: left;
	text-indent: -20px;
}

/* 查询表单label td*/
.query_td_right{
	text_align:right;
	width:120px;
}
/* 查询表单input td */
.query_td_left{
	text_align:left;
	width:240px;
}
.query-text{
	width:230px;
}
.modal_row{
    margin: 10px;
}
.modal_title{
	margin: 20px;
}

/* 重置密码form表单 */
.c-repwdForm__header{
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 24px;
    padding: 20px 0 10px;
}
.c-repwdForm__content{
	margin-bottom: 10px;
}
.c-repwdForm__div label.error{
	position: absolute;
	top: 4px;
	right: -125px;
}
/* layer title样式 */
/* .layui-layer-title{
	padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: black;
    overflow: hidden;
    background-color: white;
    border-radius: 2px 2px 0 0;
    text-align: left;
} */
/* 注销当前用户*/
.c-cancel__content{
	margin: 10px 0;
}
