@import '_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css';

:root {
	--popover-secondary-menu-icon-color: #BECFE0
}
/*
	--fill-header-background:#000;
       	--fill-color:#efefef;
	--dialog-padding: calc(var(--design-unit) * 3 * 1px);
	--dialog-background: #fff;
	--accent-base-color: red;
	--accent-base-color-msg: #feb3b3;
	--neutral-fill-stealth-rest: #EFEFEF;
	--neutral-stroke-control-rest:#000;
	--neutral-stroke-hover: #F7F7F7;
	--neutral-fill-rest:#f0f1f3;

	--neutral-fill-shadow: #333333;
	--neutral-fill-section: #afafaf;	
	--neutral-fill-hover: #bdbdbd;
	--accent-fill-rest:#0B57D0;
	--accent-fill-hover:#EFEFEF;
	--accent-fill-active:#0B57D0;
	--accent-fill-focus:#d1cfe9;

	--accent-foreground-rest: #0B57D0;
	--accent-foreground-hover: #e2dff2;
	--accent-foreground-active: #a2dcf2;
	--accent-foreground-focus: #d1cfe9;


*/
html:root {
	--density 2;
	--body-font: "Segoe UI Variable", "Segoe UI", sans-serif;
	--popover-secondary-menu-icon-color: #BECFE0;
	--dialog-background: #fff;

	--btn-none-background:#EfEFEF;
	--btn-none-bottom-color:blue;
	--btn-main-background:#EfEFEF;
	--btn-main-bottom-color:green;

	--btn-close-background:#EfEFEF;
	--btn-close-bottom-color:red;
	--btn-hover-bottom-color: #000;

	--btn-lookup-ico-fill: #00204f;
	--btn-lookup-text-none:#7c7c7c;

	--base-height-multiplier: 8;
	--density: 0;
	--fill-header-background:#1AA2c2;
	--riskcolor-brightness:90%;
	--tab-filter-btm-color:#D6D6D6;
	--tab-filter-btm-color-active: #000;

	--dlg-container-bckg: #FFF;
	--dlg-container-hdr: #ebebe9;
	--dlg-container-title: #323130;
	--dlg-content: #323130;
	--dlg-padding: calc(var(--design-unit) * 1px);

	--navmenu-fill-stealth-rest:#EFEFEF;
	--navmenu-fill-hover:#bdbdbd;
        --form-section-line1:#afafaf;
	--msg-bg-color:#ed8585;
	--msg-text-color: #484848;}

/* 

	--accent-base-color-msg: #754242;
	--neutral-fill-stealth-rest: #272727;
	--neutral-stroke-control-rest:#fff;
	--neutral-stroke-hover: #383838;
	--neutral-stroke-input-rest: linear-gradient(#595959 calc(100% - 1px), #929292 calc(100% - 1px), #fff);
	--neutral-fill-rest:#333333;
	--neutral-fill-shadow: #333333;
	--neutral-fill-section:#9e9e9e;

	--neutral-fill-hover: #373737;
	--accent-base-color: #ff1616;
	--accent-fill-rest:#d1cfe9;
	--accent-fill-hover:#e2dff2;
	--accent-fill-active:#C9605F;
	--accent-fill-focus:#d1cfe9;
	--accent-foreground-rest: #484848;
	--accent-foreground-hover: #e2dff2;
	--accent-foreground-active: #a2dcf2;
	--accent-foreground-focus: #d1cfe9;
    color: var(--neutral-foreground-rest);
    background-color: var(--neutral-fill-layer-rest);

*/

body[data-theme="dark"], body[data-theme="system-dark"] {
	--foreground-on-accent-rest:#FFF;
	--msg-bg-color:#754242;
	--msg-text-color: #484848;
	--fill-header-background:#000;
	--dialog-padding: calc(var(--design-unit) * 3 * 1px);
	--dialog-background: #333333;
	--btn-none-background:#333333;
	--btn-save-background:#333333;
	--btn-main-background:#333333;
	--btn-close-background:#333333;
	--btn-none-bottom-color:#0a49bb;
	--btn-main-bottom-color: green;
	--btn-close-bottom-color:#9b210e;
	--btn-hover-bottom-color: #fff;
	--btn-lookup-ico-fill: #7c7c7c;
	--btn-lookup-text-none:#7c7c7c;

	--fill-color:#efefef;


	--riskcolor-brightness:50%;
	--tab-filter-btm-color:#272727;
	--tab-filter-btm-color-active: #FFF;

	--dlg-container-bckg: #333333;
	--dlg-container-hdr: #33333;
	--dlg-container-title: #FFF;
	--dlg-content: #FFF;
	--dlg-padding: calc(var(--design-unit) * 1px);
	--navmenu-fill-rest: #333333;
	--navmenu-fill-stealth-rest: #272727;
	--navmenu-fill-hover: #373737;
	--accent-foreground-active: #a2dcf2;

	--neutral-foreground-rest: #FFF;
	--neutral-fill-stealth-rest :#272727;
        --form-section-line:#9e9e9e;
    font-family: var(--body-font);
    font-size: var(--type-ramp-base-font-size);
    line-height: var(--type-ramp-base-line-height);
    font-weight: var(--font-weight);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	/*
	--body-font: "Segoe UI Variable", "Segoe UI", sans-serif !important;
	--accent-fill-rest: #000;
	--neutral-fill-stealth-rest: #e8e8e8;
	--fill-color: #efefef;
	font-family: "Segoe UI Variable", "Segoe UI", sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	*/
	margin: 0;
	padding: 0;
	height: 100vh;
	font-family: var(--body-font);
	font-size: var(--type-ramp-base-font-size);
	line-height: var(--type-ramp-base-line-height);
	font-weight: var(--font-weight);
	color: var(--neutral-foreground-rest);
	background: var(--neutral-fill-layer-rest);
}

.content {
	align-self: stretch !important;
	width: 100%;
}

.col-justify-center .col-title {

    background-color: #272727 !important;
	background-color: var(--btn-main-background) !important;
	border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest)!important; ;
	border-radius: calc(var(--control-corner-radius) * 1px) ;
	color: var(--neutral-foreground-rest);
}
.col-justify-start .col-sort-button::part(control) {
    background-color: #333333 !important;

	background-color: var(--btn-main-background) !important;
	border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest)!important; ;
	border-radius: calc(var(--control-corner-radius) * 1px) ;
	color: var(--neutral-foreground-rest);
}

