/* NOTE: SGN blue is #ccccff */
/********************     GENERAL SITE STYLES     **********************/
/*body {
  color: black;
  background-color: white;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.25;
}
*/

/*#sgn_container {
  max-width:1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}
*/

/*#pagecontent_t {
  margin: auto;
  width: 730px;
}
*/

/*
#wrapper {
    min-height:100%;
}

#main_row {
    overflow:auto;
    padding-bottom:275px;
}

/*Opera Fix Footer at bottom*/
/*body:before {
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;
}
*/

#list_dialog,
#list_item_dialog {
  overflow-y: scroll;
}

table.borderless td,
table.borderless th {
  border: none !important;
}

#list_item_dialog_datatable_filter input,
#public_list_item_dialog_datatable_filter input,
#public_list_data_table_filter input,
#private_list_data_table_filter input {
  width: 140px;
  height: 30px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  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 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.modal-body {
  max-height: calc(100vh - 212px);
  overflow-y: auto;
}

#xtratbl {
  background-color: #ccccff;
  border: 1px solid #c0c0c0;
}
#org_content {
  border: 1px solid #c0c0c0;
}
table {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  padding: 0;
  border: 0;
  border-collapse: separate;
}
input,
select,
textarea {
  background: #eeeeff;
  font-size: 12px;
}
li {
  margin-bottom: 0.25em;
}
td {
  vertical-align: top;
}

/*various places on the site use various headline size tags, so let's try to make them all the same*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
dt {
  font-weight: bold;
  margin-bottom: 0.1em;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 2.5em;
}
dt.sub {
  /* used for a second sublevel of dictionary terms */
  font-weight: normal;
  font-style: italic;
}

/* where to put the title image  */
td.sgnlogo {
  vertical-align: top;
}
img {
  border: 0;
}

img#sgnlogo {
  margin: -7px 6px 0 0;
}
img#sgntext {
  margin: 0 0 2px 12px;
}
td.toplink {
  text-align: right;
  vertical-align: middle;
  padding: 0 18px 0 0;
  white-space: nowrap;
}
a.toplink:link,
a.toplink:visited,
a.toplink:active {
  color: black;
  padding: 0;
  text-decoration: none;
  line-height: 1.1;
  font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
}
a.toplink:hover {
  padding: 0px 0px 0px 0px;
  text-decoration: underline;
}
a.mytools,
a.mytools:link,
a.mytools:visited {
  font-weight: bold;
  text-decoration: underline;
  color: black;
  padding: 0.1em 0.3em 0.1em 0.3em;
  line-height: 1.38;
  margin-left: 1em;
}

/*a.external, a[href ^="http:"] {
  background: url(/documents/img/external.png) center right no-repeat;
  padding-right: 13px;
}
*/
a.footer {
  background: none;
  padding-right: 2px;
}

a[href^="mailto:"] {
  background: url(/documents/img/mail_icon.gif) center right no-repeat;
  padding-right: 16px;
}

/*
#pagefooter {
  margin: -275px 0px 0px 0px;
  position:relative;
  height:275px;
  clear:both;
}
*/

#pagefooter a,
#pagefooter a:active,
#pagefooter a:link,
#pagefooter a:visited {
  color: #666666;
}

#quicksearch_form {
  margin: 10px 0px 0px 0px;
}

td.clonecart {
  vertical-align: middle;
  text-align: center;
}
#clone_shoppingcart {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

/* this is a centered page title, like 'BAC P00343' or 'Marker TM2' or whatever */
#pagetitle {
  text-align: center;
  margin: 0;
  padding: 0;
}
#pagetitle > h3 {
  text-align: center;
  margin-top: 0;
  padding: 0;
}

/* Developer Toolbar Style */
div.devbar {
  width: 100%;
  padding: 5px;
  margin: -8px 0 13px -5px;

  text-align: center;
  background-color: #eef;
  border-bottom: 2px solid #905;
}
/**Everything visible is in a table, use this to style fonts**/
table.devbar {
  font-size: 1em;
}

