/* GENERIC STYLINGS */
.fav-container {
	margin-bottom: 1.5rem;
	padding-right: 2px;
}

.object-fav-icon {
	visibility: hidden;
	cursor: pointer;
}

.object-fav-icon::before {
	font-size: 1.5rem;
	content: '\2606';
	visibility: visible;
	cursor: pointer;
}

.object-fav-icon:checked::before {
	content: '\2605';
}

.separator::before {
	content: ' - ';
}

/* END GENERIC STYLINGS */

/* BOOTSTRAP OVERRIDES & MODS */
.accordion-header.is-invalid {
	border-color: var(--bs-form-invalid-border-color);
	border-width: 1px;
	border-style: solid;
}

.accordion-header.is-invalid .accordion-button span {
	color: var(--bs-form-invalid-color)!important;
}

.accordion-button {
	margin-right: 0.5em;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
	background-color: #f5f5f5;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/resources/images/icons8/accordion-btn.svg');
}

.pseudo-accordion-button {
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
}

.accordion-body > .accordion-section {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}

.accordion-body > .accordion-section:last-child {
	border-bottom: none!important;
}

.offcanvas-header {
	padding: 1rem 1.25rem;
}

.form-check.form-switch > .col-form-label-sm {
	padding-top: 0!important;
}

.form-check-group.is-invalid .form-check-input {
	border-color: #dc3545;
}

.form-check-group.is-invalid .form-check-label {
	color: #dc3545;
}

.form-check-group.is-invalid .invalid-feedback {
	display: block;
}

.form-check-input.form-check-sm {
	margin-top: 0.375rem;
}

[class^="bi-"],
[class*=" bi-"] {
	margin-right: 0.5em;
}

.btn.dropdown-toggle.kebab-menu {
	border: none;
	padding: 0;
	cursor: pointer;
}

.btn.dropdown-toggle.kebab-menu::after {
	border: none;
}

.card {
	border-radius: 0.25rem;
}

.card > div:first-child {
	border-radius: 0.25rem 0.25rem 0 0;
}

.card > div:last-child {
	border-radius: 0 0 0.25rem 0.25rem;
}

.mw-0 {
	min-width: 0;
}

.progress + .progress-status {
	font-size: 0.75rem;
}

.nav-tabs-sm {
	font-size: 0.875rem;
}

.nav-tabs .nav-link {
	padding: 0.25rem 0.5rem;
}

.processing-btn {
	opacity: 1!important;
	z-index: 20010;
}

.fs-7 {
	font-size: 0.875rem !important;
}

.fs-8 {
	font-size: 0.75rem !important;
}

@media (min-width: 576px) {
	.fs-sm-6 {
		font-size: 1rem !important;
	}
	.fs-sm-7 {
		font-size: 0.875rem !important;
	}
	.fs-sm-8 {
		font-size: 0.75rem !important;
	}
}

@media (min-width: 768px) {
	.fs-md-6 {
		font-size: 1rem !important;
	}
	.fs-md-7 {
		font-size: 0.875rem !important;
	}
	.fs-md-8 {
		font-size: 0.75rem !important;
	}
}

@media (min-width: 992px) {
	.fs-lg-6 {
		font-size: 1rem !important;
	}
	.fs-lg-7 {
		font-size: 0.875rem !important;
	}
	.fs-lg-8 {
		font-size: 0.75rem !important;
	}
}

@media (min-width: 1200px) {
	.fs-xl-6 {
		font-size: 1rem !important;
	}
	.fs-xl-7 {
		font-size: 0.875rem !important;
	}
	.fs-xl-8 {
		font-size: 0.75rem !important;
	}
}

@media (min-width: 1400px) {
	.fs-xxl-6 {
		font-size: 1rem !important;
	}
	.fs-xxl-7 {
		font-size: 0.875rem !important;
	}
	.fs-xxl-8 {
		font-size: 0.75rem !important;
	}
}

/* responsive borders */

.border-none {
	border-style: none!important;
}

@media (min-width: 576px) {
	.border-sm-end {
		border-right-style: solid!important;
		border-right-width: 1px!important;
	}
}

@media (min-width: 768px) {
	.border-md-end {
		border-right-style: solid!important;
		border-right-width: 1px!important;
	}
}

@media (min-width: 992px) {
	.border-lg-end {
		border-right-style: solid!important;
		border-right-width: 1px!important;
	}
}

@media (min-width: 1200px) {
	.border-xl-end {
		border-right-style: solid!important;
		border-right-width: 1px!important;
	}
}

@media (min-width: 1400px) {
	.border-xxl-end {
		border-right-style: solid!important;
		border-right-width: 1px!important;
	}
}

/* end responsive borders */

/* END BOOTSTRAP OVERRIDES & MODS */

/* SUNEDITOR OVERRIDES & MODS */
.sun-editor-editable {
	padding: 4px 8px;
}

.sun-editor-editable p {
	margin: 0 !important;
}

.sun-editor.suneditor-toolbar-container {
	border: none;
	position: absolute;
	opacity: 0;
	transform: translateY(-8px);
	transition:
		opacity 0.25s ease,
		transform 0.25s ease;
	z-index: 2000;
}

.suneditor-toolbar-container.toolbar-inline {
/*	position: absolute; */
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	background: #fff;
}

.suneditor-toolbar-container.toolbar-visible {
	opacity: 1;
	transform: translateY(0);
}

.suneditor-toolbar-container.toolbar-fixed {
/*	position: fixed; */
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	background: #fff;
}

