/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-bottom: 20px;
	font-size: 12px;
	/*filter:invert(1);*/
	font-family: jost !important;
}

:root {
	--bar-width: 45px;
	--bar-height: 8px;
	--hamburger-gap: 6px;
	--foreground: #113D34;
	--background: #44BD9E;
	--hamburger-margin: 16px;
	--animation-timing: 500ms ease-in-out;
	--hamburger-height: calc((var(--bar-height) * 3) + (var(--hamburger-gap) *2));
	--homegreen: #44BD9E;
	--equitygreen: #113E34;
	--havencream: #F1ECD2;
	--softred: #FF4545;
	--softyellow: #FFFF65;
	--softgreen: #64cd64;
}
.hamburger-menu {
	--x-width: calc(var(--hamburger-height) * 1.41421356237);
	display: flex;
	flex-direction: column;
	gap: var(--hamburger-gap);
	width: max-content;
	position: absolute;
	top: var(--hamburger-margin);
	right: var(--hamburger-margin);
	z-index: 6000;
	cursor: pointer;
}
.hamburger-menu:has(input:checked)::before,
.hamburger-menu:has(input:checked)::after {
	--background: #44BD9E;
	--foreground: #113D34;
}
.hamburger-menu:has(input:focus-visible)::before,
.hamburger-menu:has(input:focus-visible)::after,
.hamburger-menu input:focus-visible {
	border: 1px solid var(--background);
	box-shadow: 0 0 0 1px var(--foreground);
}

.hamburger-menu input {
	appearance: none;
	padding: 0;
	margin: 0;
	outline: none;
	pointer-events: none;
}
.hamburger-menu:has(input:checked)::before {
	width:var(--x-width) !important;
	rotate: 45deg;
	translate: 0 calc(var(--bar-height)/-2);
}
.hamburger-menu:has(input:checked)::after {
	width: var(--x-width) !important;
	rotate: -45deg;
	translate: 0 calc(var(--bar-height)/2);
}
.hamburger-menu input:checked {
	opacity: 0;
	width: 0;
}

.hamburger-menu::before,
.hamburger-menu::after,
.hamburger-menu input {
	content: "";
	width: var(--bar-width) !important;
	height: var(--bar-height) !important;
	background-color: var(--background);
	border-radius: 9999px;
	transform-origin: left center;
	transition: opacity var(--animation-timing), width var(--animation-timing), rotate var(--animation-timing), translate var(--animation-timing), background-color var(--animation-timing);
}
.sidebar {
	transition: translate var(--animation-timing);
	translate: 100%;
	padding-top: calc(var(--hamburger-height) + var(--hamburger-margin) + 1rem) !important;
	background-color: var(--foreground);
	color: var(--background);
	max-width: 15rem;
	min-height: 100vh;
	position: absolute;
	right: 0;
}
.sidebar ul {
	padding-inline-start:0;
	width: 100%;
}
.sidebar ul li {
	list-style-type: none;
	position:relative;
	width:100%;
	
}
.sidebar ul li a {
	width: 100%;
	margin: 2px 0 !important;
	text-align:left;
	font-family:nord-regular;
	font-size:16px;
}
.sidebar ul li a b {
	display:none;
}

.hamburger-menu:has(input:checked) + .sidebar {
	translate: 0;
}
.mnuSpec:hover {
	background-color: var(--homegreen)
}
.mnuSpec:hover img {
	filter:invert(0.3);
}

.ggDiv {
	overflow:visible;

}
nav .dropdown .dropdown-menu {
	/*display:block;*/
	display: inline !important;
}

@media screen and (min-width:2500px) {
	.hamburger-menu {
		display: none;
	}
	.sidebar {
		transition:none;
		translate:0;
		padding-top: 0 !important;
		background-color: var(--foreground);
		color: var(--background);
		max-width: none;
		min-height: auto;
		position: absolute;
		right: 0;
	}
	.sidebar ul {
		display:inline;
		padding-inline-start: 0;
		width: 100%;
	}
	.sidebar ul li {
		display: inline-block;
		list-style-type: none;
		position: relative;
		width: auto;
	}
	.sidebar ul li.dropdown {
		min-height: 50px;
	}

	.sidebar ul li a.label {
		display:none;
	}
	.ggDiv {
		overflow: hidden;
		width: 40px;
	}
	.sidebar ul li .dropdown-menu {
		transition: height 0.5s;
		height: 0;
		width: 100%;
		display: block;
		visibility: collapse;
	}
	.sidebar ul li:hover .dropdown-menu {		
		height:auto;
	}
	.sidebar ul li:hover .dropdown-menu li {
		display:block;
		position:relative;
	}
	.sidebar ul li:hover .dropdown-menu {
		translate: 0 !important;
		height: auto;
		display: block !important; /* block;*/
		opacity: 1; /*fully visible on :hover*/
		transition: height 1s ease-in-out;
		position: absolute;
		min-width: 18rem;
		min-height: 0 !important;
		visibility: visible;
	}
}
#noResults {
	color: var(--homegreen);
}
#matchFound {
	filter: invert(1);
}


