﻿body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#header {
    min-height: 50px;
}

#body-content {
    padding: 50px 0 75px 0; /* Height of the footer */
    background: linear-gradient(to bottom, #D0E8FF 0px, #ffffff 200px) no-repeat
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 50px; /* Height of the footer */
}

.text-primary {
    color: #004686 !important;
}

.page-header {
    padding: 0px;
    margin: 5px 0 5px;
    border-bottom: 1px solid #eee;
}
.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: '';
    }

.col-centered {
    float: none;
    margin: 0 auto;
    width: 50%;
}

.slider-container {
    border: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
}

.slider-checkbox {
    display: none;
}

.slider-label {
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    margin: 0;
}

.slider-inner {
    display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}

    .slider-inner:before,
    .slider-inner:after {
        box-sizing: border-box;
        display: block;
        float: left;
        font-family: sans-serif;
        font-size: 14px;
        font-weight: normal;
        height: 30px;
        line-height: 30px;
        padding: 0;
        width: 50%;
        text-align: center;
    }

    .slider-inner:before {
        background-color: #337ab7;
        color: #fff;
        content: attr(data-on);
    }

    .slider-inner:after {
        background-color: #eee;
        color: #000;
        content: attr(data-off);
    }

.slider-circle {
    background-color: #337ab7;
    border: 1px solid #ccc;
    border-radius: 20px;
    bottom: 0;
    display: block;
    margin: 5px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 22px;
}

.slider-checkbox:checked + .slider-label .slider-inner {
    margin-left: 0;
}

.slider-checkbox:checked + .slider-label .slider-circle {
    background-color: #eee;
    right: 0;
}

.hidelow {
    display: none;
}

#divAdditionalLinks a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
}

.vertical-divider {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 2px solid #337ab7;
}