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

body {
	background-color: #fbfbfb;
}

#main_wrapper {
	font-family: "FiraSans-Regular", Helvetica;
	display: flex;
	background-color: #fbfbfb;
}

/* Keep Mac from hiding the scroll bar */
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .2);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/* Bootstrap Overrides */

.row {
	margin-top: calc(var(--bs-gutter-y) * 0);
	margin-right: calc(var(--bs-gutter-x) * 0);
	margin-left: calc(var(--bs-gutter-x) * 0);
}


/* Select2 Overrides */

.select2-container--bootstrap-5 .select2-selection {
	min-height: calc(1.5em + 0.75rem);
	font-size: 1rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
	font-size: 1rem;
	line-height: 1.3;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	min-width: 250px;
	max-width: 400px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single {
	height: 2.2em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 2.2em;
	margin: 0 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-weight: 400;
	line-height: 2.2em;
}

span.select2-selection.select2-selection--single {
	outline: none;
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
	border: 1px solid #aaa;

}


/* Forms */

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

.form-control,
.form-select {
	padding: 0.3rem 0.75rem;
	margin: 0 0 6px 0;
}

.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.spf_form_group input[text],
.spf_form_group select,
.form-group input[text],
.form-group select {
	margin: 0 0 6px 0;
	max-width: 400px;
	min-width: 100px;
	font-size: .9em;
}

.spf_form_group label,
.attempts label {
	margin: 1em 0 .25em 0;
	font-size: .9em;
	color: #777;
}


.spf_form_group.form-check label {
	margin: 0;
}


.spf_form_group.form-check {
	margin: 6px 0;
}

.tree_search,
.dataTables_wrapper .dataTables_filter input,
#search_filter input {
	background-color: #f1f3f4;
	border: solid 1px #e9e9e9;
	padding: 6px 8px;
	border-radius: .25rem;
	font-size: .9rem;
}

#content_body_2col .datatables_wrapper .myfilter .dataTables_filter {
	float: right;
}

.tree_search::placeholder,
.datatables_wrapper .dataTables_filter ::placeholder,
#search_filter ::placeholder {
	color: #bbb;
	text-transform: uppercase;
}

.dataTables_wrapper .dataTables_filter {
	margin-bottom: 6px;
}

.jstree-default .jstree-search {
	font-style: normal !important;
	color: #0d6efd !important;
	font-weight: 500 !important;
}

.jstree-default .jstree-anchor {
	line-height: 28px !important;
	height: 28px !important;
}

textarea.form-control {
	min-height: calc(1.5em + (4rem + 2px));
}


.spf_form_body {
	flex: 1;
	min-height: 300px;
}

.spf_form_footer {
	padding: 30px 0 0 0;
	margin: 40px 0 0 0;
	border-top: solid #ccc 1px;
	justify-content: flex-end;
}

.product_schema_edit.spf_form_body .spf_form_group {
	max-width: 550px;
	min-width: 250px;
}

.spf_form_body label {
	font-size: .9em;
}

.form-row {
	margin: 8px 0;
}

.form-row-flex {
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0;
}

.form-row-flex.center {
	justify-content: center;
}

.form-row-flex .col-auto {
	margin: 0 8px 4px 0;
}

.form-row-flex .field-xlg {
	width: 320px;
}

.form-row-flex .field-lg {
	width: 270px;
}

.form-row-flex .field-md {
	width: 220px;
}

.form-row-flex .field-sm {
	width: 150px;
}

.form-row label,
.form-row-flex label {
	margin: 0 0 0.25em 0;
	font-size: .9em;
	color: #777;
}

.form_schema h2 {
	margin: 30px 0 4px 0;
	font-size: 1.5em;
}

.form_schema_section h2 {
	margin: 15px 0 4px 0;
	font-size: 1.35em;
}

.spf_form_group .form-selectbox-input {
	display: inline-block;
	min-width: 75px;
	max-width: 75px;
	margin: 0 6px 6px 0;
}

/* Datatables */

.dataTable {
	font-size: .9rem;
}

.datatables_wrapper.container-fluid {
	padding: 0;
}

.dataTables_wrapper .dataTables_filter input {
	width: 300px;
	line-height: 1.5em;
	margin-bottom: 4px;
}