#mstn_14.sectHdr {
	top: 0 !important;
}
.bckg {
	background-image: url('/Images/HHEBack.png');
	background-color: RGBA(255,255,255,0.8);
	background-blend-mode: lighten;
	background-attachment: fixed;
	background-size: cover;
}
#form1.hl{
	/*animation-name: fIn;
	animation-duration:15s;*/
}
#screen {
	height:102%;
	width:102%;	
	position:fixed;
	top:-8px;
	left:-8px;
}

}

#splash {
	position:fixed;
	width:102%;
	height:102%;
	background-color:#000;
	top: -8px;
	left: -8px;
	z-index:10000;
}

#splashLogo {
	background-color: #000;
	background-image: url('/Images/HavenHESecondaryWebNew.svg');
	width: 102%;
	height: 102%;
	background-position: center;
	background-size: 75%;
	background-repeat: no-repeat;
	animation-name: lIn;
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	backface-visibility: hidden;
	filter: blur(0);
	margin: 0;
	top: -8px;
	left: -8px;
	position: relative;
}
@keyframes fOut {
	0% {
		opacity: 1;
	}

	95% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		display:none;
	}
}
@keyframes fIn {
	0% {
		opacity: 0;
	}
	95% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes lIn {
	0% {
		transform: perspective(10px) translate3d(0,0,-200px);
		opacity:0;
	}

	100% {
		transform: perspective(0) translate3d(0,0,0);
		opacity:1
	}
}
html {
	font-family: jost;
	
}
h1, h2, h3, h4, h5, th {
	font-family: nord-regular;
}

@font-face {
	font-family: 'jost';
	src: url('/Content/fonts/Jost.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'nord-bold';
	src: url('/Content/fonts/nord-bold-webfont.woff2') format('woff2'), url('/Content/fonts/nord-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'nord-light';
	src: url('/Content/fonts/nord-light-webfont.woff2') format('woff2'), url('/Content/fonts/nord-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'nord-regular';
	src: url('/Content/fonts/nord-regular-webfont.woff2') format('woff2'), url('/Content/fonts/nord-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Obviously';
	font-style: normal;
	font-weight: 600;
	src: url(/Content/fonts/Obviously-Semibold.woff2) format('woff2')
}

@font-face {
	font-family: 'Obviously';
	font-style: normal;
	font-weight: 700;
	src: url(/Content/fonts/Obviously-Bold.woff2) format('woff2')
}

@font-face {
	font-family: 'Overused Grotesk';
	font-style: normal;
	font-weight: 400;
	src: url(/Content/fonts/OverusedGrotesk-Roman.woff2) format('woff2')
}

@font-face {
	font-family: 'Overused Grotesk';
	font-style: italic;
	font-weight: 400;
	src: url(/Content/fonts/OverusedGrotesk-Italic.woff2) format('woff2')
}

@font-face {
	font-family: 'Overused Grotesk';
	font-style: normal;
	font-weight: 500;
	src: url(/Content/fonts/OverusedGrotesk-Medium.woff2) format('woff2')
}

@font-face {
	font-family: 'Overused Grotesk';
	font-style: italic;
	font-weight: 500;
	src: url(/Content/fonts/OverusedGrotesk-MediumItalic.woff2) format('woff2')
}

@font-face {
	font-family: 'Overused Grotesk';
	font-style: normal;
	font-weight: 600;
	src: url(/Content/fonts/OverusedGrotesk-SemiBold.woff2) format('woff2')
}

@font-face {
	font-family: 'Overused Grotesk';
	font-style: normal;
	font-weight: 700;
	src: url(/Content/fonts/OverusedGrotesk-Bold.woff2) format('woff2')
}
.bold {
	font-family: nord-regular;
}
.dfa {
	padding: 20px;
}
.dfaCheck {
	margin:0 0 0 20px;
}
td {
	padding: 0 2px;
	overflow:hidden;
}
td div {
	min-height:24px;
	padding:1px 0;
}
td div.divider {
	min-height:0 !important;
}
td div.calEntry {
	min-height: 0;
	padding: 0;
}
td option {
	background-color:#EEEEEE;
}
img {
	transform: translateZ(0); /*clarify downscaled images in chrome*/
}
.hlView {
	position: fixed;
	top: 40px;
	float: right;
	width: 750px;
	left: 400px;
	z-index: 2000;
	font-weight:bold;
	font-size:14px;
	color: #44BD9E;
}
.ui-datepicker {
	width:100px;
}
li a:hover {
	background-color:#EEE;
}
li a {
	/*background-color:white;*/
	text-decoration:none;
	color:var(--equitygreen);
	background-color:var(--homegreen);
}
td input[type=date].form-control {
	line-height: 16px;
	height: 20px;
}

.task input, .sTask input {
	padding: 2px;
	line-height: 16px !important;
	height: 20px;
}

td .form-control, td .form-select {
	background-color: inherit;
	padding: 2px;
	height: auto;
	line-height: normal;
}
.hlight-yel {
	background-color: #ffffc1 !important;
}

.hlight-org {
	background-color: #ffe2ad !important;
}

.hlight-red {
	background-color: #FF8686 !important;
}
.tooltip {
	opacity:1;
}
.tooltiptext {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	border: 1px solid black;
	width: 400px;
	height: auto;
	min-height: 300px;
	border-radius: 10px;
	background-color: white;
	z-index: 6000;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#HLBodyContent {
	width:8000px;
}
h1 {
	font-weight:bold;
	position:fixed;
	top:0px;
	left:300px;
}
.container {
	position:relative;
	top:100px;
	margin-top:20px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding:25px;
	position:relative;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
.form-check {
	min-height: 0;
	margin-bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.form-select {
	padding-right:16px !important;
	background-position: right center;
}
.form-control, .form-select {
	font-size: 12px;
	border-color: #999;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

td .form-control, td .form-select {
	max-width:1000px;
}

.form-label {
	padding: 6px 0;
}
.mStone {
	float: right;
	position: relative;
	display: block;
	width: 100%;
	font-weight: bold
}

.fixed {
	width: 300px; 
  height: 30px; 
  position: fixed; 
  margin-left: 15px;
}

.chkBtn {
	width:25px;	
}
.fldCenter {
	text-align:center;
}
.selBtn {
	background-color:#FFFFFF;
	border:none;
	width:100%;
	text-align:left;
	padding:2px;
}
.gvHeader {
	padding:2px;
}
.nav-btn {
	position: relative;
	float: right;
	margin: 20px 5px !important;
	border: 3px solid #114C12 !important;
}
.nav-btn:hover {
	background-color: #114C12 !important;
	border-color: #114C12 !important;
}

.dropdown-menu {
	display: none;
	opacity: 0;
	height: 0;
	width: 0;
	transition: all 1s ease-in-out;
	z-index: -1;
}

#hlView .dropdown .dropdown-menu {
	display:block;
}
.hlCtl .dropdown .dropdown-menu {
	display:block;
}
.hlCtl .dropdown-menu {
	display: none;
	opacity: 0;
	height: 0;
	width: 0;
}
.hlCtl .dropdown:hover .dropdown-menu {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1; /*fully visible on :hover*/
	position: absolute;
	z-index:5000;
}
.hlCtl .dropdown-menu li a {
	padding:2px;
	width: 100%;
	text-align: left;
	font-size: 14px;
}
.dropdown-menu li a {
	padding-left: 20px;
	/*font-size:12px;*/
	width: 100%;
	text-align: left;
	font-size: 18px;
}
.dropdown:hover .dropdown-menu {
	width: 100%;
	height: auto;
	display:  block;
	opacity: 1; /*fully visible on :hover*/
	position: absolute;
}

nav .dropdown-menu li a {
	padding-left:20px;
	/*font-size:12px;*/
}
nav .dropdown:hover .dropdown-menu {
	translate: -200%;
	width:100%;
	height: auto;
	display: inline !important; /* block;*/
	opacity: 1; /*fully visible on :hover*/
	transition: all 1s ease-in-out;	
	position: absolute;
}

.dropdown-toggle {
	margin:0 !important;
}

.dropdown.btn-primary {
	margin: 0 !important;
}

.cmtUser {
	font-size: 80%;
	font-weight:bold;
}

.cmtDate {
	font-size:80%;
}

#lstComments {
	position:relative;
	max-height:70%;
	overflow-y:scroll;
	overflow-x:hidden;
}
/* The side navigation menu */
.sidenav {
	height: 100%; /* 100% Full-height */
	width: 150px; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0; /* Stay at the top */
	left: 0;
	background-color: var(--equitygreen);
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 100px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

	/* The navigation menu links */
	.sidenav a {
		padding: 8px 8px 8px 32px;
		text-decoration: none;
		font-size: 25px;
		color: #818181;
		display: block;
		transition: 0.3s;
		cursor:pointer;

	}

		/* When you mouse over the navigation links, change their color */
		.sidenav a:hover {
			color: #FFFFFF;
			text-decoration: none;
			background-color:#818181;
		}

	/* Position and style the close button (top right corner) */
	.sidenav .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}
	
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
	transition: margin-left .5s;
	padding: 20px;
	z-index: 0;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}

		.sidenav a {
			font-size: 14px;
		}
}

/* The subnavigation menu */
.subnav {
	overflow: hidden;
	display: block;
	width:100%;
}

	/* Subnav button */
	.subnav .subnavbtn {
		font-size: 18px;
		border: none;
		outline: none;
		color: white;
		padding: 14px 16px;
		background-color: inherit;
		font-family: inherit;
		margin: 0;
		width:100%;
		text-align:left;
	}

	/* Add a red background color to navigation links on hover */
	.navbar a:hover, .subnav:hover .subnavbtn {
		background-color: #BBBBB6;
	}


/* Style the subnav content - positioned absolute */
.subnav-content {
	display: none;
	position: relative;
	left: 0;
	width: 100%;
	z-index: 3;
}

	/* Style the subnav links */
	.subnav-content a {
		float: left;
		color: white;
		text-decoration: none;
		font-size: 16px;
		width: 100%;
	}

		/* Add a grey background color on hover */
		.subnav-content a:hover {
			background-color: #eee;
			color: black;
		}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
	display: block;
	animation: fade 1s linear;
}
input[type=checkbox], input[type=radio] {
	height: 16px;
	width: 16px;
	padding-top:8px !important;
}

@keyframes fade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 25px;
    }
}

@media screen and (max-width: 1500px) {
	.navbar a, .navbar ul{
		float: none;
		display:block;
	}
}


.spnDel {
	display: block;
	position: absolute;
	top: -2px;
	text-align: center;
}

.btnDel, .btnDelQueue {
	top: 1px !important;
	color: red;
	height: 16px;
	width: 16px;
	padding: 2px;
	display: inline;
	position: relative;
	vertical-align: super;
	font-size:12px;
	font-weight:bold;
	border-radius:4px;
}

.cndText {
	display:inline;
	padding:6px;
	vertical-align:super;
}
.divPhone {
	min-height:20px;
	padding:2px;
}
.divTask {
	min-height:20px;
	padding:2px;
}
.tblDS {
	background-color: RGBA(68, 189, 158, 0.3);
}

.tblProb {
	background-color: #F1ECD2;
}

.tblExp {
	background-color: #cfe2f3
}

.tblQues {
	background-color: #fff2cc;
}

.tblTot {
	background-color: #FAFA82;
}

.ftrPerc {
	background-color: #ead1dc
}

.tblAAGHead {
	border-style: solid
}


.expHide {
	display:none;
}

td.expHide.visible {
	display:table-cell;
}

tr.expHide.visible {
	display: table-row;
}

/*Causing issues with Month End column widths - check for impact to other reports*/ 
/*.tblAAGHead th, td {
	width: 100px;
	text-align:center;
}*/

	.tblAAGHead th {
		width: 100px;
		text-align: center;
	}

.tblAAGHead tr {
	height:20px;
}

.colSpacer {
	background-color: white;
	width:25px !important;
	border-top-color:white;
	border-bottom-color:white;
}

.rowSpacer {
	background-color:white;
	border-left-color:white;
	border-right-color:white;
	border-bottom-color:white;
	border-top:2px solid white;
}
.cLeft {
	border-left: 2px solid black;
}
.cRight {
	border-right: 2px solid black;
}
.cTop {
	border-top: 2px solid black;
}
.cBot {
	border-bottom:2px solid black;
}
th.calCell, td.calCell {
	border: 2px solid #114C12;
	border-collapse: collapse;
}

.aagTbl table, tr, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}

