html {
	color: #040A1E;
}

.login-pf body {
	background: DimGrey none;
}


.underline {
	text-decoration: underline;
	cursor: pointer;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);/
}

.modal-content {
	background-color: #fefefe;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 1024px;
}

/* The Close Button */
.modal-header .modal-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modal-header .modal-close:hover,
.modal-header .modal-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.btn-white {
	background-color: #ffffff;
}

.btn-white:hover {
	background-color: #f1f1f1;
}

.modal-footer {
	border-top: none;
}

.kc-totp-secret-key {
	border: 1px solid #CCCCCC;
	padding: 8px 12px;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 262px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 160%;
	left: -125px;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.question-box {
	border-radius: 50%;
	border: 2px solid #AAAAAA;
	width: 16px;
	height: 16px;
	display: inline-block;
	font-size: 12px;
	position: relative;
	margin-bottom: -3px;
	margin-left: 4px;
	font-weight: bold;
}


.question-box::after {
	content: "?";
	color: #AAAAAA;
	position: absolute;
	left: 3px;
	top: -4px;
}

.tooltip-mfa .tooltiptext {
	width: 262px;
}

.pointer {
	cursor: pointer;
}

.text-grey {
	color: #777777;

}

.list-none {
	list-style-type: none;
}

.field.fullwidth input {
	width: 100%;
}

.config-otp-form ol>li {
	margin-top: 30px !important;
}

.text-grey {
	color: #666666;
}
