﻿body {
	padding-top: 50px;
	padding-bottom: 20px;
}

.six-digit-input input {
	width: 35px;
	height: 35px;
	font-size: 2em;
	text-align: center;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Carousel */
.carousel-caption p {
	font-size: 20px;
	line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
	display: inline-block;
	content: "[";
	padding-right: 0.5em;
}

.btn-bracketed::after {
	display: inline-block;
	content: "]";
	padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
	width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
	/* Hide captions */
	.carousel-caption {
		display: none
	}
}

/*IS4 CSS*/
.validation-summary-valid {
	display: none;
}

.logged-out iframe {
	display: none;
	width: 0;
	height: 0;
}

.page-consent .client-logo {
	float: left;
}

	.page-consent .client-logo img {
		width: 80px;
		height: 80px;
	}

.page-consent .consent-buttons {
	margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
	display: inline-block;
	margin-right: 5px;
}

.page-consent .consent-form .consent-description {
	margin-left: 25px;
}

	.page-consent .consent-form .consent-description label {
		font-weight: normal;
	}

.page-consent .consent-form .consent-remember {
	padding-left: 16px;
}

.span-row-live-password-validator {
	float: left;
	width: 100%;
}

.password-validate-check-icon {
	height: 25px;
	float: left;
	width: auto;
}

.password-validate-check-row-ok, .password-validate-check-row-false {
	color: #00000;
}

.password-validate-check-icon-ok {
	color: #039625;
}

.password-validate-check-icon-false {
	color: #CE0000;
}

.password-validate-check-text {
	line-height: 22px;
	float: left;
}

.icon-info-popover-register-form {
	cursor: pointer;
	cursor: pointer;
	position: absolute;
	-webkit-user-select: none; /* Safari 3.1+ */
	-ms-user-select: none; /* IE 10+ */
	-moz-user-select: none; /* Firefox 2+ */
	user-select: none;
}

#create-account-content {
	position: relative;
}

.mdc-typography--popover-header {
	margin: 8px 0px 0px 0px;
								}

.mdc-typography--popover {
	text-align: left !important;
	width: 100%;
}

.mdc-list--no-padding {
	padding: 0px;
}

.popover-wrapper {
	position: relative;
	display: inline-block;
}

.popover-content {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transform: translate(0, 10px);
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0px 8px 8px 8px;
	width: 250px;
	top: 36px;
	right: -29px;
	border-radius: 4px;
	transition-duration: .2s;
}

	.popover-content::before {
		position: absolute;
		z-index: -1;
		right: calc(50% - 10px);
		top: -8px;
		transition-duration: 0.2s;
		transition-property: transform;
	}

.popover-wrapper-visible .popover-content {
	z-index: 10;
	opacity: 1;
	visibility: visible;
	transform: translate(0, -20px);
	transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
	padding-top: 0px;
}

.popover-icon--padding {
	padding-right: 8px;
}

.popover-message {
	text-align: center;
}

.textfield-with-icon {
	width: calc(100% - 33px) !important;
}

.form-article {
	overflow: inherit;
}

.debug-panel {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 400px;
	height: 400px;
	border: solid 3px blue;
	background: white;
	overflow:scroll;
}

.validate-mfa-fields {
	display: grid;
	grid-gap: 1rem;
}

	.validate-mfa-fields .mdc-form-field {
		margin-top: -15px;
	}

	.validate-mfa-fields .mfa-icon,
	#totp-remove .mfa-icon,
	#totp-remove-fallback .mfa-icon,
	#totp-remove-fallback-sixdigit .mfa-icon {
		width: 64px;
		height: 64px;
		display: block;
		margin: auto;
	}

#mode-totp-qr {
	align-content:center;
	align-items:center;
	text-align:center;
}

#mode-totp-manual {
	align-content: center;
	align-items: center;
	text-align: center;
}
	#mode-totp-manual label {
		margin-top: 25px;
		width: 100%;
	}

#totp-setup-input {
	padding-top: 30px;
}
	#totp-setup-input hr,
	.validate-mfa-fields hr,
	#totp-remove-fallback hr,
	#totp-remove-fallback-sixdigit hr {
		margin: 15px 5px 15px 5px;
		color: rgb(0, 127, 171)
	}
#totp-setup-input label { width: 100%; }

#totp-remove {
	align-content: center;
	align-items: center;
	text-align: center;
}

#totp-remove h3 {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

#totp-remove p {
	margin-bottom: 10px;
}

#totp-remove label {
	margin-top: 5px;
	width: 100%;
}
#totp-remove hr {
	margin: 15px 5px 15px 5px;
	color: rgb(0, 127, 171)
}

#totp-remove #mfa-remove-fallback {
	align-content: center;
	align-items: center;
	text-align: center;
}

.xebic-alert {
	color: #b00020 !important;
	/* @alternate */
	color: var(--mdc-theme-error, #b00020) !important;
	will-change: transform;
}