﻿@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
.body-content {
  margin-top: 1em;
}
body {
  background-color: white;
  font-family: Roboto, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body .navbar {
  background-image: linear-gradient(to bottom right, gainsboro, white);
  padding: 10px;
  margin: 0;
  /*display: flex;*/
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body .navbar .container-fluid {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  height: 40px;
}
body .navbar .container-fluid .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body .navbar .container-fluid a {
  color: white;
  font-size: 20px;
  font-weight: 400;
}
body .navbar .container-fluid .navbar-brand {
  display: block;
  margin: 0;
  padding: 5px 0;
  height: auto;
  line-height: 30px;
}
body .navbar .container-fluid .navbar-brand img {
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 30px;
  margin-right: 10px;
}
body .navbar .container-fluid .dropdown-toggle {
  padding: 15px;
  top: 10px;
  right: 10px;
  border: 1px solid silver;
}
body .navbar .container-fluid .nav {
  float: right;
}
body .navbar .container-fluid .nav li a {
  padding: 10px;
  font-size: 14px;
}
body .navbar .container-fluid .nav .open a {
  background: white;
}
body .navbar .container-fluid .nav ul.dropdown-menu a {
  background: white;
  color: white;
}
body .icon {
  position: relative;
  top: 0;
  left: 0;
}
body .logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
body .page-consent .client-logo {
  float: left;
}
body .page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
body .page-consent .consent-buttons {
  margin-top: 25px;
  margin-bottom: 25px;
}
body .page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
body .page-consent .consent-form .consent-description {
  margin-left: 25px;
}
body .page-consent .consent-form .consent-description label {
  font-weight: normal;
}
body .page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
body .grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
body .grants .grant img {
  width: 100px;
  height: 100px;
}
body .grants .grant .clientname {
  font-size: 120%;
  font-weight: bold;
}
body .grants .grant .granttype {
  font-size: 100%;
  font-weight: bold;
}
body .grants .grant .created {
  font-size: 100%;
  font-weight: bold;
}
body .grants .grant .expires {
  font-size: 100%;
  font-weight: bold;
}
body .grants .grant li {
  list-style-type: none;
  display: inline;
}
body .grants .grant li:after {
  content: ', ';
}
body .grants .grant li:last-child:after {
  content: '';
}
body .left-side {
  background: url('../svg/left-side.svg');
  background-size: cover;
}
body .material-input {
  border-radius: 0px;
  border-width: 0px 0px 1px 0px;
  border-collapse: collapse;
  padding-left: 8px;
}
body .material-input:focus {
  box-shadow: none;
}
body .btn-login {
  background-color: #54a4db;
  border-color: #54a4db;
}