﻿/* #region bootstrap colors / theme colors */
/* #endregion */
/* #region bootstrap color tints */
/* #endregion */
/*Annual report parts*/
.annual_report {
  /*#region Highlights*/
  /*#endregion*/
  /*#region Publications*/
  /*#endregion*/
  /*#region Grants*/
  /*#endregion*/
}
.annual_report.highlights .highlight {
  margin-bottom: 1.25rem;
}
.annual_report.rar-pubs li {
  margin-bottom: 10px;
}
.annual_report.rar-pubs li.journal span.title, .annual_report.rar-pubs li.other span.title, .annual_report.rar-pubs li.booksection span.title, .annual_report.rar-pubs li.editedbook span.title {
  font-weight: bold;
}
.annual_report.rar-pubs li.book span.title,
.annual_report.rar-pubs li span.journal {
  font-style: italic;
}
.annual_report.rar-pubs li.booksection span.title2, .annual_report.rar-pubs li.editedbook span.title2 {
  font-style: italic;
}
.annual_report.rar-grants table {
  border: none;
  width: 100%;
  margin: 0 0 10px;
  /*#region add-table-border mixin*/
  border: 1px solid #eeefef;
  /*#endregion*/
  /*#region table-hover-row mixin*/
  /*#endregion*/
  /*#region table-zebra-stripes mixin*/
  /*#endregion*/
}
.annual_report.rar-grants table td,
.annual_report.rar-grants table th {
  padding: 5px;
  width: 33%;
  text-align: left;
  border: none;
  /*#region add-table-border mixin*/
  /*#endregion*/
}
.annual_report.rar-grants table td.subhead,
.annual_report.rar-grants table th.subhead {
  font-weight: bold;
  background-color: #01768b;
  color: #fff;
}
.annual_report.rar-grants table td.subhead a,
.annual_report.rar-grants table th.subhead a {
  color: #fff;
}
.annual_report.rar-grants table td:first-child,
.annual_report.rar-grants table th:first-child {
  border-left-width: 1px;
}
.annual_report.rar-grants table td:last-child,
.annual_report.rar-grants table th:last-child {
  border-right-width: 1px;
}
.annual_report.rar-grants table td.title {
  font-weight: bold;
  border-top: 1px solid #eeefef;
}
.annual_report.rar-grants table td.dates {
  text-align: center;
}
.annual_report.rar-grants table td.amount {
  text-align: right;
}
.annual_report.rar-grants table tr:hover > td,
.annual_report.rar-grants table tr:hover > th {
  background-color: #eeefef;
}
.annual_report.rar-grants table tr:hover > td.subhead,
.annual_report.rar-grants table tr:hover > th.subhead {
  background-color: #015e6f;
}
.annual_report.rar-grants table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.annual_report.rar-grants table tr:nth-child(even) {
  background-color: #fff;
}
.annual_report.rar-grants table thead tr:nth-child(odd) {
  background-color: #fff;
}
.annual_report.rar-grants table.grants {
  border-bottom: 1px solid #abadae;
}
.annual_report.rar-grants table.subproj {
  margin: 0 auto;
  width: 80%;
}
.annual_report.rar-grants table.heading {
  border-bottom: 2px solid #565a5c;
  font-weight: normal;
}
.annual_report.rar-grants table.heading th {
  padding: 0.625rem 0 0;
}
.annual_report.rar-grants table.total th,
.annual_report.rar-grants table.total td, .annual_report.rar-grants table.grandtotal th,
.annual_report.rar-grants table.grandtotal td {
  margin: 0;
  padding: 5px 0;
  text-align: right;
  font-weight: bold;
}
.annual_report.rar-grants table.total td, .annual_report.rar-grants table.grandtotal td {
  width: 15%;
}
.annual_report.rar-grants table.grandtotal {
  border-top: 4px solid #abadae;
  color: #565a5c;
}

