/* Minification failed. Returning unminified contents.
(4,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,25): run-time error CSS1039: Token not allowed after unary operator: '-sky-blue-90'
(6,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,25): run-time error CSS1039: Token not allowed after unary operator: '-risk-yellow-85'
(14,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,25): run-time error CSS1039: Token not allowed after unary operator: '-risk-green-80'
(21,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,25): run-time error CSS1039: Token not allowed after unary operator: '-risk-red-80'
(28,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,25): run-time error CSS1039: Token not allowed after unary operator: '-sandstone-80'
(35,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(36,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(40,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(41,25): run-time error CSS1039: Token not allowed after unary operator: '-sandstone-95'
(42,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(43,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(47,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(48,25): run-time error CSS1039: Token not allowed after unary operator: '-sandstone-99'
(49,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(50,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(54,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(55,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(56,25): run-time error CSS1039: Token not allowed after unary operator: '-risk-yellow-50'
(57,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(58,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(62,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(63,25): run-time error CSS1039: Token not allowed after unary operator: '-risk-green-60'
(64,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(65,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(69,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(70,25): run-time error CSS1039: Token not allowed after unary operator: '-eucalyptus-70'
(71,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(72,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(76,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(77,14): run-time error CSS1039: Token not allowed after unary operator: '-risk-green-40'
(81,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(82,14): run-time error CSS1039: Token not allowed after unary operator: '-risk-red-40'
 */
/*Background colours*/

.bg-light-blue {
	--sky-blue-90: hsl(196, 74%, 90%);
	background-color: var(--sky-blue-90) !important;
	--bs-table-bg: var(--sky-blue-90);
	--bs-table-accent-bg: var(--sky-blue-90);
}

.bg-light-yellow {
	--sunflower-85: hsl(55, 100%, 85%);
	--risk-yellow-85: hsl(48, 100%, 85%);
	background-color: var(--risk-yellow-85) !important;
	--bs-table-bg: var(--risk-yellow-85);
	--bs-table-accent-bg: var(--risk-yellow-85);
}

.bg-light-green {
	--risk-green-80: hsl(114, 49%, 85%);
	background-color: var(--risk-green-80) !important;
	--bs-table-bg: var(--risk-green-80);
	--bs-table-accent-bg: var(--risk-green-80);
}

.bg-light-red {
	--risk-red-80: hsl(357, 68%, 85%);
	background-color: var(--risk-red-80) !important;
	--bs-table-bg: var(--risk-red-80);
	--bs-table-accent-bg: var(--risk-red-80);
}

.bg-mid-grey {
	--sandstone-80: hsl(40, 3%, 80%);
	background-color: var(--sandstone-80) !important;
	--bs-table-bg: var(--sandstone-80);
	--bs-table-accent-bg: var(--sandstone-80);
}

.bg-light-grey {
	--sandstone-95: hsl(40, 3%, 95%);
	background-color: var(--sandstone-95) !important;
	--bs-table-bg: var(--sandstone-95);
	--bs-table-accent-bg: var(--sandstone-95);
}

.bg-white-grey {
	--sandstone-99: hsl(40, 3%, 99%);
	background-color: var(--sandstone-99) !important;
	--bs-table-bg: var(--sandstone-99);
	--bs-table-accent-bg: var(--sandstone-99);
}

.bg-gold {
	--sunflower-50: hsl(55, 100%, 50%);
	--risk-yellow-50: hsl(48, 100%, 50%);
	background-color: var(--risk-yellow-50) !important;
	--bs-table-bg: var(--risk-yellow-50);
	--bs-table-accent-bg: var(--risk-yellow-50);
}

.bg-dark-green {
	--risk-green-60: hsl(114, 49%, 60%);
	background-color: var(--risk-green-60) !important;
	--bs-table-bg: var(--risk-green-60);
	--bs-table-accent-bg: var(--risk-green-60);
}

.bg-eucalyptus {
	--eucalyptus-70: hsl(178, 80%, 70%);
	background-color: var(--eucalyptus-70) !important;
	--bs-table-bg: var(--eucalyptus-70);
	--bs-table-accent-bg: var(--eucalyptus-70);
}

.fg-light-green {
	--risk-green-40: hsl(114, 49%, 40%);
	color: var(--risk-green-40);
}

