#crossSiloReport { min-width: 1100px; }
#crossSiloReport .row {
	display: flex;
}

.clickable { cursor: pointer; }

.timeSpanHeader {
	width: auto;
	float: left;
	color: black;
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
}

.hoverHighlight:hover {
	border: 1px solid #2F9D48;
	cursor: pointer;
}

.hoverHighlight { border: 1px solid transparent; }

.scenarioTarget {
	margin: 5px;
	padding: 5px;
}

.reportButtonDiv {
	display: inline-block;
	float: right;
}

.reportButton {
	margin: 5px 5px 0 5px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border: none;
	font-weight: 800;
	font-size: 14px;
	outline: none;
	background-color: transparent;
	color: black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	cursor: pointer;

	transition: all 0.5s;
}

.reportButtonSelected {
	background-color: #2E9F48;
	color: white;
}

button[disabled="disabled"], button.disabled { opacity: 0.2; }

.reportButton:hover { background-color: #2E9F48; }

.underlined {
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

.report { padding: 0 10px 0 10px; }

.report .title {
	color: #2E9F48;
	font-size: 16px;
	font-weight: bold;
}

.report .greyBack .title { padding-bottom: 10px; }

.report .siloChart { min-width: 500px; }

.report .greyBack {
	background-color: #EEEDED;
	padding: 20px;
	font-size: 12px;
}

.report .assetPieChart {
	width: 600px;
	height: 170px;
	float: left;
}

.report .assetBarChart {
	width: 100%;
	height: 205px;
	float: left;
}

.report .assetBarChart.smallBarChart {
	height: 150px;
}

#recommendedActionsIcon {
	float: left;
	padding-right: 30px;
	padding-right: 30px;
	align-self: center;
}

.report .detailsLink { color: #2E9F48; }

.report .cell {
	display: inline;
	text-align: right;
	margin: 2px;
}

.reportInfoItem {
	color: black;
	text-decoration: none;
}

.reportInfoItem:hover {
	color: #2E9F48;
	text-decoration: none;
}

/*#region Match Making*/

.matchMakingReport {
	margin: 0 20px 20px 20px;
	font-size: 12px;
	line-height: 1em;
}

.matchMakingReport .row { margin: 0; }

.matchMakingReport .section { margin: 10px 0 10px 0 }

.matchMakingReport .breakdown { padding: 0 10px; }

.matchMakingReport .scenarioBreakdown { padding: 0; }

.matchMakingReport .scenarioBreakdown .summaryRowHeader {
	float: right;
	width: 100px;
	margin: 10px 0;
	font-weight: bold;
}

.matchMakingReport .scenarioBreakdown .summaryHeaderRow { padding-right: 20px; }

.matchMakingReport .breakdown .title {
	font-weight: bold;
	font-size: 1.2em;
	color: #2E9F48;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.matchMakingReport .termSpan {
	float: right;
	padding-right: 40px;
}

.matchMakingReport .breakdown .provisioningSection { margin: 10px 0; }

.matchMakingReport .breakdown .provisioningSummaryTable {
	float: right;
	width: calc(100% - 30px);
	margin-top: 2px;
	margin-bottom: 8px;
}

.matchMakingReport .breakdown .title img {
	padding-left: 10px;
	margin-bottom: 7px;
}

.matchMakingReport .breakdown table { width: 100%; }

.matchMakingReport .breakdown td {
	padding: 2px 5px 2px 5px;
	/*vertical-align: bottom;*/
}

.matchMakingReport .breakdown .summaryItemIcon { padding-left: 20px; }

.matchMakingReport .breakdown .quantity {
	text-align: right;
	width: 60px;
}

.matchMakingReport .breakdown .name {
	text-align: left;
	padding-left: 0;
}

.matchMakingReport .breakdown .name .tooltip > .tooltip-inner { max-width: 300px; }

.matchMakingReport .breakdown .cost { text-align: right; }

.matchMakingReport .scenarioBreakdown .cost {
	text-align: left;
	width: 100px;
}

.matchMakingReport .breakdown .info {
	text-align: right;
	width: 25px;
	height: 20px;
}

.matchMakingReport .breakdown .infoIcon { cursor: pointer; }

.matchMakingReport .total {
	font-weight: bolder;
	font-size: 1.5em;
	line-height: 1.8em;
	padding-left: 10px;
}

.matchMakingReport .breakdown .subTotalLeft { padding-right: 20px; }

.matchMakingReport .totalFooter {
	float: right;
	text-align: right;
}

.matchMakingReport .subTotalFooter { padding: 15px 5px; }

.matchMakingReport .seperator {
	border-bottom: 1px dotted lightgray;
	margin: 5px 0 5px 0;
}

.matchMakingReport .provisioningSubTotalHeader {
	padding: 10px 0;
	height: 40px;
}

.matchMakingReport .chartLegendPlaceHolder {
	height: 20px;
	width: 20px;
	margin: 6px 3px 6px 6px;
	float: right;
}

.matchMakingReport .breakdown .csvIcon {
	font-size: 18px;
	padding: 10px;
	cursor: pointer;
}

.matchMakingReport .chartHeight { height: 260px; }

.scenarioEditButton {
	float: right;
	margin-left: 10px;
	font-size: 12px;
	min-width: 75px;
	height: 24px;
	outline: 0;
}

.scenarioEditorLabel {
	text-align: right;
	font-weight: bold;
	line-height: 30px;
	padding-right: 5px;
	vertical-align: middle;
}

.scenarioEditorField {
	line-height: 30px;
	vertical-align: middle;
}

.scenarioEditorField input[type="checkbox"], .scenarioEditorField input[type="radio"] {
	margin: 0;
	vertical-align: middle;
}

.scenarioEditorLabelContent {
	font-weight: bold;
	line-height: 30px;
	padding-left: 5px;
	vertical-align: middle;
}

.scenarioEditorRow {
	white-space: nowrap;
	display: flex;
}

.scenarioEditorRow .form-group {
	display: inline-block;
}

.scenarioEditorRow .form-control {
	min-width: 100px;
	width: 100%;
	height: auto;
}

.scenarioEditorRow .form-control-small {
	width: 20%;
	height: 25px;
	margin: 1px 8px 1px 22px;
	min-width: 75px;
}

.scenarioEditorRow .inputLabel {
	font-weight: normal;
	padding-bottom: 0;
	padding-top: 5px;
	white-space: nowrap;
}

.scenarioEditorLoader {
	display: block;
	left: 0;
	right: 0;
	margin: 80px auto;
}

.scenarioEditorRow { min-height: 30px; }

.scenarioEditorRow input[type=checkbox] {
	display: inline-block;
	vertical-align: bottom;
	margin-top: 9px;
	margin-right: 4px;
}
.scenarioEditorRow input[type=radio] {
	vertical-align: bottom;
	margin-top: 8px;
	margin-right: 6px;
}

.scenarioEditorRow label {
	display: inline-block;
	padding-top: 12px;
	vertical-align: middle;
}

.scenerioEditorHeaderRow {
	padding-bottom: 40px;
	display: flex;
}

/* #region Animations*/

.createScenario { transition: all cubic-bezier(0.3, 1.16, 1, 1) 0.5s; }

.createScenario.ng-enter { max-height: 0; }

.createScenario.ng-enter-active { max-height: 95px; }

.createScenario.ng-leave { max-height: 280px; }

.createScenario.ng-leave-active { max-height: 0; }

.createScenarioNotSupported {
	transition: all cubic-bezier(0.3, 1.16, 1, 1) 0.5s;
	overflow: hidden;
}

.createScenarioNotSupported.ng-enter { max-height: 0; }

.createScenarioNotSupported.ng-enter-active { max-height: 85px; }

.createScenarioNotSupported.ng-leave { max-height: 85px; }

.createScenarioNotSupported.ng-leave-active { max-height: 0; }

.scenarioEditor { transition: all cubic-bezier(0.3, 1.16, 1, 1) 0.5s; }

.scenarioEditor.ng-enter { max-height: 0; }

.scenarioEditor.ng-enter-active { max-height: 450px; }

.scenarioEditor.ng-leave { max-height: 450px; }

.scenarioEditor.ng-leave-active { max-height: 0; }

.createScenario .scenarioEditor.ng-leave-active { margin-top: 0; }

/* #endregion */

.scenarioEditor h4 {
	display: inline-block;
	padding-top: 20px;
}

.scenarioTargetNotSupported {
	font-size: 1.5em;
	height: 50px;
	line-height: 50px;
}

.createScenarioIconRow {
	height: 60px;
}

.createScenarioIconRow input[type="radio"] {
	vertical-align: middle;
	margin-right: 5px;
}

.createScenarioIconRow img { margin-right: 20px; }

.createScenarioIconRow div {
	text-align: left;
	display: inline-block;
}

.createScenario .scenarioEditor { margin-top: 15px; }

.sliderControl {
	width: 100%;
	padding: 0;
}

.ngdialog.ngdialog-theme-default.wideDialog .ngdialog-content { width: 1200px; }

#user-form #key {
	width: 100px;
	min-width: 100px;
}

#recommendedActionDetailsTableDiv td { vertical-align: middle; }

.fixed-table { table-layout: fixed; }

#costChart {
	height: 100%;
	width: 100%;
}

