.sidenav .sidenav-menu .nav .nav-link .nav-link-icon {
	display: none !important;
}

/* Project Design: Branding & Typography */

:root {
	--bs-font-sans-serif: "Outfit", "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-body-font-family: Outfit, Metropolis, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

body {
	color: #111827;
}

.topnav {
	background-color: #FFAF53;
}

.topnav .navbar-brand {
	width: auto;
	font-size: 21px;
}

.topnav .navbar-brand img {
	height: auto;
	margin-top: -4px;
}

.topnav .navbar-brand-conference {
	font-weight: normal;
}

.sidenav {
	background-color: #F89829;
}

.sidenav-light .sidenav-menu .nav-link,
.sidenav-light .sidenav-menu:hover .nav-link,
.sidenav-light .sidenav-menu:active .nav-link,
.sidenav-light .sidenav-menu:visited .nav-link,
.sidenav-light .sidenav-menu .nav-link,
.sidenav-light .sidenav-menu .nav-link:hover
.sidenav-light .sidenav-menu .nav-link:active,
.sidenav-light .sidenav-menu .nav-link:visited,
.sidenav-light .sidenav-menu .nav-link .nav-link-icon,
.sidenav-light .sidenav-menu .nav-link .sidenav-collapse-arrow,
.sidenav-light .sidenav-menu .nav-link.active,
.sidenav-light .sidenav-menu .nav-link.active:hover
.sidenav-light .sidenav-menu .nav-link.active:active,
.sidenav-light .sidenav-menu .nav-link.active:visited,
.sidenav-light .sidenav-menu .nav-link.active .nav-link-icon,
.sidenav-light .sidenav-menu .sidenav-menu-heading,
.sidenav-light .sidenav-footer .sidenav-footer-subtitle {
	color: #111827;
}

.sidenav-light .sidenav-menu-nested {
	border-left-color: transparent;
}

.sidenav-light .sidenav-menu .nav-link {
	font-weight: 600;
	margin: 0 1rem;
	border-radius: 20px;
}

.sidenav-light .sidenav-menu .nav-link.active {
	background: rgba(var(--bs-white-rgb), 0.25);
}

.nav-borders .nav-link.disabled {
  color: #0061f2;
}

.nav-borders .nav-link.disabled_create {
    pointer-events: none;
}

.page-header-content .btn {
	font-size: 1rem;
}

/* Project Design: Shadowbox Preview Popups */

/* Changing the content width is a workaround but ugly */
/*
#sb-wrapper .note_export {
	width: 65%;
	margin: 0 auto;
}
*/

/* Change the shadowbox itself cannot be used because we use it for images */
/*
#sb-wrapper {
    width: auto !important;
	right: 15% !important;
	left: 15% !important;
}
*/

/* Project Design: Tables */

table.dataTable {
	width: 100%;
}

table.table.dataTable > thead > tr > th {
	color: #6B7280;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #F9FAFB;
	border-bottom-color: #E5E7EB;
}

table.table.dataTable > thead > tr > th:first-child {
	border-radius: 5px 0 0 0;
}

table.table.dataTable > thead > tr > th:last-child {
	border-radius: 0 5px 0 0;
}

table.table.dataTable > thead > tr > th.dt-orderable-asc:hover,
table.table.dataTable > thead > tr > th.dt-orderable-desc:hover,
table.table.dataTable > thead > tr > td.dt-orderable-asc:hover,
table.table.dataTable > thead > tr > td.dt-orderable-desc:hover {
	outline: 0;
}

table.table.dataTable > tbody > tr > th,
table.table.dataTable > tbody > tr > td {
	font-size: 12px;
}

table.table.dataTable > tbody > tr > td > div.actions {
	font-size: 16px;
	text-align: right;
	white-space: nowrap;
}

table.table.dataTable > tbody > tr > td > div.actions > a {
	display: inline-block;
	margin: 0 5px;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
	box-shadow: none;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n) > * {
	box-shadow: inset 0 0 0 9999px #F9FAFB;
}


table.table.dataTable.table-striped > tbody > tr > td:first-child {
	border-radius: 5px 0 0 5px;
}

table.table.dataTable.table-striped > tbody > tr > td:last-child {
	border-radius: 0 5px 5px 0;
}

/* Project Feature: Listing Inline Editing */ 

/*
.input-group > .form-control.{id}-inline {
	/* Look for dynamic code in crud_listing.php
}
*/

/* Project Feature: Tall Card Body */

main > .container-fluid > .card > .card-body {
	min-height: 600px;
}

/* Project Feature: CRUD Single Buttons Bar */

main {
	position: relative;
	min-height: 100%;
	box-sizing: border-box;
	padding-bottom: 55px;

}

.crud_single-buttons {
	transition: 0.15s;
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity));
	border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
	text-align: center;
	position: fixed;
	padding: 1rem;
	bottom: 0;
	right: 0;
	left: 240px;
}

