html {
  height: 100%;
}
body {
  height: calc(-27%);
}
.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: '';
}
.page-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}
.client-links {
  padding: 5px;
  display: flex;
}
.client-links .client-links-link {
  margin: 5px;
  flex: 1;
}
.client-links .client-links-link a {
  transition: all 0.2s ease-in-out;
  font-size: larger;
  text-decoration: none;
}
.client-links .client-links-link a:hover {
  text-decoration: none;
  transform: scale(1.1);
}
a.client-links-link {
  transition: all 0.2s ease-in-out;
  font-size: larger;
  text-decoration: none;
}
a.client-links-linkhover {
  text-decoration: none;
  transform: scale(1.1);
}
.client-card-links {
  padding: 5px;
  display: flex;
}
.client-card-links .card {
  width: 300px;
  margin: 20px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0), 0 2px 11px 0 rgba(0, 0, 0, 0.07), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.client-card-links .card:hover {
  /*transform: scale(1.1);*/
  background: rgba(0, 0, 0, 0);
  /*color: #3a7999;*/
  box-shadow: inset 0 0 0 3px rgba(0, 162, 169, 0.5);
}
.client-card-links .card-img-top {
  padding: 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  /*background-color: rgba(0, 162, 169, 0.31);
        background: linear-gradient(to top, rgba(0, 162, 169, 0.7) 0%, rgba(0, 162, 169, 0.3) 100%);*/
  /*background-color: rgba(0, 0, 0, 0.5);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.11) 100%);*/
}
.client-card-links .no-padding.card-img-top {
  padding: 0px;
}
.client-card-links .card-body a {
  margin-top: 5px;
}
.client-card-links .card-body a.no-link {
  cursor: not-allowed;
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* The Close Button */
}
.modal-content .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal-content .close:hover,
.modal-content .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
html {
  height: 100vh;
}
body {
  min-height: 100vh;
}
.app-image {
  /*width: 150px;*/
  height: 100px;
}
.app-tab-image {
  width: 20px;
}
.links-row div {
  margin: 10px;
  display: flex;
}
.links-row div a {
  flex: 1;
}
.accordion-open .links-card {
  margin: 20px 0px;
}
.home-page .minlog-tabs .tab-content,
.login-page .minlog-tabs .tab-content {
  margin-top: 10px;
}
#debugInfo {
  display: none;
  position: fixed;
  z-index: 1;
  right: 0;
  bottom: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 50vh;
  overflow-y: scroll;
}
#debugInfo .card .card-header {
  background-color: rgba(0, 162, 169, 0.4);
}
#debugInfo .card .card-body {
  padding: 5px;
}
.closeMe {
  float: right;
  font-size: larger;
}
.closeMe:hover {
  cursor: pointer;
}
.in-view-height-full {
  height: 86vh;
}
