@charset "utf-8";
@import "common.css";

/* --- BEGIN CAPTCHA CSS Overrides --- */
#captcha,
#captcha iframe {
  width: 304px;
  margin: 0 auto;
}
/* --- END CAPTCHA CSS Overrides --- */

/* --- BEGIN Bootstrap CSS Overrides --- */
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  min-height: 50px;
  width: 17.8em;
  padding: 6px 12px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: .7em;
  background-color: #fff;
  border: 1px solid #aaa;
  vertical-align: middle;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
  -webkit-box-shadow: inset 0 0 10px #ececec;
  -moz-box-shadow: inset 0 0 10px #ececec;
  box-shadow: inset 0 0 10px #ececec;
}

.modal-title{
  font-size:24px;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.form-control:focus {
  border-color: #ddd;
}

input[type=url] {
  width: 100%;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

input[type=file] {
  display: inline;
  font-weight: 200;
}

select.input-sm {
  font-size: 1.1em;
  margin-bottom: 0;
}

a:hover {
  text-decoration: none;
}

.navbar-nav > li > a {
  font-weight: 400 !important;
  font-size: 1rem !important;
}

.navbar-inverse {
  background-color: #fff;
  border: 0 #e7e7e7;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: #888;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #e7e7e7;
}

.navbar-brand .sup {
  font-size: .4em;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-top: -2px;
  display: inline-block;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  font-size: 22px;
  font-family: Montserrat, sans-serif;
}

.navbar-inverse .navbar-brand a,
.navbar-inverse .navbar-brand a:hover,
.navbar-inverse .navbar-brand a:active,
.navbar-inverse .navbar-brand a:focus {
  color: #333;
}

.navbar-inverse .navbar-nav > li > a {
  color: #333;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > li > a.selected,
.navbar-inverse .navbar-nav > li > a.selected:visited,
.navbar-inverse .navbar-nav > li > a.selected:hover,
.navbar-inverse .navbar-nav > li > a.selected:active {
  color: #25a9e0;
}

ul.subnav {
  background-color: #ddd;
  margin: -5px -28px;
  margin-top: 1px!important;
  text-transform: none;
  min-height: 36px;
  margin-right: 0 !important;
}

.navbar-logo {
  width: auto;
  height: 32px;
}

.container {
  width: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.collapsing {
  background: #fff;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.collapse.in {
  display: block !important;
  visibility: visible !important;
  background: #fff;
}


@media (min-width: 1200px) {
  .container {
    width: 1170px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.custom .navbar-inverse {
  border-color: #666;
  margin-top: 44px;
  margin-right: 15px;
  margin-bottom: 22px;
}

.table > thead > tr > th {
  border-bottom: 0;
}

.modal-header,
.modal-footer {
  border: 0;
}

.modal-header {
  display: block;
  padding: 1em 1em 0;
  min-height: 45px;
}

.modal-body {
  padding: 1em 2em;
}

.modal-body iframe {
  width: 536px;
  height: 480px;
}

.modal-body iframe body {
  padding-right: 0;
}

.modal-body form {
  text-align: center;
}

.modal-body form .form-control,
.modal-body form input[type=text],
.modal-body form input[type=password],
.modal-body form input[type=datetime],
.modal-body form input[type=datetime-local],
.modal-body form input[type=date],
.modal-body form input[type=month],
.modal-body form input[type=time],
.modal-body form input[type=week],
.modal-body form input[type=number],
.modal-body form input[type=email],
.modal-body form input[type=url],
.modal-body form input[type=search],
.modal-body form input[type=tel],
.modal-body form input[type=color],
.modal-body form .uneditable-input {
  width: 20em;
  display: inline-block;
}

.modal-body form textarea {
  width: 100%;
  margin-bottom: 1.5em;
}

.modal-footer {
  text-align: center;
  padding: 0 1em 2em;
}

h2.modal-title {
  margin: 0 15px;
  text-align: center;
}

.nav-pills > li + li {
  margin: 0;
}

.btn-group > li > .btn,
.btn-group > li > .btn:hover,
.btn-group > li > .btn:active,
.btn-group > li > .btn:focus {
  border-radius: 0;
}

.btn-group > li:first-child:not(:last-child) > .btn {
  border-top-left-radius: .35em;
  border-bottom-left-radius: .35em;
}

.btn-group > li:last-child:not(:first-child) > .btn {
  border-top-right-radius: .35em;
  border-bottom-right-radius: .35em;
}

.fas {
  margin-right: 5px;
  top: 2px;
  line-height: .8em;
}

.fa-solid {
  width: 1.3em;
  margin-right: 5px;
  top: 2px;
  line-height: .8em;
}

.nnl-footer{
  height: 62px;
  font-size: 13px;
}

header ul.dropdown-menu {
  text-transform: none;
}

#www-fido .dropdown-menu > li > a {
  white-space: normal;
}

@media (min-width: 768px) {
  #www-fido .dropdown-menu > li > a {
    white-space: nowrap;
  }
}

.center-block p,
.center-block .fido-button {
  margin: 0 auto .85em;
  text-align: center;
  display: block;
}

a .fas {
  cursor: pointer;
}
/* --- END Bootstrap CSS Overrides --- */

/* --- BEGIN jQuery EasyUI CSS Overrides --- */
.panel.datagrid {
  border-radius: 0;
  border: 0;
  width: 100%;
  margin: 0;
}

.datagrid .panel-header,
.datagrid .panel-body {
  border-color: #d4d4d4;
}

.panel-body {
  background-color: #fff;
  padding: 0;
  font-size: 1em;
}

.datagrid .panel-body {
  padding: 0;
  line-height: 1.3em;
}

.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
  vertical-align: middle;
}

.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
  font-size: .9em;
  padding: 3px 8px 0;
  cursor: pointer;
}

.datagrid-header .datagrid-cell span {
  font-size: 1em;
  font-weight: 500;
}

.datagrid-header-row, .datagrid-row {
  height: 28px;
}

.datagrid-row-selected {
  background: #fcba40;
}

.datagrid-toolbar {
  padding: 4px;
  border-width: 0 1px 1px;
}

.l-btn-text {
  font-size: 1em;
  font-weight: 500;
}

.l-btn-disabled:hover,
.l-btn-disabled .l-btn-text {
  color: #404040;
}
/* --- END jQuery EasyUI CSS Overrides --- */

body {
  font-size:  0.9rem !important;
  line-height: 1.42857143rem !important;
  color: #333;
  background-color: #f9f9f9;
  height: 100%;
  font-family: Montserrat, sans-serif;
}

header a, header a:visited {
  color: #000;
}

a,
a:hover,
a:active {
  text-decoration: none;
  color: #626262;
  cursor: pointer;
}

h1 {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 400;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}

#site_header h1 {
  margin: 0;
  padding: 1.05em 0 .8em .28em;
  text-align: center;
  font-weight: bold;
}

#site_header .login-page-title {
  font-size: 1.875em;
  line-height: 1.1em;
  font-weight: bold;
  border: 0;
  padding: 1.05em 0 .8em .28em;
  text-align: center;
}

