﻿@font-face {
    font-family: 'Source Sans Pro';
    src: url(/fonts/SourceSansPro-Regular-initial.woff2) format("woff2"), url(/fonts/SourceSansPro-Regular-initial.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url(/fonts/SourceSansPro-Light-initial.woff2) format("woff2"), url(/fonts/SourceSansPro-Light-+initial.woff) format("woff");
    font-weight: 300;
    font-display: swap;
}

.app-header > a {
    text-decoration: none;
}

    .app-header > a:before {
        font-size: 28px;
        font-weight: 400;
        position: absolute;
        left: 0.5rem;
        padding-left: 126px;
        right: 50px;
        margin-top: 28px;
        line-height: 1;
        letter-spacing: 0.025ch;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.app-header > a {
    text-decoration: none;
}

.app-header.fixed > a:before {
    left: 1rem;
    width: 50%;
}

.app-header .name {
    font-size: 28px;
    font-weight: 400;
    padding-left: 126px;
    right: 50px;
    margin-top: 28px;
    line-height: 1;
    letter-spacing: 0.025ch;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1rem;
}

.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: '';
        }

.navbar-nav > li > a {
    padding-bottom: 0px !important;
}

.info {
    padding-top: 110px;
}

@media screen and ( max-width: 48.6875em ) {
    .is-visibleLarge,
    .device-large {
        display: none !important;
        visibility: hidden !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .app-header > a:before {
        content: "Identity Server";
    }
}
