﻿body {
    margin-top: 65px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.container a {
    color: #0080A5 !important;
}

.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.icon {
  position: relative;
  top: -10px;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.validation-summary-valid ul {
    list-style: none;
    margin-left: -40px
}
.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: '';
}
.navbar-inverse {
  background-color:#0080A5;
  border-color: white;
}
input.form-control {
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  box-shadow: none;
}
input.form-control:focus {
  box-shadow: none;
}
input:after {
  content: '';
  height: 2px;
  background: red;
}
.form-group.label-floating {
  padding-top: 1.03125em;
  position: relative;
}
.form-group.label-floating label {
  pointer-events: none;
  position: absolute;
  left: 1px;
  line-height: 1.375em;
  top: 21px;
  color: rgba(0, 0, 0, 0.38);
  transition: color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.form-group.label-floating:after {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    background-color: #0080A5;
    bottom: 0;
    transition: 0.3s;
    opacity: 0;
    transform: scaleX(0.5);
    left: 0;
    right: 0;
    margin: auto;
}
.form-group.label-floating.focused label {
  -webkit-transform: translate(0, -6px) translate(-1px, -1.03125em) translate(-12.5%, -9.375%) scale(0.75);
  transform: translate(0, -6px) translate(-1px, -1.03125em) translate(-12.5%, -9.375%) scale(0.75);
}
.form-group.label-floating.focused:after {
  transform: scaleX(1);
  opacity: 1;
}
.navbar > .container-fluid .navbar-brand.logo {
  background-image: url(/img/igp_logo_white.png);
  background-size: 289px 29px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  width: 289px;
  height: 29px;
  padding: 0;
  margin: 8px 1px;
}
.navbar > .container-fluid .navbar-right {
  font-size: 16px;
  margin: 0;
}
.navbar > .container-fluid .navbar-right .dropdown-toggle {
  color: white;
  line-height: 30px;
}