
@font-face {
   font-family: 'Nunito';
   src:    url('/static/css/Nunito-VariableFont_wght.ttf');
   font-weight: normal;
   font-style: normal;
}

body {
  background: #FFF;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
}

busy {
  cursor: wait;
}

img {
  border: 0px;
}

A:visited {
  color: #301429;
}

A:link {
  color: #0A799A;
}

TR.first TH A,
TR.first TH A:visited {
  color: #FFF;
}

header {
  position: fixed;
  height: 80px;
  margin: 0px;
  width: 100%;
  padding: 0px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  z-index: 1;
}

.sortDirCell {
  color: white;
}


#header{
/*  background: orange; */
  background: #1B365D;

  background-image: url("/static/images/NASR_Portal_Logo.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}

#productionHeader{
  background: #1B365D;
}

#userStatus{
  padding: 5px 1em 5px 5px;
  float: right;
  text-align: right;
  color: #FBD7B7;
}

#userStatus P{
  margin-top: 0px;
}

#userStatus A{
  color: #FBD7B7;
}

#mainContent{
  margin: 0px;
  padding: 0px;
  padding-top: 112px;
}

footer{
/*  border-top: 1px solid #000; */
}

#middlecolprinterheaderdiv{
  display: none;
  background-color: #D1D7DF;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
}

#middlecolheaderdiv{
  position: fixed;
  border-bottom: 1px solid #000;
  top: 81px;
  width: 100%;
  background-color: #D1D7DF;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  z-index: 1;
}

.formLabel{
  margin-bottom: 0px;
  font-weight: bold;
}

.formValue{
  margin-top: 2px;
  margin-left: 10px;
}

.formInput {
  margin: 0px;
  padding: 0px;
}

.formButton{
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #1B365D;
  color: #FFF;
  border-radius: 5px;
  font-size: larger;
  font-family: 'Nunito', sans-serif;
  padding-left: 0.3em;
  padding-right: 0.3em;
}

.formButton:disabled {
  background-color: rgba(27, 54, 93, 0.3) !important;
}

.formHeading{
  list-style: square;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

.formError{
  color: #DE4E45;
  font-weight: normal;
  margin: 5px 0px 5px 0px;
  padding: 0px;
  width: 450px;
}

.cellFormError{
  color: #DE4E45;
  margin: 5px 0px 5px 0px;
  padding: 0px;
}

.formWarning{
  color: #00F;
  font-size: 10px;
  margin: 5px 0px 5px 0px;
  padding: 0px;
  width: 400px;
}

TD {
  vertical-align: top;
}

.navLeaf{
  font-weight: bold;
  color: #1B365D;
}

.navBranch{
  font-style: italic;
}

.navContent{
  position: fixed;
  padding-top: 4px;
  width: 150px;
  height: 100%;
  border-right: 1px solid #000;
}

.mainContent{
  padding: 10px;
  margin-left: 150px;
}

.onePane{
  padding: 10px;
}

.attribEdit {
  float: right;
}

.homePage LI{
  margin-bottom: 10px;
}

#appTitle{
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 10px;
  font-size: 18px;
  color: #000;
}

#appSubtitle{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  font-size: 12px;
/*  color: #000;  */
  color: #FF0;
}

.indexColumn{
  width: 10px;
}