.dataTables_wrapper .dataTables_filter input::placeholder {
	color: #bbb;
	text-transform: uppercase;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0;
}

table.dataTable thead th,
table.dataTable tfoot th {
	font-weight: 400;
}

table.dataTable tbody tr.even {
	background-color: #f5f7f7;
}

.dataTables_filter label,
.dataTables_length label {
	font-size: 1.2em;
	margin: .5em 0;
}

td .action-icon {
	padding: 0 3px;
	text-align: center;
	font-size: 1.4em;
}

td.action_col {
	min-width: 50px;
}

.container .datatables_wrapper {
	margin: 10px 0;
}

.datatables_wrapper .myfilter .dataTables_filter {
	float: left
}

.datatables_wrapper .mylength .dataTables_length {
	float: right
}

table.dataTable.no-footer,
.datatables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: none;
}


table.dataTable thead th,
table.dataTable thead td {
	padding: 4px 8px;
	border-bottom: none;
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding: 6px 8px;
	line-height: 1.2rem;
}

.table>:not(:first-child) {
	border-top: none;
}

.table_filter {
	display: flex;
	align-items: center;
	margin: 4px 0 14px 0;
}

.page-link {
	padding: .3rem .6rem;
	font-size: .8rem;
	border: none;
}

a:hover.page-link {
	border: none;
}

.pagination {
	justify-content: flex-end;
	margin: 12px 0;
}

.page-item:first-child .page-link {
	border-top-left-radius: 0rem;
	border-bottom-left-radius: 0rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0rem;
	border-bottom-right-radius: 0rem;
}

.datatables_wrapper .page-item.active:hover {
	border: solid #00a4ae 1px;
}

.datatables_wrapper .dataTables_paginate .paginate_button:hover {
	border: solid #dee2e6 1px;
}

.datatables_wrapper .dataTables_paginate .paginate_button {
	padding: 0;
	margin-left: 0;
}

.datatables_wrapper .dataTables_info {
	line-height: 1.1rem;
	font-size: .8rem;
	margin: 8px 0;
	color: #666;
}

.dataTable tbody tr {
	vertical-align: middle;
	line-height: 2.0rem;
}

.dataTable thead th {
	font-size: .8rem;
	font-weight: 500;
	color: #FFF;
	background-color: #bab9b7;
	border-right: solid #fff 1px;
}

.dataTable th.center,
.dataTable td.center {
	text-align: center;
}

.dataTable tbody {
	border-top: solid #a4a29c 1px;
	border-bottom: solid #a4a29c 1px;
}

.dataTable tbody .pendingRow {
	color: darkorange;
}

.dataTable tbody .totalRow td {
	font-weight: bold;
	padding: 16px 8px;
}

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

.table>:not(caption)>*>* {
	border-bottom-width: 0;
	padding: .3rem .5rem;
}

.dataTables_scrollHead {
	/* display: none; */
	width: 100%;
}

.dataTables_scroll table.dataTable tbody th,
.dataTables_scroll table.dataTable tbody td {
	line-height: 1.3rem;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
}

/* 
.dataTables_scroll tbody {
	border-top: solid #a4a29c 0;
	border-bottom: solid #a4a29c 0;
	background-color: #ccc;
} */

.dataTabletr.selected {
	background-color: #beebff;
}

#content-main i.fa-info-circle {
	margin: 0 8px;
	line-height: 2.5rem;
}

.select-inline select {
	min-width: 150px;
}


/* Navigation Styles */

.nav_icon {
	padding: 0;
	list-style: none;
}

.nav_icon li a.active {
	background-color: rgba(255, 255, 255, 0);
	border: solid #fff 1px;
	border-radius: 6px;
}

.nav_icon li a:hover.active {
	background-color: rgba(255, 255, 255, 0.2);
	border: solid #fff 1px;
	border-radius: 6px;
}

.nav_icon li a.active i {
	color: #FFF;
}

.nav_icon li a:hover {
	color: #FFF;
	border: solid transparent 1px;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.2);
}

.nav_icon li a:hover,
.icon_nav-link:focus {
	color: #fff;
}

