@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	--shell-sidebar-bg: #505050;
	--shell-sidebar-text: #f4f4f5;
}

#main_wrapper {
	background-color: #fff;
}

#main_wrapper.spf-app-shell {
	--greekly-square-logo-size: 80px;
	--shell-header-height: 80px;
	--shell-sidebar-collapsed-width: 90px;
	--shell-content-bg: #fff;
	--shell-sidebar-bg: #505050;
	--shell-sidebar-hover: rgba(255, 255, 255, 0.12);
	--accent-color: #EC1E79;
	--shell-sidebar-sub-bg: var(--shell-sidebar-active);
}

#sidebar_flyout.sidebar-flyout {
	background-color: var(--shell-sidebar-bg) !important;
	color: var(--shell-sidebar-text) !important;
	border: 1px solid var(--shell-sidebar-bg) !important;
}

#sidebar_flyout.sidebar-flyout::before {
	background-color: var(--shell-sidebar-bg) !important;
	border-left-color: var(--shell-sidebar-bg) !important;
	border-bottom-color: var(--shell-sidebar-bg) !important;
}

#main_wrapper.spf-app-shell>header.app-header {
	padding: 0;
	margin: 0;
}

#main_wrapper.spf-app-shell #sidebar_panel.app-sidebar {
	width: var(--shell-sidebar-width);
	border-right: none;
	overflow: hidden;
	min-height: 0;
}

#main_wrapper.spf-app-shell #sidebar_panel.app-sidebar.collapsed {
	width: var(--shell-sidebar-collapsed-width);
}

#main_wrapper.spf-app-shell #sidebar_panel.app-sidebar.collapsed.active {
	width: var(--shell-sidebar-width);
}

#main_wrapper.spf-app-shell #sidebar_nav .sidebar-menu {
	padding: unset;
	min-width: var(--shell-sidebar-collapsed-width);
}

#main_wrapper.spf-app-shell #sidebar_nav {
	flex: 1;
	height: 100%;
	max-height: 100%;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
}

#main_wrapper.spf-app-shell #sidebar_panel.app-sidebar.collapsed:not(.active) .sidebar-menu>li>:is(a.menu-item, details.menu-dropdown>summary) {
	grid-template-columns: 1fr;
	padding: 0;
	justify-items: center;
	min-height: 56px;
}

#main_wrapper.spf-app-shell #sidebar_panel.app-sidebar.collapsed:not(.active) #sidebar_nav .sidebar-menu {
	padding-bottom: var(--shell-sidebar-collapsed-width);
	box-sizing: border-box;
}

#main_wrapper.spf-app-shell #sidebar_panel.app-sidebar.collapsed:not(.active) :is(.menu-text, .chevron) {
	display: none;
}

#main_wrapper.spf-app-shell #sidebar_panel.app-sidebar.collapsed.active .sidebar-menu {
	min-width: var(--shell-sidebar-width);
}

#main_wrapper.spf-app-shell #sidebar_panel.app-sidebar.collapsed.active .sidebar-menu>li>:is(a.menu-item, details.menu-dropdown>summary) {
	grid-template-columns: 20px minmax(0, 1fr) auto;
	column-gap: 12px;
	padding: 0 20px;
}

#main_wrapper.spf-app-shell #sidebar_panel.app-sidebar.collapsed.active :is(.menu-text, .chevron) {
	opacity: 1;
	pointer-events: auto;
	overflow: visible;
}

#main_wrapper.spf-app-shell #sidebar_panel.app-sidebar.collapsed.active .sidebar-menu details .submenu-l1 {
	display: block;
}

#main_wrapper.spf-app-shell #sidebar_nav .sidebar-menu>li>a.menu-item .menu-icon {
	font-size: 1.4em;
	width: auto;
}

#main_wrapper.spf-app-shell #sidebar_nav .sidebar-menu>li>a.menu-item .menu-text {
	font-size: 1em;
	margin-left: 10px;
}

#main_wrapper.spf-app-shell #main_panel.main-content {
	background-color: #fff;
}

#main_wrapper.spf-app-shell .header-left {
	margin: 0;
	padding: 0;
	min-height: var(--shell-header-height);
	font-size: 16px;
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
}

#main_wrapper.spf-app-shell .app-shell-branding-group {
	display: flex;
	align-items: center;
	height: var(--shell-header-height);
	flex: 1;
	min-width: 0;
}

