
/* Reports */
table.reporttab {
  border-collapse: collapse;
  margin-top: 50px;
  color: #333333;
  text-align:center;
  font-family:arial,sans-serif;
}

table.reporttab tr th {
   padding: 5px;
   background-color:#c7D2E0;
   border: 1px solid #000000;
   font-size: 12pt;
}

table.reporttab tr td {
   border: 1px solid #000000;
   font-size: 10pt;
}




.becometable {
  font-family: arial;
  font-size: 10pt;
  border-collapse: collapse;
}

/* Debugging support for reports */
.becomerow:hover {
  background-color: #aabbcc;  
  text-decoration:underline;
}

.becomerow td {
  padding: 3px;
}

/* Stuff taken from Colin's CSS file for reports, altered here to require classes... */

table.report {
	border-collapse: collapse;
	margin-top: 50px;
	color: #333333;
	text-align: center;
}

table.report tr th {
	background-color: #C7D2E0;
	border: 1px solid #000000;
        font-size: 10pt;
        padding: 5px;
}

table.report tr td {
	border: 1px solid #000000;
	font-size: 10pt;
        padding: 5px;
}

table.report.tableHead {
	color: #1E4A3F;
	font-size: 1.2em;
	border: 0px;
	background-color: #ffffff;
	padding-bottom: 5px;
}

.noBorder {
	border: 0px;
}

.rowDivide {
	border: 0px;
	height: 20px;
}

.textLeft {
	text-align: left;
}

.reportLink {
	padding: 0px 10px 0px 10px;
}

#tmp.button {
	background-color: #ffffff;
	color: #41799a;
	border-radius: 3px;
	border: 1px solid #808080;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	width: 50px;
}

#update.button {
	background-color: #ffffff;
	color: #41799a;
	border-radius: 3px;
	border: 1px solid #808080;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	width: 50px;
	font-weight:bold;
}

#update.button:hover {
    background-color: #41799a;
    color: white;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

#emailTable {
	text-align: left;
}

#emailTable td, th {
	padding-left: 5px;
}

#topLinks {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	float: right;
}

#toplinks a {
	display: inline-block;
}

#displayPeriod {
	display: inline-block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 150px;
/*	float: right; */
}

#reportContent {
	padding-top: 10px;
}

#load {
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	float: right;
	width: 51%;
}


#resultDiv {
    width: 100%;
    text-align:center;
}


/* Quote Request Stuff */

table.tictop {
    font-family: arial,sans-serif;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
 /*   display: inline-block; */
    border-collapse: collapse;
    width: 100%;
}

table.tictop thead th {
   border : solid black 1px;
   background-color: #eeeeee;
   font-size: 14px;
   padding: 2px;
   width: 33%;
}

table.tictop tbody td {
   border-left : solid black 1px; 
   border-right : solid black 1px; 
   padding: 2px;
}

table.tictop tbody td.spacer {
   border: none;
}

table.tictop tbody tr.lastrow td {
  border-bottom: solid black 1px;
}

table.tictop tbody tr.lastrow td.spacer {
  border-bottom: none;
}

/* ticket detail style */

.divReportHead {
  text-align:center;
  font-size: 20px;
  font-family:  arial, sans-serif;
  font-weight: bold;
}

#reportDetailTable {
  width: 100%;
  border-spacing: 10px;
}

.tdlabel {
  background-color: #dddddd;
  background-color: white;
  font-family: arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #2f5e53;
  line-height: 18px;
  padding: 3px;
}

.tdvalue {
  font-weight: normal;
  color: #373737;
}



.healthboxmax {
    border: solid black 1px;
    padding: 0px;
    margin:0px;
 /*   display: inline-block; */
    width: 100%;
    margin-bottom: 2px;
}

.healthboxmax thead {
   border-bottom: solid black 1px;
   margin:0px;
   background-color: #eeeeee;
   padding: 10px;
   font-size: 14px;
   height: 20px;
}

.tictitle {
  font-size: 12pt;
  color: black;
  font-weight: bold;
}

/* From webaccessmobile.css */

#pcaRequestForm .button {
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 30px;
}



#noteDiv p {
	border: 1px #000000 solid;
	padding: 10px;
        font-size: 12px;
}

