﻿#mfa-preferences-content {
  padding: 2rem;
  font-weight: 600; }

.mfa-preferences-group {
  font-weight: 600;
  font-size: 16px; }

.mfa-preferences-type {
  padding: 3px;
  margin-left: 15px; }

.mfa-preferences-type-name {
  width: 400px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block; }

.mfa-preferences-dropdown {
  display: inline-block; }

.preference-type-dropdown {
  width: 400px; }

.mfaWarning {
  color: red; }

.mfaWarningLogin {
  color: red;
  margin-left: 100px; }

mfaRadioLi {
  margin-bottom: 8px; }

.mfa-preferences-note {
  font-style: italic;
  text-align: center; }

.mfaCheckLabel {
  padding-right: 40px;
  min-width: 400px; }

.mfaCheckLabel {
  padding-right: 40px;
  min-width: 400px; }

.mfaMethodCheck {
  padding-right: 40px;
  min-width: 200px; }

.mfaCheckBoxMethod {
  padding-left: 20px !important; }

.choiceLi {
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }
  .choiceLi label {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .choiceLi input {
    margin: 0;
    margin-right: 3px; }

.buttonDiv {
  position: absolute;
  bottom: 0;
  width: 95%;
  height: 60px; }

.btnRight {
  position: absolute;
  right: 0; }

#mfa-preferences-content .tooltip {
  width: 400px; }

#mfa-preferences-content .tooltip .tooltip-inner {
  max-width: 400px;
  font-size: 12px; }

#mfali {
  margin: 10px 0; }

#mfaul {
  padding-top: 15px;
  list-style-type: none; }

select {
  min-width: 50px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }
