﻿.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 */

.loginform-container {
    width: 100%;
    margin: auto;
    display: flex;
    min-height: 100vh;
}

.loginform-left {
    background: #243143;
    width: 100%;
}

.loginbox {
    width: 100%;
    margin: 0 auto;
    max-width: 470px;
    position: relative;
    padding: 60px 0;
    position: relative;
}

.logo-section {
    text-align: center;
	position: absolute;
	width: 100%;
}

.content-section {
    border-radius: 4px;
    background: #29374c;
    padding: 65px 65px 30px 65px;
    margin-top: 75px;
}

.loginbox h3 {
    color: #616263;
    font-size: 24px;
    padding: 10px 0;
}

.loginbox h4,
.loginbox h1 {
    color: #fff;
    font-size: 20px;
    padding: 10px 0px 20px 0px;
    font-weight: normal;
    text-align: center;
}

.form-group label {
    color: #616263;
}

.form-group {
    position: relative;
}

.form-group img {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 26px;
}

.forgotpass {
    padding: 5px 5px;
    display: inline-block;
}

.forgotpass a {
    text-decoration: none;
    color: #5ed5c2;
    text-align: right;
    display: block;
}

.loginbox input.form-control {
    padding: 15px;
    height: 44px;
    border: 1px solid #a0b3c9;
    margin-bottom: 25px;
}

.text-center button,
.loginbox button.btn-primary {
    border-radius: 5px;
    padding: 10px 40px;
    height: 44px;
    width: 100%;
    border: none;
    font-weight: bold;
}

.text-center button.btn.btn-primary {
    background-color: #50c7bb;
}

span.invalid-msg {
    color: #dd4b39;
    font-size: 14px;
    font-weight: bold;
}

.login-footer {
    text-align: center;
    margin-top: 40px;
    color: #fff;
    font-weight: normal;
}

.loginbox {
    min-height: calc(100vh);
}

.loginbox p {
    padding: 0px 78px;
    font-size: 14px;
    text-align: center;
}

.sidebar-toggle {
    margin-left: -240px;
}

.loginform-right {
    background: #50c7bb;
    text-align: center;
    display: table-cell;
    width: 50%;
    padding: 0 30px;
	border-left: 3px solid #fff;
}

.loginform-right h2 {
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    padding-top: 36px;
}

.loginform-right h4 {
    color: #243143;
    font-size: 31px;
}

.video-section iframe {
    max-width: 540px;
    padding-top: 24px;
}

.sidebar {
    width: 240px;
    height: 100%;
    background: #293949;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 100;
}

.sidebar #leftside-navigation ul,
.sidebar #leftside-navigation ul ul {
    margin: -2px 0 0;
    padding: 0;
}

.sidebar #leftside-navigation ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar #leftside-navigation ul li.active>a {
    color: #1abc9c;
}

.sidebar #leftside-navigation ul li.active ul {
    display: block;
}

.sidebar #leftside-navigation ul li a {
    color: #aeb2b7;
    text-decoration: none;
    display: block;
    padding: 18px 0 18px 25px;
    font-size: 12px;
    outline: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.sidebar #leftside-navigation ul li a:hover {
    color: #1abc9c;
}

.sidebar #leftside-navigation ul li a span {
    display: inline-block;
}

.sidebar #leftside-navigation ul li a i {
    width: 20px;
}

.sidebar #leftside-navigation ul li a i .fa-angle-left,
.sidebar #leftside-navigation ul li a i .fa-angle-right {
    padding-top: 3px;
}

.sidebar #leftside-navigation ul ul {
    display: none;
}

.sidebar #leftside-navigation ul ul li {
    background: #23313f;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
}

.sidebar #leftside-navigation ul ul li a {
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #aeb2b7;
}

@media only screen and (max-width: 768px) {
    .loginform-container {
        width: 100%;
        margin: auto;
        min-height: auto;
        overflow: hidden;
        display: block;
    }
    .loginform-left {
        background: #f1f4f8;
        width: 100%;
        display: block;
    }
    .loginform-right {
        background: #0099a9;
        text-align: center;
        width: 100%;
        padding: 0 30px;
        display: block;
    }
    .loginbox {
        min-height: auto;
        width: 100%;
        max-width: 100%;
        padding: 15px 0;
    }
    .loginbox p {
        padding: 0px 33px;
        font-size: 16px;
        text-align: center;
    }
    .loginform-right h2 {
        font-size: 32px;
    }
    .loginform-right h4 {
        font-size: 22px;
    }
    .video-section iframe {
        max-width: 100%;
    }
}
.alert-danger {
	background: none;
	border-color: #243143;
	width: 100%;
	position: absolute;
    bottom: 0;
}

#alert_error {
    position: relative;
    color: #fff;
    padding: 0;
}
    #alert_error ul {
        padding: 0;
        list-style: none;
        margin-bottom:0;
    }

.login-remember label{
    color:#fff;
}

.lable-message {
    color: #fff;
}

.btn-align-login {
    text-align: center;
}

.forgotpassword {
    padding: 5px 5px;
    display: inline-block;
    float:right;
}

    .forgotpassword a {
        text-decoration: none;
        color: #5ed5c2;
        text-align: right;
        display: block;
    }