.iconCell {
  width: 16px;
  vertical-align: middle;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.editText{
  margin-top: 10px;
/*  text-align: right; */
  margin-right: 5px;
}

.regularTable{
  border: 1px solid #000;
/*  width: 100%; */
}

.regularTable TR.first TH {
  border-bottom: 1px solid #000;
  background: #1B365D;
  padding: 3px;
  margin: 0px;
  color: #FFF;
}

.regularTable TD {
  padding: 5px;
  margin: 0px;
/*  border-right: 1px solid #e7e7e5; */
  border-right: 1px solid #BBB;
}

.regularTable TR.odd TD{
  background: #fff;
}

.regularTable TR.even TD{
/*  background: #f1f2ed; */
  background: #D1D7DF;
}

/*  NEEDED?
.regularTable TH{
  background: #1B365D;
  padding: 3px;
  margin: 0px;
}
*/

DIV.even{
  margin: 10px 0px 10px 0px;
  border: 1px solid #000;
  background-color: #DDD;
  padding: 5px 10px 10px 10px;
}

DIV.odd{
  background-color: #FFF;
  padding: 5px 10px 10px 10px;
}

.checkListTable THEAD TR TH,
.studyManagers THEAD TR TH {
  background: #1B365D;
  font-size: smaller;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0px;
  padding-left: 3px;
  padding-right: 3px;
  color: #FFF;
}

.checkListTable TBODY TR TD,
.studyManagers TBODY TR TD {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: 3px;
  padding-right: 3px;
}

.checkListTable,
.studyManagers {
  border: 1px solid #000;
  width: 440px;
  border-collapse: collapse;
}

.checkListTable TBODY TR TD:nth-child(1) {
  white-space: nowrap;
}

.checkListTable TBODY TR TD:nth-child(2),
.checkListTable TBODY TR TD:nth-child(3) {
  padding-top: 2px;
}

.checkList, .noScrollCheckList{
  border: 1px solid #000;

/*  border-top: 2px solid #000;
  border-right: 1px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000; */

  list-style: none;
/*  height: 6.5em; */
  height: 7em;
/*  overflow: auto; */
/*  width: 16em; */
/*  width: 32em; */
  width: 440px;
  background-color: #FFF;
  overflow-y: auto;
  overflow-x: visible;
  margin: 0px;
  padding: 0px;
}

.checkList LI, .noScrollCheckList LI {
  margin: 0px;
  padding: 0px;
}

.checkList label, .noScrollCheckList label{
  display: block;
  padding-left: 25px;
  text-indent: -25px;
  white-space: normal;
}

.noScrollCheckList{
/*  border: 0px solid 0F00; */
  height: auto;
}

.confObjDiv{
  margin: 0px 0px 10px 25px;
  font-weight: bold;
}

.headingImage{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 6px;
  height: 16px;
  width: 16px;
}

.cellImage{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 16px;
  max-width: 20px;
 /* width: 16px; */
}

.captionImage,
CAPTION IMG {
/*  float: right;  */
  padding-right: 5px;
  height: 20px;
/*  vertical-align: baseline; */
}

DIV.flexcaption {
  display: flex;
  justify-content: space-between;
}


.constrictor, .summary_constrictor {
  width: 100%;
  max-width: 40em;
}


.constrictor P, .summary_constrictor P, .linkageConstrictor P {
  margin: 2em;
}

.loginTextField {
  width: 19em;
}

.nominalTextField {
  width: 96%;
  max-width: 440px;
  font-size: 1em;
}

.nominalDateField {
  width: 8em;
  font-size: 1.0em;
}

.mediumTextField {
  width: 260px;
}

.wideTextbox{
  width: 70em;
}

.rightContext{
  float: right;
  padding-right: 20px;
}

.surveyHeading {
  padding-top: 15px;
  font-size: 14px;
  font-style: italic;
}

H1.homePageHeading {
  border-bottom: 1px solid #000;
  margin-right: 10%;
  font-size: 18px;
  width: 500px;
}

#rightCell {
  width: 300px;
}

TBODY{
  overflow:auto;
  overflow-x:hidden
}

TABLE.scrollTable TBODY{
  height:380px;
}

.normalSelect{
   width: 440px;
}

.selectFooter {
   width: 32em;
}

UL.insideCell{
  margin: 0px;
  padding: 2px;

/* padding-left: 2.3em;
 text-indent: -2.3em; */
}

UL.insideCell LI{
  padding: 0px 0px 0px 2px;
  margin: 0px;
  list-style: none;
}

.columnFilter {
  width: 100%;
}

.disabled {
  background-color: #ddd;
}

IMG.disabledAction {
  opacity: 0.3;
  cursor: not-allowed;
}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

DIV.instructionsContainer {
  display: flex;
  flex-direction: column;
}

DIV#instructions {
  width: calc(100% - 20px);
  max-width: 400px;
  padding: 7px 10px 0px 10px;
  border: 1px solid #000;
  background-color: #1B365D;
}

@media (min-width: 768px) {
  DIV.instructionsContainer {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 20px;
  }

  .form-container {
    flex-grow: 1;
  }
}

P.instructions {
  font-size: 12pt;
  text-indent: 1em;
  margin: 0px;
}

