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;
}

.transport-network-banner {
	position: fixed;
	top: 8px;
	right: 8px;
	z-index: 2000;
	max-width: 420px;
	padding: 10px 14px;
	border-radius: 6px;
	color: #fff;
	font-size: 0.9rem;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.transport-network-banner-offline {
	background-color: #c0392b;
}

.transport-network-banner-slow {
	background-color: #d35400;
}
.transport-login-input {
	font-size: 16px;
	-webkit-user-select: text;
	user-select: text;
}


@media (max-width: 991.98px) {
	.footer {
		position: static;
		height: auto;
		line-height: 1.4;
		padding: 12px 0;
	}

	body {
		margin-bottom: 0;
		padding-top: 66px;
	}

	.container,
	.container-fluid {
		padding-left: 12px;
		padding-right: 12px;
	}

	.card {
		margin-bottom: 12px;
	}

	.card-header {
		font-size: 0.95rem;
		padding: 0.7rem 0.9rem;
	}

	.card-body {
		padding: 0.85rem;
	}

	.form-row {
		margin-left: -6px;
		margin-right: -6px;
	}

	.form-row > [class*='col-'],
	.form-row > [class*=' col-'] {
		padding-left: 6px;
		padding-right: 6px;
	}

	.btn,
	.btn-sm {
		width: 100%;
		margin-bottom: 8px;
	}

	.table td,
	.table th {
		white-space: nowrap;
		font-size: 0.84rem;
		vertical-align: middle;
	}

	.navbar-brand {
		font-size: 1rem;
	}

	.nav.flex-column.nav-pills .nav-link {
		margin-bottom: 6px;
		padding: 0.7rem 0.85rem;
		border-radius: 0.35rem;
	}

	.transport-network-banner {
		left: 8px;
		right: 8px;
		max-width: none;
	}
}