.nav_icon li a,
.nav-link:focus {
	margin: 6px;
	line-height: 1.5rem;
	color: #fff;
}

.nav-link:hover {
	color: #fff;
}

.nav_icon li a i {
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin: 0 0 0 -6px;
}

.nav_icon ul.dropdown-menu li a {
	margin: 0;
	padding: 4px 8px;
	border: none;
	color: #000;
	border-radius: 0;
}

.nav_icon ul.dropdown-menu li a:hover {
	color: #000;
	background-color: #eee;
	border: none;
	border-radius: 0;
}



.nav-tab {
	overflow: hidden;
	position: relative;
	background: none;
	padding-top: 0.1em;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	font-size: 1.3em;
	letter-spacing: 1px;
	width: 100%;
}

.nav-tab ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.nav-tab ul li {
	float: left;
	background: none;
	margin: 0;
	padding: 4px 10px 0 10px;
	white-space: nowrap;
	border-radius: 0;
}

.nav-tab ul li a.active {
	background: none;
	border-bottom: 4px solid red;
}

.nav-tab ul li a {
	text-decoration: none;
	color: #000;
}

.nav-tab ul li {
	margin-right: 0.25em;
}

.nav-accord ul {
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0;
	list-style: none;
}

.nav-accord ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 5px 10px;
}

.nav-accord ul li a:hover,
.nav-accord ul li a.active {
	background: #eee;
}

.nav-accord ul li a.nav-accord-top,
.nav-tab ul li a.nav-accord-top {
	display: none;
}

.nav-accord ul>li ul.submenu {
	display: block;
	background-color: #fff;
}

.nav-accord ul>li ul.submenu li ul.sub-submenu {
	display: none;
	background-color: yellow;
}

.nav-accord ul>li:hover ul.submenu {
	display: block;
}

.nav-accord ul>li ul.submenu li:hover ul.sub-submenu {
	display: block;
}

.nav-accord ul>li ul.submenu li {
	display: block;
}

#togglebut {
	color: #666;
	margin: 0 12px 0 0;
}


/* Misc. Styles */

.tip-icon {
	position: relative;
	height: 1.5em;
}

.tip-icon i {
	margin: 0 4px;
	padding-top: 2px;
	font-size: 1em;
	color: blue;
}

.alignright,
.text-right {
	text-align: right;
}

.alignleft,
.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.ftright {
	float: right;
}

.p_no_margin p {
	margin: 0;
}

.ftleft {
	float: left;
}


/* buttons Syling Overrides */

.btn-primary {
	background-color: #00a4ae;
	border-color: #00a4ae;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open.dropdown-toggle.btn-primary {
	background-color: #037181;
	background-image: none;
	color: #FFF;
	border-color: #037181;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #037181;
	border-color: #037181;
	background-image: none;
}

.icon-primary {
	color: #00a4ae;
}

.icon-primary:hover {
	color: #037181;
}

.icon-danger {
	color: #d9534f;
}

.text-primary {
	color: #00a4ae !important;
}



.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0px;
	border-radius: 15px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin: 3px;
}

.btn-circle-sm {
	width: 20px;
	height: 20px;
	padding: 6px 0px;
	border-radius: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	margin: 3px;
}

.btn-circle-md {
	width: 30px;
	height: 30px;
	padding: 6px 0px;
	border-radius: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}


.btn-circle-lg {
	width: 40px;
	height: 40px;
	padding: 6px 0px;
	border-radius: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.isDisabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.isDisabled>a {
	color: currentColor;
	display: inline-block;
	/* For IE11/ MS Edge bug */
	pointer-events: none;
	text-decoration: none;
}

.col-scrollable-limit-wide {
	overflow-y: scroll;
	/* height: calc(100vh - 400px); */
	max-height: 50vh;
}

.prod_tree {
	overflow-y: scroll;
	height: calc(100vh - 260px);
	max-width: 300px;
}

.col-scrollable {
	overflow-y: scroll;
	height: calc(100vh - 260px);
}



.form-input-border {
	border: 1px solid #aaa;
	padding: 5px;
	margin: 10px 4px;
	border-radius: 4px;
}

.is-invalid .select2-selection {
	border-color: red !important;
}



.multifile_spec {
	padding: 8px;
	box-shadow: -2px -1px 16px 0px #e8e8e8 inset;
	border-top: solid rgb(213, 213, 213) 2px;
	border-left: solid rgb(214, 214, 214) 2px;
	width: 50%;
	min-height: 40px;
	margin: 0 0 12px 0;
}

.multifile_spec div {
	padding: 8px 0;
}

.multifile_spec div img {
	padding: 0 8px 0 0;
}



/* File Upload Styles */

#drop_file_zone {
	background-color: #EEE;
	border: dashed #ccc 1px;
	width: 100%;
	min-height: 200px;
	padding: 8px;
}

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

