


@media screen {
	
	/*
	html, body
	{
	  background-color: Gray;
	  /*
	  font:normal normal normal 0.9em arial,sans-serif;
	  font-size:100%;	  	
	  height: 99%;
	  width: 99%;
	  */
	 /*
	}
	*/
	ul	{
		list-style-type:none;
	}	
	/*input {
		box-sizing: border-box;
		width: 100%;
	}
	*/
	
	.textarea-centered {
		width: 95%;
		height: 75%;
		padding: 1em;
		overflow: auto;
	}	

	.block {
		/*width: 100%;*/
		margin-bottom: 9px;
		padding-bottom: 2px;
		text-align: left;
		border: 1px solid #000066;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #ffffff;
	}
	#page_center {
		width: 1012px;
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	
	#header {
		width: 100%;
		text-align: center;
		margin-bottom: 13px;
	}
	#footer {
		clear: both;
		font-size: 80%;
		text-align: center;
		padding-top: 10px;
		margin-bottom: 10px;
	}
	#footer_left {
		float: left;
		text-align: left;
		font-style: normal;
	}
	#footer_right {
		float: right;
		text-align: right;
	}
	#footer_center {
	}

	
	.sidebar {
		display: inline;
		float: left;
		width: 170px;
		margin-top: 1px;			
	}
	/*
	#content {
		display: inline;
		float: left;
		width: 830px;
		margin-top: 1px;
		margin-left: 10px;
		padding-bottom: 1px;
	}
	*/
	.left {
		float: left;
	}
	
	.right {
		float: right;	
	}
	
	.keep-whitespace {
		white-space: pre-wrap;
	}
	
	.acl-table-data {
		border-style: solid;
		border-collapse: collapse;		
	}
	.POC {
		text-align: left;
		/*font-size: .6em;*/
		/*font-size: 8pt; */
		/*margin: 5px; */
		margin: .1em;
		border-style: solid;
		border-width: 3px;
		border-color: red;
	/*	float:left; */
	}
	.NPOC {
		text-align: left;
		border-style:solid;
		border-width: 1px;
		border-color: red;
    /*	font-size: 6pt;	*/
        display: inline-grid;
	}
	.PERMS {	
		/*max-width: 20%;*/
		/*font-size: .55em;*/
		font-size:.9em;
		/*font-size: 8pt;*/
	}
	.hardware-table, .hardware-table td, .hardware-table th{
		text-align: center;
		border: solid;
		border-width: 1px;
		/*border-collapse: collapse;*/
		border-color: gray;
	}
	#contact-table td,#contact-table th {
		text-align: center;
		border: solid;
		border-width: 1px;
		border-collapse: collapse;	
		border-color: gray;
	}
	#deleted-list td, #added-list td,#edited-list td {
		text-align: center;
		border: solid;
		border-width: 1px;
		border-collapse: collapse;  
		border-color: gray;
	}

	
	#contact-table-header {			
		background-color: green;
	}

	.table-caption {
		caption-side: top;
		background-color: rgb(6, 18, 156);
		background-color: rgb(12, 156, 6);
		font-size: larger;
		font-weight: bold;
		color: white;
	}
	
	#acl-table-header {
		background-color: rgb(6, 18, 156);
		font-size: larger;
		font-weight: bold;
		color: white;
	}
	.delta-table-header {		
		background-color: black;
		color: white;
	}
	.block .caption,.new_caption{
		width: 100%;		
		padding-top: 0.2em;		
		font-weight: bold;
		text-align: center;
		background-color: #000066;
		color: #ffffff;		
	}	
