﻿html, body {
	height: 100%;
	margin: 0;
	color: var(--textDefaultColor);
}

.dx-button, .dx-button.dx-state-hover {
	box-shadow: none;
	border-radius: 0px;
	border-color: var(--mainColor);
}

.dx-texteditor-buttons-container .dx-button, .dx-texteditor-buttons-container.dx-button.dx-state-hover {
	border-color: transparent;
	border-radius: 3px;
}

	.dx-texteditor-buttons-container .dx-button i {
		color: var(--greyMedium);
	}
	/* Effetto caricamento pagina */
	body {
		/*opacity: 0;*/
		position: relative !important;
		-webkit-transition: opacity 0.5s linear;
		transition: opacity 0.5s linear;
		background-position: top left;
		background-size: auto;
		background-repeat: repeat;
	}

#container-login {
	position: relative;
	width: 320px;
	background-color: #fff;
	border: solid 1px;
	border-color: rgba(162,160,160, 0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

#container-login > div {
	margin-left: 10px;
	margin-right: 10px;
}

#logo-login {
	position: absolute;
	top: -45px;
	left: calc(50% - 45px);
	width: 90px;
}

#btnRecover {
	float: right;
}

#title {
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1;
}

#section-text-login {
	padding-top: 40px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: solid 1px white;
}

#title, #subtitle {
	display: block;
	width: 100%;
}

#subtitle {
	font-size: 1.5em;
}

#container-all-forms {
	overflow: hidden;
	width: 300px;
	position: relative;
}

#login-form, #recover-password-form, #set-new-password-form, #change-password-form {
	width: 300px;
}

.cont {
	position: relative;
	float: left;
}

.cont > div {
	border-radius: 0px;
}

.cont > i {
	padding: 5px 0px;
	font-size: 12px;
	width: 20px;
	display: inline-block;
	float: left;
}

.cont > .dx-texteditor{
	display: inline-block;
	float: left;
}

.btnSuggestedAction, .btnSuggestedAction:focus, .btnSuggestedAction:active {
	background-color: var(--mainColor);
	color: white;
	height: 30px;
	transition: background-color 0.2s linear;
	border-radius: 3px;
}

.btnSuggestedAction:hover {
	background-color: var(--darkerMainColor);
	border-radius: 3px;
}

/* login form */
#btnRecover {
	width: 100%;
	margin: 10px 0px;
}

#btnAccount, #btnGoBack, #btnGoBackFromReset, #btnGoBackFromAccount {
	margin: 10px 0px;
	width: 140px;
}

#btnForgotUsername {
	margin: 10px 0px;
	width: 150px;
}

#login-form {
	transition: all 0.5s;
}

.otherAction, .goBackAction, .mfaVerifyResend {
	display: block;
	font-size: 12px;
	cursor: pointer;
	color: var(--greyMedium);
	line-height: 1.35em;
}

.otherAction, .mfaVerifyResend {
	float: right;
	text-align: right;
	margin: 10px 5px;
	width: 100%;
}

.goBackAction {
	float: left;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.otherAction:hover, .goBackAction:hover {
	color: var(--greyDark);
}

#password input,
#newpassword input,
#confirmnewpassword input,
#changepassword input,
#confirmchangepassword input {
	-webkit-text-security: disc;
}

/* recover password form */
#recover-password-form, #reset-password-form, #recover-account-form, #mfa-form {
	position: absolute;
	right: -320px;
	top: 0px;
	transition: all 0.5s;
}

#set-new-password-form, #ok-password, #change-password-form, #ok-change-password {
	display: none;
}
	
/* double column */
.half-W-Column {
	width: 50%;
	float: left;
	display: inline-block;
}

.content-vertical {
	position: relative;
	z-index: 15;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
}

.bring-vertical {
	display: table-cell;
	vertical-align: middle;
}

.left-column {
	position: relative;
	float: right;
}

.go-center {
	float: none;
	margin: auto;
}

.services > span {
	display: block;
	padding-left: 30px;
	padding-bottom: 15px;
	font-size: 15px;
}

.services > span > i {
	width: 30px;
}

.third-W {
	width: 33%;
	display: table-cell;
	vertical-align: middle;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fafafa inset !important;
	--isFilled: true;
}

/* Footer */
#footer {
	position: fixed;
	z-index: 20;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 50px 20px;
	border-top: solid 10px var(--greyLight);
	display: table;
	width: 100%;
	background-size: 200px auto;
}

body[is-mobile="true"] #footer{
	position: relative;
}

.half-W {
	display: inline-block;
	float: left;
	width: 50%;
	height: 100%;
}