#main_wrapper.spf-app-shell .app-shell-logo-wrap {
	width: var(--shell-sidebar-collapsed-width);
	height: var(--greekly-square-logo-size);
	position: relative;
	flex-shrink: 0;
	background-color: var(--accent-color);
	margin-bottom: -1px;
}

#main_wrapper.spf-app-shell .app-shell-logo {
	max-width: 90px;
	max-height: 100%;
	display: block;
}

#main_wrapper.spf-app-shell .app-shell-logo-title {
	font-size: .95rem;
	font-weight: 600;
	padding: 0 10px;
	text-align: center;
}

#main_wrapper.spf-app-shell .app-shell-menu-toggle {
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 28px;
	height: 28px;
	justify-content: center;
	background: rgba(255, 255, 255, 0.78);
	border-radius: 50%;
}

#main_wrapper.spf-app-shell .app-shell-menu-toggle i {
	color: #27272a;
	transform: none;
	font-size: .95rem;
}

#main_wrapper.spf-app-shell .app-shell-context {
	display: flex;
	align-items: center;
	min-height: var(--shell-header-height);
	padding: 0 0 0 18px;
	min-width: 0;
}

#main_wrapper.spf-app-shell #header_right {
	margin: 0 15px;
	font-size: 16px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

#main_wrapper.spf-app-shell .topbar_header_account {
	margin-left: 0;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main_wrapper.spf-app-shell header #select_account_env {
	width: fit-content;
	max-width: 100%;
}

#main_wrapper.spf-app-shell header .select2-container {
	width: fit-content !important;
	max-width: 100%;
	min-width: 300px;
}

#main_wrapper.spf-app-shell header .select2-container--bootstrap-5 .select2-selection {
	min-width: 0;
	overflow: hidden;
}

#main_wrapper.spf-app-shell header .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main_wrapper:not(.spf-app-shell) #main_panel.open {
	margin: 80px 0 0 90px;
}

#main_wrapper:not(.spf-app-shell) #main_panel.open header {
	top: 0;
	left: 90px;
	right: 0;
	height: 80px;
}

#content_area:first-of-type {
	padding: 0 3%;
}

#content_body {
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

#main_wrapper:not(.spf-app-shell) #sidebar_top {
	height: 80px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--accent-color);
	/* background-image: url("../img/g_logo.png"); */
	background-repeat: no-repeat;
	background-position: center;
}

#main_wrapper:not(.spf-app-shell) #sidebar_panel {
	--flat-sidebar-scroll-gutter: 14px;
	background-image: none;
	background-color: #111111;
	height: 100vh;
	width: var(--sidebar-width);
	position: fixed;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#main_wrapper:not(.spf-app-shell) #sidebar_nav {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
}

#main_wrapper:not(.spf-app-shell) #sidebar_nav::-webkit-scrollbar {
	width: var(--flat-sidebar-scroll-gutter);
}

#main_wrapper:not(.spf-app-shell) #sidebar_nav .nav li a.nav-link,
#main_wrapper:not(.spf-app-shell) #sidebar_nav .nav li a.nav-link:focus {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90px;
	min-width: 90px;
	box-sizing: border-box;
	text-decoration: none;
	margin: 0;
	padding: 12px 2px;
	font-size: .8em;
	line-height: 1.4em;
	text-align: center;
}

#main_wrapper:not(.spf-app-shell) #sidebar_nav .nav a i.fa {
	width: 100%;
	font-size: 1.8em;
	margin: 2px 0;
	text-align: center;
	display: block;
}

#main_wrapper:not(.spf-app-shell) #sidebar_nav .nav li a.nav-link,
#main_wrapper:not(.spf-app-shell) #sidebar_nav .nav li a.nav-link i {
	color: #fff;
}

#content_body_2col .datatables_wrapper .myfilter .dataTables_filter {
	float: right;
	margin: 0 0 6px 0;
}


#content_body_2col {
	display: flex;
	flex-direction: row;
	border-radius: 6px;
	border: solid #f5f7f7 1px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0%), 0 3px 1px 0 rgb(0 0 0 / 0%), 0 2px 3px 0 rgb(0 0 0 / 10%);
}

