﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    padding: 0px;
    margin-top: 0px;
    background: #CDCDCD;
}

a:link, a:visited
{
    color: #063868;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #063868;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.widthFitContent {
    max-width: 100%;
    white-space: nowrap;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}

h1
{
    clear: both;
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 976px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: none;
    padding: 0px 9px 9px 9px;
}

.header
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.menu
{
    margin-top: 6px;
    padding: 4px 4px 4px 8px;
    background-color: #E8E8EA;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: auto;
}

div.menu ul li
{
    display: inline;
    font-size: 16px;
    font-weight: bold;
}

div.menu ul li a, div.menu ul li a:visited
{
    color: black;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

ul.tabs
{
    text-align: left;
    font-size: 11pt;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

ul.tabs li.selected
{
    background-color: #eeeeee;
    padding-left: 4px;
}

ul.tabs li
{
    display: inline;
    margin-bottom: 4px;
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;

}

ul.tabs li a
{
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    text-decoration: none;
    font-weight: bold;
    color: #666666;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}


ul.tabs li + li
{
    border-left: 1px solid #cccccc;
    margin-left: 2px;
}


ul.tabs li + li a
{
    padding-left: 7px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}


/* Validation  
----------------------------------------------------------*/

.input-validation-error
{
    border: 1px solid #EE0000;
    background-color: #FFDDCC;
}
.validation-summary-errors
{
    color: #EE0000;
}


/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    margin-bottom: 4px;
}

.loginDisplay {
    font-size: 1.1em;
    float: right;
    position: absolute;
    text-align: right;
    padding: 10px;
    color: White;
    width: 950px;
}

.loginDisplay a:link {
    color: white;
}

.loginDisplay a:visited {
    color: white;
}

.loginDisplay a:hover {
    color: white;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    float: left;
    text-align: left;
    padding-right: 10px;
}
div.notificationBanner {
    padding: 5px;
    background-color: #FFFF00;
    border: dashed;
    font-size: 1.2em;
}

.date {
    background-image: url('../images/calendar.png');
    background-position: right center;
    background-repeat: no-repeat;
}
input[type="text"]
{
    
    border: 1px solid #BBBBBB;
    padding: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
}
table.layout td
{
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}

.tdwordwrap
{
    min-width: 150px;   
    max-width: 300px;
    float: left; 
    white-space:normal;
    word-wrap:break-word;
}
.separator
{
    border-top: 1px solid #BBBBBB;
    width:50%;
}

.display-label
{
    font-weight:bold;
    margin: 0px;
	padding: 0px;
	width: 380px;
	float: left;
}   

.display-field
{
    margin: 0px;
	padding: 0px;
	width: 180px;
	float: left;
}

.editor-label
{
    font-weight:bold;
    margin: 0px;
	padding: 0px;
	width: 380px;
	float: left;
}

.editor-field
{
    margin: 0px;
	padding: 0px;
	width: 180px;
	float: left;    
}
.auditComment
{
    width: 250px;
    height:100px;
}
.auditCommentLarge
{
    width: 450px;
    height:200px;
 
}
.errorMessage
{
    color:Red;
    font-weight:bold;   
}

table.auditTable td
{
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    padding-bottom: 2px;
    
}

table.careRecordAudit td
{
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    padding-bottom: 2px;
}

.hoverHelp:hover
{
    cursor:help;    
    background-color: #DCDCDC;
    color: Blue;
}

table.mailedAuditTable td
{
    font-family: Arial;
    font-size: 12px;
    vertical-align: top;
    padding-bottom: 2px;
    color: #666666;
}

.alignRight
{
    width: 250px;
    text-align: right;
    height: 20px;
}

.alignLeft
{
    text-align: left;
    height: 20px;
}



/* Grid
----------------------------------------------------------*/

.grid {
    border-collapse: collapse;
    border: 1px solid #dddddd;
}

.grid th, .grid td {
    padding: 3px;
    border-left: 1px solid #dddddd;
}

.grid td.red {
    color: #FF0000;
}

.grid td.yellow {
    color: #FFFF00;
}

.grid th {
    background-color: #dddddd;
}

.alternategrid {
    background-color: #eeeeee;
}

.redgrid {
    background-color: #FF0000;
}


/*----------------------------------------------------------
    Observation EWS
----------------------------------------------------------*/
.headerEws {
    display: flex;
}

.logoEws {
    padding-right: 20px;
    height: 80px;
    width: 80px;
}

.titleEws {
    font-size: 14px;
    font-weight: bold;
}

.nameEws {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.notesEws {
    margin-top: 15px;
}

.gridEws {
    font-family: Arial;
    vertical-align: top;
    margin-top: 10px;
    border-collapse: collapse;
    border: 1px solid #dddddd;
}

.gridEws th, .gridEws td {
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.gridEws th {
    background-color: #dddddd;
}

.rowEws {
    padding: 3px;
}

.cellEwsHeader {
    padding: 3px;
    padding-left: 10px;
}

.cellEws {
    word-wrap: break-word;
    max-width: 80px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px
}

.cell {
    word-wrap: break-word;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px
}

.cellEwsBold {
    font-weight: bold;
    font-size: 14px;
}

.rowEwsGroup {
    padding: 3px;
    color: #61605d;
    background-color: #eeeeee;
    font-weight: bold;
}

.columnEwsGroup {
    padding: 3px;
    font-size: 14px;
}

.tooltip {
    position: relative;
    text-decoration: underline;
}

.tooltipText {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 500px;
    color: #61605d;
    background-color: #eeeeee;
    padding: 2px;
    top: -8px;
    left: 90%;
    text-align: left;
}

.tooltip:hover .tooltipText {
    visibility: visible;
}