/* sensorial custom css*/
@media (max-width: 1024px) {
   #header .navbar-header {
		
		display: none;
	}
	
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	
	#header .nav > li > a {
		
		line-height: 45px;	
	}
	
	#button-menu {
		display: block;
	}
	
	#header #user-profile {
		max-width: 30px;

	}
	/* tabela dos clientes */
	#form-customer td:nth-child(3),
	#form-customer td:nth-child(6),
	#form-customer td:nth-child(7),
	#form-customer td:nth-child(5){
		display:none
	}	
	
	html, body {
		font-size: 18px;
	}
	
	#gkSearchContainer {
		width: 50%;
	}
}