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 input[type="submit"]{
	border-radius: 30px;
	padding: 9px 30px;
	background: #000;
	border: none;
	color: #fff;
	font-size: 18px;
	min-width: 125px;
	border: 2px solid #fff;
	/* min-height: 49px; */
	margin-top: 10px;
}

.banner input[type="submit"]:hover, .banner input[type="submit"]:focus {
	background: #033b77 !important;
	color: #fff !important;
}
.date_filter {
	width: 100%;
	display: block;
}
.date_filter input {
	width: calc(50% - 24px);
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.date_filter .date_divid {
	width: 40px;
	display: inline-block;
	text-transform: capitalize;
	font-style: italic;
}
.banner #mySearch::placeholder {
	font-style: italic;
}
.banner form {
	width: 400px;
	margin: 0 auto;
	display: inline-block;
	background: #fff;
	border-radius: 5px;
}
.banner form label {
	display: block;
	text-align: left;
	margin-top: 15px;
}
#table.customer {
	width: 100%;
	margin: 20px 0 !important;
	border-collapse: collapse !important;
}
#table_wrapper {
	padding: 50px 0;
}
.card-body .table {
	margin-top: 20px;
}
th {
	padding: 8px 8px !important;
	border: 1px solid #ddd !important;
	text-transform: capitalize;
}
td {
	padding: 8px 8px !important;
	border: 1px solid #ddd !important;
	text-transform: capitalize;
}
.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: 700px;
	margin: 0 auto;
	min-height: 500px;
}
#layout-menu {
	background: #f2f2f2 !important;
}
#formAuthentication {
	padding: 20px;
}
.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;
}
.pagination {
	padding-left: 10px !important;
}
.card-db a {
	background: #007bff;
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
	border-radius: 0.25rem;
	text-decoration: none;
}
.bx.bx-move {
	margin-right: 5px;
}
.append_data .mb-3 {
	width: 50%;
	float: left;
	padding-left: 30px;
}
.append_data {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.dropdown .dropdown-menu button, .dropdown .dropdown-menu a {
	text-align: left;
	padding: 5px 10px;
}
#formAuthentication #new_value {
	width: 100%;
	padding: 6px 12px;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	border-radius: 4px;
}
#formAuthentication label {
	display: block;
	font-weight: 600;
	color: #000;
	font-size: 14px;
}

.dir_sec {
	width: 150px;
	margin: 3px 0;
}
.dir_sec i {
  cursor: pointer;
  margin-right: 0px !important;
}
.hiddenDiv {
	margin-top: 2px;
}
.hiddenDiv table {
	width: 100%;
}
.hiddenDiv th, .hiddenDiv td {
	font-size: 13px;
	padding: 5px !important;
	line-height: 16px;
}

@media only screen and (min-width: 768px){
	
.modal-dialog {
	width: 700px !important;
	max-width: 700px !important
}
	
}
.mb-3.table_child {
	padding-left: 20px;
}
#formAuthentication .table_child label {
	font-size: 13px;
}
.banner .page-title {
	font-size: 36px;
	color: #fff;
}
.heading_h3 {
	text-align: center;
	font-size: 30px;
	margin-top: 40px;
}
.heading_h4 {
	text-align: center;
	font-size: 22px;
	margin-top: 30px;
}
#table.customer td p {
	margin-bottom: 0px;
