/* green: #578726 */

/* red: #A33840 */

/* orange: #EA732F */

* {
    box-sizing: border-box;
}

html, body {
	height: 100%;
	margin: 0;
	overflow: auto;
	width: 100%;
}

body {
	background: #e9eff7;
	color: #333;
	font: normal normal normal 15px/1.4em sans-serif;
}

body > form {
	min-height:100%;
	position:relative;
}

a {
	color: #3d6c9e;
}

a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.bold {
	font-weight: bold;
}

.block {
	display: block;
}

#header {
	border-top: 10px solid #263f6f;
	border-bottom: 1px solid #e5e5e5;
	background-color: white;
}

#logo {
	display: block;
	background: url('../img/default/logo_jemmic.png') no-repeat;
	background-size: contain;
	height: 60px;
	width: 200px;
	clear: both;
	float: left;
}

#header-bar {
	min-width: 1380px;
	max-width: 1380px;
	height: 90px;
    margin: 0 auto;
    overflow: hidden;
}

	#header-bar > div {
		height: 60px;
		margin: 15px auto;
	}

	#header-bar > div#header-bar-locale {
		float: right;
	}

		#header-bar > div#header-bar-locale ul.selected-locale {
			display: none;
		}

		#header-bar > div#header-bar-locale ul.select-locale.hidden {
			display: inline-block;
		}

		#header-bar > div#header-bar-locale li {
			display: inline;
		}

	#header-bar > div#header-bar-menu {
	    float: right;
	    margin-right: 20px;
	}

#header-bar ul.select-locale.hidden {
	display: none;
}

[data-uap-view='USERID'] #header-bar ul.select-locale.hidden {
	display: block;
}

#container {
	box-sizing: content-box;
	position: relative;
	min-width: 1380px;
	max-width: 1380px;
	clear: both;
	background: #fff;
	border: 5px solid #e5e5e5;
	border-radius: 5px 5px 0 0;
	display: block;
	margin: 30px auto 0;
	overflow: hidden;
	padding-bottom: 100px; /* add the footer height to the value -> 100px + footer.height */
}

#container > div {
	float: left;
}

#container-header {
	border-bottom: 1px solid #e5e5e5;
	float: left;
	width: 100%;
	position: relative;
}

#container-header > div {
	margin: 1em;
}

#container-header #header-title {
	float: left;
}

#container .header-title {
	font-size: 24px;
	text-transform: uppercase;
}

#container #uap-steps {
	float: right;
}

#uap-steps {
	overflow: hidden;
}

#uap-steps > .wrap-step {
	display: inline-block;
	margin-right: 10px;
}

#uap-steps .inactive {
	color: #bbb;
}

#uap-steps span {
	display: inline;
	float: left;
}

#uap-steps span.index {
	display: inline;
	float: left;
	padding-right: 0.2em;
}

#upper-panel {
	width: 100%;
	overflow: auto;
}

#upper-panel-dynamic {
	margin: 20px auto;
	width: 70%;
}

#main-panel {
	overflow: auto;
	width: 100%;
}

#main-panel > div {
	display: block;
	margin: 0 auto;
	width: 70%;
}

#info {
	border-bottom: 1px solid #e5e5e5;
	padding: 2em 0;
}

#info-message, #bottom-panel {
	margin: 20px 0;
	width: 100%;
}

.left-panel, .right-panel {
	width: 49%;
	display: inline-block;
	height: 100%;
	overflow: hidden;
}

.login-panel {
	padding: 1em 0;
}

.login-panel .left-panel {
	float: left;
	min-height: 1px;
	position: relative;
	overflow: visible;
}

.login-panel .left-panel .user-infoWrapper.time .label.user-info {
	width: 3em;

	/* margin-left: 1em; */
}

.left-panel.dropdown {
	visibility: hidden;
}

.login-panel.CHALLENGE_OTAN .form-wrapper {
	display: flex;
    flex-direction: column;
}

ul {
	list-style: none;
	padding: 0;
}

/* ul contains hidden class because is needed for gma. Always shown in default styles */
.USERID ul.select-locale.hidden {
	display: block;
}

/* span.selected-locale has to be hidden in default styles. It's in the template because is needed for gma */
.USERID ul.selected-locale {
	display: none;
}

a.selected-locale {
	text-decoration: none;
	color: black;
	cursor: text;
}

.login-panel .login-form {
	border-left: 1px solid #e5e5e5;
	padding-left: 1em;
}

