﻿body {
}

.frame {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 40vh;
}

@media only screen and (min-width: 768px) {
    .frame {
        min-height: 100vh;
    }
}

.frame .logo-background .logo {
    position: absolute;
    left: 2.5em;
}

.logo-background {
    position: absolute;
    top: 2.4em;
    left: 0;
    z-index: 999;
    width: 19em;
    height: 5em;
    background-color: rgba(255, 255, 255,0.3);
}

.logo-background-right {
    position: absolute;
    top: 2.4em;
    right: 0;
    z-index: 999;
    width: 19em;
    height: 5em;
    /* background-color: rgba(255, 255, 255,0.3); */
}

.body-content {
    min-height: 60vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding-left: 15px;
}

@media only screen and (min-width: 768px) {
    .body-content {
        min-height: 100vh;
    }
}

.body-content .child {
    width: 90%;
    position: absolute;
    top: 50%;
    -webkit-filter: blur(0);
    transform: perspective(1px) translateY(-50%);
}

/**
    Password Info
*/

#dz-pswd-info {
    position: absolute;
    top: 80px;
    width: 350px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 99;
}

#dz-pswd-info h6 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
}

#dz-pswd-info::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 45%;
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
    text-shadow: none;
    display: block;
}

#dz-pswd-info {
    display: none;
}

.dz-invalid {
    background: url(../img/cross.png) no-repeat 0 50%;
    padding-left: 22px !important;
    line-height: 24px;
    color: #ec3f41;
}

.dz-valid {
    background: url(../img/accept.png) no-repeat 0 50%;
    padding-left: 22px !important;
    line-height: 24px;
    color: #3a7d34;
}

#dz-pswd-info ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


#dz-pswd-info ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px !important;
}


/**
    EULA
*/
.dz-box {
    position: relative;
    border-radius: 3px;
    background: #e5f4fc;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 10px 5px 10px 10px;
}


.dz-consent-box {
    max-height: calc(60vh - 500px);
    min-height: 200px;
    overflow-y: scroll;
    overflow-wrap: break-word;
    overflow-x: hidden;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

.dz-red {
    color: #AB1E2C;
}


.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-field-password {
    /*border-top-left-radius: 0;
    border-top-right-radius: 0;*/
}

.hideShowPassword-toggle, .my-toggle {
    z-index: 3;
}

.my-toggle {
    background: transparent;
    border: 0;
    border-radius: 0.25em;
    color: #888;
    cursor: pointer;
    font-size: 0.75em;
    font-weight: bold;
    margin-right: 0.5em;
    padding: 0.5em;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.my-toggle:hover, .my-toggle:focus {
    background-color: #eee;
    color: #555;
    outline: transparent;
}



.btn-danger {
    color: #fff;
    background-color: #BA0C2F;
    border-color: #BA0C2F;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #AB1E2C;
    outline: 0;
    box-shadow: 0 0 7px 0 #AB1E2C;
}

.text-danger {
    color: #AB1E2C !important;
}

.alert-danger {
    color: #AB1E2C;
    background-color: transparent;
    border-color: transparent;
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 14px 0 #AB1E2C;
    -webkit-box-shadow: 0 0 14px 0 #AB1E2C !important;
    -moz-box-shadow: 0 0 14px 0 #AB1E2C !important;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 14px 0 #AB1E2C !important;
}

.username-readonly {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.username-readonly a {
    text-decoration: none;
    color: #0070E0;
    align-items: flex-end
}

.digit-group {
    white-space: nowrap;
}

.digit-group input {
    width: 50px;
    height: 50px;
    border: 1px solid #ced4da;
    border-radius: 10px;
    line-height: 23px;
    text-align: center;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #495057;
    margin: 0 2px;
}

.digit-group input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #AB1E2C;
    outline: 0;
    box-shadow: 0 0 7px 0 #AB1E2C;
}

.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}