/* general div to make something a little more indented */
div.indentedcontent,
div.indented_content,
div.page_introduction {
  margin: 0.3em 1em 2em 2em;
}
div.page_introduction {
  padding: 0.3em;
}

/* same effect as above, except for table cells.  Don't make new pages that use this. */
td.indentedcontent,
td.indented_content {
  padding: 1em 1em 2em 2em;
}
/*generic text-align tags*/
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}

/* the little tables at the top of search forms with */
/* the title of the search and a "select random" link */
table.search_form_title {
  width: 100%;
}
span.search_form_title {
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
}
a.search_form_random {
  font-size: 75%;
}
a.search_form_random:before {
  content: "[";
}
a.search_form_random:after {
  content: "]";
}

/*****************************     LINKS     ************************************************************/
/*                                                                                                      */

a:link {
  color: #0000ff;
  text-decoration: none;
}
a:active {
  color: #0000ff;
  text-decoration: none;
}
a:visited {
  color: #3333ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.hidevisited:link {
  color: #0000ff;
  text-decoration: none;
}
a.hidevisited:active {
  color: #0000ff;
  text-decoration: none;
}
a.hidevisited:visited {
  color: #0000ff;
  text-decoration: none;
}
a.hidevisited:hover {
  color: #0000ff;
  text-decoration: underline;
}
a.quicksearch_hit {
  font-weight: bold;
  /*   background: #ccccff;  */
  /*   border: 1px solid #9f9fc7; */
}

/*makes a submit button that looks more like a link*/
input.linkstyle {
  color: #0000ff;
  text-decoration: none;
  background: #ffffff;
  border: 0;
  font-size: 12px;
}
/*makes a submit button that looks more like a link*/
input.linkstyle:hover {
  color: #0000ff;
  text-decoration: underline;
  background: #ffffff;
  border: 0;
  font-size: 12px;
}

/* for little "what's this" links leading to help pages */
a.context_help {
  font-size: 80%;
  letter-spacing: -1px;
  font-weight: normal;
}
a.context_help:before {
  content: "(";
  color: black;
}
a.context_help:after {
  content: ")";
  color: black;
}

/*****************************     FONTS     ************************************************************/
/*Don't add one if you can use one that's already here. It will keep our fonts more consistent.         */

pre {
  font-family:
    bitstream vera sans mono,
    monospace;
  font-size: 12px;
  line-height: 13px;
}
/* sequences should be displayed in a monospace font */
.sequence,
.monospace {
  font-family:
    bitstream vera sans mono,
    monospace;
}
.sequence .methionine {
  color: #0033cc;
  font-weight: bold;
}
.sequence .stop_codon {
  color: red;
  font-weight: bold;
}
.sequence .orf {
  background: #ddd;
}
.sequence .longest_orf {
  background: yellow;
}
.threeframe_translate .frame {
  font-weight: bold;
}

/*some old style used by koni in est.pl and unigene.pl*/
.fix {
  letter-spacing: 0px;
  font-family:
    bitstream vera sans mono,
    monospace;
  font-size: 12px;
  line-height: 13px;
}
.fieldname {
  font-weight: bold;
  line-height: 1.2;
}
/* example text used in search pages */
.searchexample {
  font-style: italic;
  font-size: 10px;
}
.tinytype {
  font-size: 10px;
}
.notes {
  font-style: italic;
}
.mono {
  font-family: monospace;
}

/*****************************     TEXT AND BACKGROUND COLORS     ***************************************/
/*Don't add one if you can use one that's already here. It will keep our color scheme more consistent.  */

/*bgcolorstatuses 1-4 show statuses with color (used on BAC registry, for instance) 

span.bgcolorstatus1, 
span.bgcolorstatus2, 
span.bgcolorstatus3, 
span.bgcolorstatus4, 
span.bgcoloralt, 
span.bgcolorselected a { 
  padding-left: 0.2em;
  padding-right: 0.2em;
  line-height: 1.3;
  border: 1px solid #444444;
}

*/

