/***
 ***
 ***
 ***

	custom.css

	Custom Stylesheet for Council Themeing of e-Services
	Civia Pty. Ltd. 2016


	PLEASE NOTE:
	We encourage you to read the accompyaning documentation for this file
	entitled "Custom e-Services Styling Guide". The Guide covers in detail how 
	to use this custom.css file and the types of decisions and options that 
	are avaialble to you when editing the style defintions.
	It also goes through a step-by-step example of using "Find and Replace"
	within this file to very quickly change the look of the site to what you
	want.

	-----------------------------------------------------------------------------

	This stylesheet overrides the main e-Services stylesheets and default theme 
	so that individual councils can apply their own colours and brand to the site.

	For your convenience, only the main style attributes have been included here.

	These are:
		- background-color
		- color
		- border-color
		- border-radius (& variants)
		- box-shadow

	These are the attributes that most impact the style and look of the site, and by
	changing just these a web master or web team should be able to get the e-Services
	site "on-brand" very quickly.

	All the style definitions within this file are REPEATS of what it already
	in the main system stylesheets. This means that even if you delete all the
	styles and code below the site would still display in it's default theme.

	Please feel free to add to, and extend this stylesheet if you need to further
	customise the look and feel of the site.  There are MANY more classes, ids and
	styles that are not listed in here that can be overidden. 

	-------------------------------------------------------------------------------

 ***
 ***
 ***
 ***/

/*
	Maribyrnong City Council

	#313378 Purple
	#FEB613 Orange
	#EEF3F9 V.Light Blue
	#222222 Dark Text
	#2E3376 Text Links Dark BLue

*/

/*
 *	Heading
 */

#masthead {
	background-color: #727277;
	height: 100px !important;
}

.council-logo {
    height: 100px !important;
    width: 280px;
	background-size: 80%;
    background-image: url("http://ecouncil.maribyrnong.vic.gov.au/council/eservice/images/makePayment/councillogogreybackground.jpg");
}

/*
 *	Body
 */

 body {
	background-color: #EEEEEE;
	box-shadow: none;
}

#content  {
	box-shadow: none;
	background-color: #EEEEEE !important;
}

/*
 *	Body
 */
 
/*
 *	LEFT MENU
 */

#menus-button {
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

/* Menu */
li#siteaccesspanel_1 div.menu-header-panel {
	background: #E09E14;
}

/* Favorites */
li#siteaccesspanel_2 div.menu-header-panel {
	background: #E09E14;
}

/* History */
li#siteaccesspanel_3 div.menu-header-panel {
	background: #727277;
}

#menu-search #menu-search-submit {
    background: #E09E14;
}

/*
 *	Footer
 */

#bottom {
	background-color: transparent;
	box-shadow: none;
}