﻿body {
  margin-top: 65px;
  padding-top:50px;
  background-color: #F3F3F3;
}
.navbar-header {
  position: relative;
  top: -4px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.icon {
  position: relative;
  top: -10px;
}
.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: '';
}

.btn.btn-green {
    margin: 0;
    color: #ffffff;
    background-color: #60b23a;
    border: 1px solid #60b23a;
    font-size: 14px;
    -moz-transition: background-color 0.2s, box-shadow 0.2s;
    -o-transition: background-color 0.2s, box-shadow 0.2s;
    -webkit-transition: background-color 0.2s, box-shadow 0.2s;
    transition: background-color 0.2s, box-shadow 0.2s;
}

    .btn.btn-green:enabled:hover {
        background-color: #71a720;
        color: #ffffff;
        border-color: #71a720;
    }

    .btn.btn-green:enabled:focus {
        outline: 0 none;
        outline-offset: 0px;
        -webkit-box-shadow: 0 0 0 0.2em #8dcdff;
        -moz-box-shadow: 0 0 0 0.2em #8dcdff;
        box-shadow: 0 0 0 0.2em #8dcdff;
    }

    .btn.btn-green:enabled:active {
        background-color: #609300;
        color: #ffffff;
        border-color: #609300;
    }
.navbar-inverse-white {
    background-color: #ffffff;
}
.l-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px; /* Set the fixed height of the footer here */
    line-height: 110px; /* Vertically center the text there */
    text-align: center;
    color: #006400;
}

.l-icon {
    height: 45px;
    margin-bottom: 5px
}

.l-header {
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 6px;
    background-color: #ffffff;  
}

.shadow {
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.12);
}
.textcenter {
    text-align: center;
}

.l-class{
    display: flex;
    align-items: center;
    justify-content: center;  
}
.align-right {
    display: flex;
    justify-content: flex-end;
}

