/* ----- HEADER ----- */

body {
	/*background: #e4e4e4;*/
}

.grass,
.trees {
	background: none;	
}

.logout_edit_account .leaf,
.main_nav ul li.active .leaf,
.right_column .leaves,
footer .energy,
.tab_row.tab_container .tab.active .leaf {
	display: none;
}


/* ----- HEADER ----- */

header .logo {
	background: url('../images/logo.svg') no-repeat;
	background-size: 300px 62px;
	margin: 36px 0 0;
	height: 62px;
	width: 300px;
}


/* purple gradient 0 100 */

nav.user,
nav ul li:hover a.user_level,
nav ul li.active a.user_level,
ul.tab_row.tab_container li.tab a,
ul.tab_row.tab_container li.tab .label,
.content ul.tab_container li.tab a,
.content ul.tab_container li.tab .label {
	background: #1650a1;
}

nav ul li:hover a, 
nav ul li.active a,
nav ul li ul li.active a {
	background: #49b050;
	color: #fff;
}

/* ----- BUTTON ----- */

/* purple gradient 50 50 */
.button,
.navigation_toolbar,
.inner_content .meter_readings_table .active, 
.inner_content .meter_readings_table .meter_readings_row:hover  {
	background: #3f9345; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmYWJjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkYmE0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3f9345 50%, #49b050 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#3f9345), color-stop(50%,#49b050)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3f9345 50%,#49b050 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3f9345 50%,#49b050 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3f9345 50%,#49b050 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #3f9345 50%,#49b050 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f9345', endColorstr='#49b050',GradientType=0 ); /* IE6-8 */

}

.button:hover {
	background: #49b050;
}


/* ----- TABS ----- */

ul.tab_row.tab_container li.tab:hover a,
ul.tab_row.tab_container li.tab:hover .label,
.content ul.tab_container li.tab:hover a,
.content ul.tab_container li.tab:hover .label {
	color: #1650a1;
}

.content ul.tab_container li.tab.active a, 
.content ul.tab_container li.tab.active .label {
    color: #1650a1;
}

/* ----- C50 block homepage ----- */
/*
.left_column .content.c50 {
	width: 730px;	
}

.left_column .content.c50 h1 {
	width: 300px;	
	float: left;
}
*/

/* ----- READINGS ----- */

.content .meters_table .input_table .previous_value_td span,
.content .meters_table .input_table .meter_input .form_field {
	color: #004459;
}


/* ----- OPTIONS/ ITEMPICKER / PAGE TITLE ----- */

.page_title_block .page_title {
	color: rgba(255,255,255,0.75);	
}

header .logout_edit_account .options,
.item_picker,
.content .page_navigator_faq li a:hover,
.content .page_navigator_faq .current,
.navigation_toolbar   {
	background: #1650a1;

}

.item_picker .list.objects .render.item.selected {
	background: #49b050 url('../../../images/object/object_icon.png') no-repeat 10px 7px;
}

.item_picker .list.objects .render.item:hover, 
.object_picker .list.objects .render.item.selected:hover {
	background: #49b050 url('../../../images/object/object_icon.png') no-repeat scroll 10px 7px;
	color: #fff;
	text-decoration: none;		
}

.item_picker .list.objects .item {
	background: url('../../../images/object/object_icon.png') no-repeat scroll 10px 7px #002d6d;
}

.item_picker .list.objects .item:nth-child(2n+1) {
	background: url('../../../images/object/object_icon.png') no-repeat scroll 10px 7px #003684;
}

/* ---- */

.right_column .options {
	background: #49b050;
}

/* ----- HEADINGS / LOGIN / FILTER ----- */

h1,
h2,
h3,
table.login_form .forgot_password,
.filter_by h3 {
	color: #000;
}

/* ----- GREEN BLOCK ----- */

.green_block {
	background: #124c9f;	
}

/* ----- PAGE NAVIGATOR ----- */

.content .page_navigator_faq li a,
.page_navigator button:hover {
	background: #416daf;
}

/* see options and itempicker for more styles */


/* ----- FOOTER ----- */

footer {
	padding: 30px 0 0;
	background: none;
	background-color: rgba(255,255,255,0.6);
	color: 	#545454;
	border-top: 4px solid #1650a1;
}