 body
{
 font-size: 12px;
}
.navbar
{
    margin-bottom:-1px;
    border-radius:0;
    font-size: 10pt;
}

#submenu
{
    background-color: #e7e7e7;
    margin-left:0px;
    font-size:9pt;
    height: auto;
    padding: 0;
}

.collapsing
{
    display:none;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 450px}

/* Set gray background color and 100% height */
.sidenav
{
    padding-top: 10px;
    background-color: #f1f1f1;
    display: table-cell;
    font-size: 11px;
    min-height:550px;
    height:auto ;
}

.post
{
    text-align: justify;
}
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px)
{
    .sidenav
    {
        height: auto;
        padding: 15px;
    }
    .row.content
    {
        height:auto;
    }


}
/* trick same height https://codepen.io/ncerminara/pen/EKMLXx */
/*
@media only screen and (min-width : 768px) {
  .is-table-row {
    display: table;
  }
  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}

.is-table-row .box {
  background: none;
  position: static;
}
.is-table-row [class*="col-"] {
  background: #fff;
}
*/
/*@media only screen and (max-width : 767px) {
  .box {
    height: auto !important;
  }
}
*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

#header_xs
{
    background: #EDEDED;
    height: 20px;
    background-position: center;
    text-align: center;
}

#header
{
    height: 90px;
    background: #EDEDED url("../images/logoRedoxOnly.png") no-repeat; /* for non-css3 browsers */
    display: block;
    background-position: center;
    text-indent: -9999px;
}

/* Set black background color, white text and some padding */
footer
{
    background-color: #C7D6D5;
    color: white;
    padding: 10px 0;
}

#footer a
{
    text-decoration: none;
    font-size:40px;
    color: #E5E5CC;
}
.geno
{
    min-height: 100px;
    padding-left: 140px;
    background: url(../images/genotoul_t.png) no-repeat left ;
}
.labo
{
    padding-left: 130px;
    background: url(../images/logoLabosmall.png) no-repeat right ;
}

footer a
{
    color: #70726F;
    font-size: 50px;
    padding: 10px;
    transition: all .5s ease;
}

footer a:hover
{
    color: white;
}

.PeroxB
{
    font-weight: bold;
    color: #d12a2a !important;
    background: #ff6666;
}
.mPeroxB
{
    font-weight: bold;
    color: #d12a2a !important;
}

.no-top-margin {
    margin-top: 0;
}
.tab-content
{
        overflow: hidden;
}

/*FABRE Maxime : highlight de la ligne recherchée*/
tr.highlighted
{
    border : 2px solid #3EB93E;
}
/** display perox */
.sequence {
  font-family: Courier,fixed, monospace;
	font-size: 0.8em;
	text-align: left;
}
.echelle{
  font-family: Courier,fixed, monospace;
	font-size:0.8em;
}
.legend {
  color: #800000;
  background-color :  #FFFFCC;

}
table.dna, table.dna tr,table.dna th,table.dna td {
    border-spacing: 5px;
    width: 100%;
    border-width : 0!important ;
    border-collapse: collapse;
    text-align : left;
}
th.dna,td.dna {
    padding: 20px;
}

#exon0 {	background : #C7D6D5 ;} /*mod CM le 28/03/2014 */
#exon1 {	background : #8dbdd8 ;} /*mod CM le 28/03/2014  */

.exonBlock
{
    font-family: monospace;
    font-size:1em;
}
.exon_tbl
{
    width: 120ch;
    table-layout: fixed;
    word-wrap: break-word;
}

.r0{    background: #1DB805;}
.r10{    background: #5FCF07; }
.r20{    background:    #A2E60A;}
.r30{    background:   #E5FD0D;}
.r40{    background:    #E7E40E;}
.r50{     background:   #EACC0F;}
.r60{        background:     #EDB411;}
.r70{    background:     #F09C12;}
.r80{          background:     #F38414;}
.r90{      background:     #F66C15;}
.r100{    background:     #FF241A;}

/* define style for class select perox_m::loadClass */
.class_leaf
{
    font-family: Courier,monospace,fixed;
    font-style: italic;
}
.class_child
{
    font-family: Courier,monospace,fixed;
}
pre { background-color: #f5f5f5;}
