/*Holger Dinkel 2010*/

/*Colors from navigation:*/
/*#276491;*/
/*#083d65;*/


/*RESET to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126 License: none (public domain)
*/
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/

/* /RESET*/

BODY {background-color:#ffffff;
    /*font-family: "Lucida Grande", Helvetica, Palatino, Arial, Tahoma, sans-serif;*/
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    /*font-family: Palatino, serif;*/
    font-size:11pt
}


P   {
    font-family: "Georgia", serif;
    font-size:16px;
    text-indent: 0;
    text-align:justify;
    white-space: normal;
    text-justify:inter-character;
}

/*P           {font-family: "Lucida Grande", Helvetica, Palatino, Arial, Tahoma, sans-serif; font-size:14px}*/
P.bigspacing{line-height:1.5em;}
P.white	    {color:FFFFFF}
/*TD          {font-family: "Lucida Grande", Helvetica, Palatino, Arial, Tahoma, sans-serif; font-size:14px}*/

H3   {
    font-family:Arial, Helvetica, sans-serif;
    /*background:url("/media/red_dot.png") top right no-repeat;*/
}


ul {
    list-style-type: square;
    /*list-style-image:url("media/red_dot.png");*/
}


/*dd { width:400px; margin: 0; padding: 0; } */
/*dt { margin: 0; padding: 0; } */
/*dt { float: left; margin-right: 0.3em; }*/

h4 {
    color:white;
    text-shadow: -1px 0 #001144, 0 1px #001144, 1px 0 #001144, 0 -1px #001144;
    font-weight: bold;
}
.float_right a, .float_right a:visited {
    color:white;
    text-shadow: -1px 0 #001144, 0 1px #001144, 1px 0 #001144, 0 -1px #001144;
    font-weight: bold;
    text-decoration: underline;
}

.logostats {
    background-color: #083d65;
    color:#fff;
    border:solid 2px #999;
    border-collapse:collapse;
    position:absolute;
    left:905px;
    font-size:small;
    /*top:2px;*/
    width:250px;
}
#logostats table {
    color:white;
    text-shadow: -1px 0 #001144, 0 1px #001144, 1px 0 #001144, 0 -1px #001144;
    font-weight: bold;
    float:right;
}
table.logostats td:nth-child(even)    { text-align:right; }
table.logostats td:nth-child(odd)     { text-align:left; }
table.instances tt { font-size: 85%;  }

table.elm_detail th {
    padding-top:5px;
    padding-bottom:5px;
}

table.elm_detail td div {
    font-family: "Georgia", serif;
    padding-top:5px;
    padding-bottom:5px;
    font-size:16px;
    text-indent: 0;
    text-align:justify;
    white-space: normal;
    text-justify:inter-character;
}

/*#navigation {
    width:1000px;
}*/
/*#navigation {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
#navigation ul {
      margin:0;
      padding:10px 10px 0 40px;
      list-style:none;
      }
#navigation li {
      display:inline;
      margin:0;
      padding:0;
      }
#navigation a {
      font-weight: bold;
      font-size: 14pt;
      border-bottom:1px solid #999;
      border-collapse:collapse;
      float:left;
      background:url("/media/tab_menu_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 1px;
      text-decoration:none;
      }
#navigation a span {
      float:left;
      display:block;
      background:url("/media/tab_menu_right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
#navigation a span {float:none;}
#navigation a:hover { color:#000; background-position:0% -43px; }
#navigation a:hover span { color:#000; background-position:100% -43px; }
#navigation a:hover span { color:#000; background-position:100% -43px; }

#navigation .navigation_selected {
      font-weight: bold;
      font-size: 14pt;
      background:url("/media/tab_menu_right.gif") no-repeat left top;
      background-position:0% -43px;
      color: #150766;
      }
      */