.aagTbl {
	border: 2px solid black !important;
}

.aagTbl tr td {
	border-color: lightgray;
	
}
.hlCell {
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	width: 150px;
	overflow:hidden;
}

.rwTotal {
	font-weight:bold;
	border-top:2px solid black;
}

.locked-final {
	color: #ed7d31;
	border-color:black;
}

.locked {
	color: #00b050;
	border-color: black;
}

.early-cd {
	color: #0000ff;
	border-color: black;
}

.next-step {
	color: black;
	border-color: black;
}

.purchase {
	color: red;
	border-color: black;
}
.reverse {
	color: #9900ff;
	border-color: black;
}

.merSect {
	height:40px;
	width:100%;
	position:relative;
	background-color:var(--equitygreen);
	margin: 5px;
	color: var(--homegreen);
	font-size:large;
	padding:8px;
}

.merHdr {
	background-color: var(--homegreen);
}
.merCtl {
	background-color: var(--homegreen);
}

.timHdr {
	background-color: var(--equitygreen);
	color:var(--homegreen);
}
.ctxMnu {
	z-index: 1001;
	border: 1px solid black;
	padding: 5px;
	border-radius: 5px;
	background-color: var(--havencream);
	position: absolute;
	font-size: 14px;
}

.ContextItem {
	background-color: var(--havencream);
	color: var(--equitygreen);
	font-weight: normal;
	/*	border: thin solid #808080;*/
	cursor: default;
	width: 150px;
	z-index: 1001;
	padding: 2px;
}

