/**
 * Navbar
 * =========================================== */
.navbar {
	background-color: var(--dark-gray-700);
	color: var(--light-gray-300);
	min-height: 42px;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
}
.navbar-sticky-top {
	position: sticky;
	top: 0;
	z-index: 99;
}
.navbar-brand {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 42px;
	width: 185px;
}
.navbar-brand img {
	display: block;
	float: left;
	height: 32px;
	width: auto;
}
.navbar-brand .utp-version {
	display: block;
	float: left;
	padding: 7px 0 0 5px;
	font-size: 11px;
	color: #82878c;
}
.navbar-nav > li > a {
	color: var(--light-gray-300);
}
.navbar-nav > li > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
	background-color: var(--dark-gray-900);
	color: var(--light-blue);
}
.navbar .dropdown-menu {
	border-color: var(--dark-gray-700);
	font-size: 13px;
	background-color: var(--dark-gray-700);
	border: none;
}
.navbar .dropdown-menu > li > a {
	padding: 5px 15px;
	color: #eee;
}
.navbar .dropdown-menu > li > a:hover {
	background-color: #0073aa;
	color: #eee;
}
.navbar .dropdown-menu .divider {
	margin: 3px 15px;
	background-color: #585b5f;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 20px;
	transition: all .3s;
	padding: 4px 0;
}
/* Navbar Profile */
.nav-profile-name {
	font-weight: 500;
	padding-right: 10px;
	vertical-align: middle;
}
.nav-profile-img {
	width: 28px;
	height: 28px;
	border-radius: 14px;
	margin: 7px 0;
}
.navbar .icon-caret {
	font-size: 8px;
	padding-left: 5px;
}