#selectedFiles {
	padding: 14px;
	display: flex;
}

.file_upload {
	border: dashed #ccc 1px;
	min-height: 7rem;
	background-image: url("../img/upload_icon.png");
	background-position: center;
	background-repeat: no-repeat;
	padding: 10px;
	position: relative;
}

#asset_item_list_wrapper table.dataTable td.dataTables_empty {
	text-align: center;
	height: 150px;
	background-image: url("../img/upload_icon.png");
	background-color: #f1f3f4;
	background-position: center;
	background-repeat: no-repeat;
}

.uf_filename {
	font-size: .8em;
	max-width: 150px;
	line-height: 1.1em;
	margin: 6px 0;
}

.uf_remove {
	border: none;
}


.uf_preview {
	max-width: 150px;
	max-height: 200px;
	margin: 10px;
}

.uf_file_preview img {
	max-width: 150px;
	max-height: 150px;
}

#drop_file_area {
	width: 100%;
	margin: 10px;
}

#drag_upload_file {
	width: 100%;
	margin: 0 auto;
}

#drag_upload_file p {
	text-align: center;
}

#drag_upload_file #file_input {
	display: none;
}

#drag_upload_file #file_explorer_input {
	display: none;
}

#selectfolder {
	display: none;
}

#selectfile {
	display: none;
}

.vakata-context {
	z-index: 1500
}

#asset_library_select_wrapper {
	z-index: 1500
}

.file-upload-overlay {
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 200;
	vertical-align: middle;
	text-align: center;
	opacity: 0.6;
	background: lightgray;
	display: none;
}

.file-drag-box {
	height: auto;
	width: 100%;
	z-index: 1;
	position: relative;
}


.file_display_area {
	border: dashed #ccc 1px;
	min-height: 7rem;
	padding: 12px;
}



.cat_details p {
	margin: 0 0 .5rem 0;

}

.cat_spec {
	word-wrap: break-word;
}


/* Asset Library Styles */

.asset_details {
	margin: 10px 0;
}

.asset_details p {
	margin: 0;
	padding: 0;
	font-size: .8em;
}

.asset_actions {
	margin: 10px 0;
}

.library_selector {
	margin: 0 0 30px 0;
}


/* Modal Styles */

#modal_loaded_content .submit-footer {
	margin: 0px 30px;
}

.modal.modal-xl {
	width: 90%;
	max-width: 1200px;
	max-height: 100vh;
}

.modal-body {
	padding: 30px;
}

.modal-body .form-group {
	max-width: 100%;
}

.modal-content {
	padding: 30px 40px;
}



/* Table Styles */

table.box_table tbody td {
	line-height: 1.3rem;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
}

#search_filter {
	width: 300px;
	margin-right: 10px;
}

.dragging_to_drop {
	outline: #00a4ae thin dashed;
}

th.action {
	width: 50px;
}

.adv_filter_btn {
	height: 2.25em;
	line-height: 1em;
}

.advanced_search_active,
.advanced_search_active:focus {
	background-color: white;
	border: solid #dc3545 2px;
	color: #dc3545;
}

table.bordered_table tbody th td {
	line-height: 1.3rem;
	border: solid #000000 1px;
}


/* Tooltip icons next to form elements */

