﻿body {
  margin-top: 65px;
}
.navbar-header {
  position: relative;
  top: -4px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.icon {
  position: relative;
  top: -10px;
}

.container-page {
    width: 50%;
    margin: auto auto;
}

.login-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1%;
    width: 100%;
}

.login-forgotpassword {
    float: right;
}

.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 .clientid {
    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: '';
}
.ie11 {
    display: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .body-content {
        display: none;
    }

    .ie11 {
        display: block
    }

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline
    }

    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block
    }

    body {
        line-height: 1
    }

    ol, ul {
        list-style: none
    }

    blockquote, q {
        quotes: none
    }

        blockquote:before, blockquote:after, q:before, q:after {
            content: '';
            content: none
        }

    table {
        border-collapse: collapse;
        border-spacing: 0
    }

    * {
        box-sizing: border-box
    }

    .topbar {
        height: 60px;
        background: #fff;
        border-bottom: 1px solid #c5c5c5;
        box-shadow: 0 1px 4px rgba(0,0,0,0.25);
        padding: 0 15px
    }

    .topbar-logo {
        line-height: 59px
    }

        .topbar-logo > img {
            vertical-align: middle
        }

    body {
        background: #f5f5f5;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 21px
    }

    .narrow-wrapper {
        max-width: 440px;
        padding: 30px 20px;
        margin: 0 auto;
        text-align: center
    }

    .narrow-container {
        background: #fff;
        color: #000;
        border-radius: 4px;
        border: 1px solid #c5c5c5;
        padding: 20px;
        margin-bottom: 40px;
        overflow-wrap: break-word
    }

    .wrapper {
        max-width: 700px;
        padding: 30px 20px;
        margin: 0 auto;
        text-align: center
    }

    h1 {
        font-size: 24px;
        line-height: 36px;
        font-weight: 600;
        margin-bottom: 15px
    }

    h2 {
        font-size: 18px;
        line-height: 36px;
        font-weight: 600;
        margin-bottom: 15px
    }

    p {
        margin-bottom: 15px
    }

    a.button {
        background-color: #72bc42;
        text-shadow: 0 1px 0 #5e9b36;
        border-color: #4a7a2b;
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
        padding: 5px 14px;
        display: inline-block;
        font-size: 13px;
        text-align: center;
        line-height: 1.4;
        border: 1px solid #999;
        border-bottom-width: 2px;
        font-weight: 600;
        cursor: pointer;
        width: 100%
    }

        a.button:hover {
            color: #fff;
            background-color: #6db43f;
            text-decoration: none
        }

    .status-page-image {
        border-radius: 400px;
        background: #fff;
        border: 1px solid #c5c5c5;
        padding: 3px;
        width: 215px;
        height: 215px;
        margin-bottom: 15px
    }

    .supported-browsers-list {
        background: #fff;
        border: 1px solid #c5c5c5;
        margin-top: 30px;
        -webkit-border-radius: 4px;
        border-radius: 4px
    }

    .supported-browsers-list-item {
        padding: 70px 70px 70px 85px;
        border-bottom: 1px solid #dcdcdc;
        text-align: right
    }

    .browser-chrome {
        background: url(../icons/chrome.png) no-repeat 30px 50%
    }

    .browser-firefox {
        background: url(../icons/firefox.png) no-repeat 30px 50%
    }

    .browser-edge {
        background: url(../icons/edge.png) no-repeat 30px 50%
    }

    @media (min-width: 500px) {
        .supported-browser-download {
            text-align: right;
            float: right
        }

        .supported-browser-information {
            float: left
        }
    }

    .supported-browser-information {
        font-weight: 600;
        font-size: 15px
    }

        .supported-browser-information .small {
            color: grey;
        }

    a {
        color: #216ba5;
        text-decoration: none
    }

        a:hover {
            color: #144063;
            text-decoration: underline
        }

    .clearfix {
        clear: both
    }

    em {
        font-style: italic
    }

    .no-margin {
        margin: 0 !important
    }
}