﻿.input-validation-error {
  border-color: #dc3545;
  border-width: 2px;
  margin-bottom: 3px;
}

.special-blue {
  --fa-primary-color: #0057ab;
  --fa-secondary-color: #0057ab;
  --fa-secondary-opacity: 0.1;
}

.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;
}

.grants .page-header {
  margin-bottom: 10px;
}

.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}

  .grants .grant img {
    width: 100px;
    height: 100px;
  }

  .grants .grant .clientname {
    font-size: 140%;
    font-weight: bold;
  }

  .grants .grant .granttype {
    font-size: 120%;
    font-weight: bold;
  }

  .grants .grant .created {
    font-size: 120%;
    font-weight: bold;
  }

  .grants .grant .expires {
    font-size: 120%;
    font-weight: bold;
  }

  .grants .grant li {
    list-style-type: none;
    display: inline;
  }

    .grants .grant li:after {
      content: ', ';
    }

    .grants .grant li:last-child:after {
      content: '';
    }

.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}

.logged-out {
  text-align: center;
}

  .logged-out .post-logout-redirect-uri {
    font-weight: 900 !important;
  }

.logout {
  font-weight: bold;
}

.signout {
}

meter {
  /* Reset the default appearance */
  /*-webkit-appearance: none;*/
  -moz-appearance: none;
  /*appearance: none;*/
  display: block;
  margin: 0 auto 0.2em;
  width: 100%;
  height: 0.5em;
  /* Applicable only to Firefox */
  background: none;
  background-color: lightgray;
  background-color: rgba(0, 0, 0, 0.1);
}

  meter::-webkit-meter-bar {
    background: none;
    background-color: lightgray;
    background-color: rgba(0, 0, 0, 0.1);
  }

  /* Webkit based browsers */

  meter[value="1"]::-webkit-meter-optimum-value {
    background: #D63737;
  }

  meter[value="2"]::-webkit-meter-optimum-value {
    background: #FFA503;
  }

  meter[value="3"]::-webkit-meter-optimum-value {
    background: #9ACD33;
  }

  meter[value="4"]::-webkit-meter-optimum-value {
    background: #32A300;
  }

  /* Gecko based browsers */

  meter[value="1"]::-moz-meter-bar {
    background: #D63737;
  }

  meter[value="2"]::-moz-meter-bar {
    background: #FFA503;
  }

  meter[value="3"]::-moz-meter-bar {
    background: #9ACD33;
  }

  meter[value="4"]::-moz-meter-bar {
    background: #32A300;
  }

.password-message {
  font-size: small;
  padding: 0;
}