.se-wrapper:focus-within {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.sun-editor, .sun-editor .se-toolbar.se-toolbar-inline, .sun-editor .se-wrapper {
	border-radius: 0.2rem;
}

.sun-editor .se-btn {
	width: 24px;
	height: 24px;
	line-height: unset;
}

.sun-editor .se-svg, .sun-editor .se-btn > svg {
	width: 12px;
	height: 12px;
}

.sun-editor .se-btn[data-command='fontColor'] > svg {
	color: #FF0000;
}

.sun-editor .se-btn[data-command='hiliteColor'] > svg {
	color: #FFE400;
	background-color: black;
}

.sun-editor .se-btn[data-command='SUP'] > svg {
	margin-top: -2px;
}

.sun-editor .se-btn[data-command='SUB'] > svg {
	margin-top: 2px;
}

.sun-editor .se-btn hr {
	background-color: rgb(225, 228, 232);
	box-sizing: content-box;
	opacity: 1;
}

.sun-editor.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
	border-color: var(--bs-form-invalid-border-color);
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2012'%20width%3D'12'%20height%3D'12'%20fill%3D'none'%20stroke%3D'%23dc3545'%3E%3Ccircle%20cx%3D'6'%20cy%3D'6'%20r%3D'4.5'%2F%3E%3Cpath%20stroke-linejoin%3D'round'%20d%3D'M5.8%203.6h.4L6%206.5z'%2F%3E%3Ccircle%20cx%3D'6'%20cy%3D'8.2'%20r%3D'.6'%20fill%3D'%23dc3545'%20stroke%3D'none'%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* END SUNEDITOR OVERRIDES & MODS */

/* TOASTS */
.toast-container {
	position: absolute;
	top: 3.5rem;
	right: 0;
	margin: 0 0.5rem;
	z-index: 2000;
}

.toast {
	margin: 0.5rem 0;
	font-size: 0.625rem;
}

@media (min-width: 768px) {
	.toast {
		font-size: 0.75rem;
	}
}

@media (min-width: 992px) {
	.toast-container {
		top: 2.75rem;
	}
}

@media (min-width: 1200px) {
	.toast {
		font-size: 0.875rem;
	}
}

.toast.toast-primary {
	border-color: #0d6efd!important;
}

.toast.toast-primary .toast-header {
	color: #084298!important;
	background-color: #cfe2ff!important;
	border-color: #b6d4fe!important;
}

.toast.toast-secondary {
	border-color: #6c757d!important;
}

.toast.toast-secondary .toast-header {
	color: #41464b!important;
	background-color: #e2e3e5!important;
	border-color: #d3d6d8!important;
}

.toast.toast-success {
	border-color: #198754!important;
}

.toast.toast-success .toast-header {
	color: #0f5132!important;
	background-color: #d1e7dd!important;
	border-color: #badbcc!important;
}

.toast.toast-danger {
	border-color: #dc3545!important;
}

.toast.toast-danger .toast-header {
	color: #842029!important;
	background-color: #f8d7da!important;
	border-color: #f5c2c7!important;
}

.toast.toast-warning {
	border-color: #ffc107!important;
}

.toast.toast-warning .toast-header {
	color: #664d03!important;
	background-color: #fff3cd!important;
	border-color: #ffecb5!important;
}

.toast.toast-info {
	border-color: #0dcaf0!important;
}

.toast.toast-info .toast-header {
	color: #055160!important;
	background-color: #cff4fc!important;
	border-color: #b6effb!important;
}

.toast.toast-light {
	border-color: #f8f9fa!important;
}

.toast.toast-light .toast-header {
	color: #636464!important;
	background-color: #fefefe!important;
	border-color: #fdfdfe!important;
}

.toast.toast-dark {
	border-color: #212529!important;
}

.toast.toast-dark .toast-header {
	color: #141619!important;
	background-color: #d3d3d4!important;
	border-color: #bcbebf!important;
}

.toast .btn {
	font-size: inherit!important;
}
/* END TOASTS */

/* CHOSEN OVERRIDES & MODS ** PHASE OUT ** chosen is not compatible with mobile */

.chosen-bootstrap {
    border-radius: var(--bs-border-radius-sm);
}

.chosen-bootstrap:focus-within {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.chosen-bootstrap .chosen-single {
	display: block;
	height: auto;
	width: 100%;
	padding-top: 0.375rem;
	padding-right: 2.25rem;
    padding-bottom: 0.375rem;
    padding-left: 0.75rem;
    font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
		-webkit-appearance: none;
		-moz-appearance: none;
	appearance: none;
	background: none;
	background-color: var(--bs-body-bg);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .875rem center;
	background-size: 16px 12px;
	border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
	box-shadow: none;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chosen-bootstrap-sm .chosen-single {
	padding-top: 0.25rem;
	padding-right: 2.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
}

.chosen-bootstrap  .chosen-single > div {
	display: none;
}

/* END CHOSEN OVERRIDES & MODS */

/* SELECT2 OVERRIDES & MODS */
.select2-container .select2-selection {
	height: auto!important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius-sm);
}

.select2-container--default .select2-selection--single:focus-within {
	color: var(--bs-body-color);
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 4px 20px 4px 8px;
	font-size: 0.875rem;
	line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 29px;
	width: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-right: 0.75rem;
	border-top: 0.4em solid!important;
	border-right: 0.4em solid transparent!important;
	border-bottom: 0!important;
	border-left: 0.4em solid transparent!important;
	padding: 0;
	vertical-align: 0.255em;
	content: "";
	background: transparent;
	color: #6c757d !important;
}

.select2-container--default .select2-search--dropdown {
	padding: 3px 4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-radius: 4px!important;
	padding: 3px 4px;
	font-size: 1em!important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
	outline:none!important;
}

.select2-results li {
	padding: 5px 6px;
	font-size: 13px;
}

/* END SELECT2 OVERRIDES & MODS */

/* GENERIC STYLINGS */

.bm-brand {
	color: #767D81;
}

hr.gradient, hr.left-gradient, hr.right-gradient {
	border: 0;
	height: 2px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
	-webkit-print-color-adjust: exact;
}

.flex-grow-1-3 {
	flex-grow: calc(1/3);
}

.flex-grow-2-3 {
	flex-grow: calc(2/3);
}

.flex-grow-1-7 {
	flex-grow: calc(1/7);
}

.flex-grow-2-7 {
	flex-grow: calc(2/7);
}

.flex-grow-3-7 {
	flex-grow: calc(3/7);
}

.flex-grow-1-8 {
	flex-grow: calc(1/8);
}

.flex-grow-7-8 {
	flex-grow: calc(7/8);
}

.paren::before {
	content: '(';
	margin-left: 0.25em;
}

.paren::after {
	content: ')';
	margin-right: 0.25em;
}

.space::after {
	content: '\00A0';
}

.vertical {
	margin: 0px auto;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(-180deg);
}

.rotate-90 {
	rotate: 90deg;
}

.rotate-180 {
	rotate: 180deg;
}

.rotate-270 {
	rotate: 270deg;
}

.blinking-text {
	animation: blinker 1s ease-in-out infinite;
}
@keyframes blinker {
	from { opacity: 1.0; }
	25% { opacity: 0.7; }
	50% { opacity: 0.4; }
	75% { opacity: 0.7; }
	to { opacity: 1.0; }
}

/* END GENERIC STYLINGS */

#about .bm-logo {
	width: 2em;
	margin-right: 0.5em;
}

/* TOOLTIPS */
.tooltip-icon {
	display: none;
	color: steelblue;
	font-weight: bold;
	cursor: pointer;
}
@media print {
	.tooltip-icon {
		display: none!important;
	}
}

/* LOGIN CARD */
.login-card {
	min-width: 230px;
	border: none;
}

/* At this width the text wraps so increase the logo size */

.login-card .bm-logo {
	width: calc(150 / 48 * calc(1.425rem + 2.1vw));
}

@media (min-width: 271px) {
	.login-card .bm-logo {
		width: calc(75 / 48 * calc(1.425rem + 2.1vw));
	}
}

@media (min-width: 1200px) {
	.login-card .bm-logo {
		width: 75px;
	}
}

/* END LOGIN CARD */

/* NAVBAR */
.navbar {
	font-size: 0.875rem;
}

.navbar .bm-brand {
	margin-right: 0.5rem;
	font-size: 1rem;
}

.navbar.bg-dark .bm-brand {
	color: #D9D9D9;
}

.navbar .bm-logo {
	width: 1.75rem;
}

.dropdown-menu-dark {
	border: 0.15rem solid #343a40;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 0.125rem;
}

.navbar-toggler-container > .badge.rounded-pill {
	position: relative;
	top: -1.125rem;
	right: calc(-1.5rem - 32px - 1em);
}

.navbar .nav-item .input-group {
	width: 100%;
	font-size: 0.75rem;
}

#navbar-search input, #navbar-search button, #navbar-search select {
	font-size: 0.75rem;
}