.ContextItem:hover  {
	background-color: var(--equitygreen);
	color: var(--homegreen);
/*	font-weight: bold;*/
}

.detailItem {
	background: transparent;
}

	.detailItem:hover {
		background-color: #FEE378;
		border: 1px outset #222222;
		font-weight: bold;
		cursor: default;
	}

.flagged {
	background-color: #cbfcfc; /*light blue background for flagged fields*/
}

.task {
	font-weight:bold;
}

.sTask {
	left:20px;
	position:relative;
}
.hdrCond div {
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
}
.divSolid {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: inline;
	background-color: rgba(255,255,255,1);
}

.divLight {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: inline;
	background-color: inherit;
}

.form-control.mfs {
	font-size: 14px;
}
.lstTask {
	height:85px !important;
}
.iconActive {
	border: 1px solid #114C12;
	background-color:white;
	filter: invert(0.2);
}
.calAdd {
	display:none;
	cursor:pointer;
	float:right;
}
.calCell:hover .calAdd {
	display: block;
	cursor: pointer;
}

.commAdd, .condAdd, .shellAdd {
	cursor: pointer;
}

.shellCell {
	min-height:20px;
}
.calEntry:hover {
	font-weight:bold;
}
.needLOs {
	background-color: lightblue;
}
.selectedCond, .selectedHN1, .selectedUW {
	border: 2px solid red !important;
	background-color:#EEE;
	border-radius:5px;
}
.selectedCell {
	border: 3px solid red !important
}
.selectedRow {
	border: 3px solid red !important
}
.selectedChat {
	border: 1px solid gray !important;
	background-color:#f5f5f5;
	padding:2px;
}
.hlCtl .btn-primary {
	margin: 1px;
	background-color: white !important;
	/*border-color: #44BD9E !important;*/
	border: 2px solid #44BD9E !important;
	color: #44BD9E;
}
#tblMstn14 .hlCtl .btn-primary {
	padding: 0px 10px !important;
	margin: 1px 2px
}
nav .btn-primary {
	color: white;
}
.btn-primary {
	margin: 2px;
	background-color: #44BD9E !important;
	border-color: #44BD9E !important;
	color: #113D34;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.button-red {
	background-color: red !important;
	border-color: red !important;
}
.btn-primary:hover {
	background-color:var(--equitygreen) !important;
}
.bdrTop {
	border-top: 2px solid black;
}

