/* Responsive */
.logo_image1
{
	display: none;
}
@media (max-width: 1200px)
{
	#header, #content, #footer , #content1, #sub_header, #sub_content, #sub_footer, #sub_content1 
	{
		width: 100%;
		margin: 0 auto;
	}
	#sub_sub_content1
	{
		width: 100%;
	}
	.module
	{
		width: 73%;
	}
	.table input, .table textarea, .reporttable input, .reporttr input
	{
		width: 100% !important;
	}
}
@media (max-width: 1140px)
{
	.module
	{
		width: 70%;
	}
}
@media (max-width: 1021px)
{
	.module
	{
		width: 67%;
	}
}
@media (max-width: 980px)
{
	
}
@media (max-width: 925px)
{
	.module
	{
		width: 64%;
	}
}
@media (max-width: 846px)
{
	.module
	{
		width: 61%;
	}
}
@media (max-width: 783px)
{
	.module
	{
		width: 60%;
	}
	#title
	{
		//width: 44%;
	}
}
@media (max-width: 787px)
{
	.logo_image
	{
		display: none;
	}
	.logo_image1
	{
		display: block;
	}
	h1.h1class
	{
		//padding-top: 25px;
	}
	#login
	{
		//margin-top: 33px !important;
	}
}
@media (max-width: 770px)
{
	.module
	{
		width: 57%;
	}
}
@media (max-width: 720px)
{
	.module
	{
		margin-left: 8px;
		width: 60%;
	}
}
@media (max-width: 650px)
{
	#left_menu
	{
		margin-left: 8px;
	}
	.module
	{
		width: 95%;
	}
	/*#title
	{
		width: 40%;
	}*/
}
@media (max-width: 633px)
{
	/*#title
	{
		font-size: 30px;
		width: 38%;
	}*/
}
@media (max-width: 633px)
{
	/*#title
	{
		font-size: 27px;
		width: 36%;
		padding: 36px 10px 5px;
	}*/
}
@media (max-width: 558px)
{
	/*#title
	{
		float: none;
		padding-top: 70px;
		width: 59%;
		margin-top: 0px;
	}*/
	.logout
	{
		margin-top: -33px;
		margin-bottom: 6px;
	}
}
@media (max-width: 564px)
{
	.header_logo h1
	{
		width: 100% !important;
	}
}
@media (max-width: 493px)
{
	#login
	{
		width: 83% !important;
	}
}