/*+++++++++++++++++ BACKGROUND COLORS +++++++++++++++++*/
body > .header,
body > .header_bo,
.tabs > .content,
.mini-list1 .item {
	background-color: #f5f5f5;
}

body > .header_bo #submenu .image.empty {
	background-color: #e3e3e3;
	background-repeat: no-repeat;
	background-size: cover;	
	background-image: url('../imgs/organizationDefault.png');		
}

.mini-list1 .new,
a.image {
	background-color: #ebebeb;
}

body > .header_bo #user .image.empty,
body > .header_bo #menu .image.empty,
.small-form a.image {
	background-color: #d6d6d8;
	background-repeat: no-repeat;
	background-size: cover;
}

body > .header_bo #user .image.empty{
	background-image: url('../imgs/userDefault.png');
}

body > .header_bo #menu .image.empty{
	background-image: url('../imgs/organizationDefault.png');
}



#form-tab .mini-list1 .item.separator {
	background-color: #ffffff;
}

/*+++++++++++++++++ BORDER COLORS +++++++++++++++++*/
body > .header,
body > .header_bo,
body > .header_bo #submenu,
body > .header_bo #submenu .sep,
body > .content .category > h1,
.tabs > .content {
	border-color: #e5e5e5;
}

a.image,
.mini-list1 > h1,
.mini-list1 > .new,
.mini-list1 > .custom-form {
	border-color: #e3e3e3;
}

body > .header_bo #menu {
	border-color: #f5f5f5;
	border-left-color: #e5e5e5;
}

body > .header_bo #menu.selected {
	border-color: #e5e5e5;
}

/*+++++++++++++++++ FONT COLORS +++++++++++++++++*/
body,
body > .header #brand,
body > .header a,
#features > h1,
#features .feature h1,
#login > h1,
#login > p,
#clients > h1,
#submenu a,
#navigation a,
.big-list .links a,
.big-list .actions a,
.mini-list1 .actions a,
.mini-list1 .new a {
	color: #555555;
}

.tabs > .header > .entry.inactive,
#form-tab .small-form .small-field.inactive {
	color: #d3d3d3;
}

#features .feature p,
body > .content .category > .application p,
.light-grey {
	color: #9999a1;
}

#navigation a.selected,
body > .content .category > .application h1 {
	color: #f00094;
}

.big-list .item .published {
	color: #2c9000;
}

.big-list .item .incomplete {
	color: #f69233;
}

.big-list .item .closed {
	color: #606060;
}

/*+++++++++++++++++ TOOLTIP MARKS +++++++++++++++++*/

.tooltip-mark {
	color:				#f5f5f5;
	background-color: 	#d3d3d3;
	/*background-color: 	#f00094;*/
}