#hero h1 span {
  display: block;
}

#site_header {
  margin-bottom: 5%;
}

#sign-in-container {
  margin-top: 10px;
  padding: 25px 0;
  max-width: 400px;
}

#loginPage {
  background-color: #EDF1F1;
}

#loginPage #hero {
  text-align: center;
}

#hero #content {
  font-size: 1.25em;
  min-height: 15em;
  margin-bottom: 4em;
}

#loginPage #hero #content {
  min-width: 400px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  #hero #content {
    float: left;
    width: 75%;
  }
}

@media (min-width: 992px) {
  #hero #content {
    width: 60%;
  }
}

#hero #content p {
  margin: 0 0 .25em;
}

#hero #content a {
  font-weight: normal;
  font-size: 1.4em;
}

#hero #content p.small {
  font-size: .65em;
  margin-top: .75em;
}

#hero #content p.small a {
  display: inline-block;
  margin: 0 .5em;
}

#loginPage #hero label.checkbox input[type=checkbox] {
  margin-top: 1px;
}

#loginPage #hero label.checkbox {
  font-size: .85em;
}

#loginPage #hero #content a {
  font-size: 1.05em;
}

#site_intro {
  margin: 0;
  text-align: left;
  font-size: 1rem;
}

#email-group {
  margin: 5px 0;
}

#site_intro .container {
  padding: 1.5em 1.9em 1em;
}

#fido_message {
  background: #fe6;
  text-align: center;
  padding: .8em;
  font-size: .85em;
  display: none; /* Hide by default */
}

#fido_message p {
  margin: 0 auto;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.2em;
}

#fido_message.button p {
  text-align: right;
  float: left;
  margin: .4em 1.4em .1em 2em;
}

#fido_message.button button {
  float: left;
}

#modalSignup .modal-body {
  text-align: center;
}

#modalSignup .modal-body p{
  padding: 10px;
}

@media screen and (min-width: 1200px) {
  #fido_message p {
    max-width: 75%;
  }

  #fido_message.button p {
    margin-left: 5em;
  }
}