.block .caption-green {
	width: 100%;		
	padding-top: 0.2em;		
	font-weight: bold;
	text-align: center;
	background-color: green;
	color: #ffffff;		
}
.layout-shell {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}
.accordion .btn-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.6rem 0.85rem;
	border: 0;
	border-radius: 0;
	background: linear-gradient(180deg, #f8fbff 0%, #edf3fb 100%);
	color: #12355b;
	font-weight: 600;
	text-align: left;
	white-space: normal;
	overflow-wrap: anywhere;
	box-shadow: inset 0 -1px 0 rgba(18, 53, 91, 0.12);
	transition: background-color 0.16s ease, color 0.16s ease;
}
.accordion .btn-toggle:hover,
.accordion .btn-toggle:focus {
	background: linear-gradient(180deg, #eef5ff 0%, #ddeafb 100%);
	color: #0a2540;
}
.accordion .btn-toggle::after {
	content: "+";
	flex: 0 0 auto;
	min-width: 1.25rem;
	padding: 0;
	background: transparent;
	color: #234a74;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.accordion .btn-toggle[aria-expanded="true"] {
	background: linear-gradient(180deg, #d9ebff 0%, #c8def8 100%);
	color: #08233d;
}
.accordion .btn-toggle[aria-expanded="true"]::after {
	content: "-";
	color: #0f5ea8;
}
.accordion .accordion-collapse {
	background-color: #fbfdff;
}
.block.accordion > .d-flex > ul.list-unstyled {
	width: 100%;
}
.accordion .btn-toggle-nav {
	margin: 0;
	padding: 0.25rem 0 0.5rem 0;
}
.accordion .btn-toggle-nav li a {
	display: block;
	padding: 0.35rem 0.75rem;
	border-radius: 0.45rem;
	color: #16324f;
	text-decoration: none;
	transition: background-color 0.16s ease, color 0.16s ease;
}
.accordion .btn-toggle-nav li a:hover,
.accordion .btn-toggle-nav li a:focus {
	background-color: #e7f0fb;
	color: #0b3f74;
	text-decoration: none;
}
.accordion .btn-toggle-split {
	display: flex;
	align-items: stretch;
	width: 100%;
}
.accordion .btn-toggle-link {
	flex: 1 1 auto;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	justify-content: flex-start;
}
.accordion .btn-toggle-link::after {
	content: none;
}
.accordion .btn-toggle-caret {
	flex: 0 0 auto;
	width: 2.9rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 1px solid rgba(18, 53, 91, 0.12);
}
.accordion .accordian-item + .accordian-item {
	border-top: 1px solid rgba(18, 53, 91, 0.08);
}
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
		background-color:#161616;
		border-radius:5px;
		padding:10px;
		color:#fff;
		font-size:12px Arial;
	}
	
	.tooltip {
	    position: relative;
	    display: inline-block;
	    border-bottom: 1px dotted black;
	}

	.tooltip .tooltiptext {
	    visibility: hidden;
	    width: 120px;
	    background-color: #555;
	    color: #fff;
	    text-align: center;
	    border-radius: 6px;
	    padding: 5px 0;
	    position: absolute;
	    z-index: 1;
	    bottom: 125%;
	    left: 50%;
	    margin-left: -60px;
	    opacity: 0;
	    transition: opacity 1s;
	}
	
	.tooltip .tooltiptext::after {
	    content: "";
	    position: absolute;
	    top: 100%;
	    left: 50%;
	    margin-left: -5px;
	    border-width: 5px;
	    border-style: solid;
	    border-color: #555 transparent transparent transparent;
	}
	
	.tooltip:hover .tooltiptext {
	    visibility: visible;
	    opacity: 1;
	}
	.navigation_font {
		font-size: 10pt;		
	}
	.notice-entry	{
		background-color: rgb(224, 197, 0);
	}
	.bad_input_entry {
		background-color:#E00000;
	}
	
	.bad_input_entry-message {
		color:#E00000;
		margin-left: 5px;
	}

	.div-centered {
		margin-left: auto;
		margin-right: auto;	
	}
	.full-div {
		width: 100%;
	}
	.half-div {
		width: 48%;
	}
	.wide-div {
		width: 68%;
	}
	.overload {
		color: #ff4d4d
	}
	.threshold {
		color:#cfb024;
	}
	.below-threshold {
		color:#0ee719;
	}
	#recent-changes table caption {
		color:#FF6513;
	}
	.bg-light-green {
		background-color: chartreuse;
	}
	.bg-light-gray {
		background-color: #f0edf0;
	}
	.bg-blue {
		background-color: rgb(6, 18, 156);
	}
	.fg-white {
		color: white;
	}
	.padded {
		padding: 4px;
	}
	.margin {
	  margin: 4px 5px 3px 5px;
	}
	.no-border {
		border:none;
	}
	.border {
		/*	border: solid; */
		border-style: solid;
	}
	.light-border {
	    /*border: solid;*/
	    border-style: solid;
	    border-width: 1px;
  	}
	fieldset.bordered {
		margin: 10px 2% 20px 2%;
		border: 1px solid blue;
	}	
	.contains-border{
		width: 99.3%;
	}
	.happy, .bright-orange {
		color: #ff6513;
	}
	.success-words {
		color: rgb(12, 185, 12);
	}
	.required-words {
		color: rgb(177, 10, 10);
	}
	.warning-words {
		color: rgb(219,11,60);
	}
	/* Admin perms group count badge */
	.group-count {
		display: inline-block;
		padding: 0.15rem 0.5rem;
		border-radius: 0.5rem;
		background-color: #6c757d;
		color: #ffffff;
		font-size: 0.75rem;
		line-height: 1.2;
	}
	.notice-words {
		color: orangered;
	}
	.notice-select {
		background-color: orange;
	}
