/*----------Lightbox Popup-------*/
div#lightboxPopup .loading_wheel{
	margin:2rem 0;
} 

div#lightboxPopup {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	/* height: 100%; */
	background: rgba(0, 0, 0, 0.69);
	z-index: 99999999999;
	/* padding-left: 50%; */
    /* display: table !important; */
	overflow: auto;
}
#lightboxScrollFrame {
	width: 100%;
	height: 100%;
	z-index: 99999999999;
	/* padding-left: 50%; */
	display: table !important;
	overflow: auto;/* margin: 2%; *//* width: 96%; */
    /* max-width: 960px; */
}
.lightboxWrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
div#popupContainer {
	position: relative;
	/* padding: 15px 20px; */
	background: #fff;
	text-align: left;
	display: inline-block;
	max-width: 800px;
	margin: 2%;
	width: 96%;
	/* width: 100%; */
	/* margin: 0px; */
}
div#lightboxPopup a.close {
	display: block;
	font-size: 0;
	position: absolute;
	padding: .5rem .3rem .5rem;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 1;
	color: #fff;
}
div#lightboxPopup a.close:hover {
	background: #48b;
}
div#lightboxPopup a.close:before {
	content: "X";
	content: "\000D7";
	font-size: 4rem;
	line-height: 2rem;
	font-weight: 100;
}
div#lightboxPopup header {
	font-size: 2rem;
	position: relative;
	letter-spacing: 0.4px;
	padding: 0px 2.1rem .5rem 0px;
	border-bottom: solid 1px #999;
	/* margin-bottom: 1rem; */
	z-index: 0;
}
div#lightboxPopup header {
	background: #369;
	padding: 1.8rem 3rem 1.8rem 1.6rem;
	color: #fff;
	margin: -1rem -1rem 0;
}
div#lightboxPopup header * {
	color: #fff;
	margin: 0;
	font-weight: 300;
	letter-spacing: 0px;
	font-size: 1.4rem;
}
div#lightboxPopup header h1 {
	font-size: 2rem;
	line-height: 150%;
}
div#lightboxPopup .content {
	margin: 0px;
	padding: 1rem;
}
div#popupContainer p {
	margin-top: 0px;
}
div#popupContainer img {
	max-width: 100%;
	height: auto;
}
div#popupContainer.frameless {
	position: relative;
	padding: 0;
}
#popupContainer.frameless header {
	border-bottom: none;
	margin-bottom: 0px;
}
.lightboxWrapper #content > .column_container {
	min-height: auto !important;
}
#popupContainer .iframeContainer {
	padding-bottom: 3px;
}
div#lightBox_Ajax_DropZone {
    padding: 1rem;
}
div#lightBox_Ajax_DropZone > .ajax_waitLoad:first-child {
	display: none;
}

@media (min-width: 981px) and (max-width: 1230px) {
}
