.row {
  margin-left: -20px;
  *zoom: 1;
}

.span12 {
  width: 1070px;
}


.span13 {
  width: 930px;
}

.span14 {
  width: 830px;
}

.muted {
  color: #999999;
}


h3{
  margin: 0px 0px 10px 0px;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

h3 {
  font-size: 24px;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}


.

.boottooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.boottooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.boottooltip.top {
  margin-top: -3px;
}

.boottooltip.right {
  margin-left: 3px;
}

.boottooltip.bottom {
  margin-top: 3px;
}

.boottooltip.left {
  margin-left: -3px;
}

.boottooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.boottooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.boottooltip.top .boottooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.boottooltip.right .boottooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.boottooltip.left .boottooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.boottooltip.bottom .boottooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-bottom: 10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-right: 10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow:after {
  z-index: -1;
  content: "";
}

.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-width: 10px 10px 0;
}

.popover.top .arrow:after {
  bottom: -1px;
  left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 0;
}

.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #ffffff;
  border-width: 10px 10px 10px 0;
}

.popover.right .arrow:after {
  bottom: -11px;
  left: -1px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 11px 0;
}

.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-width: 0 10px 10px;
}

.popover.bottom .arrow:after {
  top: -1px;
  left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 11px 11px;
}

.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #ffffff;
  border-width: 10px 0 10px 10px;
}

.popover.left .arrow:after {
  right: -1px;
  bottom: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 0 11px 11px;
}

/* Annotation displaying CSS from Interpro */

.bot-row {
    border: 0;
    overflow: auto;
    margin-top: 1px;
}

.bot-row-signame {
    float: left;
    padding-left: 16px;
    width: 190px;
    font-size: 85%;
}

ol.signatures li .bot-row-line, .prot_scale .bot-row .bot-row-line {
    display: block;
    height: 20px;
    margin: 0 200px 0 0;
    border-left: 65px solid #ffffff;
  
}

ol.signatures li .bot-row-line {
    background-color: #EEEEEE;
    height: 24px;
    border-left: 65px solid #ffffff;
    border-right: 1px solid #D8D8D8;
    
}

ol.signatures li .bot-row-line .matches {
    position: relative;
}

.coords {
    position: relative;
}


ol.signatures li .bot-row-line .matches .match, ul.legend .legend-label-colour {
    border: 1px solid black;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    opacity: 0.4;
}

ol.signatures li .bot-row-line .matches .match {
    height: 5px;
    position: absolute;
    top: 0.4em;
    z-index: 1;
}

ol.signatures li .bot-row-line .matches .match.active, ul.legend .legend-label-colour.active {
    box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.25);
    opacity: 1.0;
}

ol.signatures li .bot-row-line .matches .match.selected {
    box-shadow: 0 0 0 0.5em rgba(255, 191, 0, 1.0);
  opacity: 1.0;
}

ol.signatures li .bot-row-line .matches .grade {
    background: url("http://wwwdev.ebi.ac.uk/interpro/images/bgd_dot.gif") repeat-y scroll 0 0 transparent;
    height: 24px;
    position: absolute;
    width: 1px;
    z-index: 0;
}

.bot-row .bot-row-line .scale_numb {
    border: 0;
    color: #bbbbbb;
    font-size: 90%;
    margin-left: -10px;
    margin-top: 4px;
    position: absolute;
    z-index: 2;
}

.bot-row .bot-row-line .scale_bar {
    border: 0;
    background-color: #cecece;
    width: 1px;
    height: 4px;
    position: absolute;
    z-index: 1;
}

.bot-row .bot-row-line .scale_numb_top {
    border: 0;
    color: #bbbbbb;
    font-size: 90%;
    margin-left: -10px;
    position: absolute;
    z-index: 2;
}
.bot-row .bot-row-line .scale_bar_top {
    border: 0;
    background-color: #cecece;
    width: 1px;
    height: 4px;
    margin-top: 16px;
    position: absolute;
    z-index: 1;
}

ol.entries, ol.signatures {
    margin: 0;
    padding: 0;
}

ol.signatures li {
    border: 0 solid purple;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    overflow: auto;
}



ul.legend {
  padding: 0;
  margin: 0;
}

ul.legend li {
  list-style-type: none;
  padding: 5px 0;
  margin-top: 0;
  border-bottom: 1px solid #CCC;
}

ul.legend .legend-label {
  width: 34px;
  text-align: center;
}

ul.legend .legend-label-medal {
}

ul.legend .legend-label-colour {
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  display: block;  
  margin: 5px auto;
}

ul.legend .legend-label-text {
  margin-left: 36px;
}

.popover {
  font-size: 90%;
}

.popover-title {
  font-weight: bold;
}

.popover .first-column {
  font-weight: bold;
}
