
#ContactInfo.in,
#ContactInfo.collapsing {
    display: block!important;
}
/*
.navbar-brand {
	margin: 0 20px -31px -16px;
    padding: 0;
}

#navbar-brand img {
	
}
*/


.color{
	font-size: 11px;
	color: #ffeeba;
}

#search-button-left,
#search-button {
	background-color: #04B404;
	/* Dan Dobrescu:  am modificat eu culoare din #1B5899 in #04B404 */
	color: #ffffff;
}

#query{
	background-color: #D8F6CE;
	/* Dan Dobrescu: am modifica eu culoarea din #eaf1f9 in #D8F6CE */
}


#header {
	width: 100%;
	background: url('../images/header_bg.png') no-repeat scroll 0 -185px transparent;
	text-align: left;
}

#header,
#left{
	background-color: #1B5899;
}


#textareaTree{
	font-family: "Courier New", Courier, monospace;
}

#left {
    max-width:240px!important;
    min-width:240px!important;
    width:240px!important;
}

#main {
    margin-left:240px;
}

#tree {
    
		position: fixed;
		top: -30px;
		top: 0px;
		left: -10px;
		bottom:0px;
		
		max-height: 100%;
	    min-height: 100vh;
	    
	    width:250px;

		overflow-x: hidden;
		overflow-y: auto;
		background-color:#1B5899;
	}

	#treelogo {
	width: 250px;
}


#tree a {
	color: #FFF;
	text-decoration: none;
	margin: 1px 0px;
	padding: 2px;
	width: 100%;
	/*line-height: 1em;*/
	display:block;
	font-size: 14px;
}

#tree a:hover{
    background-color:#fff;
    color: #1b5899;
    font-weight: bold;
} 

#tree a.logoimg {
	margin: 0px;
	padding: 0px;
}

#tree a.logoimg:hover{
	background-color:transparent;
}

#tree .inactive>.tree {
   display: none;
}
    

	
	#tree ul{
		margin: 0px 0px 0px 20px;
		padding: 0px;
		width: 100%;
		list-style-type: none;
		list-style-position: inside;
	}
	
	#tree li{
		margin: 0px 0px 0px 0px;
		padding: 0px;
		text-align: left;		
		list-style-position: inside;
	}
	
	#tree label{
		margin: 0px 0px 0px 0px;
		width: 100%;
	}
	
	#tree .badge-small {
		font-size: 9px;
		font-weight: normal;
		line-height: 10px;
		position: relative;
		top: -2px;
		color: #ffffff;
	    background-color: #2f4e6f;
		
		margin: 0px;
		padding: 2px;
		
	}



.btn-group {
   /* display: inline; */
}

#tree  a.active{
	background-color: #fff;
	color: #1b5899;
	font-weight: bold;
}


.search-trail{
    margin: 0px 0px 3px 0px;
    padding: 0px;
    color: #888;
}

.search-trail a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.search-trail .badge{
    
}

.mb-m1 {
    margin-bottom: -1px!important;
}

.card-body{
    padding: .5rem 1.0rem;
}


#footer-info .card-title {
	margin-bottom: 0px;
}

.sticky{
	position: fixed;
	bottom: 0;
	box-shadow: 0px 0px 10px 5px rgba(93, 93, 93, 0.44);
}


.table-sm td.text-right {
	padding-right: 10px;
}

.ean {
	font-size: 11px;
	font-weight: normal;
	font-family: monospace, "Courier New";
}

#ordertoggle[aria-expanded=true] .chevron-more {
	display: none;
 }
#ordertoggle[aria-expanded=false] .chevron-less {
	display: none;
 }