﻿
body {
    margin-top: 65px;
    font-family: 'Roboto', 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: '';
        }



.login-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
}

.login-logo {
    text-align: center
}

.div-spacing {
    display: inline-block;
    width: 100%;
    min-height: 20px;
    height: 8%;
    max-height: 60px;
}

    .div-spacing.error {
        max-height: 100px !important;
        height: auto;
    }


.login-div {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 489px;
    padding-left: 54px;
    padding-right: 54px;
    padding-bottom: 15px;
    background: #f8f9fd;
    overflow: auto;
}

    .login-div form {
        display: flex;
        flex-direction: column;
    }

.image-div {
    flex: 1 1 auto;
    position: relative;
    background-color: #2F3F4E;
    height: 100%;
}

    .image-div .drop {
        position: relative;
        bottom: 0;
        left: 0;
        position: absolute;
        color: white !important;
        padding: 13px;
        font-size: 15px;
    }

        .image-div .drop a {
            color: white !important;
        }

.input-name {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    font-size: 13px;
    color: #667682;
    display: inline-block;
    padding: 5px 0;
}

.ui-inputtext {
    height: 40px;
    border-radius: 2px;
    border: solid 1px #ccd5db;
    padding: 0 12px;
    -webkit-transition: color 200ms;
    transition: color 200ms;
    font-family: 'Roboto', 'Open Sans', 'Helvetica', 'sans-serif';
    color: #2a2d32;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    margin-right: 2px;
    line-height: 35px;
    -moz-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    line-height: 22px;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
}

    .ui-inputtext.maxwidth {
        width: 100%;
    }

    .ui-inputtext:enabled:hover:not(.ui-state-error) {
        border-color: #ccd5db;
    }


    .ui-inputtext:enabled:focus:not(.ui-state-error) {
        outline: none;
        border-width: 2px;
        border-color: #0bc0df;
        padding-left: 11px;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    }

.ui-button {
    background-color: #0bc0df;
    background-image: linear-gradient(to bottom,#0bc0df,#0bc0df);
    position: relative;
    color: #fff;
    border: 1px solid #0bc0df;
    height: 35px;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    padding: 8px 15px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 13px;
}

    .ui-button.login {
        width: 100px;
    }

    .ui-button:hover:not(:active):not([disabled]) {
        color: #fff;
        background-color: #0bc0df;
        border: 1px solid #1c9daf;
        background-image: linear-gradient(to bottom,#0bc0df,#0bc0df);
    }

    .ui-button:active {
        color: #fff;
        background-image: linear-gradient(to bottom,#0da8c3,#0da8c3);
        background-color: #0da8c3;
        border: 1px solid #1c9daf;
        box-shadow: none;
    }

    .ui-button.small {
        width: 80px !important;
    }

    .ui-button.link {
        background: transparent;
        position: relative;
        color: #0bc0df;
        border: none;
        cursor: pointer;
        outline: none;
        height: 35px;
        padding: 0px 15px;
        white-space: nowrap;
        box-shadow: none;
        width: 191px !important;
    }

        .ui-button.link:enabled:hover {
            color: #1295a8;
            background: transparent;
            border: none;
        }

        .ui-button.link:enabled:focus {
            color: #1295a8;
            background: transparent;
            border: none;
            box-shadow: none;
        }

        .ui-button.link:enabled:active {
            color: #1295a8;
            background: transparent;
            border: none;
            box-shadow: none;
        }


    .ui-button.secondary {
        background-color: #f6f6f6;
        background-image: linear-gradient(to bottom, #fafafa, #f6f6f6);
        position: relative;
        color: #08bad8;
        border: solid 1px #ccd5db;
        border-radius: 3px;
        cursor: pointer;
        outline: none;
        height: 35px;
        padding: 0px 15px;
        white-space: nowrap;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    }

        .ui-button.secondary:enabled:hover {
            color: #1295a8;
            background-color: #f6f6f6;
            border: solid 1px #b3bdc4;
            background-image: linear-gradient(to bottom, #fafafa, #f6f6f6);
        }

        .ui-button.secondary:enabled:focus {
            color: #1295a8;
            background-image: linear-gradient(to bottom, #fafafa, #f6f6f6);
            background-color: #f6f6f6;
            border: solid 1px #b3bdc4;
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
        }

        .ui-button.secondary:enabled:active,
        .ui-button.ui-button-active,
        .ui-button.ui-button-active:enabled:focus {
            color: #1295a8;
            background-image: linear-gradient(to bottom, #e8e8e8, #e8e8e8);
            background-color: #e8e8e8;
            border: solid 1px #b3bdc4;
            box-shadow: none;
        }


.ui-alert {
    display: flex;
    align-items: center;
    border-radius: 3px;
    background-color: #f7cac1;
    color: #544c50;
    font-weight: 500;
    padding-left: 10px;
    padding-top: 10.5px;
    padding-bottom: 10.5px;
    margin-top: 10px;
}

    .ui-alert ul {
        margin-bottom: 0;
    }


input[type=checkbox] {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

    input[type=checkbox] + span {
        font-weight: normal;
        cursor: pointer;
    }

h3 {
    font-size: 20px;
    padding-bottom: 10px;
}

.list-group-item {
    font-size: 13px;
    padding: 5px 8px;
}

.consent-remember {
    padding-left: 8px !important;
    padding-bottom: 10px;
}
