.table-title{
	text-align: center; font-weight: bold; color:#941D37; font-size: 14px; border-bottom: 1px solid #cccccc;
	line-height: 3em;
}

.workhour_submit_table_caption{
	background:#F5F5F5; text-align: center; font-weight: bold; color:#941D37; font-size: 14px; border: 1px solid #DDDDDD;
}

.yltTableFullContainer{
	background:#F5F5F5; text-align: center; font-weight: bold; color:#941D37; font-size: 15px; border: 1px solid #DDDDDD;
	line-height: 60px;
}

.table_footbar{text-align: center; padding:10px 0;}
.table_footbar > a {margin-right: 20px;}

.professioner_th_unsubmit, ylt-unsubmit{font-size: 12px; color: #ff0000}

.td_bgred{background: #BD3124; color:#FFFFFF}
.td_bggreen{background:#1E994D; color:#FFFFFF}

.layui-layer-fast .layui-layer-title{
	background: #941D37 !important;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #f1f4f6; font-weight: 700; color: #941d37;
}

#table th, #tableDept th, #tableUser th{ background:#f5f5f5}
#table td, #table th,
#tableDept td, #tableDept th,
#tableUser td, #tableUser th {border: 1px solid #cccccc !important; ttext-align: center !important;}

.btn.disabled{
	background-color: #f4f4f4;
	color: #444;
	border-color: #ddd;
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}