.listpage .form-item .form-label{
	display: none;
}
.listpage .layui-input,.layui-select{
	height: 30px;
}
.listpage .layui-table{
	margin: 0;
}
.listpage .aj-panel{
	border: 0;
	margin-bottom: 0;
}
.listpage .aj-panel .aj-panel-body {
  padding: 0;
}
.listpage .layui-btn{
	height: 30px;
	line-height: 30px;
}
.listpage .layui-btn-xs{
	height: 22px;
	line-height: 20px;
	background:none;
	border:1px solid #3083bf;
	color:#3083bf;
}
.listpage .layui-btn-danger{
	border:1px solid #e8583d;
	color:#e8583d;	
}
.listpage .layui-btn-warm{
	border:1px solid #ffb800;
	color:#ffb800;	
}
.listpage .btn-serach-team{
	line-height:0;
}

/*��ʾ������ɫ*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#e6e6e6;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#e6e6e6;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#e6e6e6;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#e6e6e6;
}
/*����ǩ����*/
.form-item .form-label {
	color:#666;
	padding-bottom:3px;
	margin-top:8px;
}

/*������ͼ����ɫ*/
.layui-form-select .layui-edge{
	border-top-color:#999;
}

/*���߿���ɫ*/
.layui-input:hover, .layui-textarea:hover {
    border-color: #499bd6!important;
}
/*��������ʽ*/
.form-item .form-label{
	border-left-color:#42ab35;
	border-left-width:5px;
	padding-left:5px;	
}
.form-item .form-label.not-null{
	border-left-color:#3c85c7;
}
.form-item .form-label.not-null:after{
	content:" *";
	color:#3c85c7;
}

/*�����˵�ͼ����ɫ*/
.layui-side *{
    font-size:15px;
}
.layui-side dl.layui-nav-child i {
    color: #00ffff;
    font-size:14px;
}
.layui-side .layui-nav-item a cite{
    padding:0 5px 0 0px;
}
.layui-side dl.layui-nav-child cite {
    font-size:14px;
}

