#input_seq {
  font-size: 10px;
  width: 100%;
  padding-top: 10px;
  padding-left: 14px;
  padding-bottom: 10px;
  padding-right: 39px;
  outline: none;
  border: solid .15vw #e3e3e3;
  border-radius: .5vw;
  background-color: #f0f0f0;
  color: gray;
  background-image: url(ajax-loader.gif);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 5%;
  white-space: normal;
  min-height: 20px;
  box-sizing: border-box;
}

#input_seq:focus {
  background-color: white;
  background-image: unset;
}

.up_pftv_navruler {
  display: none; /* Hide navbar for top figure. */
}

#egselector {
  display: flex;
  justify-content: space-evenly;
}

div.an_eg {
  margin: 1em;
  color: gray;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

div.an_eg:hover {
  color: #D7263D;
  text-decoration: underline
}

div.eg_selected {
  color: #D7263D;
  text-decoration: underline;
}

#go_grid {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 10px;
  font-size: 12.5px !important;
  margin-top: 5px;
  margin-left: 6px;
}

.up_pftv_aaviewer {
  display: none!important;
}

.bottom-aa-container .up_pftv_aaviewer {
  display: inline-block!important;
}

.up_pftv_container > div:first-child {
  line-height: 0!important;
}

.label_top {
  padding-right: 15px;
}

.selectwrapper {
  position: relative;
  margin-left: 20px;
}

.selectwrapper:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 1.1em;
  right: .75em;
  border-top: 8px solid black;
  opacity: 0.4;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

select {
  -webkit-appearance: button;
  font: 400 11px system-ui;
  width: 100%;

  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 0.5em 1.5em 0.5em 0.6em;

  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  margin: 2px 0 2px 0;
}

.up_pftv_icon-button {
  display: none;
}

.label_top {
  font-weight: normal;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

#protvista g.up_pftv_category-viewer-group path {
  stroke-width: 0;
}

h2 {
  font-family: Raleway
}

h1 {
  font-family: Raleway
}

h3 {
  font-family: Raleway;
  margin-top: 0px;
  margin-bottom: 0px;
}

#title {
  font-size: 50px;
}

#top_figure {
  grid-column: page;
  display: grid;
  grid-auto-flow: row;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 30px;
}

.top_figure_box_with_caption_container {
  display: grid;
  grid-template-columns: 14% 84%;
}

#content_container {
  position: relative;
}

.ajax_loader {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#ec_container {
  display: flex;
}

#viewonPDB {
  z-index: 1000;
  opacity: 0.6;
}

.magnifying_glass_img {
  height: 60px;
}

#smallPDBView{
  top: 7%;
  width: 200px;
  height: 150px;
  opacity: 1;
  z-index: 100;
  right: 10px
}

#pdb_main_container {
}


#pdb_main_grid {
  display: grid;
  grid-template-columns: 30% 70%;
}

#large_pdb_controls {
  display: none;
  margin-top: 10px;
}

#unswitch_to_ec {
  margin-bottom: 20px;
}

.return_to_summary_mode_text {
  cursor: pointer;
  text-decoration: underline;
  color: #E65C00;
}

#activation_options {
}

#go_content_container {
  display: flex;
  margin-top: 10px;
}

#go_stuff {
  margin: auto;
}

#unswitch_to_go {
  display: none
}

#view_go_container {
  position: absolute;
  right: 20px;
  top: 240px;
  width: 300px;
  height: 150px;
  text-align: center;
  z-index: 100001;
  font-size: 10px;
  line-height: 14px;
  cursor: pointer;
}

#view_go {
  z-index: 1000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  margin-top: 29px;
}

.pdb_small_viewer {
  width: 200px;
  height: 150px;
}

.pdb_large_viewer {
  width: 620px;
  height: 500px;
  cursor: move;
}

#cy {
}

.cy_small_viewer {
  width: 500px;
  height: 150px;
}

.cy_large_viewer {
  width: 1200px;
  margin-left: -150px;
  height: 500px;
  cursor: move;
}


.magnifying_glass_text {
  font-size: 10px;
  text-align: center;
  display: none; /* Only show text when corresponding figures are there. */
  cursor: pointer;
}

.magnifying_glass_background {
  background-image: url(magnifying_glass.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
  cursor: pointer;
}

#input_seq_error_cont {
  margin-left: 30px;
}

