/* 
	Custom styles for console 
	-------------------------
	Uncomment anything you 
	want to change.
	-------------------------
*/

/**************
 LOGIN PAGE
 *************/

/*** Logo ***/

/*.enterprise #login #default-password-msg .logo {
	background-image: url("custom-login-logo.png");
}*/


/************
 APP : HEADER
 *************/

/*** Style for titlebar ***/

/*.enterprise #titlebar  {
	background: #2f2f2f;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='black',GradientType=0);
	background: -moz-linear-gradient(top, #2f2f2f 0%, black 46%);
	background: -webkit-gradient(linear, left top left bottom, color-stop(0%, #2f2f2f), color-stop(46%, black));
	background: -webkit-linear-gradient(top, #2f2f2f 0%, black 46%);
	background: -o-linear-gradient(top, #2f2f2f 0%, black 46%);
	background: -ms-linear-gradient(top, #2f2f2f 0%, black 46%);
	background: linear-gradient(top, #2f2f2f 0%, black 46%);
}*/

/*** Logo in titlebar ***/

/*.enterprise #titlebar #logo a{
	background-image: url("custom_logo.png");	
}*/


/*** Welcome widget / wizard ***/

/*.enterprise .ui-welcomebox, .enterprise .ui-welcomebox-overlay{
	display: none !important;
}*/