div.labelInputWrapper {
	position: relative;
	clear: both;
	max-width: 360px;
    min-width: 200px;
    overflow: hidden;
}

.display.user-info {
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}

#bottom-panel-dynamic {
    margin: 0 auto;
    overflow: auto;
    width: 70%;
}

.uap-label {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}

.uap-display {
	display: block;
	clear: both;
}

.login-panel.PERIODICAL_MOBILE_NUMBER_CHANGE_SUCCESS #periodicalMobileNumberChangeSuccessSubtitleId,
.login-panel.PERIODICAL_EMAIL_NEW #periodicalEmailNewSubtitleId,
.login-panel.PERIODICAL_MOBILE_NUMBER_NEW #periodicalMobileNumberNewSubtitleId,
.login-panel.PERIODICAL_CHECK_OVERVIEW #periodicalCheckOverviewSubtitleId,
.login-panel.PERIODICAL_NEW_EMAIL_VERIFY #periodicalEmailNewVerifySubtitleId,
.login-panel.PERIODICAL_NEW_MOBILE_NUMBER_VERIFY #periodicalNewMobileNumberNewVerifySubtitleId {
	margin-top: 10px;
	margin-bottom: 10px;
}

.uap-input {
	width: 100%;
    max-width: 360px;
    min-width: 200px;
	background-color: #fbfbfb;
	height: 45px;
	border-radius: 2px;
	padding: 15px 8px 0;
	border: solid 1px #ccc;
	font-size: 14px;
}

.uap-input:focus {
	stroke: #4d9fea;
	stroke-width: 1px;
}

.buttons input, .uap-button, .buttons input.cancel { /* avoids that buttons are shown apple style */
	appearance: none;
}

label[for] {
	position: absolute;
	color: grey;
	font-weight: bold;
}

label[for].empty {
	margin: 14px 10px 0;
}

label[for]:not(.empty) {
	margin: 0 8px;
	font-size: 11px;
	transition: font-size 0.2s;
}

.uap-input.error, .uap-input.error:focus {
	border: 1px solid #a33840;
	display: block;
}

.uap-input.error:focus {
	outline: none;
	border: 2px solid #a33840;
}

textarea.uap-input {
	resize: none;
	height: 5em;
}

#uap-errorBox div.ERROR, .gcl-errorBox {
	color: #a33840;
}

#uap-errorBox div.WARNING {
	color: #ea732f;
}

#uap-errorBox div.INFO {
	color: #00529b;
}

.buttons {
	clear: both;

	/* text-align: right; */
	margin-top: 1.5em;
	float: left;
}

.buttons input, .uap-button {
	height: 36px;
	padding: 0 18px;
	border-radius: 2px;
	cursor: pointer;
	border: 1px solid #ccc;
	background: #263f6f;
}

.buttons input:hover, .uap-button:hover {
	border-color: #999;
	background: #1e3157;
}

.buttons input:active, .uap-button:active {
	border-color: #999;
	background: #15223d;
}

.buttons input.submit, .uap-button.submit {
	color: #fff;
}

.buttons input.cancel, .uap-button.cancel {
	background: #fbfbfb;
	margin-right: 1em;
}

.buttons input.cancel:hover, .uap-button.cancel:hover {
	background: #ededed;
}

.buttons input.cancel:active, .uap-button.cancel:active {
	background: #e0e0e0;
}

.buttons input:disabled, .uap-button:disabled {
	pointer-events: none;
	opacity: 0.6;
}

#uap-waiting-button {
	display: inline-block;
	width: auto;
}

#uap-waiting-button:hover {
	background: #263f6f;
    border-color: #1e3157;
    cursor: default;
}

#uap-waiting-button > span {
	display: block;
	font-size: 13px;
	line-height: 36px;
	margin-left: 1em;
}

/*** PUSH notification spinner - START ***/
.waiting-out-of-band-verification-wrapper {
	margin: 20px 0;
}

.ld-ext-right {
	position: relative;
}

.ld-ring {
	opacity: 1;
	z-index: 999;
	top: 50%;
    left: 1em;
    right: auto;
    color: #fff;
    position: absolute;
    margin: -0.5em;
    transition: all 0.3s;
    transition-timing-function: ease-in;
    animation: ld-spin 1s infinite;
    width: 1em;
    height: 1em;
    display: inline-block;
}

