
#stacks_in_1 {
	background-color: rgba(255, 255, 254, 1.00);
}

#stacks_out_1 {
	width: 1000px;
	margin-left:0;
}
html, body {
	height: 100%;
}

/* Hide Gateway stacks from the main page container (stops flickering on page load) */
#gatewayBarstacks_in_16 {
	display: none;
}

#gatewayWindowShadestacks_in_16 {
	position: fixed;
	-webkit-transform: translateZ(0);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none !important;
	z-index: 998;
	background: #000000;
	opacity: 0.20;
	filter: alpha(opacity = 20);
}

#gatewayContainerstacks_in_16 {
	position: fixed;
	-webkit-transform: translateZ(0);
	bottom: 70%;
	right: 2%;
	display: block;
	width: 100%;
	z-index: 100;
}

#gatewayBarstacks_in_16 {
	width: 60%;
	display: block;
}

#gatewayBarFillstacks_in_16 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.30;
	filter: alpha(opacity = 30);
	background-color: #E47B60;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFF577), to(#E47B60));
	background-image: -moz-linear-gradient(top, #FFF577, #E47B60);
	background-image: -ms-linear-gradient(top, #FFF577, #E47B60);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF577), color-stop(100%, #E47B60));
	background-image: -webkit-linear-gradient(top, #FFF577, #E47B60);
	background-image: -o-linear-gradient(top, #FFF577, #E47B60);
	background-image: linear-gradient(top, #FFF577, #E47B60);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#gatewayBarstacks_in_16 {
	display: none;
	position: relative;
}

#gatewayBarContentstacks_in_16 {
	position: relative;
	z-index: 10;
	display: block;
	color: #141413;
	max-width: 800px;
	margin: 0 auto;
}

#gatewayBarContentstacks_in_16 h1,
#gatewayBarContentstacks_in_16 h2,
#gatewayBarContentstacks_in_16 h3,
#gatewayBarContentstacks_in_16 h4,
#gatewayBarContentstacks_in_16 h5,
#gatewayBarContentstacks_in_16 h6,
#gatewayBarContentstacks_in_16 label {
	color: #FF0000;
}

#gatewayBarContentstacks_in_16 a {
	color: #FF0000;
}

#gatewayBarContentstacks_in_16 a:hover {
	color: #FF0000;
}

#gatewayLinkstacks_in_16 a {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 100%;
	width: 100%;
	background: transparent;
}

#closeButtonstacks_in_16 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	display: block;
	padding: 12px;
	font-size: 18px;
	color: #14A9D9;
	line-height: 1;
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
}

#closeButtonstacks_in_16:hover {
	cursor: pointer;
	color: #CDCDCD;
}

#closeButtonstacks_in_16 [class^="fa fa-"] {
	color: #14A9D9;
}

#closeButtonstacks_in_16:hover [class^="fa fa-"] {
	color: #CDCDCD;
}

/* @group Behaviours */









/* Helper class to keep GW hidden, even when the page is scrolled. */
.GatewayPermaHide {
	display: none !important;
}

/* @end */

@media print {
	#gatewayWindowShadestacks_in_16,
	#closeButtonstacks_in_16,
	#gatewayContainerstacks_in_16 {
		display: none !important;
	}
}



#stacks_in_18 {
	margin:  5px;
	padding:  5px;
}

#stacks_out_18 {
	margin-left:0;
}
