.navBadge{
	aspect-ratio: 1;
	background: var(--color-orange);
	border-radius: 100%;
	color: var(--color-white);
	font-weight: bold;
	position: absolute;
	width: 25px;
}
.container-fluid{
	position: relative;
}
.form-switch{
	font-size: 1.25em;
	margin-bottom: 0.35rem;
}
.form-control:disabled{
	opacity: 0.7;
    cursor: not-allowed;
}
.is-active{
	color: green;
}
.is-inactive{
	color: red;
}
.is-pending{
	color: #ff9100;
}
div.tinyMCE{
	max-height: 350px;
	overflow: auto;
}
div.tinyMCE img{
	height: auto;
	max-width: 100%;
}
#themeForm .form-control-color{
	float: left; /* was right - Wes - 2-7-23 */
	margin-right: 1em;
}
#themeForm .color-column > div{
	height: 50px;
}
#educationCategories, #sponsors, .supportPhotosContainer{
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	max-height: 275px;
	overflow: auto;
}
#consolePhotos{
	max-height: none;
}
#educationCategories > .educationCategory, #sponsors > .sponsor, .supportPhotosContainer > .supportPhoto{
	position: relative;
}
.educationCategoryLabel, .sponsorLabel, .supportPhoto, .siteTeamLabel{
    background: var(--color-light-gray);
    border-radius: 0.5em;
    color: var(--color-dark-blue);
	cursor: pointer;
	padding: 1em 1.5em;
}
.deleteEducationCategory, .deleteSponsor, .deleteSupportPhoto{
    background: var(--color-light-gray);
	border-radius: 100%;
    color: var(--color-dark-blue);
	padding: 0px 5px;
	position: absolute;
	right: 0px;
}
.educationCategoryCheckbox:checked + .educationCategoryLabel, .educationCategoryCheckbox:checked ~ .deleteEducationCategory{
    background: var(--color-orange);
    color: var(--color-white);
}
.sponsorLabel, .supportPhoto, .siteTeamLabel{
	aspect-ratio: 1;
	background: var(--color-white);
	border: 4px solid var(--color-dark-blue);
	overflow: hidden;
	padding: 0em;
	width: 125px;
}
.sponsorLabel > img, .supportPhoto > img, .siteTeamLabel > img{
	aspect-ratio: 1;
	object-fit: contain;
	width: 100%;
}
.deleteSponsor, .deleteSupportPhoto{
	background: var(--color-white);
	color: var(--color-dark-blue);
	line-height: normal;
	padding: 0px 4px;
}
.deleteSponsor{
	right: 4px;
	top: 4px;
}
.supportPhoto.active, .supportPhoto.active > .deleteSupportPhoto{
	border-color: var(--color-orange);
	color: var(--color-orange);
}
.sponsorCheckbox:checked + .sponsorLabel, .siteTeamLabel:has(> input:checked){
	opacity: 1;
}
.sponsorLabel, .siteTeamLabel{
	align-items: center;
	background: transparent;
	border: none;
	display: grid;
	opacity: 0.25;
	text-align: center;
}
.ui-sortable .supportPhoto{
	border-style: dashed;
	cursor: move;
}
label:has(+ input.newSupportPhotos), .videoContainer, .displaySupportPhotoContainer{
	background: var(--color-light-gray);
	border-radius: 1rem;
	color: var(--color-blue);
	cursor: pointer;
    display: block;
    height: 250px;
	padding: 1em;
    position: relative;
    text-align: center;
    width: 100%;
}
label:has(+ input.newSupportPhotos):before{
    content: "\f302";
    display: block;
	font-family: "Font Awesome 6 Free";
    font-size: 4rem;
    left: 50%;
    position: absolute;
    top: 35%;
    transform: translate(-50%, -50%);
}
label:has(+ input.newSupportPhotos) > span{
	bottom: 20%;
	color: var(--color-darker-blue);
	font-size: 1.25em;
	left: 0;
	position: absolute;
	width: 100%;
}
label:has(+ input.newSupportPhotos) > span > strong{
	color: var(--color-blue);
}
.currentPhotoContainer{
	max-height: 250px;
	overflow: hidden;
}
.currentPhotoContainer > span{
	color: var(--color-dark-blue);
	display: block;
	font-weight: 500;
}
.currentPhotoContainer > img{
	display: block;
	max-height: 150px;
	max-width: 100%;
	object-fit: contain;
}
img.displaySupportPhoto {
    height: 100%;
    object-fit: contain;
    position: relative;
    width: 100%;
    z-index: 1;
}
table#boothsTable > tbody > tr > td:nth-child(3), table#teamsTable > tbody > tr > td:nth-child(4){
	max-width: 65vw;
	white-space: break-spaces;
}
.tox-promotion{
	display: none !important;
}
table:is(#teamsTable, #teamGroupsTable) img{
	max-height: 100px;
	object-fit: contain;
}
#teamsTable .moveRow{
	color: var(--color-blue);
	cursor: move;
	font-size: 2em;
	vertical-align: middle;
}
#endQuestionTable tbody tr{
	cursor: move;
}
#consoleVideoContainer{
	height: 250px;
	margin-bottom: 0.5rem;
	position: relative;
}
.videoContainer{
	cursor: auto;
	position: absolute;
}
#consoleVideoContainer h3{
	color: var(--color-orange);
	font-size: 1.5em;

	text-align: left;
}
#newVideoContainer > fieldset {
    border: 1px solid var(--color-blue);
    border-radius: inherit;
    padding: 0.5em;
    margin-top: 1em;
}
#newVideoContainer span{
	display: block;
	font-size: 1.3em;
}
label.form-label[for="videoUploadMeter"]{
	color: var(--color-orange);
	font-size: 1.5em;
}
#videoUploadProgress{
	height: 5em;
	width: 100%;
}
.consoleVideo, .consoleScript{
	border-bottom: 1px solid var(--color-darker-blue);
	cursor: move;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: repeat(3, auto);
	padding: 1em 0;
}
.consoleVideo a, .consoleScript a{
	display: contents;
}
.consoleVideo > .playVideo > i, .consoleScript > .editScript > i{
	border-radius: 100%;
	grid-row: 1 / 4;
	margin-right: 0.25em;
}
.consoleVideo > .playVideo > i{
	color: var(--color-light-blue);
	font-size: 5em;
}
.consoleVideo > .form-control-plaintext{
	border-radius: .375rem;
	outline: 1px solid var(--color-light-gray);
	padding: 0 .25rem;
}
.consoleScript > .editScript > i{
	align-self: center;
    aspect-ratio: 1;
	background: var(--color-light-blue);
    border-radius: 100%;
    color: var(--color-white);
    font-size: 2.5em;
    padding: 0.5em;
}
.consoleVideo > .playVideo.active > i{
	color: var(--color-orange);
}
#viewVideoContainer > :not(a){
	padding: 1em;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