.bdrBottom {
	border-bottom: 3px solid black;
}

.bdrRight {
	border-right: 2px solid black !important;
}

.ready {
	background-color: var(--softgreen);
}
.expiringSoon {
	background-color: var(--softyellow);
}

.expiring {
	background-color: var(--softred);
}

.expiring input, .expiring div {
	color: white !important;
	background-color: var(--softred) !important;
}

/*.sync {
	background-image: url('/Images/sync.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right top;
}*/

/*.snooze {
	text-align: center;
	background-image: url('/Images/snooze.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}*/

.filesAttached {
	text-align:center;
	background-image: url('/Images/file.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right top;
}

.filesAttached .tcc {
	text-align:left;
}
.notif {
	background-image: url('/Images/bell.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right top;
}

.pendLock {
	background-image: url('/Images/lock.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

.notif.pendLock {
	background-image: url('/Images/lock.png'), url('/Images/bell.png');
	background-repeat: no-repeat;
	background-size: 20px, 10px;
	background-position: center, right top;
}

.incomplete {
	border: solid 1px red;
}

.bRight {
	border-right: solid 3px black;
}

.blankCell {
	color: white;
	background-color: white;
	border: 1px solid white;
}

.hlCtl.open {
	padding-left:15px;
}
.open {
	background-image: url('https://www.stlhotlist.com/Images/chevron-down.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: top left;
	margin-left:5px;
	padding-left:20px;
}
.open ~ div, .open ~ li {
	/*display: block;  taken out to fix shell rows */
	transition: all 1s;
}
.closed {
	background-image: url('https://www.stlhotlist.com/Images/chevron-right.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: top left;
	margin-left: 5px;
	padding-left: 20px;

}

.toggleOpen {
	background-image: url('https://www.stlhotlist.com/Images/chevron-down.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: top left;
	margin-left: 5px;
	padding-left: 20px;
}

.toggleClose {
	background-image: url('https://www.stlhotlist.com/Images/chevron-up.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: top left;
	margin-left: 5px;
	padding-left: 20px;
}

.closed ~ div, .closed ~ li {
	display: none;
	transition: all 1s;
}

.prevVers {
	display: none !important;
}

.open.showPrevVers ~ div.prevVers {
	display: flex !important;
	transition: all 1s;
}

.moveNext {
	background-image: url('https://www.stlhotlist.com/Images/chevron-right.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left;
	margin-left: 5px;
}
.movePrev {
	background-image: url('https://www.stlhotlist.com/Images/chevron-left.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left;
	margin-left: 5px;
}



.slideLeft {
	background-image: url('https://www.stlhotlist.com/Images/chevron-left.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left;
	margin-left: 10px;
	min-height: 26px;
	cursor: pointer;
	padding: 0;
}

.btnChat {
	background-image: url('https://www.stlhotlist.com/Images/chat.png');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	height: 20px;
	padding-right: 5px;
	border: 1px solid black;
}

.chatMsg {
	width: 215px;
	min-height: 17px;
	border: 1px solid #ccc;
	border-radius:5px;
	max-height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color:white;
}

.btnChatSend {
	background-image: url('https://www.stlhotlist.com/Images/chevron-right.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	border:1px solid black;
	height: 20px;
	padding-right:5px;
}

#chatPanel label {
	padding: 5px 0 0 20px;
}

.msg {
	display:inline-block;
	float:left;
	width:100%;
	margin:2px;
}

.msgSelf {
	display: inline-block;
	float: right;
	width:100%;
	margin:2px;
}

.msg div {
	background-color: #dddddd;
	border-radius: 10px;
	max-width: 240px;
	padding:5px;
	float:left
}

.msgSelf div {
	background-color: dodgerblue;
	color: white;
	border-radius: 10px;
	max-width: 240px;
	padding:5px;
	float:right;
}

.convItem {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-radius: 3px;
}

.chatMbrs, .lastMsg {
	max-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
	display: block;
	overflow: hidden;		
}
.chatMbrs {
	width: 75%;
	max-width: 240px;
}

/*.convItem:hover > .hoverText {
	display: block;
	opacity: 1;
}*/

.hoverText {
	display: none;
	font-size: 10px;
	color: white;
	background-color: #114C12;
	border: 1px solid white;
	border-radius: 4px;
	padding: 2px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 3000;
	width: auto;
	height: auto;
}
.addMbr {
	background-image: url('/Images/adduser.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	height: 20px;
	cursor: pointer;
}

#chatUnread.zero, #alertUnread.zero {
	display: none;
	height: 0;
}

.alertItem {
	background-color:#666;
	color:white;
	height:auto;
	padding:5px 15px 5px 15px;
	border-bottom:1px solid white;
	margin-left:5px;
	margin-right:5px;
}

.alertItem:hover {
	background-color:#999;
}

.alertHdr {
	background-color: #666;
	color: white;
	height: auto;
	padding-left: 15px;
	border-bottom: 1px solid white;
	margin-left: 5px;
	margin-right: 5px;
}
#chatUnread, #alertUnread {
	float: right;
	position: relative;
	top: 12px;
	background-color: red;
	color: white;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	left: -20px;
	text-align: center;
}

.attachments {
	position: relative;
	top: 12px;
	background-color: var(--softred);
	color: white;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	text-align: center;
}

.attachments.zero {
	display:none;
}

.projCell {
	display:none;
}

.sixty {
	background-color:pink;
}

.borderRow {
	border-top:1px solid lightgray;
	padding: 2px;
}

.slimControl {
	height:24px;
	padding:2px;
	line-height:20px !important;
}

.noPad {
	padding:0;
	position: relative;
	left:-30px;
}
.hiddenVal {
	width:0;
	position:relative;
	overflow:hidden;
	padding:0;
	white-space:nowrap;
}

.rwBlank {
	height:20px;
}

#entry {
	top:20%;
	left:10%;
	transition-duration:1s;
}

#entry.validate {
	top:5%;
	left:0;
}



.transSect {
	transition-duration:1s;
}
.transInactive {
	position: absolute;
	left: 0;
	top: 100px;
}
#ltSect.transInactive {
	transform: scale(0.3, 0.3) translate(-100%, -40%);
}
#aiSect.transInactive {
	transform: scale(0.15, 0.2) translate(-283%, -55%);
}
#ttSect.transInactive {
	transform: scale(0.3, 0.2) translate(-117%, 20%);
}
#ppSect.transInactive {
	transform: scale(0.15, 0.15) translate(-282%, -70%);
}
#ltSect.transInactive .sectHdr {
	transform: scale(2, 2) translateX(20%);
}
#aiSect.transInactive .sectHdr {
	transform: scale(4,3) translateX(38%);
}
#ttSect.transInactive .sectHdr {
	transform: scale(2,3) translateX(26%);
}
#ppSect.transInactive .sectHdr {
	transform: scale(4,4) translate(38%, -5%);
}