.bgcolorstatus1 a,
.bgcolorstatus1 span.nolink {
  background-color: #dddddd;
  margin: 0;
  padding: 2px;
  border: 1px solid black;
}
.bgcolorstatus2 a,
.bgcolorstatus2 span.nolink {
  background-color: #ffff66;
  margin: 0;
  padding: 2px;
  border: 1px solid black;
}
.bgcolorstatus3 a,
.bgcolorstatus3 span.nolink {
  background-color: #66ff66;
  margin: 0;
  padding: 2px;
  border: 1px solid black;
}
.bgcolorstatus4 a,
.bgcolorstatus4 span.nolink {
  background-color: #9999ff;
  margin: 0;
  padding: 2px;
  border: 1px solid black;
}

/*for lists of things with alternating colored backgrounds*/
.bgcoloralt2 {
  background-color: #f5f5ff;
}
.bgcoloralt1 {
  background-color: #fcfcff;
}
/*to discreetly highlight an item*/
.bgcolorselected {
  background-color: #ccccff;
}
/*use class="sgnblue" instead of bgcolor="sgnblue"*/
.sgnblue {
  background-color: #ccccff;
}
/*important warning*/
.alert {
  font-weight: bolder;
  color: #ffffff;
  background-color: #ff0000;
}
/*not quite so important warning*/
.warning {
  color: #d22;
  background-color: none;
}
.news {
  color: #ff0000;
}
/* used to highlight things in yellow, like bad regions of sequences */
.highlighted,
.badseq {
  background: yellow;
}
/* used to indicate something is disabled or relatively unimportant. just like, um, ghosts */
.ghosted {
  color: gray;
}
/* used for special notices that are unusual, and to which the user's attention should be drawn */
.specialnote {
  font-size: 110%;
}
div.specialnote {
  margin-top: 1em;
  margin-bottom: 1em;
}
/* for things you want to put in a subtly set-off box */
div.minorbox {
  border: 1px solid #cccccc;
}
div.deprecated {
  padding: 3px;
  margin-left: 5px;
  margin-bottom: 10px;
  border: 1px dashed #772222;
  background-color: #e5e5e5;
  color: #600;
  text-align: center;
  font-size: 1.2em;
}

span.help {
  cursor: help;
  border-bottom: 1px dashed #666;
}

span.toolbar_help {
  /*nothing different*/
}

/*****************************     INFO SECTIONS     *******************************************************/

/* plus and minus image in collapsible sections */
.collapser_img {
  height: 15px;
  margin-bottom: 5px;
}

/*
   You will probably not need these, because you can 
   just call the info_section_html() function that uses them
*/

/* 
  these make a blue box like we like to use to divide
  info pages into sections.
*/
.infosectionhead,
.infosectionhead_empty,
.sub_infosectionhead,
.sub_infosectionhead_empty {
  width: 100%;
  /*background: #ccccff;*/ /* this is "SGN blue" */
  text-align: left;
  margin-bottom: 10px;
  /*  margin-left: 5px;*/
  padding-left: 10px;
  /*         margin-right: 1em; */
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #ccc;
}

/* sub-infosections have a gray heading */
.sub_infosectionhead,
.sub_infosectionhead_empty {
  width: 100%;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #ccc;
}

/* empty infosections don't have such a big bottom margin */
.infosectionhead_empty,
.sub_infosectionhead_empty {
  margin-bottom: 0.5em;
}

.infosectiontitle,
.sub_infosectiontitle,
.infosectiontitle_empty,
.sub_infosectiontitle_empty {
  font-weight: bold;
  vertical-align: middle;
  color: black;
  font-size: 12px;
}
td.infosectionsubtitle,
td.sub_infosectionsubtitle,
td.infosectionsubtitle_empty,
td.sub_infosectionsubtitle_empty {
  width: 10%;
  white-space: nowrap;
  text-align: right;
}
td.infosectionsubtitle_empty,
td.sub_infosectionsubtitle_empty {
  color: #444444;
  font-size: 90%;
}
div.infosectioncontent,
div.sub_infosectioncontent {
  margin: 0.4em 2em 2em 2em;
}
td.infosection_emptymessage,
td.sub_infosection_emptymessage {
  color: #444444;
  width: 200px;
  padding-left: 2em;
}

