
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-size: 25px;
}

a:link, a:visited, a:hover, a:active {
	font-size: 14px;
	color: #05549C;
	text-decoration: none;
}

input[disabled='disabled'] {
	color: #aaaaaa;
}

fieldset {

}

.fieldset {
	padding: 20px;
	border-style: solid;
	border-color: #d2d2d2;
	border-width: 0px;
}

legend {
	padding: 20px 10px 0;
	font-size: 16px;
}

button {
	width: 100%;
	height: 35px;
	background: #002E56 !important;
	border: none !important;
	border-radius: 5px !important;
	box-shadow: none !important;
}

button span { /* Button text */
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-shadow: none;
}

li.infomsg {
	padding: 0 10px 0 30px;
	background: url(/idp/javax.faces.resource/img/msginfo.png.xhtml) no-repeat;
}

li.warnmsg {
	padding: 0 10px 0 30px;
	background: url(/idp/javax.faces.resource/img/msgwarn.png.xhtml) no-repeat;
}

li.errormsg {
	padding: 0 10px 0 30px;
	background: url(/idp/javax.faces.resource/img/msgerror.png.xhtml) no-repeat;
}

.header, .dialogHeader {
	width: 100%;
	height: 60px;
	background: #00539c;
}

.logo {
	display: inline-block;
	width: 70px;
	height: 28px;
	margin-left: 70px;
	margin-top: 15px;
	background: url(/idp/javax.faces.resource/img/HID_logo.png.xhtml);
	background-repeat: no-repeat;
}

.loader {
	position: absolute;
	left: 160px;
	top: 24px;
}

.content {
	position: relative;
	width: 1366px;
	height: 612px;
	margin: 0 auto;
	background: url(/idp/javax.faces.resource/img/content_background.png.xhtml);
	background-repeat: no-repeat;
}

.infoText {
	display: inline-block;
	vertical-align: top;
	width: 630px;
	margin: 100px 0 0 100px;
}

.infoTextTitle {
	display: none;
}

.infoTextContent {
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #05549C;
}

.mainText {
	display: block;
	margin-bottom: 15px;
}

.loginHint {
	display: none;
}

.loginForm {
	position: absolute;
	top: 95px;
	left: 925px;
}

.loginBox {
	width: 350px;
	padding: 20px;
	background: white;
	border-radius: 3px;
	box-shadow: 0 0 5px 1px grey;
}

.loginBoxHeader {
	background: white;
	text-align: center;
}

.loginBoxLogo {
	width: 85px;
	height: 85px;
	margin: 0 auto;
	background: url(/idp/javax.faces.resource/img/login_logo.png.xhtml);
	background-repeat: no-repeat;
}

.loginBoxTitle {
	display: none;
}

.loginBoxAuthMethod {
	height: 45px;
	text-align: left;
}

.loginBoxAuthMethodText {
	line-height: 45px;
	margin-left: 20px;
	vertical-align: top;
	font-size: 16px;
	color: #999999;
}

.loginBoxMessage {
	margin: 10px 0;
	font-weight: bold;
}

.loginBoxMessage ul {
	list-style: none;
}

.loginBoxContent {
	width: 100%;
	background: white;
}

.loginFields {
	width: 100%;
}

.row {
	margin-bottom: 15px;
	margin-top: 10px
}

.col.label {
	width: 100%;
}

.col.label > label {
	font-size: 12px;
	color: #999999;
}

.col.label.dynamic {

}

.col.input {
	width: 100%;
	display: inline-flex
}

.col.input * {
	font-size: 12px;
}

.col.input > input {
	width: 100%;
	padding-left: 10px;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	border-radius: 0;
	box-shadow: none;
}

.col.input.dynamic {

}

.col.input.dynamic > input {

}

.domainList {

}

.list_label {
	vertical-align: super;
}

#loginForm\:domain, #loginForm\:domain.ui-state-hover, div[id$='i_list'] {
	display: block;
	background: white;
	border: none;
	box-shadow: none;
}

.authMethodsDropDown > div[id^='loginForm:ddl_login_'] {
	width: 220px;
	min-width: 220px !important;
	border: none;
	box-shadow: none;
}

/* Enhance PrimeFaces p:selectOneMenu look & feel. */
/* =============================================== */

#loginForm\:domain_label,
[id$='i_list'] > label[id$='i_list_label'],
#loginForm\:ddl_login_updatetemplate_label,
#loginForm\:ddl_login_confirmupdatetemplate_label {
	width: 104%;
	border-bottom: 1px solid #9e9e9e;
	border-radius: 0;
	box-shadow: none;
}

#loginForm\:domain_label + div, #loginForm\:domain_label + div.ui-state-hover,
[id$='i_list'] > label[id*='i_list_label'] + div,
#loginForm\:ddl_login_updatetemplate_label + div,
#loginForm\:ddl_login_confirmupdatetemplate_label + div {
	width: 23px;
	border: none;
	background: white;
	border-bottom: 1px solid #9e9e9e;
	border-radius: 0;
	box-shadow: none;
}

/* =============================================== */

.loginBoxButtons {
	margin-top: 30px;
}

