

#navbarSupportedContent ul li:hover {
	 background-color: #0086cb;    
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #000000;
    height: 22px;                   
}

.nav-item {
	margin-left: 3px;
	text-transform: uppercase;	
	font: 0.9em Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 18px 0px 18px;		  
}

.nav-link {
	color: white !important;
	margin-top: -2px;	
}

.active {
    background-color: #155991;    
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #000000;
    height: 22px;             
}
	
.navbar-custom {   
    background-color: #036 !important;
    padding: 1px; 
    height: 26px;
    float:left;
    width: 100%;  
    padding-right: 5px;               
}

.navbar-nav {    
    height: 26px; 
    padding-top: 2px;        
}

@media (max-width: 992px) {
	 .navbar-custom { 
	 	height: auto;    	 	   	
    }
	 .navbar-nav {height: auto;}
	 
	 .active {
	 	margin-bottom: 2px;
	 }
}

.navbar-toggler {
    padding: 0px; 
    font-size: 1.5rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem; 
    margin-top: 3px;  
	margin-left: 10px;		
	border-color: white !important;
	border-radius: 0px !important;
	margin-bottom: 2px;		
}

.navbar-toggler-icon {     
    width: 1.3em;
    height: 1.3em;           
}

.img-thumbnail {
	border: none;
	border-radius: unset;
    padding-left: 0;
    padding-right: 0;
}


element.style {
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-outline-secondary {
	color: #4e5154;
	border-color: #4a4c4e;
}

/*
@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-wrap: wrap;
	}
}*/
	