#content_body_2col #content_side_nav {
	flex-basis: 150px;
	border-right: solid #f4f3ef 1px;
	text-align: right;
	padding: 14px 0;
	border-radius: 6px 0 0 6px;
	min-width: 150px;
}


#content_body_2col #content_main {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 40px;
	/* min-width: 800px; */
	min-height: 350px;
}

#content_body_2col {
	background-color: #fff;
}

#content_body_2col #content_side_nav {
	background-color: #FFF;
}

#content_body_2col .spf_form_footer {
	padding: 30px 20px;
}

#main_content_side_nav .nav-accord {
	margin: 10px 0;
	text-align: right;
}

.nav-tab ul li a.active {
	border-bottom: 4px solid var(--accent-color);
}

header #header_left {
	margin: 0 0 0 15px;
	padding: 10px 0;
	min-height: 70px;
	font-size: 16px;
	display: flex;
	align-items: center;
}

header #header_middle {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.header-branding img {
	height: 35px;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	border-left: solid var(--accent-color) 1px;
}

header .select2-container--bootstrap-5 .select2-selection {
	min-height: calc(1.5em + 0.75rem);
	font-size: 1.3rem;
	font-family: "Montserrat", Helvetica;
	font-weight: 600;
	color: var(--accent-color);
	background-color: #fff;
	border: none;
	min-width: 460px;
}

header .select2-container--bootstrap-5 .select2-selection--single {
	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='#EC1E79' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
}

.library_selector {
	margin: 14px 0 20px 0;
	display: flex;
	/* flex-flow: row-reverse wrap; */
}

#asset_library_select_wrapper {
	min-width: 300px;
}


#ticket_list_table_wrapper {
	margin: 20px 0;
}


#content_header {
	font-family: "Montserrat", Helvetica;
	font-weight: 500;
	margin: 10px 0 20px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	height: 40px;
	width: 100%;
	position: sticky;
	top: 0px;
	z-index: 95;
	background-color: rgba(255, 255, 255, 0.7);
}

#content_header .content_title {
	margin: 0 10px;
	font-size: 1.3em;
}

#back_button_header {
	float: left;
	margin: 0 10px 0 0;
}

.btn.action-icon-lg {
	font-size: 24px;
	margin: 0 0 2px 0;
	padding: 0;
}


#available_user_list_table tr,
#ticket_category_user_list_table tr {
	background-color: #f5f7f7;
	border: solid #fff 1px;
}


p.column_label {
	margin: 0 0 4px 0;
	font-size: .9em;
	color: #888;
}

.category_tree {
	margin: 6px 0 0 0;
}

.topbar_header_account {
	margin-left: 40px;
	font-size: 1.3rem;
	font-family: "Montserrat", Helvetica;
	text-align: left;
	min-width: 500px;
}

.table_filter {
	display: flex;
	align-items: center;
	margin: 6px 0 10px 0;
}

#select_account_env {
	width: 300px;
}


label {
	display: inline;
}

.loading_content_wrapper {
	display: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
}

#ticket_table_search_wrapper {
	width: 300px;
}

#dashboard_select {
	padding: 6px 36px 6px 14px;
}

.buffer_text {
	text-align: center;
	padding: 8px;
}

#select_account_to_view {
	text-align: center;
}

#select_account_to_view i {
	font-size: 22pt;
	pointer-events: none;
}

#select_account_to_view p {
	font-size: .9em;
	text-transform: uppercase;
	color: #777;
}

#dashboard_multi button i {
	color: #FFF;
}

#dashboard_multi:hover button i {
	color: #999;
}

#dashboard_multi {
	max-width: 1000px;
}

#dashboard_wrapper {
	max-width: 1000px;
}

.widget_controls {
	color: #ccc;
}

.widget_controls:hover span {
	color: #777;
}

#portal_branding {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 70px;
}

#portal_branding .branding_title {
	margin: 0 0 0 1em;
}

#portal_branding .branding_title span.account {
	font-size: 1.5em;
	line-height: .9em;
}

#portal_branding .branding_title p {
	margin: 0;
	font-size: 1em;
}


table.dataTable td.dt-control:before {
	border: none;
	border-radius: 0;
	box-shadow: 0 0 0.0 #444;
	background-color: #444;
}


#account_list.dataTable tbody {
	border-top: none;
	border-bottom: none;
}