.ld-ring::after {
	background: center center no-repeat;
    background-clip: padding-box;
    box-sizing: border-box;
    border-width: 0.15em;
    border-color: currentcolor currentcolor currentcolor transparent;
    border-radius: 50%;
    border-style: solid;
    position: absolute;
    margin: auto;
    inset: 0;
    content: ' ';
    display: inline-block;
    background-size: cover;
    width: 100%;
    height: 100%;
}

/* @keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */
@keyframes ld-spin {
	0% {
		transform:rotate(0);
		animation-timing-function:cubic-bezier(0.55,0.06,0.68,0.19);
	}

	50% {
		transform:rotate(180deg);
		animation-timing-function:cubic-bezier(0.22,0.61,0.36,1);
	}

	100% {
		transform:rotate(360deg);
	}
}

@keyframes ld-spin {
	0% {
			transform:rotate(0);
			animation-timing-function:cubic-bezier(0.55,0.06,0.68,0.19);
		}

	50% {
			transform:rotate(180deg);
			animation-timing-function:cubic-bezier(0.22,0.61,0.36,1);
		}

	100% {
		transform:rotate(360deg);
	}
}

.ld.ld-spin {
	animation:ld-spin 1s infinite;
}

/*** PUSH notification spinner - END ***/

#uap-loading-popup {
	z-index: 10000;
	filter: progid:dximagetransform.microsoft.alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background: no-repeat scroll center #ccc;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0;
}

#uap-loading-popup-content {
	z-index: 10000;
	position: fixed;
	top: 50%;
	left: 50%;
	text-align: center;
	vertical-align: middle;
	margin: auto;
}

.uap-loading-popup-image {
	margin: auto;
	background: url('../img/default/loading_lg.gif') no-repeat;
	height: 100px;
	width: 100px;
	display: block;
}

.uap-loading-popup-label {
	margin: 20px 0 0;
}

.login-panel.MIGRATION_OTAN_CHOICE_OF_TOKEN .form-wrapper, .login-panel.ACTIVATION_OTAN_APP_DOWNLOAD .form-wrapper {
	width: 100%;
}

.otan-migration-token {
	width: 100%;
    display: inline-block;
    float: left;
    padding: 20px;
    text-align: center;
}

.device-image {
	height: 80px;
    width: 100%;
    margin: 10px 0;
    display: inline-block;
}

.device-image.otan-smartphone {
	background: url('../img/default/cronto_app.jpg') no-repeat 50%;
}

.device-image.otan-reader {
	background: url('../img/default/cronto_device.jpg') no-repeat 50%;
}

.device-image.mtan {
	background: url('../img/default/mobile.jpg') no-repeat 50%;
}

.image-cronto-logo {
	height: 100px;
	width: 300px;
	display: inline-block;
	background: url('../img/default/CrontoSignSwiss.jpg') no-repeat;
}

.app-download-image {
	height: 60px;
	width: 180px;
	float: left;
}

span.app-download-info {
    margin-bottom: 20px;
    display: block;
}

div.app-download-option {
	clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.app-download-image.iphone {
	background: url('../img/default/app_store.png') no-repeat;
	background-size: 95%;
}

.app-download-image.android {
	background: url('../img/default/google_play.png') no-repeat;
	background-size: 95%;
}

.app-download-image.windows {
	background: url('../img/default/windows_phone.png') no-repeat;
	background-size: 95%;
}

.app-download-image-label {
	float: left;
	width: 60%;
}

.inner-footer {
	clear: both;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	width: 100% !important;
	min-height: 60px;
	text-align: center;
	vertical-align: middle;
}

footer {
	width: 70%;
    margin: 0 auto;
    padding: 2em 0;
}

#footer-left, #footer-right {
	overflow: auto;
	display: inline-block;
	width: 49%;
}

#footer-left {
	border-right: 1px solid #e5e5e5;
}

.tooltip {
	color: white;
	position: absolute;
    padding: 5px;
    border-radius: 10px;
    background: black;
}

.tooltip-toggle {
	position: absolute;
	right: -30px;
	font-weight: bold;
	cursor: pointer;
	width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    margin: 8px 0;
    background-image: url('../img/info_icon.png');
    background-size: cover;
    border: 1px solid;
    border-radius: 20px;
}

.tooltip::before {
	content: ' ';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid black;
    position: absolute;
    top: 10px;
    left: -7px;
}

.login-panel.CHALLENGE_OTAN #new-device-text {
	margin-right: 10px;
}