P.question {
  font-weight: bold;
  font-size: 11pt;
  font-family: Arial;
}

.deactivated {
  color: #AAA;
  font-style: italic;
}

.tip {
  background-color: #d1d7df;
  border: 1px solid #000;
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin-bottom: 1em;
}

.tip P {
  margin-top: 0.5em;
}

.tipsHeading {
  margin-top: 0px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 0.5em;
}

.tipAccent {
  font-weight: bold;
}


#nav {
  padding: 0px;
}

#nav ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  border: none;
}

#nav ul li {
  margin-left: 2px;
  padding-left: 2px;
  border: none;
  list-style: none;
  display: inline;
  color: #1B365D;
  font-weight: bold;
}

#nav ul li A {
  color: #1B365D;
}

.navSep {
  padding-left: 0.2em;
  padding-right: 0.5em;
}


#mainSurveyContent {
/*  width: 950px; non-responsive */
}

.smallTextBox {
  width: 3.5em;
  margin-left: 10px;
}

.mediumTextBox {
  width: 440px;
}

.largeTextBox {
/*  width: 440px;
  height: 9em; */
  width: 97%;
  height: 4em;
/*  margin-right: 10px;  */
}


.columnarCheckBox {
  margin: 0px;
}

.surveyTable {
  border: 1px solid #000;
/*  width: 950px; non-responsive */
}

.surveyTable TR.first TH {
  border-bottom: 1px solid #000;
}

.surveyTable TD, .surveyTable TH {
  padding: 5px;
  margin: 0px;
  border-left: 1px solid #000;
}

.surveyTable TD.first, .surveyTable TH.first {
  border-left: 0px;
}

.surveyTable TH {
  background: #F5F5F5;
  padding: 3px;
  margin: 0px;
}

.surveyTable TR TD.even {
  background-color: #FFC;
}

.surveyTable TR.even {
  background-color: #FFC;
}

UL.horizontalRadioButtons {
  margin-left: 0px;
  padding-left: 0px;
  display: inline;
  border: none;
}

UL.horizontalRadioButtons li {
  padding-top: 3px;
  margin-left: 2px;
  padding-left: 2px;
  padding-right: 25px;
  border: none;
  list-style: none;
  display: inline;
}

.confirmLogin {
  width: 40em;
  color: red;
}

UL.listCell {
  padding-left: 10px;
  margin: 0px;
}

.note {
  font-style: italic;
  font-size: 11px;
}

.attribList {
  padding-left: 10px;
  margin: 0px 0px 0px 15px;
}

.instructionalNote {
  margin-top: 0px;
  color: #00F;
}

UL.reportsList LI {
  padding-bottom: 10px;
}

.regularTable TD.statCell {
  text-align: right;
}

TR.answers {
  background-color: #d9d9d9;
}

TR.answers TD {
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
  border-bottom: 1px solid #000;
}

TD.radio {
  text-align: center;
  vertical-align: middle;
}

DIV.interstitialLogo {
  padding: 0px 0px 0px 0px;
  height: 53px;
  background-repeat: no-repeat;
  background-position:left;
  background-color: #123054;
  background-size: contain;
  max-width: 950px;
}

.verticalOptionLabel {
  display: block;
  margin-top: -19px;
  margin-left: 2.0em;
  margin-bottom: 5px;
  padding-left: 2px;
}

.optionLabel {
  padding-left: 0.3em;
  font-size: 1.3em;
}

.singleRowRadio {
  margin-right: 30px;
}

TR.total TD {
  border-top: 1px solid #000;
  font-weight: bold;
}

TR.totals TD {
  border-top: 2px solid #000;
  font-weight: bold;
}

TABLE.pageLoadHistory TR TD {
  white-space: nowrap;
}

TABLE.pageLoadHistory TR:nth-child(even) TD {
  background: #DDD;
}

TABLE.pageLoadHistory TR.sessionChange TD {
  border-top: 3px solid #000;
}

TR.answers TD.question_first {
  text-align: left;
}

UL.verticalRadioButtons{
  margin: 0px;
  padding: 2px;

}