#navbar-search input, #navbar-search button.multiselect, #navbar-search select {
	padding: 0.25em!important;
	font-size: 0.75rem;
}

#navbar-search #global-search-btn {
	height: 100%;
	padding: 0 0.375rem;
}

#navbar-search #global-search-btn img {
	height: 1rem;
}

/* xsm-md */
.navbar-nav {
	margin-top: 0.5rem;
	border-top: solid rgba(255,255,255,.1) 1px;
	padding-top: 0.5rem;
}

.navbar-nav .nav-link {
	border-radius: 0.25rem;
	padding: 0.25em 0.5em;
	font-size: 0.875rem;
}

.navbar-nav .nav-link .nav-link-icon {
	height: 1.5em;
	margin-right: 0.75em;
}

.navbar-nav .nav-link .badge.rounded-pill {
	margin-left: 0.25em;
	padding: 0.25em 0.65em;
}
	
.navbar-nav .dropdown-menu {
	margin-left: 1rem;
	padding: 0;
}

.dropdown-toggle {
	display: flex;
	align-items: center;
}

/*
.dropdown-toggle:not(.user-menu) {
	display: flex;
	align-items: center;
}
*/
.dropdown-toggle::after {
	margin-left: auto;
}

.navbar-nav .dropdown-menu .dropdown-divider {
	display: none;
}

.navbar-nav .input-group > .multiselect-native-select {
	flex: none;
	width: initial;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu.open > .dropdown-menu, .dropdown-submenu.open > .dropdown-menu {
	display: block;
}

.navbar-nav .dropdown-item {
	border-radius: 0.25rem;
	padding: 0;
}

.navbar-nav .dropdown-menu .dropdown-item:active, .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown-menu .dropdown-item:hover {
	background-color: inherit;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	background-color: #4D5154;
}

@media (min-width: 992px) {
	.navbar {
		font-size: 0.75rem;
	}

	.navbar .bm-brand {
		font-size: 0.875rem;
	}
	
	.navbar-toggler-container {
		display: none;
	}
	
	.navbar-nav {
		margin-top: 0;
		margin-right: 0.25em;
		border: none;
		padding-top: 0;
	}
	
	.navbar-nav > .nav-item.dropdown {
		margin-left: 0.25em;
	}
	
	.dropdown-toggle.user-menu {
		display: block;
	}

	.navbar-nav .nav-link {
		font-size: 0.75rem;
	}
	
	.navbar-nav > .nav-item.dropdown > .dropdown-toggle::after {
		display: none;
	}

	.navbar-nav .nav-link.dropdown-toggle > .badge.rounded-pill {
		position: absolute;
		top: -18%;
		right: -5%;
	}

	.navbar-nav .nav-link.user-menu {
		height: 2em;
		width: 2em;
		border-radius: 50%;
		padding: 0;
		background-color: #6c757d;
		line-height: 2;
		text-align: center;
	}
	
	.navbar-nav .nav-link.user-menu:active, .navbar-nav .nav-link.user-menu:hover {
		background-color: #5c636a;
		border-color: #565e64;
	}

	.navbar-nav .nav-link.user-menu span {
		display: inline-block;
		font-size: 0;
	}

	.navbar-nav .nav-link.user-menu span::first-letter {
		font-size: 0.75rem;
		text-transform: capitalize;
	}
	
	.navbar-nav .nav-link.user-menu sup {
		right: -45%!important;
	}
	
	.navbar-nav #navbar-search {
		max-width: 296px;
	}
	
	.navbar-nav .dropdown-menu {
		margin-left: 0;
	}

	.navbar-nav .dropdown-menu .dropdown-divider {
		display: block;
		margin: 0;
	}
	
	.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
		background-color: #4D5154;
	}

	.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
		background-color: #4D5154;
	}

	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: 0.5rem;
		margin-left: -0.25rem;
	}
}

@media (min-width: 1200px) {
	.navbar {
		font-size: 0.875rem;
	}

	.navbar .bm-brand {
		font-size: 1rem;
	}
	
	.navbar-nav .nav-link.user-menu span::first-letter {
		font-size: 0.875rem;
	}

	.navbar-nav .nav-link {
		font-size: 0.875rem;
	}
	
	.navbar-nav #navbar-search {
		max-width: initial;
	}
}

/* END NAVBAR */

/* LEFT SIDEBAR */
.sidebar-toggler {
	margin-right: 1em;
	padding-left: 0;
	padding-right: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.sidebar-toggler img {
	height: 1.5em;
}

.left-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	max-width: 100vw;
	border-right: 1px solid rgba(0, 0, 0, 0.125);
	z-index: 1050;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out;
	transform: translateX(-100%);
}

.left-sidebar.show {
	width: 400px;
	transform: none;
}

.left-sidebar .offcanvas-title {
	display: none;
	transition: margin .3s ease-in-out;
}

.left-sidebar .offcanvas-title span {
	transition: font-size .3s ease-in-out;
}

.left-sidebar.collapsed #employee_list_chosen {
	display: none;
}

.left-sidebar .accordion-body {
	padding: 0.5rem 0 0 1.25rem;
}

.left-sidebar .accordion-button {
	transition: margin .3s ease-in-out,
		padding .3s ease-in-out,
		font-size .3s ease-in-out,
		width .3s ease-in-out;
}

.left-sidebar .accordion-button:not(.collapsed) {
	color: inherit!important;
}

.left-sidebar.collapsed .accordion-button::after {
	transition: margin .3s ease-in-out,
		width .3s ease-in-out,
		height .3s ease-in-out;
}

.left-sidebar .accordion-button > img, .left-sidebar .list-group-item > img {
	height: 1.25em;
	margin-right: 0.5em;
	transition: height .3s ease-in-out,
		margin .3s ease-in-out;
}

.left-sidebar.collapsed .accordion-button span {
	transition: font-size .3s ease-in-out;
}

.left-sidebar .accordion-collapse {
	padding: 0.5rem 1rem 0.5rem 1.25rem;
}

.left-sidebar .left-sidebar-collapse-btn {
	display: none;
	background-color: whitesmoke;
}

.left-sidebar .page-link:hover {
	text-decoration: underline;
}

.left-sidebar .object-list-header .object-icon {
	width: 1em;
	margin-right: 0.5em;
	vertical-align: text-top;
}