.form-row-flex .col-auto.inline-tips {
	margin: 1.5em 0 0 0;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popover {
	font-size: .8em;
	line-height: 1.1em;
}

.popover p {
	margin: 0;
	padding: 6px 0;
}

/* Layout Elements */

header {
	display: flex;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow:
		0px 4.5px 10px rgba(0, 0, 0, 0.025),
		0px 36px 80px rgba(0, 0, 0, 0.05);
	z-index: 1020;
	justify-content: space-between;

}

header #header_right {
	margin: 0 15px 0 0;
	font-size: 16px;
	display: flex;
	align-items: center;
	flex-direction: row;
}

header #header-right a {
	color: #333;
}

header #header_left {
	margin: 0 0 0 15px;
	min-height: 34px;
	font-size: 16px;
	display: flex;
	align-items: center;
	flex-direction: row;
}

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

footer {
	display: flex;
	width: 100%;
	min-height: 30px;
	padding: 10px 20px;
	font-size: .8em;
}

footer #footer_right {
	text-align: right;
}

footer #footer_middle {
	flex: 1;
	background-color: red;
}

footer #footer_left {}

h1 {
	font-size: 2.25em;
	line-height: 1.15;
}

h2 {
	font-size: 1.75em;
	line-height: 1.2;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2;
	margin: 2em 0 .5em 0;
}


/* Main Wrappers */

#sidebar_panel {
	background-image: linear-gradient(rgba(99, 94, 88, 1), 20%, rgba(0, 0, 0, 1));
	min-height: 100vh;
	width: 230px;
	position: fixed;
	z-index: 200;
}

#sidebar_top {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sidebar_top a {
	color: white;
	text-decoration: none;
}

#sidebar_panel .logo {
	font-size: 48px;
	color: white;
}

#sidebar_nav .nav ul {
	padding-left: 0;
}

#sidebar_nav .nav ul li {
	display: block;
}

.nav a {
	display: block;
	color: white;
}

.nav ul {
	list-style-type: none;
	padding: 0;
}

.nav {
	display: block;
}

.nav li a {
	text-decoration: none;
	padding: 4px 26px;
}

.nav li li a {
	text-decoration: none;
}

.nav li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.nav li a.active {
	background-color: rgba(255, 255, 255, 0.1);
}

.nav .material-icons.nav-right {
	position: absolute;
}

.nav .material-icons.nav-left {
	position: absolute;
	margin-left: -24px;
}

#main_panel {
	flex: 100%;
	display: flex;
	flex-direction: column;
	margin: 34px 0 0 0;
}

#main_panel.open {
	margin: 34px 0 0 230px;
}

#main_panel.open header {
	top: 0;
	left: 230px;
	right: 0;
}

#content_area {
	padding: 0 30px 40px 30px;
}

#content_header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 20px 0;
}

#content_body {
	flex: 100%;
	display: flex;
	flex-direction: column;
	min-height: 300px;
	background-color: white;
	border-radius: 6px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0%), 0 3px 1px -2px rgb(0 0 0 / 0%), 0 1px 5px 0 rgb(0 0 0 / 8%);
	padding: 40px;

}

#content_footer {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 80px;
	border-top: solid #ccc 1px;
	margin: 30px 0 0 0;
}

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

#content_body_2col #content_side_nav {
	flex-basis: 180px;
	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 {}

.nowrap {
	flex-wrap: nowrap;
}

#content_body_2col {
	background-color: #fff;
}

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

.submit_footer {
	display: flex;
	align-items: center;
	height: 90px;
	border-top: solid #ccc 1px;
	margin: 40px 0 0 0;
}

.submit_left {
	display: flex;
	flex: 50%;
}

.submit_right {
	display: flex;
	flex: 50%;
	justify-content: flex-end;
}

.submit_footer a.danger {
	color: red;
}

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

label {
	display: inline;
}

div.dataTables_processing {
	top: 150px;
	z-index: 1000;
}

div.dataTables_processing>div:last-child>div {
	background: rgba(170, 170, 170, 0.8);
}

/* div.dataTables_processing div {
	display: none;
} */

#export_designer {
	max-width: 1200px;
}

/* Hacks to restore bootstrap behavior so I don't have to push the react app into the shadow DOM */
#export_designer .nav {
	display: flex;
}

#export_designer .nav-link:hover {
	color: #006;
}

#export_designer .nav-link:focus {
	margin: 0 0 -1px 0;
	line-height: 1.5rem;
}