.formControl {
	display: block;
	height: 34px;
	padding-left: 2px;
	padding-right: 0;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.formControl[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0 -1px -1px 0;
}

.formControl:focus { 
	outline: none; 
}

.locationSelect {
	width: 175px;
}

.storageSelect {
	width: 215px;
}

input.sizeSelect {
    display: inline-block;
    width: 55px;
}
.sizeInputLabel {
    font-weight: normal;
}

.includedLabel {
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	margin: 4px 0 0;
}

.controlOverridden { border: solid 2px orange; }

.formControl + .tooltip > .tooltip-inner {
	background-color: orange;
	margin-top: -3px;
}

.formControl + .tooltip.bottom > .tooltip-arrow {
	border-bottom: 5px solid orange;
	margin-top: -3px;
}

.includedLabel + .tooltip > .tooltip-inner {
	background-color: orange;
	margin-top: -3px;
}

.includedLabel + .tooltip.bottom > .tooltip-arrow {
	border-bottom: 5px solid orange;
	margin-top: -3px;
}

.controlUnmatched { border: solid 2px red; }

.controlUnmatched + .tooltip > .tooltip-inner {
	background-color: red;
	margin-top: -3px;
}

.controlUnmatched + .tooltip.bottom > .tooltip-arrow {
	border-bottom: 5px solid red;
	margin-top: -3px;
}

.buttonRightSide {
	margin-right: 10px;
	float: right;
}

/*#endregion*/

.scenarioExportBtn {
	width: auto;
	margin: 10px 20px 0 0;
	cursor: pointer;
	float: left;
}

.matchmaking_export_icon {
	margin-right: 10px;
	width: 18px;
	float: right;
	cursor: pointer;
	padding-top: 5px;
}

.ngdialog.ngdialog-theme-default.exportDialog .ngdialog-content { width: 525px; }

.ngdialog-message .wizardExportBox {
	background-color: #fff;
	padding: 10px 10px 25px;
	overflow-y: auto;
}

.ngdialog-message .wizardExportBox .header {
	margin: 15px 15px 10px;
	font-weight: bold;
}

.ngdialog-message .wizardExportBox .section { margin-left: 60px; }

.ngdialog-message .wizardExportBox .section input[type="radio"] {
	margin-top: -1px;
	vertical-align: middle;
}

.ngdialog-message .wizardExportBox .section img.logo { margin-left: 10px; }

.ngdialog-message .wizardExportBox .section img.icon { margin: 5px; }

.ngdialog-message .exportOption { cursor: pointer; }

.ngdialog-message .wide-logo { margin-bottom: 10px; }

#recommendedActionDetailsTableDiv .reducedFont th { font-size: 14px; }

#recommendedActionDetailsTableDiv .reducedFont td { font-size: 12px; }

.recommended {
	color: #262626;
	background-color: #d9d9d9;
	font-weight: bold;
}

/* CashFlow section */

#matchMakingCashFlowReport {
	min-width: 1325px;
	font-size: 12px;
}

