﻿body {
  display: block;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0.5em;
}
p:last-child,
li:last-child,
ul:last-child {
  margin-bottom: 0;
}
#footer {
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
}
.left {
  float: left;
}
.right {
  float: right;
}
#usermessages {
  margin: 10px auto;
  width: 720px;
}
#resendCode {
  margin-top: 20px;
}
.textbox {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  float: left;
  outline: none;
}
a.ui-button.uniform {
  width: 78px;
}
button.ui-button.uniform,
input[type="button"] {
  width: 100px;
}
a.ui-button:hover {
  color: #333;
}
button:disabled,
.ui-button:disabled,
.disabled {
  cursor: default;
}
.info-tooltip.disabled {
  opacity: 0.65;
}
.user-message {
  width: 698px;
  margin: 0 auto 15px;
  line-height: 1.2em;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #888888;
  background: #f2f2f2;
  color: black;
}
.user-message .title {
  font-weight: bold;
}
.user-message .content {
  font-style: italic;
  display: inline;
}
.user-message.info {
  border-color: #0065bd;
  background: #b3cfe7;
}
.user-message.info .title {
  color: #0065bd;
}
.user-message.warning {
  border-color: #ff8c00;
  background: #ffddb2;
}
.user-message.warning .title {
  color: #ff8c00;
}
.user-message.error {
  border-color: #c00000;
  background: #f9aaaa;
}
.user-message.error .title {
  color: #c00000;
}
.user-message.success {
  border-color: #008000;
  background: #acddac;
}
.user-message.success .title {
  color: #008000;
}
.error-message li {
  font-style: italic;
  color: black;
}
.error-message.list {
  margin: 0 0 15px 0;
  padding: 10px;
  border: 1px solid #c00000;
  border-radius: 5px;
  background-color: #f9aaaa;
}
.error-message.list .title {
  color: #c00000;
  font-weight: bold;
}
.error-message.nolist ul {
  list-style: none;
}
.error-message.nolist ul li::before {
  content: "Error: ";
  font-weight: bold;
  font-style: normal;
  color: #c00000;
}
.error-message.nolist ul li {
  margin: 0 0 15px 0;
  padding: 10px;
  border: 1px solid #c00000;
  border-radius: 5px;
  background-color: #f9aaaa;
}
.main-content {
  margin: 15px auto;
  width: 720px;
  min-height: 226px;
  margin-bottom: 45px;
}
/** || Log In/Log Out */
.login-section {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.login-section > .col {
  padding: 20px;
  display: inline-block;
  overflow: hidden;
}
.login-section > .col.left {
  width: 422px;
}
.login-section > .col.left .content {
  width: 306px;
  margin-left: 20px;
  float: left;
}
.login-section > .col.left .content h1 {
  font-size: 19px;
  margin: 0 0 15px 0;
  line-height: 1.2em;
}
.login-section > .col.left .content p {
  margin: 15px 0 0 0 !important;
}
.login-section > .col.right {
  width: 215px;
  position: relative;
  border-left: 1px solid #ccc;
}
.login-section .links > a {
  float: left;
  clear: left;
}
.login-section .ui-button {
  margin: 0 0 10px 0;
}
.login-section .ui-button:last-child {
  margin: 0 0 20px 0;
}
.login-section .ui-button.right {
  clear: right;
}
.login-form input[type=text],
.login-form input[type=email],
.login-form input[type=password] {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  float: left;
  outline: none;
  margin-bottom: 10px;
  width: 193px;
}
.login-form .remember-me {
  margin-top: 5px;
  float: left;
}
.login-form label {
  float: left;
}
.logged-out {
  margin-bottom: 1rem;
}
.grant {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
}
.grant > .row {
  overflow: hidden;
}
.grant .col {
  float: left;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.grant .col .row {
  margin-bottom: 10px;
}
.grant .col .row:last-of-type {
  margin-bottom: 0;
}
.grant .col:last-child {
  border-right: 0;
}
.grant .col:nth-child(1) {
  width: 100px;
}
.grant .col:nth-child(2) {
  width: 386px;
}
.grant ul {
  margin-top: 5px;
}
.grant li {
  margin-bottom: 5px;
}
.grant li:last-of-type {
  margin-bottom: 0;
}
.grant .ui-button {
  margin: 0;
}
.grant .clientname,
.grant .granttype,
.grant .created,
.grant .expires {
  font-weight: bold;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 10px;
  margin-left: 0;
}
.diagnostics .col {
  float: left;
  width: 50%;
}
.login-section .fad {
  line-height: 0.9em;
  --fa-primary-color: black;
  --fa-secondary-color: #595959;
}
.login-section #editEmail {
  margin-left: 3px;
}
.login-section #editEmail i {
  --fa-primary-color: #0065bd;
  --fa-secondary-color: #0065bd;
}
.small-container {
  width: 500px;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 5px;
}
table tr td {
  border-top: 1px solid #ccc;
  padding: 5px;
}
table tr td .ui-button {
  margin: 0;
}
table tr td:first-child {
  border-left: 1px solid #ccc;
}
table tr td:last-child {
  border-right: 1px solid #ccc;
}
table tr:last-child td {
  border-bottom: 1px solid #ccc;
}
#back {
  clear: both;
  position: absolute;
  bottom: 0;
  left: 20px;
}
/** || Toolbar */
.text_links {
  /** Emulate link styling */
}
.text_links button {
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  cursor: pointer;
}
.text_links button:hover {
  opacity: 0.65;
}
.external-provider-divider:before,
.external-provider-divider:after {
  content: "";
  flex: 1;
  border-bottom: 1px solid;
  margin: auto 1em;
  color: #ccc;
}
.external-provider-divider {
  display: flex;
  flex-direction: row;
  margin: 2.5em 2em 2em 2em;
}
.external-provider-divider .text {
  margin: 0 1em;
}
.login-section .external-Provider-Button.ui-button {
  margin: 0 0.2em;
  clear: both;
}
.external-providers {
  text-align: center;
  clear: both;
  overflow: hidden;
}
.more-padding td {
  padding: 10px;
}
.informational-text {
  margin-bottom: 10px;
}
#textInput {
  bottom: -2px;
  position: relative;
}