@media screen and (max-width: 900px),
screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 960px) {
  #fido_message.button p {
    max-width: 100%;
    margin-left: 0;
    text-align: center;
    float: none;
  }

  #fido_message.button button {
    float: none;
    margin: .75em auto .1em;
    display: block;
  }

  #fido_message p {
    display: inline;
  }

  #fido_message {
    padding: .5em .75em;
    font-size: .95em;
  }
}

.login_options {
  background: #EDF1F1;
  margin-bottom: 1.5em;
}

.auth,
.app {
  border-radius: 8px;
  display: inline-block;
  overflow: visible;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.auth {
  margin: 1.2em .9em;
  padding: 1em 1em 1em 1em;
  background-color: #94B7BB;
  font: bold .8em/1.1em Lato, sans-serif;
}

.auth:hover {
  background-color: #75787B;
  color: white;
}

.auth.password {
  background-color: #69a9ad;
}

.auth.password:hover {
  background-color: #099;
}

.auth.u2f {
  background-position: 50% -196px;
  padding-top: 89px;
}

.auth.windows {
  background-position: 50% -392px;
}

#main {
  max-width: 1200px;
  background-color: #f9f9f9;
  margin: 20px auto;
  padding: 1em 0 2em;
  flex-grow: 1;
}

#main #content,
.jsDisableMsg.container {
  min-height: 18em;
  margin-bottom: 4em;
}

#dashboard-spacer {
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

#dashboard-spacer #main {
    max-width: 1200px;
    background-color: #f9f9f9;
    margin: 20px auto;
    padding: 1em 0 2em;
    flex-grow: 1;
    display: block;
    overflow-x: auto;
    width: 100%;
}

#dashboard-spacer #main #content {
    column-count: 1;
    column-gap: 20px;
    min-height: 0 !important;
    text-align: center;
    margin: 0 auto;
}

/* For 2 or less items. */
#dashboard-spacer #main #content.centered-flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/* For 2 or less items(cards) && small screens. */
@media (max-width: 880px) {
    #dashboard-spacer #main #content.centered-flex {
      display: block;
    }
}

/* Ensure items don’t break between columns */
#dashboard-spacer #main #content > * {
    display: inline-block;
    text-align: initial;
    break-inside: avoid;
    margin-bottom: 20px;
    vertical-align: top;
}

@media (min-width: 1051px) {
    #dashboard-spacer #main #content {
        column-count: 2;
        width: 85%;
    }
}

@media (min-width: 881px) and (max-width: 1050px) {
    #dashboard-spacer #main #content {
        column-count: 2;
        width: 100%;
    }
}

@media (max-width: 880px) {
    #dashboard-spacer #main #content {
        column-count: 1;
        max-width: 500px;
    }
}

#dashboard-spacer #main .card-regular {
    border: 0.95px solid #AAAAAA;
    border-radius: 0.5rem;
    box-shadow: 4px 3.5px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-right: 1.2rem;

    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    height: min-content;
}

#dashboard-spacer #main .card-style-more {
    border: 0.95px solid #AAAAAA;
    border-radius: 0.5rem;
    box-shadow: 4px 3.5px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-right: calc(1rem + 29px); /* This is for the "more" button */

    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    height: min-content;
    cursor: pointer;
}

@media (min-width: 435px) {
    #dashboard-spacer #main .card-regular,
    #dashboard-spacer #main .card-style-more {
        width: 380px;
    }
}

@media (max-width: 434px) {
    #dashboard-spacer #main .card-regular,
    #dashboard-spacer #main .card-style-more {
        width: 80vw;
        min-width: 260px;
    }
}

#dashboard-spacer #main .card-body {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    padding-bottom: 0.4rem;
    padding-top: 0.6rem;
    position: relative;
}

#dashboard-spacer #main .card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #000;
    margin-left: 0.4rem;
}
  
#dashboard-spacer #main .card-subtitle-li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: #000;
    margin-top: 0;
    margin-bottom: 0.65rem;
    margin-left: 1rem;
    padding: 0;
    align-items: center;
}

#dashboard-spacer #main .spinner-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    vertical-align: middle;
}

#dashboard-spacer #main .card-subtitle-wrapper {
    display: block;
    margin-top: 0;
    margin-bottom: 0.65rem;
    padding: 0;
}

#dashboard-spacer #main .card-subtitle-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: #000;
    text-decoration: underline;
    display: inline;
}

#dashboard-spacer #main .card-subtitle-regular {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: #000;
    margin-top: 0;
    margin-bottom: 0.65rem;
    padding: 0;
    display: block;
}
  
#dashboard-spacer #main .card-more-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 1.2;
    color: #000;
    text-decoration: underline;
    border: none;
    background: none;
    padding: 0;
    margin-top: 0.5rem;
    display: inline-block;
    outline: none;
}
  