/* Navbar Form */
.navbar-form {
	padding: 5px 15px;
	margin: 0;
}
.navbar-form .form-control {
	border-radius: 16px;
	color: #fff;
	width: 230px;
	background-color: var(--dark-gray-900);
	border: 0;
	height: 32px;
}
.navbar-form .form-control:focus {
	box-shadow: none;
}
/* Navbar Wallet */
.navbar-wallet {
	font-size: 16px;
}
.navbar-wallet {
	font-size: 20px;
}
.navbar-wallet > li {
	border-left: 1px solid var(--dark-gray-800);
}
.navbar-wallet > li:last-child {
	border-right: 1px solid var(--dark-gray-800);
}
.navbar-wallet > li > a > [class*="icon-"] {
	padding-right: 5px;
}
.navbar-wallet > li > a > .wallet-value {
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.navbar-wallet > li > a > .icon-rub {
	font-size: 14px;
}
.navbar-switch {
	border-radius: 16px;
	color: #fff;
	width: 100px;
	background-color: var(--dark-gray-900);
	border: 0;
	height: 32px;
	font-size: 20px;
	margin: 5px 15px;
	position: relative;
	display: table;
}
.navbar-switch:before,
.navbar-switch:after {
	content: '';
	display: table;
	clear: both;
}
.navbar-switch-btn {
	display: table-cell;
	text-align: center;
	width: 50%;
	vertical-align: middle;
	color: var(--dark-gray-100);
	background-color: var(--dark-gray-900);
	text-decoration: none;
}
.navbar-switch-btn:first-child {
	border-radius: 16px 0 0 16px;
	border-right: 1px solid var(--dark-gray-900);
	padding-left: 3px;
}
.navbar-switch-btn:last-child {
	border-radius: 0 16px 16px 0;
	padding-right: 3px;
}
.navbar-switch-btn:hover {
	text-decoration: none;
}
.navbar-switch-btn:focus {
	text-decoration: none;
	color: var(--light-gray-300);
}
.navbar-switch-btn:not(.active):hover {
	color: var(--light-gray-300)
	background-color: var(--blue);
}
.navbar-switch-btn.active {
	background-color: var(--blue);
	color: var(--light-gray-300)
}
.navbar-toggle {
	border: 0;
	padding: 0;
	margin-top: 12px;
}
.navbar-toggle .icon-bar {
	background-color: var(--light-gray-300);
	width: 26px;
	position: relative;
	top: 0;
	-webkit-transition: transform .3s ease 0s, top .3s ease .3s;
			transition: transform .3s ease 0s, top .3s ease .3s;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 6px;
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	-webkit-transition: top .3s ease 0s, transform .3s ease .3s;
			transition: top .3s ease 0s, transform .3s ease .3s;
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
	opacity: 0;
	-webkit-transform: scale(0);
			transform: scale(0);
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
	top: -6px;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
	-webkit-transition: top .3s ease 0s, transform .3s ease .3s;
			transition: top .3s ease 0s, transform .3s ease .3s;
}
.navbar-fixed-top .navbar-collapse {
	max-height: inherit;
}
.navbar-collapse.in {
	overflow-y: inherit;
}
.navbar-buttons > li {
	position: relative;
}
.navbar-buttons > li > a {
	font-size: 20px;
	position: relative;
}
.navbar-buttons > li > a > .badge {
	position: absolute;
	top: 7px;
	left: 27px;
	font-weight: normal;
	font-size: 11px;
	padding: 2px 4px;
	min-width: 15px;
	background-color: var(--accent-orange);
}
/* Navbar Notify */
.dropdown-notify {
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 470px;
	border-radius: 0 0 2px 2px;
	border: 1px solid #e3e4e8;
	margin-top: 20px;
	transition: all .3s;
}
.open.dropdown-notify {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	color: #333;
	font-size: 13px;
	box-shadow: 0 20px 40px 0 rgba(0,0,0,.3);
}
.navbar-notify-header {
	padding: 10px 15px;
	border-bottom: 1px solid #e3e4e8;
}
.dropdown-notify:after,
.dropdown-notify:before {
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	bottom: 100%;
	left: 23px;
}
.dropdown-notify:before {
	border-width: 6px;
	margin: 0 -6px;
	border-bottom-color: #fafbfc;
}
.dropdown-notify:after {
	border-width: 5px;
	margin: 0 -5px;
	border-bottom-color: #fafbfc;
}
.navbar-notify-item > a {
	display: block;
	padding: 10px 15px;
	color: #00b9eb;
	background-color: #f1f1f1;
	border-left: 2px solid #f1f1f1;
}
.navbar-notify-item > a:hover {
	text-decoration: none;
	color: #333;
	border-left: 2px solid #00b9eb;
}
.navbar-notify-item + .navbar-notify-item > a {
	border-top: 1px solid #e3e4e8;
}
.navbar-notify-footer {
	border-top: 1px solid #e3e4e8;
}
.navbar-notify-footer-btn {
	display: block;
	text-decoration: none;
	color: #333;
	text-align: center;
	padding: 8px 15px;
}
.navbar-notify-footer-btn:hover {
	background-color: #e3e4e8;
	color: #333;
	text-decoration: none;
}
/* Navbar Login */
.navbar-login {
	float: right;
}
.navbar-login > li + li {
	border-left: 1px solid #23282d;
}
@media (min-width: 768px){
	.navbar-nav > li > a {
		padding-top: 11px;
		padding-bottom: 11px;
	}
	.navbar-nav > li > .dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		margin-top: 20px;
		transition: all .3s;
		padding: 4px 0;
		border-radius: 4px;
		box-shadow: 0 1px 3px rgba(0,0,0,.1);
	}
	.navbar-nav > .open > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		margin-top: 6px;
	}
	.navbar .dropdown-menu:before {
		margin: 0 -6px;
		position: absolute;
		pointer-events: none;
		border: solid transparent;
		content: '';
		height: 0;
		width: 0;
		bottom: 100%;
		right: 42px;
		border-width: 6px;
		border-bottom-color: var(--dark-gray-700);
	}
	.navbar .navbar-wallet > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-profile,
	.navbar-wallet {
		float: right;
	}
	.navbar-profile {
		margin-right: -15px;
	}
	.navbar-profile > li > a {
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-profile .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-form {
		float: left;
	}
	.navbar-switch {
		float: right;
	}
}
@media (max-width: 767px) {
	.navbar-switch {
		margin-left: 0;
		margin-right: 0;
	}
	.nav-profile-img {
		margin: 0;
	}
	.navbar-form {
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
		box-shadow: none;
		border: 0;
	}
}