nav { margin: 10px 10px 10px 40px;
    width: 1100px;
    text-align: left;
}
nav ul {
    background: #efefef;
    background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    padding: 0 10px;
    border-radius: 10px;
    list-style: none;
    position: relative;
    display: inline-table;
    width: 1100px;
    margin-bottom: -5px;
    margin-top: -5px;
    z-index:10;
}
nav ul ul { display: none; width:auto; min-width:100px;}
nav ul li:hover > ul { display: block; }
nav ul:after { content: ""; clear: both; display: block; }
nav ul li { float: left; }
nav ul li:hover {
    background: #4b545f;
    color: #FFF;
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    border-radius: 4px;
    background: linear-gradient(top, #efefef 0%, #bbbbbb 40%);
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 40%);
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 40%); }
nav a:hover  { color: #4b545f; }
nav a:visited  { color: #4b545f; }
nav ul li a { display: block; padding: 10px 10px; color: #4b545f; text-decoration: none; }
nav ul ul { background: #bbbbbb; border-radius: 0px; padding: 0; position: absolute; top: 100%; }
nav ul ul li { float: none; border-top: 1px solid #6b727c; border-bottom: 1px solid #575f6a; position: relative; }
nav ul ul li a { padding: 5px 10px; color: #4b545f;
    background: #4b545f;
    border-radius: 4px;
    background: linear-gradient(top, #efefef 0%, #bbbbbb 40%);
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 40%);
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 40%);
}
nav ul ul li a:hover {
    color: #FFF;
    background: #4b545f;
    border-radius: 4px;
    background: linear-gradient(top, #efefef 0%, #bbbbbb 40%);
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 40%);
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 40%); }
nav ul ul ul { position: absolute; left: 100%; top:0; }

/*for jquery collapser:*/
.expIco{
    padding-left: 20px;
    background: url(/media/plus.gif) no-repeat 2px 2px;
    background-size: 13px;
}
.collIco{
    padding-left: 20px;
    background: url(/media/minus.gif) no-repeat 2px 2px;
    background-size: 13px;
}



a {color:#150766; text-decoration: none; font-weight: bold}
a:visited {color:#150766; text-decoration:  none; font-weight: normal}
a img {color:#F4F4F4; text-decoration: none; font-weight: normal}
a.external {color:#443985; border: dotted #A19CC2; border-width: 0px 0px 1px 0px; font-weight: normal}




table.sortable thead tr .header {
    background-image: url(pictures/arrow_small_bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.sortable th {
    padding-right:  20px;
    padding-top:    5px;
    padding-bottom: 5px;
    padding-left:   5px;
}
table thead tr .headerSortUp   { background-image: url(/media/arrow_small_asc.gif); background-repeat: no-repeat; background-position: bottom center }
table thead tr .headerSortDown { background-image: url(/media/arrow_small_desc.gif); background-repeat: no-repeat; background-position: bottom center }



table.candidates tr:nth-child(even)    { background-color:#FBFBFB; }
table.candidates tr:nth-child(odd)     { background-color:#D8D8D8; }
table.candidates td:nth-of-type(1)     { width:60px; text-align:left;}
table.candidates td:nth-of-type(2)     { font-family: courier, monospace; font-size: 10pt;}


table.elmResults tr, table.elmResults td, table.elmResults th {
    border: 1px dotted gray;
    border-spacing:0pt;
    border-collapse: collapse;
}
table.elmResults
tr>td:nth-child(2),
tr>td:nth-child(3),
tr>td:nth-child(5),
tr>td:nth-child(6),
tr>td:nth-child(7)
{ text-align:center; }

table.elmResults tr>td:nth-child(4) {
    text-align:center;
    font-family: courier, monospace;
    font-size: 10pt;
}

table#table_elmResultsUnfiltered {
    background-color: #DDB;
    border: 4px ridge #DDB;
    border-spacing:0pt;
    border-collapse: collapse;
}

table#table_elmResultsSmartfiltered {
    background-color:#DBB;
    border: 5px ridge #DBB;
    border-spacing:0pt;
    border-collapse: collapse;
}

table.elmResults thead {
    color: black;
    font-weight: bold;
}

.elmResultHighlightRow {
    background-color: #a4a9ff;
}

.content_main {
float:left;
    width: 1100px;
    background-color: #F4F4F4;
    margin-top:          0px;
    margin-bottom:      150px;
    margin-left:        40px;
    margin-right:       50px;
    padding-left:       10px;
    padding-top:        10px;
    padding-bottom:     10px;
    padding-right:      10px;
    border:solid 2px #083d65;
    border-collapse:collapse;
}

.float_left {
    float:              left;
    width:              820px;
    background-color:   #E4E4E4;
    margin-top:         0px;
    margin-bottom:      0px;
    margin-left:        0px;
    margin-right:       0px;
    padding-left:       5px;
    padding-top:        5px;
    padding-bottom:     5px;
    padding-right:      5px;
    border:             solid 1px #999;
    border-collapse:    collapse;
}

.float_right {
    float:right;
    width: 240px;
    background-color: #083d65;
    /*#150766;*/
    color:#fff;
    margin: 0 5px 0 -20px;
    padding: 5px;
    border:solid 1px #999;
    border-collapse:collapse;
}

.float_right a {
    color:#fff;
}


.float_right li {
    /*margin: 1em;*/
    /*line-height: 1em;*/
    padding: 0;
    margin-left: -20px;
}

.float_right dt {
     font-weight: bold; text-decoration: underline;
    padding-top: 0.5em;
}
.float_right dd {
    margin: 0;
    padding: 0 0 0 1.5em;
}

.signature {
    font-size: 10px;
    float:right;
    clear:both;
}

#float_ButtonBarHideShow {
    position: fixed;
    top: 350px;
    left: 2px;
    width: 44px;
    height: 300px;
}

.floating_description {
    position: fixed;
    bottom: 0px;
    left: 55px;
    background-color: #083d65;
    color:#fff;
    margin-top:          0px;
    margin-bottom:       0px;
    margin-left:         5px;
    margin-right:        5px;
    padding-left:        5px;
    padding-top:         2px;
    padding-bottom:      2px;
    padding-right:       5px;
    border:solid 1px #999;
    border-collapse:collapse;
}

.floating_description h4 {
    margin:          0px;
    padding:        0px;
    text-decoration: underline;
}

#float_description {
    bottom: 55px;
    width: 1090px;
    height: 50px;
}
#float_regex {
    width: 550px;
    height: 50px;
}
#float_compartment {
    left: 595px;
    width: 550px;
    height: 50px;
}

.barwhite {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}
.white { color:#FFFFFF }


.ELMid {
  text-decoration:none;
  font-size:16pt;
  font-family: arial, verdana, sans-serif;
  color:#FFFFFF;
/*  background-color: #083d65;*/
  background-color: #A8A8A8;
  font-weight: bold;
  font-style: italic;
    padding-left: 10px;
    padding-right: 10px;
    margin-top:-10px;
    margin-left:-10px;
    position: relative;
    width:100%;
}
A.reference    {
	background-color:#EEE;
}
A.ELMid:link    {
	color:#FFFFFF;
    font-size: 125%;
    text-shadow: -1px 0 #001144, 0 1px #001144, 1px 0 #001144, 0 -1px #001144;
    font-weight: bold;
    text-decoration: underline;
}

A.ELMid:visited {
	color:#FFFFFF;
    font-size: 125%;
    text-shadow: -1px 0 #001144, 0 1px #001144, 1px 0 #001144, 0 -1px #001144;
    font-weight: bold;
    text-decoration: underline;
}


.highlightseq {
        color:#F00;
        font-weight:bold;
        text-decoration: underline;
}

.bordered {
        border:1px;
        border-style:solid;
        border-color:#666;
        border-collapse:collapse;
        padding-left:10px;
        padding-right:10px;
}


.odd    {
    background-color:#FBFBFB;
    /*filter: alpha(opacity=75);*/
    /*-moz-opacity: 0.75;*/
    /*opacity: 0.75;*/
}
.even     {
    background-color:#D8D8D8;
    /*filter: alpha(opacity=75);*/
    /*-moz-opacity: 0.75;*/
    /*opacity: 0.75;*/
}

.false-positive, .unknown, .false-negative, .reliability-null_reliability, .reliability-not-specified, .logic-unknown, .logic-null_logic, .logic-false, .logic-false-positive, .logic-false-negative, .logic-smarterSMART, .logic-contradict, .logic-not-specified, .reliability-not_specified {
    /*background-color:#FCC; */
    color:darkred;
    font-weight:bold;
    border-color: inherit;
}
.true-positive, .true-negative, .reliability-certain, .evidence-experimental, .logic-true, .logic-true-positive, .logic-true-negative, .logic-support {
    color:darkgreen;
    font-weight:bold;
    border-color: inherit;
    /*background-color:#E6FFE6; */
}
.reliability-likely, .evidence-null_class, .evidence-not-annotated, .evidence-predicted {
    color:orange;
    font-weight:bold;
    border-color: inherit;
    /*background-color:#E6FFE6; */
}
.reliability-unlikely           {
    color:#ff8c00;
    font-weight:bold;
    border-color: inherit;
    /*background-color:#FFCCCC; */
}


#searchbutton,
#resetbutton {
    background-color: #083d65;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

#searchbutton_csv {

}


.bigger {
    font-size: 125%;
}


.ElmDetailHead {
/*    size: "5";*/
    border-top:solid 9px #083d65;
    border-bottom:solid 9px #083d65;
    color: #083d65;
    margin-left:-10px;
    margin-right:-10px;
    padding-left:0px;
    width:102%;
}
#ElmDetailGoterms {
    width: 100%;
}

.collapseddata {
    color: #494;
    font-size:16px;
}

.sequence {
    font-family: monospace;
}

.hidden_text {
  display: none;
}

.read_more {
  font-weight: bold;
  color:#150766;
}

.HideShowGreen {
    text-align: center;
    background-color: #51f45a;
    margin: -1pt;
    padding: 2pt;
    border: 3pt outset;
    color: black;
    font-weight: bold;
        /*text-shadow: -1px 0 #0f0, 0 1px #0f0, 1px 0 #0f0, 0 -1px #0f0;*/
}

.HideShowRed {
    text-align: center;
    background-color: #fe8622;
    /*color: #bbbbbb;*/
    margin: -1pt;
    padding: 2pt;
    border: 3pt ridge;
    font-weight: bold;
        /*text-shadow: -1px 0 #f00, 0 1px #f00, 1px 0 #f00, 0 -1px #f00;*/
}


.pattern {
    font-family: monospace;
    font-size: 12pt;
}

#sequence {
    font-family: courier, monospace;
    font-size: 10pt;
}

#regex {
    font-family: courier, monospace;
    font-size: 8pt;
}

.buttonOutput {
  position: relative;
  float: right;
  /*right: 20px;*/
  background-color: #FFA500;
  color: white;
  font-weight: bold;
  padding: 0 0.25em;
  white-space: nowrap;
    margin: 2px;
}
.buttonOutput a, .buttonOutput a:visited {
    font-weight:bold;
    color: white;
}


.acInput {
    background: white url(/media/progress_inactive.gif) right center no-repeat;
}
.acResults {
    background: white;
}
.acSelect {
    background: LightGray;
}
.acLoading {
    background: white url(/media/progress.gif) right center no-repeat;
}

.ui-autocomplete { position: absolute; cursor: default; }

/* workarounds */
/* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.autocomplete-w1 {  background:url(/media/img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { font-weight:normal; color:#3399FF; }


/* .ac_input { background: white url(/media/progress_inactive.gif) right center no-repeat; }
.ac_results { background: white; color: red; }
.ac_loading { background: white url(/media/progress.gif) right center no-repeat; } */


.errorlist {
    background: yellow;
    color: red;
    font-weight: bold;
}


.tooltip span {
    margin-left: -999em;
    position: absolute;
}
.tooltip:hover span {
    border-radius: 5px 5px;
/*    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);*/
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute; left: 3em; top: 2em; z-index: 99;
    margin-left: 0; width: 250px;
    background-color: #51f45a;
    border: 3pt outset;
}

*[class*='status_'] { border:1pt solid; border-color:gray; padding-left:1pt; padding-right:1pt; font-size:smaller;}
.status_fully_annotated { background-color: #8DD3C7; }
.status_undergoing_annotation { background-color: #FCCDE5; }
.status_first_draft { background-color: #B3DE69; }
.status_new { background-color: #FFFFB3; }
.status_updated { background-color: #FFFFB3; }
.status_deleted { background-color: #FB8072; }
.status_not_annotatable { background-color: #BC80BD; }

/* more colors for above:
#FCCDE5
#FDB462
#BEBADA
#80B1D3
*/

*[class*='production_flag'] { border:1pt solid; border-color:gray; padding-left:1pt; padding-right:1pt; font-size:smaller;}
.production_flag_obsolete { background-color: #FF6961; }
.production_flag_test { background-color: #FFB347; }
.production_flag_production { background-color: #77DD77; }
.production_flag_original { background-color: #FDFD96; }


#workplaces {
    background-color: #4A4C73;
}
.workplace {
    background-color: white;
    margin: 5pt;
    padding: 5pt;
    border-color:red;
    border:solid 2px #999;
    border-collapse:collapse;
}

/* validation in search form:*/
form label { display: block; }
form label.error { color: red; }
#swissprotId.error,
#typedUserSpecies.error { background: none repeat scroll 0 0 #FFBCBC;}




/*for admin interface:*/
/*Show messages from django:*/
ul.messagelist {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.messagelist li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFCC;
    background-image: url("/media/img/admin/icon_success.gif");
    background-origin: padding-box;
    background-position: 5px 0.3em;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-bottom-color: #DDDDDD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #666666;
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 4px;
    padding-left: 25px;
    padding-right: 5px;
    padding-top: 4px;
}
ul.messagelist li.warning {
    background-image: url("/media/img/admin/icon_alert.gif");
}
ul.messagelist li.error {
    background-image: url("/media/img/admin/icon_error.gif");
}

div#diagramHolder{
    margin-left: 50px;
}


.icon {background:url(/media/icons.png); display:inline-block; height:16px; width:16px }
.icon_chebi {background-position:  0px 0px}
.icon_cosmic  {background-position:  0px -16px}
.icon_ebi {background-position:  0px -32px}
.icon_elm {background-position:  0px -48px}
.icon_experiment {background-position:  0px -64px}
.icon_go {background-position:  0px -80px}
.icon_interaction {background-position:  0px -96px}
.icon_interpro {background-position:  0px -112px}
.icon_kegg {background-position:  0px -128px}
.icon_ncbi {background-position:  0px -144px}
.icon_pdb {background-position:  0px -160px}
.icon_pfam {background-position:  0px -176px}
.icon_prosite {background-position:  0px -192px}
.icon_smart {background-position:  0px -208px}
.icon_switch {background-position:  0px -224px}
.icon_uniprot {background-position:  0px -240px}
.icon_reactome{background-position:  0px -256px}
.icon_pdbe {background-position:  0px -272px}