.notice-border {
	border: solid;
	border-radius: 5px;
	border-color: red;
}
.user-disabled {
	opacity: 0.6;
}
	.port-out {
	    color:#fff;
	    background:#1064ea;
	    border:1px solid #999;	    	    	    
	}
	.notice-button,.port-in{	  
    color: #fff;
    background: green;
    border: 1px solid #999;
	}
	.passwordStrong { color: green; }
	.passwordMedium { color: goldenrod; }
	.passwordWeak { color: red; }
	
	.text-justified {
    	text-align: justify;
	}
	.italic-font {
		font-style:  italic;
	}
	.large-font {
		font-size: larger;
	}
	.small-font {
		font-size: 0.9em;
	}
	.smaller-font {
		font-size: 0.8em;
	}	
	.huge-font {
		font-size: 2em; 
	}
	.sub {
		vertical-align: sub;
		font-size: smaller;
	}
	.text-centered {
		text-align: center;
	}
	.text-left {
		text-align:left;
	}
	.text-right {
        text-align:right;
    }
	.bold {
		font-weight: bold;
	}
	.inline {
		display: inline;
	}
	.hidden {
		display: none;
	}
	.space-top {
		margin-top:1em;
	}
	.space-bottom {
		margin-bottom:5px;
	}
	.space-bottom-large {
		margin-bottom:2em;
	}
	.space-top-large {
		margin-top:2em;
	}
	.space-right {
		padding-right: .5em;
	}
	.space-left {
		padding-left: 1em;
	}
	.space-left-large {
		padding-left: 2em;
	}
	.inset {
		margin: 3px;
	}
	.inset-large {
		margin: 6px;
	}
	.inset-xtra-large {
		margin: 12px;
	}

	.clear-all {
		clear: both;
	}
	.indented {
		text-indent: 2em;
	}
	tr.space-below>td, tr.space-below>th {
		padding-bottom: 3em;
	}
	tbody.sectionHeader,.sectionHeader 
	{	
	    border-top: 1px solid black;		
	    margin-top: 8px;
	    font-weight: bold;
	}
	p#wording,p.billing-wording
	{
		margin: 0 4% 0 4%;
	    font-style:  italic;
	    text-align: justify;
	  /*  font-size-adjust: 10%; */
	}
	p.billing-wording-list
	{
		margin: 0 8% 0 8%;
	    font-style:  italic;
		text-align: justify;
		text-indent: -1.5em; 
		padding-left: 1.5em;
	  /*  font-size-adjust: 10%; */
	}
	
	div.row span.label {
		float: left;
		width: 18em;
		padding-right: .5em;
		text-align: right;
	}
	div.row span.field {
		width: 350px;
	}
	.modal {
	    display:    none;
	    position:   fixed;
	    z-index:    1000;
	    top:        0;
	    left:       0;
	    height:     100%;
	    width:      100%;
	    background: rgba( 255, 255, 255, .8 ) 
	                url('http://i.stack.imgur.com/FhHRx.gif') 
	                50% 50% 
	                no-repeat;
	}
	/* When the body has the loading class, we turn
	   the scrollbar off with overflow:hidden */
	body.loading {
	    overflow: hidden;   
	}
	
	/* Anytime the body has the loading class, our
	   modal element will be visible */
	body.loading .modal {
	    display: block;
	}	
    /* center column headers on datatables */
	table.dataTable thead th { 
        text-align: center;
    }	
/* NEED TO EVENTUALLY REMOVE THESE AND BELOW, OLD CSS ITEMS */
	table, td {
		border: 1px solid black;
		font-size: 10pt;
		text-align: center;
		/*padding: 5px;*/
	}
	
	table.separated {
		border-collapse:separate;
	}