UL.verticalRadioButtons LI{
  padding: 2px 0px 2px 2px;
  margin: 0px;
  list-style: none;
/*  font-size: 1.3em; */

-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

DIV.interstitial input[type='checkbox'] { transform: scale(1.3)}
DIV.interstitial input[type='checkbox'] + LABEL {
  padding-left: 0.5em;
}

DIV.interstitial input[type='radio'] { transform: scale(1.3)}

DIV.interstitial {
  font-size: 1.3em;
}

IMG.instructions {
  margin-top:1em;margin-bottom:1em;
}

TABLE.modernTable {
  border: 1px solid #000;
  border-spacing: 0;
  border-collapse: collapse;
}

TABLE.modernTable THEAD TR.first TH,
TABLE.modernTable THEAD > TR:first-child TH {
  border-bottom: 1px solid #000;
  background: #1B365D;
  padding: 3px;
  margin: 0px;
  color: #FFF;
}

TABLE.modernTable TR.first TH A {
  color: #FFF;
}

TABLE.modernTable TD,
TABLE.modernTable TH, {
  padding: 0;
}

TABLE.modernTable TD {
  padding: 5px;
  margin: 0px;
  border-right: 1px solid #BBB;
}

TABLE.modernTable TR > TD:last-child {
  border-right: none;
}

TABLE.modernTable TR:nth-child(even) TD {
  background: #D1D7DF;
}

TABLE.attributesTable TR TD {
  vertical-align: bottom;
}

TR.filterRow TH {
  border-bottom: 1px solid #000;
}

IMG.headerImageThumbNail {
  height: 20px;
}

TD.headerImageCell {
  vertical-align: middle;
}

TABLE.studyAttributesTable TBODY TR TD {
  vertical-align: middle;
}

TABLE.attributesTable TBODY TR TD:nth-child(4) {
  text-align: center;
}

.nonInterpolatedAttributeValue {
  font-style: italic;
  opacity: 0.5;
}

.attributeValueRequired {
  font-weight: bold;
  color: red;
}

TABLE.studySurveyAttributes TR TD:nth-child(5) {
  text-align: center;
}

.attributeValuesNotOverridden {
  background-color: red;
}

.noCheckListOptions {
  margin-top: 0;
  margin-left: 1em;
  font-style: italic;
}

.currentLinkGroupSurveyVersionName {
  opacity: 0.35;
}

span.file {
  background-image: url("/static/images/description_24dp.svg");
  background-position: center left;
  background-repeat: no-repeat;
  padding: .2em 0 .2em 1.5em;
  background-size: 16px;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    display: inline;

    padding: 0px 12px;
    margin: 0px 10px 10px 10px;
    border-radius: 8px;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;

    background-color: #3498DB;
    border-bottom: 1px solid #2980B9;
    text-shadow: 0px -2px #2980B9;
}

IMG.eyeImage {
  margin-left: 0.5em;
  vertical-align: middle;
  height: 16px;
}


#content {
  padding: 10px;
  width: auto;
  margin-left: 220px;
}

#navbar {
  width: 220px;
  float: left;
  background-color: #D1D7DF;
  min-height: 600px;
}

.clear {
  clear: both;
}

pre {
  white-space: pre-wrap;
  max-width: 600px;
}



#navbar ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px
}

#navbar ul li {
    list-style-type: none;
    padding: 0;
/*    border-top: 1px solid #000; */
}

#navbar ul li.current {
    background-color: #1B365D;
}

#navbar ul li.current A {
    color: #FFF;
}

.good_interpolation {
  background-color: lightgreen;
  font-weight: bold;
}

.bad_interpolation {
  background-color: #FA8072;
  font-weight: bold;
}

UL.interpolationKeys {
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
}

#navbar a,
#navbar span {
    display:block;
    padding: 5px;
    text-decoration: none;
    color: black;
}

h1 {
  font-size: 1.3em;
}

TABLE.studySubjectAttrsEditTable TBODY TR TD:nth-child(1),
TABLE.studySubjectAttrsEditTable TBODY TR TD:nth-child(4) {
  text-align: center;
}

TABLE.pptGroupsTable {
  min-width: 300px;
}


TABLE.addPptGroupTable {
  min-width: 300px;
}

TABLE.addPptGroupTable TBODY TR TD:nth-child(1) {
  text-align: center;
  width: 1em;
}

.emailBody {
 width: 700px;
}

.disabledWarning {
  color: red;
}

