﻿body {
  margin-top: 65px;
}
.navbar-header {
  position: relative;
  top: -4px;
}

.navbar-brand > .icon-banner {
	position: relative;
	top: -2px;
	display: inline;
	width: 60%;
	height: auto;
	float: left;
}

.navbar-inverse {
	background-color: white;
	border-color: white;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: white;
	color: #9d9d9d
}


.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;
}
.validation-summary-errors {
    color: #C60C30;
}

.validation-summary-errors ul {
    list-style-type: none;
}

/* Home Page */
ul.cidp-description li
{
  margin: 10px 0;
}

ul.dashed
{
  padding:0 30px;
}

ul.dashed li {
  list-style: none;
  margin: 10px 0;
}

ul.dashed > li:before {
  content: "-";
  position: relative;
  right: 5px;
}
