/* region Basic layout */
.pointer {
	cursor: pointer;
}
.btn {
	border-radius: 0;
}
.btn-primary {
	background-color: #0D2234;
	border-color: #0D2234;
}
.btn-primary:hover {
	background-color: #1c628d;
	border-color: #0D2234;
}
.nowrap {
	white-space: nowrap;
}
[v-cloak] {
	display: none
}
input {
	border-radius: 0 !important;
}
.content {
	background-color: #eef1f5;
}
/* Hack for table cell items with percentual height */
tr, th, td {
	height: 100%;
}

/* endregion */
/* region Structured List */
.structured {
	/*-webkit-box-shadow: inset 0px 0px 42px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0px 0px 42px 0px rgba(0,0,0,0.12);
	box-shadow: inset 0px 0px 42px 0px rgba(0,0,0,0.12);*/
	padding: 1.7rem 2.3rem;
	margin-bottom: 2rem;
	background-color: white;
}
.structured h5 {
	border-bottom: 1px solid	#d5d5d5;
	padding-bottom: 1rem;
}
.structured h3::before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f312";
	position: absolute;
	top: -0.8rem;
	left: -0.1rem;
	font-size: 1.3rem;
}
.structured h3 {
	border-top: 2px solid black;
	padding-left: 2rem;
	padding-top: 0.3rem;
	margin-top: 0.9rem;
	position: relative;
	margin-bottom: 1.4rem;
}
.structured > .row {
	border-bottom: 1px dashed black;
	padding: 0.5rem 0;
}

/* endregion */
/* region Core: Top bar */
.top-bar {
	height: 4.3rem;
	-webkit-box-shadow: 0px 1px 18px -10px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 1px 18px -10px rgba(0,0,0,0.65);
	box-shadow: 0px 1px 18px -10px rgba(0,0,0,0.65);
	z-index: 500;
}
.top-bar .dropdown > div{
	display: none;
	flex-direction: column;
	white-space: nowrap;
	position: absolute;
	top: 3.9rem;
	background-color: white;
	z-index: 500;
	border: 1px solid black;
	padding: 0.3rem 0.8rem;
	right: 1rem;
}
.top-bar .dropdown:hover > div{
	display: flex;
}
.top-bar .dropdown > div a{
	margin: 0.3rem;
}
.top-bar > a {
	min-width: 12rem;
}
.top-items {
	font-size: 110%;
}

/* endregion */
/* region Core: Side bar */
.side-bar a {
	color: white;
	text-decoration: none;
	padding: 0.3rem 0.9rem;
	height: 4.8rem;
	position: relative;
	overflow: hidden;
}
.side-bar a.active,
.side-bar a:hover{
	background-color: #2b6a9f;
}
.side-bar a:hover::after,
.side-bar a.active::after{
	content: "";
	position: absolute;
	background-color: #eee;
	width: 1rem;
	height: 1rem;
	align-self: center;
	right: -0.5rem;
	-webkit-transform: scaleX(.8) rotate(45deg);
	-moz-transform: scaleX(.8) rotate(45deg);
	-ms-transform: scaleX(.8) rotate(45deg);
	transform: scaleX(.8) rotate(45deg);
}
.side-bar a i {
	font-size: 125%;
}
.side-bar a div {
	font-size: 90%;
}
.side-bar a:nth-child(2) {
	padding-top: 0.7rem;
}
.side-bar {
	height: 100%;
	background-color: #0d2234;
	width: 12.2rem;
}
/* endregion */
/* region Core: Breadcrumb bar */
.breadcrumb-item a{
	color: #2b6a9f;
}
.breadcrumb {
	background-color: white;
	margin: 0;
	border-radius: 0;
}
/* endregion */
/* region Core: Homepage */
.home-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem;
	border: 1px solid black;
	color: #0b3142;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	margin: 1rem;
}
.home-card:hover {
	color: white;
	background-color: #0b3142;
	text-decoration: none;
}
.home-card i {
	font-size: 250%;
	margin-bottom: 0.6rem;
	display: block;
}
/*endregion*/
/* region Core: Sign */
#signPage {
	width: 25rem;
	margin-top: 7rem;
}
/*endregion*/

/* region Forms */
label.required {
	font-weight: bold;
}
/* endregion */
/* region Filters */
.filter-item {
	display: inline-flex;
	vertical-align: top;
	align-items: center;
	margin: 0 1rem;
}
.filter-item span {
	margin-right: 1rem;
}
/* endregion */
