/* The Less entry-point for the public site.
 */
/*
Requirements: assumes that bootstrap's 'less' dir is in the 
less compiler's search path.
*/
.number-no-spin {
  -moz-appearance: textfield;
}
.number-no-spin::-webkit-inner-spin-button,
.number-no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
/*
Requirements: assumes that bootstrap's 'less' dir is in the 
less compiler's search path.
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup,
.new-window:after {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup,
.new-window:after {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th,
  .plasmid-modal .giraffe-table td,
  .plasmid-modal .giraffe-table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table,
  .plasmid-modal .giraffe-table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #585858;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0483c8;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #03527d;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ddd;
}
body {
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Liberation Sans", Arimo, Helvetica, Arial, sans-serif, "dejavu_sans", "Symbola";
}
.l-dismissible-msg {
  display: flex;
  align-items: center;
}
.font-size-larger {
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 1px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #0483c8;
}
a.text-primary:hover {
  color: #036296;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger,
.order-page .order-item .order-status .order-alert .order-alert-icon {
  color: #a94442;
}
a.text-danger:hover,
a.order-page .order-item .order-status .order-alert .order-alert-icon:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #0483c8;
}
a.bg-primary:hover {
  background-color: #036296;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
.addgene-faq-list {
  padding-left: 0;
  list-style: none;
}
.list-inline,
.plasmid-modal .modal-footer .download-nav-list,
.addgene-nav-list {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li,
.plasmid-modal .modal-footer .download-nav-list > li,
.addgene-nav-list > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.scrollable {
  display: block;
  max-height: 340px;
  overflow-y: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 2px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 1px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 2px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.container-fluid {
  padding-left: 2%;
  padding-right: 2%;
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table,
.plasmid-modal .giraffe-table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.plasmid-modal .giraffe-table > thead > tr > th,
.plasmid-modal .giraffe-table > tbody > tr > th,
.plasmid-modal .giraffe-table > tfoot > tr > th,
.plasmid-modal .giraffe-table > thead > tr > td,
.plasmid-modal .giraffe-table > tbody > tr > td,
.plasmid-modal .giraffe-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #cccccc;
}
.table > thead > tr > th,
.plasmid-modal .giraffe-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #cccccc;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td,
.plasmid-modal .giraffe-table > caption + thead > tr:first-child > th,
.plasmid-modal .giraffe-table > colgroup + thead > tr:first-child > th,
.plasmid-modal .giraffe-table > thead:first-child > tr:first-child > th,
.plasmid-modal .giraffe-table > caption + thead > tr:first-child > td,
.plasmid-modal .giraffe-table > colgroup + thead > tr:first-child > td,
.plasmid-modal .giraffe-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody,
.plasmid-modal .giraffe-table > tbody + tbody {
  border-top: 2px solid #cccccc;
}
.table .table,
.plasmid-modal .giraffe-table .plasmid-modal .giraffe-table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td,
.plasmid-modal .giraffe-table > thead > tr > th,
.plasmid-modal .giraffe-table > tbody > tr > th,
.plasmid-modal .giraffe-table > tfoot > tr > th,
.plasmid-modal .giraffe-table > thead > tr > td,
.plasmid-modal .giraffe-table > tbody > tr > td,
.plasmid-modal .giraffe-table > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #cccccc;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #cccccc;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th,
.plasmid-modal .giraffe-table > tbody > tr:nth-child(odd) > td,
.plasmid-modal .giraffe-table > tbody > tr:nth-child(odd) > th {
  background-color: #edeff0;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
.plasmid-modal .giraffe-table > tbody > tr:hover > td,
.plasmid-modal .giraffe-table > tbody > tr:hover > th {
  background-color: #dfdfdf;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th,
.plasmid-modal .giraffe-table > thead > tr > td.active,
.plasmid-modal .giraffe-table > tbody > tr > td.active,
.plasmid-modal .giraffe-table > tfoot > tr > td.active,
.plasmid-modal .giraffe-table > thead > tr > th.active,
.plasmid-modal .giraffe-table > tbody > tr > th.active,
.plasmid-modal .giraffe-table > tfoot > tr > th.active,
.plasmid-modal .giraffe-table > thead > tr.active > td,
.plasmid-modal .giraffe-table > tbody > tr.active > td,
.plasmid-modal .giraffe-table > tfoot > tr.active > td,
.plasmid-modal .giraffe-table > thead > tr.active > th,
.plasmid-modal .giraffe-table > tbody > tr.active > th,
.plasmid-modal .giraffe-table > tfoot > tr.active > th {
  background-color: #dfdfdf;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.plasmid-modal .giraffe-table > tbody > tr > td.active:hover,
.plasmid-modal .giraffe-table > tbody > tr > th.active:hover,
.plasmid-modal .giraffe-table > tbody > tr.active:hover > td,
.plasmid-modal .giraffe-table > tbody > tr.active:hover > th {
  background-color: #d2d2d2;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th,
.plasmid-modal .giraffe-table > thead > tr > td.success,
.plasmid-modal .giraffe-table > tbody > tr > td.success,
.plasmid-modal .giraffe-table > tfoot > tr > td.success,
.plasmid-modal .giraffe-table > thead > tr > th.success,
.plasmid-modal .giraffe-table > tbody > tr > th.success,
.plasmid-modal .giraffe-table > tfoot > tr > th.success,
.plasmid-modal .giraffe-table > thead > tr.success > td,
.plasmid-modal .giraffe-table > tbody > tr.success > td,
.plasmid-modal .giraffe-table > tfoot > tr.success > td,
.plasmid-modal .giraffe-table > thead > tr.success > th,
.plasmid-modal .giraffe-table > tbody > tr.success > th,
.plasmid-modal .giraffe-table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.plasmid-modal .giraffe-table > tbody > tr > td.success:hover,
.plasmid-modal .giraffe-table > tbody > tr > th.success:hover,
.plasmid-modal .giraffe-table > tbody > tr.success:hover > td,
.plasmid-modal .giraffe-table > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th,
.plasmid-modal .giraffe-table > thead > tr > td.info,
.plasmid-modal .giraffe-table > tbody > tr > td.info,
.plasmid-modal .giraffe-table > tfoot > tr > td.info,
.plasmid-modal .giraffe-table > thead > tr > th.info,
.plasmid-modal .giraffe-table > tbody > tr > th.info,
.plasmid-modal .giraffe-table > tfoot > tr > th.info,
.plasmid-modal .giraffe-table > thead > tr.info > td,
.plasmid-modal .giraffe-table > tbody > tr.info > td,
.plasmid-modal .giraffe-table > tfoot > tr.info > td,
.plasmid-modal .giraffe-table > thead > tr.info > th,
.plasmid-modal .giraffe-table > tbody > tr.info > th,
.plasmid-modal .giraffe-table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.plasmid-modal .giraffe-table > tbody > tr > td.info:hover,
.plasmid-modal .giraffe-table > tbody > tr > th.info:hover,
.plasmid-modal .giraffe-table > tbody > tr.info:hover > td,
.plasmid-modal .giraffe-table > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th,
.plasmid-modal .giraffe-table > thead > tr > td.warning,
.plasmid-modal .giraffe-table > tbody > tr > td.warning,
.plasmid-modal .giraffe-table > tfoot > tr > td.warning,
.plasmid-modal .giraffe-table > thead > tr > th.warning,
.plasmid-modal .giraffe-table > tbody > tr > th.warning,
.plasmid-modal .giraffe-table > tfoot > tr > th.warning,
.plasmid-modal .giraffe-table > thead > tr.warning > td,
.plasmid-modal .giraffe-table > tbody > tr.warning > td,
.plasmid-modal .giraffe-table > tfoot > tr.warning > td,
.plasmid-modal .giraffe-table > thead > tr.warning > th,
.plasmid-modal .giraffe-table > tbody > tr.warning > th,
.plasmid-modal .giraffe-table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.plasmid-modal .giraffe-table > tbody > tr > td.warning:hover,
.plasmid-modal .giraffe-table > tbody > tr > th.warning:hover,
.plasmid-modal .giraffe-table > tbody > tr.warning:hover > td,
.plasmid-modal .giraffe-table > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th,
.plasmid-modal .giraffe-table > thead > tr > td.danger,
.plasmid-modal .giraffe-table > tbody > tr > td.danger,
.plasmid-modal .giraffe-table > tfoot > tr > td.danger,
.plasmid-modal .giraffe-table > thead > tr > th.danger,
.plasmid-modal .giraffe-table > tbody > tr > th.danger,
.plasmid-modal .giraffe-table > tfoot > tr > th.danger,
.plasmid-modal .giraffe-table > thead > tr.danger > td,
.plasmid-modal .giraffe-table > tbody > tr.danger > td,
.plasmid-modal .giraffe-table > tfoot > tr.danger > td,
.plasmid-modal .giraffe-table > thead > tr.danger > th,
.plasmid-modal .giraffe-table > tbody > tr.danger > th,
.plasmid-modal .giraffe-table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.plasmid-modal .giraffe-table > tbody > tr > td.danger:hover,
.plasmid-modal .giraffe-table > tbody > tr > th.danger:hover,
.plasmid-modal .giraffe-table > tbody > tr.danger:hover > td,
.plasmid-modal .giraffe-table > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 0px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #cccccc;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table,
  .table-responsive > .plasmid-modal .giraffe-table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .plasmid-modal .giraffe-table > thead > tr > th,
  .table-responsive > .plasmid-modal .giraffe-table > tbody > tr > th,
  .table-responsive > .plasmid-modal .giraffe-table > tfoot > tr > th,
  .table-responsive > .plasmid-modal .giraffe-table > thead > tr > td,
  .table-responsive > .plasmid-modal .giraffe-table > tbody > tr > td,
  .table-responsive > .plasmid-modal .giraffe-table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #989898;
}
@media (min-width: 1px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 1px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #0483c8;
  border-color: #0473af;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0369a0;
  border-color: #024b73;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0483c8;
  border-color: #0473af;
}
.btn-primary .badge {
  color: #0483c8;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #0483c8;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #03527d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon,
.addgene-flame,
.new-window:after,
.edit-plasmid-page #edit-plasmid-top li a .nav .nav-icon,
.order-page .order-item .order-status .order-alert .order-alert-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before,
.edit-plasmid-page #edit-plasmid-top li a .nav .nav-icon.nav-icon-verify:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before,
.edit-plasmid-page #edit-plasmid-top li a .nav .nav-icon.nav-icon-arrow:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before,
.order-page .order-item .order-status .order-alert .order-alert-icon:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before,
.addgene-flame:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
/*
Addgene glyphicon overrides.
*/
.glyphicon.glyphicon-print,
.addgene-flame.glyphicon-print,
.new-window:after.glyphicon-print,
.edit-plasmid-page #edit-plasmid-top li a .nav .nav-icon.glyphicon-print,
.order-page .order-item .order-status .order-alert .order-alert-icon.glyphicon-print {
  top: 2px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0483c8;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.dropdown-menu > li > .btn,
.dropdown-menu > li form {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > .btn:hover,
.dropdown-menu > li form:hover,
.dropdown-menu > li > .btn:focus,
.dropdown-menu > li form:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0483c8;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0483c8;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav > li {
  vertical-align: bottom;
}
.nav-blocks {
  background-color: transparent;
  border: solid #ddd;
  border-width: thin 0 thin 0;
}
.nav-blocks > li {
  border: 1px solid #ddd;
  border-width: 0 0 0 thin;
}
.nav-blocks > li:last-child {
  border-width: 0 thin;
}
.nav-blocks > li > a {
  padding: 3px 1px;
  white-space: nowrap;
}
.nav-blocks > li > a:hover,
.nav-blocks > li > a:focus {
  background-color: #ddd;
}
.nav-blocks > li.active > a,
.nav-blocks > li.active > a:hover,
.nav-blocks > li.active > a:focus {
  color: #555555;
  background-color: #fff;
}
.nav-blocks.nav-justified > li {
  display: table-cell;
  width: 1%;
}
.nav-blocks.nav-justified > li > a {
  margin-bottom: 0;
}
.navbar {
  position: relative;
  min-height: 45px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 1px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 12.5px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 45px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 1px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 5.5px;
  margin-bottom: 5.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 0px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 1px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
@media (min-width: 1px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 0px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-sm {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-btn.btn-xs {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 1px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 0px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 0px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0483c8;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #03527d;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0483c8;
  border-color: #0483c8;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #0483c8;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #036296;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0483c8;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 1px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0483c8;
}
.thumbnail .caption {
  padding: 9px;
  color: #585858;
}
.alert,
.errorlist > li {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4,
.errorlist > li h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link,
.errorlist > li .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul,
.errorlist > li > p,
.errorlist > li > ul {
  margin-bottom: 0;
}
.alert > p + p,
.errorlist > li > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger,
.errorlist > li {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr,
.errorlist > li hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link,
.errorlist > li .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0483c8;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0483c8;
  border-color: #0483c8;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #9bdbfd;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .plasmid-modal .giraffe-table,
.panel > .table-responsive > .plasmid-modal .giraffe-table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .plasmid-modal .giraffe-table:first-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .plasmid-modal .giraffe-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .plasmid-modal .giraffe-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .plasmid-modal .giraffe-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .plasmid-modal .giraffe-table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .plasmid-modal .giraffe-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .plasmid-modal .giraffe-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .plasmid-modal .giraffe-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .plasmid-modal .giraffe-table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .plasmid-modal .giraffe-table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .plasmid-modal .giraffe-table:last-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .plasmid-modal .giraffe-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .plasmid-modal .giraffe-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .plasmid-modal .giraffe-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .plasmid-modal .giraffe-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .plasmid-modal .giraffe-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .plasmid-modal .giraffe-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .plasmid-modal .giraffe-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .plasmid-modal .giraffe-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .plasmid-modal .giraffe-table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .panel-body + .plasmid-modal .giraffe-table {
  border-top: 1px solid #cccccc;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .plasmid-modal .giraffe-table > tbody:first-child > tr:first-child th,
.panel > .plasmid-modal .giraffe-table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #0483c8;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0483c8;
  border-color: #0483c8;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #0483c8;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #0483c8;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel > .dl-horizontal {
  margin-bottom: 0;
  padding: 10px 15px;
}
.panel > .dl-horizontal dt {
  border-top-width: 1px;
  border-radius: 0;
}
.panel > .dl-horizontal dd {
  border-bottom-width: 1px;
  border-radius: 0;
}
.panel > .dl-horizontal:first-child dt:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .dl-horizontal:last-child dd:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel.addgene-info-panel {
  margin-top: 3em;
  box-shadow: 0 0 4px #ddd;
  -webkit-box-shadow: 0 0 4px #ddd;
  -moz-box-shadow: 0 0 4px #ddd;
}
.panel.addgene-info-panel .panel-body {
  padding: 20px;
}
.panel.addgene-info-panel h3 {
  margin-top: 5px;
  margin-bottom: 15px;
}
.panel.addgene-info-panel .no-search-results-panel > img {
  float: right;
  width: 20%;
}
.panel.addgene-info-panel .no-search-results-panel > p:first-of-type {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .panel.addgene-info-panel .no-search-results-panel > p:first-of-type {
    font-size: 18px;
  }
}
@media (min-width: 1330px) {
  .panel.addgene-info-panel .no-search-results-panel > p:first-of-type {
    font-size: 20px;
  }
}
.panel.addgene-info-panel .no-search-results-panel #search-recs li {
  margin-top: 15px;
}
.js #no-js-youtube-help-text {
  display: none;
}
.panel-heading + .dl-horizontal dt:first-child {
  border-top-width: 0;
}
.panel > .table + .table,
.panel > .table + .table-responsive,
.panel > .plasmid-modal .giraffe-table + .plasmid-modal .giraffe-table,
.panel > .plasmid-modal .giraffe-table + .table-responsive {
  border-top: 1px solid #cccccc;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.caret-rotation .collapsed .caret {
  transform: rotate(270deg);
}
.caret-rotation .caret {
  margin-left: 5px;
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 1px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 2px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 1px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.search-section .homepage-hero .hero-container:before,
.search-section .homepage-hero .hero-container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.search-section .homepage-hero .hero-container:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 0px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 1px) and (max-width: 1px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 2px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 0px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 1px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 2px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  #addgene-header #header-utility-bar .login-new-user,
  #addgene-header #header-utility-bar .logged-in-user,
  #addgene-header #header-utility-bar .search,
  #messages.container,
  #addgene-footer {
    display: none !important;
  }
}
.btn.btn-addgene-orange {
  color: #fff !important;
  background-color: #ef6422 !important;
  border-color: #e75611 !important;
}
.btn.btn-addgene-orange:hover,
.btn.btn-addgene-orange:focus,
.btn.btn-addgene-orange:active,
.btn.btn-addgene-orange.active,
.open .dropdown-toggle.btn.btn-addgene-orange {
  color: #fff !important;
  background-color: #d95010 !important;
  border-color: #ae400d !important;
}
.btn.btn-addgene-orange:active,
.btn.btn-addgene-orange.active,
.open .dropdown-toggle.btn.btn-addgene-orange {
  background-image: none !important;
}
.btn.btn-addgene-orange.disabled,
.btn.btn-addgene-orange[disabled],
fieldset[disabled] .btn.btn-addgene-orange,
.btn.btn-addgene-orange.disabled:hover,
.btn.btn-addgene-orange[disabled]:hover,
fieldset[disabled] .btn.btn-addgene-orange:hover,
.btn.btn-addgene-orange.disabled:focus,
.btn.btn-addgene-orange[disabled]:focus,
fieldset[disabled] .btn.btn-addgene-orange:focus,
.btn.btn-addgene-orange.disabled:active,
.btn.btn-addgene-orange[disabled]:active,
fieldset[disabled] .btn.btn-addgene-orange:active,
.btn.btn-addgene-orange.disabled.active,
.btn.btn-addgene-orange[disabled].active,
fieldset[disabled] .btn.btn-addgene-orange.active {
  background-color: #ef6422 !important;
  border-color: #e75611 !important;
}
.btn.btn-addgene-orange .badge {
  color: #ef6422 !important;
  background-color: #fff !important;
}
.btn.btn-addgene-yellow {
  color: #585858;
  background-color: #fef17c;
  border-color: #f9e002;
  background-image: -webkit-linear-gradient(top, #fef5a4 0%, #ffb813 100%);
  background-image: linear-gradient(to bottom, #fef5a4 0%, #ffb813 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffef5a4', endColorstr='#ffffb813', GradientType=0);
}
.btn.btn-addgene-yellow:hover,
.btn.btn-addgene-yellow:focus,
.btn.btn-addgene-yellow:active,
.btn.btn-addgene-yellow.active,
.open .dropdown-toggle.btn.btn-addgene-yellow {
  color: #585858;
  background-color: #feed54;
  border-color: #bca901;
}
.btn.btn-addgene-yellow:active,
.btn.btn-addgene-yellow.active,
.open .dropdown-toggle.btn.btn-addgene-yellow {
  background-image: none;
}
.btn.btn-addgene-yellow.disabled,
.btn.btn-addgene-yellow[disabled],
fieldset[disabled] .btn.btn-addgene-yellow,
.btn.btn-addgene-yellow.disabled:hover,
.btn.btn-addgene-yellow[disabled]:hover,
fieldset[disabled] .btn.btn-addgene-yellow:hover,
.btn.btn-addgene-yellow.disabled:focus,
.btn.btn-addgene-yellow[disabled]:focus,
fieldset[disabled] .btn.btn-addgene-yellow:focus,
.btn.btn-addgene-yellow.disabled:active,
.btn.btn-addgene-yellow[disabled]:active,
fieldset[disabled] .btn.btn-addgene-yellow:active,
.btn.btn-addgene-yellow.disabled.active,
.btn.btn-addgene-yellow[disabled].active,
fieldset[disabled] .btn.btn-addgene-yellow.active {
  background-color: #fef17c;
  border-color: #f9e002;
}
.btn.btn-addgene-yellow .badge {
  color: #fef17c;
  background-color: #585858;
}
.btn.btn-addgene-yellow:hover {
  background-image: -webkit-linear-gradient(top, #ffb813 0%, #fef5a4 100%);
  background-image: linear-gradient(to bottom, #ffb813 0%, #fef5a4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb813', endColorstr='#fffef5a4', GradientType=0);
}
.btn.btn-addgene-blue {
  color: #fff;
  background-color: #0483c8;
  border-color: #0473af;
}
.btn.btn-addgene-blue:hover,
.btn.btn-addgene-blue:focus,
.btn.btn-addgene-blue:active,
.btn.btn-addgene-blue.active,
.open .dropdown-toggle.btn.btn-addgene-blue {
  color: #fff;
  background-color: #0369a0;
  border-color: #024b73;
}
.btn.btn-addgene-blue:active,
.btn.btn-addgene-blue.active,
.open .dropdown-toggle.btn.btn-addgene-blue {
  background-image: none;
}
.btn.btn-addgene-blue.disabled,
.btn.btn-addgene-blue[disabled],
fieldset[disabled] .btn.btn-addgene-blue,
.btn.btn-addgene-blue.disabled:hover,
.btn.btn-addgene-blue[disabled]:hover,
fieldset[disabled] .btn.btn-addgene-blue:hover,
.btn.btn-addgene-blue.disabled:focus,
.btn.btn-addgene-blue[disabled]:focus,
fieldset[disabled] .btn.btn-addgene-blue:focus,
.btn.btn-addgene-blue.disabled:active,
.btn.btn-addgene-blue[disabled]:active,
fieldset[disabled] .btn.btn-addgene-blue:active,
.btn.btn-addgene-blue.disabled.active,
.btn.btn-addgene-blue[disabled].active,
fieldset[disabled] .btn.btn-addgene-blue.active {
  background-color: #0483c8;
  border-color: #0473af;
}
.btn.btn-addgene-blue .badge {
  color: #0483c8;
  background-color: #fff;
}
.btn.btn-addgene-dark-blue {
  color: #fff;
  background-color: #024b73;
  border-color: #024b73;
}
.btn.btn-addgene-dark-blue:hover,
.btn.btn-addgene-dark-blue:focus,
.btn.btn-addgene-dark-blue:active,
.btn.btn-addgene-dark-blue.active,
.open .dropdown-toggle.btn.btn-addgene-dark-blue {
  color: #fff;
  background-color: #01314b;
  border-color: #012437;
}
.btn.btn-addgene-dark-blue:active,
.btn.btn-addgene-dark-blue.active,
.open .dropdown-toggle.btn.btn-addgene-dark-blue {
  background-image: none;
}
.btn.btn-addgene-dark-blue.disabled,
.btn.btn-addgene-dark-blue[disabled],
fieldset[disabled] .btn.btn-addgene-dark-blue,
.btn.btn-addgene-dark-blue.disabled:hover,
.btn.btn-addgene-dark-blue[disabled]:hover,
fieldset[disabled] .btn.btn-addgene-dark-blue:hover,
.btn.btn-addgene-dark-blue.disabled:focus,
.btn.btn-addgene-dark-blue[disabled]:focus,
fieldset[disabled] .btn.btn-addgene-dark-blue:focus,
.btn.btn-addgene-dark-blue.disabled:active,
.btn.btn-addgene-dark-blue[disabled]:active,
fieldset[disabled] .btn.btn-addgene-dark-blue:active,
.btn.btn-addgene-dark-blue.disabled.active,
.btn.btn-addgene-dark-blue[disabled].active,
fieldset[disabled] .btn.btn-addgene-dark-blue.active {
  background-color: #024b73;
  border-color: #024b73;
}
.btn.btn-addgene-dark-blue .badge {
  color: #024b73;
  background-color: #fff;
}
.btn.btn-addgene-dark-blue:hover {
  background-color: #036296;
}
.btn.btn-addgene-default {
  color: #024b73;
  background-color: transparent;
  border-color: #024b73;
}
.btn.btn-addgene-default:hover,
.btn.btn-addgene-default:focus,
.btn.btn-addgene-default:active,
.btn.btn-addgene-default.active,
.open .dropdown-toggle.btn.btn-addgene-default {
  color: #024b73;
  background-color: rgba(0, 0, 0, 0);
  border-color: #012437;
}
.btn.btn-addgene-default:active,
.btn.btn-addgene-default.active,
.open .dropdown-toggle.btn.btn-addgene-default {
  background-image: none;
}
.btn.btn-addgene-default.disabled,
.btn.btn-addgene-default[disabled],
fieldset[disabled] .btn.btn-addgene-default,
.btn.btn-addgene-default.disabled:hover,
.btn.btn-addgene-default[disabled]:hover,
fieldset[disabled] .btn.btn-addgene-default:hover,
.btn.btn-addgene-default.disabled:focus,
.btn.btn-addgene-default[disabled]:focus,
fieldset[disabled] .btn.btn-addgene-default:focus,
.btn.btn-addgene-default.disabled:active,
.btn.btn-addgene-default[disabled]:active,
fieldset[disabled] .btn.btn-addgene-default:active,
.btn.btn-addgene-default.disabled.active,
.btn.btn-addgene-default[disabled].active,
fieldset[disabled] .btn.btn-addgene-default.active {
  background-color: transparent;
  border-color: #024b73;
}
.btn.btn-addgene-default .badge {
  color: transparent;
  background-color: #024b73;
}
.btn.btn-addgene-default:hover {
  background-color: #ddd;
}
.btn.btn-search-filter {
  color: #024b73;
  background-color: white;
  border-color: #024b73;
}
.btn.btn-search-filter:hover,
.btn.btn-search-filter:focus,
.btn.btn-search-filter:active,
.btn.btn-search-filter.active,
.open .dropdown-toggle.btn.btn-search-filter {
  color: #024b73;
  background-color: #ebebeb;
  border-color: #012437;
}
.btn.btn-search-filter:active,
.btn.btn-search-filter.active,
.open .dropdown-toggle.btn.btn-search-filter {
  background-image: none;
}
.btn.btn-search-filter.disabled,
.btn.btn-search-filter[disabled],
fieldset[disabled] .btn.btn-search-filter,
.btn.btn-search-filter.disabled:hover,
.btn.btn-search-filter[disabled]:hover,
fieldset[disabled] .btn.btn-search-filter:hover,
.btn.btn-search-filter.disabled:focus,
.btn.btn-search-filter[disabled]:focus,
fieldset[disabled] .btn.btn-search-filter:focus,
.btn.btn-search-filter.disabled:active,
.btn.btn-search-filter[disabled]:active,
fieldset[disabled] .btn.btn-search-filter:active,
.btn.btn-search-filter.disabled.active,
.btn.btn-search-filter[disabled].active,
fieldset[disabled] .btn.btn-search-filter.active {
  background-color: white;
  border-color: #024b73;
}
.btn.btn-search-filter .badge {
  color: white;
  background-color: #024b73;
}
.btn.btn-search-filter:hover {
  background-color: #ddd;
}
.btn.btn-filter {
  color: #024b73;
  background-color: rgba(2, 75, 115, 0.1);
  border-color: transparent;
}
.btn.btn-filter:hover,
.btn.btn-filter:focus,
.btn.btn-filter:active,
.btn.btn-filter.active,
.open .dropdown-toggle.btn.btn-filter {
  color: #024b73;
  background-color: rgba(1, 49, 75, 0.1);
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-filter:active,
.btn.btn-filter.active,
.open .dropdown-toggle.btn.btn-filter {
  background-image: none;
}
.btn.btn-filter.disabled,
.btn.btn-filter[disabled],
fieldset[disabled] .btn.btn-filter,
.btn.btn-filter.disabled:hover,
.btn.btn-filter[disabled]:hover,
fieldset[disabled] .btn.btn-filter:hover,
.btn.btn-filter.disabled:focus,
.btn.btn-filter[disabled]:focus,
fieldset[disabled] .btn.btn-filter:focus,
.btn.btn-filter.disabled:active,
.btn.btn-filter[disabled]:active,
fieldset[disabled] .btn.btn-filter:active,
.btn.btn-filter.disabled.active,
.btn.btn-filter[disabled].active,
fieldset[disabled] .btn.btn-filter.active {
  background-color: rgba(2, 75, 115, 0.1);
  border-color: transparent;
}
.btn.btn-filter .badge {
  color: rgba(2, 75, 115, 0.1);
  background-color: #024b73;
}
.btn.btn-filter:hover {
  background-color: rgba(1, 42, 65, 0.1);
}
.btn.btn-addgene-search,
.btn.btn-addgene-new-orange {
  color: white;
  background-color: #ef6422;
  border-color: transparent;
}
.btn.btn-addgene-search:hover,
.btn.btn-addgene-new-orange:hover,
.btn.btn-addgene-search:focus,
.btn.btn-addgene-new-orange:focus,
.btn.btn-addgene-search:active,
.btn.btn-addgene-new-orange:active,
.btn.btn-addgene-search.active,
.btn.btn-addgene-new-orange.active,
.open .dropdown-toggle.btn.btn-addgene-search,
.open .dropdown-toggle.btn.btn-addgene-new-orange {
  color: white;
  background-color: #d95010;
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-addgene-search:active,
.btn.btn-addgene-new-orange:active,
.btn.btn-addgene-search.active,
.btn.btn-addgene-new-orange.active,
.open .dropdown-toggle.btn.btn-addgene-search,
.open .dropdown-toggle.btn.btn-addgene-new-orange {
  background-image: none;
}
.btn.btn-addgene-search.disabled,
.btn.btn-addgene-new-orange.disabled,
.btn.btn-addgene-search[disabled],
.btn.btn-addgene-new-orange[disabled],
fieldset[disabled] .btn.btn-addgene-search,
fieldset[disabled] .btn.btn-addgene-new-orange,
.btn.btn-addgene-search.disabled:hover,
.btn.btn-addgene-new-orange.disabled:hover,
.btn.btn-addgene-search[disabled]:hover,
.btn.btn-addgene-new-orange[disabled]:hover,
fieldset[disabled] .btn.btn-addgene-search:hover,
fieldset[disabled] .btn.btn-addgene-new-orange:hover,
.btn.btn-addgene-search.disabled:focus,
.btn.btn-addgene-new-orange.disabled:focus,
.btn.btn-addgene-search[disabled]:focus,
.btn.btn-addgene-new-orange[disabled]:focus,
fieldset[disabled] .btn.btn-addgene-search:focus,
fieldset[disabled] .btn.btn-addgene-new-orange:focus,
.btn.btn-addgene-search.disabled:active,
.btn.btn-addgene-new-orange.disabled:active,
.btn.btn-addgene-search[disabled]:active,
.btn.btn-addgene-new-orange[disabled]:active,
fieldset[disabled] .btn.btn-addgene-search:active,
fieldset[disabled] .btn.btn-addgene-new-orange:active,
.btn.btn-addgene-search.disabled.active,
.btn.btn-addgene-new-orange.disabled.active,
.btn.btn-addgene-search[disabled].active,
.btn.btn-addgene-new-orange[disabled].active,
fieldset[disabled] .btn.btn-addgene-search.active,
fieldset[disabled] .btn.btn-addgene-new-orange.active {
  background-color: #ef6422;
  border-color: transparent;
}
.btn.btn-addgene-search .badge,
.btn.btn-addgene-new-orange .badge {
  color: #ef6422;
  background-color: white;
}
.chosen-select {
  width: 100%;
}
.chosen-select-deselect {
  width: 100%;
}
.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
}
.chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid #999999;
  border-top-color: #d9d9d9;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
  box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0;
}
.chosen-container .chosen-results {
  color: #555555;
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  padding: 5px 6px;
}
.chosen-container .chosen-results li em {
  background: #feffde;
  font-style: normal;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #0483c8;
  background-image: none;
  color: white;
}
.chosen-container .chosen-results li.highlighted em {
  background: transparent;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #999999;
}
.chosen-container .chosen-results .no-results {
  background: #eeeeee;
  display: list-item;
}
.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}
.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 1.42857143;
  text-indent: -5000px;
  width: 9px;
}
.chosen-container .chosen-results-scroll-down {
  bottom: 0;
}
.chosen-container .chosen-results-scroll-down span {
  background: url("../images/common/vendor/bootstrap-chosen/chosen-sprite.png") no-repeat -4px -3px;
}
.chosen-container .chosen-results-scroll-up span {
  background: url("../images/common/vendor/bootstrap-chosen/chosen-sprite.png") no-repeat -22px -3px;
}
.chosen-container-single .chosen-single {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  color: #555555;
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  background: url("../images/common/vendor/bootstrap-chosen/chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 12px;
  width: 12px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}
.chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
}
.chosen-container-single .chosen-single div b {
  background: url("../images/common/vendor/bootstrap-chosen/chosen-sprite.png") no-repeat 0 7px;
  display: block;
  height: 100%;
  width: 100%;
}
.chosen-container-single .chosen-default {
  color: #999999;
}
.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000;
}
.chosen-container-single .chosen-search input[type="text"] {
  background: url("../images/common/vendor/bootstrap-chosen/chosen-sprite.png") no-repeat 100% -20px, #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  margin: 1px 0;
  padding: 4px 20px 4px 4px;
  width: 100%;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.chosen-container-single-nosearch .chosen-search input {
  position: absolute;
  left: -9000px;
}
.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #555555;
  height: 32px;
  margin: 0;
  padding: 4px;
  outline: 0;
}
.chosen-container-multi .chosen-choices .search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices .search-choice {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 6px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  background: url("../images/common/vendor/bootstrap-chosen/chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 4px;
  top: 5px;
  width: 12px;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}
.chosen-container-active .chosen-single {
  border: 1px solid rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #eeeeee;
  border: 1px solid rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid rgba(82, 168, 236, 0.8);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container-active .chosen-choices .search-field input[type="text"] {
  color: #111 !important;
}
.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chosen-rtl .chosen-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chosen-rtl .chosen-single div {
  left: 7px;
  right: auto;
}
.chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}
.chosen-rtl .chosen-choices .search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices .search-choice {
  margin: 6px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices .search-choice .search-choice-close {
  background-position: right top;
  left: 4px;
  right: auto;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  background: url("../images/common/vendor/bootstrap-chosen/chosen-sprite.png") no-repeat -28px -20px, #fff;
  direction: rtl;
  padding: 4px 5px 4px 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/common/vendor/bootstrap-chosen/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* Styling for Addgene header. */
.nav-justified > li > a {
  margin-bottom: 0;
}
a:focus,
.dropdown-toggle:focus {
  outline: 1.5px dashed currentColor;
}
html.js #search-li-item .search-panel {
  display: none;
}
#top-row #search-li-item #search_text {
  display: none;
}
html.no-js:not(.addgene-no-header-searchbar) #search-li-item .search-panel,
body.touch-device:not(.addgene-no-header-searchbar) #search-li-item .search-panel {
  display: block;
}
html.no-js #main-nav .dropdown:hover > .dropdown-toggle,
body.touch-device #main-nav .dropdown:hover > .dropdown-toggle {
  background: #ddd !important;
}
html.no-js #main-nav .dropdown:hover > .dropdown-toggle:after,
body.touch-device #main-nav .dropdown:hover > .dropdown-toggle:after {
  opacity: 1!important;
}
html.no-js #main-nav .dropdown:hover > .dropdown-toggle .main-caret,
body.touch-device #main-nav .dropdown:hover > .dropdown-toggle .main-caret {
  transform: rotate(180deg);
  transition: transform 0.25s ease-out;
}
html.no-js #main-nav .dropdown:hover > ul.dropdown-menu,
body.touch-device #main-nav .dropdown:hover > ul.dropdown-menu {
  display: block;
}
html.no-js .menu-list-items > .caret-rotation > div {
  display: block;
}
body:not(.addgene-no-header-searchbar) #addgene-header.has-border-bottom {
  border-bottom: 1px solid #ddd;
}
body:not(.addgene-no-header-searchbar) #page-body {
  margin-top: 10px;
}
body:not(.addgene-no-header-searchbar) #page-body #page-body-overlay {
  margin-top: -10px;
}
.addgene-search-page .account-action-list > li:first-child {
  display: none!important;
}
#page-body-overlay {
  background: #000;
  height: 150%;
  left: 0;
  position: fixed;
  transition: all 0.15s ease-out 0.75s;
  width: 100%;
}
#page-body-overlay.overlay-off {
  opacity: 0;
  z-index: -1;
}
#page-body-overlay.overlay-off.overlay-fast-transition {
  transition: all 0.275s ease-in-out;
}
#page-body-overlay.overlay-on {
  opacity: 0.45;
  z-index: 805;
  transition: all 0.275s ease-in-out;
}
#addgene-header {
  border-bottom: 0;
}
#addgene-header #messages > div {
  margin-bottom: 0;
  border-radius: 0;
}
#addgene-header #messages > div.alert-dismissable button {
  top: -20px;
  right: 10px;
  position: static;
}
#addgene-header #header-utility-bar {
  background: #0483c8;
  padding: 15px 15px 14px 15px;
  text-align: right;
}
#addgene-header #header-utility-bar.search-input-visible {
  padding-top: 8px;
  padding-bottom: 7px;
}
@media (max-width: 1330px) {
  #addgene-header #header-utility-bar.search-input-visible {
    padding-top: 7px;
    padding-bottom: 6px;
  }
}
@media (min-width: 1330px) {
  #addgene-header #header-utility-bar {
    font-size: 15.5px;
    line-height: 22px;
  }
}
#addgene-header #header-utility-bar.search-input-hidden {
  padding: 16px 15px 15px 15px;
}
#addgene-header #header-utility-bar .account-action-list {
  list-style: none;
  margin-bottom: 0;
  margin-left: -5px;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#addgene-header #header-utility-bar .account-action-list li::after {
  color: #fff;
}
@media (min-width: 1330px) {
  #addgene-header #header-utility-bar .account-action-list .account-action-list {
    font-size: 16px;
  }
}
#addgene-header #header-utility-bar .account-action-list #search-li-item {
  color: #fff;
}
#addgene-header #header-utility-bar .account-action-list #search-li-item .search-panel {
  border: 0;
  border-radius: 4px;
  margin-bottom: 0;
}
#addgene-header #header-utility-bar .account-action-list #search-li-item .search-panel .panel-body {
  padding: 2px 4px 2px 2px;
}
#addgene-header #header-utility-bar .account-action-list #search_text {
  cursor: pointer;
}
#addgene-header #header-utility-bar .account-action-list #search_text:hover span:not(:first-child) {
  text-decoration: underline;
}
#addgene-header #header-utility-bar .account-action-list .awesomplete ul {
  color: #585858;
  text-align: left;
}
#addgene-header #header-utility-bar .account-action-list #search-bar-parent {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#addgene-header #header-utility-bar .account-action-list #search-bar-parent #search-text-input {
  border: 0;
  box-shadow: none;
  margin-right: 10px;
  padding: 0 0 0 10px;
  width: 300px;
}
#addgene-header #header-utility-bar .account-action-list #search-bar-parent #search_submit_id {
  padding: 3px 10px;
}
#addgene-header #header-utility-bar .account-action-list > li:not(#ie7-register-link) {
  display: inline-block;
  padding-left: 8px;
}
#addgene-header #header-utility-bar .account-action-list > li:not(#ie7-register-link):first-child {
  margin-right: 20px;
  width: auto;
}
#addgene-header #header-utility-bar .account-action-list .dropdown:hover .main-caret {
  transform: rotate(180deg);
  transition: transform 0.25s ease-out;
}
#addgene-header #header-utility-bar .account-action-list .dropdown:hover > ul.dropdown-menu,
#addgene-header #header-utility-bar .account-action-list .dropdown:hover > div.dropdown-menu {
  display: block;
}
#addgene-header #header-utility-bar .account-action-list .account-icon,
#addgene-header #header-utility-bar .account-action-list .track-order-icon {
  height: 20px;
  margin-top: -3px;
}
#addgene-header #header-utility-bar .account-action-list.login-new-user a {
  color: #ffffff;
}
#addgene-header #header-utility-bar .account-action-list.login-new-user > li:not(#ie7-register-link):nth-child(2)::after {
  content: ' | ';
  margin: 0 0 0 6px;
}
#addgene-header #header-utility-bar .account-action-list.login-new-user > li:not(#ie7-register-link):last-child {
  margin-left: 20px;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li.dropdown > a {
  color: #fff;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li.dropdown > a:hover {
  text-decoration: none;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .cart-indicator .num-items {
  background-color: #f99f1e;
  border-radius: 4px;
  color: black;
  font-weight: bold;
  margin: 0 0 0 3px;
  padding: 2px 5px;
  text-align: center;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .cart-no-items {
  width: 300px;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .cart-has-items {
  width: 380px;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu {
  left: auto;
  right: 0;
  text-align: left;
  margin-top: 0;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu.account-menu a:hover {
  background: #d7e5f5;
  border: 1px dotted #bbb;
  padding: 2px 19px;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu#cart-menu-items a:hover {
  background: #d7e5f5;
  border: 1px dotted #bbb;
  padding: 1px 1px;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu#cart-menu-items a:hover .dropdown-list-item-name {
  text-decoration: underline;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu.account-menu .dropdown-header {
  color: #585858;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu.account-menu .account-title {
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu#cart-menu-items {
  padding: 5px 10px;
  font-size: 14px;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu#cart-menu-items .scrollable-item-list {
  max-height: 200px;
  overflow-y: auto;
  padding-left: 1px;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu#cart-menu-items .scrollable-item-list li > a {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu#cart-menu-items .dropdown-menu-start-search {
  border-radius: 4px;
  color: #3399ff;
  display: inline;
  padding: 0;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu#cart-menu-items .dropdown-menu-start-search:hover {
  background: #fff;
  border: 0;
  padding: 0;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu#cart-menu-items .dropdown-menu-start-search:hover,
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu#cart-menu-items .dropdown-menu-start-search:focus {
  text-decoration: none;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu#cart-menu-items .dropdown-menu-start-search.menu-content-link:not(.collapsed) {
  background: #fff;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu#cart-menu-items li {
  list-style: none;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu#cart-menu-items li a {
  padding: 2px 2px;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu#cart-menu-items li a .dropdown-list-item-id {
  float: left;
  width: 30%;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu#cart-menu-items li a .dropdown-list-item-name {
  display: inline-block;
  white-space: normal;
  width: 60%;
  word-wrap: break-word;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu#cart-menu-items li a .dropdown-list-item-quantity {
  float: right;
  width: 10%;
  padding-right: 4px;
  text-align: right;
}
#addgene-header #header-utility-bar .account-action-list.logged-in-user > li .dropdown-menu#cart-menu-items #checkout-button {
  color: #fff;
  margin: 0 20px 5px 0;
  padding: 5px 10px;
  width: 45%;
  display: inline-block;
}
#addgene-header #header-utility-bar .account-action-list .utility-bar-icon.glyphicon-user {
  margin-right: 3px;
}
#addgene-header #header-utility-bar .account-action-list .utility-bar-icon.glyphicon-shopping-cart {
  margin: 0 0 0 10px;
}
#addgene-header #header-utility-bar .icon-link-spacing {
  margin-left: 5px;
}
@media (max-width: 1014px) {
  #addgene-header #header-utility-bar,
  #addgene-header #header-utility-bar.search-input-hidden {
    padding-left: 0;
    padding-right: 0;
  }
}
#addgene-header #main-nav-bar {
  padding: 20px 0;
}
#addgene-header #main-nav-bar .logo img {
  width: 90%;
}
@media print {
  #addgene-header #main-nav-bar .logo {
    width: 25%;
  }
}
#addgene-header #main-nav-bar > .row {
  display: flex;
  align-items: center;
}
#addgene-header #main-nav-bar > .row #main-nav {
  background-color: #fff;
  margin-top: 13px;
  margin-bottom: 0;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown {
  font-size: 20px;
  margin: 0 6px;
  position: static;
}
@media (min-width: 1215px) {
  #addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown {
    font-size: 22px;
    margin: 0 15px;
  }
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown.dropdown-hover a.dropdown-toggle {
  background: #ddd !important;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown.dropdown-hover a.dropdown-toggle:after {
  opacity: 1!important;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown.dropdown-hover a.dropdown-toggle .main-caret {
  transform: rotate(180deg);
  transition: transform 0.25s ease-out;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown > .dropdown-toggle {
  background: white;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 3px 6px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  #addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown > .dropdown-toggle {
    padding: 5px 10px;
  }
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown > .dropdown-toggle:after {
  content: " ";
  display: block;
  height: 0;
  width: 0;
  border-top: 20px solid #ddd;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -32px;
  left: 45%;
  margin-left: -14px;
  opacity: 0;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu {
  background-color: #fefefe;
  border: 3px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.375);
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 100% !important;
  transform: translate(-25%, 0);
  z-index: 1000;
  width: 130%;
  min-width: 776px;
  padding: 10px 20px 20px 20px;
}
@media (max-height: 850px) {
  #addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu {
    max-height: 70vh;
  }
}
@media (max-width: 1280px) {
  #addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu {
    width: 120%;
    left: 0;
    transform: translate(-28%, 0);
  }
}
@media (max-width: 1170px) {
  #addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu {
    width: 120%;
    left: 0;
    transform: translate(-25%, 0);
  }
}
@media (max-width: 970px) {
  #addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu {
    width: 110%;
    left: 0;
    transform: translate(-25%, 0);
  }
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu li > .row {
  display: flex;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-heading {
  display: block;
  font-weight: 800;
  margin: 10px 0;
  font-size: 20px;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .column-border {
  border-right: 1px dotted #ddd;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-list-items.help-center-list > li {
  font-size: 15px;
  margin-top: 3px;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-list-items.help-center-list > li:last-child {
  margin-top: 6px;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-list-items.menu-edu-items li:last-of-type {
  font-size: 15px;
  font-style: italic;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-list-items li {
  font-size: 18px;
  margin-top: 5px;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-list-items li .menu-item-descriptor {
  font-size: 14px;
  font-style: italic;
  margin-left: 10px;
  margin-top: 5px;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-list-items li a {
  border-radius: 4px;
  color: #585858;
  display: block;
  padding: 5px;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-list-items li a:hover {
  background: #d7e5f5;
  border: 1px dotted #bbb;
  padding: 4px;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-list-items li a:hover,
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-list-items li a:focus {
  text-decoration: none;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-list-items li a.menu-content-link:not(.collapsed) {
  background: #ebf2fa;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-list-items li .sub-nav-list-items > li {
  font-size: 15px;
  padding-left: 10px;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-list-items li .nav-sub-menu {
  background: #fafafa;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-list-items li .nav-sub-menu .sub-menu-title {
  font-weight: bold;
  padding-top: 5px;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-list-items .beta-project-link a {
  display: flex;
  align-items: center;
}
#addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-list-items .beta-project-link a .addgene-beta-badge {
  height: 28px;
  margin-left: 0.5em;
}
@media (max-width: 1200px) {
  #addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-heading {
    font-size: 18px;
  }
  #addgene-header #main-nav-bar > .row #main-nav .nav > .dropdown .dropdown-menu .menu-list-items > li {
    font-size: 16px;
  }
}
@media print {
  #addgene-header #main-nav-bar > .row #main-nav {
    display: none;
  }
}
@media (max-width: 1014px) {
  #addgene-header #main-nav-bar {
    padding-left: 15px;
    padding-right: 15px;
  }
  #addgene-header #main-nav-bar .logo {
    padding-left: 0;
  }
  #addgene-header #main-nav-bar .logo img {
    width: 87%;
  }
  #addgene-header #main-nav-bar > .row div:nth-child(2) {
    padding-right: 0;
  }
}
/* Don't show the messages container when printing */
/* Fix for browsers (such as IE 8) that don't understand CSS media queries. */
html.no-mediaqueries #main-nav .nav-justified > li {
  float: left;
  width: 192px;
}
html.no-mediaqueries #page-body {
  clear: left;
}
html.no-mediaqueries #addgene-header #main-nav {
  display: block;
}
/* IE 6 and 7 ignore z-index properties if position is set to absolute. So set
 * z-index on non-absolute parents. */
html.lt-ie8 .dropdown {
  z-index: 1000;
}
html.lt-ie8 #addgene-header #top-row .dropdown-menu,
html.lt-ie8 #addgene-header #top-row .dropdown {
  z-index: 1001;
}
#addgene-footer {
  color: #fff;
}
#addgene-footer #footer-curve {
  box-shadow: 0 1vh 0 0 #0483c8;
  display: block;
  fill: #0483c8;
  -webkit-transform: scale;
  transform: scale(1);
}
#addgene-footer .footer-h2 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: none;
}
#addgene-footer .footer-h3 {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
#addgene-footer #footer-social-row {
  background: #0483c8;
  box-shadow: 0 1vh 0 0 #0483c8;
  padding: 20px 0 35px 0;
}
#addgene-footer #footer-social-row p {
  font-size: 17px;
  line-height: 1.2;
  margin: 0;
  padding: 0 10%;
  width: 100%;
}
#addgene-footer #footer-social-row .btn-addgene-dark-blue {
  margin-top: 20px;
}
#addgene-footer #footer-social-row .container div {
  display: flex;
}
#addgene-footer #footer-social-row .container div .footer-panel {
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  flex-basis: 100%;
}
#addgene-footer #footer-social-row .container div #newsletter-panel {
  padding: 0 25px 0 0;
}
#addgene-footer #footer-social-row .container div #blog-panel {
  padding: 0;
}
#addgene-footer #footer-social-row .container div #contact-panel {
  padding: 0 0 0 25px;
}
#addgene-footer #footer-contact-row {
  background: #036faa;
  box-shadow: 0 1vh 0 0 #036faa;
  padding: 35px 0;
}
#addgene-footer #footer-contact-row .footer-h2 {
  margin-bottom: 10px;
  text-align: left;
}
#addgene-footer #footer-contact-row .row {
  display: flex;
  align-items: center;
}
#addgene-footer #footer-contact-row .row #social-panel {
  display: flex;
  padding-left: 50px;
}
#addgene-footer #footer-contact-row .row #social-panel .social-icon {
  display: inherit;
  margin-right: 25px;
}
#addgene-footer #footer-contact-row .row #social-panel .social-icon img {
  background-color: #036296;
  border-radius: 4px;
  height: 40px;
  width: 40px;
}
#addgene-footer #footer-contact-row .row #social-panel .social-icon img:hover {
  transform: scale(1.1);
  transition: transform 0.75s ease;
}
#addgene-footer #footer-contact-row .row #social-panel .social-icon img path,
#addgene-footer #footer-contact-row .row #social-panel .social-icon img polygon {
  fill: #fff;
}
#addgene-footer #footer-nav-row {
  background: #036296;
  box-shadow: 0 50vh 0 50vh #036296;
  padding: 35px 0;
}
#addgene-footer #footer-nav-row hr {
  margin-bottom: 0;
  border-color: #035480;
}
#addgene-footer #footer-nav-row .footer-h3 {
  margin-bottom: 10px;
}
#addgene-footer #footer-nav-row .nav-link-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#addgene-footer #footer-nav-row .nav-link-row .nav-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#addgene-footer #footer-nav-row .nav-link-row .nav-link-panel-about {
  flex-basis: calc(38%);
}
#addgene-footer #footer-nav-row .nav-link-row .nav-link-panel-about .nav-links > ul:nth-child(odd) {
  flex-basis: calc(45%);
  flex-grow: 2;
}
#addgene-footer #footer-nav-row .nav-link-row .nav-link-panel-about .nav-links > ul:nth-child(even) {
  flex-basis: calc(55%);
  flex-grow: 2;
}
#addgene-footer #footer-nav-row .nav-link-row .nav-link-panel-browse {
  flex-basis: calc(39%);
}
#addgene-footer #footer-nav-row .nav-link-row .nav-link-panel-browse #reagent-panel {
  flex-basis: calc(35%);
  flex-grow: 2;
}
#addgene-footer #footer-nav-row .nav-link-row .nav-link-panel-browse .nav-links > ul {
  flex-basis: calc(45%);
  flex-grow: 2;
}
#addgene-footer #footer-nav-row .nav-link-row .nav-link-panel-edu {
  flex-basis: calc(23%);
}
#addgene-footer #footer-nav-row .footer-category {
  color: #d5d6d8;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}
