﻿.navbar-spacer {
    margin-top: 65px;
}
.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: '';
}

.container {
	max-width: 765px;
	width: 100%;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,300|Roboto:400,500);

h1, h2, h3, h4, h5, h6, .alert, .panel, .panel-default, .panel-heading, .panel-body{
	font-family: "Roboto", sans-serif;
}

.btn {
	border-bottom-left-radius:35px;
	border-bottom-right-radius:35px;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-image-outset:0px;
	border-image-repeat:stretch;
	border-image-slice:100%;
	border-image-source:none;
	border-image-width:1;
	border-left-style:solid;
	border-left-width:0px;
	border-right-style:solid;
	border-right-width:0px;
	border-top-left-radius:35px;
	border-top-right-radius:35px;
	border-top-style:solid;
	border-top-width:0px;
	box-sizing:border-box;

	color:rgb(255, 255, 255);
	cursor:pointer;
	display:inline-block;

	font-family:Roboto, sans-serif;
	font-size:14px;
	font-stretch:100%;
	font-style:normal;
	font-variant-caps:normal;
	font-variant-east-asian:normal;
	font-variant-ligatures:normal;
	font-variant-numeric:normal;
	font-weight:300;

	height:40px;
	letter-spacing:normal;
	line-height:28px;

	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	max-width:none;
	min-width:80px;
	overflow-x:visible;
	overflow-y:visible;
	padding-bottom:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;

	text-align:center;
	text-indent:0px;
	text-rendering:auto;
	text-shadow:none;
	text-size-adjust:100%;
	text-transform:none;

	touch-action:manipulation;
	user-select:none;
	vertical-align:middle;
	white-space:nowrap;
	width:85.6591px;
	word-spacing:0px;

	writing-mode:horizontal-tb;
	-webkit-appearance:none;
	-webkit-rtl-ordering:logical;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-border-image:none;
}

.login-button {
	margin-left: 5px;
}

.input {
	background-color: #FFFFFF;
	border: solid thin #BAC2C7;
	border-radius: 2px;
	box-shadow: none;
	height: 40px;
	box-sizing: border-box;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	color: #7A8289;
}

.separator-row {
	border-bottom: 1px solid #DDE0E3;
	border-top: 1px solid #DDE0E3;
}

.separator {
	border-top: 1px solid #DDE0E3;
	border-bottom: 1px solid #DDE0E3;
}

.margin-top-bottom {
	margin-top: 40px;
	margin-bottom: 40px;
}

.text-center {
	text-align: center;
}

.logout-text {
	font-size: 16px;
	margin-bottom: 20px;	
}
.logout-text {
	font-size: 15px;
	margin-bottom: 20px;
}

.separator--title {
	color: #E64B38;
	text-transform: none;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #2B2B2B;
	margin: 0;
	padding: 10px 0px;
	line-height: 18px;

}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 500;
}

.title--h6 {
	padding: 1.3rem 0;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.checkbox {
	color: #7A8289;
	cursor: pointer;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 100;
	position: relative;
	padding-left: 30px;
	padding-top: 2px;
	margin-bottom: 15px;
}

.checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px;
}

.checkbox--indicator {
	background-color: #FFFFFF;
	border: 2px solid #DDE0E3;
	height: 18px;
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
}


/************************************
			LIBRA UI KIT CHECKBOX CSS
************************************/

.checkbox {
	color: #7A8289;
	cursor: pointer;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 100;
	position: relative;
	padding-left: 30px;
	padding-top: 2px;
	margin-bottom: 15px;
}

	.checkbox input {
		position: absolute;
		z-index: -1;
		opacity: 0;
	}

.checkbox--indicator {
	background-color: #FFFFFF;
	border: 2px solid #DDE0E3;
	height: 18px;
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	display: none\9;
}

.checkbox--radio .checkbox--indicator {
	border-radius: 50%;
}

.checkbox:hover input ~ .checkbox--indicator,
.checkbox input:focus ~ .checkbox--indicator {
	background-color: #FFFFFF;
}

.checkbox input:checked ~ .checkbox--indicator {
	background-color: #FFFFFF;
}

.checkbox:hover input:not([disabled]):checked ~ .checkbox--indicator,
.checkbox input:checked:focus ~ .checkbox--indicator {
	background-color: #FFFFFF;
}