.login-panel.CHALLENGE_OTAN #new-device-label,
.login-panel.CHALLENGE_OTAN #activation-limit-reached-label,
.login-panel.CHALLENGE_OTAN #activation-call-hotline-label,
.login-panel.CHALLENGE_OTAN #uap-selfUnblock-tokenMessage,
.login-panel.CHALLENGE_OTAN #enable-new-push-device-label,
.login-panel.CHALLENGE_OTAN #switch-device-label {
	margin: 0;
	margin-top: 10px;
}

.login-panel.CHALLENGE_OTAN #new-device-tooltip {
	z-index: 1;
}

.login-panel.CHALLENGE_OTAN #uap-selfUnblock-tokenMessage {
	order: 1;
}

.login-panel.CHALLENGE_OTAN #otan-poll {
	order: 2;
}

.login-panel.CHALLENGE_OTAN #uap-notification-select-and-send {
	order: 3;
}

.login-panel.CHALLENGE_OTAN #uap-disable-push-button {
	order: 4;
}

.login-panel.CHALLENGE_OTAN .scanning-details-wrapper {
	order: 5;
}

.login-panel.CHALLENGE_OTAN #switch-device-label,
.login-panel.CHALLENGE_OTAN #new-device-label,
.login-panel.CHALLENGE_OTAN #activation-limit-reached-label,
.login-panel.CHALLENGE_OTAN #enable-new-push-device-label,
.login-panel.CHALLENGE_OTAN #activation-call-hotline-label {
	order: 6;
}

.login-panel.CHALLENGE_OTAN .buttons {
	order: 7;
}

.login-panel.CHALLENGE_OTAN .waiting-out-of-band-verification-wrapper {
	order: 8;
}

.login-panel.CHALLENGE_OTAN #uap-resetOtanToken-link {
	display: block;
	clear: both;
	margin: 10px 0;
	order: 9;
}

#uap-resetOtanToken-deviceCancellationConfirmation {
	display: block;
}

.uap-resetOtanToken-newToken, .uap-resetOtanToken-activateNewDevice {
	display: inline-block;
	float: left;
	margin: 3%;
	max-width: 200px;
    min-width: 160px;
	text-align: center;
}

#uap-resetOtanToken-newToken-label, #uap-resetOtanToken-activateNewDevice-label {
	float: left;
	text-align: center;
	min-height: 90px;
}

#uap-resetOtanToken-newToken-button, #uap-resetOtanToken-activateNewDevice-button {
	width: 12em;
	height: 3.5em;
	white-space: normal;
	margin: 0 auto;
}

input#uap-selfUnblock-challengeResponse-button, input#uap-selfUnblock-newPassword-button {
	display: block;
	clear: both;
}

input#uap-periodical-email-check-button, input#uap-periodical-phone-number-check-button, input#uap-periodical-address-check-button {
	display: block;
	clear: both;
}

#unblock-contract {
	overflow: hidden;
}

#periodical-check-overview {
	overflow: hidden;
}

span#selfUnblockChallengeResponseLabel, span#selfUnblockNewPasswordLabel {
	line-height: 36px;
	margin-top: 20px;
}

span#periodicalEmailCheckLabel, span#periodicalPhoneNumberCheckLabel, span#periodicalAddressCheckLabel {
	line-height: 36px;
	margin-top: 20px;
}

div.help-message > span.selfUnblockHelp:nth-of-type(1) {
	margin-right: 10px;
}

div.help-message > span.selfUnblockHelp:nth-of-type(2) {
	font-weight: bold;
}

.PASSWORD_SELF_UNBLOCK .help-message {
	clear: both;
	font-size: 15px;
	line-height: 36px;
	margin-top: 20px;
}

.new-cronto-app {
		height: 315px;
		width: 200px;
 		float:left;
 		margin-left: 20%;

}

.new-cronto-app.image {
	 background: url('../img/default/cronto-app-7.2.0.png') no-repeat;
 	 background-size: contain;
}

div#uap-notification-select-and-send {
	width: 93%;
	margin-top: 1em;
}

div#uap-notification-select-and-send > span#uap-notification-select-label {
	margin-bottom: 0.5em;
}

select#uap-notification-select {
	width: 80%;
	height: 36px;
	margin-right: 1em;
}

