﻿
.container-layout {
	margin-left: auto;
	margin-right: auto;
	max-width: none !important;
	width: 100% !important;
}

.navabar .nav-link.active {
    background-color: black; /* Set the background color (Bootstrap's primary) */
    color: white !important; /* Set the text color to white */
}

.navbar .nav-link {
    color: white !important; /* Set default text color */
}
    /* Add hover effect for non-active links */
    .navbar .nav-link:hover {
        background-color: #0056b3; /* Background color on hover (darker blue) */
        color: white !important; /* Change text color on hover */
    }

    /* Optional: Add hover effect for active links (if you want a different hover color) */
    .navbar .nav-link.active:hover {
        background-color: #004085; /* Even darker background for active link hover */
    }

.tab-hover:hover {
		background-color: black;
	}

.navbar-overflow {
	font-size: 12px;
	width: 65%;
}

.navbar-home {
	float: left !important;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	color: #fff !important;
	text-decoration: none !important;
}

.navbar-login {
	float: right !important;
}

.navbar-wrapper {

}

.navbar-display {
	float: left;
	padding: 15px 10px;
}

.navbar-display {
	display: none !important;
	float: left;
	padding: 15px 10px;
}

	.navbar-display:hover {
		background-color: #000 !important;
	}

	.navbar-display.unhide {
		display: block !important;
	}

.navbar-display-none {
	display: none !important;
	float: left;
	padding: 15px 10px;
}
	.navbar-display-none:hover {
		background-color: #000 !important;
	}
	.navbar-display-none.unhide {
		display: block !important;
	}

.navbar-button {
	line-height: 20px;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 12px;
}
	.navbar-button:hover {
		background-color: #000 !important;
	}

.navbar-horizontal-list {
	
}

.navbar-active {
	max-width: none !important;
	background-color: #000 !important;
}

@media screen and (max-width: 1800px) and (min-width: 1500px) {
	.navbar-display-none {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		max-width: 70px;
	}

		.navbar-display-none:hover {
			max-width: none !important;
		}
}

@media screen and (max-width: 1500px) {
	.navbar-display-none {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		max-width: 50px;
	}

	.navbar-display-none {
		padding: 15px 5px !important;
	}

		.navbar-display-none:hover {
			max-width: none !important;
		}
}

@media screen and (max-width: 1200px) {
	.navbar-display-none {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		max-width: 30px;
	}

	.navbar-display-none {
		padding: 15px 5px !important;
	}

		.navbar-display-none:hover {
			max-width: none !important;
		}
}