@charset "utf-8";
/* 专家签字区域（签章）样式 */
.signature{
	width:100%;
	height:auto;
	float:left;
	margin-top:20px;
	padding-left:30px;
}
.sign_box {
    width: 280px;
    height: 100px;
    float: left;
    margin-left: 60px;
    margin-right: -60px;
}
.sign_left {
    display: block;
    float: left;
    height: 90px;
    width: 60px;
    line-height: 90px;
    text-align: center;
}
.sign_box .sign {
    float: left;
    width: 190px;
    height: 90px;
    border: 1px solid #c9c9c9;
    position: relative;
}
.sign_box .sign input {
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 5px;
    border: none;
    border-bottom: 1px solid #c6c6c6;
}
.user_apply_head li{
	cursor:pointer;
}

/* 签到表的样式 */
.sign_tabel_box{
	float:left;
	width:100%;
	height:auto;
}
.sign_tabel{
	width:700px;
	height:auto;
	margin:0 auto;
	text-align:center;
}
.sign_tabel h2{
	float:left;
	width:100%;
	line-height:50px;
	font-size:26px;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
}
.sign_tabel p{
	float:left;
	width:100%;
	line-height:40px;
	text-align:right;
	color:#000;
	font-size:16px;
	font-weight:bold;
}
.sign_tabel th,.sign_tabel td{
	height:auto;
	border:1px solid #000;
	text-align:center;
	line-height:60px;
	font-size:19px;
}
.queryMeetingSignInForm_tabel{
	width:100%;
	height:auto;
}
.sign_tabel th:nth-child(1){
	width:10%;
	white-space:normal; 
}
.sign_tabel th:nth-child(2){
	width:15%;
	white-space:normal; 
}
.sign_tabel th:nth-child(3){
	width:40%;
	white-space:normal; 
}
.sign_tabel th:nth-child(4){
	width:20%;
	white-space:normal; 
}
.sign_tabel th:nth-child(5){
	width:10%;
	white-space:normal; 
}

.sign_print_box{
	width:100%;
	float:left;
	margin-top:20px;
}
.sign_print{
	width:700px;
	margin:0 auto;
	text-align:center;
}
.sign_print a{
	padding:3px 10px;
	background:#27a8fc;
	line-height:20px;
	color:#fff;
	margin: 0 10px;
}