/***** NAV *****/
/* paleta kolorów [CHIC]web dominatrix */
#nav-top{
  	width: 100%;
  	height: 46px;
  	text-align: right;
  	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #543148),
		color-stop(0.99, #38152A)
	);
	background-image: -o-linear-gradient(bottom, #543148 0%, #38152A 99%);
	background-image: -moz-linear-gradient(bottom, #543148 0%, #38152A 99%);
	background-image: -webkit-linear-gradient(bottom, #543148 0%, #38152A 99%);
	background-image: -ms-linear-gradient(bottom, #543148 0%, #38152A 99%);
	background-image: linear-gradient(to bottom, #543148 0%, #38152A 99%);
	position: relative;
}
#nav-top h1{
	background: #EB4C17; 
	margin: 0 0 0 50px;
	padding: 0 12px;
	font-size: 24px;
	float: left;
	line-height: 46px;
	color: #fff;
	font-weight: normal;
}
#nav-top span.title{
	background: transparent; 
	margin: 0 0 0 50px;
	padding: 0 12px;
	font-size: 18px;
	float: left;
	line-height: 46px;
	color: #fff;
	font-weight: normal;
}
#nav-top .settings{
	display: inline-block;
}
#nav-top a, #nav-top .dropdown{
	display: inline-block;
	color: #fff;
	height: 46px;
	line-height: 46px;
	padding: 0 8px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 13px;
}
#nav-top a:hover, #nav-top .dropdown:hover{
	color: #fff;
	background: #870014;
}
#nav-top .dropdown>a, #nav-top .dropdown>a:hover{
	padding: 0
}
#nav-top a img{
	position: relative;
	top: 4px;
}
#nav-top .dropdown-menu{
	margin:0;
	min-width: 60px;
	font-size: 15px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #38152A;
	border: #38152A solid 1px;
	border-top: none;
	padding: 3px 0 3px 0;
	left: auto;
	right: 0;
}
#nav-top .dropdown-menu a:hover{
	color: white!important;
	background-color: #38152A!important;
	background-image: none;
	text-decoration: underline;
}
#nav-top .dropdown-menu li{
	line-height: 25px;
	height: 25px;
	text-align: left;
}
#nav-top .dropdown-menu a{
	line-height: 25px;
	height: 25px;
	margin-left: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	z-index: 1003;
}
#nav-bottom{
	width: 100%;
	height: 36px;
	background: #EB4C17; 
	position: relative;
}
#nav-bottom-null{
	width: 100%;
	height: 5px;
	background: #EB4C17;
	position: fixed;
	top: 46px; 
	z-index: 1002;
}
#nav-bottom a{
	display: inline-block;
	color: #fff;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	margin: 0 0 0 20px;
	font-size: 15px;
}
#nav-bottom a:hover, #nav-bottom .btn-group:hover{
  	text-decoration: underline;
}
#nav-bottom .select, #nav-top .select{
	text-decoration: underline;
}
#nav-bottom .dropdown{
	display: inline-block;
	line-height: 36px;
	height: 36px;
	cursor: pointer;
}
#nav-bottom .caret{
	border-top-color: white;
}
#nav-bottom .dropdown-menu{
	margin:0;
	font-size: 15px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #EB4C17;
	border: #EB4C17 solid 1px;
	border-top: none;
	padding: 3px 0 0 0;
}
#nav-bottom .dropdown-menu-documents{
	min-width: 60px;
	height: 60px;
}
#nav-bottom .dropdown-menu-registers{
	min-width: 250px;
	height: 136px;
}
#nav-bottom .dropdown-menu-summary{
	min-width: 170px;
	height: 137px;
}
#nav-bottom .dropdown-menu-settings-firm .dropdown-toggle{
	padding-right: 10px;
}
#nav-bottom .dropdown-menu-settings-firm .dropdown-menu{
	min-width: 170px;
	height: 60px;
	padding-right: 10px;
}
#nav-bottom .dropdown-menu-shop{
	min-width: 165px;
	height: 58px;
}
#nav-bottom .dropdown-menu a:hover{
	color: white!important;
	background-color: #EB4C17!important;
	background-image: none;
}
#nav-bottom .dropdown-menu li{
	line-height: 25px;
	height: 25px;
}
#nav-bottom .dropdown-menu a{
	line-height: 25px;
	height: 25px;
	margin-left: 0;
	width: 118px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#nav-bottom div.tooltip{
	left: -151px;
}