.gtiLogo {
    text-align: left;
    height:40px;
	margin-top:-5px;margin-left:-5px;    
}
body {
	padding-top: 54px; /* for fixed navbar */
}

.navbar_custom {
	border-bottom:1px #ddd solid;
	height: 54px;
}

@media (min-width: 768px) {

	body {
		padding-top: 90px; /* for fixed navbar */
	}

	.navbar_custom {
		border-bottom:1px #ddd solid;
		height: 90px;
	}
	
	.gtiLogo {
	    text-align: left;
    	height:70px;
		margin-top:-5px;margin-left:-5px;    
	}
  .sidebar {
    position: fixed;
    top: 85px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #fdfdfd;
    border-right: 1px solid #eee;
  }
	
}