.up_pftv_amino_acid_selector, .up_pftv_highlight {
  display: none;  /* Don't trigger yellow bands when clicking. */
}

.up_pftv_activeFeature {
  fill-opacity: unset; /* Don't highlight regions that are clicked. */
}

.up_pftv_category-container {
  border: unset!important;
}

.up_pftv_category {
  border: unset!important;
}

.up_pftv_aaviewer > svg {
  height: 21px;
}

#ec_go_separator {
  margin-top: 15px;
  margin-bottom: 15px;
}

#protvista {
  margin-top: auto;
  margin-bottom: auto;
}

#biorxiv_reference {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}

path.up_pftv_activeFeature {
    fill-opacity: .6!important; /* Use important + a more specific combinator to override rule in ProtVista. */
}

.up_pftv_feature:hover {
    fill-opacity: .6!important;
}

.up_pftv_feature {
  cursor: unset!important;
}

a.top-figure-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4)!important;
  text-decoration: unset;
  color: #557071!important;
}

a.top-figure-link:hover {
  background-color: unset!important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8)!important;
}

.large_pdb_controls_entry {
  margin-bottom: 10px;
}

.large_pdb_controls_entry_contents {
  display: contents;
  font-size: 14px;
}

.up_pftv_category-container svg {
  cursor: auto!important;
}

.up_pftv_track {
  opacity: .5;
}

#large_go_instructions, #large_ec_instructions {
  text-align: center;
  display: none;
  font-size: 13px;
}

.tooltip {
  background-color: black!important;
  color: white!important;
  font-size: 14px!important;
  line-height:1.5em!important;
  white-space: pre-line;
}

.collapsible_learn_more {
  font-size: 11px;
  background-color: white;
  color:gray;
  cursor: pointer;
  display: flex;
  margin-bottom: -11px;
  padding-top: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0)!important;
  border: unset;
  text-align: center;
  z-index: 100000000;
}

.collapsible_learn_more:hover {
  font-weight: 600;
}

.collapsible_learn_more:after {
  content: '\002B';
  color: gray;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.help_visible:after {
  content: "\2212";
}

.learn_more_contents {
  margin-top: 11px;
  margin-bottom: 35px;
  color: gray;
  font-size: 13px;
  line-height: 1.3em;
  overflow: hidden;
  display: none;
  padding: 10px;
  background-color: #f9f9f9;
}

#learn_more_ec_button {position: relative;}

.cy-panzoom {
  display: none;
  right: 15px;
}

#protein_description_container {
  margin-bottom: 16px;
}

#protein_description_div {
  display: flex;
  font-size: 12px;
  color: dimgray;
  margin: auto;
}

#protein_more_info_link {
  line-height: 2em;
}

.up_pftv_track-header {
  font-size: 12.5px;
}
.up_pftv_track-header:hover {
  overflow: visible;
}

#go_color_bar {
  width: 500px;
  margin: 0 auto;
  display: flex;
}

#ec_color_bar {
  width: 500px;
  margin: 0 auto;
  display: flex;
}

#input_seq_error_cont {
  font-size: 12px;
  font-weight: 100;
  color: #D7263D;
  letter-spacing: .15px;
  line-height: 12px;
}

#pdb_unavailable {
  font-size: 11px;
  color: #b0b0b0;
  letter-spacing: .1px;
  margin-left: 7px;
  margin-top: 8px;
}

.ec_title_highlight {
  color: #30c030;
}

.go_title_highlight {
  color: #dfbf58;
}


@media screen and (max-width: 1200px) {
  d-title, d-article {
    grid-template-columns: [screen-start] 0px [page-start kicker-start middle-start text-start] 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr [ kicker-end text-end gutter-start] 1fr [middle-end] 1fr [page-end gutter-end] 0px [screen-end];
    overflow-x: scroll;
  }

  .top_figure_box_with_caption_container {
    grid-template-columns: 100%;
  }

  .top_figure_box_with_caption_container > figcaption {
    display: none
  }
}

@media screen and (max-width: 920px) {
  #ec_container {
    display:block;
  }
}

@media screen and (max-width: 767px) {
  #go_content_container {
    display: block;
  }

  #cy {
  }
  .magnifying_glass_text {
    text-align: unset;
  }

  #go_magnifying_glass_text {
    margin-left: 130px;
  }
}

#use_desktop_browser {
  display: none;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
}