span#new-device-tooltip {
	float:left;
}

	/* default dropdown */
	.USERID div.left-panel > span {
		pointer-events: none;
	}

	/* select language as dropdown, comment to disable it */

	/* .USERID div.left-panel > span {
		pointer-events: auto;
		display: block;
		height: 45px;
		width: 150px;
	    border-radius: 2px;
	    cursor: pointer;
		background-color: #1e3157;
		color: #fff;
		text-align: center;
	    line-height: 45px;
		padding-left: 8px;
	}

	.USERID div.left-panel > ul {
		width: 150px;
	    display: none;
	    border: solid 1px #cccccc;
	    position: absolute;
	    top: 30px;
	    border-radius: 2px;
	    box-shadow: 0px 0px 20px rgba(0,0,0,.175);
	}

	.USERID div.left-panel > ul > li {
	    padding: 6px 20px;
	}
		.USERID div.left-panel > ul > li:hover {
	    	background-color: #e6e2e2;
		}
		.USERID div.left-panel > ul > li a {
			text-decoration: none;
			color: black;
		} */

/* footer NOT at the bottom of the page */

/* form > footer {
	display: block;
	box-sizing: content-box;
	min-width: 1380px;
    max-width: 1380px;
    margin: 0 auto;
	background: #F1EFE6;
	border: 5px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
	border-radius: 0 0 5px 5px;
} */

/* footer at the bottom of the page */
form > footer {
	background-color: #f1efe6;
	border: 0;
	border-radius: 0;
	position: absolute;
	bottom: 0;
   	width: 100%;
   	min-width: 100%;
   	max-width: 100%;
}

footer > div {
	width: 70%;
    margin: 0 auto;
}

.password-rules-panel {
	position: relative;
	font-size: 11px;
	padding: 5px;
	margin: 10px 0;
	border: solid 2px #ccc;
    border-radius: 2px;
    line-height: 12px;
    max-width: 550px;
}

.password-rules-panel::after {
	content: ' ';
    width: 0;
    height: 0;
    border-top: 8px solid #ccc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 0;
}

div.password-rule {
	overflow: hidden;
}

div.password-rule > span {
	float: left;
}

div.password-rule > .password-rule-message {
	display: inline-block;
	text-align: left;
	width: 73%;
}

div.password-rule  span.password-rule-category {
	display: inline-block;
	text-align: left;
 	min-width: 90px;
 	font-weight: bold;
}

div.password-rule.optionalInvalid span.password-rule-category {
	color: #ea732f;
}


.login-panel.PERIODICAL_CHECK_OVERVIEW .display-panel {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 28px 0;
	margin-top: 10px;
}
.login-panel.PERIODICAL_CHECK_OVERVIEW .checkboxes-panel-group {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.login-panel.PERIODICAL_CHECK_OVERVIEW .checkboxes-panel-group-left-aligned {
	display: flex;
	flex-direction: column;
}
.login-panel.PERIODICAL_CHECK_OVERVIEW .checkbox-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.login-panel.PERIODICAL_CHECK_OVERVIEW .checkbox-wrapper div {
	display: flex;
	align-items: center;
}
.login-panel.PERIODICAL_CHECK_OVERVIEW .skip-periodical-check-this-time-checkbox input {
	margin: 0.5em;
}

div.password-rule.valid span.password-rule-category {
 	color: #578726;
}


div.password-rule.invalid span.password-rule-category {
 	color: #a33840;
}


div.password-rule span.password-rule-image {
	display: inline-block;
  	height: 12px;
  	width: 12px;
}

span.password-rule-image::after {
	width: 12px;
	height: 12px;
	font-size: 12px;
	background-size: cover;
}

div.password-rule.optionalInvalid span.password-rule-image::after {
	content: '\026A0';
	color: #ea732f;
}

div.password-rule.valid span.password-rule-image::after {
	content: '\02714';
	color: #578726;
}

div.password-rule.invalid span.password-rule-image::after {
	content: '\02718';
	color: #a33840;
}

.PASSWORD_CHANGE_SELF_SERVICE .uap-panel-title {
        font-weight: bold;
        line-height: 1.5;
        text-align: left;
	    margin-bottom: 16px;
}

.PASSWORD_CHANGE_SELF_SERVICE td .uap-label {
        line-height: 1.5;
        text-align: left;
	    margin: 0;
}

.PASSWORD_CHANGE_SELF_SERVICE #user-preferences-panel table {
        border-collapse: collapse;
	    margin: 12px 0;
}

.PASSWORD_CHANGE_SELF_SERVICE #user-preferences-panel td {
	    vertical-align: middle;
}