.dir_content {
	margin: 0 0 0 40px;
}

.dir_content p {
	margin: 0;
	padding: 0 0 8px 0;
}

.dir_label {
	font-weight: 600;
}

.dir_status {
	color: #888;
}



/* CSS Document */

#search_filter_wrapper {
	display: flex;
	/* display: inline-flex; */
	/* flex-direction: row; */
}

.filter_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: 4px 0;
}

.filter_row input,
.filter_row select,
.filter_row button {
	margin: 4px 4px 0 0;
}

.filter_row button {
	max-height: 40px;
}

.filter_group {
	margin: 0 8px;
}

.filter_group div {
	margin: 0 6px 0 0;
}

.space_between {
	justify-content: space-between;
}

.left_col {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 68%;
}

.right_col {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 30%;
	justify-content: flex-end;
}

#state_filter {
	min-width: 180px;
	margin: 4px 8px 0 0;
}

.location_radius_filter_wrapper {
	display: flex;
	flex-direction: row;
	position: relative;
}

.google_search_wrapper {
	/* display: flex; */
	flex-wrap: wrap;
	align-items: center;
}

#google_search {
	margin: 4px 4px 0 0;
}

#google_search #place_search .widget-container {
	border: 1px solid rgb(206, 212, 0212);
	padding: 2px 0;
	border-radius: 4px;
}

.employer_industry_wrapper {
	max-width: 200px;
}


#search_filter_wrapper #account_table_search {
	min-width: 270px;
}

#search_filter_wrapper #to_grad_year,
#search_filter_wrapper #from_grad_year {
	min-width: 150px;
}

.fake_label {
	color: #bab9b7;
	margin: 0 4px 0 0;
	line-height: 1em;
}

.grad_year_wrapper {
	display: flex;
	flex-direction: row;
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1600px;
	}
}


@media screen and (max-width: 768px) {

	#search_filter_wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	#content_body {
		padding: 20px;
	}

	.row>* {
		flex-shrink: 0;
		width: 100%;
		max-width: 100%;
		padding-right: calc(var(--bs-gutter-x) * .1);
		padding-left: calc(var(--bs-gutter-x) * .1);
		margin-top: var(--bs-gutter-y);
	}

	#main_wrapper:not(.spf-app-shell) #sidebar_panel {
		transform: translateX(-100%);
	}

	#main_wrapper:not(.spf-app-shell) #sidebar_panel.active {
		width: var(--shell-sidebar-width);
		transform: translateX(0);
	}

	#main_wrapper:not(.spf-app-shell) #main_panel,
	#main_wrapper:not(.spf-app-shell) #main_panel.open {
		margin: 90px 0 0 0;
	}



	#main_wrapper:not(.spf-app-shell) #main_panel.open header {
		top: 0;
		left: 0;
		right: 0;
	}

	#portal_branding .branding_title span.account {
		font-size: 1.3em;
	}

	header #togglebut {
		font-size: 1.4em;
		color: #000;
		display: block;
	}

	main {
		flex: 1;
		padding: 10px;
		min-height: 80vh;
	}

	#content_header .content_title {
		margin: 0 20px;
	}

	#content_area {
		padding: 0;
	}

	#content_area:first-of-type {
		padding: 20px 0 0 0;
	}


	#content_body_2col {
		border: none;
	}

	.nav-accord ul li a.nav-accord-top {
		display: block;
		background-color: #363636;
		color: #fff;
	}

	.nav-accord ul>li ul.submenu {
		display: none;
		background-color: #fff;
		border: solid #eaeaea 1px;
		box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0%), 0 3px 1px 0 rgb(0 0 0 / 0%), 0 2px 3px 0 rgb(0 0 0 / 10%);
	}

	.nav-accord ul li a.nav-accord-top::after {
		content: "\25be";
		font-size: 10px;
		position: absolute;
		right: 6px;
		padding: 4px;
	}

	#content_body_2col #content_side_nav {
		position: absolute;
		left: 20px;
		padding: 0;
		border: none;
		text-align: left;
		z-index: 10;
	}

	#content_body_2col {
		flex-direction: column;
	}

	#content_body_2col #content_main {
		flex: 1;
		padding: 50px 20px;
	}

	#search_filter_wrapper .search {
		flex-basis: 100%;
	}

}