/*************     COLLAPSIBLE THINGS (used by CXGN::Page::Widgets::collapser)     ********************/

a.collapser {
  color: black;
}
a.collapser:hover {
  text-decoration: none;
}
a.collapser img {
  border: 0;
  padding: 0 5px 0 2px;
  position: relative;
  top: 1px;
}

/*************     TABBED PAGES     ********************/
/* You will probably not need these, because you can 
   just call the tabset function that uses them        */

/*  styles for a set of tabs generated with SGN::tabset  */
/*  like those on bulk download and direct search  */
/*  classes to make a rounded box with some fill around an */
/*  element  */

table.modesel {
  padding: 0;
}
td.modesel_c,
td.modesel_c_hi {
  text-align: center;
  vertical-align: middle;
  /*   width: 8em; */
}
td.modesel_spacer {
  padding: 0;
  height: 6px;
  font-size: 1px;
  width: 15px;
  line-height: 0.1;
}
hr.modesel {
  border: 0;
  border-bottom: 2px solid #c0c0c0;
  margin-top: 15px;
}
a.modesel,
a.modesel:visited,
a.modesel_hi,
a.modesel_hi:visited {
  display: block;
  color: #202020;
  margin: -3px -2px -1px -2px;
  padding: 2px;
  /*   position: absolute; */
  z-index: 30;
}