#dashboard-spacer #main .card-content-more {
    position: absolute;
    bottom: 0.4rem;
    right: 0.6rem;
    margin-top: -1.25rem;
    text-align: right;
    margin-right: calc(-1rem - 29px);
}

#dashboard-spacer #main .card-content-children-text {
    padding-left: 1.77rem;
    padding-top: 0.65rem;
    cursor: default;
}

#dashboard-spacer #main .card-content-children-video {
    padding-left: 1.2rem;
    padding-top: 0.65rem;
}

.cell-hidden-item {
    display: none !important;
}

.cell-potential-hidden-item {
    all: unset;
}

#regCodeLoginDiv {
  width: 350px;
  margin: 20px auto;
  padding: 1em 0 2em;
  flex-grow: 1;
}

#regCodeLoginDiv p {
  font-size: 18px;
  padding: 5px 0;
}

#regCodeLoginDiv input[name="regCode"] {
  width:100%;
}

#login-page-main {
  max-width: 1200px;
  margin: 20px auto;
  padding: 1em 0 2em;
  flex-grow: 1;
}

.spacer{
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

nav {
  background: #ffffff url(../img/bg.png) -115px repeat-y;
  font-size: 14px;
}

.login_options[data-tag*="styles:view_background"] {
  --light-background-color: #EDF1F1;
  --dark-background-color: #D9D9D6;
}

[data-tag*="styles:nav_bar_background"] {
  --light-background-color: #FFFFFF;
  --dark-background-color: #555555;
}

[data-tag*="styles:nav_bar_background"] {
  background-color: var(--light-background-color);
}

body.nnl-dark-mode [data-tag*="styles:nav_bar_background"] {
  background-color: var(--dark-background-color);
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger.active.focus,
.btn-danger:active:focus,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-divider {
  height: 1px;
  margin: .5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

h2 {
  margin: 1em 0 .7em;
  font-size: 1.685em;
  font-weight: 300;
}

#view > div > h2 {
  margin-top: .3em;
}

h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

section > h4 {
  font-weight: 200;
  line-height: 1.2em;
  padding: 0 0 .3em;
  text-transform: uppercase;
  color: #888;
  font-size: 1.1em;
  border-bottom: 1px solid #ccc;
  margin: 0 0 .7em;
}

ul {
  list-style: disc;
}

#help section ul#toc {
  margin-bottom: 1.3em;
}

#help section ul#toc ul {
  margin-left: 1.1em;
}

#help section ul#toc > li {
  margin: 0 0 1em 1.1em;
}

ol li {
  margin: 0 0 1em 2.5em;
}

li.passed,
li.failed {
  padding-bottom: 3px;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: .5em;
  font-weight: 500;
}

b, strong, th {
  font-weight: 500;
}

td {
  font-weight: 200;
}

#check-info {
  color: #ccc;
}

form div {
  margin: 0 0 1em;
}

label {
  margin: 0 .2em .5em .5em;
  font-weight: 600;
  font-size: 1rem;
}

.radio label {
  margin-right: 2em;
}

label.inline {
  width: 6em;
  text-align: right;
}

.center {
  text-align: center;
}

.btn-group {
  margin: 1em 0;
}

.btn-group.top {
  margin-top: 0;
}

.btn-group label {
  margin: 0;
}

textarea,
pre {
  width: 100%;
  height: auto;
  margin-bottom: .75em;
}

textarea {
  padding: .45em .4em;
}

pre {
  padding: .45em 0;
  white-space: pre-wrap;
}

textarea,
pre,
.messages,
.code,
#bahu,
.bahu {
  font: normal 1em/1.2em 'Andale Mono', 'Lucida Sans Typewriter', Consolas, 'Lucida Console', Monaco, monospace;
  letter-spacing: -.05em;
}

.messages,
#bahu,
.bahu {
  max-height: 18em;
  overflow: auto;
  margin-bottom: 1em;
}

.nowrap {
  white-space: nowrap;
}

input[type=button].nnl,
input[type=submit].nnl,
input[type=reset].nnl,
button.nnl,
.ui-widget button.nnl,
.fido-button {
  font-size: 1.35em;
  min-width: 0;
  margin-right: .25em;
}

#content section.container {
  padding: 1em 0 0 7px;
}

#content section.container .closed {
  margin-top: .5em;
}

#content section.container .closed h2:first-child {
  margin-top: .25em;
}

button#sample {
  margin-left: 2em;
}

div#results {
  margin-top: 3em;
}

#view_default,
#view > div:not(:first-child) {
  padding: 15px 0 0;
}

table.legend {
  margin: 0 .7em 1em 0;
}