@media (min-width: 992px) {
	.sidebar-toggler {
		display: none;
	}
	
	.left-sidebar {
		position: static;
		display: block;
		transform: none;
		z-index: auto;
	}

	.left-sidebar.collapsed {
		width: auto;
	}

	.left-sidebar.collapsed .offcanvas-header {
		padding: 0.25em 0.5em;
	}

	.left-sidebar.collapsed .offcanvas-title {
		display: initial;
		margin: auto;
		cursor: pointer;
	}
	
	.left-sidebar:not(collapsed) .offcanvas-title {
		display: none;
	}
	
	.left-sidebar.collapsed .offcanvas-title span {
		color: transparent;
		display: inline-block;
		font-size: 0;
	}

	.left-sidebar.collapsed .offcanvas-title span::first-letter {
		color: #212529!important;
		font-size: 1rem!important;
		text-transform: capitalize;
	}

	.left-sidebar:not(.collapsed) #employee_list_chosen {
		display: initial;
	}

	.left-sidebar.collapsed .accordion-button {
		margin: auto;
		padding: 0.5em;
		width: auto;
	}

	.left-sidebar.collapsed .accordion-button::after {
		margin: 0;
		width: 0;
		height: 0;
		background-image: none;
	}

	.left-sidebar.collapsed .accordion-button > img {
		margin-right: 0;
	}

	.left-sidebar.collapsed .accordion-button span {
		color: transparent;
		font-size: 0;
	}
	
	.left-sidebar .left-sidebar-collapse-btn {
		display: block;
	}

	.left-sidebar.collapsed .left-sidebar-collapse-btn {
		display: none!important;
	}
}

/* END LEFT SIDEBAR */

/* =====================================================
   RIGHT PANEL
   Mobile: overlay offcanvas
   Desktop (md+): inline sliding panel
===================================================== */

:root {
	--bm-right-panel-width: var(--bs-offcanvas-width, 400px);
}

/* Shared styling */
.right-panel {
	border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.right-panel .right-panel-collapse-btn button {
	background-color: whitesmoke;
}
	
.right-panel .right-panel-collapse-btn button .feedback-btn-text {
	writing-mode: vertical-lr;
	transform: rotate(180deg);
}

.right-panel .right-panel-collapse-btn .badge.rotate-270 {
	left: -2px;
}

.right-panel .right-panel-collapse-btn button .right-panel-toggle-icon {
	transition: transform 0.3s ease-in-out;
	transform-origin: center;
	transform:
		scale(1.2)
		rotate(0deg);
}
	
.right-panel.show .right-panel-collapse-btn button .right-panel-toggle-icon {
	transform-origin: center;
	transform:
		scale(1.2)
		rotate(180deg);
}

.right-panel .right-panel-collapse-btn button .right-panel-toggle-icon::before {
	font-weight: bold !important;
}

/* -----------------------------------------------------
   MOBILE (<= sm)
   True overlay offcanvas behavior
----------------------------------------------------- */

.right-panel #right-panel-content {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 0;
	max-width: 100vw;

	z-index: 1050;
	background-color: #fff;
	border-left: var(--bs-border-width) solid var(--bs-border-color);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
		
	overflow: hidden;

	transform: translateX(100%);
	visibility: hidden;

	transition:
		width .3s ease-in-out,
		transform .3s ease-in-out,
		visibility 0s linear .3s;
}

.right-panel.show #right-panel-content {
	width: 400px;
	transform: translateX(0);
	visibility: visible;

	transition:
/*		width: .3s ease-in-out, */
		transform .3s ease-in-out,
		visibility 0s linear 0s;
}

.right-panel iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/* -----------------------------------------------------
   DESKTOP (>= md)
   Inline panel that pushes layout
----------------------------------------------------- */

@media (min-width: 768px) {
	/* Container pushes layout only */
	.right-panel #right-panel-content {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		
		height: 100% !important;
		max-width: none !important;
		
		z-index: auto !important;
		box-shadow: none !important;
		
		/* IMPORTANT: kill the mobile transform/visibility model */
		transform: none !important;
		visibility: visible !important;
		transition: none !important;

		/* Desktop sizing model */
		width: 0;
		flex: 0 0 auto;
		
		/* Prevent the "expanding scrollbar" effect */
		overflow: hidden !important;

		/* Animate only width (smooth + no lag) */
		transition: width .3s ease-in-out !important;
		will-change: width;
	}

	.right-panel.show #right-panel-content {
		width: 400px;
		
		/* ensure mobile rule never reintroduces transform */
	}

	/* Keep iframe a constant desktop width; container reveals it */
	.right-panel iframe {
		position: absolute;
		top: 0;
		right: 0;

		display: block;
		border: 0;
		max-width: none;

		/* No iframe transform animation (prevents "lag") */
		transform: none !important;
		transition: none !important;
	}

	.right-panel.show iframe {
		transform: translate3d(0, 0, 0);
	}

	/* Keep close button usable on desktop if present */
	.right-panel .btn-close {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
}
	
/* END RIGHT PANEL */
	
/* BOTTOM PANEL */
.bp-panel {
	border-top: 1px solid rgba(0, 0, 0, .20);
}

.bp-panel .bp-resize-handle {
	height: 12px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .06), rgba(0, 0, 0, .03));
	cursor: ns-resize;
	position: relative;
	touch-action: none;
}

.bp-panel .bp-resize-handle::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0.25rem;
	transform: translateX(-50%);
	width: 4rem;
	height: 0.25rem;
	border-radius: 999px;
	background: rgba(0, 0, 0, .25);
}

.bp-panel.bp-closed .bp-dock-bar .accordion-button {
	display: none;
}

.bp-panel .bp-dock-bar, .bp-panel .bp-body {
	padding-left: 20px;
	padding-right: 20px;
}

.bp-panel .bp-dock-bar {
	background: linear-gradient(to bottom, rgba(0, 0, 0, .03), rgba(0, 0, 0, 0));
}

/* Compact accordion-style toggle for bottom panel */
.bp-panel .bp-dock-bar .bp-toggle.accordion-button{
	width: auto;
	padding: .25rem .5rem;
	background: transparent;
	border: 0;
	box-shadow: none;

	/* ensure icon vars exist outside a real .accordion */
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-active-icon: var(--bs-accordion-btn-icon);

	/* INVERTED base chevron: points UP when collapsed (bottom panel expands up) */
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 11L8 5L14 11'/%3e%3c/svg%3e");
}

.bp-panel .bp-dock-bar .bp-toggle.accordion-button:focus{
	box-shadow: none;
}

.bp-panel .bp-dock-bar .bp-toggle.accordion-button::after{
	margin-left: 0;
}
	
.bp-panel:not(.bp-resizing) .bp-body {
	transition: height 200ms ease;
}
	
.bp-panel .bp-body {
	overflow: hidden;
	min-height: 0;
}

.bp-panel.bp-closed .bp-body {
	height: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
}

.bp-body > .tab-content {
	height: 100%;
	min-height: 0;
}

.bp-body > .tab-content > .tab-pane {
	height: 100%;
}

.bp-body > .tab-content > .tab-pane.active,
.bp-body > .tab-content > .tab-pane.show.active {
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.bp-body > .tab-content > .tab-pane.active > :first-child {
	flex: 0 0 auto;
}

.bp-body > .tab-content > .tab-pane.active > :nth-child(2) {
	flex: 1 1 auto;
	min-height: 0;
	overflow: auto;
}

/* END BOTTOM PANEL */

/* CUSTOM BACKDROP */
.bm-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.bm-backdrop.fade {
	opacity: 0;
	transition: opacity .15s linear;
}

.bm-backdrop.fade.show {
	opacity: 0.5;
}

/* END CUSTOM BACKDROP */

/* LEFT SIDEBAR EMPLOYEE LIST */
#employee_list_chosen .chosen-single {
	border: none;
	box-shadow: none;
	padding: 0;
	height: initial;
	font-size: 1.25rem;
	font-weight: 500;
	color: inherit;
	background-color: transparent;
	background: none;
}