button.modesel_hi {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

button.modesel_hi:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

a.modesel:hover,
a.modesel_hi:hover {
  text-decoration: none;
}

/*a.modesel_hi { 
  color: black;
}*/

button.modesel {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

button.modesel:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

td.modesel_tl,
td.modesel_tl_hi {
  padding: 0;
  height: 7px;
  width: 6px;
}
td.modesel_bl {
  padding: 0;
  height: 7px;
  width: 6px;
}
td.modesel_bl_hi {
  padding: 0;
  height: 7px;
  width: 6px;
}
td.modesel_tr,
td.modesel_tr_hi {
  padding: 0;
  height: 7px;
  width: 6px;
  font-size: 1px;
  line-height: 0.1;
}
td.modesel_br {
  padding: 0;
  height: 7px;
  width: 6px;
}
td.modesel_br_hi {
  padding: 0;
  height: 7px;
  width: 6px;
}
td.modesel_l,
td.modesel_l_hi {
  padding: 0;
  width: 6px;
  height: 10px;
  vertical-align: top;
}
td.modesel_t,
td.modesel_t_hi {
  padding: 0;
  height: 7px;
  font-size: 1px;
  line-height: 0.1;
}
td.modesel_r,
td.modesel_r_hi {
  padding: 0;
  width: 6px;
  height: 10px;
  vertical-align: top;
}
td.modesel_b {
  padding: 0;

  height: 7px;
  font-size: 1px;
  line-height: 0.1;
}
td.modesel_b_hi {
  padding: 0;

  height: 7px;
  font-size: 1px;
  line-height: 0.1;
}

/* now for the background images */
td.modesel_l_hi {
  background: url(/documents/img/modesel_l_back_hi.gif) repeat-y top right;
}
td.modesel_r_hi {
  background: url(/documents/img/modesel_r_back_hi.gif) repeat-y top left;
}
td.modesel_t_hi {
  background: url(/documents/img/modesel_t_hi.gif) repeat-x bottom left;
}
td.modesel_b_hi {
  background: url(/documents/img/modesel_b_hi.gif) repeat-x top left;
}
td.modesel_c_hi {
  background: #bbbbe5 url(/documents/img/modesel_content_back_hi.gif) repeat-x
    top left;
  /*   padding-top: 2px; */
}
td.modesel_l {
  background: url(/documents/img/modesel_l_back.gif) repeat-y top left;
}
td.modesel_r {
  background: url(/documents/img/modesel_r_back.gif) repeat-y top left;
}
td.modesel_t {
  background: url(/documents/img/modesel_t.gif) repeat-x bottom left;
}
td.modesel_b {
  background: url(/documents/img/modesel_b.gif) repeat-x top left;
}
td.modesel_c {
  background: #dbdbdb url(/documents/img/modesel_content_back.gif) repeat-x top
    left;
}

/*****************************     MULTILEVEL SELECT BOX     *****************************************/

a.multilevel_modesel,
a.multilevel_modesel:visited,
a.multilevel_modesel_active,
a.multilevel_modesel_active:visited,
a.multilevel_modesel_parent,
a.multilevel_modesel_parent:visited,
a.multilevel_modesel_parent_active,
a.multilevel_modesel_parent_active:visited {
  border: 1px solid black;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  font-size: 14px;
  padding: 2px 0 2px 0;
  font-family: Arial, sans-serif;
  margin-bottom: 1px;
  text-decoration: none;
  color: black;
  display: block;
  width: 90%;
  background: #e6e6e6 url(/documents/img/gr_wht_trans.png) top left repeat-x;
}

a.multilevel_modesel,
a.multilevel_modesel:visited,
a.multilevel_modesel_parent,
a.multilevel_modesel_parent:visited {
  background: #e6e6e6 url(/documents/img/gr_wht_trans_2.png) top left repeat-x;
}

a.multilevel_modesel_parent_active {
  position: relative;
  top: 4px;
  height: 24px;
}

div.multilevel_modesel,
div.multilevel_modesel_active {
  margin: -1px auto 0 auto;
}
div.multilevel_modesel td,
div.multilevel_modesel_active td {
  text-align: center;
  vertical-align: top;
}
div.multilevel_modesel table,
div.multilevel_modesel_active table {
  margin: 0 auto 0 auto;
}
div.multilevel_modesel {
  display: none;
}
div.multilevel_modesel_active {
  position: relative;
}

div.multilevel_modesel_level_1 {
  border: 1px solid black;
  background-color: #c2c2ff;
  z-index: 1;
}
div.multilevel_modesel_level_2 {
  border: 1px solid black;
  background-color: #9797c7;
  z-index: 2;
}

div.multilevel_modesel_level_0 a.multilevel_modesel_active,
div.multilevel_modesel_level_0 a.multilevel_modesel_parent_active {
  background-color: #c2c2ff;
}
div.multilevel_modesel_level_1 a.multilevel_modesel_active,
div.multilevel_modesel_level_1 a.multilevel_modesel_parent_active {
  background-color: #9797c7;
}

div.multilevel_modesel_level_2 a.multilevel_modesel_active,
div.multilevel_modesel_level_2 a.multilevel_modesel_parent_active {
  background-color: #76769b;
}

/*****************************     PAGINATED SEARCH RESULTS     *****************************************/

/* for pagination next page and previous page */
/* buttons on search pages */
a.paginate_nav,
span.paginate_nav_currpage,
span.paginate_nav_ghosted {
  padding: 0.16em;
  font-size: larger;
  font-weight: bold;
  line-height: 2.1;
}
span.paginate_nav_ghosted {
  color: #cccccc;
}
span.paginate_summary {
}
span.paginate_nav_currpage {
  font-weight: bolder;
  border: 1px solid black;
  color: #c00000;
}

table.columnar_table {
  border: 1px solid #cccccc;
  clear: both;
}
table.columnar_table_noborder {
  clear: both;
}
td.columnar_table,
th.columnar_table,
th.columnar_table_noborder {
  padding: 0.2em 0.6em 0.2em 0.6em;
  margin: 0;
  line-height: 1.4;
}
th.columnar_table {
  border-bottom: 1px solid #aaa;
}

caption.columnar_table {
  font-weight: bold;
  text-align: left;
  padding: 2px;
}

/* styles for paginated search results pages like bacsearch.pl and markersearch.pl*/
#searchresults {
  text-align: center;
}
a.stealth {
  text-decoration: none;
  color: black;
}
.hilite {
  background: yellow;
}

/*****************************     HOME PAGE STUFF     *********************/
/*Feel free to use elsewhere if you like.                                  */
.boxheading {
  font-size: 14px;
  line-height: 16px;
  font-weight: bolder;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #999999;
}
.boxcontent {
  margin-top: 10px;
  margin-left: 10px;
}
.boxsubcontent {
  margin-top: 7px;
  margin-left: 7px;
  margin-bottom: 12px;
}
.subheading {
  font-weight: bolder;
}
.boxbgcolor1 {
  padding: 10px;
  background-color: #ffffff;
}
.boxbgcolor2 {
  padding: 10px;
  padding-bottom: 0px;
  background-color: #f0f0ff;
  border-style: solid;
  border-color: #999999;
  border-width: 1px;
}
.boxbgcolor3 {
  padding: 10px;
  background-color: #ccccff;
  border-style: solid;
  border-color: #999999;
  border-width: 1px;
  height: 190px;
}
.boxbgcolor4 {
  padding: 10px;
  background-color: #cccccc;
  border-style: solid;
  border-color: #999999;
  border-width: 1px;
}
.boxbgcolor5 {
  padding: 10px;
  background-color: #ffffff;
  border-style: solid;
  border-color: #999999;
  border-width: 1px;
}
.boxbgcolor6 {
  padding: 10px;
  background-color: #ffffaa;
  border-style: solid;
  border-color: #888888;
  border-width: 1px;
}

/***********   TOOLBARS W/DROPDOWN MENUS ****************/

table#siteheader {
  margin: 0 auto 3px auto;
  width: 740px;
}

