
/* ALL MOBILE */
@media (max-width:767px)
{

	.navbar-brand
	{
	font-size: 13px;
    font-weight: bold;
    }

}

/* Mobiles with header nav issues */
@media (max-width:374px)
{

	.navbar-brand
	{
	font-size: 10px;
    font-weight: bold;
    }

}

@media (max-width:400px)
{

	#pg-con #search .title H2
	{
	margin-top:40px;
	}
	
	#pg-con #searc .title #btnNew
	{
	}

}

@media (max-width:875px)
{
	::-webkit-scrollbar { background: rgba(0, 0, 0, 0); } ::-webkit-scrollbar-thumb { background: #C6C6C6; }

	#btnImport
	{
	display:none;
	}

}


