/**
Program: models.css
@date 8/11/2020
@author Stephan K Eisenbarth
@organization: VA CART
Bleeding Risk: Colin O'Donnell
Syntax Scrore: Thomas Glorioso
30-Day Mortality: Colin O'Donnell
Description: Page contains the style code for the various CART predicitve models (Bleeding Risk, Syntax Score, 30-Day Mortality)
*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++ GENERAL STYLE ++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Style assocated with the table
of the page */
#hdrTbl {
width: 100%;
padding:0;
margin:0;
border-collapse: collapse;
}
/* Style assocated with the table row
of the page */
#hdrTblRow {
padding:0;
margin:0;
border-collapse: collapse;
}
/* Style assocated with elements that should appear on the left of other items */
td#hdrLft {
text-align:left;
overflow: hidden;
vertical-align: top;
white-space: nowrap;
width: 100px;
padding-left:5px;
padding-top:5px;
margin:0;
border-collapse: collapse;
}
#pipe {
margin-right: 5px;
margin-top: 8px;
text-align: left;
background-color:#606060;
width: 3px;
height: 69px;
border-collapse: collapse;
}
/* Style for the top text containing "VA Clincal Assessment, Reporting and Tracking Program" */
#topText {
font-weight: lighter;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
color: #606060;
overflow: hidden;
font-size: 4em;
vertical-align: top;
}
#quality {
font-weight: lighter;
color: silver;
}
/* Style for the horizontal line that separetes the top and bottom text */
#logoBar {
width: 645px;
height: 1px;
text-align: left;
margin-left: 0;
border: none;
color: rgb(154, 154, 154);
background-color: rgb(154, 154, 154);
}
/* Style for the bottom text containing "Safety Programs: Adverse Event Review" */
#bottomText {
font-weight: lighter;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
color: #606060;
overflow: hidden;
font-size: 1.2em;
font-style: italic;
}
/* ID Style for the CART Application version area */
#cartAppVerArea {
display: none;
}
/* CLASS Style Main header/logo element style used in the model results area */
.titleTxt {
font-size: 1.1em;
font-weight: bolder;
margin-left: 60px;
padding: 0;
}
/* ID Style for the type of model name display area */
#typeOModelArea {
font-size: 1.5em;
font-weight: bolder;
margin-top: 10px 0px 5px 0px;
}
/* CLASS Style for the user input form areas */
.formAreas {
width: 680;
min-width: 680;
background-color: white;
margin: 10px;
padding: 5px 0px 15px 15px;
border: solid 2px black;
border-radius: 34px;
position: relative;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
/* CLASS Style for the user input form general table data
element style */
.frmTbl td {
text-align: center;
padding: 6px;
white-space: nowrap;
}
/* CLASS Style label for user input */
.lbl {
font-weight: bold;
}
/* CLASS Style for main button container (which contains the Next, Previous, Clear, Submit buttons) */
.btnArea {
width: 53vw;
margin: 10px;
padding: 5px 0px 5px 10px;
position: relative;
left: 55%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
/* CLASS Style for yes-no switch