

	
	
		/*

 CSS for jquery-plugin lightbox

 This file is part of the OpenWGA server platform.
 (c) Innovation Gate

*/ 

body .body-mask{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: black;
	opacity: .7;
	filter: alpha(opacity = 70);
	display: none;
	z-index: 101;
}


#lightbox{
	z-index: 102;
	position: fixed;
	background: white;
	padding: 10px;
	box-shadow: 0 0 20px black;
	-ms-box-shadow: 0 0 20px black;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
}
#lightbox img{
	max-width: none;
	max-height: none;
}
#lightbox .image-loading{
	position: absolute;
	top: 45%;
	width: 100%;
	text-align: center;
}
#lightbox a.lightbox-close{
	cursor: pointer;
	background: url(/plugin-wga-app-framework/file/images/apple-close.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 28px;
	height: 28px;
	top: -10px;
	left: -12px;
}
#lightbox .image-prev, #lightbox .image-next{
	cursor: pointer;
	position: absolute;
	padding: 10px 20px;
	border: solid silver 1px;
	top: 40%;
	width: 15px;
	height: 20px;
	opacity: 0;
	filter: alpha(opacity = 0);
	text-decoration: none;
}
#lightbox a.image-prev{
	left: 0px;
	background: #efefef url(/plugin-wga-app-framework/file/images/prev.png) no-repeat 18px 5px;
	border-radius-topright: 20px;
	-ms-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	border-radius-bottomright: 20px;
	-ms-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 1px 0 2px black;
	-ms-box-shadow: 1px 0 2px black;
	-moz-box-shadow: 1px 0 2px black;
	-webkit-box-shadow: 1px 0 2px black;
	border-left-width: 0px;
}
#lightbox a.image-prev:hover{
	background-image: url(/plugin-wga-app-framework/file/images/prev_mo.png);
}
#lightbox a.image-next{
	right: 0px;
	background: #efefef url(/plugin-wga-app-framework/file/images/next.png) no-repeat 6px 5px;
	border-radius-topleft: 20px;
	-ms-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	border-radius-bottomleft: 20px;
	-ms-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: -1px 0 2px black;
	-ms-box-shadow: -1px 0 2px black;
	-moz-box-shadow: -1px 0 2px black;
	-webkit-box-shadow: -1px 0 2px black;
	border-right-width: 0px;
}
#lightbox a.image-next:hover{
	background-image: url(/plugin-wga-app-framework/file/images/next_mo.png);
}
#lightbox:hover .image-prev, #lightbox:hover .image-next{
	opacity: 1;
	filter: alpha(opacity = 100);
}
#lightbox .image-info{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	white-space: nowrap;
	padding: 10px;
	background: #efefef;
	border-top: solid silver 1px;
	font-size: 16px;
}
#lightbox .image-info .image-title, #lightbox .image-info image-group{
	overflow: hidden;
}
#lightbox .image-info .image-download{
	display: none;
	position: absolute;
	bottom: 12px;
	right: 10px;
	padding: 2px 10px;
	background: #efefef;
	box-shadow: 0 0 2px gray;
	-ms-box-shadow: 0 0 2px gray;
	-moz-box-shadow: 0 0 2px gray;
	-webkit-box-shadow: 0 0 2px gray;
}
#lightbox .image-info .image-download a{
	text-decoration: none;
}
#lightbox.download .image-info .image-download{
	display: block;
}

	

	
	
		/*

 CSS for jquery-plugin columnslider

 This file is part of the OpenWGA server platform.
 (c) Innovation Gate

*/ 

.column-slider{
	overflow: hidden;
}
.column-slider .columns{
	width: 20000px;
	position: relative;
	left: 0px;
}
.column-slider .columns .column{
	float: left;
	margin: 0 10px 0 0;
}
.column-slider .columns:after{
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}
.column-slider .nav{
	margin-top: 10px;
}
.column-slider .nav .prev, .column-slider .nav .next{
	cursor: pointer;
	font-size: 40px;
	text-decoration: none;
	line-height: 12px;
	height: 20px;
	width: 50px;
}
html.no-touch .column-slider .nav .prev:hover, html.no-touch .column-slider .nav .next:hover{
	color: red;
}
.column-slider .nav .prev.disabled, .column-slider .nav .next.disabled{
	color: #efefef !important;
	cursor: default;
}
.column-slider .nav .prev{
	float: left;
}
.column-slider .nav .next{
	float: right;
	text-align: right;
}
.column-slider .nav .control{
	text-align: center;
	height: 23px;
}
.column-slider .nav .control a{
	cursor: pointer;
	display: inline-block;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	margin: 3px 3px 0 0;
	border: solid #004080 1px;
	transition: background .5s;
	-ms-transition: background .5s;
	-moz-transition: background .5s;
	-webkit-transition: background .5s;
}
.column-slider .nav .control a.active{
	background: #004080;
}

	

	
	
		/*

 CSS for jquery-plugin modal

 This file is part of the OpenWGA server platform.
 (c) Innovation Gate

*/ 

body .body-mask{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: black;
	opacity: .7;
	filter: alpha(opacity = 70);
	display: none;
	z-index: 101;
}
body .modal-popup{
	position: fixed;
	z-index: 102;
	width: 600px;
	margin-left: -300px;
	top: 10%;
	left: 50%;
	max-height: 80%;
	background: white;
	padding: 0px;
	box-shadow: 0 0 20px black;
	-ms-box-shadow: 0 0 20px black;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	display: none;
}
html.small body .modal-popup {
	width: 90% !important;
	margin-left: -45% !important;
	top: 5%;
}
body .modal-popup .header{
	padding: 10px 15px;
	border-bottom: solid #efefef 1px;
	font-size: 2em;
}
body .modal-popup .header a[data-modal='hide']{
	float: right;
	cursor: pointer;
	text-decoration: none;
}
body .modal-popup .content{
	padding: 15px;
}
body .modal-popup .footer{
	text-align: right;
	background: #efefef;
	border-top: solid #dddddd 1px;
	padding: 15px;
}
body .modal-popup .close{
	background-image: url('/plugin-wga-app-framework/file/images/apple-close.png');
	position: absolute;
	cursor: pointer;
	opacity: 1;
	z-index: 1;
	left: -14px;
	top: -12px;
	height: 28px;
	width: 28px;
}

	
