﻿body {
    overflow-y: scroll;
    min-height: 400px;
    margin-bottom: 100px !important;
}

.applications {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer {
    background-color: white !important;
    padding: 1rem !important
}

#okta-sign-in {
    display: block;
}

#dev-box-id {
    max-height: 200px;
    height: auto;
    max-width: 1400px;
    position: center;
    overflow-y: scroll;
    overflow-wrap: break-word;
    border: 1px solid grey;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12pt;
    font-family: Consolas, Arial, Verdana, TrebuchetMS;
}

    #dev-box-id span {
        font-weight: bold;
        font-size: 14pt;
    }

div [name="card-notification-background"] {
    width: 35em;
}

#claims-token-id {
    max-width: 95vw;
    margin: 2vw;
    max-height: 115vh;
    min-height: 90vh;
    font-family: Calibri,Consolas,Tahoma,Trebuchet;
    margin-bottom: 30px;
}

    #claims-token-id h3 {
        margin: .66em 0;
    }

    #claims-token-id h4 {
        margin: .33em 0;
    }

    #claims-token-id [name="token-type"] {
        font-weight: bold;
    }

    #claims-token-id [name="token-value"] {
        max-width: 98%;
        width: 98%;
        border: 1px solid grey;
        overflow-wrap: break-word;
        font-size: 14px;
    }

    #claims-token-id [name="button-test"] {
        max-width: 300px;
        width: 250px;
        border: 0px solid grey;
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 30px;
    }

    #claims-token-id #claims-id {
        font-size: 14px;
    }

        #claims-token-id #claims-id [name="claim-type"] {
            font-weight: bold;
        }

    #claims-token-id #ssoCallbackOverride {
        max-width: 98%;
        width: 50%;
    }

    #claims-token-id #ssoCallbackOverrideWarning {
        font-weight: normal;
        font-style: italic;
    }

    footer a:hover,
    #footer a:hover {
        cursor: pointer;
    }

#logout {
    cursor: pointer;
}

@media (min-width: 360px) {
    .footer {
        font-size: 12px;
    }
}

@media (min-width: 375px) {
    .footer {
        font-size: 12px;
    }
}

@media (min-width: 412px) {
    .footer {
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .footer {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .footer {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .footer {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .footer {
        font-size: 16px;
    }
}
