﻿.navbar {
	background-color: #fff;
	min-height: auto !important;
}

	.navbar .nav-item {
		font-weight: bold;
	}

.nav-link {
	margin-bottom: 18px;
}

.navbar a {
	color: #808080 !important;
}

.navbar .active a {
	background-color: #fff !important;
	color: #337ab7 !important;
}

.navbar .active .bottom-active {
	height: 2px;
	background-color: #337ab7;
	text-align: end;
}

.nav-item img {
	width: 20px;
	height: 15px;
	padding-right: 4px;
	vertical-align: central;
	margin-top: -1px;
}

.navbar-default {
	border: 0px;
	border-bottom: 1px solid #dddd !important;
	border-radius: 0px !important;
}

img.profile {
	height: 40px !important;
	width: 40px !important;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: #fff !important;
}

.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.arrow {
	border: solid #808080;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	margin-left: 4px;
}

/*For Mobile Devices */
.navbar {
	margin-bottom: auto !important;
}

.mv-tabs {
	border: 1px solid #dddd;
	border-left: none;
	border-right: none;
	background-color: #ffff;
}

.MobileView .navbar {
	min-height: 40px !important;
}



/*end*/
/* For desktop: */
@media screen and (min-width: 768px) {
	.DesktopView {
		display: block;
	}

	.MobileView {
		display: none;
	}

	.nav-link {
		margin: 0px !important;
	}
}
/*For mobiles*/
@media screen and (max-width: 600px) {
	.DesktopView {
		display: none;
	}

	.MobileView {
		display: block;
	}
}