#main_wrapper.spf-app-shell .menu-toggle-btn,
#main_wrapper.spf-app-shell .header-top {
	display: none;
}

@media screen and (max-width: 768px) {

	/* static header row heights for mobile layout */
	#main_wrapper.spf-app-shell {
		--mh-row1: 60px;
		--mh-row2: 52px;
		--mh-row3: 44px;
		--shell-header-height: calc(var(--mh-row1) + var(--mh-row2) + var(--mh-row3));
	}

	/* Row 1 */
	#main_wrapper.spf-app-shell>header.app-header {
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		height: var(--shell-header-height);
		margin-top: 20px;
	}

	#main_wrapper.spf-app-shell .header-top {
		display: flex;
		align-items: flex-start;
		height: var(--mh-row1);
		flex-shrink: 0;
		position: flex;
	}

	#main_wrapper.spf-app-shell .menu-toggle-btn {
		flex-shrink: 0;
		z-index: 1;
		padding-left: 10px;
		display: flex;
	}

	#main_wrapper.spf-app-shell .app-header-branding {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		text-decoration: none;
	}

	#main_wrapper.spf-app-shell .app-header-branding img {
		height: 60px;
		display: block;
	}

	/* Row 2 */
	#main_wrapper.spf-app-shell .header-left {
		min-height: 0;
		height: var(--mh-row2);
		min-width: 400px;
		justify-content: center;
		align-self: center;
		padding: 0 40px;
		/* flex-shrink: 0; */
	}

	#main_wrapper.spf-app-shell .app-shell-branding-group {
		height: auto;
		width: 100%;
		justify-content: center;
	}

	#main_wrapper.spf-app-shell .app-shell-logo-wrap {
		display: none;
	}

	#main_wrapper.spf-app-shell .app-shell-context {
		min-height: unset;
		padding: 0;
		width: 100%;
		justify-content: center;
	}

	#main_wrapper.spf-app-shell header #select_account_env {
		width: 100%;
		max-width: calc(100vw - 30px);
	}

	#main_wrapper.spf-app-shell header .select2-container--bootstrap-5 .select2-selection {
		font-size: 1.1rem;
		font-weight: 300;
		min-width: 0;
	}

	#main_wrapper.spf-app-shell header .topbar_header_account {
		font-size: 1.1rem;
		min-width: 0;
		margin-left: 0;
	}

	/* Row 3 */
	#main_wrapper.spf-app-shell #header_right {
		height: var(--mh-row3);
		justify-content: flex-end;
		align-items: center;
		padding: 0 15px;
		margin: 0;
		flex-shrink: 0;
		background-color: #f4f4f5;
		border-bottom: 1px solid #e4e4e7;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	}

	#main_wrapper.spf-app-shell #header_right .header-branding {
		display: none;
	}
}

.dropdown-toggle {
	color: #333;
	text-decoration: none;
}


.sem_daterange {
	position: relative;
	display: flex;
}

.semester_select {
	min-width: 97px;
	max-width: 97px;
	background-color: #e9ecef;
}

.sem_daterange .start_date,
.sem_daterange .end_date {
	min-width: 110px;
	max-width: 110px;
}

.input-group-addon {
	padding: 12px 4px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #888;
	text-align: center;
	background-color: #fff;
	border-top: 0 solid #ccc;
	border-bottom: 0 solid #ccc;
	border-radius: 4px;
	margin: 4px 0 0 0;
}

.input-group-addon,
.input-group-btn {
	width: 32px;
	white-space: nowrap;
	vertical-align: middle;
}


input.form-control::placeholder {
	color: #ccc;
}

#account_filter .input-group .account_status_filter,
#fund_filter .input-group .fund_status_filter,
#solicitation_filter .input-group .solicitation_status_filter {
	background-color: #f1f3f4;
	border-radius: .25rem 0 0 .25rem;
}

#account_filter .input-group #account_id_wrapper .select2-container--bootstrap-5 .select2-selection,
#fund_filter .input-group #fund_id_wrapper .select2-container--bootstrap-5 .select2-selection,
#solicitation_filter .input-group #solicitation_id_wrapper .select2-container--bootstrap-5 .select2-selection {
	border-radius: 0 .25rem .25rem 0;
}

.lybunt_card.active {
	border-color: #0d6efd;
}