#employee_list_chosen .chosen-single div {
	width: initial;
	height: initial;
}

#employee_list_chosen .chosen-single div b {
	display: inline-block;
    content: "";
    border-top: 0.625rem solid;
    border-right: 0.625rem solid transparent;
    border-bottom: 0;
    border-left: 0.625rem solid transparent;
	background: none;
	transition: transform .2s ease-in-out
}

#employee_list_chosen.chosen-with-drop .chosen-single div b {
	transform: rotate(-180deg);
}

#employee_list_chosen .chosen-drop {
	margin-top: 0.25rem;
	border-radius: 4px;
}

.chosen-container-single .chosen-search input[type="text"] {
	border-radius: 4px;
}

/* END LEFT SIDEBAR EMPLOYEE LIST */

/* TREEVIEW */
.treeview {
	width: 100%;
}

.treeview .tree-branch {
	margin-left: 1em;
}

.treeview .tree-item {
	width: 100%;
	border-radius: 0.25rem;
	padding: 0 0.5em 0.25em;
	display: flex;
	align-items: center;
	color: rgba(0, 0, 0, 0.65);
}

.treeview .tree-item:hover {
	background-color: #e7f1ff;
}

.treeview .tree-item > .tree-link {
	margin-right: 0.5em;
	flex-grow: 1;
	text-decoration: none;
	color: inherit;
}

.treeview img {
	height: 1.2em;
	margin-right: 0.5em;
}

.treeview button {
	margin-left: 0.255em;
	border-top: 0.4em solid;
	border-right: 0.4em solid transparent;
	border-bottom: 0;
	border-left: 0.4em solid transparent;
	padding: 0;
	vertical-align: 0.255em;
	content: "";
	background: transparent;
	color: #6c757d!important
}

.treeview button.collapsed {
	transform: rotate(-90deg);
}

.treeview button[disabled="true"] {
	color: #c2c8cd!important;
	cursor: default;
}

.treeview a.tree-link:hover {
	text-decoration: underline;
}

/* END TREEVIEW */

