﻿.navbar.navbar-fixed-top {
    background-image: linear-gradient(222deg, #ffc107, #ed161f);
    border-color: #4c4c4c;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand {
    color: #d4d4d4;
}

.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;
    margin-bottom: 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: '';
        }

.body-content {
    padding-top: 40px;
}

.form-group.required .control-label:after, .form-group.required label:after {
    content: "*";
    color: red;
    padding-left: 4px;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: 600;
}

.sm-hide {
    display: inline;
}

.sm-show {
    display: none;
}

@media screen and (min-width: 768px) {
    .sm-hide {
        display: none;
    }

    .sm-show {
        display: inline;
    }
}

.form-group input, button.btn, .modal-content {
    border-radius: 2px;
}

a {
    text-decoration: none;
}

.switch {
    display: inline-block;
    height: 28px;
    position: relative;
    width: 54px;
    margin-top: 5px;
}

.switch  input{
    display: none;
}

input:not(:checked) + .bg-primary {
    background-color: #ccc !important;
    background-image: none !important;
}

input:checked + .bg-primary {
    background-color: #4ed164 !important;
    background-image: none !important;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider{    
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    height: 100%;
}

    .slider.round:before {
        border-radius: 50%;
    }

    .slider:before {
        background-color: #fff;
        bottom: 1px;
        content: "";
        height: 26px;
        left: 1px;
        position: absolute;
        transition: .4s;
        width: 26px;
    }

.bg-primary {
    background-color: #007bff !important;
}

.form-group {
    margin-bottom: 1rem
}

.btn-block {
    width: 100%;
}