﻿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;
}*/