/*#region Division Details*/
.rar-summary {
  display: flex;
  flex-flow: column nowrap;
}
.rar-summary h2 {
  margin-bottom: 0.9375rem;
  font-size: 1.375rem;
}
.rar-summary img {
  margin: 0 auto;
  display: block;
}
.rar-summary .rar-photo {
  margin: 0 0 0.9375rem;
}
.rar-summary .rar-photo a {
  display: block;
  color: #565a5c;
}
.rar-summary .rar-photo .caption {
  text-align: center;
  font-style: italic;
}
.rar-summary .modal-footer {
  display: block;
  font-size: 0.875rem;
}
.rar-summary .divdata {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
}
.rar-summary .divdata th {
  font-weight: normal;
  text-align: left;
}
.rar-summary .divdata .rar-data-head {
  font-size: 1.125rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #8f4469;
}
.rar-summary .divdata .value {
  font-weight: bold;
  text-align: right;
}
.rar-summary .divdata .scWebEditInput.scEnabledChrome[contentEditable=true] {
  display: inline-block;
  min-width: 2.5rem;
  min-height: 1.25rem;
  padding: 0;
  background-color: #f7f7f7;
}
.rar-summary .rar-links {
  display: flex;
  flex-flow: column nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rar-summary .rar-links li {
  margin: 0 0.625rem;
  display: block;
  text-align: center;
}
.rar-summary .rar-links a {
  display: block;
}
@media (min-width: 62rem) {
  .rar-summary .divdata {
    font-size: 1rem;
  }
  .has-2 .rar-summary {
    flex-flow: row wrap;
  }
  .has-2 .rar-summary .rar-data {
    flex: 1 1 65%;
    order: 1;
  }
  .has-2 .rar-summary .rar-photo {
    flex: 0 1 35%;
    order: 2;
    padding-left: 1.875rem;
    max-width: 35%;
  }
  .has-2 .rar-summary .rar-links {
    flex: 0 0 100%;
    order: 3;
  }
}

/*#endregion*/

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/actions-runner/_work/ws.dotorg/ws.dotorg/CCHMC.Web.MVC/includes/stylesheets/org/01-abstracts/_var-bootstrap-reset.scss%22,%22file:///C:/actions-runner/_work/ws.dotorg/ws.dotorg/CCHMC.Web.MVC/includes/stylesheets/org/10-lazyload/research-annual-report.scss%22,%22file:///C:/actions-runner/_work/ws.dotorg/ws.dotorg/CCHMC.Web.MVC/includes/stylesheets/org/01-abstracts/_mx-flexbox.scss%22,%22file:///C:/actions-runner/_work/ws.dotorg/ws.dotorg/CCHMC.Web.MVC/includes/stylesheets/libs/bootstrap5/mixins/_breakpoints.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AA4CA;AAuFA;AAGA;AAoGA;AC/NA;AACA;AAEE;AAMA;AAEA;AA2BA;AAEA;AAuHA;;AA1JE;EACE,eD4bkB;;ACrbpB;EACE;;AAME;EACE;;AAIJ;AAAA;EAEE;;AAKA;EACE;;AASN;EACE;EACA;EACA;AACA;EACA;AACA;AA6CA;AAWA;AAEA;AAYA;;AApEA;AAAA;EAEE;EACA;EACA;EACA;AAYA;AAQA;;AAlBA;AAAA;EACE;EACA,kBDnBM;ECoBN,OD3DM;;AC6DN;AAAA;EACE,OD9DI;;ACmER;AAAA;EACE;;AAGF;AAAA;EACE;;AAMF;EACE;EACA;;AAGF;EACE;;AAGF;EACE;;AAMF;AAAA;EAEE,kBD1FM;;AC4FN;AAAA;EACE,kBD4DD;;ACrDL;EACE,kBDtGQ;;ACyGV;EACE,kBD/GQ;;ACkHV;EACE,kBDnHQ;;ACuHV;EACE;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;AAEA;EACE;;AAMF;AAAA;AAAA;EAEE;EACA;EACA;EACA;;AAGF;EACE;;AAIJ;EACE;EACA,ODvJQ;;;AC8JhB;AACA;EACE;EACA;;AAEA;EACE,eD2RoB;EC1RpB,WD+O0B;;AC5O5B;EACE;EACA;;AAGF;EACE;;AAEA;EACE;EACA,ODlLU;;ACqLZ;EACE;EACA;;AAIJ;EACE;EACA,WD8M0B;;AC3M5B;EACE;EACA,WDyM0B;;ACvM1B;EACE;EACA;;AAGF;EACE,WD2MwB;EC1MxB;EACA;EACA,ODhKU;;ACmKZ;EACE;EACA;;AAIF;EACE;EACA,WDyOkB;ECxOlB,YDqOkB;ECpOlB;EACA,kBDzNU;;AC6Nd;ECrNA;EA4BA,WD2LqB;EACnB;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;;AE7LF;EFkMA;IACE,WDsJwB;;ECnJ1B;IACE;;EAEA;ICxOJ,MDyOoB;IC7MpB,OD8MqB;;EAGjB;IC7OJ,MD8OoB;IClNpB,ODmNqB;IACf,cD+EsB;IC9EtB;;EAGF;ICpPJ,MDqPoB;ICzNpB,OD0NqB;;;;AAKvB%22%7D */