﻿@font-face {
  font-family: 'avenir';
  src: url('../avenir-light.woff') format('woff'), url('../avenir-light.ttf') format('truetype'), url('../avenir-light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  margin-top: 65px;
  background-color: #416389;
  background-image: url('../fake_brick_blue.png');
  background-repeat: repeat;
  font-family: avenir;
  border-radius: 0 !important;
  border-style: none;
  color: white;
}
.page-header.redirect-page {
  text-align: center;
  border-bottom: none;
}
.page-header.redirect-page .btn {
  font-size: 120%;
}
.login-page input[type=text],
.login-page input[type=email],
.login-page input[type=password] {
  background-color: transparent;
  color: #dcdcdc;
  max-width: 100%;
  font-size: 12px;
  border: solid 1px #858383;
  padding: 0;
  padding-left: 8px;
  border-radius: 0;
  -moz-transition: background-color ease-out 0.3s, color ease-out 0.3s, -moz-box-shadow ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s, color ease-out 0.3s, box-shadow ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -webkit-transition-property: background-color, color, -webkit-box-shadow;
  transition: background-color ease-out 0.3s, color ease-out 0.3s, box-shadow ease-out 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  /*-webkit-box-shadow: inset 4px 0px 10px 1px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 4px 0px 10px 1px rgba(0,0,0,0.75);
        box-shadow: inset 4px 0px 10px 1px rgba(0,0,0,0.75);*/
}
.login-page input[type=text]:focus,
.login-page input[type=email]:focus,
.login-page input[type=password]:focus {
  background-color: black;
  color: white;
}
.login-page button {
  /*text-transform:uppercase;*/
  background: none;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em;
  cursor: pointer;
  color: white;
  font-size: 16px;
  background: #00aeef;
  border: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  outline: none;
  opacity: 1;
}
.login-page button:active {
  background-color: rgba(0, 200, 255, 0.3);
  /*imitates mobiscroll style*/
}
.login-page fieldset {
  color: white;
}
.login-page .page-header {
  display: block;
  text-align: center;
  font-size: 20px;
  color: white;
  border-bottom: none;
}
.login-page .panel {
  background-color: rgba(0, 0, 0, 0.5);
}
.login-page .panel-heading {
  background: rgba(11, 13, 15, 0.3);
  border: 0;
  border-radius: 0;
  color: inherit;
  padding: 5px;
  text-transform: uppercase;
}
.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: '';
}