.sidenav-toggled .crud_single-buttons {
	left: 0;
}

/* Project Feature: Blocker */

#blocker {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	opacity: .85;
	z-index: 99999;
}

#blocker_container {
	position: absolute;
	top: 35%;
	left: 50%;
	width: 300px;
	padding: 25px;
	margin: 0  0 0 -155px;
	background: #ffffff;
	border: 5px solid #5f5f5f;
}

/* Project Feature: Note Export */

/* Applies to popups */
.note_export {
	padding-top: calc(var(--bs-gutter-x) * 0.5);
	padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}

/* Applies to meeting report */
.card-body .note_export {
	padding: 0;
}

.note_export:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.note_export .session {
	position: relative;
	padding: 0 0 50px 0;
}

.note_export .session:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.note_export .session_vitals {
	/* float: right; */
	padding: 15px;
	border: 1px dashed #898989;
	/* margin: 0 0 15px 15px; */
	margin: 0 0 15px 0;
}

.note_export .session_priority {
	position: absolute;
	top: 0;
	right: 0;
	background: #e8e8e8;
	color: #000000;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 36px;
	overflow: hidden;
}

.note_export .session_priority span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 22px 22px 0;
}

.note_export .session_vitals hr {
	padding: 0;
	margin: 4px 0;
}

.note_export .session_name {
	background: #e8e8e8;
	color: #000000;
	padding: 10px;
	margin: 0 51px 25px 0;
	font-size: 26px;
}

.note_export .session_description img {
	display: block;
	max-width: 90%;
	margin: 0 auto;
	border: none;
}

.note_export .user_name {
	clear: both;
	border-bottom: 1px solid #505050;
}

.note_export .note_text {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	clear: both;
}

.note_export .note_images,
.note_export .note_urls {
	clear: both;
}

.note_export .note_images:after,
.note_export .note_urls:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.note_export .note_image,
.note_export .note_url,
.note_export .note_url_no_preview {
	width: 192px;
	height: 192px;
	float: left;
	margin: 0 15px 40px 0;
	border: 1px solid #000000;
	background: #D8D8D8;
	text-align: center;
	position: relative;
	display: table;
}

.note_export .note_image a,
.note_export .note_url a,
.note_export .note_url_no_preview a {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
}

.note_export .note_image .note_filename,
.note_export .note_url .note_filename,
.note_export .note_url_no_preview .note_filename {
	position: absolute;
	margin: 3px 0 0 0;
	width: 100%;
	top: 100%;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.note_export .note_image img {
	max-width: 192px;
	max-height: 192px;
	border: none;
}

.note_export .note_url img {
	max-width: 192px;
	max-height: 192px;
	border: none;
}

.note_export .note_url_no_preview a {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
	height: 100%;
	width: 100%;
}

.note_export .note_url_no_preview .file-icon {
	display: block;
	font-size: 6em;
	color: #6C6C6C;
}

.note_export .note_url_only {
	width: auto;
	height: auto;
	float: none;
	margin: 0;
	display: block;
	border: none;
	background: none;
	text-align: left;
}

.note_export .note_url_only a {
	display: inline;
}

.note_export .note_url_only .file-icon {
	display: inline-block;
	width: 25px;
}

.note_export .note_url_only .note_filename {
	position: static;
	margin: auto;
	width: auto;
	white-space: wrap;
	overflow: auto;
}

.note_export .print_only {
	display: none;
}

.note_export .clearfix {
	display: block;
	clear: both;
}