#addgene-footer #footer-nav-row .footer-category a {
  color: #e6e6e7;
  font-weight: initial;
  font-size: 14px;
}
#addgene-footer #footer-nav-row #footer-anchor-link-panel {
  margin-top: 15px;
}
#addgene-footer #footer-nav-row #footer-anchor-link-panel li:not(:first-child) {
  margin: 0 7px;
}
#addgene-footer #footer-nav-row #footer-anchor-link-panel a {
  color: #e6e6e7;
}
.addgene-sidebar ul,
.sidebar-right ul {
  padding: 0;
}
.addgene-sidebar ul li,
.sidebar-right ul li {
  list-style-type: none;
  margin-bottom: 0.7em;
}
.sidebar-right {
  width: 210px;
  margin-left: 10px;
}
.breadcrumbs {
  padding: 15px 0 0 0;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
  list-style-type: none;
}
.breadcrumbs li::after {
  content: " / ";
  margin: 0 0.5em;
}
.breadcrumbs li:last-child::after {
  content: " ";
  margin: 0;
}
.addgene-item-page {
  /* set the background, since the giraffe SVGs are transparent */
  /*
    Styling for print media.
     */
}
.addgene-item-page .giraffe_canvas {
  background-color: #fff;
}
.addgene-item-page .addgene-item-note {
  /* These sometimes contain long DNA sequences with no newlines. */
  word-wrap: break-word;
}
.addgene-item-page h2 {
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.addgene-item-page .viral-info-header {
  background: #449f2d;
  padding: 5px;
  color: white;
  border-radius: 3px;
}
.addgene-item-page .dna-item-info-header {
  background: #be3165;
  padding: 5px;
  color: white;
  border-radius: 3px;
}
.addgene-item-page .alert-discontinued p,
.addgene-item-page .alert-discontinued div {
  display: inline;
}
.addgene-item-page .addgene-item-main-row {
  margin-top: 20px;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading {
  background: #006CA5;
  font-size: 20px;
  color: white;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading > .row-vertically-centered {
  table-layout: fixed;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading #plasmid-flame-container {
  width: 50px;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading #plasmid-flame-container .addgene-flame {
  display: inline-block;
  font-size: 165%;
  padding: 7px;
  text-align: center;
  border-radius: 5px;
  box-shadow: inset 1px 1px 3px 3px #d6d6d6;
  background: #ddd;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading h1 {
  width: 99%;
  font-size: 100%;
  padding-left: 1em;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading h1 small {
  color: inherit;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading #print-link-container {
  font-size: 75%;
  padding-left: 1em;
  width: 80px;
}
.addgene-item-page .addgene-panel-plasmid-item > .panel-heading #print-link-container a {
  color: white;
}
.addgene-item-page #print-maps-container {
  display: none;
}
@media print {
  .addgene-item-page #print-maps-container {
    display: block;
  }
}
.addgene-item-page #print-maps-container > .map {
  page-break-before: always;
  text-align: center;
}
@media print {
  .addgene-item-page .breadcrumbs {
    display: none;
  }
  .addgene-item-page h2 > .title,
  .addgene-item-page #plasmid-description-list .field-label {
    color: #ef6422 !important;
    background: white !important;
  }
  .addgene-item-page .addgene-item-main-row .item-main-col {
    width: 100%;
  }
  .addgene-item-page .addgene-item-main-row > .addgene-sidebar,
  .addgene-item-page .addgene-item-main-row > .sidebar-right {
    display: none;
  }
  .addgene-item-page .addgene-panel-plasmid-item {
    border: 0;
  }
  .addgene-item-page .addgene-panel-plasmid-item > .panel-heading {
    border: 0;
  }
  .addgene-item-page .addgene-panel-plasmid-item > .panel-heading h1 {
    padding-left: 0;
  }
  .addgene-item-page #print-link-container {
    display: none;
  }
  .addgene-item-page #top-section #maps-container {
    display: none;
  }
  .addgene-item-page #top-section #description-container {
    width: 100%;
  }
  .addgene-item-page #top-section #price-field {
    display: none;
  }
  .addgene-item-page #top-section #add-to-cart {
    display: none;
  }
  .addgene-item-page #how-to-cite {
    page-break-inside: avoid;
  }
}
.addgene-item-page #pooled-library-content > .row.addgene-item-main-row {
  margin-top: 10px;
}
.addgene-item-page #pooled-library-content > .row.addgene-item-main-row .item-main-col > .addgene-panel-catalog-item > .panel-heading {
  background: #a3499c;
}
.addgene-item-page #pooled-library-content > .row.addgene-item-main-row .item-main-col > .addgene-panel-catalog-item > .panel-heading .row > div:first-child {
  width: 55px;
}
.addgene-item-page #pooled-library-content > .row.addgene-item-main-row .item-main-col > .addgene-panel-catalog-item > .panel-heading .row > div:first-child img {
  border-radius: 4px;
}
.addgene-item-page #affinity-reagent-panel .img-panel {
  padding-right: 4%;
}
.addgene-item-page #affinity-reagent-panel h4 {
  color: #024b73;
  margin-top: 0px;
}
.addgene-item-page #affinity-reagent-panel .antibody-tube-img {
  width: 70%;
}
.addgene-item-page #affinity-reagent-panel .mb-0 {
  margin-bottom: 0px;
}
.addgene-item-page #affinity-reagent-panel > div > ul {
  padding: 0;
}
.addgene-item-page #affinity-reagent-panel > div > ul li {
  list-style-type: none;
  margin-bottom: 0.7em;
}
.material-properties .image-gallery {
  height: 500px;
  display: flex;
  flex-direction: column;
}
.material-properties .image-gallery .controls {
  top: 43%;
}
.material-properties .image-gallery .controls.next {
  right: 15px;
}
.material-properties .image-gallery .image-container {
  background-color: #e7e7e7;
  flex: 1 1 auto;
  height: 300px;
}
.material-properties .image-gallery .image-container img {
  height: 100%;
  object-fit: contain;
}
.material-properties .image-gallery .caption-container {
  background-color: #1f1f1f;
  padding: 20px 20px 20px 20px;
}
.material-properties .image-gallery .caption-container p.caption {
  color: white;
  margin: 0;
}
.material-properties .image-gallery .caption-container .btn-view-details {
  padding-left: 0;
  color: #0096e7;
}
.material-properties h2 {
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.material-properties .field {
  /* This addresses fields that have long sequences.
            We occasionally have long strings of text with no spaces in actual data, this keeps it looking clean.
        */
  word-wrap: break-word;
}
.material-properties #plasmid-sequence-maps .addgene-nav-list {
  margin-bottom: 0;
}
.material-properties #plasmid-sequence-maps #sequence-maps-nav li {
  margin: 0 10px;
  border: thin solid #eee;
  background: transparent;
}
.material-properties #plasmid-sequence-maps #sequence-maps-nav li:hover {
  border-color: #ccc;
}
.material-properties #plasmid-sequence-maps #sequence-maps-nav li.active {
  border-color: #0483c8;
}
.material-properties #plasmid-sequence-maps #sequence-maps-nav li a {
  background: transparent;
}
.material-properties #plasmid-sequence-maps .giraffe_canvas {
  margin-left: auto;
  margin-right: auto;
}
.material-properties .tab-pane .giraffe_canvas:hover {
  cursor: pointer;
}
.material-properties #plasmid-description-list > li {
  margin: 15px 0;
}
.material-properties #plasmid-description-list > li:first-child {
  margin-top: 0;
}
.material-properties #plasmid-description-list > li .field-label {
  text-transform: uppercase;
  color: #ef6422;
}
.material-properties #plasmid-description-list > li .field-label:after {
  content: '';
}
.material-properties #plasmid-description-list > li .single-line-field .field-label,
.material-properties #plasmid-description-list > li .single-line-field .field-content {
  display: inline-block;
}
.material-properties #ordering-info {
  font-weight: bold;
  font-style: italic;
}
.material-properties #detail-sections h2 .title,
.material-properties #notes-sections h2 .title {
  display: inline-block;
  max-width: 90%;
  padding: 0 0.75em;
  position: relative;
  background: white;
  z-index: 100;
}
.material-properties #detail-sections h2:after,
.material-properties #notes-sections h2:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  border-top: thin solid #ddd;
  z-index: 10;
}
.material-properties #detail-sections .field,
.material-properties #notes-sections .field {
  clear: left;
  margin: 5px 0;
}
.material-properties #detail-sections .field .field-label,
.material-properties #notes-sections .field .field-label {
  float: left;
  margin-right: 0.4em;
}
.material-properties #detail-sections .addgene-document-list,
.material-properties #notes-sections .addgene-document-list {
  clear: left;
}
.material-properties #detail-sections .addgene-document-list li,
.material-properties #notes-sections .addgene-document-list li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.material-properties #detail-sections .target-panel,
.material-properties #notes-sections .target-panel {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 30px;
}
.material-properties #detail-sections .target-panel .caret-rotation .collapsed .caret,
.material-properties #notes-sections .target-panel .caret-rotation .collapsed .caret {
  transform: rotate(360deg);
}
.material-properties #detail-sections .target-panel .caret-rotation .caret,
.material-properties #notes-sections .target-panel .caret-rotation .caret {
  transform: rotate(180deg);
}
.material-properties #detail-sections .target-panel.multiple,
.material-properties #notes-sections .target-panel.multiple {
  margin-top: 20px;
}
.material-properties #detail-sections .target-panel .overlay,
.material-properties #notes-sections .target-panel .overlay {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  background-color: #f5f5f5;
  opacity: 0.6;
}
.material-properties #detail-sections .target-panel .sequence-position-relative,
.material-properties #notes-sections .target-panel .sequence-position-relative {
  position: relative;
}
.material-properties #detail-sections .target-panel .sequence-wrap,
.material-properties #notes-sections .target-panel .sequence-wrap {
  height: 65px;
  word-break: break-all;
  overflow-wrap: break-word;
  overflow: hidden;
}
.material-properties #detail-sections .target-panel .icon-external-link,
.material-properties #notes-sections .target-panel .icon-external-link {
  font-size: 13px;
}
.material-properties #detail-sections .target-panel p,
.material-properties #notes-sections .target-panel p {
  margin: 5px 0 0 0;
}
.material-properties #detail-sections .target-panel ul,
.material-properties #notes-sections .target-panel ul {
  margin-bottom: 0;
  padding-left: 1.1em;
}
.material-properties #detail-sections .target-panel tr,
.material-properties #notes-sections .target-panel tr {
  border-bottom: 1px solid #dddddd;
}
.material-properties #detail-sections .target-panel tr td,
.material-properties #notes-sections .target-panel tr td {
  padding: 10px 0 10px 0;
  vertical-align: top;
  width: 100%;
}
.material-properties #detail-sections .target-panel tr th,
.material-properties #notes-sections .target-panel tr th {
  padding: 10px 30px 10px 0;
  white-space: nowrap;
  vertical-align: top;
  min-width: 239px;
}
.material-properties #detail-sections .target-panel tr:first-of-type td,
.material-properties #notes-sections .target-panel tr:first-of-type td {
  padding: 0 0 15px 0;
  vertical-align: top;
}
.material-properties #detail-sections .target-panel tr:first-of-type th,
.material-properties #notes-sections .target-panel tr:first-of-type th {
  padding: 0 30px 15px 0;
  white-space: nowrap;
  vertical-align: top;
}
.material-properties #detail-sections .target-panel tr:last-of-type,
.material-properties #notes-sections .target-panel tr:last-of-type {
  border-bottom: none;
}
.material-properties #detail-sections .target-panel tr:last-of-type td,
.material-properties #notes-sections .target-panel tr:last-of-type td {
  padding: 10px 0 0 0;
  vertical-align: top;
}
.material-properties #detail-sections .target-panel tr:last-of-type th,
.material-properties #notes-sections .target-panel tr:last-of-type th {
  padding: 10px 30px 0 0;
  white-space: nowrap;
  vertical-align: top;
}
.material-properties #detail-sections #applications .filters-row .filter-container,
.material-properties #notes-sections #applications .filters-row .filter-container {
  flex-direction: column;
}
.material-properties #detail-sections #applications .filters-row button.btn-search-filter,
.material-properties #notes-sections #applications .filters-row button.btn-search-filter {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.material-properties #detail-sections #applications .filters-row ul.dropdown-menu,
.material-properties #notes-sections #applications .filters-row ul.dropdown-menu {
  width: 100%;
}
.material-properties #detail-sections #applications div[data-toggle=modal],
.material-properties #notes-sections #applications div[data-toggle=modal] {
  font-weight: bold;
}
.material-properties #detail-sections #applications div.modal-btn span.glyphicon,
.material-properties #notes-sections #applications div.modal-btn span.glyphicon,
.material-properties #detail-sections #applications div.modal-btn span.addgene-flame,
.material-properties #notes-sections #applications div.modal-btn span.addgene-flame,
.material-properties #detail-sections #applications div.modal-btn span.new-window:after,
.material-properties #notes-sections #applications div.modal-btn span.new-window:after,
.material-properties #detail-sections #applications div.modal-btn span.edit-plasmid-page #edit-plasmid-top li a .nav .nav-icon,
.material-properties #notes-sections #applications div.modal-btn span.edit-plasmid-page #edit-plasmid-top li a .nav .nav-icon,
.material-properties #detail-sections #applications div.modal-btn span.order-page .order-item .order-status .order-alert .order-alert-icon,
.material-properties #notes-sections #applications div.modal-btn span.order-page .order-item .order-status .order-alert .order-alert-icon {
  top: -2px;
}
.material-properties #detail-sections #applications .btn-filter,
.material-properties #notes-sections #applications .btn-filter {
  margin-top: 12px;
}
@media only screen and (max-width: 1199px) {
  .material-properties #detail-sections #applications div.modal-btn,
  .material-properties #notes-sections #applications div.modal-btn {
    padding-left: 0;
  }
}
.material-properties #detail-sections #applications #modal-application-info .modal-header,
.material-properties #notes-sections #applications #modal-application-info .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.material-properties #detail-sections #applications #modal-application-info .modal-header button.close,
.material-properties #notes-sections #applications #modal-application-info .modal-header button.close {
  font-size: 30px;
}
.material-properties #detail-sections #applications #modal-application-info h2.modal-title,
.material-properties #notes-sections #applications #modal-application-info h2.modal-title {
  text-align: left;
  font-size: 20px;
  color: #585858;
  text-transform: none;
}
.material-properties #detail-sections #applications #modal-application-info h2.modal-title:after,
.material-properties #notes-sections #applications #modal-application-info h2.modal-title:after {
  content: none;
}
.material-properties #detail-sections #applications #modal-application-info h3,
.material-properties #notes-sections #applications #modal-application-info h3 {
  font-weight: bold;
  color: #585858;
  margin-left: unset;
  margin-bottom: 10px;
}
.material-properties #detail-sections #applications #modal-application-info h3:not(:first-of-type),
.material-properties #notes-sections #applications #modal-application-info h3:not(:first-of-type) {
  margin-top: 1em;
}
.material-properties #detail-sections #applications .visible,
.material-properties #notes-sections #applications .visible {
  margin-top: 40px;
}
.material-properties #detail-sections #applications .visible .assay-recommended span.recommended-text,
.material-properties #notes-sections #applications .visible .assay-recommended span.recommended-text {
  color: #ef6422;
  margin-right: 25px;
  justify-content: flex-end;
}
.material-properties #detail-sections #applications .visible .assay-recommended span.recommended-text img,
.material-properties #notes-sections #applications .visible .assay-recommended span.recommended-text img {
  margin-left: 0.3em;
}
.material-properties #detail-sections #applications .visible .application-tile-row,
.material-properties #notes-sections #applications .visible .application-tile-row {
  margin: 0;
}
.material-properties #detail-sections #applications .visible .application-tile-row:not(:last-child),
.material-properties #notes-sections #applications .visible .application-tile-row:not(:last-child) {
  margin-bottom: 15px;
}
.material-properties #detail-sections #applications h3,
.material-properties #notes-sections #applications h3 {
  margin-left: 30px;
  color: #024b73;
  margin-bottom: 20px;
  font-weight: normal;
}
.material-properties #detail-sections #applications .application-tile,
.material-properties #notes-sections #applications .application-tile {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding-top: 25px;
  padding-bottom: 25px;
  height: 200px;
}
.material-properties #detail-sections #applications .application-tile > .row,
.material-properties #notes-sections #applications .application-tile > .row {
  height: 100%;
  margin: 0;
}
.material-properties #detail-sections #applications .application-tile > .row > .application-image-div,
.material-properties #notes-sections #applications .application-tile > .row > .application-image-div {
  display: flex;
  justify-content: center;
  height: 100%;
}
.material-properties #detail-sections #applications .application-tile > .row > .application-image-div img,
.material-properties #notes-sections #applications .application-tile > .row > .application-image-div img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px solid #e7e7e7;
}
.material-properties #detail-sections #applications .application-tile > .row > .application-image-div .ko-validation-indicator,
.material-properties #notes-sections #applications .application-tile > .row > .application-image-div .ko-validation-indicator {
  position: absolute;
  bottom: -20px;
  font-style: italic;
}
.material-properties #detail-sections #applications .application-tile > .row .image-count,
.material-properties #notes-sections #applications .application-tile > .row .image-count {
  background-color: #e7e7e7;
  color: #585858;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  right: 15px;
  z-index: 100;
  opacity: 90%;
  padding: 5px 10px;
  border-bottom-right-radius: 6px;
}
.material-properties #detail-sections #applications .application-tile > .row .no-image-div,
.material-properties #notes-sections #applications .application-tile > .row .no-image-div {
  display: flex;
  background-color: #e7e7e7;
  text-align: center;
  justify-content: center;
  width: 100%;
  border-radius: 6px;
  align-content: center;
  flex-direction: column;
}
.material-properties #detail-sections #applications .application-tile > .row .fields,
.material-properties #notes-sections #applications .application-tile > .row .fields {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.material-properties #detail-sections #applications .application-tile > .row .fields > .row,
.material-properties #notes-sections #applications .application-tile > .row .fields > .row {
  margin: 0;
}
.material-properties #detail-sections #applications .application-tile > .row .fields .field-label,
.material-properties #notes-sections #applications .application-tile > .row .fields .field-label {
  font-weight: bold;
}
.material-properties #detail-sections #applications .application-tile > .row .fields .addgene-partner-lab-label,
.material-properties #notes-sections #applications .application-tile > .row .fields .addgene-partner-lab-label {
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 8px 15px;
  margin-left: 20px;
  font-size: 14px;
}
.material-properties #detail-sections #applications .application-tile > .row .fields .addgene-partner-lab-label img,
.material-properties #notes-sections #applications .application-tile > .row .fields .addgene-partner-lab-label img {
  height: 14px;
  vertical-align: text-top;
}
.material-properties #detail-sections #applications .application-tile > .row .fields .addgene-lab-label,
.material-properties #notes-sections #applications .application-tile > .row .fields .addgene-lab-label {
  height: 14px;
  vertical-align: text-top;
}
.material-properties #terms-and-licenses-section .flatblock-third-party-trademarks {
  clear: left;
}
.material-properties.material-properties-affinity-reagent #terms-and-licenses .addgene-document-list {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.material-properties.material-properties-affinity-reagent #terms-and-licenses .addgene-document-list li.service-names {
  list-style: none;
}
.material-properties.material-properties-affinity-reagent #terms-and-licenses .addgene-document-list li.service-names ul {
  margin-bottom: 0;
}
.material-properties.material-properties-affinity-reagent #terms-and-licenses .addgene-document-list li.service-names ul li {
  margin-bottom: 0;
}
.material-properties.material-properties-affinity-reagent #terms-and-licenses .addgene-document-list li.no-service-name {
  margin-left: 1.3em;
  margin-bottom: 0;
}
.material-properties.material-properties-affinity-reagent #terms-and-licenses .flatblock-third-party-trademarks .addgene-document-list li {
  margin-left: 1.3em;
  margin-bottom: 0;
}
.plasmid-modal .modal-body {
  text-align: center;
}
.plasmid-modal .modal-footer .download-nav-list {
  display: inline-block;
  padding-bottom: 0;
  margin: 0 5px 0 0;
}
.plasmid-modal .modal-footer .download-nav-list > li {
  padding: 5px 0px 5px 1px;
}
.plasmid-modal .modal-footer .download-nav-list > li::after {
  content: ' | ';
  margin: 0px 0px 0px 1px;
}
.plasmid-modal .modal-footer .download-nav-list > li:last-child::after {
  content: '';
  margin: 0;
}
.plasmid-modal .modal-footer #affinity-reagent-sequence-reminder-link {
  padding: 10px;
  margin-bottom: 0;
  font-size: 14px;
}
#applications .application-details-modal > .modal-dialog {
  width: 900px;
}
#applications .application-details-modal.with-images > .modal-dialog {
  width: 1300px;
  height: 900px;
}
#applications .application-details-modal .right-section {
  width: 47%;
}
#applications .application-details-modal .modal-content {
  height: 100%;
}
#applications .application-details-modal .modal-content > .row {
  height: 100%;
}
#applications .application-details-modal .modal-content .modal-slideshow {
  width: 53%;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-right: 2px solid #1f1f1f;
}
#applications .application-details-modal .modal-content .modal-slideshow div:first-of-type {
  border-top-left-radius: 5px;
}
#applications .application-details-modal .modal-content .modal-slideshow div:last-of-type {
  border-bottom-left-radius: 5px;
}
#applications .application-details-modal .modal-content .modal-slideshow .image-container {
  border-top-left-radius: 6px;
  background-color: #e7e7e7;
  flex: 1 0 auto;
}
#applications .application-details-modal .modal-content .modal-slideshow .image-container img {
  height: 100%;
  object-fit: contain;
}
#applications .application-details-modal .modal-content .modal-slideshow .caption-container {
  flex: 0 1 auto;
  background-color: #1f1f1f;
  padding: 20px 20px 30px 20px;
}
#applications .application-details-modal .modal-content .modal-slideshow .caption-container p.caption {
  color: white;
  margin: 0;
}
#applications .application-details-modal .modal-content .modal-slideshow .thumbnail-container {
  overflow-y: hidden;
  background-color: #1f1f1f;
  flex: 0 0 90px;
}
#applications .application-details-modal .modal-content .modal-slideshow .thumbnail-container .thumbnails {
  padding: 0 50px 10px 50px;
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
}
#applications .application-details-modal .modal-content .modal-slideshow .thumbnail-container .thumbnails img {
  flex: 0 0 auto;
  object-fit: cover;
  width: 60px;
  height: 60px;
  border-radius: 0px;
  opacity: 0.6;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
}
#applications .application-details-modal .modal-content .modal-slideshow .thumbnail-container .thumbnails img:last-of-type {
  margin-right: 0px;
}
#applications .application-details-modal .modal-content .modal-slideshow .thumbnail-container .thumbnails img.active {
  opacity: 1;
  border: 1px solid white;
}
.modal-details-section button.close {
  font-size: 30px;
}
.modal-details-section .modal-header,
.modal-details-section .modal-body {
  padding: 1.2em 2em 1em 2em;
}
.modal-details-section .modal-body {
  height: 85%;
}
.modal-details-section .modal-body h1 {
  font-size: 24px;
  margin-bottom: 1.8em;
}
.modal-details-section .modal-body .copy-btn-div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-details-section .application-modal-details-fields .dl-horizontal dt,
.modal-details-section .application-modal-details-fields .dl-horizontal dd {
  margin-bottom: 0.5em;
}
.modal-details-section .application-modal-details-fields .dl-horizontal dt {
  text-align: left;
  width: 268px;
}
.modal-details-section .application-modal-details-fields .lab-field {
  margin-bottom: 2.5em;
}
.modal-details-section .application-modal-details-fields dl.details dt {
  margin-bottom: 1em;
}
.modal-details-section .application-modal-details-fields dl.details dd {
  max-height: 270px;
  overflow-y: auto;
  margin-bottom: 30px;
}
.slideshow-gallery .controls {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  user-select: none;
  transition: all 0.3s;
}
.slideshow-gallery .controls:hover {
  text-decoration: none;
}
.slideshow-gallery a[class*="left"] {
  border-radius: 0 3px 3px 0;
}
.slideshow-gallery a[class*="right"] {
  border-radius: 3px 0 0 3px;
}
.slideshow-gallery .prev,
.slideshow-gallery .next {
  top: 40%;
  padding: 16px;
  margin-top: -50px;
  color: #006CA5;
  font-weight: bold;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}