table.toolbar {
  width: 100%;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
}

td.toolbar_l,
td.toolbar_r {
  width: 10px;
}
td.toolbar_content {
  background: white url(/documents/img/toolbar_content_back.gif) repeat-x top
    left;
  padding: 3px 23px 3px 4px;
  color: black;
  font-size: 125%;
  text-align: left;
  font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
}
td.toolbar_search {
  text-align: right;
  width: 1%;
  white-space: nowrap;
  padding: 0 0.35em 0 1em;
  vertical-align: top;
}
a.toolbar_menuname,
a.toolbar_menuname:link,
a.toolbar_menuname:visited {
  color: black;
  display: block;
}

table.toolbar_popmenu {
  position: absolute;
  visibility: hidden;
  z-index: 99;
  border-top: 1px solid #a6a6a6;
  border-right: 1px solid #666666;
  border-bottom: 2px solid black;
  border-left: 1px solid #666666;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background: #f2f2f2;
  line-height: 1.1;
}
a.toolbar_item_first,
a.toolbar_item_first:link,
a.toolbar_item_first:visited,
a.toolbar_item_first:active,
a.toolbar_item,
a.toolbar_item:link,
a.toolbar_item:visited,
a.toolbar_item:active,
span.toolbar_item {
  text-decoration: none;
  color: #222;
  border: 1px solid #f2f2f2;
  padding: 0.2em 0.5em 0.2em 0.5em;
  margin: 0;
  display: block;
  font-size: 12px;
  white-space: nowrap;
}

td.toolbar_item_title {
  padding: 4px 2px 2px 2px;
  font-weight: bold;
  color: #373737;
}

span.toolbar_item {
  font-weight: bold;
  padding-left: 0.1em;
}

td.toolbar_item {
  border-top: 1px solid #cfcfcf;
}

a.toolbar_item:hover,
a.toolbar_item_first:hover {
  background: #ccccff;
  border: 1px solid #666666;
  color: black;
}

