html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
 
 
body {
	margin-bottom: 60px; /* Margin bottom by footer height */
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

/* Required icon */
.requiredIcon {
	color: red;
}

/* Suggestion list styles */
	ul.suggestionsList {
		background-color: #eee;
		cursor: pointer;
		border-radius: 3px;
	
	}
		
	ul.suggestionsList li {
		padding: 12px;
		
	}

/* End Suggestion list styles */


/* Changing the bootstrap table stripe colors to red */
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #ecf9ec;
}

/* Changing the background color for tab/pills */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff6707;
}

/* Display the suggestions list on top of other elements */
.customListDivWidth{
	position: absolute;
	z-index:500;
	width: 100%;
}

/* .dataTables_wrapper .dt-buttons {
  float:none;  
  text-align:center;
} */

.blueText {
	color: #2FA4E7;
}

.manager-flow-tabs {
	margin-bottom: 0;
}

.manager-flow-tab-content {
	padding-top: 2px;
}

.bom-context-panel {
	border-left: 4px solid #6c757d;
	background: #f8f9fa;
	padding: 10px 12px;
	margin-bottom: 14px;
}

.bom-context-title {
	font-weight: 600;
	margin-bottom: 4px;
}

.selected-bom-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.selected-bom-modes,
.selected-bom-export-actions .dt-buttons {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.selected-bom-export-actions .dt-button {
	margin: 0;
}

.bom-db-badge {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.bom-db-db0 {
	background: #e9ecef;
	color: #343a40;
	border: 1px solid #ced4da;
}

.bom-db-db1 {
	background: #fff3cd;
	color: #856404;
	border: 1px solid #ffeeba;
}

.bom-db-db2 {
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

#bomTable tr.bom-select-row {
	cursor: pointer;
}

#bomTable tr.bom-selected-row > td {
	background: #cfe2ff !important;
	border-color: #9ec5fe !important;
}

#bomTable tr.bom-selected-row > td:first-child {
	box-shadow: inset 4px 0 0 #0d6efd;
}

#bomRowsTable tr.bom-row-missing td {
	background: #f8d7da !important;
	border-color: #f5c6cb !important;
}

#bomRowsTable tr.bom-row-ambiguous td {
	background: #fff3cd;
	border-color: #ffeeba;
}

#selectedBomFeasibilityTable tr.bom-row-status-missing > td,
#selectedBomProductionTable tr.bom-row-status-missing > td {
	background: #f8d7da !important;
	border-color: #f1aeb5 !important;
	color: #58151c !important;
}

#selectedBomFeasibilityTable tr.bom-row-status-ok > td,
#selectedBomProductionTable tr.bom-row-status-ok > td {
	background: #d1e7dd !important;
	border-color: #a3cfbb !important;
	color: #0a3622 !important;
}

.bom-row-help {
	font-size: 12px;
	margin-top: 4px;
	line-height: 1.3;
}

.bom-row-help .btn-link {
	padding: 0 4px;
	font-size: 12px;
	vertical-align: baseline;
}

.bom-row-suggestions .btn-link {
	display: block;
	text-align: left;
	white-space: normal;
}

.bom-missing-link {
	display: inline-block;
	margin-top: 2px;
}

.bom-field-help {
	font-size: 12px;
	margin-top: 4px;
	line-height: 1.3;
}

#componentLoadRowsTable tr.component-load-row-ok > td {
	background: #d1e7dd !important;
	border-color: #a3cfbb !important;
	color: #0a3622 !important;
}

#componentLoadRowsTable tr.component-load-row-warning > td {
	background: #fff3cd !important;
	border-color: #ffe69c !important;
	color: #664d03 !important;
}

#componentLoadRowsTable tr.component-load-row-error > td {
	background: #f8d7da !important;
	border-color: #f1aeb5 !important;
	color: #58151c !important;
}

.component-load-message {
	font-size: 12px;
	line-height: 1.25;
	margin-top: 2px;
	min-width: 130px;
}

.component-load-template-hint {
	font-size: 12px;
	color: #6c757d;
	margin-bottom: 6px;
}

.component-load-matches {
	margin-top: 4px;
}

.component-load-matches .btn-link {
	display: block;
	padding: 0;
	font-size: 12px;
	text-align: left;
	white-space: normal;
}

.component-name-suggestion-list,
.component-name-suggestion-empty {
	margin-top: 4px;
	padding: 4px 6px;
	border: 1px solid #ced4da;
	background: #fff;
	max-height: 170px;
	overflow-y: auto;
	font-size: 12px;
	position: relative;
	z-index: 10;
}

.component-name-suggestion-list .btn-link {
	display: block;
	padding: 2px 0;
	font-size: 12px;
	text-align: left;
	white-space: normal;
}

.component-name-suggestion-empty {
	color: #6c757d;
}