.slideshow-gallery .prev:hover,
.slideshow-gallery .next:hover {
  background-color: #ffffff;
}
.slideshow-gallery .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.slideshow-gallery .scroll-left,
.slideshow-gallery .scroll-right {
  bottom: 38px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.slideshow-gallery .scroll-left:hover,
.slideshow-gallery .scroll-right:hover {
  background-color: #000000;
}
.slideshow-gallery .scroll-left {
  padding-left: 20px;
}
.slideshow-gallery .scroll-right {
  right: 0;
  padding-right: 20px;
}
.field .field-label {
  font-weight: bolder;
}
.field .field-label:after {
  content: ": ";
}
/* Styling for names of types of items, i.e. "Empty backbone", "Bacterial
 * Strain". */
.addgene-item-type {
  font-weight: bolder;
}
.kit-page-content .icon-title-row {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.kit-page-content .icon-title-row #kit-icon {
  padding-right: 10px;
  width: 9%;
}
.kit-page-content .icon-title-row #kit-icon > img {
  border-radius: 4px;
}
.kit-page-content .icon-title-row #catalog-number {
  font-weight: normal;
  font-size: 65%;
  color: inherit;
}
.kit-page-content .icon-title-row #catalog-number > span {
  display: inline-block;
}
.kit-plate-plugin .plate-well-20 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid;
  display: inline-block;
  vertical-align: middle;
}
.kit-plate-plugin .plate-well-18 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid;
  display: inline-block;
  vertical-align: middle;
}
.kit-plate-plugin .resistance-spacing {
  padding: 0 0.5em;
}
.kit-plate-plugin .bres0 {
  fill: #FFFFFF;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #FFFFFF;
  background: #FFFFFF;
  border-color: #EEEEEE;
}
.kit-plate-plugin .bres1 {
  fill: #8dd3c7;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #8dd3c7;
  background: #8dd3c7;
  border-color: #EEEEEE;
}
.kit-plate-plugin .bres2 {
  fill: #ffee93;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #ffee93;
  background: #ffee93;
  border-color: #EEEEEE;
}
.kit-plate-plugin .bres3 {
  fill: #bebada;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #bebada;
  background: #bebada;
  border-color: #EEEEEE;
}
.kit-plate-plugin .bres4 {
  fill: #fb8072;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #fb8072;
  background: #fb8072;
  border-color: #EEEEEE;
}
.kit-plate-plugin .bres5 {
  fill: #80b1d3;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #80b1d3;
  background: #80b1d3;
  border-color: #EEEEEE;
}
.kit-plate-plugin .bres6 {
  fill: #fdb462;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #fdb462;
  background: #fdb462;
  border-color: #EEEEEE;
}
.kit-plate-plugin .bres7 {
  fill: #b3de69;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #b3de69;
  background: #b3de69;
  border-color: #EEEEEE;
}
.kit-plate-plugin .bres8 {
  fill: #fccde5;
  stroke: #EEEEEE;
  color: #000000;
  background-color: #fccde5;
  background: #fccde5;
  border-color: #EEEEEE;
}
.kit-plate-plugin .kit-plate-table td {
  padding: 1px;
  min-width: 20px;
  vertical-align: middle;
}
.kit-plate-plugin .kit-plate-table td a {
  display: inline-block;
}
.kit-plate-plugin .kit-plate-table th {
  padding: 0px;
  min-width: 20px;
}
.kit-plate-plugin .inventory-panel {
  height: 50em;
  overflow-y: auto;
}
.kit-plate-plugin .kit-plates {
  height: 60em;
  overflow-y: auto;
  padding-right: 5px;
}
.kit-plate-plugin .kit-inventory-table {
  width: 36em;
}
@media (min-width: 1200px) {
  .kit-plate-plugin .kit-inventory-table {
    width: 45em;
  }
}
.addgene-flame.addgene-flame-high,
.addgene-flame.blue {
  color: #00b3ed;
}
.addgene-flame.addgene-flame-medium,
.addgene-flame.red {
  color: #ed0024;
}
.addgene-flame.addgene-flame-low,
.addgene-flame.yellow {
  color: #ed9a00;
}
.addgene-flame-with-popover {
  cursor: pointer;
}
.addgene-flame-popover .popover-content {
  padding: 5px 7px;
}
.addgene-flame-popover .addgene-flame {
  font-size: 20px;
}
.addgene-flame-popover .table,
.addgene-flame-popover .plasmid-modal .giraffe-table {
  margin-bottom: 0;
}
@media print {
  .addgene-flame.addgene-flame-high,
  .addgene-flame.blue {
    color: #00b3ed !important;
  }
  .addgene-flame.addgene-flame-medium,
  .addgene-flame.red {
    color: #ed0024 !important;
  }
  .addgene-flame.addgene-flame-low,
  .addgene-flame.yellow {
    color: #ed9a00 !important;
  }
}
/* Intented to be used with Bootstrap label class */
.label-flame {
  background-color: #fff;
}
.label-flame[href]:hover,
.label-flame[href]:focus {
  background-color: #e6e6e6;
}
/* Apply some of the Bootstrap form styles to form elements by default.
 * This is an interim measure during our conversion to Bootstrap. Long term we
 * should use Django crispy forms to consistently apply the Bootstrap classes
 * to our forms.
 */