form.quicksearch {
  margin: 0;
  padding: 0;
}
input.quicksearch.field {
  border: 1px solid #a0a0a0;
  background: white;
  padding: 0 0.1em 0 0.15em;
  height: 18px;
  font-family: "Charter", "Bitstream Vera Serif", Times, serif;
  font-size: 13px;
  margin-top: 3px;
  vertical-align: top;
}
input.quicksearch.imgbutton {
  margin: 4px -11px 0 0;
  z-index: 2;
  position: relative;
}

/*****************************     ODDS AND ENDS     ****************************************************/
/*If you can't find what you need above, you can make a custom style here.                              */

.developererrorbox {
  width: 740px;
  padding: 10px;
  background-color: #f0f0ff;
  border-style: solid;
  border-color: #ff0000;
  border-width: 1px;
}

table#developer_message_table {
  width: 740px;
  margin-bottom: 7px;
}
.invisible,
.noshow {
  display: none;
}

div.optional_show {
  margin: 0.2em 0 1.3em 0;
  border: 1px solid gray;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: #eee;
}
div.optional_show > h3 {
  font-weight: normal;
  padding: 6px 15px;
  margin: 0;
  padding: 3px;
  padding-bottom: 6px;
  font-size: 100%;
  cursor: pointer;
}
div.optional_show > div {
  background: white;
  margin: 0 10px 10px 10px;
}
div.optional_show > h3 > .title {
  margin-left: 20px;
}

div.optional_show > h3 > .icon {
  background-image: url(/img/ui-icons.png);
  width: 16px;
  height: 16px;
  position: absolute;
  background-position: -32px -16px;
}
div.optional_show > h3.active > .icon {
  background-position: -64px -16px;
}

/*style for displaying a link instead of a button for 'optional_show' contents */
a.abstract_optional_show {
  color: blue;
  cursor: pointer;
  white-space: nowrap;
}
div.abstract_optional_show {
  background: #f0f0ff;
  border: 1px solid #9f9fc7;
  margin: 0.2em 1em 0.2em 1em;
  padding: 0.2em 0.5em 0.2em 1em;
}

/* style for displaying lists of links to file folders */
/* currently used on bulk download ftp listing */
a.folderlink:before {
  content: url(/documents/img/folder_yellow_3.png);
  vertical-align: -8px;
}
a.folderlink {
  font-weight: bold;
  margin-bottom: 2em;
  /*   vertical-align: top; */
}
.folderdesc {
  margin-left: 50px;
  color: #999999;
  font-size: smaller;
  /*   font-style: italic; */
}

li.folderlink {
  margin-bottom: 0.4em;
}

/* styles for displaying automatic (i.e. BLAST) annotation hits */
td.blasthit_type {
  vertical-align: middle;
  text-align: right;
}
span.blasthit_type {
  font-size: smaller;
}
span.blasthit_db,
a.blasthit_db {
  font-weight: bold;
}
a.blasthit_db {
  color: black;
  text-decoration: underline;
}
a.blasthit_db:hover {
  background: #eeeeff;
}
td.blasthit_db {
  background: #ccccff;
  padding-bottom: 3px;
}
span.blasthit_statname {
  font-weight: bold;
  margin-left: 0.5em;
}
span.blasthit_statname:after {
  content: ":";
}
span.blasthit_statval {
}
span.blasthit_id {
  font-family: monospace;
}
td.blasthit_id {
  padding: 6px;
  padding-left: 8px;
  background: #ededff;
  vertical-align: middle;
}
td.blasthit_defline {
  padding: 3px;
  padding-left: 8px;
  background: #f8f8ff;
  font-family: monospace;
}
td.blasthit_stats {
  padding: 3px;
  vertical-align: middle;
  font-size: smaller;
}
table.blasthit {
  margin: 4px;
  border: 1px solid #cccccc;
}

/* styles for little info tables generated with CXGN::FormattingHelpers::info_table_html */
table.sub_info_table,
table.info_table {
  border: 1px solid #dddddd;
  margin: 0.1em;
}