.cashflowView {
	margin: 0 20px 20px 20px;
	font-size: 12px;
}

#cashFlowSection {
	width: 100%;
	float: left;
}

.cashFlowTileContents { position: relative; }

.cashFlowChartDiv {
	width: calc(100% - 275px);
	height: 350px;
}

.cumulativeDeltaDiv {
	width: 100%;
	float: left;
}

.cumulativeDeltaChartDiv {
	width: calc(100% - 275px);
	height: 150px;
	float: left;
}

.cashFlowTotalsDiv {
	width: 275px;
	height: 150px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.cashFlowTotalsBorder {
	border: 1px lightgrey solid;
	padding: 2px 10px;
	display: inline-block;
	background-color: #FDFDFD;
}

.cashFlowCumulativeDeltaSection { width: 100%; }

.cashFlowCumulativeDeltaSection select {
	margin: 5px;
	height: 18px;
}

.cashFlowCumulativeDeltaSectionRight {
	width: 100%;
	text-align: center;
}

.cashFlowCumulativeDeltaSectionRight select {
	margin: 5px;
	width: 230px;
	height: 18px;
}

.cashFlowEditTimelineSection {
	width: 100%;
	clear: both;
}

.timelinesOnchart {
	width: calc(100% - 75px - 275px);
	float: left;
}

.timelineName {
	width: 75px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

.timelineYear select {
	margin: 5px;
	height: 18px;
	width: calc(100% - 10px);
}

.timelineYear .noScenarioSelected {
	margin: 5px;
	height: 18px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

.timelineYear {
	background: lightgray;
	float: left;
}

.timelineYear:nth-of-type(2n) { background: darkgray; }

.cashFlowTotalsRow { display: table-row; }

.cashFlowTotals {
	text-align: right;
	display: table-cell;
	padding: 2px 5px;
}

.cashFlowTotalTypeSquare {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	float: left;
}

.cashFlowStartMessage {
	position: absolute;
	left: 415px;
	top: 200px;
	width: 510px;
	background-color: #F6F6F6;
	border: 1px solid lightgray;
	font-size: 12px;
	padding: 20px;
	z-index: 1;
	text-align: center;
}

/* CashFlowAssumptions section */

#cashFlowAssumptionsReport .glyphicon-resize-full,
#cashFlowAssumptionsReport .glyphicon-resize-small,
#cashFlowOnpremAssumptionsReport .glyphicon-resize-full,
#cashFlowOnpremAssumptionsReport .glyphicon-resize-small {
	font-size: 20px;
	line-height: 28px;
	padding: 0 10px;
}

#cashFlowAssumptionsReport .glyphicon-resize-full:hover,
#cashFlowAssumptionsReport .glyphicon-resize-small:hover,
#cashFlowOnpremAssumptionsReport .glyphicon-resize-full:hover,
#cashFlowOnpremAssumptionsReport .glyphicon-resize-small:hover {
	color: #2E9F48;
	cursor: pointer;
}

#cashFlowAssumptionsReport,
#cashFlowOnpremAssumptionsReport {
	min-width: 1325px;
	font-size: 12px;
}

