
@import url(../reset.css);

@import url(../fixed-grid.css);

/* --------------------------------------------------------------
 App Misc Page CSS 
 ------------------------------------------------------------- */

html {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #464646;
	font-size: 13px;
	line-height: 1.5em;
	text-shadow: 0 1px #fff;
	height: 100%;
	min-height: 100%;
	background: #fff;
}
.grid { width: 950px; margin: 0 auto; }

/* Error Page --------------------------------- */

.error .grid {
	height: 100%;
	min-height: 100%;
}
.error .main-content { 
	height: 100%;
	min-height: 100%;
}
.error .sidebar {
	height: 100%;
	min-height: 100%;
	padding: 0 19px;
	border-left: 1px solid #e6f4fa;
	border-right: 1px solid #e6f4fa;
	background: #f8fcfe;
}
.error h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	line-height: 1.2em;
	margin-top: 90px;
	color: #1f547b;
	font-weight: bold;
}
.error h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	line-height: 1.2em;
	font-weight: bold;
}
.error h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 1.2em;
	margin-top: .8em;
	font-weight: normal;
}
.error p {
	font-size: 13px;
	line-height: 1.5em;
}
.error span.button {
	display: block;
	float: left;
	margin-top: 30px;
	box-shadow: 1px 3px 3px #999;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px;
	background: #3d6b8d;
	background-image:  -webkit-gradient(linear, left top, left bottom, from( #6b8ea8), to( #20557c));
	background-image: -webkit-linear-gradient( #6b8ea8, #20557c); 
	background-image: -moz-linear-gradient( #6b8ea8, #20557c); 
	background-image: -ms-linear-gradient( #6b8ea8, #20557c); 
	background-image: -o-linear-gradient( #6b8ea8, #20557c); 
	background-image: linear-gradient( #6b8ea8, #20557c);
}
.error span.button:hover {
	background: #3d6b8d;
}
.error span.button a {
	display: block;
	padding: 12px 21px 15px 45px;
	background:  url(/a/planner-side/images/error-page-arrow.png) no-repeat 20px center;
	font-size: 13px;
	line-height: 1em;
	color: #fff;
	text-shadow: 0 -1px #0d3d61;
	font-weight: bold;
	text-decoration: none;
}
.error .sidebar h1 {
	margin: 32px 0 35px 0;
	width: 165px;
	height: 35px;
	background: url(/a/planner-side/images/cvent-logo-150x30.png) no-repeat left top;
	text-indent: -9999px;
}
.error .sidebar h4 {
	font-size: 14px;
	line-height: 1.2em;
	color: #1f547b;
	padding-bottom: 1px;
	border-bottom: 1px solid #7798af;
	font-weight: bold;
}
.error .sidebar dl {
	font-size: 12px;
	line-height: 1.5em;
	margin: 13px 0 35px 0;
}
.error .sidebar dt:first-child {
	margin-top: 0;
}
.error .sidebar dt {
	font-weight: bold;
	margin-top: .7em;
}
.error .sidebar ul {
	margin: 16px 0;
	list-style-type: none;
	line-height: 1;
}
.error .sidebar li + li {
	margin-top: 8px;
}
.error .sidebar a {
	display: block;
	padding: 13px ;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #e4e4e4;
/*	text-align: center;*/
	background: #ffffff;
}
/*.error .sidebar li.email a {
	background-position: 12px 12px;
}
.error .sidebar li.phone a {
	background-position: 13px -46px;
}*/
.error .sidebar p {
	font-size: 12px;
	line-height: 1.6em;
}

/* For Reports Error Page - Planner Custom */

.error.reports .sidebar {
	height: 100%;
	min-height: 100%;
	padding: 30px 19px 40px 19px;
	border: 1px solid #e6f4fa;
	background: #f8fcfe;
}
.error.reports .sidebar li {
    list-style-type: none;
}
.error.reports .sidebar h1 {
	margin: 0 0 25px 0;
}

/* Notification Page --------------------------------- */

.notification .main-content.span-16 {
	margin: 50px auto 0 auto;
	padding: 30px 30px 12px 30px;
	background: #edf2f5 url(/a/planner-side/images/cvent-logo-100x20.png) no-repeat 97% 95%;
	border: 1px solid #dae3e8;
	border-radius: 6px;
	float: none;
}
.notification h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 1.2em;
	color: #1f547b;
	margin-bottom: 10px;
	font-weight: bold;
}
.notification h2 {
	text-indent: -9999px;
	float: right;
	margin: -31px -31px 0 0;
	width: 156px;
	height: 147px;
	background: url(/a/planner-side/images/notification-corner-1.png) no-repeat top right;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}
.notification h2.free-trial 
{
   background: url(/a/images/survey-trial/corner-30-day-trial.png) no-repeat top right;
}

.notification h2.live {
	background: url(/a/planner-side/images/notification-corner-2.png) no-repeat top right;
}
.notification h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	margin-top: 15px;
	color: #1f547b;
	font-weight: bold;
}
.notification p {
	font-size: 13px;
	line-height: 1.5em;
	margin: 1em 0;
}
.notification ul {
    padding-left: 35px;
}
.notification form {
	margin: 25px 0 0 0;
}
.notification label {
	font-size: 11px;
	line-height: 1em;
	color: #727272;
	vertical-align: middle;
}
.notification input {
	vertical-align: middle;
}
.notification input.button {
	display: block;
	margin-bottom: 5px;
	padding: 6px 20px;
	font-weight: bold;
	color: #464646;
	font-size: 13px;
	line-height: 1;
	text-shadow: 0 1px #fff;
	border: 0;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	background: #d5d5d5;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #eaeaea ), to( #c5c5c5 )); 
	background-image: -webkit-linear-gradient( #eaeaea , #c5c5c5 ); 
	background-image: -moz-linear-gradient( #eaeaea, #c5c5c5 );  
	background-image: -ms-linear-gradient( #eaeaea/, #c5c5c5 );  
	background-image: -o-linear-gradient( #eaeaea, #c5c5c5 ); 
	background-image: linear-gradient( #eaeaea, #c5c5c5 );
	cursor: pointer;
}
.notification input.button:hover {
	background: #c5c5c5;
}
.notification a:link {
	color: #009ddc;
	text-decoration: underline;
}
.notification a:visited {
	color: #1f547b;
}
.notification a:hover {
	color: #0084b9;
}
.notification a:active {
	color: #009ddc;
	text-decoration: underline;
}

/* Terms Of Use Page --------------------------------- */

.terms-of-use .main-content.span-20 {
	margin: 0 auto;
	float: none;
}
.terms-of-use h1 {
	margin: 35px 0 0 15px;
	width: 120px;
	height: 26px;
	background: url(/a/planner-side/images/cvent-logo-100x20.png) no-repeat left top;
	text-indent: -9999px;
}
.terms-of-use iframe {
	background: #f8fcfe;
	width: 788px;
	height: 600px;
	padding: 0;
	margin: 10px 0 20px 0;
	border: 1px solid #dce1e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.terms-of-use .button-wrapper {
	padding-bottom: 30px;
	width: 275px;
	margin: 0 auto;
}
.terms-of-use input {
	vertical-align: middle;
}
.terms-of-use input.button {
	display: block;
	float: left;
	padding: 6px 20px;
	color: #464646;
	font-size: 13px;
	line-height: 1;
	text-shadow: 0 1px #fff;
	border: 0;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	background: #e9e9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #eaeaea ), to( #c5c5c5 )); 
	background-image: -webkit-linear-gradient( #eaeaea , #c5c5c5 ); 
	background-image: -moz-linear-gradient( #eaeaea, #c5c5c5 );  
	background-image: -ms-linear-gradient( #eaeaea/, #c5c5c5 );  
	background-image: -o-linear-gradient( #eaeaea, #c5c5c5 ); 
	background-image: linear-gradient( #eaeaea, #c5c5c5 );
	cursor: pointer;
	overflow: visible;
}
.terms-of-use input.button.accept {
	font-weight: bold;
	margin-right: 10px;
}
.terms-of-use input.button:hover {
	background: #c5c5c5;
}

/* Test Send Email Page --------------------------------- */

.test-send-email .main-content.span-16 {
	margin: 50px auto 0 auto;
	padding: 30px 30px 30px 30px;
	background: #edf2f5 url(../images/cvent-logo-sm.gif) no-repeat 96% 93%;
	border: 1px solid #dae3e8;
	border-radius: 6px;
	float: none;
}
.test-send-email h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 1.2em;
	color: #1f547b;
	margin-bottom: 10px;
	font-weight: bold;
}
.test-send-email p {
	font-size: 13px;
	line-height: 1.5em;
}
.test-send-email a:link {
	color: #009ddc;
	text-decoration: underline;
}
.test-send-email a:visited {
	color: #1f547b;
}
.test-send-email a:hover {
	color: #0084b9;
}
.test-send-email a:active {
	color: #009ddc;
	text-decoration: underline;
}