:is(.videoContainer, .displaySupportPhotoContainer) > a.close{
	font-size: 1.75em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}
#viewVideoContainer > :is(iframe, video){
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}
#viewVideoContainer > iframe{
	height: 100%;
	width: 100%;
}
.displaySupportPhotoContainer{
	position: absolute;
	top: 0;
}
div:has(> .displaySupportPhotoContainer){
	position: relative;
}
#consoleScriptsForm > h2{
	display: inline-block;
	margin-right: 1em;
}
#consoleScriptsForm #script{
	min-height: 350px;
	max-height: 95vh;
}
.chapterContainerTitle{
	display: flex;
	gap: 2em;
}
#chapterPageForm{
	position: relative;
}
.siteChapterDetails{
	position: relative;
}
.siteChapterDetails > summary{
	display: block;
	position: relative;
}
.siteChapterDetails:not(.noChildren) > summary::before{
	content: "\025B8";
	cursor: pointer;
	font-size: 4em;
	left: -1rem;
	line-height: normal;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.siteChapterDetails[open]:not(.noChildren) > summary::before{
	content: "\025BE";
}
.siteChapterDetails > .siteChapterDetails{
	margin-left: 0.75em;
}
.siteChapterDetails > .siteChapterDetails:not(:last-child){
	border-left: 1px solid var(--color-darker-blue);
}
.siteChapterDetails > .siteChapterDetails:last-child > summary{
	border-left: 1px solid var(--color-darker-blue);
}
.siteChapterDetails > .siteChapterDetails::before{
	border-bottom: 1px solid var(--color-darker-blue);
	content: "";
	display: block;
	position: absolute;
	top: 40px;
	width: 15px;
	z-index: 1;
}
.siteChapter, .chapterPage{
	border-bottom: 1px solid var(--color-darker-blue);
	cursor: move;
	display: flex;
	flex-direction: column;
	padding: 1em 0;
	position: relative;
}
.siteChapterDetails:is(.nested, :not(.noChildren)) .siteChapter{
	padding: 1em 1.5em;
}
.siteChapter.active{
	background: var(--color-light-gray);
}
.siteChapter.active::after {
    color: var(--color-blue);
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-size: 4em;
    font-weight: bold;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.chapterPage > div{
	display: flex;
	gap: 0.5em;
}
#editSiteContentContainer{
	position: relative;
}
.cancelLink, #cancelSiteContent, #cancelDataFeed{
    font-weight: bold;
    font-size: 1.25em;
    position: absolute;
    top: -0.5em;
}
#createPageDialog{
	min-width: 500px;
}
#createPageDialog > form{
	display: flex;
    flex-direction: column;
    gap: 1em;
}
#createContentSection > #pageContent, #pageVersionsDialog .pageVersion{
	max-height: 50vh;
	max-width: 50vw;
	min-height: 50vh;
	min-width: 50vw;
}
#pageVersionsDialog .pageContent{
	max-height: 47.5vh;
	overflow: auto;
}
#pageVersionsDialog .dialogButtons{
	justify-content: space-between;
}
#pageVersionsDialog .dialogButtons > div{
	display: flex;
	gap: 1em;
}
#dataFeed tr{
	transition: 0.5s box-shadow;
	width: 100%;
}
#dataFeed tr.startingRow{
	box-shadow: inset 0px 0px 10px -1px var(--color-orange);
}
#dataFeed tr.flightDirectorNoteRow{
	box-shadow: inset 0px 0px 10px -1px black;
}
#dataFeed tr.highlight{
	box-shadow: 0px 0px 5px 2px red;
	position: relative;
	z-index: 1;
}
#dataFeed :is(img, video){
	max-height: 150px;
	max-width: 200px;
	object-fit: contain;
}
#dataFeed.selectRow tbody tr{
	cursor: pointer;
	filter: brightness(0.75);
	transition: 0.25s all;
}
#dataFeed.selectRow tbody tr:hover{
	box-shadow: 0px 0px 10px 2px black;
	filter: brightness(1);
	position: relative;
	transform: scale(1.025);
	z-index: 1;
}
#dataFeed.selectRow tbody tr:hover *{
	cursor: pointer;
}
.dataRowQuestion > td{
	position: relative;
}
.dataRowQuestion .form-floating{
	display: inline-block;
	margin: 5px 0px 5px 2.5%;
	width: 82.5%;
}
.dataRowQuestion .addAnswer{
	margin: 5px 0 0 5%;
	padding: 18px 4px;
	position: absolute;
	width: 10%;
}
.dataRowQuestion summary{
	left: 1%;
	position: absolute;
	top: 20px;
}
.dataRowQuestion summary::marker{
	color: var(--color-blue);
	font-size: 2em;
}
.dataRowQuestion .form-check{
	font-size: 1.25em;
}
.dataRowQuestion .form-check > label{
	text-wrap: nowrap;
	white-space: nowrap;
}
.dataRowQuestion :is(.questionAnswer, .answerAction){
	align-items: center;
	border-bottom: 1px solid var(--bs-gray-500);
	display: grid;
	gap: 1em;
	grid-template-columns: auto 1fr auto auto;
	margin-bottom: 1em;
	padding-bottom: 1em;
	position: relative;
	width: 100%;
}
.dataRowQuestion .questionAnswer .answerAction{
	display: flex;
}
.dataRowQuestion .questionAnswer .answerAction:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.dataRowQuestion .questionAnswer :is(.answerSort, .aaSort){
	color: var(--color-blue);
	cursor: move;
	font-size: 1.5em;
}
.dataRowQuestion .questionAnswer .answerSort{
	margin-left: 1.5em;
}
.dataRowQuestion .questionAnswer :is(.addAnswerAction, .aaRowButton, .aaRowShowButton){
	margin: 0;
	padding: 8px 15px;
	white-space: nowrap;
}
.dataRowQuestion .questionAnswer summary{
	left: 0;
	top: 0;
}
.dataRowQuestion .questionAnswer details[open]{
	border: 1px solid var(--bs-gray-500);
	border-radius: 0.5em;
	grid-column: 1 / 5;
	padding: 0.5em;
}
.dataRowQuestion .questionAnswer details fieldset legend{
	font-size: 1.25rem;
}
.contextMenu{
	border: none;
	border-radius: 0px;
	margin: 0px;
	padding: 0px;
}
.contextMenu > form{
	display: flex;
	flex-direction: column;
}
.contextMenu button{
	border-radius: 0px;
	margin: 0px;
}
.maxWidth300{
	max-width: 300px;
	white-space: normal !important;
}
.maxWidth50VW{
	max-width: 50vw;
	white-space: normal !important;
}
#dashboard h2 {
    text-align: center;
}
#dashboard > div > div {
    align-items: center;
	border-bottom: 1px solid gray;
    display: flex;
    flex-direction: column;
	padding: 0.5em 0.5em 1em;
}
#dashboard .chartSingleValue {
	align-items: center;
	aspect-ratio: 1;
	background: var(--color-blue);
	border: 3px solid white;
	border-radius: 100%;
	box-shadow: 0 0 5px 2px #888;
	color: white;
	display: inline-flex;
	font-size: 2.5em;
	justify-content: center;
	min-width: 125px;
	padding: 0.5rem;
	text-align: center;
	text-shadow: 2px 2px 2px black;
	width: auto;
}
#dateRangeContainer{
	display: flex;
	gap: 1em;
}
#custom-reports .form-check:not(:has(input[type="checkbox"]:checked)) + * {
	display: none;
	visibility: hidden;
}