/* Base Styles for Survey Template v6
---------------------------------------- */
.display-none { display: none; }


/* Accessibility (screen reader)
---------------------------------------- */
.screen-reader-button {
	font-size: 6px;
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.screen-reader .progress-percent {
	display: block;
	font-size: 12px;
	text-align: right;
}
.screen-reader .hasDatepicker,
.screen-reader .date-format-text {
	display: none;
}
.screen-reader .date-input-nojs {
	display: block;
}

/* Timeout Warning 
-----------------------------------------*/
#timeout-warning {
	display: none;
}
.timeout-warning {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.timeout-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	z-index: 1;
	background: #000000;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.timeout-box {
	display: table;
	background-color: #FFF;
	top: 25%;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	max-height: 170px;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.7);

	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 10;
	_border: 1px solid #666;
}
.timeout-header {
	height: 17px;
	padding: 5px;
	color: #FFF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	font-weight: normal;
	border: 1px solid #ccc;
	background-repeat: repeat-x;
	background: #999999;
	background: -moz-linear-gradient(top, #999999 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#666666));
	background: -webkit-linear-gradient(top, #999999 0%,#666666 100%);
	background: -o-linear-gradient(top, #999999 0%,#666666 100%);
	background: -ms-linear-gradient(top, #999999 0%,#666666 100%);
	background: linear-gradient(to bottom, #999999 0%,#666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 )
}
.timeout-content {
	padding: 30px;
	font-size: 14px;
	color: #333;
}
#timeout-warning .close {
	cursor: pointer;
	font-family: sans-serif;
	position: absolute;
	padding: 3px 5px;
	right: 2px;
	top: 2px;
	color: #fff;
}
#timeout-warning .close:hover {
	background: #333;
	color: #fff;
}
#timeout-warning-confirm {
	float: right;
	margin: 0 15px 15px 0;
}
.timeout-button {
	font-size: 12px;
	display: inline-block;
	background: #999999;
	background: -moz-linear-gradient(top, #999999 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#666666));
	background: -webkit-linear-gradient(top, #999999 0%,#666666 100%);
	background: -o-linear-gradient(top, #999999 0%,#666666 100%);
	background: -ms-linear-gradient(top, #999999 0%,#666666 100%);
	background: linear-gradient(to bottom, #999999 0%,#666666 100%);
	cursor: pointer;
	padding: 4px 14px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: white;
	line-height: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #333;
}
.timeout-button:hover {
	background: -moz-linear-gradient(top, #666666 0%, #999999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#999999));
	background: -webkit-linear-gradient(top, #666666 0%,#999999 100%);
	background: -o-linear-gradient(top, #666666 0%,#999999 100%);
	background: -ms-linear-gradient(top, #666666 0%,#999999 100%);
	background: linear-gradient(to bottom, #666666 0%,#999999 100%);
}
