.gtiLogo {
    text-align: left;
    height:35px;
	margin-top:-5px;margin-left:100px;    
}
body {
	padding-top: 54px; /* for fixed navbar */
	font-family: Arial, Helvetica, Sans-Serif;
}

.navbar_custom {
	border-bottom:1px #ddd solid;
	height: 54px;
}
.ui-widget-content {
  border: 0px;
  background: inherit;
  color: inherit;
}
.panel-success>.panel-heading {
    color: white;
    background-color: orange;
    border-color: #d6e9c6;
}
.ui-slider-horizontal {
    background-color: darkblue !important;
    height: .8em;
}
.label-info {
    background-color: orange;
}
.panel-info>.panel-heading {
    color: white;
    background-color: orange;
    border-color: #bce8f1;
}
.btn_cancel:hover {
    background-color: #000000;
}
.btn_custom:hover {
    color: white;
    background-color: #000000;
}
.navbar-default {
    background-color: #000000;
    border-color: #e7e7e7;
}
.navbar-default {
    background-color: #000000;
    border-color: #e7e7e7;
}
.col-sm-12 {
    color: black;
}
.btn-primary {
    color: white;
    background-color: #68727B;
    border-color: grey;
}
.col-md-offset-1 {
    background-color: #F2F1F1;
	color: black
}
.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: 60px; /* for fixed navbar */
	}

	.navbar_custom {
		border-bottom:1px #ddd solid;
		height: 60px;
	}
	
	.gtiLogo {
	    text-align: left;
    	height:40px;
		margin-top:-5px;margin-left:-0px;    
	}
  .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;
  }
	
}