/* MODIFY BOOTSTRAP VALIDATION TO WORK WITH MULTIPLE INPUTS */
/* Wrap input in span, but need to fix border radius for first input */
.input-group.has-validation > span:not(:last-child) > :not(.dropdown-toggle):not(.dropdown-menu):not(.valid-feedback):not(.invalid-feedback):not(.valid-tooltip):not(.invalid-tooltip),
.input-group.has-validation > span:not(:last-child) .multiselect-native-select .form-control {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

/* Wrap input in span, but need to fix border radius for last input */
.input-group.has-validation > span:not(:first-child) > :not(.dropdown-toggle):not(.dropdown-menu):not(.valid-feedback):not(.invalid-feedback):not(.valid-tooltip):not(.invalid-tooltip),
.input-group.has-validation > span:not(:first-child) .multiselect-native-select .form-control {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

/* END BOOTSTRAP INPUT VALIDATION */

/* BOOTSTRAP MULTISELECT */
.navbar-nav .multiselect-container {
	position: absolute;
	margin: 0;
}

.multiselect-container > .dropdown-item {
    width: 100%;
    border: none;
	border-radius: 0;
    padding: 0;
    background: white;
    white-space: nowrap;
}

.multiselect-selected-text::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.multiselect-container .multiselect-option .form-check, .multiselect-container .multiselect-group .form-check, .multiselect-container .multiselect-all .form-check {
    padding: 0 0.25em 0 1.75em;
}

.multiselect-container .form-check {
	margin: 0;
}
/* END BOOTSTRAP MULTISELECT */

/* BOOTSTRAP READMORE */
.bs-readmore-body {
	overflow: hidden;
}

.bs-readmore-toggle {
	color: #aaa!important;
	font-weight: bold;
	font-size: 0.875rem;
	cursor: pointer;
}
	
.bs-readmore-toggle:hover {
	text-decoration: underline;
}
/* END BOOTSTRAP READMORE */

/* OBJECT PAGE */
.object-section-header {
	margin-bottom: 0.25rem;
	border: 1px solid #e0e0e0;
	padding: 0.25rem 1.5rem 0.25rem 1.5rem;
	font-size: 1rem;
	font-weight: 700;
	background-color: #f5f5f5;
}

@media (min-width: 768px) {
	.object-section-header {
		font-size: 1.25rem;
	}
}

/* DATEPICKER */

.datepicker-dropdown {
	font-size: 0.75rem;
}

.datepicker table tr td span {
	height: 3em;
	line-height: 3em;
}

/* END DATEPICKER */

/* CALENDAR  & TODO LIST */

.cal-month-select, .cal-week-select {
	cursor: pointer;
	font-size: 0.75rem;
}

.cal-month-select:hover, .cal-week-select:hover {
	text-decoration: underline;
}

.cal-nav-btn:focus {
	box-shadow: none;
}

.cal-nav-btn img {
	height: 0.75em;
	font-size: 0.75rem;
}

.cal-container {
	margin-bottom: 1rem;
	border: 2px solid #D9D9D9;
	border-radius: 0.5em;
	font-size: 0.5rem;
}

.cal-container .cal-section {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	flex-grow: 1;
}

.cal-container .cal-section:first-child {
	border-top: none;
}

.cal-container .cal-section:last-child {
	border-bottom: none;
}

.cal-container .cal-section-header {
	background-color: #F5F5F5;
	font-weight: bold;
}

.cal-container .cal-section-header .cal-cell {
	border: none!important;
}

.cal-container .cal-section-body {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.cal-container .cal-section-body > .cal-row:last-child {
	flex-grow: 1;
}

.cal-container .cal-row {
	display: flex;
	flex-wrap: nowrap;
}

.cal-container .cal-col-group {
	display: flex;
	flex-wrap: nowrap;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
}

.cal-container .cal-col-group:first-child {
	border-left: none;
}

.cal-container .cal-col-group:last-child {
	border-right: none;
}

.cal-container .cal-cell, .cal-container .cell-as-needed {
	width: 0;
	border-radius: 0.25em;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 0%;
}

.cal-container .cal-section-body .cal-cell {
	border-top: 2px solid #F5F5F5;
}

.cal-container .cal-cell.non-current {
	background-color: #F5F5F5;
}

.cal-container .cal-cell.today {
	border-top: 2px solid #86B7FE!important;
	background-color: #E7F1FF;
}

.cal-container .cal-section-body .cal-row:first-child > .cal-col-group > .cal-cell {
	border-top: none;
}

.cal-container .cal-cell > .cal-cell-header {
	margin: 0 0.5em;
}

.cal-container .cal-cell.today > .cal-cell-header {
	color: #006FCB;
	font-weight: bold;
}

.cal-container .cal-cell.cal-day.today > .cal-cell-header {
	display: flex;
}

.cal-container .cal-cell-content, .cal-container .cell-as-needed-content {
	min-height: 4em;
}

.cal-container .cal-cell > .cal-cell-content {
	margin: 0 0.5em;
}

.cal-container .cell-as-needed > .cell-as-needed-content {
	display: flex;
	flex-wrap: wrap;
}

.cal-container .cell-as-needed .as-needed-item {
	border: 1px solid #D9D9D9;
	border-radius: 0.25em;
	padding: 0.25em 0.5em;
}

.cal-container .cal-item {
	word-wrap: break-word;
	word-break: break-all;
}

@media (min-width: 576px) {
	.cal-container .cal-item {
		padding-left: 1.5em;
		text-indent: -1.5em;
	}
}

@media (min-width: 768px) {
	.cal-container .cal-item {
		word-break: break-word;
	}
}

.cal-cell a, .cal-container .as-needed-item a {
	color: #252529;
	text-decoration: none;
	cursor: pointer;
}

.cal-cell a:hover, .cal-container .as-needed-item a:hover {
	text-decoration: underline!important;
}

.cal-cell .pk-status {
	margin-right: 0.5em;
}

.cal-container .btn-pk-instance, .todo-container .btn-pk-instance, .in-progress-container .btn-pk-instance {
	margin-right: 0.5em;
	border: none;
	border-radius: 50%;
	padding: 0;
	background-color: transparent;
}

.cal-container .btn-pk-instance:before, .todo-container .btn-pk-instance:before, .in-progress-container .btn-pk-instance:before, .sideshow-step-text .btn-pk-instance:before {
	display: flex;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-size: 1em;
	font-weight: bold;
	content: '\FF0B';
	color: #212529;
}

.sideshow-step-text .btn-pk-instance {
	margin-right: 0.5em;
	border: none;
	padding: 0.125em;
}

@media (min-width: 768px) {
	.cal-month-select, .cal-week-select {
		font-size: 1rem;
	}
	
	.cal-nav-btn img {
		height: 1em;
	}
	
	.cal-container {
		font-size: 0.75rem;
	}

	.cal-container .cal-cell.cal-day.today > .cal-cell-header::after {
		margin-left: auto;
		content: 'Today';
	}
}

.todo-container .cal-cell, .in-progress-container .cal-cell, .to-review-container .cal-cell {
	margin-bottom: 0.5rem;
	margin-left: 1rem;
	font-size: 0.875rem;
}

.cal-container .as-needed-item {
	width: 100%;
}

@media (min-width: 576px) {
	.cal-container .as-needed-item {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.cal-container .as-needed-item {
		width: 33.33333333%;
	}
}

@media (min-width: 992px) {
	.cal-container .as-needed-item {
		width: 25%;
	}
}

@media (min-width: 1200px) {
	.cal-container .as-needed-item {
		width: 16.66666667%;
	}
}

/* END CALENDAR & TOTO LIST*/

/* COMMAND CENTER */

.command-center .form-select {
	font-size: 0.75rem;
}

.command-center .form-select:focus {
	box-shadow: none!important;
}

.command-center table {
	border-collapse: separate;
	border-spacing: 0;
}

.command-center thead th.cc-day {
	border-top: 2px solid #D9D9D9;
	background-color: #F5F5F5;
}

.command-center thead th.today {
	border-color: #006FCB;
	color: #006FCB;
	background-color: #E7F1FF;
	font-weight: bold;
}

.command-center tbody tr th:nth-child(2), .command-center tbody tr td:nth-child(2) {
	border-left: 2px solid #D9D9D9;
}

.command-center table tbody tr td.cc-day, .command-center table tbody tr th.cc-day, .command-center table thead th.cc-day {
	border-right: 1px solid #C4C8CB;
}

.command-center thead th.first-day {
	border-top-left-radius: 0.5em;
	border-left: 2px solid #D9D9D9!important;
}

.command-center thead th.last-day {
	border-top-right-radius: 0.5em;
	border-right: 2px solid #D9D9D9!important;
}

.command-center tbody tr td:first-child {
	border-left: 2px solid #D9D9D9!important;
}

.command-center tbody tr th:not(:first-child) {
	border-top: 2px solid #D9D9D9!important;
	background-color: #F5F5F5;
}

.command-center tbody tr th:last-child, .command-center tbody tr td:last-child, .command-center .cc-last-week, .command-center tbody tr th.cc-month:not(.cc-mth-end) {
	border-right: 2px solid #D9D9D9!important;
}

.command-center tbody tr th .top-left-radius {
	width: 1rem;
	border-top: 2px solid #D9D9D9;
	border-left: 2px solid #D9D9D9;
	background-color: #F5F5F5;
}

.command-center tbody tr th .header-text {
	border-top: 2px solid #D9D9D9;
	background-color: #F5F5F5;
}

.command-center tbody tr:first-child th .top-left-radius, .command-center tbody tr.sticky-header.is-stuck th .top-left-radius {
	border-top-left-radius: 0.5rem;
}

.command-center tbody tr:last-child th:first-child .top-left-radius, .command-center tbody tr:last-child td:first-child {
	border-bottom-left-radius: 0.5rem;
}

.command-center tbody tr:last-child th:last-child, .command-center tbody tr:last-child td:last-child {
	border-bottom-right-radius: 0.5rem;
}

.command-center tbody tr:last-child th .top-left-radius, .command-center tbody tr:last-child th .header-text, .command-center tbody tr:last-child th.cc-month, .command-center tbody tr:last-child td {
	border-bottom: 2px solid #D9D9D9!important;
}

.command-center tbody tr td {
	border-top: 1px solid #D9D9D9;
}

.command-center tbody tr.header-row + tr td {
	border-top: none;
}

.cc-packet-status-header {
	padding: 0.25rem!important;
}

.cc-packet-status {
	padding: 0!important;
}

.cc-item-header, .cc-item-status-header {
	padding: 0!important;
}

.cc-day, .cc-month {
	width: 1.125rem;
	padding: 1px!important;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

.cc-wk-start, .cc-mth-start {
	border-left: 1px solid #adb5bd!important;
}

.cc-wk-end, .cc-mth-end {
	border-right: 1px solid #adb5bd!important;
}

.command-center .btn-pk-instance {
	border: none;
	border-radius: 50%;
	padding: 0;
	background-color: transparent;
}

.command-center .btn-pk-instance:before {
	display: flex;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-size: 0.5rem;
	font-weight: bold;
	content: '\FF0B';
	color: rgb(220 53 69);
}
/* END COMMAND CENTER */

/* PACKET STATUS */
.pk-status {
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 100%;
	vertical-align: middle;
	background-color: #65C65C;
}

.pk-status.pk-in-progress {
	background-image:
		linear-gradient(180deg, transparent 50%, #F5F5F5 50%),
		linear-gradient(90deg, #F5F5F5 50%, transparent 50%);
}

.pk-status.pk-review-1 {
	background-image:
		linear-gradient(90deg, #F5F5F5 50%, transparent 50%);
}

.pk-status.pk-review-2 {
	background-image:
		linear-gradient(180deg, transparent 50%, #65C65C 50%),
		linear-gradient(90deg, #F5F5F5 50%, transparent 50%);
}

.pk-status.pk-complete {
	background-image: none;
}


/* END PACKET STATUS */

/* TUTORIAL LIST */


.tutorial-list {
	padding: 0;
	margin: 0;
}

.tutorial-item {
	position: relative;
	margin-top: 1.25rem;
	list-style-type: none;
	cursor: pointer;
	-webkit-transition: color 300ms ease;
	transition: color 300ms ease;
}

.tutorial-item:first-child {
	margin-top: 0;
}

.tutorial-header {
	display: inline-flex;
	flex-direction: column-reverse;
}


@media (min-width: 992px) {
	.tutorial-header {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
}

.tutorial-title {
	display: inline-flex;
	align-items: center;
	padding-left: 0.25rem;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
}

.tutorial-title.watched::after {
	content: '(Completed)';
	margin-left: 1em;
	color: #222;
	opacity: 0.75;
	font-size: 0.75rem;
	font-weight: normal;
	text-transform: capitalize;
}

.tutorial-title.in-progress::after {
	content: '(In Progress)';
	margin-left: 1em;
	color: #222;
	opacity: 0.75;
	font-size: 0.75rem;
	font-weight: normal;
	text-transform: capitalize;
}

.tutorial-title-text {
	text-decoration: underline;
}

.tutorial-item:hover .tutorial-title-text {
	color: #0d6efd;
}

.tutorial-estimated-time {
	display: inline;
	width: 6rem;
	padding-left: 0.25rem;
	color: #595959;
	font-size: 0.75rem;
}


@media (min-width: 992px) {
	.tutorial-estimated-time {
		padding-left: 0;
	}
}

.tutorial-estimated-time:before {
	margin-right: 0.5em;
    font-family: sideshow-icons;
    font-style: normal;
	color: #222;
	opacity: 0.75;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    content: "\e803";
}

.tutorial-description {
	margin-top: -1px;
	border-left: solid 0 #969696;
	padding-left: 0.25rem;
	font-size: 0.875rem;
	-webkit-transition: margin-left 300ms ease;
	transition: margin-left 300ms ease;
}

@media (min-width: 992px) {
	.tutorial-description {
		margin-left: 6rem;
	}
}

/* END TUTORIAL LIST */

.bm-reference {
	color: rgba(var(--bs-danger-rgb), 1) !important;
}

.bm-reference::after {
	content: ' ';
}

/* OBJECT COLORS */
/*			Object				Dark	Light	X-Light
			model				#a1a1a1	#dadada	#f3f3f3
			org chart			#b2a8d2	#d8d2e7	#eceaf3
			position			#7ba7d7	#d3e1f1	#ebf3fd
			job description		#cfa838	#fee8a5	#fdf1d0
			policy				#be4a31	#dfbab1	#f7e6e2
			procedure/process	#779fe5	#cbd9f5	#e0ebf7
			product				#759a5c	#c8dcba	#e7f0e2
			step				#e09846	#e0b88a	#f2dcc2
			packet				#b87f9e	#e3c9d7	#f6eaf1
			checklist			#409d7a	#b7f6dd	#def9ef
			system				#bc8f8f	#e3cece	#f8ebeb
			user/person			#a49380	#d4c9bd	#ebe3da
*/

.bm-bd-m-light {
	border-color: #dadada;
}

.bm-m-light {
	color: #dadada!important;
}

.bm-m-dark {
	color: #a1a1a1!important;
}

.bm-bg-m-xlight {
	background-color: #f3f3f3
}

.bm-bg-m-light {
	background-color: #dadada;
}

.bm-bg-m-dark {
	background-color: #a1a1a1;
}

.bm-bd-oc-light {
	border-color: #d8d2e7;
}

.bm-oc-light {
	color: #d8d2e7!important;
}

.bm-oc-dark {
	color: #9386ba!important;
}

.bm-bg-oc-xlight {
	background-color: #eceaf3
}

.bm-bg-oc-light {
	background-color: #d8d2e7;
}

.bm-bg-oc-dark {
	background-color: #9386ba;
}

.bm-bd-ps-light {
	border-color: #d3e1f1;
}

.bm-ps-light {
	color: #d3e1f1!important;
}

.bm-ps-dark {
	color: #7ba7d7!important;
}

.bm-bg-ps-xlight {
	background-color: #ebf3fd;
}

.bm-bg-ps-light {
	background-color: #d3e1f1;
}

.bm-bg-ps-dark {
	background-color: #7ba7d7;
}

.bm-bd-jd-light {
	border-color: #f8e095;
}

.bm-jd-light {
	color: #fee8a5!important;
}

.bm-jd-dark {
	color: #cfa838!important;
}

.bm-bg-jd-xlight {
	background-color: #fdf1d0;
}

.bm-bg-jd-light {
	background-color: #fee8a5;
}

.bm-bg-jd-dark {
	background-color: #cfa838;
}

.bm-bd-pl-light {
	border-color: #dfbab1;
}

.bm-pl-light {
	color: #dfbab1!important;
}

.bm-pl-dark {
	color: #be4a31!important;
}

.bm-bg-pl-xlight {
	background-color: #f7e6e2;
}

.bm-bg-pl-light {
	background-color: #dfbab1;
}

.bm-bg-pl-dark {
	background-color: #be4a31;
}

.bm-bd-pr-light, .bm-bd-pc-light {
	border-color: #cbd9f5;
}

.bm-pr-light, .bm-pc-light {
	color: #cbd9f5!important;
}

.bm-pr-dark, .bm-pc-dark {
	color: #779fe5!important;
}

.bm-bg-pr-xlight, .bm-bg-pc-xlight {
	background-color: #e0ebf7;
}

.bm-bg-pr-light, .bm-bg-pc-light {
	background-color: #cbd9f5;
}

.bm-bg-pr-dark, .bm-bg-pc-dark {
	background-color: #779fe5;
}

.bm-bd-pd-light {
	border-color: #c8dcba;
}

.bm-pd-light {
	color: #c8dcba!important;
}

.bm-pd-dark {
	color: #759a5c!important;
}

.bm-bg-pd-xlight {
	background-color: #e7f0e2;
}

.bm-bg-pd-light {
	background-color: #c8dcba;
}

.bm-bg-pd-dark {
	background-color: #759a5c;
}

.bm-bd-st-light {
	border-color: #e0b88a;
}

.bm-st-light {
	color: #e0b88a!important;
}

.bm-st-dark {
	color: #e09846!important;
}

.bm-bg-st-xlight {
	background-color: #f2dcc2;
}

.bm-bg-st-light {
	background-color: #e0b88a;
}

.bm-bg-st-dark {
	background-color: #e09846;
}

.bm-bd-pk-light {
	border-color: #e3c9d7;
}

.bm-pk-light {
	color: #e3c9d7!important;
}

.bm-pk-dark {
	color: #b87f9e!important;
}

.bm-bg-pk-xlight {
	background-color: #f6eaf1;
}

.bm-bg-pk-light {
	background-color: #e3c9d7;
}

.bm-bg-pk-dark {
	background-color: #b87f9e;
}

.bm-bd-ck-light {
	border-color: #b7f6dd;
}

.bm-ck-light {
	color: #b7f6dd!important;
}

.bm-ck-dark {
	color: #409d7a!important;
}

.bm-bg-ck-xlight {
	background-color: #def9ef;
}

.bm-bg-ck-light {
	background-color: #b7f6dd;
}

.bm-bg-ck-dark {
	background-color: #409d7a;
}

.bm-bd-sy-light {
	border-color: #e3cece;
}

.bm-sy-light {
	color: #e3cece!important;
}

.bm-sy-dark {
	color: #a47676!important;
}

.bm-bg-sy-xlight {
	background-color: #f8ebeb;
}

.bm-bg-sy-light {
	background-color: #e3cece;
}

.bm-bg-sy-dark {
	background-color: #a47676;
}

.bm-bd-us-light {
	border-color: #d4c9bd;
}

.bm-us-light {
	color: #d4c9bd!important;
}

.bm-us-dark {
	color: #a49380!important;
}

.bm-bg-us-xlight {
	background-color: #ebe3da;
}

.bm-bg-us-light {
	background-color: #d4c9bd;
}

.bm-bg-us-dark {
	background-color: #a49380;
}

/* END OBJECT COLORS */

/* OBJECT NAVBAR */

.object-navbar {
	font-size: 0.75rem;
}

.object-navbar .object-icon {
	margin: 0.25rem;
	width: 2rem;
}

.object-navbar .object-type {
	display: none;
}

.object-navbar .object-detail {
	text-align: left;
}

.object-navbar .model-name {
	font-size: 0.625rem;
}

.object-navbar .object-name {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
}

.object-navbar .object-subtitle {
	font-size: 0.75rem;
	font-weight: 500;
}

.object-navbar .object-version .dropdown-toggle::after {
	margin-left: 0.25em!important;
	font-size: 1.25em!important;
}

.object-navbar .object-version .dropdown-menu {
	max-height: 10rem;
	overflow: auto;
}

.object-navbar .menu-icon {
	width: 1.25rem;
	cursor: pointer;
}

.object-navbar .kebab-menu + .dropdown-menu {
	margin-top: 0.25rem!important;
	padding: 0;
	font-size: 0.75rem;
}

.object-navbar .dropdown-item:hover {
	background: #B2AEAB;
}

.object-navbar .kebab-menu + .dropdown-menu .dropdown-divider {
	margin: 0;
}

.object-navbar .dropdown-header {
	padding: 0 0.5rem;
}

@media (min-width: 576px) {
	.object-navbar .object-icon {
		width: 2.5rem;
	}
	
	.object-navbar .object-detail {
		text-align: center;
	}

	.object-navbar .model-name {
		font-size: 0.75rem;
	}

	.object-navbar .object-name {
		font-size: 1rem;
		font-weight: 500;
		line-height: initial;
	}

	.object-navbar .menu-icon {
		width: 1.5rem;
	}
}

@media (min-width: 768px) {
	.object-navbar .object-type {
		display: inline-block;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

/* END OBJECT NAVBAR */

/* OBJECT DETAIL */
#object-detail {
/*	overflow-y: auto; */
}

#object-detail .accordion-button:not(.collapsed) {
	color: inherit!important;
}

.accordion .object-list-header {
	cursor: pointer;
}

.accordion .object-list-header:hover {
	background-color: #e7f1ff;
}

.accordion .object-list-header .collapse-btn {
	margin-right: 0.75rem;
	border-top: 0.4em solid;
	border-right: 0.4em solid transparent;
	border-bottom: 0;
	border-left: 0.4em solid transparent;
	padding: 0;
	vertical-align: 0.255em;
	content: "";
	background: transparent;
	color: #6c757d!important;
}

.accordion .object-list-header.collapsed .collapse-btn {
	transform: rotate(-90deg);
}

.source-model-header {
	margin-top: -0.5rem;
}

/* END OBJECT DETAIL */

/* OBJECT CARDS */
.card-list-header {
	font-weight: bold;
	font-size: 0.875rem;
}

.object-list-header.is-invalid .card-list-header {
	color: #dc3545;
}

.object-card .card .card-header {
	font-size: 0.75rem;
	background-color: #fcfcfc;
}

.object-card .card .card-header .model-name {
	font-size: 0.625rem;
}

.object-card .card .card-header .object-name, .object-card .card .card-header .bm-reference {
	font-size: 0.875rem;
}

.object-card .card .card-header a {
	color: #212529;
	text-decoration: none;
}

.object-card .card .card-header a:hover {
	text-decoration: underline;
}

.object-card .card .remove-icon {
	margin-right: 0;
	cursor: pointer;
	font-size: 1rem;
}

.object-card .card .remove-icon::before {
	margin-left: 0.25rem;
	vertical-align: top;
	background-color: white;
}

.object-card .card .object-icon {
	width: 1rem;
}

.object-card .card .card-body {
	font-size: 0.75rem;
	background-color: #fcfcfc;
}

.object-card .card .card-body .object-description {
	max-height: 1.5em;
	overflow-y: hidden;
}

/* END OBJECT CARDS */

/* OPEN POINT & NOTE TO REVIEWER CARDS */

.open-point-action p, .open-point-comment p, .review-note-description p, .review-note-comment p, .feedback-description p, .feedback-comment p {
	margin: 0 !important;
}

#open-point-modal .open-point-comment:not(:first-child), .open-point-item .open-point-comment:not(:first-child),
#review-note-modal .review-note-comment:not(:first-child), .review-note-item .review-note-comment:not(:first-child),
#feedback-modal .feedback-comment:not(:first-child), .feedback-item .feedback-comment:not(:first-child)	{
	border-top-width: var(--bs-border-width, 1px);
	border-top-style: var(--bs-border-style, solid);
	border-color: var(--bs-dark-border-subtle);
}
	
.new-reply-btn:hover, .reply-btn:hover, .hide-reply-btn:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.new-reply-btn:active, .reply-btn:active, .hide-reply-btn:active {
	border: none!important;
}

.open-point-comments-container.collapse:not(.show) ~ .hide-reply-btn, .open-point-comments-container.collapsing ~ .hide-reply-btn,
.review-note-comments-container.collapse:not(.show) ~ .hide-reply-btn, .review-note-comments-container.collapsing ~ .hide-reply-btn,
.feedback-comments-container.collapse:not(.show) ~ .hide-reply-btn, .feedback-comments-container.collapsing ~ .hide-reply-btn {
	display:none;
}
	
.open-point-comments-container.collapse.show ~ .reply-btn,
.review-note-comments-container.collapse.show ~ .reply-btn,
.feedback-comments-container.collapse.show ~ .reply-btn {
	display: none;
}

/* SEARCH RESULTS */
.search-result-item {
	margin-bottom: 1.5rem;
}

.search-result-item:last-child {
	margin-bottom: 0;
}

.search-result-item i {
	margin: 0 0.5em 0.25em 0.5em;
	cursor: pointer;
}

.search-result-header-model {
	font-size: 0.75rem;
}

.search-result-link a {
	color: #337ab7;
	text-decoration: none;
}

.search-result-link a:hover {
	text-decoration: underline;
}

.search-result-link .object-reference::after {
	content: ' ';
}

.search-result-content {
	font-size: 0.875rem;
}
/* END SEARCH RESULTS */

/* PROCEDURE */
.step-row {
	counter-increment: rowNumber;
}

.step-seq:first-child::before {
	content: counter(rowNumber)'.';
}
/* END PROCEDURE */