table.sub_info_table_noborder,
table.info_table_noborder {
  border: 0;
  padding: 0;
  margin: 0;
}
table.sub_info_table,
table.sub_info_table_noborder {
}

th.sub_info_table,
th.info_table {
  /*   padding: 0 0.3em 0.4em 0.3em; */
  padding: 0.2em 0.2em 0.1em 0.3em;
  white-space: nowrap;
  border-bottom: 1px solid #dddddd;
  background: #f5f5f5;
}

span.info_table_fieldname {
  font-weight: bold;
}
span.sub_info_table_fieldname {
  font-size: 90%;
  font-weight: bold;
  color: #333333;
}

td.info_table_field {
  padding: 0.6em 0.5em 0.3em 1em;
}
td.sub_info_table_field {
  padding: 0 0.3em 0.3em 0;
}

div.sub_info_table_fieldval,
div.info_table_fieldval {
  /*   font-family: monospace; */
  margin: 0.3em 0 0 0.6em;
}
div.info_table_fieldval > ul {
  margin: 0;
  padding-left: 2.5em;
}

caption.info_table,
caption.sub_info_table {
  caption-side: bottom;
}
span.subinfo:after {
  content: ": ";
}

/* styles for numerical range input in FormattingHelpers */
table.nri {
  display: inline;
}
span.nri_units {
  margin: 0;
  line-height: 1;
  vertical-align: middle;
}

/* Styles for SOL forum */
.topicbox {
  padding: 1px;
  background-color: #f0f0ff;
  border-style: solid;
  border-color: #999999;
  border-width: 1px;
}

.topicdescbox {
  padding: 1px;
  background-color: #ffffee;
  border-style: solid;
  border-top: 0px;
  border-color: #999999;
  border-width: 1px;
}

/* styles for gbrowse (CGI::Toggle) */
.el_hidden {
  display: none;
}
.el_visible {
  display: inline;
}
.ctl_hidden {
  cursor: pointer;
  display: none;
}
.ctl_visible {
  cursor: pointer;
  display: inline;
}
.tctl {
  text-decoration: underline;
}

/* Re-style the inline MochiKit Logging Pane!: */
div#_MochiKit_LoggingPane {
  text-align: left; /* appears centered otherwise, weird */
}

div.publication_embedded {
  text-align: justify;
}
/* publication styles */
div.publication_embedded .detail {
  padding: 0.5em 2em;
  border: 1px solid gray;
  background: #eee;
}

div.publication_embedded .citation {
  font-weight: bold;
  font-style: italic;
  background: #ddd;
  padding: 0.3em 4px;
}

.species_binomial {
  font-style: italic;
}

#affiliated_sites ul {
  margin: 0;
  padding-left: 1em;
}
#affiliated_sites li {
  padding-bottom: 1em;
}

/* styles for standard renderings of CrossReference objects */

ul.xref_link {
  padding-left: 0;
}
ul.xref_link li {
  list-style: none outside none;
}

div.xref_rich_gbrowse2 {
  clear: both;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px outset #666;
  padding-bottom: 8px;
  margin: 10px;
}
div.xref_rich_gbrowse2 hr {
  width: 95%;
}

div.xref_rich_gbrowse2 img {
  margin-top: 12px;
  border: 0;
}

/* styles for jquery.simpletooltip */

#simpleTooltip {
  padding: 7px;
  border: 1px solid #a6a7ab;
  background: #f2f3f5;
}

#page_report_a_problem {
  margin: 20px 0 -10px 1px;
  text-align: left;
  font-size: 90%;
  clear: both;
}
#page_report_a_problem a {
  padding: 1px;
  color: #666;
}

/* Floating header*/
.trial-header {
  position: sticky;
  top: 55px;
  z-index: 1000;
  background: white;
  padding: 8px 16px;
  border-radius: 6px;
  transition:
    box-shadow 0.2s ease,
    border 0.2s ease;

  /* default (not scrolled) */
  border: 1px solid transparent;
  box-shadow: none;
}

.trial-header.is-stuck {
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
