﻿@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0px;
    font-family: 'open_sansregular', 'Helvetica Neue', Arial, sans-serif;
    height: 100%;
}

body {
    color: #ffffff;
    background: #b2b2b2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b2b2b2 0%, #636361 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b2b2b2 0%, #636361 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b2b2b2 0%, #636361 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#636361', GradientType=0);
    /* IE6-9 */
    background-attachment: fixed;
}

a,
a:hover {
    color: #00adff;
}

.powerdby {
    font-size: 13px;
    line-height: 20px;
    color: #4e4e4e;
    text-align: center;
    margin: 15px auto 0;
}

.navbar-header {
    position: relative;
    top: -4px;
}

.navbar-brand>.icon-banner {
    position: relative;
    display: block;
    height: 35px;
}

.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: '';
}


/*
* Based on 9.0 UI 20.07.17 Implements
*/


/* form starting stylings ------------------------------- */

.login-page,
.logged-out {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.login-wrap {
    max-width: 430px;
    width: 96%;
    position: relative;
    margin: 0px auto;
    padding: 20px;
    background: #ffffff;
    display: block;
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}

.zinfilogo {
    display: block;
    width: 70px;
    margin: 0 auto 20px;
    height: 70px;
}

.zinfilogo svg path#bg {
    fill: #00adff
}

.zinfilogo svg path#user {
    fill: #f1f1f1
}

.forgotpass {
    text-align: right;
    display: inline-block;
    vertical-align: top;
    float: right;
    text-decoration: none;
    font-size: 13px;
    color: #0176ad;
    line-height: 18px;
}

.logintoaccount {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    display: block;
    position: relative;
    text-align: center;
}


/*.logintoaccount::after {
	content: '';
    width: 45px;
    height: 3px;
    background: #acacac;
    display: block;
    margin: 3px 0 0;
}*/

p.color {
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}


/*form control*/

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.form-group {
    position: relative;
    margin: 35px auto;
}

.form-group label {
    color: #737272;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-family: 'open_sanslight';
    letter-spacing: 1px;
}

.form-control {
    border: 1px solid #acacac;
    -webkit-box-shadow: 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px rgba(0, 0, 0, 0);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 10px;
    letter-spacing: 1px;
    display: block;
    width: calc(100% - 20px);
}

.form-control:focus,
.form-control:hover {
    outline: none;
    -webkit-box-shadow: 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px rgba(0, 0, 0, 0);
    border-color: #8e8e8e;
    -wbkit-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.login-wrap .btn-default {
    background: #9d9d9d;
    border: 0px none;
    display: block;
    width: 100%;
    height: auto;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    font-size: 19px;
    line-height: 25px;
    margin: 0 0 20px 0;
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.login-wrap .btn-default:hover,
.login-wrap .btn-default:focus {
    background: #696969;
    -wbkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@media screen and (min-width: 768px) {
    .login-wrap {
        min-width: 430px;
        min-height: 400px;
    }
    .logged-out .login-wrap {
        min-height: 150px;
    }
}


/*
* alert box
*/

.alert-danger {
    color: #fff;
    background-color: #333;
    border: 0px none;
    border-radius: 0px;
    padding: 10px 35px 10px 15px;
    margin: 0px auto 5px;
    max-width: 422px;
    position: relative;
}

.alert-dismissable .close {
    position: absolute;
    top: 18px;
    color: #F27724;
    opacity: 1;
    font-weight: normal;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    border: 2px solid #F27724;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    line-height: 28px;
    display: block;
    right: 10px;
    text-decoration: none;
    font-size: 28px;
}

.alert-dismissable .close:hover {
    background: #F27724;
    color: #ffffff;
}


/*custom checkbox*/

.custom-checkbox {
    position: relative;
    margin-bottom: 25px;
    display: block;
    padding-right: 10px;
}

.custom-checkbox input[type=checkbox] {
    display: none;
}

.custom-checkbox label {
    cursor: pointer;
    padding-left: 28px;
    font-weight: normal;
    width: auto;
    margin: 0;
    position: relative;
    color: #333;
    font-size: 13px;
    line-height: 18px;
}

.custom-checkbox label span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    top: 0px;
}

.custom-checkbox label .box {
    border: 1px solid #dddddd;
    height: 18px;
    width: 18px;
    z-index: 8;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.custom-checkbox label .check {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 12px;
    border: 1px solid #333;
    border-top: none;
    border-left: none;
    opacity: 0;
    z-index: 8;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.custom-checkbox input[type=checkbox]:disabled~label .check {
    border-color: #d1d1d1;
}

.custom-checkbox input[type=checkbox]:checked~label .box {
    border: 1px solid #707070;
}

.custom-checkbox input[type=checkbox]:disabled~label .box {
    border-color: #d1d1d1;
    background-color: #f1f1f1;
}

.custom-checkbox input[type=checkbox]:checked~label .check {
    opacity: 1;
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}

@media screen and (min-width:480px) {
    .login-wrap .btn-group button.btn-default {
        width: 48%;
        display: inline-block;
        vertical-align: middle;
    }
    .login-wrap .btn-group button.btn-default+button {
        margin-left: 13px;
    }
}

@media screen and (max-width: 479px) {
    .login-page,
    .logged-out {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        width: 90%;
        padding: 0;
        margin: 1em auto;
    }
    .login-wrap {
        padding: 0;
    }
    .zinfilogo {
        padding-top: 15px;
    }
    .login-wrap form {
        padding: 1em;
    }
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .login-page,
    .logged-out {
        transform: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        left: inherit;
        top: inherit;
        margin-top: 25px;
    }
}