table.legend:last-child {
  margin-right: 0;
}

table.results {
  margin: 0 0 2em;
}

table.legend th,
table.legend td {
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 5px 7px;
}

table.results th,
table.results td {
  padding: 10px 5px 0;
  vertical-align: top;
}

.table > thead > tr > th.middle,
.table > tbody > tr > th.middle,
.table > tfoot > tr > th.middle,
.table > thead > tr > td.middle,
.table > tbody > tr > td.middle,
.table > tfoot > tr > td.middle,
table.results .middle {
  vertical-align: middle;
}

.table > thead > tr > th.center,
.table > tbody > tr > th.center,
.table > tfoot > tr > th.center,
.table > thead > tr > td.center,
.table > tbody > tr > td.center,
.table > tfoot > tr > td.center,
table.results .center {
  text-align: center;
  padding: 10px 10px 0;
}

table.legend th,
table.results th {
  text-align: right;
}

table.legend th.title {
  text-align: center;
  font-size: 1.25em;
  font-weight: 400;
  padding: .5em .3em;
}

table.checklist td {
  padding: 0 15px 20px 0;
  vertical-align: top;
}

table.checklist td:first-child {
  padding-right: 5px;
}

table.results td input[type=checkbox],
table.results td input[type=radio],
table.checklist td input[type=checkbox],
table.checklist td input[type=radio],
table.checklist td select {
  position: relative;
}

table.results td input[type=checkbox],
table.results td input[type=radio],
table.checklist td input[type=checkbox],
table.checklist td input[type=radio] {
  top: -2px;
}

table.checklist td select {
  top: -3px;
}

table.results tr.field th,
table.results tr.field td {
  padding: 21px 5px 11px;
}

@media (min-width: 1200px) {
  table.legend {
    float: left;
  }

  td.code {
    width: auto;
  }
}

table.results th.section {
  vertical-align: bottom;
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
}

table.results th.category {
  font-size: 1.25em;
  font-weight: 400;
  padding: 1.5em 4px 7px 0;
}

table.results tr:first-child th.category {
  padding-top: 10px;
}

table.results td.columns {
  width: 75%;
}

table.results td.columns div {
  float: left;
  width: 10%;
  margin: 0 1em .5em 0;
}

table.table tr.admin td {
  background-color: #fee;
}

table.table tr.approver td {
  background-color: #ffc;
}

.passed {
  color: #008000;
}

.navbar-brand .sup,
.failed,
.req {
  color: #f01616;
}

.msg {
  display: none;
  font-weight: 500;
  line-height: 1.2em;
}

.reddy {
  background-color: #ff0;
  color: #f01616;
  padding: 1px;
  font-weight: bold;
}

#content .container {
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
}

#content .container label span {
  font-weight: bold;
  cursor: pointer;
}

#content .container .closed {
  display: none;
  width: 98.8%;
  margin: .2em 0 0 1.1%;
  overflow: auto;
}


#fileinput {
  display: inline-block;
}

.icon-img {
  vertical-align: middle;
  margin-right: .4em;
}

form#feedback textarea,
form#feedback input[type=text],
form#feedback input[type=email] {
  width: 100%;
}

form#feedback textarea {
  height: 300px;
  font-size: 1em;
}

.col:first-child {
  margin-left: 0;
}

.span_1_of_2 {
  width: 49.2%;
}

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

section {
  padding-bottom: 1em;
}

section:last-child {
  padding-bottom: 0;
}

.setup_info {
  padding: 0 0 0 8.5em;
  background-color: transparent;
  background-image: url(../img/setup.png);
  background-repeat: no-repeat;
}

.setup_info.mobile {
  background-position: 0 -667px;
  min-height: 110px;
}

.setup_info.mfac {
  background-position: 0 -454px;
  min-height: 90px;
}

.setup_info.u2f {
  background-position: 0 -255px;
  min-height: 50px;
}

html {
  font-family: Montserrat, sans-serif;
  height: 100%;
}

.setup_info.password {
  background-position: 0 -25px;
  min-height: 50px;
}

.setup_info.ios,
.setup_info.android {
  display: inline-block;
  width: 110px;
  height: 38px;
  padding: 0;
  margin-right: .5em;
}

.setup_info.ios {
  background-position: 0 -916px;
}

.setup_info.android {
  background-position: 0 -1136px;
}

#form-spinner {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  z-index: 1000;
}

#form-spinner-content {
  display: table;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#spinner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: larger;
  padding-top: 80px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .75;
  z-index: 10000;
  display: table;
  -moz-opacity: .75;
  filter: alpha(opacity=75);
}

#overlaytext {
  position: relative;
  top: 10em;
  left: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-weight: 100;
  font-size: 2em;
  line-height: 1.3em;
}

