/* nem törölhető !!! */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  color:red;
}

/* saját css */

.dropdown-item:focus,.dropdown-item:active {
    color: #E8E7E3;
    background-color: #176B2B !important;
}
.nav-link:focus,.nav-link:active {
    color: #E8E7E3!important;
    background-color: #176B2B !important;
}

.dropdown-menu , .dropdown, .nav-item {
	/*background: -webkit-linear-gradient(#299042,#176B2B);/* For Safari 5.1 to 6.0 */
	/*background: linear-gradient(#299042,#176B2B);/* Standard syntax (must be last) */
	/*background: -o-linear-gradient(#299042,#176B2B); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#299042,#176B2B);/* For Firefox 3.6 to 15 */
	background: -webkit-linear-gradient(#FEFEFE,#E8E7E3);/* For Safari 5.1 to 6.0 */
	background: linear-gradient(#FEFEFE,#E8E7E3);/* Standard syntax (must be last) */
	background: -o-linear-gradient(#FEFEFE,#E8E7E3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FEFEFE,#E8E7E3);/* For Firefox 3.6 to 15 */
	
	border-radius: 6px;
    /*border: 1px solid rgba(255, 250, 250, 0.8);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	*/
	background-size: 100% 112.5%;
	background-position: 0 -0.063em;
	border: 0.063em solid rgba(255, 255, 255, 0.5);
}

.nav-link   {
	color: #176B2B !important;
	/*color:#E8E7E3 !important;*/
	padding-left:10px !important;
}

.dropdown-item {
	color: #176B2B;
	/*color:#E8E7E3;*/
}

.navbar_stilus {
	background-image:url("../images/background.png");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
	background-size: cover;
    box-shadow: 0px 2px 6px #176B2B!important;
}

.navbar-toggler {
	outline: 5px auto #176B2B !important;
}
.navbar-toggler:focus  {
	outline: 5px auto #299042 !important;
}