.navbar {
	min-height:40px !important;
}

.navbar-brand {
	height:40px !important;
	line-height: 10px !important;
}

.navbar-header {
	height: 40px !important;
}
.navbar-brand {
	min-width: 200px !important;
}
.garuda-navbar-item {
	
	color: #333 !important;
	font-size: 1.5rem !important;
    letter-spacing: .1em;
    transition: all ease 0.5s;
    cursor: pointer;
    padding: 10px !important;
}
.garuda-navbar-item:hover {
	
	background: #53748a !important;
	color: #fff !important;
}

.garuda-navbar-item:hover #welcomTxt_span {
	color: #fff !important;
}

.garuda-navbar-item:active {
	background: #333 !important;
	color: #fff !important;
}

.garuda-navbar-item:focus {
	background: #333 !important;
	color: #fff !important;
}

.garuda-navbar-item.is-active {
	background: #333 !important;
	color: white !important;
}

.garuda-navbar-top {
	
	background: #F6F9FC !important;
	border-bottom: 2px solid #70abc9 !important;
}

.garuda-navbar-top-debug {
	background: #fff1f1 !important;
	border-bottom: 2px solid #c97070 !important;
}
span:not(.glyphicon):not(.title):not(.fa), b:not(.glyphicon):not(.fa), i:not(.glyphicon):not(.fa), a:not(.glyphicon):not(.fa) {
	color: #323232;
	font-family: 'Lato',Avenir,"Helvetica Neue",Helvetica,Arial,Verdana,Roboto,sans-serif;
}
.connection-status-active {
	color: #323232;
}
.fa-lg {
line-height: 0 !important;	
}
.c-btn-blue {
    border-color: #70abc9 !important;
    background-color: #70abc9;
    color : #fff !important;
}