.list {
  border-bottom: 1px solid #ccc;
  margin: 0 0 1em;
}

.list h4 {
  margin: 0;
}

.list > div {
  padding: .7em 0 .8em;
  line-height: 1em;
}

.list > div:first-child {
  padding-top: 0;
}

.list label {
  display: inline-block;
  font-size: 1.45em;
  font-weight: 200;
  line-height: 1.1em;
  margin: 0;
  max-width: 72%;
  cursor: default;
}

.list label span {
  display: block;
  color: #888;
  font-size: .85em;
}

.list a {
  margin: 0;
  float: right;
  font-size: 1.45em;
  line-height: 1.1em;
  cursor: pointer;
}

.list hr {
  margin: 0;
  background: #ccc;
  height: 1px;
  border-width: 0 0 1px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.list hr:last-child {
  display: none;
}

#help section {
  border-bottom: 1px solid #999;
  padding-bottom: 0;
}

#help section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

footer {
  margin: -10px 0 0;
  padding: 0 3em;
  z-index: 1000;
  width: 100%;
  background-color: #e5e5e5;
  font-size: 12px;
}

#footer .copyright *{
  font-size: 12px;
}

#copyright,
.copyright {
  padding-top: 24px;
  padding-bottom: 16px;
  font-size: 12px;
}

#copyright p,
.copyright p {
  float: left;
}

.clear,
#copyright ul,
.copyright ul {
  clear: both;
}

#copyright ul,
.copyright ul {
  list-style: none;
}

#copyright ul li,
.copyright ul li {
  float: left;
  color: #fcba41;
}

#copyright ul li a,
.copyright ul li a {
  color: #333;
  margin: 0 10px 0 0;
  padding-right: 10px;
  text-decoration: none;
  border-right: 1px solid #aaa;
}

#copyright ul li a:hover,
.copyright ul li a:hover,
#copyright ul li a:active,
.copyright ul li a:active {
  color: #10A3BA;
}

#copyright ul li:last-child a,
.copyright ul li:last-child a {
  border: none;
  padding: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  #copyright ul,
  .copyright ul {
    float: right;
    clear: none;
  }
}

#copyright ul li.highlight a,
.copyright ul li.highlight a {
  color: #fff;
}

.accessibility {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.alt {
  display: none;
}

#orgSelector {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

.left-align {
  text-align:left !important;
}

.role_category {
  text-align: left;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
}

.form-control  {
  color: #555;
  border: 1px solid #ccc;
}

#role-modal select {
  text-transform: capitalize;
}

#role-modal .modal-body {
  max-height: 550px;
}

#navbar-menu .dropdown-toggle::after{
  display: none;
}

.nav {
  display: unset;
}

.modal-header .close {
  padding: unset;
  margin: unset;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
  }
  .container {
    max-width: unset;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.btn-toolbar {
  display: block;
}


.col-5 {
  max-width: unset;
}

#editBtn {
  margin-bottom: 9px;
}

#DIV_1 {
  bottom: 0;
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  display: inline-block;
  height: 34px;
  left: 0;
  position: relative;
  right: 0;
  text-decoration: none solid rgb(51, 51, 51);
  text-size-adjust: 100%;
  top: 0;
  vertical-align: middle;
  width: 174.047px;
  column-rule-color: rgb(51, 51, 51);
  perspective-origin: 87.0156px 17px;
  transform-origin: 87.0156px 17px;
  caret-color: rgb(51, 51, 51);
  border: 0 none rgb(51, 51, 51);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0 10px 10px 0;
  outline: rgb(51, 51, 51) none 0;
}/*#DIV_1*/

#DIV_1:after {
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  text-decoration: none solid rgb(51, 51, 51);
  text-size-adjust: 100%;
  column-rule-color: rgb(51, 51, 51);
  caret-color: rgb(51, 51, 51);
  border: 0 none rgb(51, 51, 51);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  outline: rgb(51, 51, 51) none 0;
}/*#DIV_1:after*/

#DIV_1:before {
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  text-decoration: none solid rgb(51, 51, 51);
  text-size-adjust: 100%;
  column-rule-color: rgb(51, 51, 51);
  caret-color: rgb(51, 51, 51);
  border: 0 none rgb(51, 51, 51);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  outline: rgb(51, 51, 51) none 0;
}/*#DIV_1:before*/