#ihNoteDiv p {
	border: 1px #000000 solid;
	padding: 10px;
}

#res-info {
	padding: 10px 0px 0px 10px;
}

#bus-info {
	padding: 0px 0px 0px 10px;
}

#web-access-prodDiv {

	display: none;

}

#web-access-date {

	font-weight: bold;
	font-size: 1.25em;
}

#web-access-assistant {

	margin-top: 10px;

}

#personalInfoTwo, #healthInfoTwo, #addInfoTwo {
	display: none;
}

#requestTable {
	border-collapse: collapse;
	width: 100%;
	font-size: 13px;
}

#requestTable td {
	border: 1px #000000 solid;
	padding: 2px;
}

#similarTable {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

#similarTable td {
	border: 1px #000000 solid;
	padding: 2px;
	width: 16.6%
}

.hideCal .ui-datepicker-calendar {
	display: none;
}

.detailTable {
font-family: arial,sans-serif;
font-size: 12px;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

.detailTable td {
	border: 1px #000000 solid;
	padding: 2px;
	width: 37%;
}

.detailTable td.colOne {
	width: 25%;
	text-align: left;
}

.detailTable td.noshow {
	border: 0px;
}

.medTable {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

.medTable td {
	border: 1px #000000 solid;
	padding: 2px;
	width: 25%;
}

.scriptTable {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

.scriptTable td {
	border: 1px #000000 solid;
	padding: 2px;
	width: 20%;
}

form#pcaRequestForm {
  font-family:arial.sans-serif;
font-size: 12px;
}



/*=================================== TICKET SEARCH =================================*/


.searchBox-title {
/*	border: 1px solid #E3EDF3;
	background-color: #E3EDF3; */
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 81%;
	color: #888888;
	border-radius: 3px 3px 0px 0px;
}

.searchBox-title h2 {
	text-align: left;
	font-size: 1.25em;
	margin: 15px 0px 8px 0px;
        color: #88888888;
	font-family: Arial,sans-serif;
	font-weight: normal;
}

.searchBox-content {
    background-color: #C7D2E0;
/*#ebf7f5; */
    border: 1px solid black; /* #E3EDF3; */
    border-radius: 0px 0px 3px 3px;
    padding: 10px 0px 10px 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px; 
    width: 90%;
}

.searchBox-content h1 {
	font-size: 1.25em;
}


.searchResult {
	float: right;
	width: 100%;
	border: solid 1px #E3EDF3;
	text-align: center;
	height: 50px;
	cursor: pointer;
}

.searchResult div {
	display: inline-block;
	width: 25%;
	line-height: 50px;
}

.searchResult tbody tr.note td { 
  vertical-align:top;
}

.searchResult tbody tr.noteblank td {
   border: none;

}

.searchResult tbody tr.noteblank  {
   border: none;

}

/* MISC - datepickers need to be on top */

.hasDatePicker {
  z-index: 100;
}


#notetab {
  width: 100%;
  font-size: 12px;
/*  background-color: #F4FACF; */
}

#notetab tr td {
/*  background-color: #F4FACF; */
  vertical-align:top;
  color: #373737;
}

table.notehead {
  width: 100%;
}

/* Notes list */

#notetab {
  border-collapse: collapse;
}

#notetab tr {
  border: solid black 1px;
  font-family: arial,sans-serif;
}
#notetab tr td .notehead tr {
  border: none;
}
.notehead tr {
  border: none;
  font-family: arial,sans-serif;
}

#notetab thead tr {
  background-color: #eeeeee;
}

#notetab thead tr th { 
    text-align:left;
    padding-left: 4px;
}

#notetab tbody tr.noterow td.content, #notetab tbody tr.noterow td.notedate {
  padding: 4px;
}


#notetab tbody tr td.attachments {
   font-size: 12px;
   font-family: arial,sans-serif;
/*   max-wdith: 100px; */
   overflow: hidden;
}

.lookupstatus {
  font-size: 10pt;
  padding-left: 6px;
}

.statusnotegreen {
    padding: 5px;
    color: white;
    background-color:#44cc44;
    border-radius: 3px;
}

.statusnotered {
    padding: 5px;
    color: white;
    background-color:#ee4444;
    border-radius: 3px;
}
    
