/*

 CSS for the Exit Overlays

*/

#citrix2014_exit_overlay{
	position: absolute;
	left: 0;
	z-index: 999999;
	background-color: rgba(255, 255, 255, 0.86);
}


/* WM Popup */
#citrix2014_exit_close {
	width: 17px;
	height: 17px;
	position: absolute;
	background: url('assets/ol_timout_close.png') 0 0 no-repeat;
	top: 50%;
	left: 50%;
	margin: -236px 0 0 218px;
	cursor: pointer;
}
#citrix2014_exit_close:hover {
	background: url('assets/ol_timout_close.png') 0 -17px no-repeat;
}

#citrix2014_exit_content {
	width: 500px;
	position: absolute;
	left: -500px;
	top: 50%;
	opacity: 0;
	margin: -250px 0 0 -250px;
	height: 609px!important;
	background: #1285a4 url('/wp-content/themes/citrix-blog-2014/images/cps/cps_fullview_bg.png') no-repeat 0 0;
	-webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.75); /* WebKit */
	-moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.75); /* Firefox */
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.75); /* Standard */
}
#citrix2014_exit_content .headline{
    display: none;
}
#citrix2014_exit_content .text {
	margin: 20px 40px 10px 40px;
	font-family: 'HelvNeue';
	font-weight: lighter;
	font-style: normal;
	font-size: 1.4em;
	line-height: 1.25em;
	color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
}
#citrix2014_exit_content .text img{
	float: right;
	max-width: 100px;
	height: auto;
	margin: -1em 0 1em 2em;
}
#citrix2014_exit_content .text.ok{
	display: none;
  font-size: 1.5em;
  line-height: 22px;
  bottom: auto;
  top: 434px;
  margin-top: 0;
  padding: 16px;
  box-sizing: border-box;
}
#citrix2014_exit_content .text.err{
	display: none;
  background-color: #f76900;
  padding: 10px;
  box-sizing: border-box;
}
#citrix2014_exit_content .label {
	margin: 10px 40px 0px 40px;
	font-family: 'HelvNeue';
	font-weight: normal;
	font-style: normal;
	font-size: 1.8em;
	line-height: 1.2em;
}
#citrix2014_exit_content form{
	margin: 434px 40px 80px 40px;
}
#citrix2014_exit_content form input.email{
	appearance: normal;
	-webkit-appearance: none;
	font-size: 1.4em;
	line-height: 1em;
	width: 100%;
	padding: 12px 0 8px 5px;
	background: #f9f9f9;
	font-family: 'HelvNeue';
	font-weight: normal;
	font-style: italic;
	color: #555555;
	outline: none;
  border: none;
}

#citrix2014_exit_content form .chkbox{
	margin: 10px 0 6px 0;
}
#citrix2014_exit_content form .chkbox input{
  position: absolute;
  clip: rect(0,0,0,0);
}
#citrix2014_exit_content form .chkbox label{
	font-family: 'HelvNeue';
	font-weight: 100;
	font-style: normal;
	font-size: 1.5em;
	line-height: 22px;
	display: block;
	background: url("../images/cps/cps_checkboxsprite.png") no-repeat 0 3px;
	padding: 2px 0 0 24px;
	cursor: pointer;
	color: white;
}
#citrix2014_exit_content form .chkbox label.checkbox-not-checked {
  background: url("../images/cps/cps_checkboxsprite.png") no-repeat 0 -187px;
}
#citrix2014_exit_content form .chkbox input:focus + label,
#citrix2014_exit_content form .chkbox input:hover + label{
	background: url("../images/cps/cps_checkboxsprite.png") no-repeat 0 -57px;
}
#citrix2014_exit_content form .chkbox input:checked + label{
	background: url("../images/cps/cps_checkboxsprite.png") no-repeat 0 -117px;
}

#citrix2014_exit_content form input.button{
	appearance: normal;
	-webkit-appearance: none;
	text-transform: uppercase;
	font-family: 'HelvNeue';
	font-weight: normal;
	font-style: normal;
	background: #f76900;
	color: white !important;
	font-size: 1.4em;
	text-decoration: none;
	padding: 11px 30px 6px 30px;
	display: inline-block;
	border-radius: 18px;
	border: 1px solid #f76900;
	transition: background 200ms, color 350ms;
  margin: 10px 0 0 0;
}
body.chrome.win #citrix2014_exit_content form input.button,
body.gecko.win #citrix2014_exit_content form input.button{
    padding: 6px 30px 7px 30px;
}
body.ie.win #citrix2014_exit_content form input.button {
    padding: 7px 30px 7px 30px;
}

#citrix2014_exit_content form input.button:hover{
	background: white;
	color: #f76900 !important;
}


@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 748px) {
	#citrix2014_exit_overlay {
		display: none !important;
	}
}
