#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px 0px -80px 0px;
    
    background-image: -o-linear-gradient(to bottom, transparent 7%, #FFFFFF 35%),url('../img/homepage_background.jpg');
    background-image: -moz-linear-gradient(to bottom, transparent 7%, #FFFFFF 35%),url('../img/homepage_background.jpg');
    background-image: -webkit-linear-gradient(to bottom, transparent 7%, #FFFFFF 35%),url('../img/homepage_background.jpg');
    background-image: -ms-linear-gradient(to bottom, transparent 7%, #FFFFFF 35%),url('../img/homepage_background.jpg');
    background-image: linear-gradient(to bottom, transparent 7%, #FFFFFF 35%),url('../img/homepage_background.jpg');
    background-repeat: no-repeat;
    background-position: 0 102px;
    background-size: 100%;
}
footer {
    height: 80px;
}
footer {
    background-color: #f5f5f5;
}
div.vlabel {
  float: left;
  width: 12em;
  text-align: right;
  padding-right: 1em;
  overflow-x: hidden;
}
div.field {
  clear: left;
}

.right, table.table th.right, table.table td.right {
  text-align: right;
}

.center, table.table th.center, table.table td.center {
  text-align: center;
}
#funding {
  position: absolute;
  left: 10px;
  bottom: 30px;
  width: 120px;
  background-color: #595893;
}

#funding img {
  display: block;
  margin-top: 15px;
}

tr[data-href] * {
    cursor: pointer;
    color: darken(#749D39, 10%);
}

tr[data-href]:hover * {
  color: darken(darken(#749D39, 10%), 15%);
}

a.pdf {
  background: url('../img/pdf.png') no-repeat 0 0 transparent;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: transparent;
}

/*
 * limita la lunghezza dei singoli elementi. 
 */
.breadcrumb > li {
  max-width: 25em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

span.i18n {
  cursor: help;
  border: 1px solid red;
  margin-left: -2px;
}

.input-mini-mini {
  width: 2em;
}

th.ssr-label {
  white-space: nowrap;
}

td.ssr-value {
  vertical-align: middle;
}

.error .select2-choice {
  border-color: #b94a48;
}

form.form-microsat .control-group, table.table-microsat .control-group {
  margin-bottom: 0;
}

/* Similarity Graph properties */

table#similarity_graph {
  text-align: center;
  margin: 0.5em auto;
  clear: both;
/*  border: 1px solid #a3659e;
  border-collapse: collapse; */
}

table#similarity_graph th {
  /* border: none; */
  /* background-color: #e7c2e4; */
  /* border: 1px solid black; */
}

table#similarity_graph tr td {
  /* border: 1px solid #a3659e; */
  width: 6%;
}

table#similarity_graph th.empty, table#similarity_graph td.empty {
  background-color: white !important;
  width: 3%;
}

table#similarity_graph td.empty {
  border: none;
}

table#similarity_graph td.variety_name a {
  white-space: nowrap;
  margin-right: 0.3em;
  display:block;
  text-align:right;
}

fieldset#similarity_legend {
  float: right;
  clear: both;
}

fieldset#similarity_legend table td {
  padding: 0.4em;
  font-weight: bold;
}

fieldset#similarity_legend {
  float: right;
  clear: both;
  border: 1pt solid black;
  padding: 1em;
  margin: 0 1em 1em;
}

fieldset#similarity_legend table td {
  padding: 0.4em;
  font-weight: bold;
}

td.both_alleles {
  background-color: #FF8080 !important;
}

td.one_allele {
  background-color: yellow !important;
}

td.different_alleles {
  background-color: lightblue !important;
}

td.non_compared_locus_profile {
  background-color: gray !important;
}

table#locusComparision td.ssrValue {
  width: 3em;
}

table#locusComparision {
  float: right;
  width: auto;
}

th.mpSearchHeaderColumn {
  min-width: 10em;
}

td.middle {
  vertical-align: middle;
}

div.wrapped {
	padding: 0 1em;
}
