﻿body {
  margin-top: 65px;
}
.navbar-header {
  position: relative;
  top: -4px;
}

.ui-bar-a {
    background: rgb(226,12,12); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyMGMwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2UyMGMwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzBmMGYxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjBmMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 49%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%), -moz-linear-gradient(left, rgba(226,12,12,1) 0%,rgba(226,12,12,1) 25%,rgba(15,15,16,1) 40%,rgba(15,15,16,1) 100%); /* W3C */ /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,12,12,1)), color-stop(25%,rgba(226,12,12,1)), color-stop(40%,rgba(15,15,16,1)), color-stop(100%,rgba(15,15,16,1))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 49%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%), -webkit-linear-gradient(left, rgba(226,12,12,1) 0%,rgba(226,12,12,1) 25%,rgba(15,15,16,1) 40%,rgba(15,15,16,1) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 49%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%), -o-linear-gradient(left, rgba(226,12,12,1) 0%,rgba(226,12,12,1) 25%,rgba(15,15,16,1) 40%,rgba(15,15,16,1) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 49%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%), -ms-linear-gradient(left, rgba(226,12,12,1) 0%,rgba(226,12,12,1) 25%,rgba(15,15,16,1) 40%,rgba(15,15,16,1) 100%); /* IE10+ */
    background-image: linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 49%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%), linear-gradient(left, rgba(226,12,12,1) 0%,rgba(226,12,12,1) 25%,rgba(15,15,16,1) 40%,rgba(15,15,16,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20c0c', endColorstr='#0f0f10',GradientType=1 ); /* IE6-8 */
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ui-header .ui-title {
    margin-left: 0px;
    margin-right: 0px;
    color: #ffffff /*{a-bar-color}*/;
    font-size: 1em;
    text-align: center;
    white-space: nowrap;
    border-bottom-width: 0px !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;
}
.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: '';
}