.checkmark {
   padding: 5px;
   color:#44cc44;
   font-weight: bold;
}


#PasswordSubmit, #PWContinue {
	background-color: #ffffff;
	color: #41799a;
	border-radius: 3px;
	border: 1px solid #808080;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	width: 100px;
	font-weight:bold;
}

#PasswordSubmit:hover {
    background-color: #41799a;
    color: white;
}


.no-close .ui-dialog-titlebar-close { 
   display:none;
}

h3.pwerr {
  color: #ff0000;
}


#busybox {
    display:none;
    color: #333333;
}


.bustable {
    font-size: 12px;
    width: 100%;
}

/* Case Status */

.clientname {
    font-size: 14pt;
    text-align:center;
}

.clientheader {
    font-size: 12pt;
    color: #0D6EB5

}

#clientinfotab tr th {
    padding-right: 8px;
    font-size: 10pt;
    vertical-align:top;
}

#clientinfotab tr td {
    font-size: 10pt;
}


#clienthistorytab {
    display:none;
}

    
/* Illustrations */
/* Automatically built from buildFileExtensions.php */
.ft-doc {
  padding-right: 25px;
  background-image: url(/images/ft-icons/doc.png);
  background-position: 100% 50%;
  background-repeat: no-repeat; }

.ft-docx {
  padding-right: 25px;
  background-image: url(/images/ft-icons/docx.png);
  background-position: 100% 50%;
  background-repeat: no-repeat; }

.ft-dotx {
  padding-right: 25px;
  background-image: url(/images/ft-icons/dotx.png);
  background-position: 100% 50%;
  background-repeat: no-repeat; }

.ft-pdf {
  padding-right: 25px;
  background-image: url(/images/ft-icons/pdf.png);
  background-position: 100% 50%;
  background-repeat: no-repeat; }

.ft-ppt {
  padding-right: 25px;
  background-image: url(/images/ft-icons/ppt.png);
  background-position: 100% 50%;
  background-repeat: no-repeat; }

.ft-pptx {
  padding-right: 25px;
  background-image: url(/images/ft-icons/pptx.png);
  background-position: 100% 50%;
  background-repeat: no-repeat; }

.ft-xls {
  padding-right: 25px;
  background-image: url(/images/ft-icons/xls.png);
  background-position: 100% 50%;
  background-repeat: no-repeat; }

.ft-xlsx {
  padding-right: 25px;
  background-image: url(/images/ft-icons/xlsx.png);
  background-position: 100% 50%;
  background-repeat: no-repeat; }


#clientilltab {
    width: 100%;
}
#clientilltab thead tr th {
    border-bottom: gray 1px solid;
}

#clientilltab tbody tr td {
    white-space: nowrap;
    max-width: 50%;
    font-size: 12px;
    
}

#clientilltab tbody tr td a.illfilename {
    font-size: 12px;
}

#clientilltab tbody tr td.illdate {
    font-family: Courier,fixed;
}


#clientnotestab {
}

#clientilltab tr td {
    padding-top: 3px;
    padding-bottom: 3px;
}

#clientnotestab thead tr th {
    border-bottom: gray 1px solid;
}

#clientnotestab tbody tr td {
    font-size: 12px;
}


#clientnotestab tr td {
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align:top;
}

#clientnotestab tbody tr td.notesdate {
    font-family: Courier,fixed;
}




#clienthistorytab {
    width: 100%;
}
#clienthistorytab thead tr th {
    border-bottom: gray 1px solid;
}

#clienthistorytab tbody tr td {
    white-space: nowrap;
    max-width: 50%;
    font-size: 12px;
    
}

#clienthistorytab tbody tr td.historydate {
    font-family: Courier,fixed;
}


table.plist {
    border-collapse: collapse;
}
table.plist tbody tr {
    border: solid black 1px;
}

table.plist tbody tr:hover {
    background-color: #eeeeee;
/*    text-decoration:underline; */
}
table.plist thead tr {
    background-color: #41799A;
    color:white;
}

table.plist thead tr {
    border: solid black 1px;
}

table.plist td {
    padding: 3px;
}

table.plist th {
    padding: 3px;
}

table.plist tbody tr td.plink a {
    text-decoration: underline;
}
