/**** GENERIC STYLES
*****************************************/

#login {width: 450px;min-height:594px;margin:0 auto;padding:10px 0;position:relative}
/*#login {background: #fff url(/rwe2/images/logon_bg_elixForms_orig.gif) top right no-repeat;width: 960px;min-height:594px;margin:0 auto;padding:10px 0;}
#login h2 {margin:0;padding:0;font-weight: normal;font-size: 100%;width:auto;color:#333;text-transform: uppercase;}
#login .fieldsetOuterContainer {width:400px;position:relative;left:100px;}
#login .balloonEffect {height:51px;background: transparent url(/rwe2/images/hl_bg_logon_balloon_effect.png) top left no-repeat;}*/
#login .login-content {
	font-size:90%;
	display: inline-block;
/*	width:auto;*/
	padding:30px 40px;
	margin:30px 0;
	border-radius:20px;-moz-border-radius:20px; -webkit-border-radius:20px;
	-webkit-box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    5px 5px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         5px 5px 5px rgba(50, 50, 50, 0.25);
	background: #ca9dd4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjY2E5ZGQ0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzljNmZhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  #ca9dd4 0%, #9c6fa4 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ca9dd4), color-stop(100%,#9c6fa4));
	background: -webkit-linear-gradient(-45deg,  #ca9dd4 0%,#9c6fa4 100%);
	background: -o-linear-gradient(-45deg,  #ca9dd4 0%,#9c6fa4 100%);
	background: -ms-linear-gradient(-45deg,  #ca9dd4 0%,#9c6fa4 100%);
	background: linear-gradient(135deg,  #ca9dd4 0%,#9c6fa4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca9dd4', endColorstr='#9c6fa4',GradientType=1 );
}
#login .login-content.big {
	width:100%;
	display: block;
	padding:0;
	margin:0;
}
#login .login-content.big .form {
	padding:1.5em;
}
#login .login-content .title {font-size:150%;color:#000;padding:5px 0 0 0;margin-bottom:10px;  border-bottom:2px solid #333;}
#login .login-content .logo {background: transparent url(/didactive/images/hl_bg_logon_logo.png) top left no-repeat;padding-top:40px;}
#login .login-content fieldset {width:100%;background: none;border:none;}
#login .login-content fieldset.info {color:#f4f4f4;margin-top:0.5em;}
#login .login-content fieldset p {margin:0;padding:0;}
#login .login-content fieldset .iuFieldContainer {border: none;line-height:1.3em;}
#login .login-content fieldset label {font-size: 130%;}
#login .login-content fieldset input {font-size: 130%;padding:0.3em;}
#login .login-content fieldset .iuReadOnlyFieldValue {font-size: 130%;}
#login .login-content fieldset .description .iuFieldContainer {padding:0.3em;}
#login .login-content fieldset .description label,
#login .login-content fieldset .description input, 
#login .login-content fieldset .description .iuReadOnlyFieldValue {font-size: 100%;}
#login .login-content fieldset .description .iuReadOnlyFieldValue .fieldNameValue {
	white-space: pre-wrap; 
	white-space: -moz-pre-wrap; 
	white-space: -pre-wrap; 
	white-space: -o-pre-wrap; 
	word-wrap: break-word;
}
#login .operationsContainer input {background: none} /* we reset the style in iulib.css */
#login input.left  {
	float:left;
}
#login input.right  {
	float:right;
}
#login input.button  {
	width:auto;
	float: right;
	padding: 6px 15px;
	color: #fff;
	font-size: 14px;
	text-shadow:none;
	background-color: #844d91;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px transparent;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	text-align:center;
	white-space: pre-line; 
	white-space: -moz-pre-line; 
	white-space: -pre-line; 
	white-space: -o-pre-line; 
	word-wrap: break-word;
}
#login input.button:hover {
/*	text-shadow: #050505 0 -1px 2px;*/
	text-shadow: none;
	background-color: #6b3877;
	color: #fff;
}
#login input.button:focus {
	background-color: #5e296a;
}
#login input.button.backward  {
	background-color: #878787;
}
#login input.button.backward:hover {
	background-color: #5c5c5c;
}
#login input.button.backward:focus {
	background-color: #d4d4d4;
}
#login a.button  {
	cursor: pointer;
	display:block;
	width:auto;
	float: right;
	padding: 6px 10px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #844d91;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px transparent;
	letter-spacing: 1px;
	text-decoration: none;
}
#login a.button:hover {
	background-color: #6b3877;
	color: #fff;
}
#login input.link,
#login .login-content fieldset input.link {
	cursor: pointer;
	width:auto;
	padding: 6px 0;
	color: #673175;
	font-size: 14px;
	text-shadow: none;
	background-color: transparent;
	border: none;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration:underline;
	white-space: pre-line; 
	white-space: -moz-pre-line; 
	white-space: -pre-line; 
	white-space: -o-pre-line; 
	word-wrap: break-word;
}
#login input.link:hover,
#login .login-content fieldset input.link:hover {
	text-decoration:none;
}
#login .notme input.link,
#login .login-content fieldset .notme input.link {
	letter-spacing: normal;
	font-size:12px;
}

#login .infoBox {display: inline-block;width:430px;padding:30px 40px;margin:30px 0 0 20px;
	border-radius:20px;-moz-border-radius:20px; -webkit-border-radius:20px;
	-webkit-box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    5px 5px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         5px 5px 5px rgba(50, 50, 50, 0.25);
	background: white;
}

#login .description {font-size:120%;border:1px solid black;color:black;padding:0.5em 1em 1em 1em;margin-bottom:1.5em;
	border-radius:5px;-moz-border-radius:5px; -webkit-border-radius:5px;
	border-color:#cb7edc;background-color: #e5c8eb ;}

#login .intro-content {display: inline-block;vertical-align: top;width:230px;padding:30px 40px;margin:30px 0 20px 20px;
	border:1px solid #ccc;
	border-radius:20px;-moz-border-radius:20px; -webkit-border-radius:20px;
	-webkit-box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    5px 5px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         5px 5px 5px rgba(50, 50, 50, 0.25);
	background: white;
	
}
#login a {
	color:black;
	text-decoration:underline;
}
#login a:hover {
	text-decoration:none;
}

/*** NEW google style: login overrides
***************************************/
#login .description {
	background:#f8f8f8;
	border-radius:3px;-moz-border-radius:3px; -webkit-border-radius:3px;
	border:none;
	-webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
}
#login .description a {
	color:#673175;
}

/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:none;
}