.tap-operation-table .badge{
	cursor: pointer;
}
.tap-operation-table .badge-success{
	background: #0f9d58 !important;
}
.tap_link {
	display: block;
	color: inherit !important;
}
td.video_td video{
	width:100%;
}
.video_thumb .img_gellary a:last-child {
	position: relative;
	display: block;
	width: 100%;
}
.video_thumb .img_gellary a:last-child::before {
	position: absolute;
	content: '\f04b';
	width: 30px;
	height: 30px;
	display: block;
	background: rgba(255, 0, 0, 0.6);
	font-family: fontAwesome;
	text-align: center;
	color: #fff;
	line-height: 30px;
	border-radius: 50%;
	font-size: 12px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.mfp-container button {
	background: transparent !important;
}
.tap-operation-table>tbody>tr:nth-child(odd)>td {
    background-color: #f9f9f9;
}

