﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    text-rendering: geometricPrecision !important;
    font-family: "Inter",sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 11px;
    font-weight: normal;
    color: #000;
}

.wrapper {
    height: 100%;
}

.header, .footer {
    min-height: 50px;
    width: 100%;
}

.header {
    border-bottom: 1px solid #e7e7e7;
    background: linear-gradient(to bottom, #f8f8f8 0px, #f8f8f8 10px) no-repeat;
}

.footer {
    border-top: 1px solid #e7e7e7;
    background: linear-gradient(to bottom, #f8f8f8 0px, #ffffff 10px) no-repeat;
    text-align: center;
    padding: 5px;
}

.content {
    height: 80%;
    overflow: auto;
    background: linear-gradient(to bottom, #D0E8FF 0px, #ffffff 200px) no-repeat;
    /*display: flex;
    display: -ms-flexbox;*/
    align-items: center;
    padding-top: 30px;
}

.text-primary {
    color: #000 !important;
}

.navbar-brand {
    height: 60px;
    padding: 0 15px;
}

.navbar-header {
    position: relative;
    top: 0px;
}

.navbar-brand > .icon-banner {
    position: relative;
    top: 0;
    display: inline;
    height: auto;
    max-height: 60px;
}

.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-margin-auto {
    float: none;
    margin: 0 auto;
}

.col-centered {
    float: none;
    margin: 0 auto;
    width: 80%;
}

.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-radius: 15px;
    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: 12px;
        font-weight: normal;
        height: 25px;
        line-height: 25px;
        padding: 0;
        width: 50%;
        text-align: center;
    }

    .slider-inner:before {
        background-color: #000;
        color: #fff;
        content: attr(data-on);
    }

    .slider-inner:after {
        background-color: #eee;
        color: #000;
        content: attr(data-off);
    }

.slider-circle {
    background-color: #000;
    border: 1px solid #ccc;
    border-radius: 15px;
    bottom: 0;
    display: block;
    margin: 5px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 15px;
}

.slider-checkbox:checked + .slider-label .slider-inner {
    margin-left: 0;
}

.slider-checkbox:checked + .slider-label .slider-circle {
    background-color: #eee;
    right: 0;
}

#divAdditionalLinks a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
}

.vertical-divider {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 2px solid #000;
}

.btn-label {
    display: inline-block;
    padding: 4px 12px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.input-group .btn-labeled .btn-label {
    background: rgba(0,0,0,0.15);
}

.btn {
    margin-bottom: 10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-size: 14px;
}

    .btn-black:hover {
        color: #000;
        background-color: #FFCE00;
        border-color: #FFCE00;
    }

.panel-body {
    padding: 10px 15px !important;
}

.heading.small {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    position: relative;
    text-align: center;
    margin: 0px;
}

.heading span {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    color: #000;
}

.heading:after {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
}


.main {
    margin-top: 60px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    display: flex;
}

body {
    background-color: #000;
    font-family: 'Raleway', sans-serif;
}

.left-side {
    border-right: 1px solid;
    padding: 0px 0px 100px;
    background: #FFCE00;
    background-size: cover;
    position: relative;
}

    .left-side .logoText {
        padding: 10px 0px 0px;
        margin: 10px;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        border-top: 2px solid;
    }

    .left-side .logo {
        padding: 50px 0px 10px;
        margin: 10px;
    }

        .left-side .logo img {
            max-width: 100%;
        }

.company-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFCE00;
    width: 100%;
    text-align: center;
}

    .company-logo img {
        max-height: 70px;
    }

.right-side {
    padding: 20px 0 0;
    background: #FFF;
    background-size: cover;
    min-height: 550px;
    position: relative;
}

    .right-side .alert {
        margin: 5px 10px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        width: 315px;
        top: 5px;
    }

    .right-side h1 {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        padding: 50px 10px 00px 50px;
    }

    .right-side .message {
        font-weight: normal;
        color: #000;
        padding: 10px;
        min-height: 250px;
    }

.form-control {
    border-radius: 0px !important;
    border: 1px solid #000 !important;
}

.copyrights {
    padding: 5px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%
}

.custom-error {
    background: #f8d7da;
    border-radius: 4px;
    border-color: #f5c6cb;
    padding: 5px 8px;
    color: brown;
}
