﻿body {
    margin-top: 65px;
}

.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: '';
        }

.imray-validation-message {
    color: red;
}


.imray-ID_content {
    padding: 0px;
}
body {
    background: rgba(45, 38, 122, 0.08);
}

/*Typography*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
body {
    font-family: 'Roboto', sans-serif;
}
/*Buttons*/
.imray-btn {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    line-height: initial;
    font-weight: 500;
    text-align: center;
    border: 2px solid;
    border-radius: 3px;
    height: auto;
    padding: 8px 24px;
}

.imray-btn_primary {
    color: #ffffff;
    background-color: #2D267A;
    border-color: #2D267A;
    font-weight: 600;
}

    .imray-btn_primary.disabled {
        color: #2D267A;
        background-color: rgba(45, 38, 122, 0.08);
        border-color: rgba(45, 38, 122, 0.02);
        opacity: 1;
    }

    .imray-btn_primary:hover, .imray-btn_primary:focus {
        color: #ffffff;
        background-color: #241e61;
        border-color: #241e61;
    }

    .imray-btn_primary.disabled:hover, .imray-btn_primary.disabled:focus {
        color: #2D267A;
        background-color: rgba(45, 38, 122, 0.08);
        border-color: rgba(45, 38, 122, 0.02);
        opacity: 1;
    }

.imray-btn_secondary {
    color: #2D267A;
    background-color: #eeedf4;
    border-color: #ffffff;
    font-weight: 600;
}

    .imray-btn_secondary:hover, .imray-btn_secondary:focus {
        color: #ffffff;
        background-color: #2D267A;
        border-color: #2D267A;
    }

a.imray-link {
    color: #2D267A;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
}

a:hover, a.focus {
    cursor: pointer;
}

.imray-btn_primary > img, .imray-btn_secondary > img {
    width: 7%;
    position: relative;
    left: -8px;
    bottom: 2px;
}


/*ID Container*/
.imray-ID_container {
    background-color: #ffffff;
    min-height: 566px;
    padding: 24px;
    border-radius: 7px;
    box-shadow: 0 0.25rem 1.75rem rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.imray-ID_container > div {
    text-align: center;
}

.imray-ID_container > div > img {
    height: 44px;
}

.imray-ID_container > div > .imray-account_img {
    height: 75px;
}

    .imray-ID_container > div > h2 {
        color: #000000;
        font-family: 'Roboto', sans-serif;
        font-size: 1.8rem;
        line-height: initial;
        font-weight: 500;
        margin-top: 0px;
    }

    .imray-ID_container > div > p {
        color: rgba(0,0,0,0.9);
        font-family: 'Roboto', sans-serif;
        font-size: 1.4rem;
        line-height: initial;
        font-weight: 500;
    }

.imray-ID_options {
    height: 565.84px;
    width: 100%;
    position: absolute;
    z-index: 1000;
    /* Remove this style when security issue fixed */
    display: none;
}

    .imray-ID_options.hide {
        display: none;
    }

.logged-in-page #logout-container {
    margin-top: auto;
}

/*Small Print*/
.small-print-container {
    height: 50px;
    background-color: #eeedf4;
    width: 100%;
    left: 0px;
    bottom: 0px;
    position: absolute;
    text-align: center;
    border-radius: 0 0 7px 7px;
}

.small-print {
    width: 100%;
    left: 0px;
    bottom: 14px;
    position: absolute;
}

    .small-print > p, .small-print > a {
        color: rgba(0,0,0,0.70);
        font-size: 1.2rem;
        line-height: 1rem;
        font-weight: 300;
        margin: 0px;
    }

    .small-print > a {
        text-decoration: underline;
    }

/*Modals*/
.model-lg {
    width: 600px;
}

.modal-header {
    border-bottom: 0px;
}

.modal-content {
    border-radius: 0px;
}

.modal-content {
    height: 60vh;
    overflow-y: auto;
    border: 0px;
}

.modal-body {
    border: 0px;
}

.modal-footer {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    border: 0px;
}

/*Genric Classes*/
.imray-fullwidth {
    width: 100%;
}

.imray-width90 {
    width: 90%;
}

/*Margins*/
.imray-margin-bottom_8 {
    margin-bottom: 8px;
}

.imray-margin-bottom_16 {
    margin-bottom: 16px;
}

.imray-margin-bottom_24 {
    margin-bottom: 24px;
}

.imray-margin-bottom_48 {
    margin-bottom: 48px;
}

.imray-margin-top_48 {
    margin-top: 48px;
}

.imray-margin-top_24 {
    margin-top: 24px;
}

.imray-margin-top_16 {
    margin-top: 16px;
}

.imray-margin-top_8 {
    margin-top: 8px;
}

.imray-margin-left_16 {
    margin-left: 16px;
}


.imray-padding_0 {
    padding: 0px;
}

.imray-padding-left_16 {
    padding-left: 16px;
}

.imray-padding-right_16 {
    padding-right: 16px;
}

@media (min-width: 320px) and (max-width: 767px) {
    body {
        background: #ffffff;
        margin-top: 0px;
    }
    row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .imray-ID_container {
        padding: 24px 48px;
    }
}

/*@media (min-width: 320px) and (max-width: 1024px) {
    .imray-ID_content {
        margin: 0px;
    }
}*/


#AppleSignInBtn {
    font-family: -apple-system,system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
    font-weight: normal;
    background-color: #000;
    border-color: #000;
    padding: 10px 24px;
    margin-top: 4px;
}
 
#AppleSignInBtn img {
    width: 17px;
    bottom: 2px;
}

#GoogleSignInBtn {

   color: #757575;

   background: #FFF;
   border-color: #FFF;
   padding: 10px 24px;
   position: relative;
   margin-top: 4px;
   box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.2);
}
 

#GoogleSignInBtn img {
   position: absolute;

   top: 9px;

   bottom: 0px;
   left: 14px;
   width: 21px;
}

a:focus, .imray-btn_primary:focus {
    box-shadow: 0px 0px 6px 2px #66afe9;
    outline-style: solid;
    outline-color: #66afe9;
}

 
.imray-btn_secondary:focus {
    color: #2D267A;
    background-color: inherit;
    border-color: #2D267A;
    box-shadow: 0px 0px 6px 2px #66afe9;
    outline-style: solid;
    outline-color: #66afe9;
}

label.required::after {
    content: "*";
    color: #000000;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1 !important;
    font-weight: 900 !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    font-weight: 100 !important;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

#exploreSignInContainer {
    text-align: center;
}

#exploreSignInContainer img {
    height: 30px;
}