.form-group {
  max-width: 100%;
}
/* Don't apply class to hidden elements */
input[type=text],
input[type=search],
input[type=password],
input[type=url],
input[type=email],
input[type=number],
select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  max-width: 100%;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=number]:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #999999;
}
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #999999;
}
input[type=text][disabled],
input[type=search][disabled],
input[type=password][disabled],
input[type=url][disabled],
input[type=email][disabled],
input[type=number][disabled],
select[disabled],
input[type=text][readonly],
input[type=search][readonly],
input[type=password][readonly],
input[type=url][readonly],
input[type=email][readonly],
input[type=number][readonly],
select[readonly],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=search],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=number],
fieldset[disabled] select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareainput[type=text],
textareainput[type=search],
textareainput[type=password],
textareainput[type=url],
textareainput[type=email],
textareainput[type=number],
textareaselect {
  height: auto;
}
input[type=file].form-control {
  border: 0;
  box-shadow: none;
  background: none;
}
/*
Styling for form errors.
*/
.has-error .help-block {
  color: inherit;
}
.has-error .error-msg {
  color: #a94442;
}
.has-error select,
.has-error input[type=text],
.has-error input[type=search],
.has-error input[type=password],
.has-error input[type=url],
.has-error input[type=email],
.has-error input[type=number] {
  background: #f2dede;
}
form .required label:after {
  content: ' *';
  color: #a94442;
}
form .required .checkbox label:after {
  content: ' ';
}
.form .checkbox {
  margin-top: 0;
}
.form .checkbox > ul {
  list-style-type: none;
}
/**
 * Use .form-condensed to make a smaller Bootstrap form.
 */
