body {
	overflow-y: scroll;
	background-color: #efefef;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 160px;
}

/** Reduce font sizes and adjust page margins further for mobile and small tablets */
@media (max-width: 1280px) {
	html {
		font-size: 75%;
	}
	body {
		margin-top: 120px;
		/*margin-bottom: 2rem;*/
	}
}
@media (max-width: 480px){
	html {
		font-size: 50%;
	}
	body {
		margin-top: 90px;
		/*margin-bottom: 2rem;*/
	}
}


body.external {
	margin-top: 2rem !important;
}


/* Extra breakpoint for huge screens */
@media (min-width: 1800px) {
	.container {
		max-width: 1600px;
	}

}

body.body-default {
	padding-top: 7em;
	margin-bottom: 1em;
}

body.body-passthrough {
	padding-top: 3em;
}

body.body-ext {
	padding-top: 2em;
}


.page-title {
	padding-top: 1.6rem;
	padding-bottom: 1rem;
}

h1.title {
	font-weight: 400;
	font-size: 1.25rem;
}


.text-major {
	display: block;
}

.text-minor {
	display: block;
	font-size: x-small;
}


.system-id-name {
	display: block;
}


.icon-label {
	display: block;
	margin-bottom: 0px;
}

.system-id-offline {
	font-size: large;
}

.system-id-online {
	font-size: large;
	font-weight: bolder;
}


.avatar {
	border-radius: 50%;
	float: left;
	margin-right: 0.5em;
}

.avatar-small {
	width: 32px;
	height: 32px;
}

.avatar-medium {
	width: 48px;
	height: 48px;
}

.avatar-large {
	width: 64px;
	height: 64px;
}

.footer-container {
	margin-top: 2rem;
	text-align: center;
}

.card {
	box-shadow: 0 0 13px 0 rgba(62, 44, 90, .08);
}

.card-header {
	/**font-weight: bold; **/
	background-color: white;
}


.row-muted td {
	color: darkgrey;
}

h2.card-heading {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0px;
}


.popup-panel {
	position: absolute;
}

.text-small-badged {
	font-size: 0.6em;
	vertical-align: middle;
	border-radius: 8em !important;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background: rgba(0, 0, 0, 0.05);
}




li.nav-item {
	margin-right: 1em;
}


.page-header {
	margin-bottom: 2em;
}


.todo-count {
	color: #ffffff;
	background-color: red;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	display: inline-block;
	font-weight: bold;
	line-height: 1.6em;
	margin-right: 5px;
	text-align: center;
	width: 1.6em;
}

a.thumbnail:hover {
	text-decoration: none;
}


.red-flash {
	-moz-animation: red-flash 1s ease-out;
	-moz-animation-iteration-count: 1;
	-webkit-animation: red-flash 1s ease-out;
	-webkit-animation-iteration-count: 1;
	-ms-animation: red-flash 1s ease-out;
	-ms-animation-iteration-count: 1;
}

.yellow-flash {
	-moz-animation: yellow-flash 1s ease-out;
	-moz-animation-iteration-count: 1;
	-webkit-animation: yellow-flash 1s ease-out;
	-webkit-animation-iteration-count: 1;
	-ms-animation: yellow-flash 1s ease-out;
	-ms-animation-iteration-count: 1;
}

.yellow-flash-fast {
	-moz-animation: yellow-flash 0.25s ease-out;
	-moz-animation-iteration-count: 1;
	-webkit-animation: yellow-flash 0.25s ease-out;
	-webkit-animation-iteration-count: 1;
	-ms-animation: yellow-flash 0.25s ease-out;
	-ms-animation-iteration-count: 1;
}


@-webkit-keyframes red-flash {
	0% {
		background-color: none;
	}
	50% {
		background-color: rgba(255, 23, 23, 0.5)
	}
	100% {
		background-color: none;
	}
}

@-moz-keyframes red-flash {
	0% {
		background-color: none;
	}
	50% {
		background-color: rgba(255, 23, 23, 0.5)
	}
	100% {
		background-color: none;
	}
}

@-ms-keyframes red-flash {
	0% {
		background-color: none;
	}
	50% {
		background-color: rgba(255, 23, 23, 0.5)
	}
	100% {
		background-color: none;
	}
}