.fg-light-red {
	--risk-red-40: hsl(357, 68%, 40%);
	color: var(--risk-red-40);
}

/*Heights*/

.min-height-50 {
	min-height: 50px;
}


/*Fade (for div elements explicitly added to modals)*/
.fade-fast {
	/* start hidden/transparent */
	opacity: 0;
	transition: opacity .15s linear;
}
.fade-fast.show {
	opacity: 1;
}

body {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	max-width: 280px;
}

.LeftColumn {
	background: aliceblue;
	height: 750px;
	margin-top: 0px;
	padding-top: 10px;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
}

.RightColumn {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 30px;
	height: 750px;
}

.DisabledCell {
	background: LightGrey;
}

.form-control {
	margin-bottom: 10px;
}

h1.viewTitle {
	display: inline-block;
	margin-top: 0;
}

h2.viewTitle {
	display: inline-block;
	margin-top: 0;
}

h4.viewTitle {
	display: inline-block;
	margin-top: 0;
}

.p-tight {
	padding: 0 !important;
	line-height: 1.1;
}

.navbarIcon {
	display: block;
	height: 22px;
	width: 22px !important;
	float: left;
	margin-left: 0;
	margin-right: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

.installationIcon {
	background-image: url("/Content/jsTree/Installation.png");
}

.platformIcon {
	background-image: url("/Content/jsTree/Platforms.svg");
}

.deckIcon {
	background-image: url("/Content/jsTree/Decks.svg");
}

.moduleIcon {
	background-image: url("/Content/jsTree/Modules.svg");
}

.releaseSourceIcon {
	background-image: url("/Content/jsTree/ReleaseSource.svg");
}

.processUnitIcon {
	background-image: url("/Content/jsTree/ProcessUnitIcon.svg");
}

.centrifugeCompressIcon {
	background-image: url("/Content/jstree/Defaults.png");
}

.releaseCaseIcon {
	background-image: url("/Content/jsTree/ReleaseCase.svg");
}

.partsCountIcon {
	background-image: url("/Content/jsTree/Count.svg");
}

.releaseLocIcon {
	background-image: url("/Content/jsTree/ReleaseLoc.png");
}

.defaultsIcon {
	background-image: url("/Content/jsTree/Defaults.png");
}

.dashIcon {
	background-image: url("/Content/jsTree/Dashboard.png");
}

.resultsIcon {
	background-image: url("/Content/jsTree/Results.png");
}

.results3dIcon {
	background-image: url("/Content/jsTree/results3d.png");
}

.singleRunIcon {
	background-image: url("/Content/jsTree/singleRun.png");
}

.twoDIcon {
	background-image: url("/Content/jsTree/2d.png");
}

.threeDIcon {
	background-image: url("/Content/jsTree/3d.png");
}

.ContourIcon {
	background-image: url("/Content/jsTree/Contour.png");
}

.OutflowResultsIcon {
	background-image: url("/Content/jsTree/Outflow.png");
}

.EERResultsIcon {
	background-image: url("/Content/jsTree/EER.png");
}

#defaultValuesMessage.alert {
	line-height: 17px;
}

@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;} 
	to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;} 
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

textarea#newDescription {
	resize: none;
}

.alert-text-tight {
	line-height: 1.3;
}

/*Help topics*/
table#helpTopics {
	width: auto;
}

/*remove autocapitlisation from CloudQRA title*/
.site-title {
	/*font-family: Segoe UI;
	font-weight: bold;*/
	text-transform: none;
	display: inline-block
}

.invalid-input {
	border: 1px solid #dc3545 !important;
	background-color: #ff9999 !important;
}

.text-small { /*replace with natural value from bootstrap v5?*/
	font-size: 0.875rem;
}
.min-vh-50 { /*replace with natural value from bootstrap v5?*/
	min-height: 50vh !important;
}
.overflow-y-auto { /*replace with natural value from bootstrap v5*/
	overflow-y: auto !important;
}

/* When using flex/grid, any scrollable child must have min-height: 0 so it can shrink and allow scrolling. */
.min-h-0 {
	min-height: 0 !important;
}

