/*------------------------------------------------------------------

[Dashboard Stylesheet]

	Project:		Adminia Admin
	Version:		1.0
	Last change:	05/11/2012
	Assigned to:	Rod Howard (rh)



[Table of contents]

	1. Max Width: 979px
	2. Max Width: 767px

-------------------------------------------------------------------*/

.modalAlert-body { max-height: 320px;}

/*------------------------------------------------------------------
[1. Max Width: 979px]
*/

@media (max-width: 979px) {
	
	#content {
		padding-top: 15px;	
	}
	
	.modalAlert-body { max-height: 120px!important;}
}




/*------------------------------------------------------------------
[2. Max Width: 767px]
*/

@media (max-width: 767px) {
	
	#content {
		padding-top: 0;	
	}
	
	.sidebar-extra {
		display: none;
	}
	
	#menu-maior {
		display: none;		
	}
	
	#menu-menor { 
	display: block;
	}

  .modalAlert-body { max-height: 120px!important;}

	
}

@media (max-width: 480px) {

.modalAlert { width: 240px!important; margin-left: -120px!important; }
.modalAlert-body { max-height: 120px!important;}
.modalAlert-body p { font-size: 12px; line-height: 130%;}


}


