.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
	vertical-align: middle;
}

#overlay {
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}

.mloading-bar {
	width: 300px;
	min-height: 22px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.3);
	border-radius: 7px;
	padding: 20px 15px;
	font-size: 14px;
	color: #000;
	position: absolute;
	top: 42%;
	left: 50%;
	margin-left: -140px;
	margin-top: -30px;
	word-break: break-all;
	z-index: 999;
	display: none;
}

/* 课程选择核销人排列样式 */
.multi-img-details .multi-item {
	height: 150px;
	max-width: 150px;
	position: relative;
	float: left;
	margin-right: 18px;
}

.multi-img-details .multi-item img {
	max-width: 150px;
	max-height: 150px;
}

.img-thumbnail {
	width: 100px;
	height: 100px;
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.img-nickname {
	position: absolute;
	bottom: 0px;
	line-height: 25px;
	height: 25px;
	color: #fff;
	text-align: center;
	width: 90px;
	bottom: 55px;
	background: rgba(0,0,0,0.8);
	left: 5px;
}

.dropdown-menu li a{
	padding-top:7px;
}