﻿/**
 * 
 * 
 *  Identity Server Site
 *  
 *  1.1 Default ......................
 *  1.2 Custom .......................
 *
 */
/*------------------------------------*\
    1.1.  DEFAULT
\*------------------------------------*/
body {
  margin-top: 65px;
  color: #333;
}
/* custom
   overriding navbar styles */
.navbar {
  background-color: #e7e7e7;
}
.navbar-header {
  position: relative;
  top: -4px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
  height: 30px;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #818387;
}
.nav li a {
  color: #6c6c6c;
}
.nav li a:hover {
  color: #ff6a13;
}
/* - end - */
.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: '';
}
/*------------------------------------*\
    1.2.  CUSTOM
\*------------------------------------*/
/* login page */
body.emi-login-page {
  background-color: #d1d3d4;
}
.emi-login-page {
  margin: 0 0 50px 0;
  /* breakpoints */
}
.emi-login-page .emi-panel {
  background-color: #fff;
  border-radius: 15px;
  padding: 85px 20px 20px 120px;
  margin-top: 50px;
  position: relative;
  border: 1px solid transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  /* typography */
  font-family: "proxima-nova", "Calibri", sans-serif;
  /* logo */
  /* layout */
  /* button */
  /* form */
  /* contact section */
}
.emi-login-page .emi-panel h3 {
  color: #34657f;
  font-size: 1.3em;
  line-height: 120%;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: .02rem;
}
.emi-login-page .emi-panel img.emi-logo {
  height: 35px;
  position: absolute;
  top: 20px;
  left: 45px;
}
.emi-login-page .emi-panel img.emi-logo-bottom {
  height: 20px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.emi-login-page .emi-panel .emi-col-pad-right {
  padding-right: 50px;
}
.emi-login-page .emi-panel .emi-col-pad-left {
  padding-left: 35px;
}
.emi-login-page .emi-panel .emi-border-left {
  border-left: 1px #a4a6a8 solid;
}
.emi-login-page .emi-panel .emi-content-spacer {
  height: 279px;
}
.emi-login-page .emi-panel .emi-btn {
  border-radius: 0px;
  background: #00aed9;
  border: 1px solid #00aed9;
  color: #fff;
  padding: 2px 30px;
  font-family: "proxima-nova", "Calibri", sans-serif;
  text-transform: uppercase;
}
.emi-login-page .emi-panel .emi-btn:hover {
  background-color: #fff;
  color: #00aed9;
  border: 1px solid #00aed9;
  box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s ease-out, box-shadow 0.25s ease-in-out, color 0.17s ease-in-out;
}
.emi-login-page .emi-panel .emi-form-group {
  font-family: "proxima-nova", "Calibri", sans-serif;
  margin-top: 20px;
}
.emi-login-page .emi-panel .emi-form-group input {
  background: #eee;
  border: 1px solid #00aed9;
  font-size: 12px;
  line-height: 18px;
  padding-left: 10px;
  border-radius: 0px;
}
.emi-login-page .emi-panel .emi-form-group input:focus {
  background-color: #fff;
}
.emi-login-page .emi-panel .emi-checkbox {
  position: relative;
}
.emi-login-page .emi-panel .emi-checkbox label {
  background: #fff;
  border: 1px solid #00aed9;
  cursor: pointer;
  padding: 0;
}
.emi-login-page .emi-panel .emi-checkbox label:hover {
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.emi-login-page .emi-panel .emi-checkbox label:hover span.icon {
  display: block;
  position: absolute;
  opacity: 0.5;
  margin: 0 4px 0;
  top: 5px;
}
.emi-login-page .emi-panel .emi-checkbox span.icon {
  color: #00aed9;
  display: none;
  top: 5px;
}
.emi-login-page .emi-panel .emi-checkbox input {
  margin-left: 10px;
}
.emi-login-page .emi-panel .emi-checkbox input[type=checkbox] {
  visibility: hidden;
}
.emi-login-page .emi-panel .emi-checkbox input:checked + span.icon {
  display: block;
  position: absolute;
  margin: 0 4px 0;
  top: 5px;
}
.emi-login-page .emi-panel .emi-checkbox span {
  margin-right: 15px;
}
.emi-login-page .emi-panel .emi-contact .emi-mail {
  background: url(../images/mail.svg) no-repeat;
  background-size: 30px 30px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  padding-left: 38px;
}
.emi-login-page .emi-panel .emi-contact a {
  color: #00AED9;
  text-decoration: none;
  letter-spacing: .02rem;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .emi-login-page .emi-panel {
    padding: 85px 50px 30px 50px;
  }
  .emi-login-page .emi-panel .emi-col-pad-right,
  .emi-login-page .emi-panel .emi-col-pad-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .emi-login-page .emi-panel .emi-border-left {
    border-left: 0px #a4a6a8 solid;
  }
}