﻿:root {
    --mdc-theme-primary: #3D768F;
    --mdc-theme-secondary: #3D768F;
    --mdc-theme-auxiliary: #B6D1DD;
	--tyl-avatar-foreground-color: #3D768F;
    --tyl-avatar-background-color: #B6D1DD;
}

#content
{
   color: #3D3D3D;
}

#ui-datepicker-div .ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default,
caption,
.caption,
.landingHighlight,
.totalCompensation,
.additionBoxesTop,
.additionBoxesBottom,
a.tab,
.themed-color,
input.outlined
{
   color: #3D768F;
}
   
#sideBar ul li.primarynavselected
{
   background-image: url('images/l2-selected-teal.png');
}

div.barchart,
table.calendarmonth caption,
.themedcolor, 
input[type=submit],
input[type=button],
input[type=reset]
{
    background-color: #3D768F;
}

.themedbackground,
.modalPopup,
.modalPopupWF,
.landingHighlight,
.employmentopportunityheader th,
.trainingdetailheader th,
.barchart td.chart,
.timesheet td.themedbackground
{
    background-color:#B6D1DD;
}

caption
{
    border-bottom-color: #3D768F;
}

.expandedheader, .inlineexpandedheader
{
    background:#3D768F;
}

.collapsedheader .expander
{
    background-image: url("images/expand.png") ;
}

.inlinecollapsedheader .expander
{
    background-image: url(images/expand.png) ;
}

.timesheet td.selected
{
    background-color:#B6D1DD;
    border-bottom-color: #B6D1DD;
}

.mol-page-header {
    background-color: #3D768F;
}

.mol-side-menu > ul {
    color: #3D768F;
}

.selected-list-item {
    border-left: thick solid #3D768F;
}