TR.nextGroup TD {
   border-top: 3px solid #000;
}

TR.nextTimePoint TD {
   border-top: 2px dotted #000;
}


P.completionMessage {
  margin-left: 2.5em;
}

TEXTAREA.customMessage {
  width: 500px;
}

INPUT.redirectURL {
  width: 500px;
}

DIV.customActionWrapper {
  margin-left: 2.5em;
}

TABLE.pptTimePointTable TBODY TR TD.tpStatus {
  min-width: 5em;
  text-align: center;
}

TABLE.pptTimePointTable TBODY TR TD:nth-child(3) {
  text-align: right;
}

TABLE.pptTimePointTable TBODY TR TD:nth-child(4),
TABLE.pptTimePointTable TBODY TR TD:nth-child(5) {
  text-align: center;
}

TABLE.pptTimePointTable {
  margin-top: 1.5em;
}

TR.headerLinks TH {
  padding: 5px;
  border-bottom: 1px solid #000;
  border-left: 0px solid red !important;
  border-right: 0px solid red !important;
}

TABLE.readyParticipants {
  margin-top: 1.5em;
}

TABLE.readyParticipants TR TD:nth-child(3) {
  width: 7em;
  text-align: right;
}

TABLE.readyParticipants TR TD:nth-child(2),
TABLE.readyParticipants TR TD:nth-child(4),
TABLE.readyParticipants TR TD:nth-child(5) {
  text-align: center;
}

TABLE.transitionParticipants {
  margin-top: 1.5em;
}

TABLE.transitionParticipants TR TD:nth-child(4) {
  width: 7em;
  text-align: right;
}

TABLE.transitionParticipants TR TD:nth-child(3),
TABLE.transitionParticipants TR TD:nth-child(5),
TABLE.transitionParticipants TR TD:nth-child(6) {
  text-align: center;
}

TABLE.timePointParticipants {
  margin-top: 1.5em;
}

TABLE.timePointParticipants TR TD:nth-child(2),
TABLE.timePointParticipants TR TD:nth-child(6),
TABLE.timePointParticipants TR TD:nth-child(7),
TABLE.timePointParticipants TR TD:nth-child(8),
TABLE.timePointParticipants TR TD:nth-child(9) {
  text-align: center;
}

TABLE.timePointParticipants TR TD:nth-child(3),
TABLE.timePointParticipants TR TD:nth-child(4),
TABLE.timePointParticipants TR TD:nth-child(5) {
  width: 7em;
  text-align: right;
}

TABLE.timePointParticipants TR.alt TD {
  background-color: #DDD;
}

TABLE.timePointParticipants TR.alt2 TD {
  background-color: #FFF;
}

TABLE.timePointParticipants TR.hidden {
  display: none;
}


TABLE CAPTION,
.fakeCaption {
  text-align: left;
  font-size: 1.3em;
  font-weight: bold;
  color: #1B365D;
}

TABLE.linkGroupsTable {
  margin-bottom: 1.5em;
}

/*
TABLE.linkGroupsTable CAPTION {
  font-weight: bold;
  font-style: normal;
}
*/

LABEL.disabledLabel {
  color: #999;
}

.sendInvitationDatePicker,
#sendSurveyLinks-sendDate {
  margin-top: 0.3em;
  margin-left: 2em;
  width: 100px;
}

#sendTime {
  margin-top: 0.3em;
  margin-left: 2em;
}

.nominalFieldSet {
  margin-top: 0.8em;
  max-width: 300px;
  font-size: 1em;
}

DIALOG#confirmationDialog {
  width: 40em;
  padding: 0px 0px 5px 0px;
  border-radius:4px;
}
/*
DIV#submitMessage P.warning {
  color: red;
}
*/
DIV#confirmationButtons {
  text-align: center;
  border-top: 3px solid #000;
  padding-top: 3px;
  padding-bottom: 3px;
}

UL#messageCounts {
  list-style: none;
  padding-left: 1.5em;
}

P#sendDateTime {
  padding-left: 1.5em;
}

DIV#sendLinksWarning {
  background-image: url("/static/images/warning_48dp.svg");
  background-color: #FEEFB3;
  color: #9F6000;
}
DIV#sendLinksInfo {
  background-image: url("/static/images/info_48dp.svg");
  color: #00529B;
  background-color: #BDE5F8;
}