.PASSWORD_CHANGE_SELF_SERVICE .user-preferences-separator {
	    margin: 36px 0;
}

.PASSWORD_CHANGE_SELF_SERVICE .ui-toggleswitch {
	position:relative;
	display:inline-block;
	width:3em;
	height:1.75em;
	margin-left: 20px;
}

.PASSWORD_CHANGE_SELF_SERVICE .ui-toggleswitch-slider {
	position:absolute;
	cursor:pointer;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-moz-transition:background-color 0.3s;
	-o-transition:background-color 0.3s;
	-webkit-transition:0.3s;
	transition:0.3s;
	border-radius:30px;

	background:#ccc;
}

.PASSWORD_CHANGE_SELF_SERVICE .ui-toggleswitch-slider:before {
	position:absolute;
	content:"";
	height:1.25em;
	width:1.25em;
	left:0.25em;
	bottom:0.25em;
	border-radius:50%;
	-webkit-transition:.3s;
	transition:0.3s;

	background-color:#fff;
}

.PASSWORD_CHANGE_SELF_SERVICE .ui-toggleswitch .ui-toggleswitch-slider:before {
	background-color: #fff;
	height: 1.25em;
	width: 1.25em;
	left: 0.25em;
	bottom: 0.25em;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.PASSWORD_CHANGE_SELF_SERVICE .ui-toggleswitch-checked .ui-toggleswitch-slider:before {
	-webkit-transform:translateX(1.25em);
	-ms-transform:translateX(1.25em);
	transform:translateX(1.25em);
}
.PASSWORD_CHANGE_SELF_SERVICE .ui-toggleswitch.ui-toggleswitch-focus .ui-toggleswitch-slider {
	background:#b7b7b7;
}
.PASSWORD_CHANGE_SELF_SERVICE .ui-toggleswitch:not(.ui-state-disabled):hover .ui-toggleswitch-slider {
	background-color:#b7b7b7;
}
.PASSWORD_CHANGE_SELF_SERVICE .ui-toggleswitch.ui-toggleswitch-checked .ui-toggleswitch-slider {
	background-color:#009d4d;
}
.PASSWORD_CHANGE_SELF_SERVICE .ui-toggleswitch.ui-toggleswitch-checked:not(.ui-state-disabled):hover .ui-toggleswitch-slider {
	background-color:#40b579;
}
.PASSWORD_CHANGE_SELF_SERVICE .ui-toggleswitch.ui-toggleswitch-checked.ui-toggleswitch-focus .ui-toggleswitch-slider {
	background:#048a46;
}


/* intl phone number */
.MIGRATION_FUTURAE_INPUT_PHONE label[for=migration-futurae-phone-input]  {
	margin: 0 10px !important;
	font-weight: normal;
	transition: margin 0.2s;
	font-size: 11px;
	transition: font-size 0.2s;
	color: #212529;
}

.MIGRATION_FUTURAE_INPUT_PHONE div.labelInputWrapper {
	overflow: visible;
}


.MIGRATION_FUTURAE_INPUT_PHONE .iti__flag {
	background-image: url("../img/intl-tel-input/flags.png")!important;
}

.MIGRATION_FUTURAE_DISPLAY_QR_CODE .clock {
	display: block;
	width: 100%;
	overflow: hidden;
}
.MIGRATION_FUTURAE_DISPLAY_QR_CODE .animation {
	margin: 20px auto;
	width: 60px;
	overflow: hidden;
	display: inline-block;
}
.MIGRATION_FUTURAE_DISPLAY_QR_CODE .chart {
	width: 60px;
	height: 60px;
	position: relative;
	z-index: 10;
	left: 50%;
	margin-left: -30px;
	float: left;
	border: 1px solid #000000;
	border-radius: 98%;
	background: #fff;
	overflow: hidden;
}
.MIGRATION_FUTURAE_DISPLAY_QR_CODE .chart .pie {
	width: 50%;
	height: 100%;
	transform-origin: 100% 50%;
	-webkit-transform-origin: 100% 50%;
	position: absolute;
	background: #000000;
	border: 3px solid #fff;
}
.MIGRATION_FUTURAE_DISPLAY_QR_CODE .chart .mask {
	border-radius: 25px 0 0 25px;
	width: 49%;
	height: 55px;
	position: absolute;
	top: 1px;
	left: 1px;
	background: inherit;
	opacity: 1;
	z-index: 8;
}
.MIGRATION_FUTURAE_DISPLAY_QR_CODE .chart .filler {
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	left: 50%;
	opacity: 0;
	z-index: 6;
	border-left: none;
}
.MIGRATION_FUTURAE_DISPLAY_QR_CODE .chart .chart_spinner {
	border-radius: 100% 0 0 100% / 50% 0 0 50%;
	z-index: 7;
	border-right: none;
}
.MIGRATION_FUTURAE_DISPLAY_QR_CODE #countdown {
	display: inline-block;
	vertical-align: top;
	margin: 20px;
	line-height: 60px;
	font-size: 2.2em;
	font-weight: bold;
}