#A_2 {
  bottom: 0;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: block;
  float: left;
  height: 34px;
  left: 0;
  position: relative;
  right: 0;
  text-align: center;
  text-decoration: none solid rgb(255, 255, 255);
  text-size-adjust: 100%;
  top: 0;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  width: 174.047px;
  column-rule-color: rgb(255, 255, 255);
  perspective-origin: 87.0156px 17px;
  transform-origin: 87.0156px 17px;
  user-select: none;
  caret-color: rgb(255, 255, 255);
  background: rgb(37, 169, 224) none repeat scroll 0 0 / auto padding-box border-box;
  border: 1px solid rgb(51, 122, 183);
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  outline: rgb(255, 255, 255) none 0;
  padding: 6px 12px;
}/*#A_2*/

#A_2:after {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none solid rgb(255, 255, 255);
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: rgb(255, 255, 255);
  user-select: none;
  caret-color: rgb(255, 255, 255);
  border: 0 none rgb(255, 255, 255);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  outline: rgb(255, 255, 255) none 0;
}/*#A_2:after*/

#A_2:before {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none solid rgb(255, 255, 255);
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: rgb(255, 255, 255);
  user-select: none;
  caret-color: rgb(255, 255, 255);
  border: 0 none rgb(255, 255, 255);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  outline: rgb(255, 255, 255) none 0;
}/*#A_2:before*/

#SPAN_3 {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  text-align: center;
  text-decoration: none solid rgb(255, 255, 255);
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: rgb(255, 255, 255);
  perspective-origin: 0 0;
  transform-origin: 0 0;
  user-select: none;
  caret-color: rgb(255, 255, 255);
  border: 0 none rgb(255, 255, 255);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  outline: rgb(255, 255, 255) none 0;
}/*#SPAN_3*/

#SPAN_3:after {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  text-align: center;
  text-decoration: none solid rgb(255, 255, 255);
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: rgb(255, 255, 255);
  user-select: none;
  caret-color: rgb(255, 255, 255);
  border: 0 none rgb(255, 255, 255);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  outline: rgb(255, 255, 255) none 0;
}/*#SPAN_3:after*/

#SPAN_3:before {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  text-align: center;
  text-decoration: none solid rgb(255, 255, 255);
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: rgb(255, 255, 255);
  user-select: none;
  caret-color: rgb(255, 255, 255);
  border: 0 none rgb(255, 255, 255);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  outline: rgb(255, 255, 255) none 0;
}/*#SPAN_3:before*/

.col-1-5 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
button:disabled{
  cursor: auto;
}
#deleteUserBtn{
  border:0;
  background:transparent;
}
.modal-open[style] {
  padding-right: 0 !important;
}

.btn-primary {
  background-color: #0C7788;
  color: #FFFFFF;
  border-color: #0C7788;
}

.btn-primary:not(:disabled).hover,
.btn-primary:not(:disabled):hover {
  background-color: #10A3BA;
  color: #FFFFFF;
  border-color: #10A3BA;
}

.btn-primary:not(:disabled).focus,
.btn-primary:not(:disabled):focus {
  background-color: #0C7788;
  outline: none;
  box-shadow: none;
}

.btn-primary:not(:disabled).focus-visible,
.btn-primary:not(:disabled):focus-visible {
  background-color: #0C7788;
  outline: 3px solid #0C7788;
  outline-offset: 1px;
  color: #FFFFFF;
}

.btn-primary:not(:disabled).active,
.btn-primary:not(:disabled):active {
  background-color: #0A6574 !important;
  color: #FFFFFF;
  border-color: #0A6574 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #B1D1D5;
  color: #7A8A8C;
  border-color: #B1D1D5;
}

fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #0C7788;
  color: #FFFFFF;
}

.pagination > .active > a,
.pagination > .active > span {
  background-color: #0A6574;
  color: #FFFFFF;
}

.page-item.active .page-link {
  background-color: #0C7788;
  border-color: #0C7788;
}

.open > .dropdown-toggle.btn-primary.active,
.open > .dropdown-toggle.btn-primary:active,
.pagination > .active > a:active,
.pagination > .active > span:active {
  background-color: #0A6574;
  color: #FFFFFF;
}

.open > .dropdown-toggle.btn-primary.hover,
.open > .dropdown-toggle.btn-primary:hover,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #10A3BA;
  color: #FFFFFF;
}

.open > .dropdown-toggle.btn-primary.focus-visible,
.open > .dropdown-toggle.btn-primary:focus-visible,
.pagination > .active > a:focus-visible,
.pagination > .active > span:focus-visible {
  background-color: #0C7788;
  outline: 3px solid #0C7788;
  outline-offset: 1px;
  color: #FFFFFF;
}

.page-link {
  color: #0C7788;
}

.page-link:hover,
.page-link.hover,
.page-link:focus-visible,
.page-link.focus-visible {
  color: #096271;
}

.btn-outline-secondary {
  border-color: #0C7788;
  color: #0C7788;
}