DIV#sendLinksWarning,
DIV#sendLinksInfo {
  padding: 2px 8px 2px 48px;
/*  border: 1px solid #000; */
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-size: 32px 32px;
  margin: 0px;
}


DIV#sendLinksWarning P,
DIV#sendLinksInfo P {
  margin-top: 4px;
}

#StatusBar {
  max-width: 500px;
}

.sentCell {
  vertical-align: middle;
  text-align: center;
  padding: 2px 0px 0px 0px;
  margin: 0px;
}

TABLE.bundleDetails TR TD:nth-child(2),
TABLE.bundleDetails TR TD:nth-child(4),
TABLE.bundleDetails TR TD:nth-child(7) {
  text-align: center;
}



TABLE.pptTimePoints TR TD:nth-child(2) {
  text-align: center;
}

TABLE.pptTimePoints TR TD:nth-child(4) {
  text-align: right;
}

TABLE.pptContacts TR TD:nth-child(2),
TABLE.pptContacts TR TD:nth-child(3),
TABLE.pptContacts TR TD:nth-child(4),
TABLE.pptContacts TR TD:nth-child(7) {
  text-align: center;
}

TABLE.pptContacts TR TD:nth-child(7) {
  text-transform: capitalize;
}


TABLE.enrollment TR TD:nth-child(3) {
  text-align: right;
}

TABLE.enrollment TR TD:nth-child(4),
TABLE.enrollment TR TD:nth-child(5) {
  text-align: center;
}

TABLE.enrollmentSummary TR TD:nth-child(2) {
  text-align: center;
}

TABLE.enrollmentSummary,
TABLE.timePointStatusSummary,
TABLE.studySurveyStatuses {
  min-width: 24em;
}

TABLE.timePointStatusSummary TR TD:nth-child(2) {
  text-align: center;
}

TABLE.studySurveyStatuses TR TD {
  text-align: center;
  min-width: 5em;
}

TABLE.studySurveyStatuses TR TD:nth-child(1) {
  text-align: left;
}

TABLE.studySurveyStatuses {
  margin-top: 1.5em;
}

TR.unsentMessage TD {
  color: blue;
}

#whenToSendInvitations {
/*  height: 7em; */
  min-width: 32em;
}

LI.indented A {
  margin-left: 1.5em;
}

TABLE.messagingTable,
TABLE.surveyStatusTable {
  min-width: 22em;
}

TABLE.messagingTable TR TD:nth-child(1),
TABLE.surveyStatusTable TR TD:nth-child(1) {
  width: 3em;
}

UL.timePointList {
}

TD.noTemplates {
  color: red;
}

TABLE.subjectAttributes TR.no_show TD:nth-child(2)::after,
TABLE.pptContacts       TR.no_show TD:nth-child(6)::after {
  content:'\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0';
  text-decoration: line-through wavy blue;
  text-decoration-thickness: 2px;
  opacity: 0.8;
}

TABLE.timePointsTable TR TD:nth-child(4),
TABLE.timePointsTable TR TD:nth-child(5),
TABLE.timePointsTable TR TD:nth-child(6),
TABLE.timePointsTable TR TD:nth-child(7) {
  width: 8em;
}

TABLE.timePointsTable TR TD:nth-child(4),
TABLE.timePointsTable TR TD:nth-child(5),
TABLE.timePointsTable TR TD:nth-child(6) {
  text-align: center;
}

P.timePointName {
  font-weight: bold;
}

LI.reminderPastTimeOut {
/*  color: red; */
  text-decoration: line-through;
}

LI.nonNominalTimeOutOffset {
  color: red !important;
}

.checkBoxFilter {
  font-size: 12px;
  padding: 0px;
  padding-right: 20px;
  margin: 0px;
}

.checkBoxFilter P.formLabel {
  display: inline;
  margin: 0px;
  padding: 0px;
}

LI.pastMilestone,
SPAN.past {
  color: black;
}

LI.futureMilestone {
  color: blue;
}


IMG.offsetIconNote {
  margin-left: 0.5em;
  width: 16px;
}


TABLE.irregularEmails TR TD:nth-child(5),
TABLE.irregularEmails TR TD:nth-child(6) {
  text-align: center;
}

