<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
}

#main_wrapper {
	background-color: #fff;
}

#main_panel.open {
	margin: 80px 0 0 90px;
}

#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;
}

#sidebar_top {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #EC1E79;
	background-image: url("../img/g_logo.png");
	background-repeat: no-repeat;
	background-position: center;
}

#sidebar_panel {
	background-image: none;
	background-color: #111111;
	min-height: 100vh;
	width: 90px;
	position: fixed;
}

#sidebar .nav a i.fa {
	width: 90px;
	font-size: 1.8em;
	margin: 2px 0;
	text-align: center;
	display: inline-block;
}

.nav li a.nav-link {
	text-decoration: none;
	margin: 0;
	padding: 12px 0;
	font-size: .8em;
	line-height: 1.4em;
	text-align: center;
}

.nav li a.nav-link:focus {
	text-decoration: none;
	margin: 0;
	padding: 12px 0;
	font-size: .8em;
	line-height: 1.4em;
	text-align: center;
}

main {}

#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 #content_main {}

#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;
}

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 #EC1E79 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: #EC1E79;
	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: 90px;
	z-index: 100;
	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;
}

.schema_field_value {
	/* min-height: 5em; */
}


.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 {
	font-weight: 600;
	color: #d33333;
}



/* 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;
}

.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: 576px) {

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

	#content_body {
		padding: 20px;
	}

	.row&gt;* {
		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);
	}

	#sidebar_panel {
		display: none;
		z-index: 50;
	}

	#main_panel,
	#main_panel.open {
		margin: 90px 0 0 0;
	}



	#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: 0;
		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&gt;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%;
	}

}

.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;
}</pre></body></html>