		ul,
		li {
			list-style: none;
		}
		/*设置搜索框宽度 */
		.text_search{
			width:150px;
		}
		/*设置搜索框宽度*/
		.text_search_select{
			width:164px;
		}
		/*设置新增框宽度*/
		.text_add{
			width:180px;
		}
		.text_add_select{
			width:194px;
		}
		/*设置数字框宽度*/
		.number_add{
			width:70px;
		}
		/*设置数字框宽度*/
		.table-condensed td {
		    padding: 4px 5px;
		}
		.table td {
		    font-size: 12px;
		}
		.center{
			text-align:center;
		}
		.right{
			text-align:right;
		}
		.Fright{
			float:right;
		}
		.Fleft{
			float:left;
		}
		.left{
			text-align:left;
		}
        iframe {
            border: 0;
        }
		body, label, input, button, select, textarea, .uneditable-input, .navbar-search .search-query {
		    font-family: "微软雅黑", Georgia, Arial, sans-serif;
		    color: #323232;
		    _color: #323232;
		}
		select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
		   /* padding: 2px 6px;*/
		    font-size: 12px;
		    line-height: 20px;
		    color: #555;
		    vertical-align: middle;
		}
		.color_ff3{
			color: #ff7030;
		}
		#form .select2-container .select2-choice {
			height:24px;
			color: #0982df;
		}
		#form .select2-container-disabled .select2-choice{
			  color: #f73d02;
		}
		.page_title li a {
		    font-size: 16px;
		    padding: 10px 0 10px 0;
		    font-weight: bold;
		    text-indent: 20px;
		}
		h3{
		background: #eff8ff;
	    padding: 4px 0;
	    color: #0982df;
	    font-weight: bold;
		text-align: left;
		font-size: 12px;
	    text-indent: 20px;
	    font-weight: bold;
	    line-height: 20px;
	    margin-bottom:6px;
	}
	.two_title{
		 text-indent: 20px;
		 padding: 4px 0;
	}
		.td_nav {
	    background: #eff8ff;
	    border: 1.5px solid #dddddd;
	    padding: 4px 0;
	    font-weight: bold;
	    text-indent: 20px;
	}
	
	.table th{
	/*text-align: center;*/
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	}
	.table thead th{
	vertical-align: middle;
	color:#555;
	}
	.table .right{
	text-align: right;
	}
	.table .tleft{
	text-align: left;
	}
	.table .center{
	text-align: center;
	}
	i#btnMenu {
	    display: none;
	}
	.nav, .breadcrumb {
	    margin-bottom: 0px;
	}
	.breadcrumb{
		padding:0;
	}
	.nav>li>a:hover, .nav>li>a:focus {
	    text-decoration: none;
	    background-color: #fff;
	}
	.form-horizontal .control-group {
	    margin-bottom: 0;
	    padding-bottom:0;
	    padding:4px 2px;
	    width:100%;
	}
	.form-horizontal .controls {
	    margin-left: 0px; 
	}
	.clear{
		clear: both;
	}
	.table .table_contral{
	   text-align: center;
	}
	.table_contral a {
	    margin: 0 5px;
	}
	.control-group {
    border-bottom: 0px;
	}
	.layui-layer-top{
		margin-bottom:5px;
	}
	/*input[type="text"]:focus,textarea:focus{
	border-color: #d7d7d7;
	box-shadow: inset 0 1px 2px #f1f1f1,0 0px 6px #d7d7d7;
	}
*/
	.nav-tabs>li>a {
    padding: 2px 6px;
	}
	.btn-inmodule{
	    border-radius: 0;
	    padding: 1px 4px;
	    font-size: 12px;
	    background: #fffad8;
	}
	.btn-orange{
	    color: #fff;
	    text-shadow: 0 0 0 rgba(0,0,0,0.25);
	    background-color: #FF9933;
	    background-image: -moz-linear-gradient(top,#FF9933,#FF9933);
	    background-image: -webkit-gradient(linear,0 0,0 100%,from(#FF9933),to(#FF9933));
	    background-image: -webkit-linear-gradient(top,#FF9933,#FF9933);
	    background-image: -o-linear-gradient(top,#FF9933,#2fa4e7);
	    background-image: linear-gradient(to bottom,#FF9933,#FF9933);
	    background-repeat: repeat-x;
	    border-color: #FF9933 #FF9933 #FF9933;
	    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9933',endColorstr='#FF9933',GradientType=0);
	    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	}
	.page_title_right {
	    float: right;
	    margin:0;
	}
	.page_title_right li {
    	list-style: none;
	}
	.page_title_right li a {
    	font-size: 14px;
	    font-weight: normal;	
	    text-indent: 20px;
	    color: #646464;
	    margin-right: 10px;
	    line-height: 33px;
	    text-decoration: none;
	}
	.b_border {
	    border: 1px solid #ccc;
	}
	#officeButton{
		padding:2px 10px;
	}
	.corplist-nav {
    margin: 5px 0 5px 20px;
    padding: 0 0 2px 0px;
    overflow: hidden;
	}
	.red{
		color:red;
	}
	.orange {
	    color: #F5A337;
	}
	.gray{
		color:#B1AFAF;;
	}
	.colorGreen{
		color:#23A040;
	}
	.blue{
		color:#0982df;
	}
	a#areaButton,a#companyButton,a#menuButton{
	    padding: 2px 10px;
	}
	.hand{
		cursor: pointer !important;
	}
	.nowrap180 {
		    width: 180px;
		    display: inline-block;
		    white-space: nowrap;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    padding-right: 16px;
		    margin: 0;
	}
	.nowrap150 {
		    width: 150px;
		    display: inline-block;
		    white-space: nowrap;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    padding-right: 16px;
		    margin: 0;
	}
	.nowrap100 {
		    width: 100px;
		    display: inline-block;
		    white-space: nowrap;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    padding-right: 16px;
		    margin: 0;
	}
	.nowrap60 {
		    width: 60px;
		    display: inline-block;
		    white-space: nowrap;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    padding-right: 16px;
		    margin: 0;
	}
	.marginB6{
			margin-bottom:6px;
	}
	.paddb0{
		padding-bottom: 0;
	}
	/* 背景黄色 */
	.BgYellow{
			background:#F9F8D9;
	}
	.BgGreen{
			background:#E6F7DB;
	}
	/* 字体样式 */
	.BgBlue{
			background:#E4F6FF;
	}
	/*.btn-sm, .btn-group-sm > .btn {
    padding: 2px 10px;

}*/
/*  angularjs 新增 规范*/


/*  超出隐藏 省略号 */
.nowrap60 {
		    width: 60px;
		    display: inline-block;
		    white-space: nowrap;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    padding-right: 16px;
		    margin: 0;
	}
	/*设置 input 框 高度大小*/
	
/*.form-control {
    height: 30px;
}*/
	/*设置 nav tab页样式 */
.nav-tabs > li:hover > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
     color: #fff;
    cursor: default;
    background-color: #2fa4e7;
    border: 1px solid #2fa4e7;
    border-bottom-color: transparent;
}
	/*设置 nav tab页样式 */
label.col-sm-12 {
	width: 80px;
    display: inline-block;
    line-height: 30px;
    text-align: right;
}

/* table 表头样式*/
/*.table th {
    white-space: nowrap;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#ffffff,#f5f5f5);
    background-image: -ms-linear-gradient(top,#ffffff,#f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FAFAF9), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top,#ffffff,#f5f5f5);
    background-image: -o-linear-gradient(top,#ffffff,#f5f5f5);
    background-image: linear-gradient(top,#ffffff,#f5f5f5);
    background-repeat: repeat-x;
    /*border-left: 1px solid #ddd;*/
}*/
.table td {
    text-align: left;
    vertical-align: middle;
    /*border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;*/
}
/* table 表格边框样式*/
.table{
	/* border: 1px solid #ddd;*/
	     border-radius: 4px;
}
/*  小标题 间距设置*/
/*.panel-heading {
    padding: 4px 15px;
    
}*/

/*  搜索框 间距设置*/
input{outline: none;border:1px solid #ccc; border-radius:2px ;}
input[type="radio"]{vertical-align:text-bottom;}
.table th label{font-weight: bold;vertical-align: middle; margin-bottom:0;}
.btn-function {
   /* padding: 0px 6px;*/
    font-size: 12px;
    color: #2fa4e7;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
    border-color: #2fa4e7 #2fa4e7 #2fa4e7;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2fa4e7', endColorstr='#ff2f76e7', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #2fa4e7;
}
.btn-function:hover, .btn-function:focus, .btn-function:active, .btn-function.active, .btn-function.disabled, .btn-function[disabled] {
    color: #fff;
	background-color: #2fa4e7 !important;
	background-image: linear-gradient(to bottom, #2fa4e7, #2fa4e7);
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2fa4e7), to(#2fa4e7));
    background-image: -webkit-linear-gradient(top, #2fa4e7, #2fa4e7); */
    text-shadow: 0 0px 0px rgba(255,255,255,0.75);
}
.btn-fndark {
   /* padding: 0px 6px;*/
    font-size: 12px;
    color: #3a3f51;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
    border-color: #3a3f51 #3a3f51 #3a3f51;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2fa4e7', endColorstr='#ff2f76e7', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #3a3f51;
}
.btn-fndark:hover, .btn-fndark:focus, .btn-fndark:active, .btn-fndark.active, .btn-fndark.disabled, .btn-fndark[disabled] {
    color: #fff;
    background-color: #3a3f51;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3a3f51), to(#3a3f51));
    background-image: -webkit-linear-gradient(top, #3a3f51, #3a3f51);
    text-shadow: 0 0px 0px rgba(255,255,255,0.75);
}
.btn-fndanger {
   /* padding: 0px 6px;*/
    font-size: 12px;
    color: #ee3939;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
    border-color: #ee3939 #ee3939 #ee3939;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2fa4e7', endColorstr='#ff2f76e7', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #ee3939;
}
.btn-fndanger:hover, .btn-fndanger:focus, .btn-fndanger:active, .btn-fndanger.active, .btn-fndanger.disabled, .btn-fndanger[disabled] {
    color: #fff;
    background-color: #ee3939;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee3939), to(#ee3939));
    background-image: -webkit-linear-gradient(top, #ee3939, #ee3939);
    text-shadow: 0 0px 0px rgba(255,255,255,0.75);
}

/*.bg-light.dk, .bg-light .dk {
    background-color: #fff;
}*/
.b-a {
    border: 0; 
}
/* table tr 划过效果*/
.table-striped > tbody > tr:nth-child(odd):hover{
    border-left: 2px solid #026ac5;
    box-shadow: 0 0 1em #ebebeb;
}
.table-striped > tbody > tr:nth-child(odd):hover td{
	
}
.table-striped > tbody > tr:nth-child(odd):hover .fa-pencil-square{
    color: #3daae9;
}
.table-striped > tbody > tr:nth-child(odd):hover .fa-trash-o{
    color: #ee3939;
}
.table-striped > tbody > tr:nth-child(even):hover .fa-pencil-square{
    color: #3daae9;
}
.table-striped > tbody > tr:nth-child(even):hover .fa-trash-o{
     color: #ee3939;
}
.table-striped > tbody > tr:nth-child(even):hover .icon-note{
     color: #3daae9;
}
.table-striped > tbody > tr:nth-child(odd):hover .icon-note{
     color: #3daae9;
}
.table-striped > tbody > tr:nth-child(even):hover .editPwd{
     color: #23B7E5;
}
.table-striped > tbody > tr:nth-child(odd):hover .editPwd{
     color: #23B7E5;
}
.table-striped > tbody > tr:nth-child(even):hover .icon-lock{
     color: #F7E177;
}
.table-striped > tbody > tr:nth-child(odd):hover .icon-lock{
     color: #F7E177;
}
.table-striped > tbody > tr:nth-child(even):hover .wkt{
     color: #2fa4e7;
}
.table-striped > tbody > tr:nth-child(odd):hover .wkt{
     color: #2fa4e7;
}
.table-striped > tbody > tr:nth-child(even):hover .wkt{
     color: #2fa4e7;
}
.table-striped > tbody > tr:nth-child(odd):hover .wkt{
     color: #2fa4e7;
}
.table-striped > tbody > tr:nth-child(even):hover {
    /* 背景 用 css background-color: #fdf4d2;*/
    border-left: 2px solid #026ac5;
    box-shadow: 0 0 1em #ebebeb;
}

.alertRed{background-color: #a94442;color: #FFFFFF;text-align: center;}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.in-group {
  width: 100%;
  margin-bottom: 10px;
}
.in-group span{
  display:inline-block;
  width:80px;
  text-align:right;
  margin-right:5px;
}
.in-group input{
  width:150px;
  margin-right:10px;
}
form{
  padding:20px;
}

.result{
  padding-top:10px;
  padding-bottom:10px;
  background-color: #fff;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color:white;
  opacity: 1;
}

.smallth>thead>tr>th{
  padding: 2px;
  vertical-align: middle;
}

.table .center{
  text-align: center;
}
.table th{
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 30px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}