/**************************************************************************
*
*  Licensed Materials - Property of IBM
*
*  © Copyright IBM Corporation 2016, 2020
*  © Copyright Merge Healthcare 2015, 2016
*  © Copyright DR Systems, Inc. 2010, 2015
*
*  US Government Users Restricted Rights-Use, duplication or disclosure
*  restricted by GSA ADP Schedule Contract with IBM Corp.
*
**************************************************************************/
/*
Please keep tags first, then classes, then IDs, and then within each categorization, alphabetically ordered.
*/
HTML, BODY
{
    width: 100%;
    height: 100%;
}

BODY, DIV, TD, TH
{
    font-family: sans-serif;
}

BUTTON
{
    background-color: #BABABA;
    cursor: pointer;
}

.Toolbar
{
    background-color: #BABABA;
    padding: 0;
    font-size: 10pt;
}

.ActionsBar
{
    background-color: #BABABA;
    padding: 0.5em 0 0.5em 0.5em;
}

.main
{
    padding: 0; margin: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    min-height: 420px;
    -webkit-box-sizing: border-box;
    border: none;
}

.page
{
    background-color: White;
    margin: 0px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    height: 100%;
}

.BlueLink A:active
{
    color: Blue;
}

.BlueLink A:link
{
    color: Blue;
}

.BlueLink A:focus
{
    color: Blue;
}

.BlueLink A:visited
{
    color: Blue;
}

.BlueLink A:hover
{
    color: Blue;
}

.Copyright
{
    font-family: Arial;
    font-size: 10pt;
    padding: 0.5em 0 0.5em 0;
}

.LoginCopyright
{
    font-family: Arial;
    font-size: 7pt;
}

.DataGrid
{
    border: solid medium #507CD1;
    color: #333333;
}

.DataGrid TH
{
    text-align: left;
    border-style: inset;
    border-width: medium;
    font-size: 10pt;
    white-space: nowrap;
    color: White;
    background-color: #507CD1;
    font-weight: bold;
}

.DataGrid TH A
{
    color: White;
}

.DataGrid TD
{
    font-weight: bold;
    font-size: 10pt;
    white-space: nowrap;
    cursor: pointer;
}

.DataGridRow
{
    background-color: #EFF3FB;
}

.DataGridAltRow
{
    background-color: White;
}

.DataGridStatRow
{
    background-color: #FFF8DC;
    color: Red;
}

.DataGridSortHeader A
{
    font-weight: bold;
    font-size: larger;
}

#DataSrcList
{
    width: 12em;
}

.DetailsView
{
    border: solid medium #507CD1;
}

.DetailsViewName
{
    background-color: #507CD1;
    color: White;
}

.DetailsViewValue
{
    background-color: #EFF3FB;
}

.DetailsViewAltValue
{
}

.DetailsViewWideValue
{
    border: solid medium #507CD1;
}

.DoneButton
{
    width: 10em;
    height: 5em;
}

.ErrorMessage
{
    font-size: large;
    font-weight: bold;
    color: Red;
    text-decoration: underline;
    padding: 1em 1em 1em 1em;
}

.ExamDescription
{
    font-weight: bold;
}

.LoginBox
{
    border: solid 1px #CCCCCC;
    border-collapse: collapse;
    color: #666666;
}

.LoginErrMsg
{
    color: Red;
    text-decoration: underline;
}

.LogoutBtn
{
    cursor: pointer;
}

.OnlineShowExamButton
{
    width: 10em;
}

.PatientDescription
{
    font-weight: bold;
}

.PriorsDataGridReviewedRow
{
    background-color: Fuchsia;
    color: Lime;
}

.PriorsDataGridUnReviewedRow
{
    background-color: Yellow;
}

.UpperCase
{
    text-transform: uppercase;
}

.AdvanceSearch
{
    text-transform: uppercase;
    margin-top: 1px;
}

#SearchText
{
    text-transform: uppercase;
    width: 9em;
    border: none;
	border-width: 0px;
	-webkit-appearance: none;
}

#ShowMoreResultsTable
{
    background: #507CD1;
}

#ShowMoreResultsTable A
{
    color: White;
    font-size: larger;
}

#HelpBar
{
    border: solid medium #507CD1;
    background-color: #507CD1;
    color: White;
    font-family: Arial;
    font-size: 10pt;
    white-space: nowrap;
    cursor: default;
}

#HelpBar A
{
    color: White;
}

#QuickStart
{
    font-size: 12pt;
}

#QuickStart UL
{
    font-size: 10pt;
    padding: 0 0 0 2em;
    margin: 0 0 0 0;
}

#QuickStart LI
{
    font-size: 9pt;
}

#QuickStartLink A
{
    color: White;
}

Body.PropertyPage
{
    overflow: hidden;
    font-family: Arial;
    font-size: 12px;
}
Table.PropertyPage
{
    background: lightgreen;
    width:75%;
}

::-ms-clear
{
   display: none;
}
