/* NEW (Feb 8th 2018) stm "interim" custom brand - removes PeopleClues logo with Big 5 Assessments interim logo */

html	{ background: #F2F2F2;}

h1#logo {
display:block;
width:202px;
height:87px;
text-indent:-9009px;
background:transparent url('images/big5LogoDashboard.png') no-repeat 0 0;
position: absolute;
top: 10px;
left: 700px;
z-index: 5;
}

h1#logo a {
display:block;
width:100%;
height:100%;
outline:none;
}

#tagline { display: none;}

#canvasWrapper {
}

#canvasWrapper > footer { background:#E6E6E6; text-shadow:none; font-size:11px; color:#9B9B9B; padding:5px 20px 2px 20px; }
#canvasWrapper > footer a {color:#9B9B9B;}

#canvasWrapper > header { height: 150px; }
#canvas { border: none; background: #fff; }
section.breadcrumb { display:none; }

.user { background:none; border:none; color:#fff; margin-top:25px; position:absolute; left:0px;}
.user img.avatar	{ margin-right:10px; width:25px; margin-top:15px;}
.user-detail .name	{ color: #404040;}
.user-detail .text	{ color: #666; }

/*MENU*/
#canvas header	{ background: #E6E6E6 url('images/nav-bg.gif') repeat-x; height: 30px; }
.menu li		{ border-right:0px solid #6D6D6D; }
.menu li.active a	{ background: #DE302F; color: #FFF; text-shadow: 1px 1px 1px #BB2800;}
.menu ul ul		{ background: #C4312A; }
.menu li li		{ border-bottom:1px solid #EC9CA1;}

a		{ color: #E1312F; text-decoration: none;}
a:hover		{ color: #A0201E; text-decoration: underline;}
.aLink 	{ color: #E1312F; cursor:pointer; text-decoration: none;}
.aLink:hover 	{ color: #A0201E; cursor:pointer; text-decoration: underline;}


.box-header .tabs li.active a	{ background: #B82700; }
.box-header .tabs li a.selected	{ background: #B82700; }


