﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/* Bootstrap overrides
-------------------------------------------------- */
a {
	color: #6ca6ed;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	opacity: .1;
}

.row > form {
	flex-shrink: unset;
	width: unset;
	max-width: unset;
	padding-right: unset;
	padding-left: unset;
	margin-top: unset;
}

.btn-link {
	color: #6ca6ed;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: transparent;
	border-left: 3px solid #6ca6ed;
	border-radius: 0;
	color: #212529;
	padding-left: 0.8125rem;
}

#background-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/auth-server/images/login-background.png');
	height: 100%;
}

body {
	font-size: 13px;
	overflow: hidden;
}

.form-control {
	font-size: 13px;
}

.form-check.form-switch {
    min-height: unset;
}

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}

.container main {
	padding: 48px !important;
	height: calc(100vh - 139px);
	background: white;
	overflow: auto;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

@media screen and (max-width: 768px) {
	.container main {
		height: calc(100vh - 132px);
	}
}

.bg-dark {
	background-color: transparent !important;
}

.navbar {
	padding: 1.125rem 1rem;
	margin-bottom: 0.5rem !important;
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0.1875rem;
}

.btn {
	font-size: 13px;
}

.btn:hover {
	text-decoration: none;
}

.btn-primary {
	background-color: #6ca6ed;
	border-color: transparent;
}

.btn-primary:hover {
	background-color: #438de8;
	border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled):active {
	background-color: #1969cb;
	border-color: transparent;
}


.btn-primary:focus {
	box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}

.btn-secondary {
	color: #000000;
	background-color: #fff;
	border-color: #dee2e6;
}

.nav-pills {
	margin-bottom: 3rem;
}

.service-login-button {
	background: transparent;
	border: none;
	padding: 0;
}

.service-login-button:hover,
.service-login-button:not(:disabled):not(.disabled):active {
	background: transparent;
	border: none;
}

.external-login-microsoft {
	background: rgba(0, 0, 0, .05);
	border: none;
	padding-top: 0.3125rem;
	padding-bottom: 0.5rem;
}

.external-login-microsoft:hover,
.external-login-microsoft:not(:disabled):not(.disabled):active {
	background: rgba(0, 0, 0, .1);
	border: none;
}

.nav-link {
	color: #6ca6ed;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: transparent;
}

.nav-link:hover {
	text-decoration: none;
}

.nav-link.btn.btn-link {
	border: none;
}

.navbar-dark .navbar-toggler {
	border: none;
	color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 1);
}

.alert {
	padding: 0.75rem 1.25rem;
}

.alert-dismissible .btn-close {
	padding: 1rem;
}

.alert-success,
.alert-danger {
	margin-top: 16px;
	margin-bottom: 16px;
}

.alert-dismissible .close {
	padding: 0.4375rem 1.25rem 0.8125rem 1.25rem;
}

.table {
	vertical-align: middle;
}


.table > :not(:last-child) > :last-child > * {
	border-bottom: 2px solid #dee2e6;
}

.table th, .table td {
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: inherit;
	border-bottom: 1px solid #dee2e6;
	border-top: 1px solid #dee2e6;
}

.btn-secondary:hover {
	color: #000000;
	background-color: #ebebeb;
	border-color: #e5e5e5
}

.btn-secondary:focus {
	color: #000000;
	background-color: #ebebeb;
	border-color: #e5e5e5
}

/* Bootstrap overrides
-------------------------------------------------- */

html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: -60px;
}

.footer {
	color: rgba(255, 255, 255, .5);
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	/* Set the fixed height of the footer here */
	height: 60px;
	line-height: 60px; /* Vertically center the text there */
}

.footer a {
	color: rgba(255, 255, 255, 1);
}

/* User and Client Administration
-------------------------------------------------- */
.condensed-primary-btn {
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 3px;
	margin-left: 3px;
	align-self: end;
}

.condensed-disabled-btn {
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 3px;
	margin-left: 3px;
	opacity: 0.3 !important;
}

.condensed-default-btn {
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #e5e5e5;
}

.col-btn {
	padding-right: 1px !important;
	padding-left: 1px !important;
}

.user-administration-table {
	margin-top: 16px;
}

.form-item-title {
	font-weight: bold;
	display: table;
}

.readonly-input {
	border: none;
	background: transparent;
	outline: none;
	min-width: 264px;
}


/* Cookie Alert
-------------------------------------------------- */
#cookieConsent.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
}

#cookieConsent p {
	font-size: 1rem;
}

#cookieConsent.alert {
	position: fixed;
	bottom: -16px;
	left: 0;
	right: 0;
	z-index: 9999;
	display: block;
	padding: 50px 48px 35px 48px;
	background-color: #012856;
	border-color: #012856;
	border-radius: 0;
	color: white;
}

#cookieConsent .accept {
	margin-top: 37px;
	font-size: 1rem;
	font-weight: 700;
	border: 2px solid white;
	padding-bottom: 10px;
}

/* Miscellaneous
-------------------------------------------------- */
code.recovery-code {
	margin-right: 20px;
}
