
.navitems a {
	border: #ddd solid 1px;
}

.navitems a:hover {
	color: white !important;
	background: #007dbd !important;
}

.navitems .selecteddirectory {
	color: #eee !important;
}

.tooltips_content_wrap .tooltips_list span, .tooltips_directory .tooltips_list .tooltips_table_title a {
	color: #1880d0;
}

/*
.tooltips_content_wrap .tooltips_list
{
	padding:1rem;
}

.tooltiplist_count {
color: #C0392B;
}
*/
.tooltips_table {
	display: table-row;
}

.tooltips_list:last-child {}

.tooltips_directory {}

.tooltips_table span {
	color: #1880d0;
}

.tooltiplist_count {
	color: #c0392b;
}

/*---
css for tables
---*/
.tooltips_table_items {
	color: #333;
	display: table;
	border-bottom: none;
}

/*
start zebra effect 34.1.8
.tooltips_list:nth-child(even)
{
	background-color: #ffffff;
}
*/

/*
.tooltips_list:nth-child(2n) .tooltips_table_title
{
	background-color: #ffffff !important;
}

.tooltips_list:nth-child(2n) .tooltips_table_content
{
	background-color: #ffffff !important;
}

  end zebra effect 34.1.8 */
.tooltips_table_title {
	color: #666;
	width: 40%;
	display: table-cell;
	background-color: #fafafa;
	border: 1px solid #e9e9e9;
}

.tooltips_table_content {
	color: #666;
	display: table-cell;
	width: 60%;
	background-color: #f6f6f6;
	border: 1px solid #e9e9e9;
}

.tooltips_list {
	border: 1px solid #d8d8d8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 2px;
	background: #f6f6f6;
}
