/**** GENERIC STYLES
*****************************************/
/*#login {width: 960px;min-height:594px;margin:0 auto;padding:10px 0;position:relative}
#login .login-content {font-size:90%;display: inline-block;width:auto;width:350px;padding:30px 40px;margin:30px 0 20px 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: #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 {
	width: 450px;
	font-family: 'Titillium Web', sans-serif;
    line-height: 1.42857143;
    color: #333;
	background: white;
}
@media only screen and (max-width: 375px) {
	#login {
		width: 350px;
	}
}
#login .login-content {
	width:auto;
	padding:30px 40px;
	margin: 30px 0;
}
#login input, 
#login textarea, 
#login select, 
#login button {
	font-family: 'Titillium Web', sans-serif;
}

#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:#000000;margin-top:1em;}
#login .login-content fieldset p {margin:0;padding: 0 5px 0 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 input:not([type='submit']) { 
	margin-top:5px;
}*/
#login .login-content fieldset input:not([type='submit']):focus { 
	border-color: #a067e9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(164, 103, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(164, 103, 233, 0.6);
}
#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: none;
	background-color: #6b3877;
	color: #fff;
}
#login input.button:focus {
	background-color: #5e296a;
}
#login .login-content fieldset.info input.button {
	text-shadow: none;
	background-color: #844d91;
	color: #fff;
}
#login .login-content fieldset.info input.button:hover {
	background-color: #6b3877;
}
#login .login-content fieldset.info 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-shadow: #050505 0 -1px 0;
	background-color: #673175;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px transparent;
	font-weight: bold;
	letter-spacing: 1px;
}
#login a.button:hover {
	text-decoration: none;
	text-shadow: #050505 0 -1px 2px;
	background-color: #c9aad3;
	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 input.multiAuthBtn  {
    width:100%;
	float: none;
    display: block;
    margin: 0 auto;
	margin-bottom:15px;
    padding-right: 2.1em !important;
    padding-left: 0.5em !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
    background-image: url(/rwe2/images/icon_fa_arrow_circle_right.png);
    background-position: right center;
    background-repeat: no-repeat;
	background-color:#844d91;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px transparent;
	cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
	letter-spacing: 0;
	color: #fff;
	font-size: 14px;
    text-shadow: none;
	white-space: pre-wrap; 
	white-space: -moz-pre-wrap; 
	white-space: -pre-wrap; 
	white-space: -o-pre-wrap; 
	word-wrap: break-word;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
#login input.multiAuthBtn:hover {
    background-color: #6b3877;
    color: #fff;
}
#login input.multiAuthBtn:focus {
    background-color: #5e296a;
}
#login .login-content fieldset input.backBtn  {
	width:auto;
	padding: 6px 10px;
	color: #fff;
	font-size: 14px;
	background-color: #82548e;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px transparent;
	font-weight: bold;
	cursor: pointer;
	color: #333; 
	background-color: #fff;
	border-color: #ccc;
	text-transform: uppercase;
}

#login .login-content fieldset input.backBtn:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
#login .login-content fieldset input.backBtn:focus {
	background-color: #cfcfcf;
}

#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;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;
}