.page-content-container {
	flex: 1;
	/* grow/shrink to fill space between header and footer */
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	/* always at least 100% of viewport */
}


.bottom-nav-mobile {
	display: none;
}

html[data-app="AirbikApp"] .hideinapp,
html.inApp .hideinapp {
	display: none !important;
}

@media (max-width: 767px) {
	nav.navbar {
		display: none !important;
	}

	.bottom-nav-mobile {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 55px;
		background-color: #e84c3d;
		z-index: 9999;
		justify-content: space-around;
		align-items: center;
	}

	.bottom-nav-mobile .nav-btn {
		flex: 1;
		text-align: center;
		background: #e84c3d;
		border: none;
		color: white;
		font-size: 11px;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
	}

	.bottom-nav-mobile .nav-btn i {
		font-size: 18px;
		color: white;
	}

	.bottom-nav-mobile .nav-btn.active {
		background: white;
		color: black;
		border: 1px solid #e84c3d;
	}

	.bottom-nav-mobile .nav-btn.active i {
		color: black;
	}
}


























.customFileUpload {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	/*Using a background color, but you can use a background image to represent a button*/
	background-color: #D8D8D8;
	padding: 15px;
}

.customFileUploaded {
	overflow: hidden;
	position: relative;
	/*Using a background color, but you can use a background image to represent a button*/
	background-color: #D8D8D8;
}

.customFileUploadInput {
	cursor: pointer;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	/*This makes the button huge so that it can be clicked on*/
	font-size: 50px;
}

.customFileUploadInputHidden {
	/*Opacity settings for all browsers*/
	opacity: 0;
	-moz-opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}


/*Dynamic styles*/
.customFileUpload:hover {
	background-color: #909090;
}

.customFileUpload:clicked {
	background-color: #A66;
}

.addItemImageSmall {
	height: 50px;
	width: 50px;
}


.btn-icon {
	min-width: 40px;
	min-height: 40px;
	margin: 5px 0px;
	padding: 0px;
}


.custom-grey-bg {
	background-color: #D8D8D8;
}

.custom-margin-top {
	margin: 5px 0px 0px -15px;
}


.custom-add-hour-table ul {
	margin: 0px !important;
}

.custom-add-hour-table ul li button {
	height: 40px !important;
	width: 40px !important;
	background: none repeat scroll 0% 0% #E84C3D;
	border: 1px solid #E84C3D;
	color: #FFF;
	display: block;
	text-align: center;
	font-size: 20px;
	transition: all 0.2s ease-in-out 0s;
	text-decoration: none;
	padding: 0px;
	min-width: 0px;
	margin: 0px;
}

.custom-add-hour-table ul li button i {
	line-height: 40px !important;
}


.parallax-bg-3 {
	background: url("/resources/airbik/images/home_section1-78499d0ddc2eb3074c84c18527f2255e.jpg") 50% 0px no-repeat;
}

.fixed-image {
	height: auto;
}

.main-container .home-page-img {
	height: 200px;
	margin: 0 auto;
}

.header-top-dropdown .dropdown>a {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid transparent;
}

.header-top-dropdown .dropdown:last-child>a {
	border-right-color: transparent;
}

.header-top-dropdown .dropdown>a {
	padding: 5px 5px;
	margin: 0;
	font-size: 12px;
	color: #999;
	text-align: center;
	min-width: 0;
	background-color: transparent;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: none;
}


.header-top-dropdown .dropdown>span {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid transparent;
}

.header-top-dropdown .dropdown:last-child>span {
	border-right-color: transparent;
}

.header-top-dropdown .dropdown>span {
	padding: 8px 10px;
	margin: 0;
	font-size: 12px;
	color: #999;
	text-align: center;
	min-width: 0;
	background-color: transparent;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: none;
}



.search-page .pagination {
	margin: 0px;
}

.search-page .rating i {
	width: 14px;
}

.my-list-item .action-button {
	float: none;
}

.my-list-item .action-div {
	text-align: center;
}

.panel-heading a {
	padding: 7px 35px 7px 15px;
}



.main-container {
	padding: 5px 0px;
}

.right-align {
	text-align: right;
}

.left-align {
	text-align: left;
}

.sign-in .social-button {
	border-radius: 100%;
	display: inline-block;
	float: none;
}

.margin-top-sm {
	margin-top: 10px;
}


.has-error .form-control,
.has-error .form-control:focus {
	border-color: #a94442;
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-error .error {
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
	color: #a94442;
}

.customdropdown>a:before {
	content: "";
}

.customdropdown>a,
.customdropdown>a:hover {
	color: #e84c3d;
}

.customdropdown>a,
.customdropdown>a:hover {
	color: #e84c3d;
	background-color: #fafafa;
	border-right-color: #e3e3e3;
}


.airbikSearch {
	margin-bottom: 10px;
	box-shadow: none !important;
	border-color: #ACACAC !important;
}




.social-links li.facebook button:hover,
.colored.social-links li.facebook button {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff;
}

.social-links li.googleplus button:hover,
.colored.social-links li.googleplus button {
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #fff;
}



.button-with-text {
	background-color: #e84c3d;
	color: #fff;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	/* center it if needed */
	display: inline-block;
}

.button-with-text:focus {
	outline: none;
}




/* Icon+Text Button: square, rounded corners, icon top + label bottom */
.icon-text-btn {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	/* make it square: adjust size as you like */
	width: 50px !important;
	height: 30px !important;

	/* round the corners */
	border-radius: 4px;

	/* ensure icon/text are white over your red background */
	color: #fff;
	background-color: #e84c3d;
	border: none;

	/* remove extra padding—you’re sizing via width/height */
	padding: 0;
	margin: 0 0.25rem;
	/* little side gutter */

	/* cursor hint */
	cursor: pointer;
}

.icon-text-btn .btn-label {
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

/* hover state */
.icon-text-btn:hover {
	background-color: #cf4434;
	/* slightly darker red */
}



.action-button:hover,
.action-button:focus {
	background-color: #cf4130;
	/* slightly darker on hover/focus */
	text-decoration: none;
	/* still no underline */
}


/*Adding to care of mobile navigation bar covering footer menu in android phones*/
:root {
	--safe-bottom: env(safe-area-inset-bottom, 0px);
}

.footer,
.bottom-nav {
	padding-bottom: var(--safe-bottom);
}




/* Slide-out submenu styles */
/* Add border and slight rounding to the whole submenu */
.burger-submenu-popup {
	display: none;
	position: fixed;
	bottom: 55px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10000;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
	padding: 10px 0;
	text-align: center;
	border-top: 2px solid #e84c3d;
	/* Airbik brand color border */
	border-radius: 10px 10px 0 0;
	transition: all 0.3s ease-in-out;

}

/* Style individual submenu buttons */
.burger-submenu-btn {
	background: none;
	border: none;
	padding: 12px 20px;
	font-size: 15px;
	display: block;
	width: 100%;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #eee;
	transition: background 0.2s ease;
}

.burger-submenu-btn:last-child {
	border-bottom: none;
}

.burger-submenu-btn:hover {
	background: #f9f9f9;
}

.burger-submenu-btn i {
	margin-right: 10px;
	color: #e84c3d;
	/* Match icon with brand color */
}