.MIGRATION_FUTURAE_DISPLAY_QR_CODE #futuraeQR > img {
	width: 330px;
	margin: 10px;
	float: left;
}

/******************** responsive design ********************/
@media only screen and (max-width: 1380px) {
	body > form {
		overflow: hidden;
	}

	body > form > div {
		box-sizing: border-box !important;
		min-width: 100% !important;
		max-width: 100% !important;
		width: 100% !important;
		padding: 0 20px;
	}

	#main-panel > div {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.left-panel, .right-panel {
		width: 100%;
	}

	.login-panel .login-form {
		border: 0;
		padding: 0;
	}

		.login-panel .left-panel .user-infoWrapper {
    		display: block;
    		text-align: center;
		}

		div[class*='CHALLENGE_'] .login-form .form-wrapper {
			margin-top: 20px;
		}

		.login-panel.ACTIVATION_OTAN_CRYPTOGRAM_SCREEN .form-wrapper,
		.login-panel.ACTIVATION_OTAN_REGISTER_NOTIFICATION_ID_CRYPTOGRAM_SCREEN  .form-wrapper {
			text-align: center;
		}

	#uap-steps > .wrap-step {
		margin: 0;
	}

	.buttons {
		text-align: left;
		float: none;
	}

	.buttons input, .uap-button, .buttons input.cancel {
		float: none !important;
	}

	.help-message, .buttons {
		text-align: center;
	}

		.USERID .help-message {
			margin: 0;
			clear: both;
		}

	div.labelInputWrapper {
		margin: 0 auto;
	}

		div.labelInputWrapper > label[for] {
			left: 0;
		}

	.uap-input {
		float: left;
		width: 100%;
	}

	#uap-smsResend-link {
		float: left;
	}

	/* select language as dropdown, comment to disable it */

	/* .USERID > div.left-panel > span {
		margin: 0 auto;
		height: 45px;
		line-height: 45px;
		display: block;
    	text-align: center;
	} */

	/* default language selector */
	.USERID > div.left-panel > span {
    	text-align: center;
    	display: block;
	}

	.USERID > div.left-panel > ul {
		z-index: 9999;
	    background-color: white;
	    overflow: hidden;
	    text-align: center;
	}

	.USERID > div.left-panel > ul > li {
	    display: inline;
	    clear: both;
	    text-align: left;
	    width: 100%;
	    margin: 0 10px;
	}

	.uap-display, .uap-label {
    	width: 100%;
		text-align: center;
	}

	span#selfUnblockChallengeResponseLabel, span#selfUnblockNewPasswordLabel {
		width: 100%;
		text-align: center;
	}

	span#periodicalEmailCheckLabel, span#periodicalPhoneNumberCheckLabel, span#periodicalAddressCheckLabel {
		width: 100%;
		text-align: center;
	}

	input#uap-selfUnblock-challengeResponse-button, input#uap-selfUnblock-newPassword-button {
		margin: 0 auto;
	}

	input#uap-periodical-email-check-button, input#uap-periodical-phone-number-check-button, input#uap-periodical-address-check-button {
		margin: 0 auto;
	}

	.PASSWORD_SELF_UNBLOCK .help-message {
		width: 100%;
	}

	footer > div {
		padding: 0 10px;
	}
}

/* INTL-TEL-INPUT overrides */
.iti__flag {
	background-image: url("../img/intl-tel-input/flags.png")!important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.iti__flag {
		background-image: url("../img/intl-tel-input/flags@2x.png")!important;
	}
}

@keyframes rota{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes opa{0%{opacity:1}50%, 100%{opacity:0}}
@-webkit-keyframes rota_webkit{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@-webkit-keyframes opa_webkit{0%{opacity:1}50%, 100%{opacity:0}}