@-webkit-keyframes yellow-flash {
	0% {
		background-color: none;
	}
	50% {
		background-color: rgba(255, 255, 23, 0.5)
	}
	100% {
		background-color: none;
	}
}

@-moz-keyframes yellow-flash {
	0% {
		background-color: none;
	}
	50% {
		background-color: rgba(255, 255, 23, 0.5)
	}
	100% {
		background-color: none;
	}
}

@-ms-keyframes yellow-flash {
	0% {
		background-color: none;
	}
	50% {
		background-color: rgba(255, 255, 23, 0.5)
	}
	100% {
		background-color: none;
	}
}


.red {
	color: red;
}

.orange {
	color: orange;
}

.force-white {
	color: #fff !important;
}

.blueimp-nav {
	font-size: 44px !important;
}


a,
.page-link {
	text-decoration: none;
}


a:hover,
.nav-link,
.page-link:hover {
	text-decoration: none;
}


a.btn-primary {
	color: #ffffff !important;
}


.btn-secondary {
	color: #ffffff !important;
}

.read-only-label {
	font-size: 1.25em;
	background-color: #f4f4f4;
	padding-left: 0.75em;
	padding-right: 0.75em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	width: 100%;
	height: 1.75em;
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: lightgrey;
	border-color: lightgrey;

}

.tab-content {
	/* margin-top: 1rem; */
	/* disabled for quiz - custom class needed or mt specifically applied */
}


.numeric-indicator {
	/* ensure it lines up with font awesome glyphs */
	max-height: 28px;
}


.above-canvas {
	position: absolute;
	z-index: 100;
}

@media only screen and (min-width: 600px) {
	.dropdown-menu-center {
		right: auto;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.dropdown-menu-wide {
		width: 56rem;
	}

	.dropdown-menu-narrow {
		width: 28rem;
	}
}

.thumbnail {
	width: 96px;
	height: 48px;
	object-fit: cover;
}

.thumbnail-large {
	width: 160px;
	height: 90px;
	object-fit: cover;
}


@media only screen and (max-width: 960px) {
	.responsive-thumbnail {
		width: 48px;
		height: 24px;
		object-fit: cover;
		display: block;
	}
}


/* Workaround for select2 on Bootstrap 5 with floating labels
	https://github.com/apalfrey/select2-bootstrap-5-theme/issues/21
 */
.form-floating .select2-container--bootstrap-5 .select2-selection {
	height: calc(3.5rem + 2px);
	padding: 1rem 0.75rem;
}

.form-floating .select2-container--bootstrap-5 .select2-selection > .select2-selection__rendered {
	margin-top: 0.6rem;
	margin-left: 0.25rem;
}


/* Shortcuts */
.shortcut {
	text-align: center;
}

.shortcut-icon {
	display: block;
}

.shortcut-text {
	display: block;
}


/* Documentation Articles */
.documentation-article {

}

.documentation-article h1 {
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	font-size: 1.5rem;
	color: #883300;
	border-bottom: #883300 solid 2px;
	font-weight: 600;
}

.documentation-article h2 {
	margin-top: 3rem;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	color: #883300;
	font-weight: 600;

}

.documentation-article h3 {
	font-size: 1rem;
	font-weight: 600;
}

ol > li {
	margin-bottom: 0.6rem;
}


.clickable-row {
	cursor: pointer;
}

.subtitle {
	font-weight: normal;
	font-style: italic;
}


.hover-pop:hover {
	opacity: 75%;
	cursor: pointer;
	transform: scale(1.05);
}


.bg-blue {
	background-color: #0d6efd;
}


.card-50-height {
	height: 40vh;
}

.dropdown-item-text {
	font-weight: bold;
}

.select2-results__group {
	line-height: 3.5rem !important;
	font-weight: bold !important;
}


.thumbnail-large {
	width: 160px;
	height: 90px;
	object-fit: cover;
}


.no-drag {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

.no-select {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}


.show-on-hover {
	visibility: hidden;
}

.flex-row:hover .show-on-hover {
	visibility: visible;
}

/* todo check & remove
.operations span {
	zoom: 150%;
}

*/
