@charset "utf-8";
/* CSS Document */


/*	***************************************************************************
	WORKING ON, AUGUST 2024
*/

.custom-field-set-header {
	background-color: #DDD;
	border: 1px solid #AAA;
	border-bottom: none;
	padding: 10px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: -25px;
}

#default-choice-selector-for-menu {
	margin-top: -5px;
}

#menu-settings-sidebar .custom-field-set {
	padding-bottom: 30px;
}


#menu-style-controls .labeled-radio-button {
	margin-top: 0.5em;
	margin-bottom: 0.5em;	
}

#menu-style-radio-buttons {
	margin-bottom: 25px;
}

.sidebar.right .sidebar-content > h2:first-child {
	margin-top: 0;
}

/*	***************************************************************************
	RECENTLY ADDED, RECENTLY MODIFIED, OR IN NEED OF WORK
*/

.advising-credit-hour-counts.grand-total {
	font-size: 24px;
	font-weight: bold;
}

.advising-credit-hour-counts.single-term {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 11px; 
	padding-bottom: 25px;
}

.advising-credit-hour-counts.single-term.no-courses {
	color: #777;
}
	
.advising-department-input,
.labeled-checkbox input.advising-department-input {
	width: 50px;
	display: inline-block;
	float: none;
	margin-left: 2px;
	margin-right: 4px;
}

.animation-wrapper {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.backup-date {
	font-size: 20px;
	padding: 10px 0;
}

.backup-note {
	padding: 10px 0;
}

#backup-restoration-progress img {
	vertical-align: bottom;
	margin-top: 5px;
	margin-right: 5px;
}

#backup-restoration-progress .show-in-step-4 {
	border: 1px solid transparent;
}

#backup-restore-and-cancel-buttons {
	margin-top: 25px;
}

#backup-restore-and-cancel-buttons div:first-child {
	text-align: center;
}

.backup-selector {
	padding: 0 10px;
	border: 1px solid #CCC;
}

.backup-selector:hover {
	cursor: pointer;
	background-color: #DDD;
}

.backup-selector:not(:first-child) {
	border-top: none;
}

.backup-selector.selected {
	background-color: yellow;
}

#collection-backup-dates-and-notes {
	height: 100%;
	flex: 0 0 250px;
	margin-right: 25px;
}

#collection-backup-main-display-area {
	overflow-y: hidden;
}

#collection-backup-preview {
	height: 100%;
	padding: 0 25px;
}

.drag-and-drop-in-progress .advising-credit-hour-counts {
	visibility: hidden;
}

.drag-and-drop-in-progress .empty-collection-message {
	display: none;
}

#edit-footer-buttons .show-only-if-inheriting {
	border: 1px solid transparent;
}

#folder-editing-panel .academic-advising.custom-field-set {
	background-color: white;
}

.footer-preview-caption {
	font-style: italic;
}

.inactive-menu-item {
	opacity: 0.5;
	pointer-events: none;
}

/*	*** TEMPORARY TEST STYLE, 7/12/2024 *** */
.item[data-alignment-group-id="18"]:not(:first-child) {
	margin-top: 40px;
}

#loading-backups-message {
	font-size: 48px;
}

.minimal-ghost {
	background-color: cyan;
	width: 100%;
	height: 10px;
	margin-top: -10px;
	margin-bottom: -10px;
	border: none;
	box-sizing: content-box;
}

#modal-windows #error-notification {
	max-width: 600px;
}

#modal-windows > form {
	/* max-width: 600px;	interferes with alignment_adjustModalWindowWidth() */
}

#modal-windows .title-was-changed {
	width: 500px;
}

#modal-windows #backup-restoration-progress {
	width: 600px;
}

#no-backups-message {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}

#no-footer-buttons-message {
	color: white;
	padding: 2px 0;
}

.semi-faded {
	opacity: 60%;
	color: #333;
}

.update-needed label {
	color: red;
}

#view-collection-backups {
	height: 100vh; /* max-height of modal window will kick in */
}

#view-collection-backups.backups-found .hide-if-backups-found {
	display: none;
}

#view-collection-backups.loading,
#view-collection-backups.no-backups-found {
	width: 500px;
	height: 200px;
}

#view-collection-backups.loading .hide-while-loading {
	display: none;
}

#view-collection-backups.no-backups-found .hide-if-no-backups-found {
	display: none;
}


/*	***************************************************************************
	TEMPORARY STYLES FOR TEST SCREEN
*/

.test-item {
	width: 100%;
	background-color: white;
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
	padding: 5px 10px;
}

#test-screen .main-column {
	display: flex;
	flex-direction: column;
}

.test-window {
	flex: 1 1 auto;
	margin: 20px;
	padding: 20px;
	border: 1px solid black;
	background-color: #EEE;
	overflow-y: auto;
}

.test-window-body {
	overflow-y: auto;
	border: 1px dotted red;
}
