/****************************************************************************/
/*---------------------------------------------------------------------------*

		Corrections, Prisons & Parole Website
		Department of Justice, Victoria
	
		Master.css : Version 1.0 : x/2/2013 : Original : SP
		Master.css : Version 1.1 : x/2/2016 : Update to Base Transactions Mk II : SP
	
/*--------------------------------------------------------------------------*/
/****************************************************************************/

/* All devices */
@import url("/shared/resources/css/base-datatables.css");
@import url("/shared/resources/css/base-transactions2-main.css");
@import url("/shared/resources/css/base-vanillajustice-main.css");
@import url("/corrections/resources/css/main.css");

/* Mobile devices - orientation agnostic */
@import url("/shared/resources/css/base-transactions2-mobile.css") screen and (max-width: 640px);
@import url("/shared/resources/css/base-vanillajustice-mobile.css") screen and (max-width: 640px);
@import url("/corrections/resources/css/mobile.css") screen and (max-width: 640px);

/* Tablet - Portrait & Landscape */
@import url("/corrections/resources/css/tablet.css") only screen and (min-width: 641px) and (max-width: 1024px);

/* Print */
@import url("/shared/resources/css/base-vanillajustice-print.css") print;