body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.outer-page-section {
  flex: 1;
}
.header {
	background: #f2f2f2;
	padding: 10px 0;
}
.logo p {
	font-size: 35px;
	font-style: italic;
	margin: 0px;
	color: #000;
}
.header #navbarSupportedContent {
	text-align: right;
	display: block !important;
}
.header .navbar {
	margin-bottom: 0px !important;
}
.header li.nav-item {
	display: inline-block;
}
.header li.nav-item .nav-link:hover {
	text-decoration: none;
}
.header li.nav-item .nav-link {
	color: #000;
	font-size: 16px;
}
.footer {
  background: #f2f2f2 !important;
  padding: 15px 0;
}

.footer p {
  margin-bottom: 0px;
  text-align: center;
  color: #fff;
}
.footer p a {
  font-style: italic;
  margin-left: 5px;
  font-weight: bold;
}

.banner {
	background: #000;
	padding: 80px 10px;
	text-align: center;
}
.banner #mySearch {
	padding: 11px 20px;
	border-radius: 30px 0 0 30px;
	float: left;
	width: calc(100% - 128px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #fff;
	border: none;
	font-size: 18px;
	min-height: 49px;
}
.banner button {
	border-radius: 0px 30px 30px 0;
	padding: 9px 30px;
	background: #000;
	border: none;
	float: left;
	color: #fff;
	font-size: 18px;
	min-width: 125px;
	border: 2px solid #fff;
	min-height: 49px;
}
.banner button:hover, .banner button:focus {
	background: #033b77 !important;
	color: #fff !important;
}
.banner #mySearch::placeholder {
	font-style: italic;
}
.banner form {
	width: 400px;
	margin: 0 auto;
	display: inline-block;
}
#table.customer {
	width: 100%;
	margin: 20px 0 !important;
	border-collapse: collapse !important;
}
#table_wrapper {
	padding: 50px 0;
}
.customer th {
	padding: 10px 10px;
	border: 1px solid #ccc;
}
.customer td {
	padding: 10px 10px;
	border: 1px solid #ccc;
}
.login_user {
	text-align: center;
}
.login_user a {
	background: transparent;
	display: inline-block;
	border-radius: 30px;
	color: #fff;
	padding: 10px 40px;
	font-size: 18px;
	margin-top: 20px;
	border: 2px solid #fff;
	transition: 1s;
}

.login_user a:hover {
	background: #033b77 !important;
	color: #fff !important;
	transform: translateY(-10px);
}
.login_user_btn {
	text-align: center;
	display: inline-block;
}
.login_user_btn button {
	background: transparent;
	display: inline-block;
	border-radius: 30px;
	color: #fff;
	padding: 10px 40px;
	font-size: 18px;
	margin-top: 20px;
	border: 2px solid #fff !important;
	transition: 1s;
}

.login_user_btn button:hover {
	background: #033b77 !important;
	color: #fff !important;
	transform: translateY(-10px);
}

.authentication-inner {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	min-height: 500px;
}
#layout-menu {
	background: #f2f2f2 !important;
}
#formAuthentication {
	padding: 20px;
}

.table-responsive {
	overflow-x: visible !important;
}
.mb-3.col-md-8.left_c {
  padding-left: 0px;
}
.mb-3.col-md-4.right_c {
  padding-right:0px;
}
.form-select {
	padding: 4.73px 12px;
}
.badge.badge-danger {
	background: red;
	padding: 11px 15px;
	border-radius: 2px;
	cursor:pointer;
	border: none;
}
.badge.badge-success {
	background: Green;
	padding: 11px 15px;
	border-radius: 2px;
	cursor: pointer;
	margin-top:10px;
}
#faqs tr td {
	border: none !important;
}