.checkbox input:disabled ~ .checkbox--indicator {
	background-color: #FFFFFF;
	border: 2px solid #ebedee;
	cursor: not-allowed;
}

.checkbox--indicator:after {
	content: '';
	display: none;
	position: absolute;
}

.checkbox input:checked ~ .checkbox--indicator:after {
	display: block;
}

.checkbox--checkbox .checkbox--indicator:after {
	border: solid #E51B24;
	border-width: 0 2px 2px 0;
	height: 9px;
	top: 1px;
	left: 5px;
	width: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkbox--indicator.is-success {
	background-color: #FFFFFF;
	border: 2px solid #47BE82;
	height: 18px;
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	display: none\9;
}

.checkbox-message-success {
	padding-left: 10px;
	color: #47BE82;
}

.checkbox--indicator.is-error {
	background-color: #FFFFFF;
	border: 2px solid #E6735C;
	height: 18px;
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	display: none\9;
}

.checkbox-message-error {
	padding-left: 10px;
	color: #E6735C;
	position: relative;
	cursor: pointer;
}

.checkbox-box-message-error {
	height: 20px;
	line-height: 19px;
	margin-top: -10px;
	position: absolute;
	right: 0px;
	top: 50%;
	width: 20px;
	cursor: pointer;
	z-index: 99999;
}

	.checkbox-box-message-error:hover {
		cursor: pointer;
	}

		.checkbox-box-message-error:hover .checkbox-texte-message-error {
			visibility: visible;
		}

	.checkbox-box-message-error .checkbox-texte-message-error {
		background-color: #E7EBF1;
		border-radius: 2px;
		color: #7A8289;
		display: inline-block;
		font-family: "Roboto", sans-serif;
		font-size: 12px;
		font-weight: 500;
		position: absolute;
		right: -5px;
		top: -33px;
		visibility: hidden;
		white-space: nowrap;
		padding: 4px 6px;
	}

		.checkbox-box-message-error .checkbox-texte-message-error:after {
			border: solid 10px transparent;
			border-top-color: #E7EBF1;
			content: '';
			height: 0;
			margin-left: -10px;
			position: absolute;
			right: 2px;
			top: 85%;
			width: 0;
		}

.checkbox--checkbox input:disabled ~ .checkbox--indicator:after {
	border-color: #a2b5c5;
}

.checkbox--radio .checkbox--indicator:after {
	border-radius: 50%;
	background-color: #E51B24;
	height: 10px;
	top: 2px;
	left: 2px;
	width: 10px;
}

.checkbox--radio input:disabled ~ .checkbox--indicator:after {
	background-color: #a2b5c5;
}







/***********************************
		KRONOS 2018 BRANDING
***********************************/

.btn-default {
	background-color: #ffffff;
}

.btn-secondary {
	border-bottom-color: rgb(122, 130, 137);
	border-right-color: rgb(122, 130, 137);
	border-top-color: rgb(122, 130, 137);
	border-left-color: rgb(122, 130, 137);
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	background-color: #ffffff;
	color: rgb(122, 130, 137);
}

.btn-primary, .btn-primary:hover {
	border-bottom-color: #E64B38;
	border-right-color: #E64B38;
	border-top-color: #E64B38;
	border-left-color: #E64B38;
	background-color: #E64B38;
	color: #ffffff;
}

.input:focus, .form-control:focus {
	border-color: #E64B38;
	box-shadow: none;
}

h4 {
	color: #E64B38;
	font-weight: bold;
}

h4.separator--title {
	color: #E64B38;
}

/********************************
    KRONOS 2019 BRANDING
********************************/

.topbar-link.active {
    border-color: #92C23E;
}

.topbar-link:hover {
    color: #FBB942;
}

.separator--title {
    color: #fbb942;
}

.btn-primary, .btn-secondary {
    border-radius: 4px;
}

.btn-primary, .btn-primary:hover {
    background-color: #fbb942;
    border-bottom-color: #fbb942;
    border-right-color: #fbb942;
    border-top-color: #fbb942;
    border-left-color: #fbb942;
}

.checkbox--radio .checkbox--indicator:after {
    background-color: #fbb942;
}

.checkbox--checkbox .checkbox--indicator:after {
    border-top-color: #fbb942;
    border-top-style: solid;
    border-top-width: 0px;
    border-right-color: #fbb942;
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: #fbb942;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: #fbb942;
    border-left-style: solid;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

.email-button {
    font-size: 14px;
    letter-spacing: 0px;
}

.email-button-content {
    padding: 4px 8px;
    display: block;
    border: 2px solid #92C23E;
    background-color: #92C23E;
    border-radius: 4px;
}

.email-button a {
    text-decoration: none;
    color: #FFFFFF;
}

label.product-type {
    color: #FBB942;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

a {
    color: #007BB4;
}

.panel-default {
    margin-top: 20px;
    margin-bottom: 20px;
}

h4 {
    Margin-bottom: 12px;
    color: #FBB942;
}


/********************************
    KRONOS 2020 BRANDING
********************************/

.topbar-link.active {
    border-color: #ED4F33;
}

.topbar-link:hover {
    color: #007bb4;
}

.btn-primary, .btn-primary:hover {
	border-radius: 4px;
    background-color: #ED4F33;
	border-bottom-color: #ED4F33;
	border-right-color: #ED4F33;
	border-top-color: #ED4F33;
	border-left-color: #ED4F33;
}

.checkbox--radio .checkbox--indicator:after {
    background-color: #ED4F33;
}

.checkbox--checkbox .checkbox--indicator:after {
    border-top-color: #ED4F33;
    border-top-style: solid;
    border-top-width: 0px;
    border-right-color: #ED4F33;
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: #ED4F33;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: #ED4F33;
    border-left-style: solid;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

.email-button {
    font-size: 14px;
    letter-spacing: 0px;
    /*align ="center";*/
}

.email-button-content {
    padding: 4px 8px;
    display: block;
    border: 2px solid #007bb4;
    background-color: #007bb4;
    color: white;
    border-radius: 4px;
}

.email-button a {
    text-decoration: none;
    color: #FFFFFF;
}

label.product-type {
    color: #FBB942;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

a {
    color: #007BB4;
}

.panel-default {
    margin-top: 20px;
    margin-bottom: 20px;
    background: white;
}

.panel-primary {
    margin-top: 20px;
    margin-bottom: 20px;
    background: white;
}

h4 {
    margin-bottom: 12px;
    color: #eb4e29;
}

h2 {
    margin-bottom: 12px;
    color: #eb4e29;
}

em {
    color: #007bb4;
}

/********************************
    KRONOS 2021 BRANDING
********************************/

.topbar-link.active {
	border-color: #c624b1;
}

.topbar-link:hover {
	color: #007bb4;
}

.btn-primary, .btn-primary:hover {
	border-radius: 4px;
	background-color: #c624b1;
	border-bottom-color: #c624b1;
	border-right-color: #c624b1;
	border-top-color: #c624b1;
	border-left-color: #c624b1;
}

.checkbox--radio .checkbox--indicator:after {
	background-color: #c624b1;
}

.checkbox--checkbox .checkbox--indicator:after {
	border-top-color: #c624b1;
	border-top-style: solid;
	border-top-width: 0px;
	border-right-color: #c624b1;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #c624b1;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #c624b1;
	border-left-style: solid;
	border-left-width: 0px;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}

.email-button {
	font-size: 14px;
	letter-spacing: 0px;
	/*align ="center";*/
}

.email-button-content {
	padding: 4px 8px;
	display: block;
	border: 2px solid #007bb4;
	background-color: #007bb4;
	color: white;
	border-radius: 4px;
}

.email-button a {
	text-decoration: none;
	color: #FFFFFF;
}

label.product-type {
	color: #FBB942;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	-webkit-margin-before: 1.67em;
	-webkit-margin-after: 1.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}

a {
	color: #007BB4;
}

.panel-default {
	margin-top: 20px;
	margin-bottom: 20px;
	background: white;
}

.panel-primary {
	margin-top: 20px;
	margin-bottom: 20px;
	background: white;
}

h4 {
	margin-bottom: 12px;
	color: #c624b1;
}

h2 {
	margin-bottom: 12px;
	color: #c624b1;
}

em {
	color: #007bb4;
}
h4.separator--title {
	color: #c624b1;
}
.input:focus, .form-control:focus {
	border-color: #c624b1;
	box-shadow: none;
}