.loginBoxForgotPwd {
	margin: 30px 0 0;
}

.resetPwdLink:link, .resetPwdLink:visited, .resetPwdLink:hover, .resetPwdLink:active {
	font-size: 13px;
	font-weight: bold;
	color: #226AA8;
}

.authMethodsPanel {
	width: 100%;
	margin-top: 20px;
}

.authMethodsLabel {
	font-size: 12px;
	color: #999999;
}

.authMethodsIcons {

}

.authIcon {
	margin-right: 20px;
}

.authMethodsDropDownPanel {
	display: none;
}

.col.label.authMethodsLabel > label {

}

.authMethodsDropDown {

}

.stepTitle {
	margin-top: 40px;
}

.resetPwdRadioLabel {
	margin-top: 10px;
}

.channelRadio {
	margin: 5px 0;
}

/* Restyle PrimeFaces radio buttons */
/* ================================ */

.channelRadio div {
	background: none;
}

.channelRadio span {
	background: none !important;
}

.channelRadio span.ui-icon-bullet {
	margin: -1px 0 0 -1px;
	padding: 3px;
	background-color: #002E56 !important;
	background-clip: content-box !important;
}

/* ================================ */

.resetPwdConfirmMsg {
	margin-bottom: 20px;
}

.wizardButton {
	width: 48%;
	margin-left: 4px;
}

.assistanceMsg {

}

.loginBoxFooter {
	width: 100%;
	background: white;
}

.changePwd {
	position: absolute;
	bottom: 0px;
	left: -310px;
	background: white;
	border-radius: 3px;
	box-shadow: 0 0 5px 1px grey;
}

.pwdPolicyTitle {
	font-size: 16px;
}

.pwdPolicyList {
	margin: 10px 20px 0;
}

.pwdPolicyList > div {
	border: none;
}

.footer {
	width: 100%;
	height: 125px;
	background: url(/idp/javax.faces.resource/img/footer_bg.png.xhtml);
}

.footerText {
	display: inline-block;
	margin: 25px 0px 40px 35px;
	font-size: 14px;
}

.footerLink:link {

}

.footerCopyright {
	color: #666666;
}

.footerLogo {
	float: right;
	width: 150px;
	height: 40px;
	margin: 25px 35px 40px 0px;
	background: url(/idp/javax.faces.resource/img/ASSA_ABLOY_logo.png.xhtml);
	background-repeat: no-repeat;
	background-size: contain;
}

#aboutModal > div:first-of-type {
	background: none;
}

.aboutContent {
	width: 210px;
}

#licenseModal > div:first-of-type {
	background: none;
}

.textSeparator {
	margin: 0 10px 0 10px;
}

.dialogButtons {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.licenseContent {
	width: 500px;
	height: 300px;
	overflow-y: auto;
}

.licenseText {
	margin: 0px 30px 15px;
	text-align: justify;
}

.licenseFooter {
	margin: 0px 30px;
	text-align: right;
	font-size: 10px;
}

.errorPageContent {
	height: 336px;
	margin-top: 80px;
	text-align: center;
}

.errorPageContent > h1 {
	margin-bottom: 20px;
}

.infomsg {
	font-size: 13px;
	color: #6a97c4;
}

.warnmsg {
	font-size: 13px;
	color: #f78129;
}

.errormsg {
	font-size: 13px;
	color: red;
}

.bold {
	font-weight: bold;
}

.requiredLegend {
	display: none;
}

.required {
	display: none;
}

/* Actions page */
/* ============ */

.actionForm {
	width: 370px;
	margin: 35px auto 25px;
}

.actionBox {
	text-align: center;
}

.actionBoxTitle {
	margin-bottom: 19px;
	padding: 10px 10px 5px;
	border: #d0d0d0 solid 1px;
	text-align: center;
	font-size: 13px;
}

.homebox {
	padding: 1px;
}

.homebox_title {
	margin: 21px 0px 0px 100px;
	font-weight: bold;
	font-size: 13px;
}

.homebox_title a:link, .homebox_title a:visited, .homebox_title a:hover, .homebox_title a:active {
	font-size: 13px;
}

.homebox_text {
	margin: 25px 30px 0px 100px;
	text-align: justify;
	font-size: 12px;
	color: #444444;
}

/* Consent page */
/* ============ */

.consentPanel {
	position: absolute;
	top: 95px;
	left: 865px;
	width: 475px;
	margin: 35px auto 25px;
	padding: 20px;
	background: white;
	border-radius: 3px;
	box-shadow: 0 0 5px 1px grey;
}

.consentWelcome {
	font-size: 16px;
	font-weight: bold;
}

.consentContent, .consentCommands {
	margin: 20px 30px 0 30px;
}

.consentClientID {
	font-weight: bold;
}

.consentScopes {
	margin: 5px 0 20px 20px;
	font-style: italic;
}

.consentInfoList {
	margin: 5px 0 0 30px;
}

/* Override PrimeFaces dataList border. */
.consentInfoList > div {
	border: none;
}

.consentButton {
	margin-bottom: 10px;
}

.consentNotice {
	margin: 5px 0 0 0;
	font-style: italic;
}