.form-condensed {
  font-size: 95%;
}
.form-condensed .form-control,
.form-condensed .input-group-addon,
.form-condensed .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-condensed .form-control,
select.form-condensed .input-group-addon,
select.form-condensed .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.form-condensed .form-control,
textarea.form-condensed .input-group-addon,
textarea.form-condensed .input-group-btn > .btn,
select[multiple].form-condensed .form-control,
select[multiple].form-condensed .input-group-addon,
select[multiple].form-condensed .input-group-btn > .btn {
  height: auto;
}
.form-condensed [type=text].form-control,
.form-condensed [type=search].form-control,
.form-condensed [type=password].form-control,
.form-condensed select.form-control {
  height: 23px;
  padding-top: 0;
  padding-bottom: 0;
}
.form-condensed textarea.form-control,
.form-condensed select[multiple].form-control,
.form-condensed select[size].form-control {
  height: auto;
}
.form-condensed label {
  margin-bottom: 2px;
}
.form-condensed .help-block {
  margin-bottom: 2px;
  margin-top: 2px;
}
.form-condensed .help-block .form-help-text {
  font-size: 11px;
  margin: 5px 0 5px -25px;
}
.form-condensed .help-block .form-help-text li {
  margin-bottom: 2px;
}
.form-condensed .form-group {
  margin-bottom: 6px;
}
.form-condensed .checkbox,
.form-condensed .radio {
  margin-bottom: 6px;
  margin-top: 6px;
}
.form-condensed .checkbox label {
  vertical-align: middle;
}
.form-condensed .input-group-addon:first-child,
.form-condensed .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.form-condensed .input-group-addon:last-child,
.form-condensed .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-horizontal.form-condensed .control-label,
.form-horizontal .form-condensed .control-label,
.form-condensed .form-horizontal .control-label {
  padding-top: 5px;
}
.form-horizontal.form-condensed .checkbox,
.form-horizontal .form-condensed .checkbox,
.form-condensed .form-horizontal .checkbox,
.form-horizontal.form-condensed .radio,
.form-horizontal .form-condensed .radio,
.form-condensed .form-horizontal .radio {
  margin-bottom: 0;
  margin-top: 0;
  min-height: 20px;
  padding-top: 0;
}
@media (min-width: 1px) {
  .form-inline.form-condensed .form-group,
  .form-inline .form-condensed .form-group,
  .form-condensed .form-inline .form-group {
    margin-bottom: 0;
  }
}
.form-oneline {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.form-oneline > * {
  margin: 0 6px;
}
.form-oneline > :last-child {
  margin-right: 0;
}
.form-oneline select {
  width: auto;
  display: inline-block;
}
.form-oneline.form-oneline-right {
  justify-content: right;
}
.catalog-items-list {
  list-style: none;
  counter-reset: catalog-item-counter;
  padding-left: 0;
}
.catalog-items-list li {
  counter-increment: catalog-item-counter;
}
.catalog-items-list li::before {
  content: counter(catalog-item-counter) ". ";
  font-weight: bold;
}
.table,
.plasmid-modal .giraffe-table {
  /*
  Table with centered text in cells.
   */
  /*
  Borderless table.
   */
  /*
  Vertical Borderless Table
  */
  /*
  Table with vertically centered cell content.
   */
}
.table > thead,
.plasmid-modal .giraffe-table > thead {
  background-color: #0483c8;
  color: white;
  font-weight: normal;
}
.table > thead a,
.plasmid-modal .giraffe-table > thead a {
  color: #f0ad4e;
  text-decoration: underline;
}
.table > thead > tr > td,
.table > thead > tr > th,
.plasmid-modal .giraffe-table > thead > tr > td,
.plasmid-modal .giraffe-table > thead > tr > th {
  vertical-align: middle;
}
.table > tfoot,
.plasmid-modal .giraffe-table > tfoot {
  background-color: #cdedfe;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > tr > td,
.plasmid-modal .giraffe-table > thead > tr > th,
.plasmid-modal .giraffe-table > tbody > tr > th,
.plasmid-modal .giraffe-table > tfoot > tr > th,
.plasmid-modal .giraffe-table > tr > th,
.plasmid-modal .giraffe-table > thead > tr > td,
.plasmid-modal .giraffe-table > tbody > tr > td,
.plasmid-modal .giraffe-table > tfoot > tr > td,
.plasmid-modal .giraffe-table > tr > td {
  border: thin solid #cccccc;
}
.table.table-text-center > thead > tr > th,
.table.table-text-center > tbody > tr > th,
.table.table-text-center > tfoot > tr > th,
.table.table-text-center > thead > tr > td,
.table.table-text-center > tbody > tr > td,
.table.table-text-center > tfoot > tr > td,
.plasmid-modal .giraffe-table.table-text-center > thead > tr > th,
.plasmid-modal .giraffe-table.table-text-center > tbody > tr > th,
.plasmid-modal .giraffe-table.table-text-center > tfoot > tr > th,
.plasmid-modal .giraffe-table.table-text-center > thead > tr > td,
.plasmid-modal .giraffe-table.table-text-center > tbody > tr > td,
.plasmid-modal .giraffe-table.table-text-center > tfoot > tr > td {
  text-align: center;
}
.table.table-no-border > thead > tr > th,
.table.table-no-border > tbody > tr > th,
.table.table-no-border > tfoot > tr > th,
.table.table-no-border > thead > tr > td,
.table.table-no-border > tbody > tr > td,
.table.table-no-border > tfoot > tr > td,
.plasmid-modal .giraffe-table.table-no-border > thead > tr > th,
.plasmid-modal .giraffe-table.table-no-border > tbody > tr > th,
.plasmid-modal .giraffe-table.table-no-border > tfoot > tr > th,
.plasmid-modal .giraffe-table.table-no-border > thead > tr > td,
.plasmid-modal .giraffe-table.table-no-border > tbody > tr > td,
.plasmid-modal .giraffe-table.table-no-border > tfoot > tr > td {
  border: none;
}
.table.table-no-border-vertical > thead > tr > th,
.table.table-no-border-vertical > tbody > tr > th,
.table.table-no-border-vertical > tfoot > tr > th,
.table.table-no-border-vertical > thead > tr > td,
.table.table-no-border-vertical > tbody > tr > td,
.table.table-no-border-vertical > tfoot > tr > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > thead > tr > th,
.plasmid-modal .giraffe-table.table-no-border-vertical > tbody > tr > th,
.plasmid-modal .giraffe-table.table-no-border-vertical > tfoot > tr > th,
.plasmid-modal .giraffe-table.table-no-border-vertical > thead > tr > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > tbody > tr > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > tfoot > tr > td {
  border-collapse: collapse;
  border: none;
}
.table.table-no-border-vertical > thead > tr > td,
.table.table-no-border-vertical > tbody > tr > td,
.table.table-no-border-vertical > tfoot > tr > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > thead > tr > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > tbody > tr > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > tfoot > tr > td {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
.table.table-no-border-vertical > thead > tr:last-child > td,
.table.table-no-border-vertical > tbody > tr:last-child > td,
.table.table-no-border-vertical > tfoot > tr:last-child > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > thead > tr:last-child > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > tbody > tr:last-child > td,
.plasmid-modal .giraffe-table.table-no-border-vertical > tfoot > tr:last-child > td {
  border: none;
}
.table.table-vertically-centered > thead > tr > th,
.table.table-vertically-centered > tbody > tr > th,
.table.table-vertically-centered > tfoot > tr > th,
.table.table-vertically-centered > thead > tr > td,
.table.table-vertically-centered > tbody > tr > td,
.table.table-vertically-centered > tfoot > tr > td,
.plasmid-modal .giraffe-table.table-vertically-centered > thead > tr > th,
.plasmid-modal .giraffe-table.table-vertically-centered > tbody > tr > th,
.plasmid-modal .giraffe-table.table-vertically-centered > tfoot > tr > th,
.plasmid-modal .giraffe-table.table-vertically-centered > thead > tr > td,
.plasmid-modal .giraffe-table.table-vertically-centered > tbody > tr > td,
.plasmid-modal .giraffe-table.table-vertically-centered > tfoot > tr > td {
  vertical-align: middle;
}
/*
 *Styling for commonly used columns in plasmid tables.
 */
.flame-col {
  width: 40px;
  text-align: center;
}
.id-col {
  width: 65px;
}
.add-to-cart-col {
  width: 85px;
}
table.dataTable thead > tr > th.flame-col,
table.dataTable thead > tr > th.add-to-cart-col {
  padding-left: 0;
  padding-right: 0;
}
table.datatable.table-hover td > hr,
table.datatable.plasmid-modal .giraffe-table td > hr {
  border-color: #cccccc;
}
.pandas-table > table {
  width: 100%;
  margin-bottom: 20px;
  /*
  Table with centered text in cells.
   */
  /*
  Borderless table.
   */
  /*
  Vertical Borderless Table
  */
  /*
  Table with vertically centered cell content.
   */
}
.pandas-table > table > thead > tr > th,
.pandas-table > table > tbody > tr > th,
.pandas-table > table > tfoot > tr > th,
.pandas-table > table > thead > tr > td,
.pandas-table > table > tbody > tr > td,
.pandas-table > table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #cccccc;
}
.pandas-table > table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #cccccc;
}
.pandas-table > table > caption + thead > tr:first-child > th,
.pandas-table > table > colgroup + thead > tr:first-child > th,
.pandas-table > table > thead:first-child > tr:first-child > th,
.pandas-table > table > caption + thead > tr:first-child > td,
.pandas-table > table > colgroup + thead > tr:first-child > td,
.pandas-table > table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.pandas-table > table > tbody + tbody {
  border-top: 2px solid #cccccc;
}
.pandas-table > table .table,
.pandas-table > table .plasmid-modal .giraffe-table {
  background-color: #fff;
}
.pandas-table > table > thead {
  background-color: #0483c8;
  color: white;
  font-weight: normal;
}
.pandas-table > table > thead a {
  color: #f0ad4e;
  text-decoration: underline;
}
.pandas-table > table > thead > tr > td,
.pandas-table > table > thead > tr > th {
  vertical-align: middle;
}
.pandas-table > table > tfoot {
  background-color: #cdedfe;
}
.pandas-table > table > thead > tr > th,
.pandas-table > table > tbody > tr > th,
.pandas-table > table > tfoot > tr > th,
.pandas-table > table > tr > th,
.pandas-table > table > thead > tr > td,
.pandas-table > table > tbody > tr > td,
.pandas-table > table > tfoot > tr > td,
.pandas-table > table > tr > td {
  border: thin solid #cccccc;
}
.pandas-table > table.table-text-center > thead > tr > th,
.pandas-table > table.table-text-center > tbody > tr > th,
.pandas-table > table.table-text-center > tfoot > tr > th,
.pandas-table > table.table-text-center > thead > tr > td,
.pandas-table > table.table-text-center > tbody > tr > td,
.pandas-table > table.table-text-center > tfoot > tr > td {
  text-align: center;
}
.pandas-table > table.table-no-border > thead > tr > th,
.pandas-table > table.table-no-border > tbody > tr > th,
.pandas-table > table.table-no-border > tfoot > tr > th,
.pandas-table > table.table-no-border > thead > tr > td,
.pandas-table > table.table-no-border > tbody > tr > td,
.pandas-table > table.table-no-border > tfoot > tr > td {
  border: none;
}
.pandas-table > table.table-no-border-vertical > thead > tr > th,
.pandas-table > table.table-no-border-vertical > tbody > tr > th,
.pandas-table > table.table-no-border-vertical > tfoot > tr > th,
.pandas-table > table.table-no-border-vertical > thead > tr > td,
.pandas-table > table.table-no-border-vertical > tbody > tr > td,
.pandas-table > table.table-no-border-vertical > tfoot > tr > td {
  border-collapse: collapse;
  border: none;
}
.pandas-table > table.table-no-border-vertical > thead > tr > td,
.pandas-table > table.table-no-border-vertical > tbody > tr > td,
.pandas-table > table.table-no-border-vertical > tfoot > tr > td {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
.pandas-table > table.table-no-border-vertical > thead > tr:last-child > td,
.pandas-table > table.table-no-border-vertical > tbody > tr:last-child > td,
.pandas-table > table.table-no-border-vertical > tfoot > tr:last-child > td {
  border: none;
}
.pandas-table > table.table-vertically-centered > thead > tr > th,
.pandas-table > table.table-vertically-centered > tbody > tr > th,
.pandas-table > table.table-vertically-centered > tfoot > tr > th,
.pandas-table > table.table-vertically-centered > thead > tr > td,
.pandas-table > table.table-vertically-centered > tbody > tr > td,
.pandas-table > table.table-vertically-centered > tfoot > tr > td {
  vertical-align: middle;
}
.pandas-table > table > tbody > tr:nth-child(odd) > td,
.pandas-table > table > tbody > tr:nth-child(odd) > th {
  background-color: #edeff0;
}
.pandas-table > table > tbody > tr:hover > td,
.pandas-table > table > tbody > tr:hover > th {
  background-color: #dfdfdf;
}
/*
This file contains helper classes for site-wide CMS page styling.
*/
.checkbox-help-text-indent {
  margin-left: 17px;
}
.d-flex {
  display: flex;
}
.indent {
  margin-left: 30px;
}
.mono {
  font-family: monospace;
}
/*
Row with vertical centering of elements.
*/
.row.row-vertically-centered {
  display: table;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.row.row-vertically-centered > * {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
/*
Inline nav list, with '|' as spacers.
*/
.addgene-nav-list {
  /*
Popover width styling added for sequence file help (SnapGene and GenBank) popover
*/
}
.addgene-nav-list .popover {
  width: 275px;
}
.addgene-nav-list > li {
  padding: 5px 0px 5px 5px;
}
.addgene-nav-list > li::after {
  content: ' | ';
  margin: 0px 5px;
}
.addgene-nav-list > li:last-child::after {
  content: '';
  margin: 0;
}
.addgene-faq-list .question {
  color: #0483c8;
}
.addgene-faq-list .answer {
  color: gray;
}
.copy-from {
  font-family: monospace;
  font-size: smaller;
  white-space: pre;
  cursor: copy !important;
  overflow: auto;
}
.copy-from[readonly] {
  background-color: white;
}
.addgene-sequence-list li {
  margin-bottom: 20px;
}
.new-window:after {
  content: "\e164";
  top: -0.5em;
}
.caret.caret-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
}
.addgene-text-orange {
  color: #ef6422;
}
.material-name,
.insert-name {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: fixed;
  width: auto;
  height: auto;
  margin: 2px 0 0 0;
  overflow: visible;
  clip: auto;
}
/* Align two elements on the same line, maximally spaced apart */
/* Use case: <h1> with a button link */
.items-flex-row-align {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
/* Align two elements on the same line, maximally spaced apart and centered on y-axis */
.items-flex-row-align-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Use case: Set the width of <select> element */
.qty-selector {
  width: 4em;
  padding: 6px;
}
.mt-20 {
  margin-top: 20px;
}
.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.g-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
/**
 * Styling for the markup in particular Flatblock instances.
 */
.flatblock-third-party-trademarks h5 {
  margin: 0;
}
/*
* Styling for /search pages.
*/
.search-bar-results {
  background-color: rgba(2, 75, 115, 0.1);
}
.search-bar-results .results-text {
  color: #024b73;
  font-size: 22px;
  margin-bottom: 40px;
}
.search-bar-results .results-text #user-keywords {
  color: #ef6422;
}
.search-bar-results .results-text .remove-keywords-link {
  font-size: 14px;
  vertical-align: super;
}
.search-bar-results .search-container {
  margin-bottom: 40px;
}
.search-bar-results .filter-row {
  margin-bottom: 1em;
}
.search-bar-results .filter-row .filter-label {
  color: #585858;
  font-size: 18px;
}
.search-bar-results .filter-row .category-filter-container {
  display: flex;
  flex-direction: column;
}
.search-bar-results .filter-row .category-filter-container .btn-group {
  margin: 0 3px;
}
.search-bar-results .filter-row .category-filter-container .btn-group.subcategory-group {
  margin-top: 8px;
}
.search-bar-results .filter-row .category-filter-container .btn-group .btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-bar-results .filter-row .category-filter-container .btn-group .dropdown-menu {
  width: 100%;
}
.search-bar-results .filter-row #search-filter-container #id_requests label {
  white-space: nowrap;
}
.search-bar-results .filter-row #search-filter-container .btn-group label {
  overflow-wrap: break-word;
  white-space: normal;
}
.search-bar-results .filter-row #search-filter-container .btn-group.search-filter-btns {
  margin: 0 2px;
}
.search-bar-results .filter-row #search-filter-container .btn-group.search-filter-btns > ul {
  display: none;
}
.search-bar-results .filter-row #search-filter-container .btn-group.search-filter-btns.open > ul {
  display: block;
}
.search-bar-results .filter-row #search-filter-container .btn-group.search-filter-btns .dropdown-menu.addgene-search-filter {
  padding: 8px;
}
.search-bar-results .filter-row #search-filter-container #filters-container > div div:first-of-type .addgene-search-filter {
  width: auto;
  max-width: 15em;
}
@media (min-width: 1200px) {
  .search-bar-results .filter-row #search-filter-container #filters-container > div div:first-of-type .addgene-search-filter {
    min-width: 15em;
    max-width: 20em;
  }
}
.search-bar-results .filter-row #search-filter-container .btn-group.open .dropdown-menu.extra-menu {
  display: flex!important;
  flex-wrap: wrap;
  min-width: 350px;
  max-width: 400px;
  max-height: 400px;
  overflow-y: scroll;
  padding: 8px;
}
.search-bar-results .filter-row #search-filter-container .btn-group.open .dropdown-menu.extra-menu .extra-search-filters {
  padding: 5px 10px 5px 5px;
}
.search-bar-results .filter-row #search-filter-container .btn-group.open .dropdown-menu.extra-menu .extra-search-filters > label {
  color: #585858;
}
.search-bar-results .filter-row #search-filter-container .btn-group.open .dropdown-menu.extra-menu .extra-search-filters > ul {
  padding-left: 0;
}
.search-bar-results .filter-row #filter-button-row {
  margin-top: 20px;
}
.search-bar-results .filter-row #filter-button-row #filter-selections {
  color: #585858;
  margin-bottom: 8px;
}
.search-bar-results .filter-row #filter-button-row > a {
  color: inherit;
}
.search-bar-results .filter-row #filter-button-row > a:hover,
.search-bar-results .filter-row #filter-button-row > a:focus {
  text-decoration: none;
}
.search-bar-results .filter-row #filter-button-row > a:focus {
  outline: none;
}
.search-bar-results .filter-row #filter-button-row .btn.btn-filter {
  margin: 0 2px 8px 2px;
  padding: 4px;
}
.search-bar-results .filter-row #filter-button-row .btn.btn-filter .glyphicon-remove {
  padding: 0 5px;
}
.search-bar-results .filter-row #filter-button-row .btn.btn-filter .addgene-flame {
  padding-right: 5px;
}
.search-results-container {
  color: #585858;
}
.search-results-container .highlight-query-match {
  margin-left: 130px;
}
.search-results-container .highlight-query-match em {
  font-weight: bold;
  font-style: normal;
}
.search-results-container #search-pagination #search-num-results {
  display: inline;
  margin-right: 20px;
}
.search-results-container #search-pagination #search-num-results #search-num-results-label {
  font-weight: bold;
}
.search-results-container #search-pagination #search-results-per-page {
  margin-right: 40px;
}
.search-results-container .list-group-item {
  border-style: dotted;
  border-width: 2px;
  margin-bottom: 30px;
  padding: 5px;
}
.search-results-container .list-group-item:first-child {
  margin-top: 30px;
}
.search-results-container .search-result-title {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
}
.search-results-container .search-result-image {
  display: flex;
  justify-content: center;
  height: 200px;
}
.search-results-container .search-result-image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px solid #e7e7e7;
}
.search-results-container .search-result-item {
  padding: 30px;
}
.search-results-container .search-result-item .search-result-details > .row,
.search-results-container .search-result-item .search-result-details .col-xs-8 > .row,
.search-results-container .search-result-item .search-result-details .col-xs-12 > .row {
  margin-bottom: 3px;
}
.search-results-container .search-result-item .search-result-detail-section {
  margin-top: 30px;
}
.search-results-container .search-result-item .search-result-details .map-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-results-container .search-result-item .search-result-details .map-column img {
  max-width: 16em;
}
.search-results-container .search-result-item .search-result-details .map-column p {
  font-size: small;
  margin-top: 1.5em;
}
.search-results-container .search-result-item .search-result-details .additional-plasmid-info-row {
  margin-top: 5px;
}
#addgene-category-results-content {
  color: #585858;
}
#addgene-category-results-content .category-results-header {
  margin-top: 45px;
  text-align: center;
}
#addgene-category-results-content .category-results-list .category {
  font-size: 25px;
  margin-top: 40px;
}
#addgene-category-results-content .category-results-list .leaf-categories {
  display: flex;
  flex-wrap: wrap;
  font-family: ralewaybold;
}
#addgene-category-results-content .category-results-list .leaf-categories > a {
  text-decoration: none;
  margin-right: 1.5em;
  margin-top: 1.25em;
}
#addgene-category-results-content .category-results-list .leaf-categories .leaf-category {
  background-color: #f7f7f7;
  background: linear-gradient(0deg, #ffffff 0%, #f7f7f7 100%);
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
#addgene-category-results-content .category-results-list .leaf-categories .leaf-category:hover {
  background-color: #f5f5f5;
  background-image: none;
  box-shadow: 0 0 20px #ddd;
}
#addgene-category-results-content .category-results-list .leaf-categories .leaf-category .leaf-label {
  color: #585858;
}
#vdb-results-container .addgene-filter-panel .clear-btn-container {
  width: 50px;
}
#vdb-results-container .addgene-filter-panel .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
#vdb-results-container #vdb_filters #filter-options legend {
  border-bottom: 0;
  margin-bottom: 20px;
}
#vdb-results-container #vdb_filters #filter-options legend > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#vdb-results-container #vdb_results th {
  width: 16.6%;
  cursor: pointer;
}
#vdb-results-container #vdb_stats {
  margin-bottom: 15px;
}
#vdb-item-info div.alert.alert-danger,
#vdb-item-info div.errorlist > li.alert-danger,
#vdb-item-info div.alert.errorlist > li {
  margin: 30px 0;
}
#vdb-item-info div.alert.alert-danger > p,
#vdb-item-info div.errorlist > li.alert-danger > p,
#vdb-item-info div.alert.errorlist > li > p {
  font-size: 18px;
}
#vdb-item-info #vdb-vector-info-table td {
  padding: 5px 10px;
}
#vdb-item-info #vdb-vector-info-table td:nth-child(1) {
  text-align: right;
  font-weight: bold;
}
#vdb-search-field > div {
  margin: 20px 0 40px 0;
}
#vdb-search-field > div label {
  font-size: 18px;
}
#vdb-browse-options .list-unstyled,
#vdb-browse-options .addgene-faq-list {
  column-count: 2;
}
#vdb-browse-options .list-unstyled.vector-types,
#vdb-browse-options .addgene-faq-list.vector-types {
  column-count: 3;
}
#vdb-browse-options > .row:nth-child(2) {
  margin-top: 20px;
}
#vdb-browse-options > div:last-child {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  #generated-map-title {
    margin-top: 0;
  }
}
/* Use the pointing finger cursor for these toggle buttons. */
[data-toggle=modal],
[data-toggle=tab],
[data-toggle=dropdown],
[data-toggle=collapse] {
  cursor: pointer;
}
/* Don't underline text in a giraffe map when it's inside a link. */
a:hover .giraffe_canvas {
  text-decoration: none;
}
.item-sequence-container-snapgene .copy-from {
  width: 88%;
  padding: 10px;
}
.item-sequence-container-snapgene .sequence-avatar {
  position: relative;
  display: inline-block;
}
.item-sequence-container-snapgene .sequence-avatar:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.item-sequence-container-snapgene textarea {
  resize: vertical;
}
.item-sequence-container-snapgene .row > div {
  margin-bottom: 20px;
}
.amino-acid-sequence .amino-acid-sequence-role {
  font-weight: bolder;
}
.amino-acid-sequence .amino-acid-sequence-value {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: monospace;
  font-size: smaller;
  white-space: pre;
  cursor: copy !important;
  overflow: auto;
  height: 150px;
  padding: 10px;
  white-space: pre-line;
  resize: none;
}
.amino-acid-sequence .amino-acid-sequence-value:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.amino-acid-sequence .amino-acid-sequence-value::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.amino-acid-sequence .amino-acid-sequence-value:-ms-input-placeholder {
  color: #999999;
}
.amino-acid-sequence .amino-acid-sequence-value::-webkit-input-placeholder {
  color: #999999;
}
.amino-acid-sequence .amino-acid-sequence-value[disabled],
.amino-acid-sequence .amino-acid-sequence-value[readonly],
fieldset[disabled] .amino-acid-sequence .amino-acid-sequence-value {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.amino-acid-sequence .amino-acid-sequence-value {
  height: auto;
}
.amino-acid-sequence .amino-acid-sequence-value[readonly] {
  background-color: white;
}
div.dataTables_filter input {
  margin-left: 1em;
}
div.dataTables_paginate {
  margin-right: 1em;
}
#user-registration-wizard .wizard.nav li.disabled,
#user-registration-wizard .wizard.pager li.disabled {
  position: relative;
}
#user-registration-wizard .wizard.nav li.disabled:after,
#user-registration-wizard .wizard.pager li.disabled:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
#user-registration-wizard .wizard.pager li {
  display: inline-block;
}
#user-registration-wizard .alert#country-alert,
#user-registration-wizard .alert#institution-alert,
#user-registration-wizard .alert#pi-alert,
#user-registration-wizard .errorlist > li#country-alert,
#user-registration-wizard .errorlist > li#institution-alert,
#user-registration-wizard .errorlist > li#pi-alert {
  width: 38%;
}
#user-registration-wizard .dropdown-menu-block {
  display: flex;
  align-items: center;
}
#user-registration-wizard .dropdown-menu-block > p {
  margin-left: 10px;
}
#user-registration-wizard .required-text {
  font-style: italic;
}
#user-registration-wizard .required-text:before {
  content: '*';
  color: #a94442;
}
#user-registration-wizard #div_id_username,
#user-registration-wizard #div_id_phone {
  width: 40%;
  clear: both;
}
#user-registration-wizard #div_id_password1,
#user-registration-wizard #div_id_email1,
#user-registration-wizard #div_id_first_name,
#user-registration-wizard #div_id_password2,
#user-registration-wizard #div_id_email2,
#user-registration-wizard #div_id_last_name {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
#user-registration-wizard #div_id_password1,
#user-registration-wizard #div_id_email1,
#user-registration-wizard #div_id_first_name {
  margin-right: 5%;
}
#user-registration-wizard #div_id_password2,
#user-registration-wizard #div_id_email2,
#user-registration-wizard #div_id_last_name {
  margin-left: 5%;
}
#user-registration-wizard .text-center {
  padding-top: 15px;
}
#user-registration-wizard #data-use-opt-in {
  float: left;
}
#user-registration-wizard #data-use-opt-in + label {
  display: block;
  margin-left: 20px;
  font-weight: normal;
}
#user-registration-wizard textarea {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  margin-bottom: 15px;
  resize: none;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 10px;
  line-height: 16px;
}
.verify-email-heading {
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.confirm-page-inputs .panel-body {
  padding: 25px;
}
.confirm-page-inputs .panel-body input[type=email] {
  width: 90%;
}
.confirm-page-inputs .cancel-button {
  margin-left: 1em;
}
.display-inline-block {
  display: inline-block;
}
.verify-account-info {
  margin-top: 2em;
  margin-bottom: 2em;
}
.verify-account-info .dl-horizontal dt {
  text-align: left;
}
.verify-account-info .dl-horizontal dt,
.verify-account-info .dl-horizontal dd {
  margin-bottom: 0.25em;
}
.verify-account-info h3 {
  font-size: 19px;
  margin-bottom: 1em;
}
.bottom-spacing-2 {
  margin-bottom: 2em;
}
.bottom-spacing-3 {
  margin-bottom: 3em;
}
.top-spacing-2 {
  margin-top: 2em;
}
.email-verification-image {
  width: 65%;
  margin-top: 1em;
  margin-left: 8em;
}
#update-email-form-section .cancel-button {
  margin-left: 1em;
}
#success-page-section p {
  line-height: 1.5;
}
#success-page-section h1 {
  line-height: 1.5;
}
#success-page-section .deposit-button {
  margin-left: 15px;
}
#submit-registration-btn {
  padding: 8px 40px;
}
.addgene-addtocart .item-price {
  font-size: 20px;
}
.addgene-addtocart.atc-popover .atc-unavail-popover-link {
  display: flex;
  justify-content: space-between;
}
.addgene-addtocart.atc-popover .atc-unavail-popover-link .atc-unavail-text {
  flex-grow: 1;
}
.addgene-addtocart.atc-popover.atc-big-popover {
  padding-bottom: 10px;
}
.addgene-addtocart.atc-popover.atc-big-popover .atc-unavail-message {
  font-size: 85%;
}
.addgene-addtocart.atc-popover.atc-mini-popover .alert,
.addgene-addtocart.atc-popover.atc-mini-popover .errorlist > li {
  margin: 0;
  padding: 7.5px;
  text-align: center;
}
.addgene-addtocart.atc-popover.atc-mini-popover .atc-unavail-popover-link {
  font-weight: normal;
}
/*
General styling for print media.
Some print media styling is in specific sections, e.g. header/footer.
*/
@media print {
  a {
    text-decoration: underline;
    color: #0483c8 !important;
  }
  a * {
    color: #0483c8 !important;
  }
  a[href]:after {
    display: none;
  }
  blockquote {
    border: 0;
  }
  .breadcrumbs {
    display: none;
  }
  #cms-top {
    /* Django CMS might change this ID name at any time */
    display: none;
  }
  .zEWidget-launcher {
    /* Zendesk might change this class name at any time */
    display: none;
  }
}
.addgene-alerts-page h1 img {
  width: 50px;
}
.addgene-alerts-page h2#subscribe-header {
  margin-top: 50px;
}
.addgene-alerts-page #alerts-search-form {
  margin: 10px 0;
}
.addgene-alerts-page #alerts-search-form input {
  width: auto;
  display: inline-block;
}
.addgene-alerts-page .alerts-table {
  width: 400px;
}
.addgene-alerts-page .alerts-table td:nth-child(2) {
  text-align: center;
  width: 125px;
}
.addgene-alerts-page #search-results-main {
  margin-top: 25px;
}
.edit-plasmid-page #edit-plasmid-top {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.edit-plasmid-page #edit-plasmid-top li {
  display: inline-block;
  float: none;
  padding: 0 10px;
  margin: 0;
  width: 184px;
  vertical-align: top;
  font-size: 12px;
}
.edit-plasmid-page #edit-plasmid-top li a {
  border: thin solid #ccc;
  border-radius: 5px;
  padding: 5px;
}
.edit-plasmid-page #edit-plasmid-top li a .nav {
  display: block;
  text-decoration: none;
  text-align: center;
}
.edit-plasmid-page #edit-plasmid-top li a .nav .nav-icon {
  display: block;
  font-size: 150%;
  margin-bottom: 5px;
}
.edit-plasmid-page #edit-plasmid-top li a .nav label {
  margin-bottom: 0;
  cursor: pointer;
}
.edit-plasmid-page .panel-heading input[type="checkbox"] {
  position: relative;
  top: 2px;
}
.edit-plasmid-page .copy-form {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.edit-plasmid-page .copy-form .copy-form-table {
  width: 100%;
}
.edit-plasmid-page .copy-form .copy-form-table td {
  vertical-align: middle;
}
.edit-plasmid-page .copy-form .copy-form-table td:nth-child(1) {
  width: 175px;
}
.edit-plasmid-page .copy-form .copy-form-table td:nth-child(2) {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.edit-plasmid-page .copy-form .copy-form-table td:nth-child(2) select {
  width: 100%;
}
.edit-plasmid-page .copy-form .copy-form-table td:nth-child(3) {
  width: 90px;
  text-align: right;
}
.edit-plasmid-page .copy-form .copy-form-table td:nth-child(3) input {
  width: 100%;
}
.edit-plasmid-page .edit-plasmid-save-buttons {
  margin-bottom: 0;
}
.edit-plasmid-page textarea.form-control {
  height: 50px;
}
.edit-plasmid-page .yes-no-q .answers > a.active {
  font-weight: bold;
}
.edit-plasmid-page form .required label:after {
  content: '';
}
.edit-plasmid-page table.checkbox-table {
  margin-bottom: 0;
}
.edit-plasmid-page table.checkbox-table td {
  padding: 0;
}
.edit-plasmid-page table.checkbox-table .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.edit-plasmid-page .deposit-field-horizontal .label-container {
  text-align: right;
}
.edit-plasmid-page .label-container .control-label {
  padding-top: 0;
}
.addgene-tabs > ul.nav-pills:after,
.addgene-tabs > ul.nav-pills:before {
  display: none;
}
.addgene-tabs ul {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 30px;
  display: table;
  background-image: -webkit-linear-gradient(#f9f9f7, #dcdcdc 50%, #dadada);
  background-image: linear-gradient(#f9f9f7, #dcdcdc 50%, #dadada);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f7', endColorstr='#ffdadada', GradientType=0);
}
.addgene-tabs li {
  display: table-cell;
  border-radius: 0;
  border-right: thin solid #ccc;
}
.addgene-tabs li :not(.no-auto-width) {
  width: auto;
}
.addgene-tabs li:last-child {
  border-right: 0;
}
.addgene-tabs li > a {
  color: inherit;
  border-radius: 0;
  position: relative;
}
.addgene-tabs li .triangle-container {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -15px;
  height: 15px;
  text-align: center;
}
.addgene-tabs li .triangle-container > svg {
  height: 100%;
}
.addgene-tabs li .triangle-container > svg .triangle {
  fill: #0483c8;
}
.addgene-tabs li.active > a,
.addgene-tabs li:hover > a {
  color: white;
  background-color: #0483c8;
}
.addgene-tabs li.active .triangle-container {
  display: block;
}
.order-page .order-item {
  margin-bottom: 40px;
}
.order-page .order-item .panel-order-item .panel-heading {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #006CA5;
  color: white;
}
.order-page .order-item .panel-order-item .panel-heading a {
  color: white;
  text-decoration: underline;
}
.order-page .order-item .panel-order-item .panel-heading a:hover {
  color: #5bc0de;
}
.order-page .order-item .panel-order-item .panel-heading .field {
  font-size: 90%;
}
.order-page .order-item .panel-order-item .panel-heading .field .field-label {
  text-transform: uppercase;
  font-weight: normal;
}
.order-page .order-item .panel-order-item .panel-heading .field .field-label:after {
  content: '';
}
.order-page .order-item .panel-order-item .panel-heading .field .field-value {
  font-weight: bold;
}
.order-page .order-item .order-status .field {
  font-size: 115%;
}
.order-page .order-item .order-status .field.text-warning {
  color: #ef6422;
}
.order-page .order-item .order-status .field .field-label {
  text-transform: uppercase;
  font-weight: normal;
}
.order-page .order-item .order-status .field .field-label:after {
  content: '';
}
.order-page .order-item .order-status .field .field-label-no-uppercase {
  font-weight: bold;
}
.order-page .order-item .order-status .field .field-label-no-uppercase:after {
  content: '';
}
.order-page .order-item .order-status .field .field-value {
  font-weight: bold;
}
.order-page .order-item .order-status .order-alert {
  margin: 10px 0;
}
.order-page .order-item .order-status .order-alert .order-alert-icon-container {
  width: 30px;
}
.order-page .order-item .order-status .order-alert .order-alert-icon {
  font-size: 150%;
}
.order-page .order-item .order-status .order-alert .order-rsa-link {
  font-size: 18px;
}
.order-page .order-item .order-status .font-weight-bold {
  font-weight: bold;
}
.order-page .order-item .addgene-contact-info {
  color: gray;
  font-size: 90%;
  font-style: italic;
}
.order-page .order-item .shipments.table thead,
.order-page .order-item .shipments.plasmid-modal .giraffe-table thead {
  background: #efefef;
  color: #585858;
}
.order-page .order-item .shipments.table .shipment,
.order-page .order-item .shipments.plasmid-modal .giraffe-table .shipment {
  color: gray;
}
.order-page .order-item .shipments.table .shipment .item-list,
.order-page .order-item .shipments.plasmid-modal .giraffe-table .shipment .item-list {
  list-style-type: circle;
}
.order-info-panel.dl-horizontal {
  margin-bottom: 0;
}
.order-info-panel.dl-horizontal dt {
  width: 190px;
}
.order-info-panel.dl-horizontal dd {
  margin-left: 210px;
}
.order-list-payment-link-padding {
  padding-left: 125px;
}
.order-status-holds .heading {
  font-size: 20px;
  font-weight: bold;
}
.order-status-holds .sub-heading {
  font-size: 16px;
  font-weight: bold;
}
.order-status-holds .hold-margin {
  margin: 5px;
}
.order-status-holds .hold-public-site-message {
  margin-top: 5px;
}
.order-status-holds ul {
  list-style-type: none;
}
.resolve-public-order-hold-form {
  display: inline;
  margin-left: 10px;
}
/*
 Order's Electronic Approval page for Implementing Letters table
 */
#il .table > tfoot,
#il .plasmid-modal .giraffe-table > tfoot {
  background-color: transparent;
}
#il .table > tfoot > tr > td,
#il .table > tfoot > tr > th,
#il .plasmid-modal .giraffe-table > tfoot > tr > td,
#il .plasmid-modal .giraffe-table > tfoot > tr > th {
  border: none;
}
#giraffe-analyze-frame {
  overflow: auto;
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 3100px;
}
.checkout-wizard {
  /* This is for positioning the submit button in the right column on the verify step
     which seems less risky than moving the submit button out of the form.
     HTML5 form attribute on input/buttons allows for this but would have to shim for IE11 and
     introduces additional unknowns.
   */
}
.checkout-wizard .errorlist {
  border: 0;
  margin: 0.25em 0 0;
  list-style-type: none;
  padding: 0;
  width: 50%;
}
.checkout-wizard .errorlist > li {
  margin: 0;
  padding: 8px;
}
.checkout-wizard .form-help-text {
  font-size: 14px;
}
.checkout-wizard .form-help-text:not(p) {
  padding-left: 20px;
}
.checkout-wizard .form-help-text > li {
  margin-bottom: 0.5em;
}
.checkout-wizard #terms-of-purchase .errorlist,
.checkout-wizard #is_lab_safe_section .errorlist {
  width: 70%;
}
.checkout-wizard .progress-indicator {
  margin-top: 2em;
  /* IE11 shim for lack of CSS grid support */
}
.checkout-wizard .progress-indicator .indicator-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-auto-flow: row;
  justify-items: center;
  background-position: left 7em bottom 0.55em;
  background-size: 41em 0.3em;
  background-repeat: no-repeat !important;
}
.checkout-wizard .progress-indicator .indicator-wrapper[data-step-id="1"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0483c8 0%), color-stop(#ddd 0%));
  background-image: linear-gradient(to right, #0483c8 0%, #ddd 0%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0483c8', endColorstr='#ffdddddd', GradientType=1);
}
.checkout-wizard .progress-indicator .indicator-wrapper[data-step-id="2"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0483c8 33%), color-stop(#ddd 33%));
  background-image: linear-gradient(to right, #0483c8 33%, #ddd 33%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0483c8', endColorstr='#ffdddddd', GradientType=1);
}
.checkout-wizard .progress-indicator .indicator-wrapper[data-step-id="3"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0483c8 66%), color-stop(#ddd 66%));
  background-image: linear-gradient(to right, #0483c8 66%, #ddd 66%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0483c8', endColorstr='#ffdddddd', GradientType=1);
}
.checkout-wizard .progress-indicator .indicator-wrapper[data-step-id="4"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0483c8 100%), color-stop(#ddd 100%));
  background-image: linear-gradient(to right, #0483c8 100%, #ddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0483c8', endColorstr='#ffdddddd', GradientType=1);
}
.checkout-wizard .progress-indicator .indicator-wrapper .checkout-on {
  color: #585858;
  font-weight: bold;
}
.checkout-wizard .progress-indicator .indicator-wrapper .img-tracker {
  -ms-grid-row: 2;
  grid-row: 2;
  text-align: center;
}
.checkout-wizard .progress-indicator .indicator-wrapper .img-tracker > img {
  width: 20px;
}
@media (max-width: 1200px) {
  .checkout-wizard .progress-indicator .indicator-wrapper {
    background-position: left 9.5em bottom 0.55em;
    background-size: 50em 0.3em;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .checkout-wizard .progress-indicator .indicator-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
  }
  .checkout-wizard .progress-indicator .indicator-wrapper[data-step-id] {
    background-image: none;
  }
  .checkout-wizard .progress-indicator .indicator-wrapper > div:nth-child(even) {
    display: none;
  }
}
.checkout-wizard .checkout-action-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-size: 18px;
  margin-top: 5em;
  margin-bottom: 3em;
}
.checkout-wizard .checkout-action-container .btn-link {
  font-size: 18px;
  padding-left: 0;
  text-align: left;
}
.checkout-wizard .checkout-action-container .prev-btn {
  white-space: nowrap;
}
.checkout-wizard .checkout-action-container .prev-btn span {
  padding-right: 12px;
}
.checkout-wizard .checkout-action-container .prev-btn span img {
  width: 12px;
}
.checkout-wizard .checkout-action-container .btn-addgene-orange {
  padding: 8px 40px;
}
.checkout-wizard h2,
.checkout-wizard h3:not(.popover-title) {
  color: #585858;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1em;
}
.checkout-wizard h2 {
  font-size: 23px;
}
.checkout-wizard h2.cc-billing-heading {
  margin-top: 2.5em;
}
.checkout-wizard h3:not(.popover-title) {
  font-size: 18px;
  margin-top: 2em;
}
.checkout-wizard h3.popover-title {
  font-size: 16px;
  font-weight: bold;
}
.checkout-wizard #terms-of-purchase h3 {
  margin-top: 0;
}
.checkout-wizard .flatblock-debug h3 {
  font-weight: 700;
  margin-top: unset;
}
.checkout-wizard .section-spacing {
  margin: 4em 0;
}
.checkout-wizard .checkbox-label {
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
}
.checkout-wizard .checkbox-label-small {
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
}
.checkout-wizard .label-export-controlled-material-use {
  font-weight: 400;
  display: inline;
  margin-bottom: 0;
}
.checkout-wizard .section-text-top {
  margin-bottom: 2em;
}
.checkout-wizard .section-text-bottom {
  margin-top: 1.5em;
}
.checkout-wizard .btn-link-actions {
  padding: 10px 16px;
}
.checkout-wizard .distributor-information-panel .panel {
  margin-bottom: 5em;
}
.checkout-wizard .distributor-information-panel .panel .panel-heading {
  background-color: white;
  color: #585858;
  font-size: 22px;
  padding: 20px 25px;
}
.checkout-wizard .distributor-information-panel .panel .panel-heading .glyphicon-globe {
  margin-right: 0.5em;
}
.checkout-wizard .distributor-information-panel .panel .panel-body .panel-header {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
.checkout-wizard .distributor-information-panel .panel .panel-body .panel-header.gmo-header {
  margin-top: 0.75em;
}
.checkout-wizard .distributor-information-panel .panel .panel-body .panel-text {
  margin-bottom: 30px;
}
.checkout-wizard .distributor-information-panel .panel .panel-body .row > div:first-of-type {
  border-right: 1px solid #ddd;
}
.checkout-wizard .distributor-information-panel .panel .panel-body .distributor-info .btn-learn-more {
  margin-top: 10px;
}
.checkout-wizard .distributor-information-panel .panel .panel-body .only-our-distributor-text {
  margin-top: 2em;
  margin-bottom: 2em;
}
.checkout-wizard #mta-section .panel {
  background-color: #f7f7f7;
  border-color: transparent;
  line-height: 1.6em;
}
.checkout-wizard #material-use .org-name {
  font-size: 17px;
  margin-bottom: 1.5em;
}
.checkout-wizard #material-use .material-use-help {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.checkout-wizard #material-use .material-use-help p:first-of-type {
  margin-right: 3em;
}
.checkout-wizard #hhmi_section .hhmi-input {
  font-size: 18px;
  margin-top: 1.5em;
}
.checkout-wizard #hhmi_section .hhmi-input label {
  cursor: pointer;
  font-weight: normal;
}
.checkout-wizard #hhmi_section .hhmi-input input {
  margin-left: 3px;
  vertical-align: text-top;
}
.checkout-wizard #hhmi_section .hhmi-help-block .hhmi-link {
  display: inline-block;
  padding-top: 8px;
}
.checkout-wizard #hhmi_section .hhmi-help-block .hhmi-link img {
  width: 250px;
}
.checkout-wizard #terms-of-purchase .well {
  height: 350px;
  overflow: auto;
  margin-bottom: 2em;
}
.checkout-wizard .checkout-field {
  width: 50%;
}
.checkout-wizard .checkout-field#id_po_memo,
.checkout-wizard .checkout-field#id_cc_memo {
  width: 100%;
}
.checkout-wizard .checkout-field#id_cc_name {
  width: 70%;
}
.checkout-wizard .checkout-field#id_phone,
.checkout-wizard .checkout-fieldid_ccnumber {
  width: 30%;
}
.checkout-wizard .checkout-field#id_zipcode,
.checkout-wizard .checkout-field#id_po_zip,
.checkout-wizard .checkout-field#id_cc_zip {
  width: 25%;
}
.checkout-wizard .checkout-field#id_expires {
  width: 20%;
}
.checkout-wizard .checkout-field#id_cvv {
  width: 15%;
}
.checkout-wizard .payment-country-field {
  width: 70%;
}
.checkout-wizard .shipping-main .previous-address-block,
.checkout-wizard .shipping-main .shipping-form-block {
  display: block;
}
.checkout-wizard .shipping-main .previous-address-block .shipping-label-text,
.checkout-wizard .shipping-main .shipping-form-block .shipping-label-text {
  font-size: 18px;
  padding-left: 10px;
  vertical-align: middle;
}
.checkout-wizard .shipping-main .previous-address-block > .panel {
  background-color: #f7f7f7;
  border: 0;
}
.checkout-wizard .shipping-main .previous-address-block > .panel label {
  display: block;
}
.checkout-wizard .shipping-main .previous-address-block > .panel .shipping-address-list {
  font-weight: normal;
  margin-top: 1em;
  padding-left: 1.9em;
}
.checkout-wizard .shipping-main .previous-address-block > .panel .shipping-address-list > li {
  margin: 3px 0;
  font-size: 16px;
}
.checkout-wizard .shipping-main #new-shipping-panel {
  margin-top: 1.5em;
}
.checkout-wizard .shipping-main #additional-shipping-section {
  margin-top: 3em;
}
.checkout-wizard .shipping-main #id_phone + .errorlist {
  width: 30%;
}
.checkout-wizard .shipping-main #id_zipcode + .errorlist {
  width: 25%;
}
.checkout-wizard .payment-main #payoptions .panel-heading {
  background-color: white;
}
.checkout-wizard .payment-main #payoptions .panel-heading .radio > label {
  color: #585858;
  font-weight: bold;
  padding-left: 0.5em;
}
.checkout-wizard .payment-main #payoptions .panel-body {
  border-top-color: white;
}
.checkout-wizard .payment-main #payoptions .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 0 43px 15px 43px;
}
.checkout-wizard .payment-main #payoptions .credit-card-selection legend {
  border-bottom: 0;
  color: unset;
  font-size: unset;
  font-weight: bold;
  margin-bottom: 0;
}
.checkout-wizard .payment-main #payoptions .credit-card-selection legend span {
  color: #a94442;
}
.checkout-wizard .payment-main #payoptions .credit-card-selection .credit-card-icon {
  margin-right: 1.5em;
  width: 7%;
}
@media (max-width: 1200px) {
  .checkout-wizard .payment-main #payoptions .credit-card-selection .credit-card-icon {
    margin-right: 1em;
  }
}
.checkout-wizard .payment-main #payoptions .credit-card-selection .credit-card-icon.amex-icon {
  width: 9%;
}
.checkout-wizard .payment-main #payoptions #payoption-po .btn-link.btn-xs {
  padding: 1px;
}
.checkout-wizard .payment-main #payoptions .prior-billing-addresses > li {
  display: block;
  margin-bottom: 0.5em;
}
.checkout-wizard .payment-main #payoptions .prior-billing-addresses > li .panel {
  background-color: #f7f7f7;
  border: 0;
}
.checkout-wizard .payment-main #payoptions .prior-billing-addresses > li .panel .panel-body {
  padding: 10px;
}
.checkout-wizard .payment-main #payoptions .prior-billing-addresses > li .panel .panel-body > label {
  display: block;
}
.checkout-wizard .payment-main #payoptions .prior-billing-addresses > li .panel .panel-body > label .billing-address-text {
  font-size: 16px;
  padding-left: 10px;
  vertical-align: middle;
}
.checkout-wizard .payment-main #payoptions .prior-billing-addresses > li .panel .panel-body > label > ul {
  font-weight: normal;
  margin-top: 0.5em;
  padding-left: 1.9em;
}
.checkout-wizard .payment-main .rewards-points-container {
  margin-left: 6em;
}
.checkout-wizard .payment-main .rewards-points-container .points-title {
  color: #ef6422;
  font-size: 20px;
}
.checkout-wizard .payment-main .rewards-points-container .points-title > span {
  font-size: 22px;
}
.checkout-wizard .verify-information-main .section-spacing {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 1em 0;
}
.checkout-wizard .verify-information-main section:first-of-type {
  padding-top: 0;
}
.checkout-wizard .verify-information-main .dl-horizontal dt {
  text-align: left;
}
.checkout-wizard .verify-information-main .dl-horizontal dt,
.checkout-wizard .verify-information-main .dl-horizontal dd {
  margin-bottom: 0.25em;
}
.checkout-wizard .verify-information-main .payment-section .glyphicon-warning-sign {
  font-size: 18px;
  vertical-align: top;
}
.checkout-wizard .verify-information-main .payment-section .payment-later-text {
  vertical-align: text-top;
}
.checkout-wizard #verify-submission-section {
  position: absolute;
  left: 56.5em;
  width: 25em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1330px) {
  .checkout-wizard #verify-submission-section {
    left: 56.75em;
    width: 25.5em;
  }
}
@media (max-width: 1200px) {
  .checkout-wizard #verify-submission-section {
    left: 41.5em;
    width: 26em;
  }
}
.checkout-wizard #verify-submission-section .btn-addgene-orange {
  margin-top: 1em;
}
.add-to-cart-table {
  width: 100%;
}
.add-to-cart-table tr:last-child:nth-child(even) {
  border-bottom: thin solid #ddd;
}
.deposit-page-content .instructions {
  font-size: larger;
  margin-top: 1em;
  margin-bottom: 1em;
}
.deposit-page-content .btn-md {
  margin: 0.5em;
}
.deposit-page-content #create-account-link {
  font-size: smaller;
  font-style: italic;
  margin-top: 0.75em;
  margin-bottom: 3em;
}
.deposit-page-content h2 {
  margin-top: 0.5em;
}
.deposit-page-content .panel-instructions li {
  margin-top: 0.5em;
}
.deposit-page-content .panel-instructions li:last-child {
  margin-bottom: 1em;
}
.deposit-page-content .deposit-panel:hover {
  box-shadow: 0 0 4px #ccc;
}
.icon-external-link {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-external-link:before {
  content: "\e164";
}
.addgene-icon-important:before {
  content: url('../images/public/icons/important-icon.png');
}
.addgene-icon-video:before {
  content: url('../images/public/icons/video-icon.png');
}
#protocol-page-content .protocol-page-heading {
  display: flex;
  align-items: center;
}
#protocol-page-content .protocol-page-heading.page-title {
  margin-top: 15px;
}
#protocol-page-content .protocol-page-heading.page-title > span {
  padding-right: 15px;
}
#protocol-page-content h2.section-title {
  border-bottom: 2px solid #0483c8;
  padding-bottom: 5px;
}
#protocol-page-content h2.section-title.icon-title {
  flex-grow: 2;
}
.error-message {
  margin-top: 35px;
}
.error-message .error-details .error-title {
  font-size: 55px;
}
.error-message .error-details .error-detail-statement {
  font-size: 22px;
}
.error-message .error-details .error-link-list li {
  margin-bottom: 3px;
}
.error-message .error-image img {
  width: 450px;
}
.addgene-track-order-page .track-order-panel {
  width: 70%;
  text-align: center;
  margin: 4em auto 2em;
}
.addgene-track-order-page .track-order-panel input {
  margin-top: 1em;
}
.addgene-track-order-page .track-order-panel .search-fields {
  width: 70%;
  margin: auto;
}
.addgene-track-order-page .track-order-panel .search-fields ul,
.addgene-track-order-page .track-order-panel .search-fields li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.addgene-track-order-page .track-order-panel .search-fields li:first-child {
  padding-right: 3em;
}
.addgene-track-order-page .help-message {
  margin-top: 2em;
}
.addgene-track-order-page .table th,
.addgene-track-order-page .plasmid-modal .giraffe-table th {
  white-space: nowrap;
}
.addgene-track-order-page .table .column-shipment-id,
.addgene-track-order-page .plasmid-modal .giraffe-table .column-shipment-id {
  white-space: nowrap;
}
.addgene-track-order-page .table .column-mta-status,
.addgene-track-order-page .table .column-payment-status,
.addgene-track-order-page .table .column-shipment-status,
.addgene-track-order-page .plasmid-modal .giraffe-table .column-mta-status,
.addgene-track-order-page .plasmid-modal .giraffe-table .column-payment-status,
.addgene-track-order-page .plasmid-modal .giraffe-table .column-shipment-status {
  width: 33%;
}
.addgene-track-order-page .table .cell-icon,
.addgene-track-order-page .table .cell-content,
.addgene-track-order-page .plasmid-modal .giraffe-table .cell-icon,
.addgene-track-order-page .plasmid-modal .giraffe-table .cell-content {
  display: table-cell;
  vertical-align: top;
}
.addgene-track-order-page .icon-checkmark {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3c763d;
  padding-right: 1em;
}
.addgene-track-order-page .icon-checkmark:before {
  content: "\e013";
}
a.addgene-track-order-page .icon-checkmark:hover {
  color: #2b542c;
}
.addgene-track-order-page .icon-warning {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #8a6d3b;
  padding-right: 1em;
}
.addgene-track-order-page .icon-warning:before {
  content: "\e101";
}
a.addgene-track-order-page .icon-warning:hover {
  color: #66512c;
}
.account-panel {
  margin-top: 40px;
}
.account-panel .panel-title,
.account-panel .primary-action {
  font-size: 18px;
}
.account-panel .bottom-spacing {
  margin-bottom: 20px;
}
.account-panel .top-spacing {
  margin-top: 30px;
}
.tto-actions-panel {
  margin: 30px 0 40px 0;
}
.tto-actions-panel .panel-heading .panel-title {
  color: #ef6422;
  font-size: 20px;
}
.tto-actions-panel .account-options {
  display: flex;
}
.tto-actions-panel .account-options .glyphicon,
.tto-actions-panel .account-options .addgene-flame,
.tto-actions-panel .account-options .new-window:after,
.tto-actions-panel .account-options .edit-plasmid-page #edit-plasmid-top li a .nav .nav-icon,
.tto-actions-panel .account-options .order-page .order-item .order-status .order-alert .order-alert-icon {
  font-size: 30px;
  padding-right: 15px;
}
.tto-actions-panel .account-options a {
  display: flex;
  justify-content: center;
}
.tto-actions-panel .account-options a span {
  align-self: center;
  font-size: 20px;
  margin-right: 5px;
}
.tto-actions-panel .account-options a:hover {
  text-decoration: none;
}
.tto-actions-panel .account-options .action-description {
  margin-top: 10px;
}
.tto-actions-panel .account-options .border-right {
  border-right: 1px solid #ddd;
}
.terms-panels .panel:hover {
  box-shadow: 0 0 10px #ddd;
}
.master-resources {
  margin-bottom: 30px;
}
.master-resources .master-agreement-title {
  font-size: 16px;
}
.contact-list > li {
  margin-top: 10px;
}
.contact-list > li > .glyphicon,
.contact-list > li > .addgene-flame,
.contact-list > li > .new-window:after,
.contact-list > li > .edit-plasmid-page #edit-plasmid-top li a .nav .nav-icon,
.contact-list > li > .order-page .order-item .order-status .order-alert .order-alert-icon {
  font-size: 16px;
  padding-right: 10px;
}
.log-table .text-break {
  word-break: break-word;
}
#tto-item-table td:nth-child(1) {
  width: 200px;
  font-weight: bold;
  text-align: right;
}
.tto-new-materials-item-list li {
  padding: 5px 5px;
  border-top: thin solid #ddd;
}
.tto-new-materials-item-list li:nth-child(1) {
  padding-top: 0;
  border-top: 0;
}
.infographic-title {
  margin-top: 35px;
  margin-bottom: 25px;
}
#infographic-row img {
  width: 200px;
  border-radius: 4px;
}
#infographic-row p {
  font-family: 'ralewaybold';
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#infographic-row span {
  color: #ef6422;
}
.seq-analysis-form > textarea {
  width: 55vw;
  height: 25vh;
  resize: vertical;
  min-width: 600px;
  min-height: 200px;
}
h3 {
  margin-top: 0;
}
.glyphicon-big {
  font-size: 30px;
  position: relative;
  top: -5px;
}
.cart-page .alerts-row.alerts-flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.cart-page .alerts-row.alerts-flex-row > div,
.cart-page .alerts-row.alerts-flex-row > div > section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.cart-page .alerts-row.alerts-flex-row > div .cart-msg-panel,
.cart-page .alerts-row.alerts-flex-row > div > section .cart-msg-panel {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.cart-page .alerts-row .cart-msg-panel .panel-heading {
  color: #585858;
  font-size: 22px;
  padding: 15px 20px;
  background-color: white;
}
.cart-page .alerts-row .cart-msg-panel .panel-heading .glyphicon-exclamation-sign,
.cart-page .alerts-row .cart-msg-panel .panel-heading .order-page .order-item .order-status .order-alert .order-alert-icon {
  margin-right: 8px;
}
.cart-page .alerts-row #unavailable-item-panel .items-list,
.cart-page .alerts-row #archived-item-panel .items-list {
  padding-left: 0;
}
.cart-page .alerts-row #unavailable-item-panel .items-list > li,
.cart-page .alerts-row #archived-item-panel .items-list > li {
  margin-bottom: 0.5em;
}
.quote-table {
  counter-reset: Serial;
}
.quote-table .warning-highlight-row {
  background-color: #fbf4df;
}
.quote-table .table-default-striping {
  background-color: #f5f5f5;
}
.quote-table .table-default-hover-striping > td {
  background-color: #dfdfdf;
}
.quote-table .merged-row {
  border-bottom: 0;
}
.quote-table.table-hover > tbody > tr.viral-row:hover + .rider-row,
.quote-table.plasmid-modal .giraffe-table > tbody > tr.viral-row:hover + .rider-row {
  background-color: #dfdfdf !important;
}
.quote-table thead {
  background-color: white;
  color: inherit;
}
.quote-table thead tr th:first-child {
  padding-left: 10px;
  width: 12%;
}
.quote-table thead #serial-no-column {
  width: 35px;
}
.quote-table tbody tr {
  background-color: #f5f5f5;
  border: 8px solid white;
  border-left-width: 0;
  border-right-width: 0;
}
.quote-table tbody tr td:first-child {
  padding-left: 10px;
}
.quote-table tbody tr .viral-rider-warning {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
}
.quote-table tbody tr .warning-highlight-item {
  padding: 5px;
}
.quote-table tbody tr .alert-warning.warning-highlight-item {
  background-color: #f7ecb5;
  margin: 5px 10px 5px 0;
  display: inline-block;
}
.quote-table tbody tr .backordered-msg {
  margin-top: 8px;
}
.quote-table tbody tr .viral-cell-spacing {
  display: inline-block;
  padding-top: 8px;
}
.quote-table tbody tr .btn-link.cart-btn {
  color: #585858;
}
.quote-table tbody tr:not(.viral-row) > td {
  vertical-align: middle;
}
.quote-table tbody tr.viral-row td:nth-child(2) {
  padding-top: 10px;
}
.quote-table tbody tr.rider-row td:nth-child(2) {
  padding-bottom: 10px;
}
.quote-table tbody tr.rider-row {
  border-top: 0!important;
}
.quote-table tbody tr.rider-row td:nth-child(n+2):nth-child(-n+4) {
  border-top: 1px solid #ddd;
}
.quote-table tbody tr:not(.rider-row) td.auto-index {
  width: 35px;
  text-align: right;
}
.quote-table tbody tr:not(.rider-row) td.auto-index:before {
  padding-left: 5px;
  counter-increment: Serial;
  content: counter(Serial) '.';
}
.quote-table.cart-items-verify tr {
  background-color: #ffffff;
  border-bottom: 0;
}
.quote-table.cart-items-verify tr:not(.rider-row):not(:first-child) {
  border-top: 1px solid #ddd;
}
.quote-table.cart-items-verify tr:not(:first-child):not(.rider-row) td {
  padding-top: 1em;
}
.quote-table.cart-items-verify tr:not(.viral-row) td {
  padding-bottom: 1em;
}
.quote-table.cart-items-verify tr .viral-cell-spacing {
  padding-top: 0;
}
.checkout-heading {
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.space-items-center,
.unavailable-items-heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .space-items-center {
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
  }
}
.order-summary-panel .space-items-center.top-spacing,
.distributor-order-summary-panel .space-items-center.top-spacing {
  margin-top: 1em;
}
.order-summary-panel .panel-body,
.distributor-order-summary-panel .panel-body {
  padding: 15px 25px 15px 25px;
}
@media (max-width: 1200px) {
  .order-summary-panel .panel-body,
  .distributor-order-summary-panel .panel-body {
    padding: 15px;
  }
}
.order-summary-panel .panel-body .viral-courier,
.distributor-order-summary-panel .panel-body .viral-courier {
  font-weight: bold;
}
.order-summary-panel .panel-body #viral-shipping-couriers,
.distributor-order-summary-panel .panel-body #viral-shipping-couriers {
  margin-top: 0.5em;
}
.order-summary-panel .panel-body #viral-shipping-couriers label,
.distributor-order-summary-panel .panel-body #viral-shipping-couriers label {
  margin-left: 3px;
  vertical-align: text-top;
}
.order-summary-panel .panel-body .btn-link-actions,
.distributor-order-summary-panel .panel-body .btn-link-actions {
  margin-top: 3em;
  margin-bottom: 1.5em;
}
.order-summary-panel .order-summary-title,
.distributor-order-summary-panel .order-summary-title {
  font-size: 20px;
}
.order-summary-panel .order-shipping-section,
.distributor-order-summary-panel .order-shipping-section {
  margin-top: 1em;
}
.order-summary-panel .summary-spacing,
.distributor-order-summary-panel .summary-spacing {
  display: block;
  margin-top: 2em;
}
.order-summary-panel .multi-shipping-warning,
.distributor-order-summary-panel .multi-shipping-warning {
  margin-bottom: 1em;
}
.order-summary-panel .warning-spacing,
.distributor-order-summary-panel .warning-spacing {
  margin-top: 3em;
}
.order-summary-panel .summary-columns,
.distributor-order-summary-panel .summary-columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.order-summary-panel .shipping-label,
.distributor-order-summary-panel .shipping-label {
  font-weight: bold;
  display: inline-block;
  margin-top: 0.5em;
}
.order-summary-panel .promo-code-container > form,
.distributor-order-summary-panel .promo-code-container > form {
  display: inline-block;
}
.order-summary-panel .total-text,
.distributor-order-summary-panel .total-text {
  font-size: 18px;
  font-weight: bold;
}
.order-summary-panel #viral-courier-reaction-id,
.distributor-order-summary-panel #viral-courier-reaction-id {
  margin-top: 3em;
  margin-bottom: 1em;
}
.order-summary-panel #viral-courier-reaction-id .btn-addgene-orange.cart-btn,
.distributor-order-summary-panel #viral-courier-reaction-id .btn-addgene-orange.cart-btn {
  padding: 8px 40px;
}
.quote-empty-cart-container {
  margin-bottom: 6em;
}
.quote-empty-cart-container #cart-quote-link {
  padding-left: 0;
  text-align: left;
}
.quote-empty-cart-container #cart-quote-link > span {
  padding-right: 10px;
}
.quote-empty-cart-container #cart-quote-link > span > img {
  width: 10%;
}
@media (max-width: 1200px) {
  .quote-empty-cart-container #empty_cart_button {
    padding: 5px 10px;
    font-size: 12px;
  }
}
#viral-courier-reaction-id .cart-btn[disabled] {
  cursor: not-allowed;
  pointer-events: visible;
}
.promo-action-btn {
  margin-left: 0.75em;
}
@media (max-width: 1330px) {
  .promo-action-btn {
    margin-left: 5px;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .promo-action-btn {
    margin-top: 0.75em;
    margin-left: 0;
  }
}
.promo-action-btn:hover {
  background-color: white;
  border-width: 2px;
  padding: 5px 11px;
}
@media (max-width: 1330px) {
  .promo-action-btn:hover {
    padding: 4px 9px;
  }
}
#promotion-code-field {
  display: inline-block;
  width: 35%;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  #promotion-code-field {
    width: 45%;
  }
}
.spinner-width {
  width: 20px;
}
.search-section .homepage-hero {
  min-height: 45.45em;
  color: #024b73;
  background-image: url('../images/public/homepage/antibodies-homepage-hero.svg');
  background-position: left 80% bottom;
  background-repeat: no-repeat;
  background-size: 75%;
}
@media (max-width: 1329px) {
  .search-section .homepage-hero {
    background-size: 95%;
  }
}
@media (min-width: 1330px) and (max-width: 1449px) {
  .search-section .homepage-hero {
    background-size: 100%;
  }
}
.search-section .homepage-hero .hero-container {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 35px;
  margin-bottom: 70px;
}
@media (min-width: 1200px) {
  .search-section .homepage-hero .hero-container {
    float: left;
    width: 33.33333333%;
  }
}
.search-section .homepage-hero .hero-container h1.homepage-hero-title {
  font-size: 48px;
}
.search-section .homepage-hero .hero-container h1.homepage-hero-title,
.search-section .homepage-hero .hero-container h1.homepage-hero-title h1.homepage-hero-title > small {
  font-family: Calistoga;
  color: #ef6422;
  font-weight: normal;
}
.search-section .homepage-hero .hero-container h1.homepage-hero-title small {
  color: #ef6422;
  font-size: 24px;
}
@media (min-width: 1330px) {
  .search-section .homepage-hero .hero-container h1.homepage-hero-title {
    font-size: 70px;
  }
}
.search-section .homepage-hero .hero-container .homepage-hero-text {
  font-size: 16px;
  line-height: 1.7;
  margin: 30px 0 35px;
}
.search-section .homepage-hero .hero-container .button-container .btn {
  font-size: 18px;
  padding: 10px 35px;
}
@media (max-width: 1330px) {
  .search-section .homepage-hero .hero-container .button-container .btn {
    font-size: 16px;
    padding: 8px 25px;
  }
}
.collections-container {
  padding: 0 15px;
}
.collections-container a:hover {
  text-decoration: none;
}
.collections-container .collections-panel {
  height: 25em;
  padding: 0;
}
.collections-container .collections-panel#crispr-panel {
  background: #024b73;
  color: #024b73 !important;
}
.collections-container .collections-panel#crispr-panel:after {
  background-image: url('../images/public/homepage/homepage-crispr-panel.svg');
}
.collections-container .collections-panel#viral-panel {
  background: #498036;
  color: #498036 !important;
}
.collections-container .collections-panel#viral-panel:after {
  background-image: url('../images/public/homepage/homepage-viral-panel.svg');
}
.collections-container .collections-panel#antibodies-panel {
  background: #ef6422;
  color: #ef6422 !important;
}
.collections-container .collections-panel#antibodies-panel:after {
  background-image: url('../images/public/homepage/antibodies-panel.svg');
}
.collections-container .collections-panel#browse-panel {
  background: #824387;
  color: #824387 !important;
}
.collections-container .collections-panel#browse-panel:after {
  background-image: url('../images/public/homepage/homepage-browse-panel.svg');
}
.collections-container .collections-panel:after {
  background-position: center 25%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  opacity: 1;
  position: absolute;
  transition: all 0.75s ease 0s;
  width: 100%;
}
.collections-container .collections-panel:hover {
  cursor: pointer;
}
.collections-container .collections-panel:hover:after {
  opacity: 0.06;
}
.collections-container .collections-panel:hover p {
  color: white;
  opacity: 1;
}
.collections-container .collections-panel p {
  position: absolute;
}
.collections-container .collections-panel .collections-panel-title {
  bottom: 0;
  font-size: 36px;
  left: 0;
  margin: auto;
  right: 0;
  top: 5%;
  z-index: 2;
}
@media (max-width: 1550px) {
  .collections-container .collections-panel .collections-panel-title {
    font-size: 28.8px;
  }
}
@media (max-width: 1200px) {
  .collections-container .collections-panel .collections-panel-title {
    font-size: 22px;
    top: 5%;
  }
}
.collections-container .collections-panel .collections-hover-text {
  line-height: 23px;
  opacity: 0;
  padding: 30px 40px 110px 40px;
  top: 20%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1330px) {
  .collections-container .collections-panel .collections-hover-text {
    font-size: 17px;
    line-height: 22px;
    padding: 10px 15px 23px 15px;
  }
}
.collections-container .collections-panel .collections-hover-text button {
  display: block;
  margin: 50px auto 0 auto;
}
@media (max-width: 1330px) {
  .collections-container .collections-panel .collections-hover-text button {
    margin: 30px auto 0 auto;
  }
}
.services-section .services-container {
  color: #585858;
}
.services-section .services-container > div > div:first-of-type img {
  width: 65%;
}
.services-section .services-container > div > div:nth-of-type(2) img {
  width: 80%;
}
.services-section .services-container > div > div:last-of-type img {
  width: 90%;
}
.services-section .services-container .services-panel {
  display: flex;
  align-items: center;
  margin-bottom: 3.5em;
}
.services-section .services-container .services-panel .img-panel {
  text-align: right;
}
.services-section .services-container .services-panel .text-panel {
  padding-left: 5em;
}
.services-section .services-container .services-panel .text-panel > p:first-of-type {
  line-height: 25px;
  font-size: 18px;
}
.services-section .services-container .services-panel .text-panel > p:last-child {
  margin-top: 25px;
}
.services-section .services-container .services-panel .text-panel .arrow-img {
  margin-left: 5px;
  width: 5%;
}
.services-section .services-container .services-panel .text-panel .services-heading {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (min-width: 1330px) {
  .services-section .services-container .services-panel .text-panel .services-heading {
    font-size: 26.4px;
  }
}
.statistics-section .stats-container {
  color: #585858;
  font-size: 22px;
  margin-top: 3em;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.statistics-section .stats-container > p:first-of-type {
  padding-top: 25px;
}
.statistics-section .stats-container .stat-text {
  color: #ef6422;
  font-size: 30px;
}
.statistics-section .stats-container .plasmid-icon {
  width: 4%;
}
@media (min-width: 1200px) {
  .statistics-section .stats-container {
    font-size: 28px;
  }
  .statistics-section .stats-container .stat-text {
    font-size: 35px;
  }
  .statistics-section .stats-container .plasmid-icon {
    width: 5%;
  }
}
.blog-section .blog-container {
  background-color: #024b73;
  background-image: url('../images/public/homepage/homepage-dna-blog-banner.svg');
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  margin-top: 8.5em;
  padding: 50px;
  padding-top: 120px;
  padding-bottom: 7em;
}
@media (max-width: 1200px) {
  .blog-section .blog-container {
    padding: 3em;
  }
}
.blog-section .blog-container .blog-heading {
  font-size: 24px;
  font-weight: 400;
}
.blog-section .blog-container .blog-article-title {
  font-size: 38px;
  margin-top: 1.5em;
  margin-bottom: 2em;
}
.blog-section .blog-container .btn {
  font-size: 18px;
  padding: 10px 35px;
}
.promotions-section .promotion-container {
  margin-top: 110px;
}
.promotions-section .promotion-container .promotions-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
@media (min-width: 1330px) {
  .promotions-section .promotion-container .promotions-title {
    font-size: 19.8px;
  }
}
.promotions-section .promotion-container img {
  height: 35px;
}
.promotions-section .promotion-container img#twitter-icon {
  height: 30px;
}
@media (min-width: 1330px) {
  .promotions-section .promotion-container img {
    height: 50px;
  }
  .promotions-section .promotion-container img#twitter-icon {
    height: 40px;
  }
}
.testimonials-section .testimonials-container h2 {
  margin-top: 110px;
}
.testimonials-section .testimonials-container img:first-child {
  display: block;
  margin-bottom: 20px;
  width: 50px;
}
.testimonials-section .testimonials-container .arrow-img {
  margin-left: 5px;
  width: 3%;
}
.testimonials-section .testimonials-container .testimonial-row {
  display: flex;
}
.testimonials-section .testimonials-container .testimonial-panel {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 4.33333% !important;
  margin-right: 4.33333% !important;
  box-shadow: 3px 2px 32px -5px #888888;
  color: #585858;
  display: flex;
  padding: 45px;
}
@media (min-width: 1200px) {
  .testimonials-section .testimonials-container .testimonial-panel {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .testimonials-section .testimonials-container .testimonial-panel {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 480px) {
  .testimonials-section .testimonials-container .testimonial-panel {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 1200px) {
  .testimonials-section .testimonials-container .testimonial-panel {
    padding: 30px;
  }
}
.testimonials-section .testimonials-container .testimonial-panel .panel-contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.testimonials-section .testimonials-container .testimonial-panel .testimonials-text {
  line-height: 2;
}
.testimonials-section .testimonials-container .testimonial-panel .testimonials-attribute {
  margin-top: 20px;
}
.testimonials-section .testimonials-container .testimonial-panel .testimonials-attribute > * {
  display: block;
}
.testimonials-section .testimonials-container .testimonial-panel .testimonials-attribute > a {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.suggest-a-plasmid-section {
  margin: 3.5em 0;
}
.suggest-a-plasmid-section .suggest-plasmid-container {
  width: 1170px;
  background: rgba(88, 88, 88, 0.1);
  background: linear-gradient(0deg, rgba(88, 88, 88, 0.1) 72%, #ffffff 73%);
}
.suggest-a-plasmid-section .suggest-plasmid-container img {
  height: 13em;
  margin-left: -2.5em;
}
@media (max-width: 1330px) {
  .suggest-a-plasmid-section .suggest-plasmid-container {
    width: 970px;
  }
}
@media (min-width: 1330px) {
  .suggest-a-plasmid-section .suggest-plasmid-container img {
    height: 17em;
  }
}
.suggest-a-plasmid-section .suggest-plasmid-container .sugg-test {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -1em;
}
@media (min-width: 1330px) {
  .suggest-a-plasmid-section .suggest-plasmid-container .sugg-test {
    margin-bottom: -2.5em;
  }
}
.suggest-a-plasmid-section .suggest-plasmid-container .suggest-plasmid-text {
  color: #024b73;
  margin-top: 3.5em;
}
.suggest-a-plasmid-section .suggest-plasmid-container .suggest-plasmid-text > p:first-child {
  font-size: 25px;
  line-height: 32px;
}
@media (min-width: 1330px) {
  .suggest-a-plasmid-section .suggest-plasmid-container .suggest-plasmid-text > p:first-child {
    font-size: 28px;
    margin-top: -1em;
  }
  .suggest-a-plasmid-section .suggest-plasmid-container .suggest-plasmid-text > p:last-child {
    font-size: 18px;
  }
}
.suggest-a-plasmid-section .suggest-plasmid-container .btn.btn-primary {
  font-size: 18px;
  margin-top: 30px;
  margin-right: 30px;
  padding: 12px 50px;
}
@media (max-width: 1330px) {
  .suggest-a-plasmid-section .suggest-plasmid-container .btn.btn-primary {
    font-size: 16px;
    padding: 8px 35px;
  }
}
#main-homepage-container .btn {
  transition: all 0.3s ease 0s;
}
#main-homepage-container .homepage-heading {
  color: #585858;
  font-size: 26.4px;
  font-weight: 400;
  margin-top: 3.5em;
  margin-bottom: 50px;
}
@media (min-width: 1330px) {
  #main-homepage-container .homepage-heading {
    font-size: 31.2px;
  }
}
.addgene-no-header-searchbar {
  /* This only appears in the search bar if the search results have been filtered */
}
.addgene-no-header-searchbar .search-container {
  margin-top: 25px;
}
.addgene-no-header-searchbar .search-container .search-panel {
  border: 1px solid #bbb;
  border-radius: 10px;
  box-shadow: 3px 2px 32px -5px #888888;
  margin-bottom: 0;
  visibility: visible!important;
}
.addgene-no-header-searchbar .search-container .search-panel:focus-within {
  border: 1px solid #0483c8;
  box-shadow: 3px 2px 32px #888888;
}
.addgene-no-header-searchbar .search-container .search-panel .panel-body {
  padding: 0 20px 0 15px;
}
.addgene-no-header-searchbar #search-bar-parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.addgene-no-header-searchbar #search-bar-parent:before {
  color: rgba(2, 75, 115, 0.4);
  content: "\e003";
  font-family: 'Glyphicons Halflings';
  font-size: 28px;
  top: 32%;
  left: 5%;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1330px) {
  .addgene-no-header-searchbar #search-bar-parent:before {
    font-size: 22px;
    top: 35%;
  }
}
.addgene-no-header-searchbar #search-bar-parent #search-text-input {
  border: 0;
  box-shadow: none;
  font-size: 18px;
  /* IE11 needs a height value to show input text */
  height: 1%;
  line-height: 1;
  padding: 35px 15px 35px 55px;
  width: 600px;
  /* Chrome/Opera/Safari */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
}
@media (max-width: 1330px) {
  .addgene-no-header-searchbar #search-bar-parent #search-text-input {
    padding-left: 50px;
  }
}
.addgene-no-header-searchbar #search-bar-parent #search-text-input::-moz-placeholder {
  color: rgba(2, 75, 115, 0.4);
  opacity: 1;
}
.addgene-no-header-searchbar #search-bar-parent #search-text-input:-ms-input-placeholder {
  color: rgba(2, 75, 115, 0.4);
}
.addgene-no-header-searchbar #search-bar-parent #search-text-input::-webkit-input-placeholder {
  color: rgba(2, 75, 115, 0.4);
}
.addgene-no-header-searchbar #search-bar-parent #search-text-input::placeholder {
  color: rgba(2, 75, 115, 0.4);
}
.addgene-no-header-searchbar #search-bar-parent #search-text-input::-webkit-input-placeholder {
  color: rgba(2, 75, 115, 0.4);
}
.addgene-no-header-searchbar #search-bar-parent #search-text-input:-moz-placeholder {
  color: rgba(2, 75, 115, 0.4);
}
.addgene-no-header-searchbar #search-bar-parent #search-text-input::-moz-placeholder {
  color: rgba(2, 75, 115, 0.4);
}
.addgene-no-header-searchbar #search-bar-parent #search-text-input:-ms-input-placeholder {
  color: rgba(2, 75, 115, 0.4) !important;
}
.addgene-no-header-searchbar #search-bar-parent #search_submit_id {
  font-size: 18px;
  padding: 12px 50px;
}
@media (max-width: 1330px) {
  .addgene-no-header-searchbar #search-bar-parent #search_submit_id {
    font-size: 16px;
    padding: 8px 35px;
  }
}
.addgene-no-header-searchbar .sticky-search-options #radio-container {
  position: absolute;
  top: 14%;
  z-index: 2;
  padding-right: 10px;
  border-right: 1px solid #eee;
}
.addgene-no-header-searchbar .sticky-search-options #search-bar-parent:before {
  left: 165px;
  top: 28px;
}
@media (max-width: 1330px) {
  .addgene-no-header-searchbar .sticky-search-options #search-bar-parent:before {
    left: 20%;
    top: 32%;
  }
}
.addgene-no-header-searchbar .sticky-search-options #search-bar-parent #search-text-input {
  padding-left: 170px;
}
@media (max-width: 1330px) {
  .addgene-no-header-searchbar .sticky-search-options #search-bar-parent #search-text-input {
    padding-left: 155px;
  }
}
@media (max-width: 1200px) {
  .addgene-no-header-searchbar .sticky-search-options #search-bar-parent #search-text-input {
    padding-left: 165px;
  }
}
.addgene-no-header-searchbar .sticky-search-options #search-bar-parent #search-text-input + ul {
  left: 108px;
}
/* Styling for search suggester */
#search-text-input + ul {
  /* Undo vendor styling */
  background: white;
  z-index: 3;
}
#search-text-input + ul > li {
  padding: inherit;
  cursor: inherit;
}
#search-text-input + ul > li:hover {
  background: inherit;
  color: inherit;
}
#search-text-input + ul > li:hover mark {
  background: inherit;
}
#search-text-input + ul > li[aria-selected="true"] {
  background: inherit;
  color: inherit;
}
#search-text-input + ul > li mark {
  background: inherit;
  font-weight: bold;
}
#search-text-input + ul .catalog-id-suggestion-first::before,
#search-text-input + ul .pi-suggestion-first::before,
#search-text-input + ul .institution-suggestion-first::before {
  color: #585858;
  display: block;
  font-style: italic;
  padding: 0.3em 0 0.3em 0.25em;
}
#search-text-input + ul .catalog-id-suggestion-first::before {
  content: 'Go directly to:';
}
#search-text-input + ul .pi-suggestion-first::before {
  content: 'Go directly to Principal Investigator Lab page';
}
#search-text-input + ul .institution-suggestion-first::before {
  content: 'Go directly to Institution page';
}
#search-text-input + ul .catalog-id-suggestion-first,
#search-text-input + ul .term-root-category-suggestion-first,
#search-text-input + ul .pi-suggestion-first,
#search-text-input + ul .institution-suggestion-first {
  border-top: 1px dotted #ddd;
}
#search-text-input + ul .term-leaf-category-suggestion .suggestion-parent {
  text-indent: 0.5em;
}
#search-text-input + ul .term-see-more-suggestion .suggestion-parent {
  text-indent: 0.25em;
}
#search-text-input + ul .suggestion-parent {
  cursor: pointer;
  display: block;
  padding: 4px 8px;
}
#search-text-input + ul .suggestion-parent .suggestion-query mark {
  color: black;
  display: inline-block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  max-width: 340px;
}
#search-text-input + ul .suggestion-parent .suggestion-light {
  color: #aaaaaa;
}
#search-text-input + ul .suggestion-parent .suggestion-highlight {
  color: #024b73;
}
.search-bar-container > .awesomplete > ul .suggestion-parent:hover,
.search-bar-container > .awesomplete > ul li[aria-selected="true"] .suggestion-parent {
  background: rgba(2, 75, 115, 0.1) !important;
  color: black!important;
  border: 1px dotted #024b73;
  padding: 3px 7px!important;
}
.search-bar-container > .awesomplete > ul .suggestion-parent:hover .suggestion-light,
.search-bar-container > .awesomplete > ul li[aria-selected="true"] .suggestion-parent .suggestion-light,
.search-bar-container > .awesomplete > ul .suggestion-parent:hover .suggestion-highlight,
.search-bar-container > .awesomplete > ul li[aria-selected="true"] .suggestion-parent .suggestion-highlight {
  color: black!important;
}
.search-bar-container > .awesomplete > ul .suggestion-parent:hover mark,
.search-bar-container > .awesomplete > ul li[aria-selected="true"] .suggestion-parent mark {
  background: transparent!important;
}
.search-bar-container > .awesomplete > ul li:first-child::before {
  background-color: #ddd;
  color: black;
  content: 'Search suggestions';
  display: block;
  padding: 0.3em 0 0.4em 0.25em;
}
.search-bar-container > .awesomplete > ul:before {
  background: #ddd;
}
.search-bar-container > .awesomplete > ul .suggestion-parent.pi-parent,
.search-bar-container > .awesomplete > ul .suggestion-parent.org-parent {
  color: #024b73;
}
.search-input-visible #search-text-input + ul {
  min-width: 170%;
}
.distributor-checkout-wizard h1.top-heading {
  margin-top: 1.5em;
  font-weight: 400;
}
.distributor-checkout-wizard .cart-msg-panel .panel-heading {
  color: #585858;
  font-size: 22px;
  padding: 15px 20px;
  background-color: white;
}
.distributor-checkout-wizard .cart-msg-panel .panel-heading .glyphicon-exclamation-sign,
.distributor-checkout-wizard .cart-msg-panel .panel-heading .order-page .order-item .order-status .order-alert .order-alert-icon {
  margin-right: 8px;
}
.distributor-checkout-wizard .progress-indicator {
  margin-bottom: 3em;
  /* IE11 shim for lack of CSS grid support */
}
.distributor-checkout-wizard .progress-indicator .indicator-wrapper {
  -ms-grid-columns: 0.5fr 10px 1fr 10px 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
}
.distributor-checkout-wizard .progress-indicator .indicator-wrapper[data-step-id="1"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0483c8 0%), color-stop(#ddd 0%));
  background-image: linear-gradient(to right, #0483c8 0%, #ddd 0%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0483c8', endColorstr='#ffdddddd', GradientType=1);
}
.distributor-checkout-wizard .progress-indicator .indicator-wrapper[data-step-id="2"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0483c8 50%), color-stop(#ddd 50%));
  background-image: linear-gradient(to right, #0483c8 50%, #ddd 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0483c8', endColorstr='#ffdddddd', GradientType=1);
}
.distributor-checkout-wizard .progress-indicator .indicator-wrapper[data-step-id="3"] {
  background-image: -webkit-linear-gradient(left, color-stop(#0483c8 100%), color-stop(#ddd 100%));
  background-image: linear-gradient(to right, #0483c8 100%, #ddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0483c8', endColorstr='#ffdddddd', GradientType=1);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .distributor-checkout-wizard .progress-indicator .indicator-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
  }
  .distributor-checkout-wizard .progress-indicator .indicator-wrapper[data-step-id] {
    background-image: none;
  }
  .distributor-checkout-wizard .progress-indicator .indicator-wrapper > div:nth-child(even) {
    display: none;
  }
}
.distributor-checkout-wizard .checkout-field,
.distributor-checkout-wizard .help-block {
  width: 80%;
}
@media (max-width: 1200px) {
  .distributor-checkout-wizard .checkout-field {
    width: 100%;
  }
}
.distributor-checkout-wizard .info-form {
  margin-bottom: 4em;
}
.distributor-checkout-wizard .order-summary-panel .summary-spacing-bottom,
.distributor-checkout-wizard .distributor-order-summary-panel .summary-spacing-bottom {
  margin-bottom: 1.5em;
}
.distributor-checkout-wizard .add-item-form-fields {
  display: flex;
  justify-content: space-between;
  width: 30em;
}
.distributor-checkout-wizard .add-item-form-fields input:first-child {
  max-width: 35%;
}
.distributor-checkout-wizard .add-item-form-fields ul.add-item-result {
  margin: 2px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  cursor: pointer;
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
.distributor-checkout-wizard .add-item-form-fields ul.add-item-result li {
  white-space: nowrap;
}
.distributor-checkout-wizard .add-item-form-fields ul.add-item-result li.ui-state-focus {
  background: rgba(2, 75, 115, 0.1);
  color: black;
  border: 1px dotted #024b73;
}
.distributor-checkout-wizard .add-item-form-fields .add-item-qty-select {
  margin-right: 4em;
}
.distributor-checkout-wizard .add-item-form-fields .add-item-qty-select label {
  margin-bottom: 0;
  margin-left: 0;
}
.distributor-checkout-wizard .add-item-form-fields .add-item-qty-select select {
  width: 4em;
  padding: 6px;
  display: inline-block;
  margin-left: 10px;
}
.distributor-checkout-wizard .add-item-errors {
  width: 17.85em;
  margin-top: 1em;
}
.distributor-checkout-wizard .order-table {
  margin-top: 3em;
}
.distributor-checkout-wizard .verify-order-info {
  margin-top: 2em;
  margin-bottom: 2em;
}
.distributor-checkout-wizard .verify-order-info .dl-horizontal dd:before,
.distributor-checkout-wizard .verify-order-info .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.distributor-checkout-wizard .verify-order-info .dl-horizontal dd:after {
  clear: both;
}
.distributor-checkout-wizard .verify-order-info .dl-horizontal dd:before,
.distributor-checkout-wizard .verify-order-info .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.distributor-checkout-wizard .verify-order-info .dl-horizontal dd:after {
  clear: both;
}
.distributor-checkout-wizard .verify-order-info .dl-horizontal dt {
  text-align: left;
  width: 30%;
}
.distributor-checkout-wizard .verify-order-info .dl-horizontal dt,
.distributor-checkout-wizard .verify-order-info .dl-horizontal dd {
  margin-bottom: 0.25em;
}
.distributor-checkout-wizard .verify-order-info h2 {
  margin-bottom: 1em;
}
#purpose-content {
  padding: 0 10px 10px 10px;
  height: 250px;
  overflow-y: scroll;
  margin-bottom: 15px;
  resize: none;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  line-height: 16px;
  white-space: pre-wrap;
}
#purpose-content-read-only {
  font-family: monospace;
}
#affinity-reagent-sequence-policy-form .panel-heading {
  margin-bottom: 0;
}
#affinity-reagent-sequence-policy-form .panel-body {
  padding-top: 0;
}
.punctuation-left {
  position: relative;
  left: -3px;
}
.sequence-policy-accept-toggle {
  cursor: pointer;
  color: #585858;
  position: relative;
  top: -4px;
}
a.sequence-policy-accept-toggle:hover,
a.sequence-policy-accept-toggle:focus {
  color: #585858;
  text-decoration: none;
  outline: 0;
}
.sequence-policy-accept-toggle + .popover {
  width: max-content;
  color: #585858;
}
.sequence-policy-accept-toggle + .popover .popover-title {
  font-size: 15px;
}
#affinity-reagent-sequence-reminder-link {
  font-size: 14px;
  position: relative;
}
#affinity-reagent-sequence-reminder-link.alert,
#affinity-reagent-sequence-reminder-link.errorlist > li {
  font-size: inherit;
}
#affinity-reagent-sequence-reminder-link .dropdown-menu {
  width: 280px;
  padding: 10px;
  text-align: left;
  color: #585858;
}
.target-heading {
  background: #ebf2fa;
}
.elearning-intro-panel {
  min-height: 219px;
  margin-top: 40px;
  background-color: #FAFAFA;
  border-radius: 10px;
}
.elearning-intro-panel .intro-panel-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 219px;
}
.elearning-intro-panel .super-title {
  margin: 25px 0 0 0;
}
.elearning-intro-panel .desc-text {
  font-size: 18px;
  line-height: 25px;
}
.elearning-intro-panel .intro-panel-btn {
  text-align: center;
  background-color: #ef6422;
  border-color: transparent;
  border: none;
}
.elearning-intro-panel .vertical-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 219px;
}
.elearning-intro-panel img {
  max-height: 100%;
}
.elearning-nav-btns {
  padding-left: 0;
  padding-right: 0;
}
.elearning-nav-btns .navbtn,
.elearning-nav-btns .navbtn:hover {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #0483c8;
  border-color: #0483c8;
}
.elearning-nav-btns .next-btn {
  margin-left: 20px;
}
.elearning-video-panel .elearning-section {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FAFAFA;
  border-radius: 11px;
}
.elearning-video-panel .section-heading {
  color: #0483c8;
  font-size: 30px;
  margin-bottom: 25px;
}
.elearning-video-panel .section-description {
  padding: 0 90px 0 90px;
  font-size: 18px;
}
.elearning-video-panel .video-panel {
  margin: 25px 90px;
  padding: 25px 25px;
  display: inline-block;
  background-color: white;
  box-shadow: 0px 1px 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  min-height: 300px;
}
.elearning-video-panel h4 {
  font-weight: 500;
  font-size: 18px;
}
.elearning-video-panel .panel-text {
  min-height: 257px;
  padding-left: 25px;
  padding-right: 25px;
}
.elearning-video-panel .panel-text h3 {
  display: inline-block;
  font-size: 24px;
}
.elearning-video-panel .panel-text p {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 10px;
}
.elearning-video-panel iframe {
  width: 100%;
  min-height: 257px;
}
@media (max-width: 1200px) {
  .elearning-video-panel iframe {
    height: 300px;
  }
}
.elearning-video-panel .ctabtn {
  line-height: 44px;
  min-height: 46px;
  font-weight: 700;
  padding: 0 25px;
  min-width: 168px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .elearning-video-panel .ctabtn {
    display: block;
    margin-bottom: 0;
  }
  .elearning-video-panel .ctabtn:nth-of-type(2n) {
    margin-top: 1em;
  }
}
.elearning-video-panel .protocol-btn,
.elearning-video-panel .protocol-btn:focus {
  color: #ef6422;
  border-color: #ef6422;
  background-color: white;
  transition: all 500ms;
}
.elearning-video-panel .protocol-btn:hover {
  color: white;
  border-color: #ef6422;
  background-color: #ef6422;
}
.elearning-video-panel .quiz-btn,
.elearning-video-panel .quiz-btn:focus {
  color: #0483c8;
  border-color: #0483c8;
  background-color: white;
  transition: all 500ms;
}
@media (min-width: 1200px) {
  .elearning-video-panel .quiz-btn,
  .elearning-video-panel .quiz-btn:focus {
    float: right;
  }
}
.elearning-video-panel .quiz-btn:hover {
  color: white;
  background-color: #0483c8;
  border-color: #0483c8;
}
.elearning-video-panel .video-and-caption,
.elearning-video-panel .title,
.elearning-video-panel .buttons {
  padding-left: 25px;
  padding-right: 25px;
}
.elearning-video-panel .no-padding {
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  background-color: white;
  min-width: 970px;
}
@media (min-width: 1330px) {
  body {
    font-size: 15.4px;
  }
  body h1 {
    font-size: 26.4px;
  }
  body h2 {
    font-size: 22px;
  }
  body h3 {
    font-size: 17.6px;
  }
  body h4 {
    font-size: 16.5px;
  }
  body h5 {
    font-size: 15.4px;
  }
  body h6 {
    font-size: 13.2px;
  }
}
body > #page-body {
  min-height: 65%;
}
body > #page-body #main-content:focus,
body > #page-body #main-content > .container:focus {
  outline-width: 0;
}
body > footer {
  max-height: 35%;
  padding-top: 20px;
}
@media (min-width: 1330px) {
  .container {
    width: 1280px;
  }
}
/* 
Header tweaks. 
Note that header font-sizes are in addgene-bootstrap/addgene-variables.less .
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}
h1 {
  margin-top: 10px;
}
h2 {
  color: #ef6422;
}
h1 ~ h2:first-of-type,
h1 ~ section:first-of-type > h2:first-of-type {
  margin-top: 5px;
}
blockquote {
  padding: inherit;
  margin: inherit;
  font-size: inherit;
  border-left: 0;
  font-style: italic;
}
code {
  white-space: pre;
}
h1 > span:first-child {
  margin-right: 10px;
}
h1 > span:first-child.vertical-bottom-align {
  vertical-align: bottom;
}
.gene-symbol {
  /* Several journal styleguides and the NCBI's say to use italics for gene
   * full names and symbols.
   */
  font-style: italic;
}
.file img {
  width: 32px;
}
.icon-link {
  padding-right: 5px;
}
.bolder {
  font-weight: bolder;
}
/*# sourceMappingURL=public_styles.less.css.map */