/*tab body height*/
.h-tab-bodies {
	height: calc(100% - 52px); /*one design v2*/
	height: calc(100% - 53px - 10px); /*one design v3*/
	/*row height - Tab Bar - Footer padding*/
}
.h-grids-welcome {
	height: calc(100vh - 222px); /*one design v2*/
	height: calc(100vh - 66px - 44px - 4px - 2px - 1px); /*one design v3*/
	/*vh - Menu Bar - Footer - Footer padding - rounding protection*/
}
/*grid template moved to split test...*/
.h-grids-normal {
	height: calc(100vh - 222px); /*one design v2*/
	height: calc(100vh - 66px - 40px - 34px - 44px - 4px - 2px); /*one design v3*/
	/*vh - Menu Bar - Project Bar - Screen Title - Footer - Footer padding*/
}
.h-grids-warning {
	height: calc(100vh - 272px); /*warning label is 50px at 100% browser zoom */ /*one design v2*/
	height: calc(100vh - 66px - 40px - 41px - 34px - 44px - 4px - 2px); /*warning label is 41px at 100% browser zoom */ /*one design v3*/
	/*vh - Menu Bar - Project Bar - Warning Message - Screen Title - Footer - Footer padding*/
}
.h-grids-warning2 {
	height: calc(100vh - 66px - 40px - 41px - 41px - 34px - 44px - 4px - 2px); /*warning label is 41px at 100% browser zoom */ /*one design v3*/
	/*vh - Menu Bar - Project Bar - Warning Message - Warning Message 2 - Screen Title - Footer - Footer padding*/
}

/*Plotly Results Screens control width*/
.plotlyControls {
	width: 235px !important;
	min-width: 235px !important;
	max-width: 235px !important;
}

/*DNV Display Font*/
/* This should be available through one design CSS*/
/*@font-face {
	font-family: 'dnv-display';
	src: url(fonts/DNVDisplay/1_0/DNVDisplay-Regular-Web.woff2),url(fonts/DNVDisplay/1_0/DNVDisplay-Regular-Web.woff);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'dnv-display';
	src: url(fonts/DNVDisplay/1_0/DNVDisplay-Regular-Web.woff2),url(fonts/DNVDisplay/1_0/DNVDisplay-Regular-Web.woff);
	font-weight: lighter;
	font-style: normal;
}
@font-face {
	font-family: 'dnv-display';
	src: url(fonts/DNVDisplay/1_0/DNVDisplay-Regular-Web.woff2),url(fonts/DNVDisplay/1_0/DNVDisplay-Regular-Web.woff);
	font-weight: bold;
	font-style: normal;
}*/

/*Search navbar item*/

#searchMenu.dropdown-menu {
	width: 340px;
	height: 410px;
	padding: 20px;
	overflow-y: auto;
}

#searchMenu.dropdown-menu > input {
	font-size: larger;
}

#searchMenu.dropdown-menu > ul {
	width: 300px;
}

/*_Layout Welcome*/
.navbar-min-height {
	min-height: 36.76px;
}

.screen {
    position: relative;
}

.innerdiv {
    position: absolute;
    bottom: 0;
    right: 0;
}

.helpPanel {
    clear: inherit;
    clear: both;
    display: block;
    background-color: #fcfcfc;
    width: 30vw;
    height: 60vh;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 5px 5px 0 5px;
    border-width: 1px 1px 0 1px;
    border-color: #0f204b;
    border-style: solid;
    overflow: auto;
    padding: 25px;
    margin-right: -30vw;
    font-size: 14px;
}

.helpTopicDiv {
    clear: inherit;
    position: fixed;
    color: white;
    border-radius: 50%;
    border: none;
    text-align: center;
    text-decoration: none;
    display: block;
    bottom: 30vh;
    right: 2px;
}

.helpTopicBtn {
	position: relative;
	height: 32px;
	width: 32px;
	padding: 1px; /*centres icon with width/height*/
	color: white !important;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 30px;
	margin: 2px 2px;
	background-color: #0f204b;
	border-color: #0f204b;
}

	.helpTopicBtn:hover {
		color: #0f204b !important;
		background-color: white;
		border-color: white;
		cursor: pointer;
		font-size: 35px;
	}

div.helpPanel > p {
	padding: 0;
    padding-right: 45px;
	margin-bottom: 0.75rem;
}

div.helpPanel > ul {
    padding-right: 45px;
}

