﻿html
{
	background-color: #F8F8F8;
}

#bigLogo
{
	height: 57px;
    	width: 262px;
	background-image: url('logo-box@2x.gif');
	background-size: cover;
	background-color: #23538B;
}

html.ie8orless #bigLogo
{
	background-image: url('logo-box.gif');
}

#dialog
{
	top: 230px;
}

#loginLogo {
	position: absolute;
	width: 350px;
	height: 147px;
	top: 50px;
	left: 50%;
	margin-left: -175px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('/content/themes/origami/or-logo-dark-blue.svg');
	background-size: cover;
}

html.ie8orless #loginLogo
{
	background-image: url('vertical-logo.gif');
}

#menu
{
	background-image: none;
	background-color: #23538B;
}

#sessionControls
{
	background-image: none;
}

#page .titleArea 
{
	background-color: #406b9c;
}

#menu li a, #menu li 
{
	color: #ffffff;
}

#menu li
{
	border-left: none;	
}

#menu li a:hover
{
	color: #f6c82f;
}


#sessionControls a 
{
	color: #f6c82f;
}

#page .titleArea a, #toolBar a 
{
    color: #f6c82f;
}

#page .titleArea .breadcrumbs a 
{
  color: #ffeb57;
}

#page .titleArea .breadcrumbs 
{
  color: #B1DAEB;
}

th {
    background-color: #406b9c;
}

#content table.dataGrid tbody tr.aggregaterow
{
    color: #406b9c;
}

#content h2, #content h3 {
    border-top: 1px solid #406b9c;
}

#secondaryContent
{
	color: #466d9b;
}

#secondaryContent .panel {
    border-bottom: 1px solid #406b9c;
}

#secondaryContent .highlight {
    background-color: #FCFCFC;
}

table.alphabetBar 
{
    background-color: #F2F7FD;
	text-transform: capitalize;
	color: #324861;
	font-weight: bold;
}

div.widgettitle 
{
    background-color: #406b9c;
}

div.filterPanel
{
	background-color: #F2F7FD;
	border: 1px solid #ccc;
}

span.selected
{
	background-color: #B1DAEB;
}

tr.highlight, td.highlight 
{
    background-color: #d9eaff;
}

#content table.dataGrid:not(.noalternateshading) > tbody > tr.highlight:nth-child(even) > td {
	background-color: #d5e6fc;
}

.scrollableGrid table th
{
	background-color: #406b9c;
}

.scrollableGrid td.headerRow
{
	background-color: #406b9c;
}

.toolTipIconDefaultColor {
    color: #406b9c;
}

div.ui-datepicker-header {
    background-image: none;
    background-color: #406b9c;
    border-color: #406b9c;
}

.tippy-tooltip.light-border-theme {
    border-color: #406b9c;
}

div.printed-check {
	border-bottom: 1px solid #406b9c;	
}