#lltSect.transInactive {
	transform: scale(0.3, 0.3) translate(-115%, -80%);
}

#lnbSect.transInactive {
	transform: scale(0.15, 0.3) translate(-282%, 30%);
}

#laiSect.transInactive {
	transform: scale(0.3, 0.3) translate(-117%, 115%);
}

#lttSect.transInactive {
	transform: scale(0.25, 0.25) translate(-150%, 145%);
}

#lltSect.transInactive .sectHdr {
	transform: scale(2, 2) translateX(25%);
}

#laiSect.transInactive .sectHdr {
	transform: scale(2,2) translateX(26%);
}

#lnbSect.transInactive .sectHdr {
	transform: scale(4,2) translateX(37.5%);
}
#lttSect.transInactive .sectHdr {
	transform: scale(2.5, 2.5) translateX(30.5%);
}
#tblMstn14 tr {
	white-space:nowrap;
	overflow:hidden;
}
.sectHdr {
	cursor: pointer;
	max-width: 500px;
	white-space: normal !important;
	position: sticky;
	top: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #6BCBB2;
	z-index: 78;
}
.tier0 {
	color:black;
}
.tier1 {
	color:green;
}
.tier2 {
	color:red;
}
.podCell {
	width: 175px;
}
.leaderNM {
	display:none;
}
.leaderHdr {
	background-color: white;
}
.leaderCell {
	background-color: #5EC4A7;
	padding: 0 4px;
	width: 200px;
}
.unread {
	background-image: url('https://www.stlhotlist.com/Images/gold-star.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left;
	margin-left: 5px;
	height:20px;
}

.read {
	background-image: url('https://www.stlhotlist.com/Images/green-check.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left;
	margin-left: 5px;
	height: 20px;
}

.allRead {
	background-image: url('https://www.stlhotlist.com/Images/circle-check.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left;
	margin-left: 5px;
	height: 20px;
	cursor:pointer;
}

.simpleNexus {
	background-image: url('https://www.stlhotlist.com/Images/simplenexus.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left;
	filter: invert(1);
	margin-left: 5px;
	height: 20px;
}
.upload {
	background-image: url('https://www.stlhotlist.com/Images/upload.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left;
	margin-left: 0px;
	height: 20px;
	width: 20px;
}
.holeN1 {
	background-image: url('/Images/HHELogo.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left;
	margin-left: 5px;
	height: 20px;
}

.holeN1.sync {
	background-image: url('/Images/HHELogo.png'), url('/Images/sync.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left, right;
	margin-left: 5px;
	height: 20px;
}
.mailAlert {
	background-image: url('https://www.stlhotlist.com/Images/mail.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left;
	filter: invert(1);
	margin-left: 5px;
	height: 20px;
}

.trash {
	background-image: url('https://www.stlhotlist.com/Images/trash.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right;
	filter: invert(1);
	margin-left: 5px;
	height: 20px;
	cursor:pointer;
}

.disabledPanel {
	pointer-events: none;
	opacity: 0.9;
}
.xFilter {
	font-weight: bold;
	font-size: 20px;
	border: 1px solid gray;
	border-radius: 4px;
	margin: 5px;
	padding: 4px;
	width: 10%;
	color: var(--homegreen);
}
.snToggle.active, .xFilter.active {
	color:var(--homegreen);
	background-color:var(--equitygreen);
}
.snToggle.active:hover, .xFilter.active:hover {
	
	background-color:var(--equitygreen);
}

.snToggle:hover, .xFilter:hover {
	background-color:var(--havencream);
}

.rptTgl, .custTgl {
	border: 1px solid black;
	border-radius: 4px;
	width: auto;
	display: inline;
	padding: 0 4px;
	margin: 0 2px;
	font-size:16px;
}

.rptTgl.active, .custTgl.active {
	color: var(--homegreen);
	background-color: var(--equitygreen);
	font-weight: bold;
}
.rptTgl.active:hover, .custTgl.active:hover {
	background-color: var(--equitygreen);
}

.rptTgl:hover, .rptTgl:hover {
	background-color: var(--homegreen);
}
.snSubTgl {
	border: 1px solid black;
	border-radius:4px;
	width:auto;
	display:inline-block;
	padding: 0 4px;
	margin: 0 2px;	
}

.snSubTgl.active {
	color: var(--homegreen);
	background-color: var(--equitygreen);
	font-weight: bold;
}

.snSubTgl.active:hover {
	background-color:var(--equitygreen);
}

.snSubTgl:hover {
	background-color: var(--homegreen);
}

.snSubTgl.pending {
	background-color: #d64b62;
	color: var(--equitygreen);
}

.snSubTgl.pending.active {
	background-color: var(--softred);
	font-weight: bold;
	color: var(--equitygreen);
}

.snSubTgl.pending.active:hover {
	background-color: #f02222;
}

.snList, .snSubList {
	height:100%;
	overflow:hidden;
/*	padding-bottom:18px;*/
}

.connected {
	background-color:green;
}
.connecting {
	background-color:yellow;
}
.disconnected {
	background-color:red;
	cursor:pointer;
}

/*.pane1 {

	display:none;
}

.pane2 {

	display:block;
}
.pane3 {

	display:none;
}

.sectScroll {
	transition: 2s;
}*/
/*.sectHdr td:nth-child(1) {
	background-image: url('https://www.stlhotlist.com/Images/chevron-down.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left;
	margin-left: 5px;
}*/

#tblMstn14 td {
	text-align: center !important;
	width: 150px;
	overflow: hidden;
}

.scrolling {
/*	transform: scale(1.4, 1.4) translate(14.4%, 14%);*/
}

.carousel-inner {
/*	top: -100px;*/
}

#key ul {
	display:none;
}

#key:hover ul {
	display:block;
	background-color:white;
}

#key:hover img {
	display:none;
}

.mergeSort {
	float:left;
	padding:3px;
}

.fullWidth {
	max-width: 100%;
}

.names {
	
}

.csm, .csm td .form-control {
	color:royalblue;
}

.uwLine {
	margin: 0;
}
.cndLine {
	/*margin-left: 10px;*/
	padding-left: 20px;
	/*	margin-right:10px;*/
	border-top:1px solid black;
}

.hn1Line {
	margin-left: 0;
	margin-right: 0;
	padding-left:10px;
	border-top:1px solid black;
}
/*.closed.cndLine {
	margin-left:5px;
	padding-left:5px;
}*/

.sortAsc, .slideOpen > .condLink {
	background-image: url('https://www.stlhotlist.com/Images/chevron-up.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right;
}
.sortDesc, .slideClosed > .condLink {
	background-image: url('https://www.stlhotlist.com/Images/chevron-down.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right;
}
.empty, .emptyShort {
	display:none;
	padding-left:20px;
	width:100%;
}
.highlight {
	background-color:var(--softyellow);
}
.highlightActive {
	background-color:orange;
}
#tblMstn14 input[type='checkbox'] {
	margin:0;
}
.nwDraggable {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.encStatus {
	/*display:none;*/
}
.updEncStatus {
	float:right;
}
.updEncStatus:hover .encStatus {
/*	display:block;
	position:absolute;*/
}
.encStatusUpd {
	padding:6px;
	font-weight:bold;
}
.encStatusUpd:hover {
	background-color: #DDD;
}
.shellAttach:hover {
	background-color: #EEE;
}

.slideClosed > .condLinkHidden {
	position:relative;
	max-height: 0;
	transition: max-height 1s ease-out;
	overflow: hidden;
}
#mlDetail td:hover {
	overflow:visible;
}
.slideOpen > .condLinkHidden {
	position: relative;
	max-height: 800px;
	transition: max-height 1s ease-in;
}
.condLink {
	font-weight:bold;
}
.condLinkHidden {
	padding-left:10px;
}
#dtlShells a {
	cursor: pointer;
}
.draggable a {
	cursor: pointer;
}
.selectDrag {
	border:2px solid black;
	border-radius:4px;
	z-index:4000;
	background-color:white;
	cursor: grab;
}

.selectDrag a {
	cursor: grab;
}

.dragToShell .shellName:hover {
	cursor:copy;
}
.shaded > div {
	background-color:#BBB;
}

li.ocButton::marker {
	font-size:110%;
}

ul.condList {
	padding-inline-start: 20px;
	margin-block-end: 0;
}

#dtlShells.nonSelect::selection {
	background: white;
	color: black;
}

.draggable.nonSelect::selection {
	background: white;
	color: black;
}
.newRecord {
	display:none;
}
.popHdr {
	position: relative;
	top: 0;
	height: 30px;
	width: 100%;
	background-color: #bbb;
	border-radius: 10px 10px 0 0;
	padding:8px;
	font-weight:bold;
}
.shlOptHide {
	display:none;
}

.linkList {
	display:none;
}

.hn1Link:hover .linkList {
	display: block;
	background-color: white;
	border: 1px solid black;
	border-radius: 5px;
	position: absolute;
	padding-inline-start: 20px;
	padding-right: 5px;
	z-index: 5000;
	width:200px;
}

.linkItem:hover {
	background-color: #DDD;
}

.undoGen {
	display:none;
}

.undoGen.gen {
	display:block;
}

.caBlock {
	display:none;
}

.CondAppr .caBlock {
	display:block;
}

.flash {
	animation: flasher 2s linear infinite;
}

@keyframes flasher {
	50% {
		opacity: 0;
	}
}

.hidFINDINGS {
	display: none !important;
}


.open ~ div.hidFINDINGS.vis {
	display: block !important;
}


.hidPRICING {
	display: none !important;
}

.open ~ div.hidPRICING.vis {
	display: block !important;
}



.hidDISPUTE {
	display: none !important;
}

.open ~ div.hidDISPUTE.vis {
	display: block !important;
}

.attTask {
	width:50%;
	float:right;
}

td .attTask {
	width:100%;
	float:none;
}

.stars:before {
	content: "\2605";
	font-size: 14pt;

}
.borrLine {
	background-color:white;
	border: none;
}
.borrLine.selected {
	background-color:lightgray;
	border:solid 2px red;
	border-radius:5px;
}

.borrOnly {
	display:none;
}
.coBorrOnly {
	display:none;
}
.Exceeding_Expectations {
	background-color: var(--softgreen);
}
.Meeting_Expectations {
	background-color: #daf2d0;
}
.Needs_Support {
	background-color: var(--softyellow);
}
.Off_Track {
	background-color: var(--softred);
}

.Exceeding_Expectations:hover {
	background-color: lightblue;
	color: white;
}

.Meeting_Expectations:hover {
	background-color: lightblue;
	color: white;
}

.Needs_Support:hover {
	background-color: lightblue;
	color: white;
}

.Off_Track:hover {
	background-color: lightblue;
	color: white;
}

.spinning {
	animation: spin 1s infinite linear;
	display: inline-block;
}

@keyframes spin {
	from {
		transform: scale(1) rotate(0deg);
	}

	to {
		transform: scale(1) rotate(360deg);
	}
}

.mc.active {
	background-image: url('/Images/green-check.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right top;
}

.mc.inactive {
	background-image: url('/Images/discard-red.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right top;
}

/*helps with sizing content on entire form:*/
/*::after, ::before {
	box-sizing: border-box;
}*/