@CHARSET "ISO-8859-1";
/*
 * Media HTML Styles for Member Pages needed for mobile
 * 
 * Author: Hepworth
 * CreationDate: 2014.07.31
 *
 */
 
/* Below styles are used to set the width of the page to a centered layout. 
 To center the page, make sure there is a div tag with id of 'wrapper' or 
 'layoutWrapper' containing all the page elements within it to apply the styles correctly.
*/
#layoutWrapper,
#wrapper {
	width: 100% !important; 
	/*height: auto;*/
}

#user-actions {
	display:none;
}

#spinnerDiv {
	height:10em;
	margin: 100px auto;
}

#loginBtn {
    padding-left: 0;
}

#loginTxt {
	padding-left: 0;
}

[id*=blueaccesslogo] {
	margin-top: 5px;
	margin-left: 15px;
	
}


[id*=panel] .ui-panelgrid .ui-panelgrid-cell {
	padding-top: 3%;
	padding-bottom: 3%;
}