.gtiLogo {
    text-align: left;
    height:35px;
	margin-top:-5px;margin-left:-15px;    
}
.gtiBannerLogo {
    text-align: left;
    height:63px;
	margin-top:-60px;margin-left:-60px;    
}
.gtiBannerLeft {
	width:50%;
}
.gtiBannerRight {
	width:50%;
}
body {
	padding-top: 54px; /* for fixed navbar */
}

.navbar_custom {
	border-bottom:1px #ddd solid;
	height: 65px;
	background-color: #fdfdfd;
}
.navbar-brand{
      display:none !important;      
}

.ui-widget-content {
  border: 0px;
  background: inherit;
  color: inherit;
}
.ui-panel .ui-panel-content {
    padding: 0;
}
.noheader.ui-datatable .ui-datatable-data td, .ui-datatable .ui-datatable-data-empty td {
	border-style: none;
}
.noheader.ui-datatable .ui-datatable-data tr, .ui-datatable .ui-datatable-data-empty tr {
	border-style: none;
}
.noheader.ui-datatable .ui-datatable-data, .ui-datatable .ui-datatable-data-empty {
	border-style: none;
}
.noheader.ui-datatable table thead {
	display: none;
}
.subcontentMessage {
	font-weight: normal;
	font-size: small;
}
.subcontentMessageBold {
	font-weight: normal;
	font-size: small;
	font-weight: bold;
}
.platecontent {
	padding: 5px 15px;
	font-weight: normal;
	font-size: small;
	text-align: left;
}

@media print {
	.printNone{
		display:none;
	}
}

@media (min-width: 768px) {

	body {
		padding-top: 90px; /* for fixed navbar */
	}

	.navbar_custom {
		border-bottom:1px #ddd solid;
		height: 100px;
		background-color: #fdfdfd;
		
	}
	
	.gtiLogo {
	    text-align: left;
    	height:70px;
		margin-top:-5px;margin-left:-5px;    
	}
	.gtiBannerLogo {
	    text-align: left;
    	height:100px;
		margin-top:0px;margin-left:0px;    
	}
	.gtiBannerLeft {
	    background-color:#03428a;
		width:50%;
	}
	.gtiBannerRight {
		background-color:#7ba5db;
		width:50%;
	}
  .sidebar {
    position: fixed;
    top: 80px;
    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;
  }
	
}


@media only screen and (max-width: 576px) {
    img#homeImage {
        width: 250px !important;
        height: 250px !important;
    }
}