th {
    background-color: var(--neutral-fill-stealth-rest,#272727); !important;
}

.stealth
{ 
}
fluent-dialog[modal]::part(control) 
{
    background-color: var(--dialog-background);
    border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest)!important;
    border-radius: calc(var(--control-corner-radius) * 1px)!important;;
}



.main-layout {
	height: 100vh;
}

.navmenu {
	display: inline-block;
}

.sitenav {
	overflow-y: auto;
	height: 100%;
}

.navmenu-icon {
	display: none;
}

#appHeader {
	background-color: var(--fill-header-background) !important;
	cursor: default;
}

	#appHeader a {
		color: #BECFE0;
		text-decoration: none;
		font-weight: normal;
	}

		#appHeader a:hover {
			color: #ff8000;
		}

#appMenu > .app-link {
	margin: 0 0.5rem;
}

#appTitle {
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: normal;
	margin-left: 1em;
}

#appDesc {
	color: #BECFE0;
	font-weight: normal;
}


.popover-secondary-menu a {
	color: var(--neutral-foreground-rest)!important;
}

	.popover-secondary-menu a:hover {
		color: #ff8000 !important;
	}

.page-header {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	margin-top: 1em;
	margin-bottom: 1.5em;
	font-size: 28px;
	font-weight: bold;
}

.page-center {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	margin-top: 30px;
}

.empty-content-cell {
	border: 0 !important;
}

.error {
	color: red;
}

.main {
	min-height: calc(100dvh - 86px);
	color: var(--neutral-foreground-rest);
	align-items: stretch !important;
}

.body-content {
	align-self: stretch;
	height: calc(100dvh - 86px) !important;
	display: flex;
}


.manage {
	width: 100dvw;
}

footer {
	background: var(--neutral-layer-4);
	color: var(--neutral-foreground-rest);
	align-items: center;
	padding: 10px 10px;
}

	footer a {
		color: var(--neutral-foreground-rest);
		text-decoration: none;
	}

		footer a:focus {
			outline: 1px dashed;
			outline-offset: 3px;
		}

		footer a:hover {
			text-decoration: underline;
		}

.role-selector-table table {
  border: 1px solid black;
}
.role-selector-table th {
  border: 1px solid black;
  padding: 5px 10px;
}
.role-selector-table td {
  border: 1px solid black;
  padding: 5px 10px;
  text-align: center;
}

.disabled-black {
  --disabled-opacity: 1;
}

.disabled-black .form-disabled {
  color: black;
  border-color: #e5e5e5;
}

#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
	margin: 20px 0;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}

.blazor-error-boundary {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
	padding: 1rem 1rem 1rem 3.7rem;
	color: white;
}

	.blazor-error-boundary::before {
		content: "An error has occurred. "
	}

.loading-progress {
	position: relative;
	display: block;
	width: 8rem;
	height: 8rem;
	margin: 20vh auto 1rem auto;
}

	.loading-progress circle {
		fill: none;
		stroke: #e0e0e0;
		stroke-width: 0.6rem;
		transform-origin: 50% 50%;
		transform: rotate(-90deg);
	}

		.loading-progress circle:last-child {
			stroke: #1b6ec2;
			stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
			transition: stroke-dasharray 0.05s ease-in-out;
		}