.btn-outline-secondary:not(:disabled):focus,
.btn-outline-secondary:not(:disabled).focus {
  outline: 0;
  box-shadow: none;
}

.btn-outline-secondary:not(:disabled).focus-visible,
.btn-outline-secondary:not(:disabled):focus-visible {
  border-color: #0C7788;
  outline: 3px solid #0C7788;
  color: #096271;
  background-color: #f9f9f9;
}

.btn-outline-secondary:not(:disabled).hover,
.btn-outline-secondary:not(:disabled):hover {
  border-color: #388F9C;
  background-color: #EAEFF0;
  color: #096271;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  border-color: #378E9C;
  background-color: #CBDEE1;
  color: #378E9C;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6098A1;
  background-color: #F9F9F9;
  border-color: #E3ECED;
}

.hyperlink {
    color: #2897f7 !important;
}

.hyperlink:hover {
    color: darkblue;
}

.ui-state-active {
  border: 1px solid #f2f2f2;
  background: #cacaca;
  font-weight: normal;
  color: #000;
}

.ui-widget-content {
  border: 1px solid #e8e8e8 !important;
}

.flex-style {
  background: #f2f2f2;
}

.flex-text-font {
  font-size: 14px;
}

@media (max-width: 768px) {
  .flex-text-font {
    font-size: 13px;
  }
}

.collpase-style {
  font-size: 1rem !important;
}

.nav-left-arrow {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, "Noto Sans", sans-serif !important;
}

.btn-info:not(:disabled):hover {
  background-color: #10A3BA;
  border-color: #10A3BA;
}

.btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-info:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2a96a5;
}

.btn-info:focus {
  box-shadow: none;
}

.btn-info {
  color: #fff;
  background-color: #0C7788;
  border-color: #0C7788;
  padding: 3px 4px;
  font-size: 13px;
}

.header-nav {
  display: flex;
  flex-direction: column;
  background-color: white;
}

.header-title {
  font-size: 1.1rem;
  color: #333;
}

.partition-heading-registrations {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bolder;
    font-size: larger;
}

.partition-heading-signin {
    margin-bottom: 10px;
    font-weight: bolder;
    font-size: larger;
}

.link-fido-register:link {
    text-decoration: underline;
}

.link-fido-register:hover {
    text-decoration: none;
}

.list-pagination {
    padding-top: 10px;
    margin: auto;
    width: 50%;
}

.setup-mobile-device {
  padding: 10px 0;
}

.btn-setup-new-device {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 66px;
  color: #313940;
  background-color: #ECECEC;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0 20px;
}

.btn-setup-new-device > img {
  padding-right: 16px;
}

span.section-title {
  font-size: 1.5em;
}

.password-form {
  margin-top: 1em;
}

.password-form > div {
  margin: 0;
}

.password-form label {
  color: #0C7788;
}

.password-form input {
  border: 2px solid #D5D3D3;
  height: 56px;
}

.password-form button,
.profile-form button {
  padding: 0.2em 1em;
  font-size: 1.1em;
  font-weight: 400;
  box-shadow: none;
}

.password-form button.submit,
.profile-form button.submit {
  color: white;
  background-color: #0C7788;
}

.password-form button.submit:disabled,
.profile-form button.submit:disabled {
  color: #7A8A8C;
  background-color: #B1D1D5;
}

.password-form button.submit:not(:disabled):active,
.profile-form button.submit:not(:disabled):active {
  color: #FFFFFF;
  background-color: #0A6574;
}

.password-form button.submit:not(:disabled):focus-visible,
.profile-form button.submit:not(:disabled):focus-visible {
  color: #FFFFFF;
  background-color: #0C7788;
  outline: 3px solid #0C7788;
  outline-offset: 1px;
}

.password-form button.submit:not(:disabled):hover,
.profile-form button.submit:not(:disabled):hover {
  color: #FFFFFF;
  background-color: #10A3BA;
}

.password-form button.cancel,
.profile-form button.cancel {
  color: #0C7788;
  background-color: #ECECEC;
}

#profile-form {
  max-width: 600px;
}

.profile-title {
  text-align: center;
  margin: 10px 0 20px;
}

.profile-title span {
  font-size: 2em;
  font-weight: 500;
}

.profile-form > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.profile-form label {
  font-size: 1.2em;
}

.profile-form input {
  width: 30em;
  height: 3.5em;
  border: 2px solid #D5D3D3;
}

.profile_buttons {
  justify-content: center !important;
  margin: 0.5em !important;
}

.profile_buttons > button:first-child {
  margin-right: 1em;
}

#downloadButton,
#applyChanges {
  font-size: 0.9rem;
}