body {


}

a, a:visited {
	color: #333;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: black !important;
}

/******/

#fixedmenu {
		background-color: #eee;
}

.fixedmenuitem {
	color: #505050;
}

.fixedmenuitem:hover {
	color: black;
}

.background_layer {

}

/******/

#setupWindowLayer{
  background-color: #fff;
	-webkit-box-shadow: 0px 0px 50px #aaa;
}

#fwTitleBar{
	background-color: #eee;
}

#fwClose:hover {
	background-color:lightgrey;
}

#notifier {
	background-color: #eee;
}

/****/

.sidebar {
	background-color: #F5F5F5; /* Black*/
}

.sidebar_item {
  color: inherit;
}

.sidebar_active_item {
  color: inherit;
	background-color: #c3e7ff;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	margin-right: 30px;
}

/****/

.openbtn {
	background-color: grey;
}

#appname {
	color: inherit;
}

#header {
	background-color: #eee;
}

#m_accounts_list .m_bank_name {
	background-color: lightgrey;
}

#m_operations_list .m_date {
	background-color: lightgrey;
}

.m_home_section {
	background-color: lightgrey;
}

#m_sched_operations_list .m_operation .m_operation_day, #m_operations_list .m_operation .m_operation_day {
	background-color: #ddd;
}


#m_sched_operations_list .m_operation .m_operation_month, #m_operations_list .m_operation .m_operation_month {
	background-color: #ddd;
}

.omnibutton {
  background-color: #c3e7ff;
  box-shadow: 6px 6px 30px 0px #999;
}

.item_selected {
  background-color: #F5F5F5;
  /*border-left: 1px solid #ccc;
  border-right: 1px solid #ccc*/
}

.card_name, .card_balance, .card_balance_date, .card_month_balance {
	background-color: #ddd;
}

.m_item_selected {
  background-color: #F5F5F5;
}

#FixedCtxMenu {
	background-color: #c3e7ff;
}

#FloatingWindowNavigation {
  background-color: #eee;
}
