/***********************************/
/* MegaNavBar تنظیمات من برای */
/***********************************/


/* حاشه از پایین منو نسبت به سایر عناصر */
.navbar {
    margin-bottom: 5px !important;
}	
/* نمایش منوی سه خط در سمت راست */
.navbar.brand-right .navbar-header>.navbar-toggle {
    float: right !important;
}

/* راست چین بودن پیش فرض منو و متنها */
.navbar-nav{
  padding-right: 0 !important;
  margin-left: auto !important;
}

/* رنگ متن برند */
.navbar.navbar-blue-dark .navbar-brand {
    color: #00ceff!important;
}
/* بک گراند منوی اصلی سطح اول */
.navbar-custom {
    background-color: rgb(255, 219, 156)!important;
}
/* رنگ متن */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: BLACK!important;
}
/* رنگ متن لینکها در منو */
.navbar .navbar-nav .nav-link {
    color: BLACK!important;
	font-size: 16px;
}
/* رنگ متن لینک زیر ماوس */
.navbar .nav-item.active .nav-link {
    color: BLACK!important;
}
/* رنگ متن لینک زیر ماوس */
.navbar .nav-item:hover .nav-link {
    color: BLACK!important;
}

/* رنگ بک گراند منوی سطح ۲ */
.navbar .dropdown-menu {
  border:none;
/*   background-color:#f7f5e2!important; */
  box-shadow: -3px 3px 3px black;
}

/* رنگ متن لینک منوی سطح۲ */
.dropdown-menu .nav-item >a {
    color: BLACK!important;
}
/* رنگ متن لینک زیر ماوس منوی سطح۲ */
.dropdown-menu .nav-item:hover .nav-link {
    color: RED!important;
}
.nav > li:hover > a,a:hover,a:focus{
	/* background-color:transparent!important; */
	border-bottom-color:RED;
	border-bottom-width:3px;
	border-bottom-style:solid;
}
.navbar-shadow {
    box-shadow: 0 7px 10px #324e5b !important;
}

/*   تنظیمات منوی سطح ۳  */
.navbarMunuLevel3{
	margin-top: 7px !important;
	border-radius: 4px !important;
	border-style: solid !important;
	border-width: thin !important;
	background-color: #072e44 !important;
	border-bottom-color: black !important;
}

.navbar .dropdown-menu li>a {
    display: block;
    padding: 8px 5px 6px 5px;
    clear: both;
    /* font-weight: 400; */
    line-height: 20px;
    /* white-space: nowrap; */
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    /* word-wrap: break-word; */
    /* text-align: center; */
    height: 50px;
    text-align: center;
}