TR.newCheck TD {
  border-top: 3px solid #000;
}

/*
TABLE.irregularEmails TR TD:nth-child(1),
TABLE.irregularEmails TR TD:nth-child(2) {
  background-color: #FFF;
}
*/

TABLE.irregularEmails       TR.no_show TD:nth-child(8)::after {
  content:'\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0';
  text-decoration: line-through wavy blue;
  text-decoration-thickness: 2px;
  opacity: 0.8;
}

SPAN.irregularityNote {
  font-weight: bold;
}

TABLE.irregularityChecks TR TD:nth-child(3) {
  text-align: right;
}

SUP {
  padding-left: 1px;
}

SPAN.studyStatus {
  cursor: pointer;
}

DIV.nasr {
  background-image: url("/static/images/citrus_fruits_1200px.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12px 12px 0px 12px !important;
}


DIV.task_complete {
  background-image: url("/static/images/green_check.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

DIV.task_inprogress {
  background-image: url("/static/images/yellow_clock.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

DIV.task_pending {
  background-image: url("/static/images/blue_dots.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}


TABLE.foodRecordLinks TR TD:nth-child(7) {
  text-align: center;
}

TABLE.foodRecordLinks TR TD:nth-child(5) {
  text-align: right;
}

.linkCell {
  display: flex;
  justify-content: space-between;
}

.copy_to_clipboard {
  margin-left: 0.5em;
  cursor:pointer;
  height: 16px;
}

.tooltip {
  position: absolute;
  background: #FFF;
/*  border-radius:4px; */
  border: solid 1px #000;
  padding: 4px 8px;
  font-size: 12px;
  color: #333;
}

TABLE.surveysTable {
  min-width: 20em;
}

.cellWithEditIcon {
  display: flex;
  justify-content: space-between;
}

.cellWithEditIcon IMG.cellImage {
  border-left: 2px dotted #1B365D;
  padding-left: 0.3em;
  margin-left: 0.3em;
}

.mealsContainer {
    display: flex;
    flex-direction: row;
    margin-top: 0.7em;
}

DIV.mealLabel {
  margin-left: 2em;
}

DIV.fullRecordMeal {
  margin-left: 0.5em;
}


DIV.fullRecordRecipe {
  margin-top: 0.7em;
}

DIV.fullRecordMeal P{
  margin-top: 0;
  margin-bottom: 0;
}

TABLE.recipeDeets {
  margin-bottom: 1em;
}

DIV.non-recipe {
    margin-top: 0.7em;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #D1D7DF;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 8px;
  text-align: center;
}

.modal-actions button {
  margin: 10px;
}

TABLE.howOftens,
TABLE.typicalUses,
TABLE.recipeDeets,
TABLE.ingredients,
TABLE.mealFoodItems {
  max-width: 1000px;
  min-width: 600px;
  margin-bottom: 0.7em;
}

TABLE.recipeDeets TBODY TR TD:first-child {
  white-space: nowrap;
}

.visible,
.hidden {
  cursor: pointer;
  margin-right: 0.6em;
  font-family: 'times new roman', serif;
  font-size: 22px;
}

.mealsVisible,
.mealsHidden {
  cursor: pointer;
  margin-right: 0.3em;
  font-family: 'times new roman', serif;
  font-size: 18px;
}

.hidden::after,
.mealsHidden::after {
  content: '\25BA';
}

.visible::after,
.mealsVisible::after {
  content: '\25BC';
}

.typicalUses,
.howOftens {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

.statusHistory CAPTION {
  font-family: 'Nunito', sans-serif;
  font-size: 1.3em;
}

.typicalUses CAPTION,
.howOftens CAPTION {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
}

.typicalUses TBODY TR TD:nth-child(2),
.typicalUses TBODY TR TD:nth-child(3),
.typicalUses TBODY TR TD:nth-child(4),
.typicalUses TBODY TR TD:nth-child(5),
.howOftens TBODY TR TD:nth-child(2) {
  font-weight: bold;
}

.howOftens TBODY TR TD:nth-child(2) {
  min-width: 4em;
  font-weight: bold;
}

.intakeDay {
  font-weight: bold;
}

DIV.recipe_parts {
  margin-left: 1.3em;
}

.passwordCategories {
  margin-bottom: 1em;
}
