﻿html {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    color: white;
}
.asf-message b {
    color: white;
}
.asf-message a {
    color: white;
    font-weight:550;
}
.asf-message hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
.asf-message .impact-text {
    font-size: 1.6rem

}

@media only screen and (max-width: 500px) {
    .help-box {
        position: fixed;
        width: 100%;
        text-align: center;
        color: rgba(255,255,255,.6);
        padding-top: 8px;
        background-color: #444444;
        padding-bottom: 8px;
        z-index: 40000;
    }
    .asf-message {
        position: fixed;
        width: 100%;
        text-align: left;
        color: rgba(255,255,255,.8);
        padding-top: 8px;
        background-color: #769074;
        padding-bottom: 8px;
        z-index: 40010;
    }

}
@media only screen and (min-width: 500px) {
    .help-box {
        position: fixed;
        width: 500px;
        text-align: center;
        color: rgba(255,255,255,.6);
        margin-top: 15px;
        margin: 0 auto;
        padding-top: 8px;
        background-color: #444444;
        padding-bottom: 8px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        z-index: 40000;
        left: calc(50% - 250px);
    }
    .asf-message {
        position: fixed;
        width: 100%;
        text-align: left;
        color: rgba(255,255,255,.8);
        margin-top: 15px;
        margin: 0 auto;
        padding-top: 8px;
        background-color: #769074;
        padding-bottom: 8px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        z-index: 40010;
        padding-left:10%;
        padding-right:10%;
       
    }
}


.full-page-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background-color: #333333;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #769074;
}

.alert{
    margin-bottom:0px !important;

}
.legacy-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    overflow:auto;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.main-button
{
    background-color: var(--button-color, #769074);
    color: white;
    font-size: 1.5rem;
}
.alt-button
{
    color: var(--button-color, #769074);
    background-color: rgba(0,0,0,.08);
    font-size: 1.5rem;
}
.white-button {
    color: #769074;
    background-color: white;
    font-size: 1.5rem;
}
.form-heading-text {
    background-color: #769074;
    color:rgba(255,255,255,.8);
    padding:15px;
    margin-bottom:15px;
}
a {
    color: #769074;
}

body {
    margin-top: 65px;
    background-color: #8cab8a;
    height: calc(100% - 65px);
    background-color: #333333;
    color: #999999;
}

.body-content {
    height: 100%;
}

.relative {
    position: relative;
    height: 100%;
    width: 100%;
}
hr{
    margin-bottom:0px;
}
.legacy-notification {
  
    background-color:rgba(255,255,255,.1);
    padding:15px;
    margin-top:30px;
 
}
.login-header {
}

.legacy-page {
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #333333;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1040;
    background-size: cover;
    background-position: top;
    position: fixed;
    overflow:auto;

}

/*.legacy-page {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333333;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #263238;
    background-size: cover;
    background-position: top;
    position: fixed;
}*/


.login-page, .login-user-page {
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1040;
    background-size: cover;
    background-position: top;
    position: fixed;
    overflow: auto;
    /*@@media only screen and (min-width: 992px) {
    }*/
}

.login-box {
}

.login-panel {
}

@media only screen and (max-width: 500px) {
    .legacy-page {
        background-color: #333333;
    }


    .login-page
    {
        background-color: var(--login-page-color, #333333);
    }
    .login-user-page {
        background-color: var(--login-page-color);
    }

    .login-box {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .login-panel {
    }
}


@media only screen and (min-width: 500px) {
    .legacy-page {
        background-color: #333333;
    }
    .login-page
    {
        background-color: var(--login-page-color, #333333);
        /*background-image: url(../asfint_login_bkgr_Autumn_20172.jpg);*/
    }
    .login-user-page {
        background-color: var(--main-color) !important;
    }

    .login-box {
        width: 500px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .login-panel {
        /*background-color: rgba(0,0,0,.2);*/
        border-radius: 10px;
    }
}







.asf-icon {
    opacity: .8;
}
/*
.asf-icon img{
    height:80px;
    width:auto;
}
    */
.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-param {
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.5rem;
}
    .login-param input {
        margin: 0;
        background-color: rgba(0,0,0,.3);
        width: 100%;
        padding: 16px 20px;
        padding-left: 55px;
        margin: 0px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid #769074;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        font-size: 1.5rem;
        height:50px;
        color:white;
    }

.login-param input .ie-login {
            padding-left: 130px;
        }

.login-param input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

        .login-param input:focus {
            padding-left: 55px;
            background-color: rgba(0,0,0,.5);
            background-color: #769074;
            outline: none;
            border-bottom: 2px solid #8cab8a;
        }

        .login-param input::-webkit-input-placeholder {
            color: rgba(255,255,255,.8);
        }

        .login-param input::-moz-placeholder {
            color: rgba(255,255,255,.8);
        }

        .login-param input:-ms-input-placeholder {
            color: rgba(255,255,255,.8);
        }

        .login-param input:-ms-input-placeholder {
            color: rgba(255,255,255,.8);
        }




    .login-param label {
        position: absolute;
        top: 0px;
        color: rgba(255,255,255,.8);
        /*background-color: #769074;*/
        height: 48px;
        line-height:48px;

        vertical-align: middle;
     
      
        width: 50px;
        text-align:center;
    }
        .login-param label i {
            width: 100%;
            text-align: center;
            top: 12px;
            height:100%;
            line-height:48px;
            vertical-align:middle;
        }

    .login-param i {
        /*position: absolute;
        top: 12px;
        left: 10px;
        color: rgba(255,255,255,.8);*/
    }


        .login-param i ie-login {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 41px;
            padding-left: 10px;
            color: rgba(255,255,255,.8);
            background-color: #769074;
            height: calc(100% - 2px);
            vertical-align: middle;
            display: flex;
            align-items: center;
            border-top-left-radius: 4px;
        }
