html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark,
audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
  line-height: 1;
}
html *, html *:before, html *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  background: #fafafa;
  box-sizing: border-box;
  color: #444;
  font-family: "Montserrat", arial, tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

p {
  margin: auto 0 20px;
}

ul {
  list-style: disc;
  margin-bottom: 20px;
}

ol {
  list-style: auto;
  margin-bottom: 20px;
}

li {
  margin: 0 0 5px 40px;
}

a:link, a:hover, a:active, a:visited {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: #422a6c;
  text-decoration: underline;
  transition: color 0.3s ease, border-color 0.3s ease;
}

a:hover {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  color: #714fad;
}

img {
  max-width: 100%;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

.mega-text {
  font-size: 40px;
}

.giant-text {
  font-size: 22px;
}

.big-text {
  font-size: 18px;
}

.small-text {
  font-size: 12px;
}

.micro-text {
  font-size: 10px;
}

.body-text {
  font-size: 16px;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.red-text {
  color: #aa182c;
}

.green-text {
  color: #099449;
}

.white-text {
  color: white;
}

.purple-text {
  color: #422a6c;
}

.light-purple-text {
  color: #714fad;
}

.light-text {
  color: #5e5e5e;
}

.ultra-light-text {
  color: #777777;
}

.faded-text {
  color: #999;
}

.warning {
  color: #aa182c;
}

.hidden {
  display: none !important;
}

.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 2;
}

.padding-body {
  padding: 20px;
}

.padding-0 {
  padding: 0 !important;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-50 {
  padding: 50px !important;
}

.padding-t-5 {
  padding-top: 5px;
}

.padding-t-10 {
  padding-top: 10px;
}

.padding-t-20 {
  padding-top: 20px;
}

.padding-t-30 {
  padding-top: 30px;
}

.padding-t-50 {
  padding-top: 50px;
}

.padding-r-5 {
  padding-right: 5px;
}

.padding-r-10 {
  padding-right: 10px;
}

.padding-r-20 {
  padding-right: 20px;
}

.padding-b-0 {
  padding-bottom: 0 !important;
}

.padding-b-5 {
  padding-bottom: 5px;
}

.padding-b-10 {
  padding-bottom: 10px;
}

.padding-b-20 {
  padding-bottom: 20px;
}

.padding-b-30 {
  padding-bottom: 30px;
}

.padding-b-50 {
  padding-bottom: 50px;
}

.padding-l-5 {
  padding-left: 5px;
}

.padding-l-10 {
  padding-left: 10px;
}

.padding-l-20 {
  padding-left: 20px;
}

.margin-5 {
  margin: 5px;
}

.margin-10 {
  margin: 10px;
}

.margin-20 {
  margin: 20px;
}

.margin-50 {
  margin: 50px;
}

.margin-t-10 {
  margin-top: 10px;
}

.margin-t-20 {
  margin-top: 20px;
}

.margin-r-10 {
  margin-right: 10px;
}

.margin-r-20 {
  margin-right: 20px;
}

.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-5 {
  margin-bottom: 5px;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-l-10 {
  margin-left: 10px;
}

.margin-l-20 {
  margin-left: 20px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.width-25 {
  width: 25%;
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.border-l {
  border-left: 1px solid #ddd;
}

.border-r {
  border-right: 1px solid #ddd;
}

.border-b {
  border-bottom: 1px solid #ddd;
}

.border-t {
  border-top: 1px solid #ddd;
}

.no-border {
  border: 0 !important;
}

.rounded {
  border-radius: 10px;
}

.shadowed {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.cols {
  display: flex;
  gap: 20px;
  width: 100%;
}
.cols .cols-10 p:last-child, .cols .cols-15 p:last-child, .cols .cols-20 p:last-child, .cols .cols-25 p:last-child, .cols .cols-30 p:last-child, .cols .cols-33 p:last-child, .cols .cols-35 p:last-child, .cols .cols-40 p:last-child, .cols .cols-45 p:last-child, .cols .cols-50 p:last-child, .cols .cols-55 p:last-child, .cols .cols-60 p:last-child, .cols .cols-65 p:last-child, .cols .cols-66 p:last-child, .cols .cols-70 p:last-child, .cols .cols-75 p:last-child, .cols .cols-80 p:last-child, .cols .cols-85 p:last-child, .cols .cols-90 p:last-child, .cols .cols-100 p:last-child {
  margin-bottom: 0;
}
.cols .cols-10 {
  width: 10%;
}
.cols .cols-15 {
  width: 15%;
}
.cols .cols-20 {
  width: 20%;
}
.cols .cols-25 {
  width: 25%;
}
.cols .cols-30 {
  width: 30%;
}
.cols .cols-33 {
  width: 33.3333333333%;
}
.cols .cols-35 {
  width: 35%;
}
.cols .cols-40 {
  width: 40%;
}
.cols .cols-45 {
  width: 45%;
}
.cols .cols-50 {
  width: 50%;
}
.cols .cols-55 {
  width: 55%;
}
.cols .cols-60 {
  width: 60%;
}
.cols .cols-65 {
  width: 65%;
}
.cols .cols-66 {
  width: 66.6666666667%;
}
.cols .cols-70 {
  width: 70%;
}
.cols .cols-75 {
  width: 75%;
}
.cols .cols-80 {
  width: 80%;
}
.cols .cols-85 {
  width: 85%;
}
.cols .cols-90 {
  width: 90%;
}
.cols .cols-100 {
  width: 100%;
}

.column-list li {
  list-style-type: none;
  margin: 0;
}
.column-list.c2 {
  columns: 2;
}
.column-list.c3 {
  columns: 3;
}
.column-list.c4 {
  columns: 4;
}
.column-list.c5 {
  columns: 5;
}
.column-list.c6 {
  columns: 6;
}
.column-list.c7 {
  columns: 7;
}
.column-list.c8 {
  columns: 8;
}
.column-list.c9 {
  columns: 9;
}
.column-list.c10 {
  columns: 10;
}

.line-height-reset {
  line-height: 1 !important;
}

.uppercase {
  text-transform: uppercase;
}

.ellipsify {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listing-box, .callout {
  background: white;
  border: 1px solid #f0f0f0;
  padding: 20px;
}
.listing-box p:last-child, .callout p:last-child {
  margin-bottom: 0;
}
.listing-box.error, .callout.error {
  background: #aa182c;
  color: white;
}
.listing-box.warning, .callout.warning {
  background: #f15a24;
  color: white;
}
.listing-box .badge, .callout .badge {
  background: #aa182c;
  color: white;
  font-size: 12px;
  margin: -20px -20px 20px -20px;
  padding: 10px;
  text-align: center;
}

.block-link:link, .block-link:hover, .block-link:active, .block-link:visited {
  background: #eee;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  color: #444;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.block-link:link.selected, .block-link:hover.selected, .block-link:active.selected, .block-link:visited.selected {
  background: #e1e1e1;
  border: 1px solid #c8c8c8;
}
.block-link:link.disabled, .block-link:hover.disabled, .block-link:active.disabled, .block-link:visited.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.block-link:hover {
  background: #e6e6e6;
}

.form-group {
  padding-bottom: 10px;
}
.form-group.disabled label {
  pointer-events: none;
}
.form-group.disabled input[type=checkbox] {
  border: 1px solid #ddd;
  opacity: 0.5;
  pointer-events: none;
}
.form-group label {
  color: #5e5e5e;
  display: inline-block;
  font-size: 14px;
  padding: 0 0 4px 4px;
}
.form-group span.field-validation-error {
  color: #7d1220;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 6px 0 0 4px;
}

.actions {
  padding: 10px;
  text-align: center;
}

.validation-summary-errors {
  background: #aa182c;
  border-radius: 5px;
  color: white;
  margin-bottom: 20px;
  padding: 10px;
}
.validation-summary-errors ul {
  margin: 0;
  list-style: none;
}
.validation-summary-errors li {
  margin: 0;
}

input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password], input[type=date], input[type=datetime-local], select, textarea {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  color: #444;
  font-family: "Montserrat", arial, tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  outline: none;
  padding: 8px;
  resize: none;
  transition: border-color 0.3s ease;
  width: 100%;
  -webkit-appearance: none;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime-local]:focus, select:focus, textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
input[type=text].disabled, input[type=tel].disabled, input[type=email].disabled, input[type=number].disabled, input[type=password].disabled, input[type=date].disabled, input[type=datetime-local].disabled, select.disabled, textarea.disabled {
  border: 1px solid #ddd;
  opacity: 0.5;
  pointer-events: none;
}
input[type=text].input-validation-error, input[type=tel].input-validation-error, input[type=email].input-validation-error, input[type=number].input-validation-error, input[type=password].input-validation-error, input[type=date].input-validation-error, input[type=datetime-local].input-validation-error, select.input-validation-error, textarea.input-validation-error {
  border-color: #7d1220;
}

select {
  padding: 12px;
}

textarea {
  line-height: 1.4;
}

.button, .button:link, .button:hover, .button:active, .button:visited {
  background: #29abe2;
  border: 1px solid transparent;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", arial, tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  outline: none;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  transition: background-color 0.3s ease;
}
.button.full-width, .button:link.full-width, .button:hover.full-width, .button:active.full-width, .button:visited.full-width {
  text-align: center;
  width: 100%;
}
.button.off, .button:link.off, .button:hover.off, .button:active.off, .button:visited.off {
  background: white;
  border: 1px solid #29abe2;
  color: #29abe2;
}
.button.faded, .button:link.faded, .button:hover.faded, .button:active.faded, .button:visited.faded {
  background: #999;
  color: white;
}
.button.faded:hover, .button:link.faded:hover, .button:hover.faded:hover, .button:active.faded:hover, .button:visited.faded:hover {
  background: gray;
}
.button.disabled, .button:link.disabled, .button:hover.disabled, .button:active.disabled, .button:visited.disabled {
  background-color: #bbb;
  color: #eee;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
  user-select: none;
}

.button:hover {
  background: #084a74;
}

.cancel-button, .cancel-button:link, .cancel-button:hover, .cancel-button:active, .cancel-button:visited {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
  outline: none;
}

.edit-message {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 9999px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  margin-block: 5px;
  padding: 4px 8px;
}

.pop-alert {
  border-radius: 10px;
  bottom: 30px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-style: italic;
  left: 30px;
  max-width: 50%;
  overflow: hidden;
  padding: 20px;
  position: fixed;
  z-index: 10000;
}
.pop-alert.success {
  background: #099449;
}
.pop-alert.failure {
  background: #aa182c;
}
.pop-alert .fuse {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.auto-complete {
  position: relative;
}
.auto-complete .auto-complete-options {
  background: white;
  border: 1px solid #ddd;
  left: 0;
  max-height: 200px;
  overflow: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 31px;
  width: 100%;
  z-index: 100;
}
.auto-complete .auto-complete-options a:link, .auto-complete .auto-complete-options a:hover, .auto-complete .auto-complete-options a:active, .auto-complete .auto-complete-options a:visited {
  border: 0;
  color: #444;
  display: block;
  padding: 5px;
  text-decoration: none;
}
.auto-complete .auto-complete-options a:link *, .auto-complete .auto-complete-options a:hover *, .auto-complete .auto-complete-options a:active *, .auto-complete .auto-complete-options a:visited * {
  pointer-events: none;
}
.auto-complete .auto-complete-options a:hover, .auto-complete .auto-complete-options a.selected:link, .auto-complete .auto-complete-options a.selected:hover, .auto-complete .auto-complete-options a.selected:active, .auto-complete .auto-complete-options a.selected:visited {
  background: #eee;
}

.table-label {
  color: #777777;
  padding-left: 15px;
}

.table {
  border-collapse: collapse;
  width: 100%;
}
.table tr:hover td {
  background: #eee;
}
.table tr.active td {
  font-weight: bold !important;
}
.table tr.faded td {
  background: #f2f2f2 !important;
  color: #aaa !important;
}
.table th, .table td {
  padding: 10px 15px;
}
.table th {
  border-bottom: 1px solid #ccc;
  color: #777777;
  font-size: 14px;
}
.table td {
  border-bottom: 1px solid #ddd;
}
.table .actions {
  position: relative;
  width: 10px;
}
.table .actions .action-box {
  bottom: 0;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.table .actions .action-box .buttons {
  display: flex;
  height: 100%;
  justify-content: center;
}
.table .actions .action-box .button, .table .actions .action-box .button:link, .table .actions .action-box .button:hover, .table .actions .action-box .button:active, .table .actions .action-box .button:visited {
  align-items: center;
  border-radius: 0;
  display: flex;
  justify-content: center;
  min-width: 75px;
  text-align: center;
}
.table .actions .action-box button.button {
  height: 100%;
}
.table .actions .action-box .message-box {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  display: flex;
  padding: 0 20px;
}

header {
  align-items: stretch;
  background-color: #9e005d;
  border-bottom: 5px solid #750045;
  color: white;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .nav {
  display: flex;
  width: 70px;
}
header .nav .nav-button:link, header .nav .nav-button:hover, header .nav .nav-button:active, header .nav .nav-button:visited {
  background: url(https://static.mirusbio.com/images/menu.svg) center left 16px no-repeat;
  background-size: 38px;
  border: 0 !important;
  text-decoration: none;
  width: 100%;
}
header .nav .nav-button:hover {
  background-color: #750045;
}
header .nav .nav-loading {
  color: #444;
  font-size: 20px;
  padding: 80px 30px;
  text-align: center;
  width: 100%;
}
header .nav .nav-box {
  display: none;
}
header .nav .nav-mask {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
header .nav .nav-container {
  left: 100px;
  position: fixed;
  right: 100px;
  top: 30px;
  z-index: 10000;
}
header .nav .nav-content {
  background: #fafafa;
  border-radius: 10px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  z-index: 10000;
}
header .nav .nav-content .column {
  padding: 5px;
  width: 25%;
}
header .nav .nav-content .heading {
  background: #9e005d;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px 8px;
  text-transform: uppercase;
}
header .nav .nav-content .nav-link:link, header .nav .nav-content .nav-link:hover, header .nav .nav-content .nav-link:active, header .nav .nav-content .nav-link:visited {
  background-color: rgba(0, 0, 0, 0.05);
  border: 0 !important;
  border-radius: 5px;
  color: #444;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 5px 8px;
  position: relative;
  text-decoration: none;
}
header .nav .nav-content .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
header .nav .nav-content .pin {
  background: url(https://static.mirusbio.com/images/icon-pinnable.svg) center center no-repeat #444;
  background-size: 16px;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 1s;
  -webkit-transition: all 0.3s;
  width: 24px;
}
header .nav .nav-content .pinnable .pin {
  right: -30px;
}
header .nav .nav-content .pinnable:hover .pin {
  right: 0;
}
header .nav .nav-content .pinned .pin {
  background-image: url(https://static.mirusbio.com/images/icon-pinned.svg);
}
header .title {
  align-self: center;
  display: flex;
  flex-grow: 1;
  font-size: 40px;
  gap: 10px;
  line-height: 1;
  padding-left: 10px;
}
header .title a:link, header .title a:hover, header .title a:active, header .title a:visited {
  border: 0;
  color: white;
  text-decoration: none;
}
header .profile-box .profile-name {
  font-size: 18px;
  padding: 10px 15px 5px 0;
  text-align: right;
}
header .profile-box .profile-links {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
header .profile-box a:link, header .profile-box a:hover, header .profile-box a:active, header .profile-box a:visited {
  background: #750045;
  border: 0;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  width: 100px;
}
header .profile-box a:hover {
  background: #610039;
}

.sub-header {
  background: white;
  border-bottom: 1px solid #ddd;
  display: flex;
}
.sub-header .sub-header-content {
  padding: 10px 15px;
  width: 100%;
}
.sub-header .sub-header-content p:last-child {
  margin-bottom: 0;
}
.sub-header .back-link {
  display: flex;
}
.sub-header .back-link a:link, .sub-header .back-link a:hover, .sub-header .back-link a:active, .sub-header .back-link a:visited {
  align-items: center;
  background-color: white;
  border: 0;
  border-right: 1px solid #ddd;
  color: #444;
  display: flex;
  font-size: 11px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  width: 65px;
}
.sub-header .back-link a:hover {
  background-color: #eee;
}

.main {
  padding-bottom: 150px;
}

section .container-outer-header {
  color: white;
  display: table;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto -7px;
  text-transform: uppercase;
}
section .container {
  background: white;
  margin: 0 auto;
  max-width: 1080px;
}
section .container.slim {
  max-width: 450px;
}

.search-bar {
  background: #f2f2f2;
  border-top: 1px solid #ddd;
  bottom: 0;
  left: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  z-index: 100;
}
.search-bar .search-bar-fields {
  display: flex;
  gap: 5px;
  margin: 0 auto;
  max-width: 500px;
}
.search-bar .search-history {
  font-size: 12px;
  margin: 0 auto;
  max-width: 500px;
  padding: 5px;
}
.dev-overlay, .staging-overlay {
  align-items: center;
  bottom: 0;
  color: rgba(0, 0, 0, 0.05);
  display: flex;
  font-size: 18vw;
  font-weight: bold;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
}

.uploader {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.uploader .uploaded-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  width: 50%;
}
.uploader .upload-form {
  width: 50%;
}

.dropzone {
  background: white !important;
  border: 1px dashed #ddd !important;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 500px;
}
.dropzone .dz-message {
  margin: 0 !important;
  padding: 45px 0 !important;
}

.dropzone-warning, .dropzone-error {
  border-radius: 5px;
  color: white;
  margin: 10px;
  padding: 10px;
  text-align: center;
}

.dropzone-warning {
  background-color: #f15a24;
}

.dropzone-error {
  background-color: #aa182c;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.pager .page-button:link, .pager .page-button:hover, .pager .page-button:active, .pager .page-button:visited {
  background: #aaa;
  border: 0;
  border-radius: 4px;
  color: white;
  font-size: 12px;
  line-height: 1;
  margin: 3px;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  width: 40px;
}
.pager .page-button:link.current, .pager .page-button:hover.current, .pager .page-button:active.current, .pager .page-button:visited.current {
  background: #084a74;
}
.pager .page-button:hover {
  background: #888;
}

.checkbox-select-module .checkbox-list {
  background: white;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  height: 500px;
  overflow-y: auto;
  padding: 10px;
}
.checkbox-select-module .checkbox-list ul {
  columns: 4;
}
.checkbox-select-module .checkbox-list li {
  list-style-type: none;
  margin: 0;
}
.checkbox-select-module .selected-list {
  background: white;
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #ddd;
  padding: 10px;
}
.checkbox-select-module .selected-values {
  font-weight: bold;
}

.docs-url-builder {
  align-items: baseline;
  display: flex;
  gap: 5px;
}
.docs-url-builder .url-prefix {
  font-size: 12px;
  padding-left: 5px;
}
.docs-url-builder .form-group {
  flex-grow: 4;
  padding: 0;
}
.docs-url-builder .form-group label {
  display: none;
}

.no-records {
  background: white;
  border: 1px dashed #eee;
  border-radius: 5px;
  color: #777777;
  font-style: italic;
  padding: 10px;
  text-align: center;
}

.text-label {
  color: #5e5e5e;
  font-size: 14px;
}

.image-preview {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
}

.lined-table .row {
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
}
.lined-table .row:first-child {
  border-top: 1px solid #eee;
}
.lined-table .label-cell, .lined-table .value-cell {
  padding: 10px;
}
.lined-table .label-cell {
  font-weight: bold;
  width: 30%;
}
.lined-table .value-cell {
  width: 70%;
}

.error {
  background: #aa182c;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  padding: 10px;
}

.alert {
  color: white;
  border-radius: 99px;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 5px 10px;
  text-transform: uppercase;
}
.alert.good {
  background: #099449;
}
.alert.bad {
  background: #aa182c;
}

.pill {
  background: #ddd;
  border-radius: 100px;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 5px 10px 4px;
  text-transform: uppercase;
}

.sample-status-details {
  border: 0;
  bottom: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-size: 10px;
  left: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  z-index: 10;
}

.sr-status {
  border-radius: 3px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 4px;
}

.sr-attention {
  background-color: #c41230 !important;
}

.sr-processing {
  background-color: #ef9218 !important;
}

.sr-verified {
  background-color: #17a928 !important;
}

.sr-complete {
  background-color: #444 !important;
}

.sr-closed {
  background-color: #999 !important;
}

.sr-step-header {
  background: #9e005d;
  border-radius: 5px;
  color: white;
  line-height: 1;
  margin-bottom: 20px;
  padding: 10px 12px 12px;
}

.sr-progress-module {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 1px;
  justify-content: center;
  padding: 0 10px 20px;
}
.sr-progress-module .sr-progress-item {
  color: white;
  font-size: 14px;
  line-height: 1;
  padding: 8px 10px;
}
.sr-progress-module .sr-progress-item:first-child {
  border-radius: 5px 0 0 5px;
}
.sr-progress-module .sr-progress-item:last-child {
  border-radius: 0 5px 5px 0;
}
.sr-progress-module .sr-current {
  font-size: 18px;
}
.sr-progress-module .sr-process-past {
  background: #999;
}
.sr-progress-module .sr-process-future {
  background: #ccc;
  color: #999;
}

.label-matrix .label-row {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: space-evenly;
  width: 100%;
}
.label-matrix .label-row .control-cell {
  background: #eee;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  width: 150px;
}
.label-matrix .label-row .label-cell {
  background: white;
  border: 1px solid #eee;
  cursor: pointer;
  flex-grow: 1;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 10px;
  position: relative;
  user-select: none;
  text-align: center;
}
.label-matrix .label-row .label-cell .unselected {
  opacity: 0.5;
}
.label-matrix .label-row .label-cell input[type=checkbox] {
  left: 5px;
  pointer-events: none;
  position: absolute;
  top: 5px;
}
.label-matrix.rectangular-cryo-tags .label-cell, .label-matrix.rectangular-cryo-tags-new-logo .label-cell {
  overflow: hidden;
}
.label-matrix.rectangular-cryo-tags .label-preview, .label-matrix.rectangular-cryo-tags-new-logo .label-preview {
  height: 125px;
}
.label-matrix.rectangular-cryo-tags .label-preview .img, .label-matrix.rectangular-cryo-tags-new-logo .label-preview .img {
  bottom: 35px;
  left: 0;
  position: absolute;
  text-align: left;
  transform: translate(40px, 25px);
}
.label-matrix.rectangular-cryo-tags .label-preview .txt, .label-matrix.rectangular-cryo-tags-new-logo .label-preview .txt {
  bottom: 0;
  left: 10px;
  position: absolute;
  text-align: left;
  transform: rotate(270deg) translate(60px, 10px);
  width: 125px;
}

@media only screen and (max-width: 568px) {
  .desktop-only {
    display: none;
  }
  .float-left, .float-right {
    float: none;
  }
  .padding-body {
    padding: 10px;
  }
  .cols {
    display: block;
  }
  .cols .cols-10, .cols .cols-15, .cols .cols-20, .cols .cols-25, .cols .cols-30, .cols .cols-33, .cols .cols-35, .cols .cols-40, .cols .cols-45, .cols .cols-50, .cols .cols-55, .cols .cols-60, .cols .cols-65, .cols .cols-66, .cols .cols-70, .cols .cols-75, .cols .cols-80, .cols .cols-85, .cols .cols-90, .cols .cols-100 {
    margin-bottom: 20px;
    width: 100%;
  }
  .column-list.c2, .column-list.c3, .column-list.c4, .column-list.c5, .column-list.c6, .column-list.c7, .column-list.c8, .column-list.c9, .column-list.c10 {
    columns: 1;
  }
}
@media only screen and (max-width: 568px) {
  header .nav .nav-container {
    bottom: 30px;
    left: 10px;
    overflow-y: auto;
    right: 10px;
    top: 30px;
  }
  header .nav .nav-content {
    padding: 5px;
  }
  header .nav .nav-content .column {
    width: 100%;
  }
  header .profile-box .profile-name {
    font-size: 16px;
  }
  header .profile-box a:link, header .profile-box a:hover, header .profile-box a:active, header .profile-box a:visited {
    font-size: 14px;
    padding-bottom: 2px;
    width: 70px;
  }
  .sub-header .sub-header-content {
    padding: 5px 10px;
  }
  .sub-header .sub-header-content h1 {
    font-size: 24px;
  }
  .sub-header .sub-header-content p {
    font-size: 14px;
  }
  .search-bar {
    padding: 5px;
  }
  .table-scroll {
    overflow-x: scroll;
    position: relative;
    width: 100%;
  }
  .table-scroll th, .table-scroll td {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .table-scroll th.actions, .table-scroll td.actions {
    overflow: visible;
  }
  .table-scroll th.actions .button, .table-scroll td.actions .button {
    margin-bottom: 0 !important;
  }
  .table-scroll.scroll {
    padding-bottom: 10px;
  }
  .table-scroll .overlay {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password], input[type=date], input[type=datetime-local], select, textarea {
    padding: 5px;
  }
  select {
    padding: 10px;
  }
  .button, .button:link, .button:hover, .button:active, .button:visited {
    margin-bottom: 5px;
    padding: 10px 12px;
  }
}
@media only screen and (max-width: 568px) {
  .sample-status-details {
    display: none;
  }
  .sr-progress-module {
    padding: 0 5px 10px;
  }
  .sr-progress-module .sr-progress-item {
    font-size: 10px;
    padding: 5px 5px;
  }
  .sr-progress-module .sr-current {
    font-size: 12px;
  }
}
.ec-comparison-row {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

.ec-comparision-block {
  padding-bottom: 10px;
}
.ec-comparision-block .ec-title {
  font-size: 20px;
  padding: 5px 10px;
}
.ec-comparision-block .ec-block {
  height: 55px;
  position: relative;
}
.ec-comparision-block .ec-block .ec-text, .ec-comparision-block .ec-block .ec-bar {
  height: 50px;
  left: 0;
  line-height: 1;
  padding: 8px 0 0 10px;
  position: absolute;
  top: 0;
}
.ec-comparision-block .ec-block .ec-text {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s;
  z-index: 10;
}
.ec-comparision-block .ec-block .ec-bar {
  border-radius: 0 5px 5px 0;
}
.ec-comparision-block .ec-block.mirus .ec-bar {
  background-color: #422a6c;
  background: linear-gradient(180deg, #422a6c 0%, #2c1c47 100%);
}
.ec-comparision-block .ec-block.competitor .ec-bar {
  background-color: #555;
  background: linear-gradient(180deg, #555 0%, #3c3c3c 100%);
}

.ec-increase-block {
  align-items: center;
  border-radius: 10px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.8);
  color: white;
  display: flex;
  flex-direction: column;
  height: calc(100% - 80px);
  justify-content: center;
  margin: 40px 20px 40px 0;
  padding: 10px;
  transition: opacity 0.5s;
}
.ec-increase-block.win {
  background-color: #099449;
}
.ec-increase-block.loss {
  background-color: rgb(250, 180, 0);
}
.ec-increase-block .ec-increase-display {
  font-size: 20px;
  font-weight: bold;
}
.ec-increase-block .ec-increase-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-transform: uppercase;
}/*# sourceMappingURL=site.css.map */