/*
	table.separated > tbody > tr:nth-of-type(2n+1) {
		border-spacing: 0px 35px;      
	}
	table tr:nth-of-type(even){
		border-spacing: 0px 0px;      
	}
	table tr:nth-of-type(odd){
		border-spacing: 0px 3px;      
	}
*/	
	tr.odd {
		background-color: #e5ecee;
	}
	tr.even {
		background-color: #05acce;
	}
	tr.alt {
        background-color: #bae6ef;
	}

	table>thead {
		background-color: rgb(10, 89, 179);
	}

	thead>tr>th {
		text-align: center;
	}
	
	.menu {
		padding-bottom: 1px;
		/* margin-top: 0.1em; */
		/* margin-bottom: 0.1em; */
	}
	
	.menu li, .submenu li {
		list-style-type: none;
		/* margin-left: 12px; */
		/* font-size: 95%; */
	}
	
	.submenu li {
		margin-left: 8px;
		font-size: 95%;
	}
	
	.menu a, .submenu a {
		text-decoration: none;
	}
	
	.menu a:hover, .submenu a:hover {
		text-decoration: underline;
	}
	/*
		None of these datatables adjustments seem to work...sad
	
	 table.dataTable.stripe tbody tr.odd, 
	table.dataTable.display > tbody > tr.odd {
	  background: #20b0a6;
	}	
	table.dataTable.table-hover > tbody > tr:hover > * {
		box-shadow: inset 0 0 0 9999px #E8BC24FF;
	}
	*/
	/* No idea why this does not work, but - oh wells
	.input-group-smaller> .btn, 
	.input-group-smaller > .form-control, 
	.input-group-smaller > .form-select, 
	.input-group-smaller > .input-group-text {
		padding:.25rem .5rem;
		font-size:.7rem;
		border-radius:.2rem
	}
	*/

	/* Admin hardware catalog */
	#hardware-edit-modal {
		z-index: 2100;
	}
	#rh-edit-modal {
		z-index: 2100;
	}
	#pc-edit-modal {
		z-index: 2100;
	}
	#cp-edit-modal {
		z-index: 2100;
	}
	#gi-edit-modal {
		z-index: 2100;
	}
	#gp-edit-modal {
		z-index: 2100;
	}
	#maintContactModal {
		z-index: 2100;
	}
	.modal-backdrop.show {
		z-index: 2090;
	}
	#hardware-table td.hw-name-cell,
	#hardware-table td.hw-type-cell {
		white-space: normal !important;
		word-break: break-word;
		line-height: 1.25;
	}
	#hardware-table td.hw-name-cell {
		min-width: 260px;
		max-width: 420px;
	}
	#hardware-table td.hw-type-cell {
		min-width: 140px;
		max-width: 220px;
	}
	#rh-table td.rh-unit-cell,
	#rh-table td.rh-description-cell {
		white-space: normal !important;
		word-break: break-word;
		overflow-wrap: anywhere;
		line-height: 1.25;
	}
	#rh-table td.rh-unit-cell {
		min-width: 120px;
		max-width: 200px;
	}
	#rh-table td.rh-description-cell {
		min-width: 260px;
		max-width: 520px;
	}
	#admin-orders-table tbody tr.order-row {
		cursor: pointer;
		transition: box-shadow 0.12s ease-in-out;
	}
	#admin-orders-table tbody tr.order-row:hover > * {
		box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.14) !important;
	}
	.hw-not-available {
		display: block;
		margin-top: 4px;
		color: #b00020;
		font-size: 0.82rem;
		font-weight: 600;
	}

	/* Log report tables: keep width bounded and wrap long argument payloads */
	table.datatable.log-table-wrap {
		table-layout: fixed;
		width: 100% !important;
	}
	table.datatable.log-table-wrap th {
		white-space: nowrap !important;
		word-break: normal;
		overflow-wrap: normal;
		vertical-align: top;
	}
	table.datatable.log-table-wrap td {
		white-space: normal !important;
		word-break: break-word;
		overflow-wrap: anywhere;
		vertical-align: top;
	}
	table.datatable.log-table-wrap th.log-arguments-col,
	table.datatable.log-table-wrap td.log-arguments-cell {
		width: 40%;
		max-width: 40vw;
	}
	.dataTables_wrapper {
		max-width: 100%;
		overflow-x: auto;
	}

	/* Shared credential/setup forms */
	.csp-auth-shell {
		max-width: 860px;
		margin: 0 auto;
	}
	.csp-auth-card {
		border: 1px solid #d9e2f2;
		border-radius: 1rem;
		background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
		box-shadow: 0 14px 36px rgba(0, 34, 102, 0.10);
	}
	.csp-auth-banner {
		background: linear-gradient(135deg, #00164d 0%, #003a91 100%);
		color: #fff;
		border-radius: 1rem 1rem 0 0;
		padding: 1.2rem 1.5rem;
	}
	.csp-auth-subtle {
		color: #5f6f8d;
		font-size: 0.95rem;
	}
	.csp-auth-note {
		border: 1px solid #cfe0ff;
		background: #f4f8ff;
		border-radius: 0.85rem;
		padding: 1rem 1.1rem;
	}
	.csp-auth-label {
		font-weight: 700;
		color: #12377a;
		margin-bottom: 0.45rem;
		display: block;
	}
	.csp-auth-field {
		position: relative;
	}
	.csp-auth-field input {
		width: 100%;
		border: 1px solid #c8d4ea;
		border-radius: 0.75rem;
		padding: 0.85rem 3.6rem 0.85rem 1rem;
		font-size: 1rem;
	}
	.csp-auth-field input:focus {
		outline: none;
		border-color: #2b6de5;
		box-shadow: 0 0 0 0.2rem rgba(43, 109, 229, 0.16);
	}
	.csp-auth-toggle {
		position: absolute;
		top: 50%;
		right: 0.65rem;
		transform: translateY(-50%);
		border: 0;
		background: transparent;
		color: #12377a;
		font-weight: 700;
		font-size: 0.85rem;
		padding: 0.2rem 0.4rem;
	}
	.csp-auth-help {
		color: #64748b;
		font-size: 0.9rem;
		margin-top: 0.45rem;
	}
	.csp-auth-error {
		color: #a12020;
		font-size: 0.92rem;
		margin-top: 0.45rem;
	}
	.csp-auth-success {
		color: #116a34;
		font-size: 0.92rem;
		margin-top: 0.45rem;
	}
	.csp-auth-meter {
		width: 100%;
		height: 0.7rem;
		border-radius: 999px;
		background: #e6ebf3;
		overflow: hidden;
		margin-top: 0.75rem;
	}
	.csp-auth-meter-fill {
		height: 100%;
		width: 0%;
		transition: width 0.18s ease, background-color 0.18s ease;
		background: #d9534f;
	}
	.csp-auth-pill {
		display: inline-flex;
		align-items: center;
		gap: 0.4rem;
		padding: 0.28rem 0.7rem;
		border-radius: 999px;
		background: #eef4ff;
		color: #12377a;
		font-size: 0.84rem;
		font-weight: 600;
	}
	.csp-auth-checklist {
		list-style: none;
		padding-left: 0;
		margin: 0.85rem 0 0 0;
	}
	.csp-auth-checklist li {
		margin-bottom: 0.35rem;
		color: #53657f;
		font-size: 0.92rem;
	}
	.csp-auth-checklist li.csp-auth-ok {
		color: #116a34;
		font-weight: 600;
	}
	.csp-auth-actions .btn-primary {
		border-radius: 0.75rem;
		padding: 0.8rem 1.35rem;
		font-weight: 700;
	}

	/* Maintenance contacts */
	.maint-card .card-header small {
		opacity: 0.9;
	}
	.maint-muted {
		color: #6c757d;
	}
	.maint-actions .btn {
		min-width: 120px;
	}
	.maint-pending {
		border: 1px dashed #cbd5e1;
		background: #f8fafc;
		padding: 12px;
		border-radius: 8px;
		display: none;
	}

	/* ACL editor */
	.acl-container {
		background: white;
		border-radius: 8px;
		padding: 20px;
		margin: 20px 0;
	}
	.acl-controls {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
		gap: 10px;
	}
	.acl-search {
		flex: 1;
		max-width: 400px;
	}
	.acl-search input {
		width: 100%;
		padding: 8px 12px;
		border: 1px solid #ddd;
		border-radius: 4px;
		font-size: 14px;
	}
	.acl-actions {
		display: flex;
		gap: 10px;
	}
	.btn-acl {
		padding: 8px 16px;
		border: none;
		border-radius: 4px;
		font-size: 14px;
		font-weight: 500;
		cursor: pointer;
		transition: all 0.2s;
	}
	.btn-acl-primary {
		background: #007bff;
		color: white;
	}
	.btn-acl-primary:hover {
		background: #0056b3;
	}
	.btn-acl-success {
		background: #28a745;
		color: white;
	}
	.btn-acl-success:hover {
		background: #218838;
	}
	.btn-acl-danger {
		background: #dc3545;
		color: white;
	}
	.btn-acl-danger:hover {
		background: #c82333;
	}
	.btn-acl-secondary {
		background: #6c757d;
		color: white;
	}
	.btn-acl-secondary:hover {
		background: #5a6268;
	}
	.btn-acl-sm {
		padding: 4px 8px;
		font-size: 12px;
	}
	.acl-table-wrapper {
		overflow-x: auto;
		border: 1px solid #dee2e6;
		border-radius: 4px;
		margin-bottom: 20px;
		background: #fff;
		box-shadow: inset 0 -1px 0 #dee2e6;
	}
	.acl-table {
		width: 100%;
		border-collapse: collapse;
		margin: 0;
	}
	.acl-table thead {
		background: #f8f9fa;
	}
	.acl-table th {
		padding: 12px;
		text-align: left;
		font-weight: 600;
		color: #495057;
		border-bottom: 2px solid #dee2e6;
		font-size: 14px;
	}
	.acl-table td {
		padding: 12px;
		border-bottom: 1px solid #dee2e6;
		font-size: 14px;
	}
	.acl-table tbody tr:last-child td {
		border-bottom: 0;
	}
	.acl-table tbody tr:hover {
		background: #f8f9fa;
	}
	.acl-table tbody tr.row-edited {
		background: #fff3cd;
	}
	.acl-table tbody tr.row-deleted {
		background: #f8d7da;
		text-decoration: line-through;
		opacity: 0.7;
	}
	.acl-table tbody tr.row-added {
		background: #d4edda;
	}
	.acl-table tbody tr.row-local-error {
		background: #f8d7da;
		border-left: 4px solid #dc3545;
	}
	.acl-table tbody tr.row-local-error:hover {
		background: #f1bfc6;
	}
	.acl-table td.cell-error {
		background: #f1b3bc;
	}
	.acl-badge-status {
		display: inline-block;
		padding: 2px 6px;
		border-radius: 3px;
		font-size: 10px;
		font-weight: 600;
		margin-left: 5px;
		text-transform: uppercase;
	}
	.acl-badge-live {
		background: #10b981;
		color: white;
	}
	.acl-badge-pending {
		background: #f59e0b;
		color: white;
	}
	.acl-badge-pending-edit {
		background: #eab308;
		color: white;
	}
	.acl-badge-pending-delete {
		background: #ef4444;
		color: white;
	}
	.acl-badge-error {
		background: #b91c1c;
		color: white;
	}
	.acl-table tbody tr.row-pending {
		background: #fef3c7;
		border-left: 3px solid #f59e0b;
	}
	.acl-table tbody tr.row-pending-delete {
		background: #fee2e2;
		border-left: 3px solid #ef4444;
	}
	.acl-badge {
		display: inline-block;
		padding: 3px 6px;
		border-radius: 3px;
		font-size: 11px;
		font-weight: 600;
		margin: 2px;
	}
	.acl-badge-POC {
		background: #dbeafe;
		color: #1e40af;
	}
	.acl-badge-ACC {
		background: #d1fae5;
		color: #065f46;
	}
	.acl-badge-RH {
		background: #fef3c7;
		color: #92400e;
	}
	.acl-badge-RH2 {
		background: #fed7aa;
		color: #92400e;
	}
	.acl-badge-AV {
		background: #e9d5ff;
		color: #6b21a8;
	}
	.acl-badge-SVC {
		background: #fecaca;
		color: #991b1b;
	}
	.acl-badge-TECH {
		background: #bfdbfe;
		color: #1e40af;
	}
	.acl-permissions-container {
		display: flex;
		gap: 15px;
		margin-bottom: 15px;
	}
	.acl-info-panel {
		flex: 1;
		border: 2px solid #e5e7eb;
		border-radius: 6px;
		padding: 12px;
	}
	.acl-perm-group.poc-group {
		border-color: #93c5fd;
		background: #eff6ff;
	}
	.acl-perm-group.npoc-group {
		border-color: #d1d5db;
		background: #f9fafb;
	}
	.acl-perm-group-title {
		font-weight: 600;
		font-size: 12px;
		color: #6b7280;
		margin-bottom: 8px;
		text-transform: uppercase;
	}
	.acl-permission-item {
		display: inline-block;
		margin-right: 12px;
		margin-bottom: 8px;
	}
	.acl-permission-item label {
		cursor: pointer;
		user-select: none;
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: 14px;
		font-weight: 500;
	}
	.acl-permission-item input[type="checkbox"] {
		cursor: pointer;
		width: 16px;
		height: 16px;
	}
	.acl-notification-option {
		background: #f0f9ff;
		border: 1px solid #bae6fd;
		border-radius: 6px;
		padding: 15px;
		margin: 20px 0;
		text-align: center;
	}
	.acl-notification-option label {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		font-size: 14px;
		font-weight: 500;
		cursor: pointer;
	}
	.acl-notification-option input[type="checkbox"] {
		width: 18px;
		height: 18px;
		cursor: pointer;
	}
	.acl-info-panel {
		background: #f0f9ff;
		border: 1px solid #bae6fd;
		border-radius: 6px;
		padding: 15px;
		margin-bottom: 20px;
	}
	.acl-info-panel h4 {
		margin: 0 0 10px 0;
		font-size: 14px;
		color: #0c4a6e;
		display: flex;
		align-items: center;
		gap: 5px;
	}
	.acl-info-content {
		font-size: 13px;
		color: #075985;
		line-height: 1.6;
	}
	.acl-perm-legend {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 10px;
		margin-top: 10px;
	}
	.acl-perm-legend-item {
		display: flex;
		align-items: center;
		gap: 8px;
		font-size: 12px;
	}
	.acl-perm-badge-demo {
		padding: 3px 6px;
		border-radius: 3px;
		font-weight: 600;
		font-size: 11px;
		white-space: nowrap;
	}
	.acl-modal {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 9999;
		justify-content: center;
		align-items: center;
	}
	.acl-modal.active {
		display: flex;
	}
	.acl-modal-content {
		background: white;
		padding: 25px;
		border-radius: 8px;
		width: 90%;
		max-width: 500px;
		max-height: 90vh;
		overflow-y: auto;
	}
	.acl-modal-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}
	.acl-modal-header h3 {
		margin: 0;
		font-size: 20px;
	}
	.acl-close-btn {
		background: none;
		border: none;
		font-size: 24px;
		cursor: pointer;
		color: #6c757d;
		line-height: 1;
	}
	.acl-form-group {
		margin-bottom: 15px;
	}
	.acl-form-group label {
		display: block;
		margin-bottom: 5px;
		font-weight: 500;
		font-size: 14px;
	}
	.acl-form-group input,
	.acl-form-group select {
		width: 100%;
		padding: 8px 12px;
		border: 1px solid #ced4da;
		border-radius: 4px;
		font-size: 14px;
	}
	.acl-form-group input:focus,
	.acl-form-group select:focus {
		outline: none;
		border-color: #007bff;
		box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	}
	.acl-form-actions {
		display: flex;
		justify-content: flex-end;
		gap: 10px;
		margin-top: 20px;
	}
	.acl-message {
		padding: 12px;
		border-radius: 4px;
		margin-bottom: 15px;
	}
	.acl-message-success {
		background: #d4edda;
		color: #155724;
		border: 1px solid #c3e6cb;
	}
	.acl-message-error {
		background: #f8d7da;
		color: #721c24;
		border: 1px solid #f5c6cb;
	}
	.acl-message-info {
		background: #d1ecf1;
		color: #0c5460;
		border: 1px solid #bee5eb;
	}
	.acl-pending-changes {
		background: #fff3cd;
		border: 1px solid #ffeaa7;
		border-radius: 4px;
		padding: 15px;
		margin-bottom: 20px;
	}
	.acl-pending-changes h4 {
		margin: 0 0 10px 0;
		font-size: 16px;
		color: #856404;
	}
	.acl-pending-list {
		font-size: 14px;
		color: #856404;
	}
	.acl-pending-list ul {
		margin: 5px 0;
		padding-left: 20px;
	}
	.acl-legend {
		display: flex;
		gap: 20px;
		margin-bottom: 15px;
		font-size: 12px;
	}
	.acl-legend-item {
		display: flex;
		align-items: center;
		gap: 5px;
	}
	.acl-legend-box {
		width: 16px;
		height: 16px;
		border-radius: 2px;
	}

	/* DBMS admin view */
	.dbms-admin-shell .dbms-grid-card {
		border: 1px solid #d7deea;
		border-radius: 0.9rem;
		background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
		box-shadow: 0 12px 30px rgba(0, 34, 102, 0.08);
	}
	.dbms-admin-shell .dbms-section-title {
		color: #001b5c;
		font-size: 0.95rem;
		font-weight: 700;
		letter-spacing: 0.03em;
		text-transform: uppercase;
	}
	.dbms-admin-shell .dbms-row-picker {
		cursor: pointer;
	}
	.dbms-admin-shell .dbms-row-picker.table-active > * {
		background-color: #d9ebff !important;
	}
	.dbms-admin-shell .dbms-editor-panel {
		min-height: 28rem;
		background: radial-gradient(circle at top right, rgba(0, 102, 204, 0.08), transparent 35%), #ffffff;
	}
	.dbms-admin-shell .dbms-editor-scroll {
		max-height: 56vh;
		overflow-y: auto;
		padding-right: 0.35rem;
	}
	.dbms-admin-shell .dbms-field-lock {
		font-size: 0.72rem;
		color: #5f6b85;
		letter-spacing: 0.02em;
		text-transform: uppercase;
	}
	.dbms-admin-shell .dbms-preview {
		color: #4b5a78;
		font-size: 0.85rem;
	}
	.dbms-admin-shell .dbms-empty-state {
		border: 1px dashed #b7c6e5;
		border-radius: 0.9rem;
		background: #f7faff;
	}
	.dbms-admin-shell .dbms-inline-note {
		color: #64748b;
		font-size: 0.88rem;
	}
	.dbms-admin-shell .dbms-toolbar-pill {
		border-radius: 999px;
		background: #edf4ff;
		color: #12377a;
		padding: 0.25rem 0.75rem;
		font-size: 0.85rem;
		font-weight: 600;
	}
	.dbms-admin-shell #admin-data-table tbody td {
		vertical-align: middle;
	}

	/* Alternate login shell */
	.login-layout-body {
		min-height: 100vh;
		background:
			radial-gradient(circle at top left, rgba(0, 58, 145, 0.20), transparent 30%),
			linear-gradient(180deg, #f5f8ff 0%, #eef3fb 100%);
	}
	.login-layout-root {
		min-height: 100vh;
	}
	.login-shell {
		min-height: 100vh;
		padding: 2.5rem 1rem;
	}
	.login-shell-inner {
		max-width: 1320px;
		margin: 0 auto;
	}
	.login-shell-brand {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1rem;
		margin-bottom: 2rem;
	}
	.login-shell-logo {
		max-width: 220px;
		height: auto;
	}
	.login-shell-kicker {
		font-size: 0.85rem;
		font-weight: 700;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: #365b97;
	}
	.login-shell-title {
		margin: 0.2rem 0 0.6rem 0;
		font-size: clamp(2rem, 4vw, 2.8rem);
		font-weight: 800;
		color: #00164d;
	}
	.login-shell-lead {
		max-width: 48rem;
		margin: 0;
		font-size: 1.02rem;
		line-height: 1.7;
		color: #52627f;
	}
	.login-shell-brand-copy {
		text-align: center;
	}
	.login-panel,
	.login-quicklinks-card {
		height: 100%;
		border: 1px solid #d9e2f2;
		border-radius: 1.1rem;
		background: rgba(255, 255, 255, 0.95);
		box-shadow: 0 18px 42px rgba(0, 34, 102, 0.10);
		backdrop-filter: blur(3px);
	}
	.login-panel-header {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 1rem;
		padding: 1.4rem 1.5rem 1rem 1.5rem;
		border-bottom: 1px solid #e6eefc;
		background: linear-gradient(135deg, #00164d 0%, #003a91 100%);
		color: #fff;
		border-radius: 1.1rem 1.1rem 0 0;
	}
	.login-panel-title {
		font-size: 1.35rem;
		font-weight: 800;
	}
	.login-panel-subtitle {
		margin-top: 0.3rem;
		color: rgba(255, 255, 255, 0.8);
		font-size: 0.95rem;
	}
	.login-panel-badge {
		display: inline-flex;
		align-items: center;
		padding: 0.3rem 0.75rem;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.14);
		color: #fff;
		font-size: 0.78rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		white-space: nowrap;
	}
	.login-panel-body {
		padding: 1.5rem;
	}
	.login-panel-form .form-control {
		border-radius: 0.85rem;
		padding: 0.95rem 1rem;
		border-color: #ccd7eb;
	}
	.login-panel-form .form-control:focus {
		border-color: #2b6de5;
		box-shadow: 0 0 0 0.2rem rgba(43, 109, 229, 0.14);
	}
	.login-panel-form .btn {
		border-radius: 0.85rem;
		font-weight: 700;
	}
	.login-panel-help {
		margin-top: 1.2rem;
		font-size: 0.95rem;
		color: #5c6c88;
	}
	.login-panel-help a {
		font-weight: 700;
	}
	.login-quicklinks-card {
		padding: 1.5rem;
	}
	.login-quicklinks-title {
		font-size: 1.25rem;
		font-weight: 800;
		color: #00164d;
	}
	.login-quicklinks-subtitle {
		margin-top: 0.45rem;
		margin-bottom: 1.2rem;
		color: #5c6c88;
		font-size: 0.95rem;
		line-height: 1.6;
	}
	.login-quicklinks-groups {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		gap: 1rem;
	}
	.login-quicklinks-group {
		border: 1px solid #e4ebf8;
		border-radius: 0.95rem;
		background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
		padding: 1rem 1.05rem;
	}
	.login-quicklinks-group-title {
		font-size: 0.92rem;
		font-weight: 800;
		letter-spacing: 0.03em;
		text-transform: uppercase;
		color: #12377a;
		margin-bottom: 0.75rem;
	}
	.login-quicklinks-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.login-quicklinks-list li + li {
		margin-top: 0.45rem;
	}
	.login-quicklinks-list a {
		display: inline-block;
		color: #254f95;
		text-decoration: none;
		font-weight: 600;
	}
	.login-quicklinks-list a:hover {
		text-decoration: underline;
	}
	.login-shell-footer {
		margin-top: 1.6rem;
		color: #667792;
		font-size: 0.88rem;
	}
} /* @media screen */
