﻿body {
    margin-top: 65px;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
}

.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: '';
        }

.navbar-brand > .header-image {
    width: 120px;
    height: 20px;
    margin-top: 5px;
}

.panel-default > .panel-heading {
    /*background-color: #fff;*/
    background-color: unset;
    color: #000000;
}

.panel-title {
    font-size: 20px;
}

.btn-primary {
    width: 150px;
    background-color: #1c72b0;
}

.navbar-inverse {
    background-color: #014e68;
    border-color: #014e68;
}

.button-grouping {
    text-align: center;
}

.panel {
    /*border: unset;*/
}

.footer {
    /*position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;*/
    /*background-color: #014e68;*/
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    height: 40px;
    padding-top: 8px;
}

/*.login-background {
    background-color: #014e68;
}*/

.login-unsuccess {
    /*padding: 0 0 8px 15px;*/
    color: #fff;
    /*font-weight: bold;*/
    background: #cf5000;
}

.sa-panel-body {
    text-align: center;
    /*padding-top: unset;*/
}

.sa-panel-body-info {
    text-align: center;
    padding-top: unset;
    font-size: 12px;
}

.sa-button {
    width: 100%;
    height: 40px;
    vertical-align: middle;
}

.sa-external-login {
    width:100%;
}

.sa-input {
    height: 40px;
}

.sa-panel {
    /*border-color: rgba(0, 0,0, 0.05);*/
    border: unset;
    background-color: unset;
}

.is-invisible {
    display: none;
}

.panel-body p > span:before,
.panel-body p > span:after {
    content: ' ';
    border-bottom: 1px solid #ccc;
    height: 1px;
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin: 0 5px;
}

.navbar-brand {
    color: #ffffff;
    font-size: 20px;
}