#cashFlowAssumptionsReport .tileContents,
#cashFlowOnpremAssumptionsReport .tileContents {
	height: auto;
	overflow: hidden;
}

#cashFlowAssumptionsReport .tileContents.collapsed,
#cashFlowOnpremAssumptionsReport .tileContents.collapsed {
	height: 0;
	padding: 0;
}

.assumptionsSection {
	min-width: 500px;
	padding: 0 20px 20px 20px;
	float: left;
}

.assumptionsSectionTitle {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}

.assumptionsTable, .assumptionsTable th, .assumptionsTable td {
	border: 1px solid lightgray;
	padding: 5px 10px;
	text-align: center;
}

.assumptionsTable th { background-color: #F0F0F0; }

.assumptionsTable tr { background: #F7F7F7; }

.assumptionsTable .fixedWidthColumns { width: 115px; }

.assumptionsTable .fixedWidthButtons { width: 155px; }

.assumptionsTable tr:nth-of-type(2n) { background: #FDFDFD; }

.assumptionsTable input {
	width: 90px;
	text-align: center
}

.assumptionEditBtn {
	outline: 0;
	padding: 4px 10px;
	margin-right: 5px;
	font-size: 11px;
	height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #F0F0F0;
}

.editable-error {
	color: red;
	font-size: 11px;
	font-weight: bold;
	margin-top: 2px;
}

.not-loaded-notification {
	padding: 10px;
	font-weight: bold;
}

.application-report .tileContents {
	height: 400px;
	font-size: 13px;
	transition: height 0.5s;
}

.application-report .tileContents.full { height: 800px; }

.application-report .tileContents.full.ng-enter { height: 400px; }

.application-report .tileContents.full.ng-enter-active { height: 800px; }

.application-report .tileContents.full.ng-leave { height: 800px; }

.application-report .tileContents.full.ng-leave-active { height: 400px; }

.application-report .tile-report-contents {
	height: auto;
	overflow-x: auto;
	overflow-y: hidden;
}

.application-report .tile-migration-report-contents {
	height: auto;
	overflow-x: auto;
	overflow-y: hidden;
}

.application-report .glyphicon-remove,
.application-report .glyphicon-resize-full,
.application-report .glyphicon-resize-small {
	font-size: 20px;
	line-height: 28px;
	padding: 0 10px;
}

.application-report .glyphicon-remove:hover {
	color: red;
	cursor: pointer;
}

.application-report .glyphicon-resize-full:hover,
.application-report .glyphicon-resize-small:hover {
	color: #2E9F48;
	cursor: pointer;
}

#contextualReportFooter .row {
	display: flex;
}



.application-report .tile-report-contents .verticalAlignIconFrame { position: relative; }

.application-report .tile-report-contents #contextualReportMiddle { padding-left: 0px; }

.application-report .tile-report-contents #contextualReportSubSection { min-width: 580px; }

.application-report .tile-report-contents .contextualReportSection { min-width: 950px; }

.application-report .tile-report-contents #statistics { min-width: 350px; }

.application-report .tile-report-contents .stackedDistributionChartWrapper { min-width: 550px; }

.application-report .report-header { padding: 20px; }

.application-report .report-header-right { float: right; }

.application-report select { margin-right: 20px; }

.tsoTable {
	width: 100%;
	border-collapse: collapse;
}

.tsoTable, .tsoTable th, .tsoTable td {
	border: 1px solid lightgray;
	padding: 5px 10px;
	text-align: center;
}

.tsoTable th.noBorder {
	border-left-color: white;
	border-top-color: white;
	background-color: white;
}

.tsoTable th { background-color: #F0F0F0; }

.tsoTable tr { background: #F7F7F7; }

.tsoTable tr:nth-of-type(2n) { background: #FDFDFD; }

.tsoTable input {
	max-width: 90px;
	min-width: 20px;
	text-align: center
}

.allowed-storage-editor {
	overflow-x: auto;
	width: 100%;
}

.allowed-storage-editor .border-left-thicker { border-left-width: medium; }

.allowed-storage-editor th.font-weight-lighter { font-weight: lighter; }

.coming-soon {
	font-weight: lighter;
	color: orangered;
	font-variant: all-small-caps;
}

.invisible { visibility: hidden; }

.error-message {
	margin-left: 15px;
	margin-top: 20px;
	color: red;
}

.success-message {
    margin-left: 15px;
    margin-top: 20px;
    color: green;
}

#chartingReport {
	width: 100%;
	display: inline-block;
}

.chartTitle {
	color: #2E9F48;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.chart {
	width: 100%;
	height: 150px;
	border: 1px dotted;
}

.chartLegend {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.loader-div {
	text-align: center;
	position: absolute;
	width: calc(100% - 20px);
	height: 150px;
}

.loader-content {
	font-weight: bold;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}