/* Site.css - add any site specific styles here
	colors, logos, etc.
*/
.header {
	height: 50px;
	background-color: #818181; /* Grey*/
}
.header h3 {
	color: #FFFFFF;
}
.sidepanel {
	background-color: #818181; /* Grey*/
}
.sidepanel h1 {
	color: #FFFFFF;
}
.otherToolTitle {
	font-size: 120%;
	font-weight: bold;
}
.otherToolMainDiv {
	background-color: #eee;
	border: 1px #888 solid;
	padding: 4px;
}	
.titlePaneContent {
	background-color: #eee;
}	
/*== Common Icon Bar Style in Main display ==*/
.icon-list {
	border-radius:5px;
	position: absolute;
	inset: 15px 15px auto; /*inset: 15px 60 px auto; */
	background-color: #818181;
	width: auto;
	height: 36px;
	display: table;
	line-height: normal;
	border:1px solid black;
}
.icon-list i {
	color: #f1f1f1;
	font-size: 24px;
	padding: 8px 8px 8px 8px;
}
.icon-list i.active {
	background-color: #333333;
}
.icon-list i.active:hover {
	background-color: #333333;
}
.icon-list i:hover {
	background-color: #4C4C4C;
}
/*== Vertical Icon Bar Style ==*/
.vertical i {
	display: block;
	font-size: 24px;
	width: 42px;
	height: auto;
}
.button .btn btn-primary {
	border-radius:5px;
	position: absolute;
	inset: 15px 60px auto;
	background-color: #818181;
	width: auto;
	display: table;
	line-height: normal;
}