#copyright-cont > span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#copyright-cont a {
    color: black;
}

#client-logo {
    margin-right: 10px;
    padding-right: 10px;
    height: 70px;
}

#ies-logo {
    margin-right: 50px;
    margin-bottom: 10px;
}

#maintenance-form {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

#maintenance-form i{
	font-size:50px;
}

	#maintenance-form .title {
		font-size: 1.5em;
		margin: 20px;
		font-weight: 600;
	}

	#maintenance-form .subtitle {
		margin: 20px;
	}

	#maintenance-form .ctx-icon {
		width: 90px;
		height: 90px;
		display: inline-block;
		position: relative;
		vertical-align: middle;
		border-radius: 45px;
		overflow: hidden;
		margin-right: 13px;
		background-color: var(--mainColor);
	}

		#maintenance-form .ctx-icon i {
			color: #ffffff;
			position: absolute;
			transform: translate(-50%,-50%);
			left: 50%;
			top: 50%;
		}

.mfaTitle {
	text-align: center;
    margin-bottom: 15px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 600;
    border-top: 1px solid var(--greyMedium);
}

.mfaHelp {
    padding: 10px;
    border: 1px solid var(--greyMedium);
    border-radius: 10px;
	position:relative;
	text-align:center;
}

.mfaHelp > i {
	position:absolute;
	top:30px;
	left:15px;
	font-size:14px;
	color:var(--greyDark)
}

#change-password-form #ok-change-password {
	width: 100%;
	flex-direction: column;
	align-items: center;
	border-top: 1px solid var(--greyMedium);
	padding-top: 10px;
}

	#change-password-form #ok-change-password .text {
		display: block;
		text-align: center;
		padding-top: 5px;
	}

	#change-password-form #ok-change-password .icon {
		font-size: 20px;
		display: block;
		color: var(--greyDark);
	}


	#change-password-form #ok-change-password .btn-home-container {
		padding-top: 10px;
	}

#change-password-form .changePasswordTitle {
	text-align: center;
	margin-bottom: 15px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: 600;
	border-top: 1px solid var(--greyMedium);
}

#change-password-form .changePasswordHelp {
	padding: 10px;
	text-align: center;
}

	@media screen and (max-width: 1025px) {
		#footer .third-W:nth-child(2n) {
		display: none;
	}

	#footer .third-W:last-child {
		width: 66%;
	}
}

@media screen and (max-width: 600px) {

	body .half-W-Column {
		width: 100%;
	}

	body .left-column {
		float: none;
		margin: auto;
	}

	body .btnSuggestedAction, body .btnSuggestedAction:focus, body .btnSuggestedAction:active{
		height: 40px;
		font-size: 15px;
	}

	body #footer {
		padding: 20px 0px;
		border-top: none;
		background: transparent;
		background-image: unset !important
	}

	body #footer > .half-W, body #footer > .third-W {
		display: none;
		width: 100%;
	}

	body #footer > #copyright-cont {
		font-size: 12px;
	}

	body #footer > .half-W:last-of-type, body #footer > .third-W:last-of-type {
		display: block;
		text-align: center !important;
	}

	body #footer #client-logo {
		display: inline-block;
		padding-right:0px;
		margin-right:0px;
	}

	body #footer #ies-logo {
		margin-right: 0px;
		height: 40px;
	}

	.services {
		display: none!important;
	}
}

.text-subtitle-centered {
    content: attr(data-i18n-continue);
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
    text-align: center;
	width: 100%;
	color: #333;
}

#container-button-openid {
	width: 100%;
}

#container-button-openid > .dx-button {
	width: 100%; -webkit-box-align: baseline;
    align-items: baseline;
    box-sizing: border-box;
    display: inline-flex;
    font-size: inherit;
    font-style: normal;
    font-family: inherit;
    max-width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background 0.1s ease-out, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38);
    white-space: nowrap;
    cursor: pointer;
    padding: 0px 10px;
    vertical-align: middle;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: none;
    font-weight: bold;
    border: 1px solid rgb(193, 199, 208);
    border-radius: 3px;
    color: var(--ds-text, #42526E) !important;
    height: 40px !important;
    line-height: 40px !important;
    background: rgb(255, 255, 255) !important;
	margin-bottom: 10px;
}

#container-button-openid > .dx-button:hover {
    background: rgba(9, 30, 66, 0.02) !important;
}

#container-button-openid > .dx-button:hover {
    background: var(--ds-background-neutral-hovered, rgba(9, 30, 66, 0.08));
    text-decoration: inherit;
    transition-duration: 0s, 0.15s;
    color: var(--ds-text, #42526E) !important;
}