/* V森在母版新增的部分 start */
.errorBorder {
	border-color: red !important;
}

#captcha {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

#captcha img {
	width: 100%;
	height: 100%;
}

#loadingMask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #fff;
	opacity: 0.7;
	z-index: 999;
}

#loading-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.footerMsgBlog{
	position: fixed;
	bottom: 0%;
	width: 100%;
	height: 50px;
	color: white;
	line-height: 50px;
	text-align: center;
	background-color: #4F4F4F;
	z-index: 999;
}
/* V森在母版新增的部分 end */



/* lightGallery 樣式 start */
.lg-backdrop {
	background: rgba(0,0,0,.75);
	pointer-events: none;
}

.lg-toolbar {
	background-color: rgba(0,0,0,0);
}

.lg-toolbar button:not(.lg-close) {
	display: none;
}

.lg-toolbar .lg-icon {
	color: #fff;
}

#lg-counter {
	color: #fff;
}

.lg-outer .lg-img-wrap {
	/*pointer-events: none;*/
}

.lg-outer .lg-thumb-outer {
	background-color: rgba(0,0,0,.45);
}
/* lightGallery 樣式 end */


img {
	display: block;
	max-width: 100%;
	width: 100%;
}