﻿.view-switcher {
    padding: 0.5em; 
    font-weight: normal;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: solid 1px #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* CHS-Specific styles
-----------------------------------------------------------*/

@media only screen and (min-width: 800px)
{
	.ui-page
	{
		width: 800px !important;
		margin: 0 auto !important;
		position: relative !important;
	}
}

.pageHeader
{
	height: 1.8em;
	border-bottom: 4px double black;
	position: relative;
}

.pageTitle
{
	position: absolute;
	left: 0px;
	bottom: 2px;
	font-weight: bold;
	color: #993300;
	font-size: 1.5em;
}

.navigationHeader
{
	position: absolute;
	right: 4px;
	bottom: 2px;
	font-size: 1em;
	font-weight: bold;
	color: black;
	text-align: right;
	vertical-align: bottom;
	padding-top: .6em;
}

	.navigationHeader a
	{
		margin-left: 10px;
		margin-right: 4px;
		text-decoration: none;
	}

.userIdentity
{
}

.actionItemBox
{
	float: left;
	margin-right: 4px;
}

.claimSummaryBox
{
	float: left;
}

.recentActivityBox
{
	float: left;
	margin-left: 4px;
}

.summaryBox
{
	height: 100%;
}

	.summaryBox h1
	{
		font-size: .85em;
		font-weight: bold;
		margin: 0px;
	}

.summaryData
{
}

.summaryDataNarrow
{
	width: auto;
}

.withBorder
{
	border: 1px solid black;
}

.withGrid td
{
	border: 1px solid lightgray;
}

div.summaryData
{
	padding: 4px;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

td
{
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
	height: 30px;
}

	td a
	{
		width: 100%;
		display: block;
	}

td a:link
{
	color: black !important;
	text-decoration: none !important;
	font-weight: normal;
}

td a:active
{
	color: black !important;
	text-decoration: none !important;
	font-weight: normal !important;
}

td a:visited
{
	color: black !important;
	text-decoration: none !important;
	font-weight: normal !important;
}

td a:hover
{
	color: red !important;
	text-decoration: none !important;
	font-weight: normal !important;
}

.gridHeader td, .gridheader td a:link, .gridheader td a:hover
{
	background-color: #cccccc;
	font-weight: bold !important;
	border: 0px solid black;
}

.gridBody td
{
	border: 0px solid black;
}

.alignUp td
{
	vertical-align: top;
}

table
{
	border-collapse: collapse;
	font-size: 9pt;
	margin: 0 auto;
	width: 100%;
}

.evenLine
{
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc!important;
}

.oddLine
{
	background-color: #ffffff;	/* was ddddff */
	border-bottom: 1px solid #cccccc!important;
}

.infoTitle
{
	font-weight: bold;
}

.infoData
{
}

    .segmented-control { text-align:center;}
    .segmented-control .ui-controlgroup { margin: 0.2em; }
    .ui-control-active, .ui-control-inactive { border-style: solid; border-color: #000; }
    .ui-control-active { background: #aa0000!important; }
    .ui-control-inactive { background: #660000!important; }

    .headerButton
    {
        float: left;
        margin-right: 5px!important;
    }

    .headerDivider
    {
        background: #990000;
        border: none;
        height: 1px;
        margin: 0px;
    }

.newClaim A:link, .newClaim A:visited
{
	color: #009900!important;
}

.oldClaim A:link,.oldClaim A:visited
{
	color: #e00000!important;
}

.summaryData A:hover
{
	color: #000000!important;
}

.withGaps td
{
	padding-left: 2em;
	padding-right: 2em;
}

.hasAlert
{
	background-color: #ffccee;
}

.closedClaim
{
	background-color: #ccffcc;
}

.topAlign
{
	vertical-align: top;
}

.alertText, .alertText a:link, .alertText a:visited
{
	font-weight: bold;
	color: #cc0000 !important;
}

.nonAlertText
{
	font-weight: normal;
}

a.bold:link, a.bold:visited
{
	font-weight: bold !important;
}

/*--- Checklist ---*/

.claimType
{
	font-size: 2em;
	font-weight: bold;
}

.checklistGroup
{
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 1em;
}

.checkboxHeading
{
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 1em;
	padding-left: .5em;
	padding-right: .5em;
}

.checkboxCell
{
	text-align: center;
}

.allLabel
{
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}

.extraPadding
{
	padding-left: .5em;
	padding-right: .5em;
}
