.input-styled {
	background-color: steelblue;
	border-color: steelblue;
	color: ghostwhite;
	margin-top: 5px
}

.input-styled-text {
	background-color: ghostwhite;
	border-radius: 5px;
	border: 3px solid steelblue;
	color: black;
	padding-left: 2%;
}

.train-service {
	border-radius: 5px;
	/*border:rgb(186, 12, 12);*/
	color: black;
	background-color: lightgray;
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-weight: 700;
}

.custom-bg {
	padding-bottom: 70px
}

.nav-pills .nav-link.active {
	background-color: lightgrey !important;
	color: steelblue;
}

/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	/* Could be more or less, depending on screen size */
}

/* The Close Button */
.modalClose {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modalClose:hover,
.modalClose:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.control-button {
	margin: 2%;
}

.trains-header {
	margin-top: 5px;
}

/*
  
  #generalInput {
	box-sizing: border-box;
	background-image: url('searchicon.png');
	background-position: 14px 12px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 14px 20px 12px 45px;
	border: none;
	border-bottom: 1px solid #ddd;
  }
  
  #generalInput:focus {outline: 3px solid #ddd;}
  
  .dropdown {
	position: relative;
	display: flex;
	align-items: center;
  }
  
  .dropdown-content {
	position: absolute;
	background-color: #f6f6f6;
	min-width: 230px;
	overflow: auto;
	border: 1px solid #ddd;
	z-index: 1;
  }
  
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}
*/
.dropdown{
	margin-top: 10px;
}

  .form-select{
	margin-top: 20px;
	width: 80%;
  }

  .modal-backdrop {
	z-index: -1;
  }