.loading-progress-text {
	position: absolute;
	text-align: center;
	font-weight: bold;
	inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

	.loading-progress-text:after {
		content: var(--blazor-load-percentage-text, "Loading");
	}

code {
	color: #c02d76;
}



.lang-list {
	display: inline-block;
	min-width: 120px;
}

.lang-link, .link-top {
	text-decoration: none !important;
	font-size: 0.8rem;
	color: #e1defa;
	cursor: pointer;
	text-transform: uppercase;
	margin-left: 8px !important;
	margin-right: 8px !important;
	font-weight: bold;
}

.lang-active {
	color: #ffffff !important;
	text-decoration: none !important;
	font-size: 0.8rem;
	cursor: default;
	font-weight: bold;
	border-bottom: solid 2px #ffffff;
	text-transform: uppercase;
	margin-left: 8px !important;
	margin-right: 8px !important;
}

.mpass-button {
  border: 2px solid #099cc1;
  background-color: #1aa2c2;
  border-radius: 5px;
  cursor: pointer;
  padding: 0.8em 1.2em 0.8em 1em;
  transition: all ease-in-out 0.2s;
  color: #fff;
  font-weight: 600;
	font-size: 16px;
	margin-top:1em;
	width:320px;
}

.mpass-button:hover {
  background-color: #027590;
	border-color: #027590;
}

.mpass-logo {
	background-image: url(images/mpass-logo64.png);
	height: 64px;
	width: 208px;
	display: inline-block;
	margin-bottom:10px
}

.ico {
	display: inline-block;
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.75rem;
	background-size: cover;
}

.ico-person {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.ico-Status-1 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2300FF00' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0Zm1.5 11.5H6.5v-1h3v1Zm0-2.5H6.5V4h3v5Z'/%3E%3C/svg%3E");
}

@media (max-width: 600px) {
	.header-gutters {
		margin: 0.5rem 3rem 0.5rem 1.5rem !important;
	}

	[dir="rtl"] .header-gutters {
		margin: 0.5rem 1.5rem 0.5rem 3rem !important;
	}

	.main {
		flex-direction: column !important;
		row-gap: 0 !important;
	}

	nav.sitenav {
		width: 100%;
		height: 100%;
	}

	#main-menu {
		width: 100% !important;
	}

		#main-menu > div:first-child:is(.expander) {
			display: none;
		}

	.navmenu {
		width: 100%;
	}

	#navmenu-toggle {
		appearance: none;
	}

		#navmenu-toggle ~ nav {
			display: none;
		}

		#navmenu-toggle:checked ~ nav {
			display: block;
		}

	.navmenu-icon {
		cursor: pointer;
		z-index: 10;
		display: block;
		position: absolute;
		top: 15px;
		left: unset;
		right: 20px;
		width: 20px;
		height: 20px;
		border: none;
	}

	[dir="rtl"] .navmenu-icon {
		left: 20px;
		right: unset;
	}
}

.status-badge {
            padding: 4px 12px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: 600;
        }
        
        .status-1 {background: #dcfce7;color: #166534; }
        
        .status-5 {background: #fee2e2; color: #991b1b; }
        
        .status-2 { background: #fef3c7; color: #92400e;  }

        .status-Risk1 {background: green;color: #fff; filter: brightness(var(--riskcolor-brightness)) }
        .status-Risk2 {background: #fde93d; color: #92400e;  filter: brightness(var(--riskcolor-brightness)) }
        .status-Risk3 {background: #b51818; color: #fff; filter: brightness(var(--riskcolor-brightness)) }

/* : - (Pills) */
.filter-pills {
            display: flex;
            gap: 8px;
            margin-bottom: 24px;
            flex-wrap: wrap;
        }
        
.pill {
            padding: 8px 16px;
            border: 1px solid #e1dfdd;
            border-radius: 20px;
            background: white;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.2s;
            color: #323130;
        }
        
.pill:hover {   background: #f3f2f1;    }
.pill.active {background: #0078d4;  color: white;   border-color: #0078d4;    }
.pill .count {
            margin-left: 6px;
            opacity: 0.8;
            font-weight: 600;
        }
/* : Tabs */
.filter-tabs {
            display: flex;
            gap: 0;
            margin-bottom: 4px;
            border-bottom: 2px solid var(--neutral-stroke-rest, #d6d6d6);
        }
.filter-tabs-compact {     }

.tab {
            padding: 12px 24px;
            border: none;
            background: none;
            cursor: pointer;
            font-size: 14px;
            color: #605e5c;
            border-bottom: 3px solid transparent;
            margin-bottom: -2px;
            transition: all 0.2s;
        }
        
.tab:hover { color: #ff8000;  }
.tab.active { color: var(--accent-foreground-color);  border-bottom-color: var(--accent-foreground-active);  font-weight: 600;    }
.tab.active::before {
    content: "";
    display: block;
    position: absolute;
    right: unset;
    width: 3px;
    height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 2) * 1px);
    background: var(--accent-foreground-active)!important;
    border-radius: calc(var(--control-corner-radius) * 1px) !important;
	margin: 2px 1px 1px -10px;
    z-index: 5;
}
.fluent-nav-icon {
     fill: var(--accent-foreground-rest,#000 ) !important;
}
.notactive{ font-weight:700 !important; }

/*
#Incidents-SetInProgressButton { font-weight:700;
border: solid 1px black;

}

#Incidents-SetInProgressButton::before {
  content: '\25';          
  font-size: 14px;       
padding-top:6px;
  margin-right: 3px;     
  line-height: 1;
  display: inline-block;
}
*/